
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Archivo+Narrow:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");
@charset "UTF-8";
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/** http://bourbon.io/docs/#timing-functions */
/** example @include transition(all 5s $ease-in-circ);*/
/**
transition timing-function:
ease - cubic-bezier(0.25, 0.1, 0.25, 1.0) を指定したのと同じ（開始と完了を滑らかにする）（初期値）
linear - cubic-bezier(0.0, 0.0, 1.0, 1.0) を指定したのと同じ（一定）
ease-in - cubic-bezier(0.42, 0, 1.0, 1.0) を指定したのと同じ（ゆっくり始まる）
ease-out - cubic-bezier(0, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり終わる）
ease-in-out - cubic-bezier(0.42, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり始まってゆっくり終わる）
*/
/**
 * text ellipsis for block multiline
 */
/*
 unsupport IE, Edge, Fx

@mixin text-ellipsis-block($rows) {
  display: box;
  box-orient: vertical;
  line-clamp: $rows;
  overflow: hidden;
}
*/
/*
margin
-------------------- */
/*
font
-------------------- */
/*
link line
-------------------- */

[v-cloak] {
  display: none; }
html {
  font-size: 62.5%; }
body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "Sawarabi Mincho", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
  font-size: 1.0rem;
  letter-spacing: 0.2em;
  color: #333; background:#fff;}
body.lang-ja {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
body.lang-en_US {
    letter-spacing: 0.05em; }
.lang-zh_CN {
  font-family: "Songti SC", "STSong", "SimSun", "Yuanti SC", "Microsoft Yahei" !important; }
.lang-zh_TW {
  font-family: "Songti SC", "STSong", "SimSun", "Yuanti SC", "Microsoft Yahei" !important; }
a {
  color: #333;
  text-decoration: none; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
  margin: 0;
  padding: 0; }
ul, ol, li {
  padding: 0;
  margin: 0; }
li {
  list-style: none; }
img {
  vertical-align: bottom; }
figure {
  margin: 0;
  padding: 0; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type="number"] {
  -moz-appearance: textfield; }
html, body {
  width: 100%;
  height: 100%; }
.l-bread {
  margin-top: 200px; }
.l-bread ol {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.l-bread ol li {
      font-size: 1.2rem; }
.l-bread ol li + li {
        margin-left: 15px; }
.l-bread ol li + li::before {
          content: "--";
          margin-right: 15px; }
.l-bread ol li a {
        position: relative;
        position: relative; }
.l-bread ol li a::before {
          background-color: #000;
          content: "";
          height: 1px;
          position: absolute;
          left: 0;
          bottom: -3px;
          -webkit-transition: width .3s;
          transition: width .3s;
          width: 0; }
.l-footer-fix {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 3910; }
.l-footer-fix.on {
    pointer-events: none; }
.l-footer-fix.on .l-footer-fix__inner {
    opacity: 0; }
.l-footer-fix.on::before {
    opacity: 0; }
.l-footer-fix::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(186, 155, 201, 0.8);
    -webkit-transition: opacity ease-out .2s;
    transition: opacity ease-out .2s; }
.l-footer-fix__inner {
    -webkit-transition: opacity ease-out .2s;
    transition: opacity ease-out .2s;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    padding-top: 17px;
    font-size: 1.3rem; }
.l-footer-fix__logo svg {
    width: 56px;
    fill: #ca0d1b;
    padding-top: 4px; }
.l-footer-fix__block {
    margin-left: 30px; }
.l-footer-fix__block:nth-of-type(3) {
      border-left: 1px solid #fff;
      padding-left: 20px; }
.l-footer-fix__block p {
      font-size: 1.2rem;color:#fff;
      margin-bottom: 7px; }
.l-footer-fix__block p::before {
        content: "■";
        padding-right: 5px; }
.l-footer-fix__tel {
    padding: 3px 0; }
.l-footer-fix__btnIcon {
    display: none; }
.l-footer-menu {
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 200px;
  border-top: 1px solid rgba(255, 255, 255, 0.15); }
.l-footer-menu__inner {
    padding: 50px 0; }
.l-footer-menu__list {
    line-height: 1.8; }
.l-footer-menu__list--shopping {
      height: 167px; }
.l-footer-menu__list--products {
      height: 65px; }
.l-footer-menu__list > ul > li {
      font-size: 1.8rem; }
.lang-en_US .l-footer-menu__list > ul > li {
        font-size: 1.4rem; }
.l-footer-menu__list > ul > li:nth-of-type(n+2) {
        margin-top: 30px; }
.l-footer-menu__list > ul > li a {
        position: relative; }
.l-footer-menu__list > ul > li a::before {
          background-color: #000;
          content: "";
          height: 1px;
          position: absolute;
          left: 0;
          bottom: -3px;
          -webkit-transition: width .3s;
          transition: width .3s;
          width: 0; }
.l-footer-menu__list > ul > li a span i {
          font-style: normal; }
.l-footer-menu__list > ul > li ul {
        font-size: 1.3rem;
        margin-top: 5px; }
.lang-en_US .l-footer-menu__list > ul > li ul {
          font-size: 1.2rem; }
.l-footer-menu__list > ul > li ul li {
          white-space: nowrap;
          margin-top: 10px; }
.l-footer-menu__list > ul > li ul li::before {
            content: "-";
            margin-right: 4px; }
.l-footer {
  position: relative; }
.l-footer__inner {
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
    background:#ba9bc9;
}
.l-footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.l-footer__logo {
    width: 170px; }
.l-footer__dtl {
    width: calc(100% - 170px); }
.l-footer-about {
    font-size: 1.4rem;
    line-height: 2; }
.l-footer-about__profile span {
      font-size: 85%;
      padding-left: 5px; }
.l-footer-about__txt {
      font-size: 1.2rem;
      margin-top: 5px; }
.lang-en_US .l-footer-about__txt {
        padding-right: 242px; }
.l-footer-info {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.l-footer-info p {
      margin-bottom: 15px;
      font-size: 1.2rem; }
.l-footer-info p::before {
        content: "■";
        padding-right: 5px; }
.l-footer-info__block {
      margin-right: 40px; }
.l-footer__copy {
    margin-top: 40px;
    text-align: right; }
.l-footer-sns {
    position: absolute;
    right: 100px;
    top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.l-footer-sns__item + .l-footer-sns__item {
      margin-left: 14px; }
.l-footer-sns__item a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50px;
      height: 50px;
      border: 1px solid white;
      border-radius: 50%;
      -webkit-transition: border-color ease-out .2s;
      transition: border-color ease-out .2s; }
.l-footer-sns__item a svg {
        fill: #fff;
        -webkit-transition: fill ease-out .4s .1s;
        transition: fill ease-out .4s .1s; }
.l-footer-sns__item a span {
        position: relative; }
.l-footer-sns__item a::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        height: 100%;
        width: 100%;
        background-color: white;
        border-radius: 50%;
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0);
        -webkit-transition: opacity ease-out .5s,-webkit-transform ease-out .2s;
        transition: opacity ease-out .5s,-webkit-transform ease-out .2s;
        transition: opacity ease-out .5s,transform ease-out .2s;
        transition: opacity ease-out .5s,transform ease-out .2s,-webkit-transform ease-out .2s; }
.l-footer-sns__item:hover a {
      border: 1px solid rgba(255, 255, 255, 0); }
.l-footer-sns__item:hover a svg {
        fill: #000; }
.l-footer-sns__item:hover a::before {
        opacity: 1;
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
.l-header {
  position: relative;
  z-index: 4000; }
.l-header-logo {
    position: absolute;
    top: 30px;
    left: 54px;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: all; }
.p-top .l-header-logo {
      top: 50px; }
.l-header-logo svg {
      width: 100px;
      fill: #ca0d1b; }
.p-top .l-header-logo svg {
        fill: #fff; }
.l-loading {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5001;
  overflow: hidden; }
.l-loading__bg {
    position: relative;
    height: 100%;
    width: 100%; }
.l-loading__bg span {
      background-color:#ba9bc9;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: auto;
      height: 120%;
      width: 120%;
      -webkit-transform: skewY(0) translate(-50%, -50%);
              transform: skewY(0) translate(-50%, -50%); }
.l-loading__loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    margin: auto;
    width: 150px;
    height: 150px; }
.l-loading__loader span {
      display: block;
      opacity: 0; }
.l-loading__loader span svg {
        width: 150px;
        fill: #fff; }
/**
 * main.scss
 */
.l-main {
  font-size: 1.8rem; }
.p-top .l-main {
    padding-top: 160px; }
.l-main__inner {
    position: relative; }
.p-sec .l-main__inner {
      margin-top: 150px; }
.p-organic .l-main__inner,
    .p-recipe .l-main__inner,
    .p-kura .l-main__inner,
    .p-policy .l-main__inner,
    .p-nutrition .l-main__inner,
    .p-aboutSesame .l-main__inner,
    .p-newsList .l-main__inner,
    .p-shopping .l-main__inner,
    .p-news .l-main__inner,
    .p-recipeDetail .l-main__inner,
    .p-newsDetail .l-main__inner {
      margin-top: 80px; }
/**
 * main.scss
 */
.l-menu {
  /*
  オープンメニュー
  --------------------------------- */ }
.l-menu__wrap {
    z-index: 4600;
    -webkit-transition: opacity ease-in-out 2s 1s, -webkit-transform ease-in-out 2s 1s;
    transition: opacity ease-in-out 2s 1s, -webkit-transform ease-in-out 2s 1s;
    transition: transform ease-in-out 2s 1s, opacity ease-in-out 2s 1s;
    transition: transform ease-in-out 2s 1s, opacity ease-in-out 2s 1s, -webkit-transform ease-in-out 2s 1s; }
.l-menu-list {
    position: absolute;
    top: 180px;
    left: 50px;
    font-size: 1.3rem;
    line-height: 1.1;
    white-space: nowrap; }
.l-menu-list__item {
      position: relative;
      -webkit-transition: opacity ease-in-out .5s, -webkit-transform ease-in-out .1s .6s;
      transition: opacity ease-in-out .5s, -webkit-transform ease-in-out .1s .6s;
      transition: opacity ease-in-out .5s, transform ease-in-out .1s .6s;
      transition: opacity ease-in-out .5s, transform ease-in-out .1s .6s, -webkit-transform ease-in-out .1s .6s;
      text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5), 0px 0px 2px black; }
.l-menu-list__item + .l-menu-list__item {
        margin-top: 20px; }
.l-menu-list__item a {
        color: #fff; }
.l-menu-list__item a span {
          position: relative; }
.l-menu-list__item a span::before {
            background-color: #fff;
            content: "";
            height: 1px;
            position: absolute;
            left: 0;
            bottom: -3px;
            -webkit-transition: width .3s;
            transition: width .3s;
            width: 0; }
.l-menu-listSub {
    position: absolute;
    top: 49px;
    right: 80px;
    font-size: 1.2rem;
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap; }
.l-menu-listSub__item {
      position: relative; }
.l-menu-listSub__item > span {
        cursor: pointer; }
.p-top .l-menu-listSub__item > span {
          color: #fff; }
.l-menu-listSub__item + .l-menu-listSub__item {
        margin-left: 30px; }
.l-menu-listSub__item a {
        color: #000; }
.p-top .l-menu-listSub__item a {
          color: #fff; }
.l-menu-listSub__item a span {
          position: relative; text-shadow: 0px 0px 6px rgb(0 0 0 / 50%), 0px 0px 2px black;}
.l-menu-listSub__item a span::before {
            background-color: #fff;
            content: "";
            height: 1px;
            position: absolute;
            left: 0;
            bottom: -3px;
            -webkit-transition: width .3s;
            transition: width .3s;
            width: 0; }
.l-menu-listSub__item--shopping {
        -webkit-transition: ease-out .2s;
        transition: ease-out .2s; }
.l-menu-listSub__item--shopping svg {
          position: relative;
          top: -6px;
          width: 25.2px;
          height: 25.9px;
          fill: #000; }
.p-top .l-menu-listSub__item--shopping svg {
            fill: #fff; }
.l-menu-listSub__item--shopping:hover {
          opacity: 0.7; }
.l-menu-language {
    position: absolute;
    display: none; }
.l-menu-language__list {
      padding-top: 20px;
      padding-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
.l-menu-language .l-menu-language__item--jp, .l-menu-language .l-menu-language__item--en, .l-menu-language .l-menu-language__item--cs, .l-menu-language .l-menu-language__item--ct {
      position: relative;
      margin-left: 15px; }
.l-menu-language .l-menu-language__item--jp span, .l-menu-language .l-menu-language__item--en span, .l-menu-language .l-menu-language__item--cs span, .l-menu-language .l-menu-language__item--ct span {
        margin-left: 28px; }
.p-sec .l-menu-language .l-menu-language__item--jp span, .p-sec .l-menu-language .l-menu-language__item--en span, .p-sec .l-menu-language .l-menu-language__item--cs span, .p-sec .l-menu-language .l-menu-language__item--ct span {
          position: relative; }
.p-sec .l-menu-language .l-menu-language__item--jp span::before, .p-sec .l-menu-language .l-menu-language__item--en span::before, .p-sec .l-menu-language .l-menu-language__item--cs span::before, .p-sec .l-menu-language .l-menu-language__item--ct span::before {
            background-color: #000;
            content: "";
            height: 1px;
            position: absolute;
            left: 0;
            bottom: -3px;
            -webkit-transition: width .3s;
            transition: width .3s;
            width: 0; }
.l-menu-language .l-menu-language__item--jp span::after, .l-menu-language .l-menu-language__item--en span::after, .l-menu-language .l-menu-language__item--cs span::after, .l-menu-language .l-menu-language__item--ct span::after {
        content: "";
        position: absolute;
        top: -5px;
        left: -28px;
        display: block;
        width: 22px;
        height: 22px;
        background: no-repeat 50% 50%;
        border-radius: 50%; }
.l-menu-language .l-menu-language__item--jp span::after {
      background-image: url("../images/lang_jp.svg");
      -webkit-box-shadow: 0 0 1px #000;
              box-shadow: 0 0 1px #000; }
.l-menu-language .l-menu-language__item--en span::after {
      background-image: url("../images/lang_en.svg"); }
.l-menu-language .l-menu-language__item--cs span::after {
      background-image: url("../images/lang_cs.svg"); }
.l-menu-language .l-menu-language__item--ct span::after {
      background-image: url("../images/lang_ct.svg"); }
.l-menu-btn {
    z-index: 4610;
    position: fixed;
    right: 20px;
    top: 41px;
    width: 30px;
    height: 30px;
    margin: auto; }
.l-menu-btn.on .l-menu-btn__border span {
      background-color: #fff; }
.activeMenu .l-menu-btn .l-menu-btn__border span {
      background-color: #fff; }
.l-menu-btn__border {
      position: relative;
      width: 30px;
      height: 30px;
      cursor: pointer; }
.l-menu-btn__border span {
        pointer-events: none;
        display: block;
        width: 30px;
        height: 2px;
        margin: auto;
        background-color: #000;
        -webkit-transition: background-color .5s, opacity ease-out .2s, -webkit-transform ease-out .1s;
        transition: background-color .5s, opacity ease-out .2s, -webkit-transform ease-out .1s;
        transition: background-color .5s, transform ease-out .1s, opacity ease-out .2s;
        transition: background-color .5s, transform ease-out .1s, opacity ease-out .2s, -webkit-transform ease-out .1s; }
.p-top .l-menu-btn__border span {
          background-color: #000; }
.l-menu-btn__border span:nth-of-type(2) {
          position: absolute;
          top: 0;
          bottom: 0;
          -webkit-transform: translate(0, 7px);
                  transform: translate(0, 7px); }
.l-menu-btn__border span:nth-of-type(3) {
          position: absolute;
          top: 0;
          bottom: 0;
          -webkit-transform: translate(0, -7px);
                  transform: translate(0, -7px); }
.l-menu-btn__border span:nth-of-type(1) {
          position: absolute;
          top: 0;
          bottom: 0;
          width: 0;
          height: 0;
          opacity: 0; }
.l-menu-btn__border span:nth-of-type(1)::before, .l-menu-btn__border span:nth-of-type(1)::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            display: block;
            width: 30px;
            height: 2px;
            background-color: #fff;
            -webkit-transition: -webkit-transform ease-out .2s .1s;
            transition: -webkit-transform ease-out .2s .1s;
            transition: transform ease-out .2s .1s;
            transition: transform ease-out .2s .1s, -webkit-transform ease-out .2s .1s; }
.l-menu-btn.active .l-menu-btn__border span:nth-of-type(2) {
      -webkit-transform: translate(0, 0px) rotate(-45deg);
              transform: translate(0, 0px) rotate(-45deg); }
.l-menu-btn.active .l-menu-btn__border span:nth-of-type(3) {
      -webkit-transform: translate(0, 0px) rotate(45deg);
              transform: translate(0, 0px) rotate(45deg); }
.l-menu-open {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4500;
    background-color: #ba9bc9;
    font-size: 1.5rem; }
.l-menu-open__wrap {
      padding: 0 20px; }
.l-menu-open__list {
      line-height: 1.8; }
.l-menu-open__list--shopping {
        height: 167px; }
.l-menu-open__list--products {
        height: 65px; }
.l-menu-open__list > ul > li {
        font-size: 1.8rem;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal; }
.lang-en_US .l-menu-open__list > ul > li {
          font-size: 1.4rem; }
.l-menu-open__list > ul > li:nth-of-type(n+2) {
          margin-top: 30px; }
.l-menu-open__list > ul > li a {color: #fff;
          position: relative; }
.l-menu-open__list > ul > li a::before {
            background-color: #000;
            content: "";
            height: 1px;
            position: absolute;
            left: 0;
            bottom: -3px;
            -webkit-transition: width .3s;
            transition: width .3s;
            width: 0; }
.l-menu-open__list > ul > li a span i {
            font-style: normal; }
.l-menu-open__list > ul > li ul {
          font-size: 1.3rem;
          margin-top: 5px; }
.lang-en_US .l-menu-open__list > ul > li ul {
            font-size: 1.2rem; }
.l-menu-open__list > ul > li ul li {
            margin-top: 10px; }
.l-menu-open__list > ul > li ul li::before {
              content: "-";
              margin-right: 4px; }
.l-menu-open__logo {
      margin-bottom: 12.5%; }
.l-menu-open__btn {
      margin-top: 3%; }
.p-aboutSesame .p-aboutSesame-block {
  margin-top: 100px; }
.p-aboutSesame-block + .p-aboutSesame-block {
  margin-top: 100px; }
.p-aboutSesame-block__inner {
  font-size: 1.4rem;
  line-height: 2; }
.p-aboutSesame-type {
  position: relative;
  margin-top: -70px; }
.p-aboutSesame-type .p-aboutSesame-type__block, .p-aboutSesame-type .p-aboutSesame-type__block--r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -40px; }
.p-aboutSesame-type .p-aboutSesame-type__block--r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
.p-aboutSesame-type .p-aboutSesame-type__dtl, .p-aboutSesame-type .p-aboutSesame-type__dtl--r {
    width: calc(100% - 320px); }
.p-aboutSesame-type .p-aboutSesame-type__dtl h3, .p-aboutSesame-type .p-aboutSesame-type__dtl--r h3 {
      font-size: 3rem;
      line-height: 1.4;
      font-weight: normal;
      letter-spacing: 0.15em;
      font-size: 2.2rem;
      margin-bottom: 10px; }
.lang-en_US .p-aboutSesame-type .p-aboutSesame-type__dtl h3, .lang-en_US .p-aboutSesame-type .p-aboutSesame-type__dtl--r h3 {
        letter-spacing: 0.05em !important; }
.p-aboutSesame-type .p-aboutSesame-type__dtl h3 span, .p-aboutSesame-type .p-aboutSesame-type__dtl--r h3 span {
        color: #ca0d1b; }
.p-aboutSesame-type .p-aboutSesame-type__dtl {
    padding: 0 50px;
    padding-left: 100px; }
.p-aboutSesame-type .p-aboutSesame-type__dtl--r {
      padding: 0 50px;
      padding-right: 100px; }
.p-aboutSesame-type figure {
    width: 320px; }
.p-aboutSesame-type figure img {
      max-width: 100%; }
.p-aboutSesame-photo {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.p-aboutSesame-photo__item {
    position: relative;
    width: 30%;
    line-height: 1.6; }
.p-aboutSesame-photo__pix img {
    width: 100%; }
.p-aboutSesame-photo__pix figcaption {
    margin-top: 10px; }
.p-aboutSesame-photo__ttl {
    font-size: 2rem;
    margin-bottom: 5px;
    line-height: 1.5; }
.p-aboutSesame-photo2 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.p-aboutSesame-photo2__item {
    position: relative;
    width: 22%;
    line-height: 1.6; }
.p-aboutSesame-photo2__pix img {
    width: 100%; }
.p-aboutSesame-photo2__pix figcaption {
    margin-top: 10px; }
.p-aboutSesame-map {
  margin-top: 40px; }
.p-company .p-access {
  margin-top: 100px; }
.p-access-block {
  position: relative; }
.p-access-block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
.p-access-block.inview::after {
    -webkit-transition: -webkit-transform ease-out 1.8s;
    transition: -webkit-transform ease-out 1.8s;
    transition: transform ease-out 1.8s;
    transition: transform ease-out 1.8s, -webkit-transform ease-out 1.8s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1); }
.p-access-block__dtl {
    -webkit-transition: opacity ease-out 1.5s .8s, -webkit-transform ease-out 1.5s .8s;
    transition: opacity ease-out 1.5s .8s, -webkit-transform ease-out 1.5s .8s;
    transition: opacity ease-out 1.5s .8s, transform ease-out 1.5s .8s;
    transition: opacity ease-out 1.5s .8s, transform ease-out 1.5s .8s, -webkit-transform ease-out 1.5s .8s;
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
.p-access-block.inview .p-access-block__dtl {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
.p-access-block + .p-access-block {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
.p-access-block__inner {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.p-access-map {
  width: 100%;
  background-color: #ccc; }
.p-access-map iframe {
    vertical-align: bottom;
    width: 100%; }
.p-access-flow {
  font-size: 1.4rem;
  line-height: 2;
  line-height: 1.8;
  width: 45%; }
.p-access-flow__ttl {
    margin-bottom: 10px; }
.p-access-flow__ttl::before {
      content: "-";
      margin-right: 10px; }
.p-access-flow .p-access-flow__train, .p-access-flow .p-access-flow__car {
    padding: 8px 45px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.4rem; }
.p-access-flow__train {
    background: #f0f0f0 url("../images/i_train.svg") no-repeat 15px 45%; }
.p-access-flow__car {
    background: #f0f0f0 url("../images/i_car.svg") no-repeat 13px 50%; }
.p-access-flow ul li {
    padding-left: 0.5em;
    text-indent: -0.5em; }
.p-access-pix {
  text-align: right;
  width: 50%; }
.p-access-pix img {
    max-width: 100%; }
.p-article {
  /*
  labo
  ------------------------------ */
  /*
  works
  ------------------------------ */ }
.p-article-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1070px;
    margin: 0 auto;
    padding-left: 100px;
    padding-right: 100px; }
.p-article-contents {
    width: 720px; }
.p-article-side {
    width: 300px;
    margin-left: 50px; }
.p-article-sideBanner__item {
    margin-bottom: 40px; }
.p-article-detail__works {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1000px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
.p-article-detail__works img {
      width: 100%;
      height: auto; }
/*
company
---------------------- */
.p-company-block {
  position: relative;
  margin-top: 150px; }
.p-company-block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
.p-company-block.inview::after {
    -webkit-transition: -webkit-transform ease-out 1.8s;
    transition: -webkit-transform ease-out 1.8s;
    transition: transform ease-out 1.8s;
    transition: transform ease-out 1.8s, -webkit-transform ease-out 1.8s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1); }
.p-company-block__dtl {
    -webkit-transition: opacity ease-out 1.5s .8s, -webkit-transform ease-out 1.5s .8s;
    transition: opacity ease-out 1.5s .8s, -webkit-transform ease-out 1.5s .8s;
    transition: opacity ease-out 1.5s .8s, transform ease-out 1.5s .8s;
    transition: opacity ease-out 1.5s .8s, transform ease-out 1.5s .8s, -webkit-transform ease-out 1.5s .8s;
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
.p-company-block.inview .p-company-block__dtl {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
.p-company-block__inner {
    position: relative; }
.p-company-block__pix {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 540px; }
.p-company-block__pix figure {
      position: relative;
      display: block;
      background-position: 100% 50%;
      background-size: cover;
      width: 100%;
      height: 100%; }
.p-company-block__dtl {
    font-size: 1.4rem;
    line-height: 2.7;
    width: 50%;
    padding-left: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.p-company-block__dtlInner {
    width: 500px;
    max-width: 100%;
    padding-right: 50px; }
.p-cttList {
  margin-top: 160px;
  margin-bottom: 100px;
  padding-bottom: 100px;
  text-align: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  line-height: 2; }
.p-cttList h2 {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.15em;
    margin-bottom: 5px; }
.lang-en_US .p-cttList h2 {
      letter-spacing: 0.05em !important; }
.p-cttList figure {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 450px;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.p-cttList__product img {
    position: absolute;
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    -webkit-transition: opacity ease-out .6s, -webkit-transform ease-out 1s;
    transition: opacity ease-out .6s, -webkit-transform ease-out 1s;
    transition: opacity ease-out .6s, transform ease-out 1s;
    transition: opacity ease-out .6s, transform ease-out 1s, -webkit-transform ease-out 1s; }
.p-cttList__product img.p1 {
      left: 0;
      top: 0;
      -webkit-transition-delay: .0s;
              transition-delay: .0s; }
.p-cttList__product img.p2 {
      right: 85px;
      top: 55px;
      -webkit-transition-delay: .1s;
              transition-delay: .1s; }
.p-cttList__product img.p3 {
      right: 10px;
      bottom: 25px;
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
.p-cttList__product img.p4 {
      left: 90px;
      bottom: 0px;
      -webkit-transition-delay: .3s;
              transition-delay: .3s; }
.p-cttList__product.inview img {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
.p-cttList__recipe img {
    opacity: 0;
    -webkit-transition: opacity ease-out .6s, -webkit-transform ease-out 1s;
    transition: opacity ease-out .6s, -webkit-transform ease-out 1s;
    transition: opacity ease-out .6s, transform ease-out 1s;
    transition: opacity ease-out .6s, transform ease-out 1s, -webkit-transform ease-out 1s; }
.p-cttList__recipe img:nth-of-type(n+2) {
      margin-left: 6px; }
.p-cttList__recipe img:nth-of-type(odd) {
      margin-top: -30px;
      -webkit-transition-delay: .1s;
              transition-delay: .1s;
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px); }
.p-cttList__recipe img:nth-of-type(even) {
      margin-top: 30px;
      -webkit-transition-delay: .3s;
              transition-delay: .3s;
      -webkit-transform: translateY(40px);
              transform: translateY(40px); }
.p-cttList__recipe.inview img {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
.p-event__btn {
  text-align: right;
  margin-top: 50px; }
.p-gomayan-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 150px; }
.p-gomayan-photo li {
    width: 25%; }
.p-gomayan-photo li img {
      width: 100%; }
.p-gomayan-profile {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.p-gomayan-profile__dtl {
    width: 100%;
    z-index: 1; }
.p-gomayan-profile__pix {
    width: 50%; }
.p-gomayan-profile__pix img {
      max-width: 100%; }
.p-gomayan-profile h2 {
    font-size: 4rem;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.15em;
    margin-bottom: 30px; }
.lang-en_US .p-gomayan-profile h2 {
      letter-spacing: 0.05em !important; }
.lang-en_US .p-gomayan-profile h2 {
      font-size: 3rem; }
.p-gomayan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px; }
.p-gomayan-list li {
    width: 30%;
    margin-left: 5%; }
.p-gomayan-list li img {
      width: 100%; }
.p-gomayan-list figcaption {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 2;
    line-height: 1.4; }
/*
history
---------------------- */
.p-history-list {
  position: relative; }
.p-history-list::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #000;
    margin: 0 auto; }
.p-history-list__inner {
    position: relative; }
.p-history-item, .p-history-item--1, .p-history-item--2, .p-history-item--3, .p-history-item--4, .p-history-item--5, .p-history-item--6, .p-history-item--7, .p-history-item--8, .p-history-item--9, .p-history-item--10, .p-history-item--11, .p-history-item--12, .p-history-item--13, .p-history-item--14, .p-history-item--15, .p-history-item--16, .p-history-item--17, .p-history-item--18, .p-history-item--19 {
  position: relative;
  width: 450px;
  padding-top: 52px;
  margin-bottom: 20px; }
.p-history-item::before, .p-history-item--1::before, .p-history-item--2::before, .p-history-item--3::before, .p-history-item--4::before, .p-history-item--5::before, .p-history-item--6::before, .p-history-item--7::before, .p-history-item--8::before, .p-history-item--9::before, .p-history-item--10::before, .p-history-item--11::before, .p-history-item--12::before, .p-history-item--13::before, .p-history-item--14::before, .p-history-item--15::before, .p-history-item--16::before, .p-history-item--17::before, .p-history-item--18::before, .p-history-item--19::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    margin-bottom: 20px; }
.p-history-item--1 figure:nth-of-type(n+2) {
    text-align: right; }
.p-history-item--1 .pix_flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
.p-history-item .p-history-item__data, .p-history-item--1 .p-history-item__data, .p-history-item--2 .p-history-item__data, .p-history-item--3 .p-history-item__data, .p-history-item--4 .p-history-item__data, .p-history-item--5 .p-history-item__data, .p-history-item--6 .p-history-item__data, .p-history-item--7 .p-history-item__data, .p-history-item--8 .p-history-item__data, .p-history-item--9 .p-history-item__data, .p-history-item--10 .p-history-item__data, .p-history-item--11 .p-history-item__data, .p-history-item--12 .p-history-item__data, .p-history-item--13 .p-history-item__data, .p-history-item--14 .p-history-item__data, .p-history-item--15 .p-history-item__data, .p-history-item--16 .p-history-item__data, .p-history-item--17 .p-history-item__data, .p-history-item--18 .p-history-item__data, .p-history-item--19 .p-history-item__data, .p-history-item .p-history-item__data--l, .p-history-item--1 .p-history-item__data--l, .p-history-item--2 .p-history-item__data--l, .p-history-item--3 .p-history-item__data--l, .p-history-item--4 .p-history-item__data--l, .p-history-item--5 .p-history-item__data--l, .p-history-item--6 .p-history-item__data--l, .p-history-item--7 .p-history-item__data--l, .p-history-item--8 .p-history-item__data--l, .p-history-item--9 .p-history-item__data--l, .p-history-item--10 .p-history-item__data--l, .p-history-item--11 .p-history-item__data--l, .p-history-item--12 .p-history-item__data--l, .p-history-item--13 .p-history-item__data--l, .p-history-item--14 .p-history-item__data--l, .p-history-item--15 .p-history-item__data--l, .p-history-item--16 .p-history-item__data--l, .p-history-item--17 .p-history-item__data--l, .p-history-item--18 .p-history-item__data--l, .p-history-item--19 .p-history-item__data--l {
    position: absolute;
    top: 0;
    border: 1px solid #000;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.6rem;
    text-align: center;
    padding-left: 4px; }
.p-history-item .p-history-item__data span, .p-history-item--1 .p-history-item__data span, .p-history-item--2 .p-history-item__data span, .p-history-item--3 .p-history-item__data span, .p-history-item--4 .p-history-item__data span, .p-history-item--5 .p-history-item__data span, .p-history-item--6 .p-history-item__data span, .p-history-item--7 .p-history-item__data span, .p-history-item--8 .p-history-item__data span, .p-history-item--9 .p-history-item__data span, .p-history-item--10 .p-history-item__data span, .p-history-item--11 .p-history-item__data span, .p-history-item--12 .p-history-item__data span, .p-history-item--13 .p-history-item__data span, .p-history-item--14 .p-history-item__data span, .p-history-item--15 .p-history-item__data span, .p-history-item--16 .p-history-item__data span, .p-history-item--17 .p-history-item__data span, .p-history-item--18 .p-history-item__data span, .p-history-item--19 .p-history-item__data span, .p-history-item .p-history-item__data--l span, .p-history-item--1 .p-history-item__data--l span, .p-history-item--2 .p-history-item__data--l span, .p-history-item--3 .p-history-item__data--l span, .p-history-item--4 .p-history-item__data--l span, .p-history-item--5 .p-history-item__data--l span, .p-history-item--6 .p-history-item__data--l span, .p-history-item--7 .p-history-item__data--l span, .p-history-item--8 .p-history-item__data--l span, .p-history-item--9 .p-history-item__data--l span, .p-history-item--10 .p-history-item__data--l span, .p-history-item--11 .p-history-item__data--l span, .p-history-item--12 .p-history-item__data--l span, .p-history-item--13 .p-history-item__data--l span, .p-history-item--14 .p-history-item__data--l span, .p-history-item--15 .p-history-item__data--l span, .p-history-item--16 .p-history-item__data--l span, .p-history-item--17 .p-history-item__data--l span, .p-history-item--18 .p-history-item__data--l span, .p-history-item--19 .p-history-item__data--l span {
      font-size: 1.3rem; }
.p-history-item .p-history-item__data small, .p-history-item--1 .p-history-item__data small, .p-history-item--2 .p-history-item__data small, .p-history-item--3 .p-history-item__data small, .p-history-item--4 .p-history-item__data small, .p-history-item--5 .p-history-item__data small, .p-history-item--6 .p-history-item__data small, .p-history-item--7 .p-history-item__data small, .p-history-item--8 .p-history-item__data small, .p-history-item--9 .p-history-item__data small, .p-history-item--10 .p-history-item__data small, .p-history-item--11 .p-history-item__data small, .p-history-item--12 .p-history-item__data small, .p-history-item--13 .p-history-item__data small, .p-history-item--14 .p-history-item__data small, .p-history-item--15 .p-history-item__data small, .p-history-item--16 .p-history-item__data small, .p-history-item--17 .p-history-item__data small, .p-history-item--18 .p-history-item__data small, .p-history-item--19 .p-history-item__data small, .p-history-item .p-history-item__data--l small, .p-history-item--1 .p-history-item__data--l small, .p-history-item--2 .p-history-item__data--l small, .p-history-item--3 .p-history-item__data--l small, .p-history-item--4 .p-history-item__data--l small, .p-history-item--5 .p-history-item__data--l small, .p-history-item--6 .p-history-item__data--l small, .p-history-item--7 .p-history-item__data--l small, .p-history-item--8 .p-history-item__data--l small, .p-history-item--9 .p-history-item__data--l small, .p-history-item--10 .p-history-item__data--l small, .p-history-item--11 .p-history-item__data--l small, .p-history-item--12 .p-history-item__data--l small, .p-history-item--13 .p-history-item__data--l small, .p-history-item--14 .p-history-item__data--l small, .p-history-item--15 .p-history-item__data--l small, .p-history-item--16 .p-history-item__data--l small, .p-history-item--17 .p-history-item__data--l small, .p-history-item--18 .p-history-item__data--l small, .p-history-item--19 .p-history-item__data--l small {
      margin-top: 3px;
      font-size: 1.3rem;
      display: block; }
.p-history-item__data {
    left: -102px; }
.p-history-item__data--l {
      left: -102px; }
.p-history-item .p-history-item__dtl, .p-history-item--1 .p-history-item__dtl, .p-history-item--2 .p-history-item__dtl, .p-history-item--3 .p-history-item__dtl, .p-history-item--4 .p-history-item__dtl, .p-history-item--5 .p-history-item__dtl, .p-history-item--6 .p-history-item__dtl, .p-history-item--7 .p-history-item__dtl, .p-history-item--8 .p-history-item__dtl, .p-history-item--9 .p-history-item__dtl, .p-history-item--10 .p-history-item__dtl, .p-history-item--11 .p-history-item__dtl, .p-history-item--12 .p-history-item__dtl, .p-history-item--13 .p-history-item__dtl, .p-history-item--14 .p-history-item__dtl, .p-history-item--15 .p-history-item__dtl, .p-history-item--16 .p-history-item__dtl, .p-history-item--17 .p-history-item__dtl, .p-history-item--18 .p-history-item__dtl, .p-history-item--19 .p-history-item__dtl, .p-history-item .p-history-item__dtl--l, .p-history-item--1 .p-history-item__dtl--l, .p-history-item--2 .p-history-item__dtl--l, .p-history-item--3 .p-history-item__dtl--l, .p-history-item--4 .p-history-item__dtl--l, .p-history-item--5 .p-history-item__dtl--l, .p-history-item--6 .p-history-item__dtl--l, .p-history-item--7 .p-history-item__dtl--l, .p-history-item--8 .p-history-item__dtl--l, .p-history-item--9 .p-history-item__dtl--l, .p-history-item--10 .p-history-item__dtl--l, .p-history-item--11 .p-history-item__dtl--l, .p-history-item--12 .p-history-item__dtl--l, .p-history-item--13 .p-history-item__dtl--l, .p-history-item--14 .p-history-item__dtl--l, .p-history-item--15 .p-history-item__dtl--l, .p-history-item--16 .p-history-item__dtl--l, .p-history-item--17 .p-history-item__dtl--l, .p-history-item--18 .p-history-item__dtl--l, .p-history-item--19 .p-history-item__dtl--l {
    position: relative;
    font-size: 1.4rem;
    line-height: 2; }
.p-history-item .p-history-item__dtl figure, .p-history-item--1 .p-history-item__dtl figure, .p-history-item--2 .p-history-item__dtl figure, .p-history-item--3 .p-history-item__dtl figure, .p-history-item--4 .p-history-item__dtl figure, .p-history-item--5 .p-history-item__dtl figure, .p-history-item--6 .p-history-item__dtl figure, .p-history-item--7 .p-history-item__dtl figure, .p-history-item--8 .p-history-item__dtl figure, .p-history-item--9 .p-history-item__dtl figure, .p-history-item--10 .p-history-item__dtl figure, .p-history-item--11 .p-history-item__dtl figure, .p-history-item--12 .p-history-item__dtl figure, .p-history-item--13 .p-history-item__dtl figure, .p-history-item--14 .p-history-item__dtl figure, .p-history-item--15 .p-history-item__dtl figure, .p-history-item--16 .p-history-item__dtl figure, .p-history-item--17 .p-history-item__dtl figure, .p-history-item--18 .p-history-item__dtl figure, .p-history-item--19 .p-history-item__dtl figure, .p-history-item .p-history-item__dtl--l figure, .p-history-item--1 .p-history-item__dtl--l figure, .p-history-item--2 .p-history-item__dtl--l figure, .p-history-item--3 .p-history-item__dtl--l figure, .p-history-item--4 .p-history-item__dtl--l figure, .p-history-item--5 .p-history-item__dtl--l figure, .p-history-item--6 .p-history-item__dtl--l figure, .p-history-item--7 .p-history-item__dtl--l figure, .p-history-item--8 .p-history-item__dtl--l figure, .p-history-item--9 .p-history-item__dtl--l figure, .p-history-item--10 .p-history-item__dtl--l figure, .p-history-item--11 .p-history-item__dtl--l figure, .p-history-item--12 .p-history-item__dtl--l figure, .p-history-item--13 .p-history-item__dtl--l figure, .p-history-item--14 .p-history-item__dtl--l figure, .p-history-item--15 .p-history-item__dtl--l figure, .p-history-item--16 .p-history-item__dtl--l figure, .p-history-item--17 .p-history-item__dtl--l figure, .p-history-item--18 .p-history-item__dtl--l figure, .p-history-item--19 .p-history-item__dtl--l figure {
      margin-top: 15px; }
.p-history-item .p-history-item__dtl p.att, .p-history-item--1 .p-history-item__dtl p.att, .p-history-item--2 .p-history-item__dtl p.att, .p-history-item--3 .p-history-item__dtl p.att, .p-history-item--4 .p-history-item__dtl p.att, .p-history-item--5 .p-history-item__dtl p.att, .p-history-item--6 .p-history-item__dtl p.att, .p-history-item--7 .p-history-item__dtl p.att, .p-history-item--8 .p-history-item__dtl p.att, .p-history-item--9 .p-history-item__dtl p.att, .p-history-item--10 .p-history-item__dtl p.att, .p-history-item--11 .p-history-item__dtl p.att, .p-history-item--12 .p-history-item__dtl p.att, .p-history-item--13 .p-history-item__dtl p.att, .p-history-item--14 .p-history-item__dtl p.att, .p-history-item--15 .p-history-item__dtl p.att, .p-history-item--16 .p-history-item__dtl p.att, .p-history-item--17 .p-history-item__dtl p.att, .p-history-item--18 .p-history-item__dtl p.att, .p-history-item--19 .p-history-item__dtl p.att, .p-history-item .p-history-item__dtl--l p.att, .p-history-item--1 .p-history-item__dtl--l p.att, .p-history-item--2 .p-history-item__dtl--l p.att, .p-history-item--3 .p-history-item__dtl--l p.att, .p-history-item--4 .p-history-item__dtl--l p.att, .p-history-item--5 .p-history-item__dtl--l p.att, .p-history-item--6 .p-history-item__dtl--l p.att, .p-history-item--7 .p-history-item__dtl--l p.att, .p-history-item--8 .p-history-item__dtl--l p.att, .p-history-item--9 .p-history-item__dtl--l p.att, .p-history-item--10 .p-history-item__dtl--l p.att, .p-history-item--11 .p-history-item__dtl--l p.att, .p-history-item--12 .p-history-item__dtl--l p.att, .p-history-item--13 .p-history-item__dtl--l p.att, .p-history-item--14 .p-history-item__dtl--l p.att, .p-history-item--15 .p-history-item__dtl--l p.att, .p-history-item--16 .p-history-item__dtl--l p.att, .p-history-item--17 .p-history-item__dtl--l p.att, .p-history-item--18 .p-history-item__dtl--l p.att, .p-history-item--19 .p-history-item__dtl--l p.att {
      margin-top: 5px;
      font-size: 1.2rem;
      padding-left: 1em;
      text-indent: -1em; }
.p-history-item .p-history-item__dtl p.att2, .p-history-item--1 .p-history-item__dtl p.att2, .p-history-item--2 .p-history-item__dtl p.att2, .p-history-item--3 .p-history-item__dtl p.att2, .p-history-item--4 .p-history-item__dtl p.att2, .p-history-item--5 .p-history-item__dtl p.att2, .p-history-item--6 .p-history-item__dtl p.att2, .p-history-item--7 .p-history-item__dtl p.att2, .p-history-item--8 .p-history-item__dtl p.att2, .p-history-item--9 .p-history-item__dtl p.att2, .p-history-item--10 .p-history-item__dtl p.att2, .p-history-item--11 .p-history-item__dtl p.att2, .p-history-item--12 .p-history-item__dtl p.att2, .p-history-item--13 .p-history-item__dtl p.att2, .p-history-item--14 .p-history-item__dtl p.att2, .p-history-item--15 .p-history-item__dtl p.att2, .p-history-item--16 .p-history-item__dtl p.att2, .p-history-item--17 .p-history-item__dtl p.att2, .p-history-item--18 .p-history-item__dtl p.att2, .p-history-item--19 .p-history-item__dtl p.att2, .p-history-item .p-history-item__dtl--l p.att2, .p-history-item--1 .p-history-item__dtl--l p.att2, .p-history-item--2 .p-history-item__dtl--l p.att2, .p-history-item--3 .p-history-item__dtl--l p.att2, .p-history-item--4 .p-history-item__dtl--l p.att2, .p-history-item--5 .p-history-item__dtl--l p.att2, .p-history-item--6 .p-history-item__dtl--l p.att2, .p-history-item--7 .p-history-item__dtl--l p.att2, .p-history-item--8 .p-history-item__dtl--l p.att2, .p-history-item--9 .p-history-item__dtl--l p.att2, .p-history-item--10 .p-history-item__dtl--l p.att2, .p-history-item--11 .p-history-item__dtl--l p.att2, .p-history-item--12 .p-history-item__dtl--l p.att2, .p-history-item--13 .p-history-item__dtl--l p.att2, .p-history-item--14 .p-history-item__dtl--l p.att2, .p-history-item--15 .p-history-item__dtl--l p.att2, .p-history-item--16 .p-history-item__dtl--l p.att2, .p-history-item--17 .p-history-item__dtl--l p.att2, .p-history-item--18 .p-history-item__dtl--l p.att2, .p-history-item--19 .p-history-item__dtl--l p.att2 {
      margin-top: 5px;
      font-size: 1.1rem; }
.p-history-item__dtl {
    padding-left: 50px; }
.p-history-item__dtl--l {
      padding-left: 50px; }
.p-info-ctt {
  margin-top: 100px; }
.p-info-ctt__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px; }
.p-info-ctt__split .p-info {
    width: 100%; }
.p-info__btn {
  text-align: right;
  margin-top: 50px; }
.p-infoDetail__ttlArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 50px; }
.p-infoDetail__ttl {
  font-size: 2rem;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; }
.p-infoDetail__date {
  font-size: 1.4rem; }
.p-kura-info {
  margin-bottom: 100px; }
.p-kura-info h2 {
    text-align: center;
    font-size: 3rem;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.15em; }
.lang-en_US .p-kura-info h2 {
      letter-spacing: 0.05em !important; }
.p-kura-info__inner {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 80px; }
.p-kura-info__inner h3 {
      font-size: 2.2rem;
      line-height: 1.4;
      font-weight: normal;
      letter-spacing: 0.15em;
      margin-bottom: 30px; }
.lang-en_US .p-kura-info__inner h3 {
        letter-spacing: 0.05em !important; }
.p-kura-info__inner h3::after {
        content: "";
        display: block;
        width: 100px;
        height: 1px;
        background-color: #000;
        margin: 10px 0; }
.p-kura-photo1 {
  margin-top: 100px;
  margin-bottom: 160px; }
.p-kura-photo1 ul {
    position: relative;
    padding-top: 46%; }
.p-kura-photo1 li {
    position: absolute;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    -webkit-transition: opacity ease-out .4s, -webkit-transform ease-out .8s;
    transition: opacity ease-out .4s, -webkit-transform ease-out .8s;
    transition: opacity ease-out .4s, transform ease-out .8s;
    transition: opacity ease-out .4s, transform ease-out .8s, -webkit-transform ease-out .8s; }
.p-kura-photo1 li img {
      width: 100%; }
.p-kura-photo1__item--1 {
    left: 0;
    top: 0;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
    width: 39.4%; }
.p-kura-photo1__item--2 {
    left: 41.4%;
    top: 0;
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
    width: 13.5%; }
.p-kura-photo1__item--3 {
    left: 56.9%;
    top: 0;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
    width: 13.5%; }
.p-kura-photo1__item--4 {
    left: 41.4%;
    bottom: 0;
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
    width: 29.0%; }
.p-kura-photo1__item--5 {
    right: 0;
    top: 0;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
    width: 27.6%; }
.p-kura-photo1.inview .p-kura-photo1__item--1,
  .p-kura-photo1.inview .p-kura-photo1__item--2,
  .p-kura-photo1.inview .p-kura-photo1__item--3,
  .p-kura-photo1.inview .p-kura-photo1__item--4,
  .p-kura-photo1.inview .p-kura-photo1__item--5 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
.p-kura-photo2 {
  position: relative;
  margin-top: 100px;
  margin-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.p-kura-photo2 li {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    -webkit-transition: opacity ease-out .4s, -webkit-transform ease-out .8s;
    transition: opacity ease-out .4s, -webkit-transform ease-out .8s;
    transition: opacity ease-out .4s, transform ease-out .8s;
    transition: opacity ease-out .4s, transform ease-out .8s, -webkit-transform ease-out .8s;
    width: 48%; }
.p-kura-photo2 li img {
      width: 100%; }
.p-kura-photo2__item--1 {
    -webkit-transition-delay: .1s;
            transition-delay: .1s; }
.p-kura-photo2__item--2 {
    -webkit-transition-delay: .2s;
            transition-delay: .2s; }
.p-kura-photo2.inview li {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
.p-lead {
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2.7; }
.p-lead__ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.15em;
    text-align: center;
    padding-top: 50px; }
.lang-en_US .p-lead__ttl {
      letter-spacing: 0.05em !important; }
.p-lead__free {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.15em;
  color: #fff;
  margin-top: 20px;
  padding: 10px 30px;
  display: inline-block;
  background-color: #a18344;
  border-radius: 30px;
  font-size: 2rem; }
.lang-en_US .p-lead__free {
    letter-spacing: 0.05em !important; }
.p-lead-large {
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 60px;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.15em;
  text-align: center; }
.lang-en_US .p-lead-large {
    letter-spacing: 0.05em !important; }
.p-lead-recipe {
  margin-top: 60px;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.15em;
  text-align: center; }
.lang-en_US .p-lead-recipe {
    letter-spacing: 0.05em !important; }
.p-lead-owner {
  margin-top: 60px; }
.p-lead-owner__ttl {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 55px; }
.lang-en_US .p-lead-owner__ttl {
      letter-spacing: 0.05em !important; }
.p-lead-owner__ttl span {
      font-size: 1.6rem;
      display: block;
      margin-top: 10px; }
.p-lead-owner p {
    font-size: 1.4rem;
    line-height: 2.7; }
.p-lead-gomayan {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 2.7; }
.p-lead-gomayan p {
    position: relative;
    z-index: 1;
    text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff; }
.p-lead-kura {
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 20px; }
.p-lead-kura dl {
    font-size: 1.4rem;
    line-height: 2;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.p-lead-kura dl dt {
      background-color: #000;
      color: #fff;
      padding: 5px 10px; }
.p-lead-kura dl dd {
      padding-left: 10px; }
.p-lead-kura dl dd + dt {
      margin-left: 60px; }
.p-lead-kura dl a {
      position: relative;
      position: relative;
      margin-left: 20px;
      display: inline-block; }
.p-lead-kura dl a::before {
        background-color: #000;
        content: "";
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -3px;
        -webkit-transition: width .3s;
        transition: width .3s;
        width: 100%; }
.p-mainVs {
  position: relative;
  width: 100%;
  height: 100%; }
 
 .p-mainVs_Ct {
  position: relative;
  width: 100%;
  height: 100vmin; }
 
 
.motion .p-mainVs .p-mainVs__bg {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }



.p-mainVs__mv {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: #000; }


.p-mainVs__mv_Ct {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;}


.p-mainVs__bg {
    width: 100%;
    height: 100%;
    background: url("../images/main2.jpg") no-repeat 50% 50%;
    background-size: cover;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    -webkit-transition: opacity ease-out 3.5s, -webkit-transform ease-out 3s;
    transition: opacity ease-out 3.5s, -webkit-transform ease-out 3s;
    transition: transform ease-out 3s, opacity ease-out 3.5s;
    transition: transform ease-out 3s, opacity ease-out 3.5s, -webkit-transform ease-out 3s; }

@media screen and (min-width:480px){
.p-mainVs__bg0 {
    background: url("../images/main06pc.jpg") no-repeat 50% 50%;
}
.p-mainVs__bg1 {
    background: url("../images/main02pc.jpg") no-repeat 50% 50%;
}
.p-mainVs__bg2 {
    background: url("../images/main03pc.jpg") no-repeat 50% 50%;
}
.p-mainVs__bg3 {
    background: url("../images/main04pc.jpg") no-repeat 50% 50%;
}
.p-mainVs__bg4 {
    background: url("../images/main05pc.jpg") no-repeat 50% 50%;
}
.p-mainVs__bg5 {
    background: url("../images/main01pc.jpg") no-repeat 50% 50%;
}
}
@media screen and (max-width:479px){
.p-mainVs__bg0 {
    background: url("../images/main06sp.jpg") no-repeat 50% 50%;
}
.p-mainVs__bg1 {
    background: url("../images/main02sp.jpg") no-repeat 50% 50%;
}
.p-mainVs__bg2 {
    background: url("../images/main03sp.jpg") no-repeat 50% 50%;
}
.p-mainVs__bg3 {
    background: url("../images/main04sp.jpg") no-repeat 50% 50%;
}
.p-mainVs__bg4 {
    background: url("../images/main05sp.jpg") no-repeat 50% 50%;
}
.p-mainVs__bg5 {
    background: url("../images/main01sp.jpg") no-repeat 50% 50%;
}
}


.slick-track {height:100vh;}


.p-mainVs__txt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 auto;
    width: 256px;
    text-align: center; }
.p-mainVs__txt p {
      display: inline-block;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      letter-spacing: 0.2em;
      font-size: 2rem;
      line-height: 1.8;
      color: #fff; }
.lang-en_US .p-mainVs__txt p {
        letter-spacing: 0.05em; }
.p-mainVs__logo span {
    display: block;
    margin: 0 auto; }
.p-mainVs__logo span svg, .p-mainVs__logo span img {
      width: 100%; filter: drop-shadow(0 0 6px rgba(12, 28, 32, 0.767));}
.p-mainVs__logo span svg {
      fill: #fff; }
.p-mainVs__logo span:nth-of-type(1) {
      width: 356px;
      margin-bottom: 10px; }
.p-mainVs__logo span:nth-of-type(2) {
      width: 124px;
      margin-bottom: 15px; }
.p-mainVs-pix {
  position: relative;
  padding-top: 110px; }
.motion .p-mainVs-pix .p-mainVs-pix__bg {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
.p-mainVs-pix__mv {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    background-color: #000; }
.p-recipeDetail .p-mainVs-pix__mv,
    .p-newsDetail .p-mainVs-pix__mv {
      height: 300px; }
.p-mainVs-pix__bg {
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    -webkit-transition: opacity ease-out 3.5s, -webkit-transform ease-out 3s;
    transition: opacity ease-out 3.5s, -webkit-transform ease-out 3s;
    transition: transform ease-out 3s, opacity ease-out 3.5s;
    transition: transform ease-out 3s, opacity ease-out 3.5s, -webkit-transform ease-out 3s; }
.p-about .p-mainVs-pix__bg {
      background-image: url("../images/about/main.jpg"); }
.p-company .p-mainVs-pix__bg {
      background-image: url("../images/company/main.jpg"); }
.p-history .p-mainVs-pix__bg {
      background-image: url("../images/history/main.jpg"); }
.p-concept .p-mainVs-pix__bg {
      background-image: url("../images/concept/main.jpg"); }
.p-gomayan .p-mainVs-pix__bg {
      background-image: url("../images/gomayan/main.jpg"); }
.p-recruit .p-mainVs-pix__bg {
      background-image: url("../images/recruit/main.jpg"); }
.p-sesame .p-mainVs-pix__bg {
      background-image: url("../images/sesame/main.jpg"); }
.p-aboutSesame .p-mainVs-pix__bg {
      background-image: url("../images/about_sesame/main.jpg"); }
.p-nutrition .p-mainVs-pix__bg {
      background-image: url("../images/nutrition/main.jpg"); }
.p-organic .p-mainVs-pix__bg {
      background-image: url("../images/organic/main.jpg"); }
.p-kokusan .p-mainVs-pix__bg {
      background-image: url("../images/kokusan/main.jpg"); }
.p-owner .p-mainVs-pix__bg {
      background-image: url("../images/owner/main.jpg"); }
.p-products .p-mainVs-pix__bg {
      background-image: url("../images/products/main.jpg"); }
.p-recipe .p-mainVs-pix__bg {
      background-image: url("../images/recipe/main.jpg"); }
.p-recipeDetail .p-mainVs-pix__bg {
      background-image: url("../images/recipe/main2.jpg"); }
.p-news .p-mainVs-pix__bg {
      background-image: url("../images/news/main.jpg"); }
.p-newsList .p-mainVs-pix__bg {
      background-image: url("../images/news/main.jpg"); }
.p-newsDetail .p-mainVs-pix__bg {
      background-image: url("../images/news/main.jpg"); }
.p-kura .p-mainVs-pix__bg {
      background-image: url("../images/kura/main.jpg"); }
.p-shopping .p-mainVs-pix__bg {
      background-image: url("../images/shopping/main.jpg"); }
.p-contact .p-mainVs-pix__bg {
      background-image: url("../images/contact/main.jpg"); }
.p-policy .p-mainVs-pix__bg {
      background-image: url("../images/contact/main.jpg"); }
.p-mainVs-arricl {
  height: 100%;
  margin-bottom: 40px; }
.p-mainVs-arricl.inview .p-mainVs-arricl__bg {
    -webkit-transform: scale(1);
            transform: scale(1); }
.p-mainVs-arricl__pix {
    position: relative;
    height: 100%;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-align: center; }
.p-mainVs-arricl__pix::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      z-index: 9;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .4; }
.p-mainVs-arricl__bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: -webkit-transform ease-out 1s;
    transition: -webkit-transform ease-out 1s;
    transition: transform ease-out 1s;
    transition: transform ease-out 1s, -webkit-transform ease-out 1s; }
.p-mainVs-arricl__ttl {
    position: absolute;
    top: 40px;
    z-index: 10; }
.p-mainVs-arricl__ttl h2 {
      font-family: 'Archivo Narrow';
      font-weight: 500;
      letter-spacing: 0.08em;
      letter-spacing: 0.2em;
      font-size: 2.5rem; }
.lang-en_US .p-mainVs-arricl__ttl h2 {
        letter-spacing: 0.05em; }
.p-mainVs-arricl__ttl h2::after {
        content: "";
        display: block;
        width: 100px;
        height: 1px;
        margin: 0 auto;
        margin-top: 10px;
        background-color: #fff; }
.p-mainVs-arricl__category {
    margin-top: 8px;
    font-size: 1.4rem;
    letter-spacing: 0.2em; }
.lang-en_US .p-mainVs-arricl__category {
      letter-spacing: 0.05em; }
.p-mainVs-arricl__txt {
    position: relative;
    z-index: 10;
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 50px; }
.p-mainVs-arricl h3 {
    font-size: 3.7rem;
    font-weight: normal; }
.p-mainVs-arricl__release {
    font-weight: normal; }
.p-mainVs-arricl__type {
    margin-top: 50px; }
.p-mainVs-arricl__url a {
    position: relative;
    color: #fff;
    display: inline-block;
    padding-right: 20px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background: url("../images/i_blank.svg") 100% 8px no-repeat; }
.p-mainVs-arricl__url a::before {
      background-color: #fff;
      content: "";
      height: 1px;
      position: absolute;
      left: 0;
      bottom: -3px;
      -webkit-transition: width .3s;
      transition: width .3s;
      width: 100%; }
.p-mainVs-simple {
  padding-top: 150px;
  padding-bottom: 120px;
  text-align: center; }
.p-mainVs-simple h2 {
    font-family: 'Archivo Narrow';
    font-weight: 700;
    letter-spacing: 0.08em;
    letter-spacing: 0.8em;
    font-size: 6rem;
    -webkit-transition: letter-spacing ease-out 1s;
    transition: letter-spacing ease-out 1s; }
.p-mainVs-simple.inview h2 {
    letter-spacing: 0.2em; }
.p-modal {
  display: none;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 100px;
  -webkit-overflow-scrolling: touch;
  z-index: z-modal(0); }
.p-modal__item {
    position: relative;
    width: 100%;
    padding-top: 56.2%; }
.p-modal__item iframe {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%; }
.p-modal__close {
    padding: 60px 0; }
.p-modal__close .btn {
      cursor: pointer;
      height: 16px;
      margin: 0 auto;
      width: 26px;
      position: relative;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
.p-modal__close .btn span {
        background-color: #000;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        -webkit-transition: all .3s;
        transition: all .3s; }
.p-modal__close .btn span:nth-of-type(1) {
          top: 0; }
.p-modal__close .btn span:nth-of-type(2) {
          bottom: 0; }
.p-movie {
  position: relative;
  margin-top: 160px;
  padding-bottom: 100px;
  text-align: center; }
.p-movie::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 0;
    height: 50%;
    width: 50%;
    background: url("../images/bg.png") repeat 50% 50%; }
.p-movie__lead h2 {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.15em;
    font-size: 3rem;
    margin-bottom: 3px; }
.lang-en_US .p-movie__lead h2 {
      letter-spacing: 0.05em !important; }
.p-movie__lead p {
    font-size: 1.4rem;
    line-height: 2;
    font-size: 1.8rem; }
.p-movie__pix {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    background-color: #000; }
.p-movie__pix img {
      width: 100%; }
.p-movie__pix::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 10;
      margin: auto;
      display: block;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      border: 3px solid #fff;
      pointer-events: none; }
.p-movie__pix::after {
      content: "";
      position: absolute;
      top: 0;
      left: 8px;
      bottom: 0;
      right: 0;
      z-index: 10;
      margin: auto;
      display: block;
      width: 20px;
      height: 20px;
      border-right: 20px solid transparent;
      border-bottom: 28px solid #fff;
      border-left: 20px solid transparent;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      pointer-events: none; }
.p-movie__pix a {
      display: block;
      opacity: 0.8;
      -webkit-transition: -webkit-transform ease-out 1s;
      transition: -webkit-transform ease-out 1s;
      transition: transform ease-out 1s;
      transition: transform ease-out 1s, -webkit-transform ease-out 1s;
      cursor: pointer; }
.p-movie__pix a:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
.p-nutrition-list {
  margin-top: 80px;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.p-nutrition-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48%;
    font-size: 1.4rem;
    line-height: 2;
    line-height: 1.6; }
.p-nutrition-list__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 160px;
    height: 80px;
    background-color: #fbf5df;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center; }
.p-nutrition-list__ttl small {
      display: block; }
.p-nutrition-list__txt {
    width: calc(100% - 160px);
    padding-left: 15px; }
.p-owner .p-owner-block {
  margin-top: 150px; }
.p-owner-block + .p-owner-block {
  margin-top: 100px; }
.p-owner-block__inner {
  padding-left: 15px;
  font-size: 1.4rem;
  line-height: 2; }
.p-owner-btn {
  margin-top: 100px;
  text-align: center; }
.p-owner-contact {
  margin-top: 30px; }
.p-owner-contact__ttl {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.15em;
    margin-bottom: 15px; }
.lang-en_US .p-owner-contact__ttl {
      letter-spacing: 0.05em !important; }
.p-pagetop {
  display: block;
  width: 60px;
  height: 60px;
  background: #000;color:#fff;
  border-radius: 50%;
  text-align: center;
  font-size: 1.0rem;
  padding-top: 22px;
  cursor: pointer;
  z-index: 3900;
  -webkit-transition: color ease-out .2s, background-color ease-out .2s;
  transition: color ease-out .2s, background-color ease-out .2s;
  position: absolute;
  right: 30px;
  top: 30px; }
.p-pagetop.fixed {
    position: fixed;
    right: 30px;
    top: auto;
    bottom: 30px; }
.p-pagetop::before {
    content: "";
    position: absolute;
    right: 0px;
    left: 0;
    top: 10px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid;
    border-right: 1px solid;
    color: #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: color ease-out .2s,-webkit-transform ease-out .2s;
    transition: color ease-out .2s,-webkit-transform ease-out .2s;
    transition: color ease-out .2s,transform ease-out .2s;
    transition: color ease-out .2s,transform ease-out .2s,-webkit-transform ease-out .2s; }
.p-pagetop-fix {
  display: block;color:#fff;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 1.0rem;
  padding-top: 45px;
  cursor: pointer;
  z-index: 3900;
  -webkit-transition: color ease-out .2s, background-color ease-out .2s;
  transition: color ease-out .2s, background-color ease-out .2s;
  position: absolute;
  top: 0;
  right: 0px; }
.p-pagetop-fix::before {
    content: "";
    position: absolute;
    right: 0px;
    left: 0;
    top: 30px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid;
    border-right: 1px solid;
    color: #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: color ease-out .2s,-webkit-transform ease-out .2s;
    transition: color ease-out .2s,-webkit-transform ease-out .2s;
    transition: color ease-out .2s,transform ease-out .2s;
    transition: color ease-out .2s,transform ease-out .2s,-webkit-transform ease-out .2s; }
.p-policy-ctt__block {
  font-size: 1.4rem;
  line-height: 2; }
.p-policy-ctt__block + .p-policy-ctt__block {
    margin-top: 50px; }
.p-policy-ctt__ttl {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.15em;
  margin-bottom: 10px; }
.lang-en_US .p-policy-ctt__ttl {
    letter-spacing: 0.05em !important; }
.p-productsList {
  padding: 0 10px; }
.p-productsList__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.p-productsList__item {
    position: relative;
    height: 300px;
    margin: 10px; }
.p-productsList__link {
    position: relative;
    background-color: #000;
    display: block;
    width: 100%;
    height: 300px; }
.p-productsList__ttl {
    font-size: 1.6rem;
    line-height: 2;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 20px;
    -webkit-transition: opacity ease-out .2s,-webkit-transform ease-out .2s;
    transition: opacity ease-out .2s,-webkit-transform ease-out .2s;
    transition: transform ease-out .2s,opacity ease-out .2s;
    transition: transform ease-out .2s,opacity ease-out .2s,-webkit-transform ease-out .2s; }
.p-productsList .p-productsList__pix {
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: opacity ease-out .2s,-webkit-transform ease-out 2s;
    transition: opacity ease-out .2s,-webkit-transform ease-out 2s;
    transition: transform ease-out 2s,opacity ease-out .2s;
    transition: transform ease-out 2s,opacity ease-out .2s,-webkit-transform ease-out 2s; }
.p-productsList__pix--1 {
    background: url("../images/products/p1.jpg") no-repeat 50% 50%; }
.p-productsList__pix--2 {
    background: url("../images/products/p2.jpg") no-repeat 50% 50%; }
.p-productsList__pix--3 {
    background: url("../images/products/p3.jpg") no-repeat 50% 50%; }
.p-productsList__pix--4 {
    background: url("../images/products/p4.jpg") no-repeat 50% 50%; }
.p-productsList__pix--5 {
    background: url("../images/products/p5.jpg") no-repeat 50% 50%; }
.p-productsList__pix--6 {
    background: url("../images/products/p6.jpg") no-repeat 50% 50%; }
.p-productsList__pix--7 {
    background: url("../images/products/p7.jpg") no-repeat 50% 50%; }
.p-productsList__pix--8 {
    background: url("../images/products/p8.jpg") no-repeat 50% 50%; }
.p-productsList__pix--9 {
    background: url("../images/products/p9.jpg") no-repeat 50% 50%; }
.p-productsList__pix--10 {
    background: url("../images/products/p10.jpg") no-repeat 50% 50%; }
.p-productsList__pix--11 {
    background: url("../images/products/p11.jpg") no-repeat 50% 50%; }
.p-productsList__pix--12 {
    background: url("../images/products/p12.jpg") no-repeat 50% 50%; }
.p-productsList__pix--13 {
    background: url("../images/products/p13.jpg") no-repeat 50% 50%; }
.p-productsList__dtl {
    width: 100%;
    height: 100%;
    padding: 70px 50px;
    font-size: 1.4rem;
    line-height: 2;
    color: #fff;
    -webkit-transition: opacity ease-out 1s,-webkit-transform ease-out .5s;
    transition: opacity ease-out 1s,-webkit-transform ease-out .5s;
    transition: transform ease-out .5s,opacity ease-out 1s;
    transition: transform ease-out .5s,opacity ease-out 1s,-webkit-transform ease-out .5s; }
.lang-en_US .p-productsList__dtl {
      font-size: 1.3rem; }
.p-productsList-slide__ttl {
  font-size: 1.8rem;
  margin-bottom: 5px; }
.p-productsList-slide__btn {
  position: absolute;
  right: 50px;
  bottom: 30px;
  pointer-events: none; }
.p-recipe-block__btn {
  text-align: right;
  margin-top: 50px; }
.p-recipe-nav {
  margin-top: 30px; }
.p-recipe-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.p-recipe-nav .p-recipe-nav__item--iri, .p-recipe-nav .p-recipe-nav__item--suri, .p-recipe-nav .p-recipe-nav__item--paste, .p-recipe-nav .p-recipe-nav__item--kin, .p-recipe-nav .p-recipe-nav__item--kuro, .p-recipe-nav .p-recipe-nav__item--shiro, .p-recipe-nav .p-recipe-nav__item--abura, .p-recipe-nav .p-recipe-nav__item--choumi, .p-recipe-nav .p-recipe-nav__item--furikake {
    font-size: 1.1rem;
    width: 86px;
    height: 86px; }
.p-recipe-nav .p-recipe-nav__item--iri:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--suri:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--paste:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--kin:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--kuro:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--shiro:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--abura:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--choumi:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--furikake:nth-of-type(n+2) {
      margin-left: 15px; }
.p-recipe-nav .p-recipe-nav__item--iri a, .p-recipe-nav .p-recipe-nav__item--suri a, .p-recipe-nav .p-recipe-nav__item--paste a, .p-recipe-nav .p-recipe-nav__item--kin a, .p-recipe-nav .p-recipe-nav__item--kuro a, .p-recipe-nav .p-recipe-nav__item--shiro a, .p-recipe-nav .p-recipe-nav__item--abura a, .p-recipe-nav .p-recipe-nav__item--choumi a, .p-recipe-nav .p-recipe-nav__item--furikake a {
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      padding-left: 4px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff; }
.p-recipe-nav .p-recipe-nav__item--iri a::before, .p-recipe-nav .p-recipe-nav__item--suri a::before, .p-recipe-nav .p-recipe-nav__item--paste a::before, .p-recipe-nav .p-recipe-nav__item--kin a::before, .p-recipe-nav .p-recipe-nav__item--kuro a::before, .p-recipe-nav .p-recipe-nav__item--shiro a::before, .p-recipe-nav .p-recipe-nav__item--abura a::before, .p-recipe-nav .p-recipe-nav__item--choumi a::before, .p-recipe-nav .p-recipe-nav__item--furikake a::before {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        display: block;
        margin: auto;
        width: 6px;
        height: 6px;
        border: 6px solid transparent;
        border-left: 6px solid;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition: opacity ease-out .2s, -webkit-transform ease-out .2s;
        transition: opacity ease-out .2s, -webkit-transform ease-out .2s;
        transition: transform ease-out .2s, opacity ease-out .2s;
        transition: transform ease-out .2s, opacity ease-out .2s, -webkit-transform ease-out .2s;
        z-index: 11;
        opacity: 0; }
.p-recipe-nav .p-recipe-nav__item--iri a span, .p-recipe-nav .p-recipe-nav__item--suri a span, .p-recipe-nav .p-recipe-nav__item--paste a span, .p-recipe-nav .p-recipe-nav__item--kin a span, .p-recipe-nav .p-recipe-nav__item--kuro a span, .p-recipe-nav .p-recipe-nav__item--shiro a span, .p-recipe-nav .p-recipe-nav__item--abura a span, .p-recipe-nav .p-recipe-nav__item--choumi a span, .p-recipe-nav .p-recipe-nav__item--furikake a span {
        position: relative;
        z-index: 10; }
.p-recipe-nav .p-recipe-nav__item--iri a::after, .p-recipe-nav .p-recipe-nav__item--suri a::after, .p-recipe-nav .p-recipe-nav__item--paste a::after, .p-recipe-nav .p-recipe-nav__item--kin a::after, .p-recipe-nav .p-recipe-nav__item--kuro a::after, .p-recipe-nav .p-recipe-nav__item--shiro a::after, .p-recipe-nav .p-recipe-nav__item--abura a::after, .p-recipe-nav .p-recipe-nav__item--choumi a::after, .p-recipe-nav .p-recipe-nav__item--furikake a::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        opacity: 0.8;
        -webkit-transition: opacity ease-out .2s, -webkit-transform ease-out .2s;
        transition: opacity ease-out .2s, -webkit-transform ease-out .2s;
        transition: transform ease-out .2s, opacity ease-out .2s;
        transition: transform ease-out .2s, opacity ease-out .2s, -webkit-transform ease-out .2s; }
.p-recipe-nav .p-recipe-nav__item--iri a:hover::before, .p-recipe-nav .p-recipe-nav__item--suri a:hover::before, .p-recipe-nav .p-recipe-nav__item--paste a:hover::before, .p-recipe-nav .p-recipe-nav__item--kin a:hover::before, .p-recipe-nav .p-recipe-nav__item--kuro a:hover::before, .p-recipe-nav .p-recipe-nav__item--shiro a:hover::before, .p-recipe-nav .p-recipe-nav__item--abura a:hover::before, .p-recipe-nav .p-recipe-nav__item--choumi a:hover::before, .p-recipe-nav .p-recipe-nav__item--furikake a:hover::before, .p-recipe-nav .p-recipe-nav__item--iri a.active::before, .p-recipe-nav .p-recipe-nav__item--suri a.active::before, .p-recipe-nav .p-recipe-nav__item--paste a.active::before, .p-recipe-nav .p-recipe-nav__item--kin a.active::before, .p-recipe-nav .p-recipe-nav__item--kuro a.active::before, .p-recipe-nav .p-recipe-nav__item--shiro a.active::before, .p-recipe-nav .p-recipe-nav__item--abura a.active::before, .p-recipe-nav .p-recipe-nav__item--choumi a.active::before, .p-recipe-nav .p-recipe-nav__item--furikake a.active::before {
        opacity: 1; }
.p-recipe-nav .p-recipe-nav__item--iri a:hover::after, .p-recipe-nav .p-recipe-nav__item--suri a:hover::after, .p-recipe-nav .p-recipe-nav__item--paste a:hover::after, .p-recipe-nav .p-recipe-nav__item--kin a:hover::after, .p-recipe-nav .p-recipe-nav__item--kuro a:hover::after, .p-recipe-nav .p-recipe-nav__item--shiro a:hover::after, .p-recipe-nav .p-recipe-nav__item--abura a:hover::after, .p-recipe-nav .p-recipe-nav__item--choumi a:hover::after, .p-recipe-nav .p-recipe-nav__item--furikake a:hover::after, .p-recipe-nav .p-recipe-nav__item--iri a.active::after, .p-recipe-nav .p-recipe-nav__item--suri a.active::after, .p-recipe-nav .p-recipe-nav__item--paste a.active::after, .p-recipe-nav .p-recipe-nav__item--kin a.active::after, .p-recipe-nav .p-recipe-nav__item--kuro a.active::after, .p-recipe-nav .p-recipe-nav__item--shiro a.active::after, .p-recipe-nav .p-recipe-nav__item--abura a.active::after, .p-recipe-nav .p-recipe-nav__item--choumi a.active::after, .p-recipe-nav .p-recipe-nav__item--furikake a.active::after {
        opacity: 1;
        -webkit-transform: scale(1.15);
                transform: scale(1.15); }
.p-recipe-nav .p-recipe-nav__item--iri a::after {
    background-color: #a18344; }
.p-recipe-nav .p-recipe-nav__item--suri a::after {
    background-color: #9b6445; }
.p-recipe-nav .p-recipe-nav__item--paste a::after {
    background-color: #a95059; }
.p-recipe-nav .p-recipe-nav__item--kin a::after {
    background-color: #daa401; }
.p-recipe-nav .p-recipe-nav__item--kuro a::after {
    background-color: #000000; }
.p-recipe-nav .p-recipe-nav__item--shiro a::after {
    background-color: #ded4be; }
.p-recipe-nav .p-recipe-nav__item--shiro a {
    color: #000; }
.p-recipe-nav .p-recipe-nav__item--abura a::after {
    background-color: #633e2b; }
.p-recipe-nav .p-recipe-nav__item--choumi a::after {
    background-color: #7f954a; }
.p-recipe-nav .p-recipe-nav__item--furikake a::after {
    background-color: #346694; }
/*
p-recipe detail
------------------------------- */
.p-recipeDetail__block + .p-recipeDetail__block {
  margin-top: 100px; }
.p-recipeDetail__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.cate--roasted-sesami .p-recipeDetail-cate, .cate--surigoma .p-recipeDetail-cate, .cate--paste .p-recipeDetail-cate, .cate--gold-sesami .p-recipeDetail-cate, .cate--black-sesami .p-recipeDetail-cate, .cate--white-sesami .p-recipeDetail-cate, .cate--sesami-oil .p-recipeDetail-cate, .cate--seasoning .p-recipeDetail-cate, .cate--furikake .p-recipeDetail-cate {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  position: absolute;
  z-index: 10;
  top: -18px;
  left: 100px;
  padding: 8px 15px;
  color: #fff;
  font-size: 1.3rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; }
.cate--roasted-sesami .p-recipeDetail-cate {
  background-color: #a18344; }
.cate--surigoma .p-recipeDetail-cate {
  background-color: #9b6445; }
.cate--paste .p-recipeDetail-cate {
  background-color: #a95059; }
.cate--gold-sesami .p-recipeDetail-cate {
  background-color: #daa401; }
.cate--black-sesami .p-recipeDetail-cate {
  background-color: #000000; }
.cate--white-sesami .p-recipeDetail-cate {
  background-color: #ded4be;
  color: #000; }
.cate--sesami-oil .p-recipeDetail-cate {
  background-color: #633e2b; }
.cate--seasoning .p-recipeDetail-cate {
  background-color: #7f954a; }
.cate--furikake .p-recipeDetail-cate {
  background-color: #346694; }
.p-recipeDetail-ttl {
  color: #fff;
  padding: 14px 20px;
  font-size: 2rem;
  margin-bottom: 30px; }
.cate--roasted-sesami .p-recipeDetail-ttl {
    background-color: #a18344; }
.cate--surigoma .p-recipeDetail-ttl {
    background-color: #9b6445; }
.cate--paste .p-recipeDetail-ttl {
    background-color: #a95059; }
.cate--gold-sesami .p-recipeDetail-ttl {
    background-color: #daa401; }
.cate--black-sesami .p-recipeDetail-ttl {
    background-color: #000000; }
.cate--white-sesami .p-recipeDetail-ttl {
    background-color: #ded4be;
    color: #000; }
.cate--sesami-oil .p-recipeDetail-ttl {
    background-color: #633e2b; }
.cate--seasoning .p-recipeDetail-ttl {
    background-color: #7f954a; }
.cate--furikake .p-recipeDetail-ttl {
    background-color: #346694; }
.p-recipe-menu {
  font-size: 1.4rem;
  line-height: 2;
  width: 45%;
  padding-left: 10px; }
.p-recipe-menu dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal; }
.p-recipe-menu dt, .p-recipe-menu dd {
    position: relative; }
.p-recipe-menu dt:nth-of-type(n+2), .p-recipe-menu dd:nth-of-type(n+2) {
      margin-top: 8px; }
.p-recipe-menu dt::before, .p-recipe-menu dd::before {
      content: "";
      position: absolute;
      bottom: 7px;
      left: 0;
      display: block;
      width: 100%;
      height: 1px;
      background: repeating-linear-gradient(90deg, #ccc, #ccc 1px, #fff 0, #fff 3px); }
.p-recipe-menu dt span, .p-recipe-menu dd span {
      position: relative;
      display: inline-block;
      background-color: #fff;
      padding: 0 10px;
      height: 100%; }
.p-recipe-menu dt {
    width: 60%; }
.p-recipe-menu dt span::before {
      content: "・"; }
.p-recipe-menu dd {
    width: 40%;
    text-align: right; }
.p-recipe-menu p {
    font-size: 1.8rem; }
.p-recipe-menu dl + p,
  .p-recipe-menu dl + dl {
    margin-top: 40px; }
.p-recipe-menu p + dl {
    margin-top: 15px; }
.p-recipe-pix {
  width: 50%; }
.p-recipe-pix img {
    max-width: 100%; }
.p-recipe-flow {
  font-size: 1.4rem;
  line-height: 2;
  line-height: 1.8; }
.p-recipe-flow ul {
    padding-left: 20px; }
.p-recipe-flow ul li {
      position: relative;
      padding-left: 45px;
      padding-top: 8px;
      counter-increment: count-number; }
.p-recipe-flow ul li::before {
        content: counters(count-number, ".") " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 36px;
        height: 36px;
        padding-left: 3px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #fff; }
.cate--roasted-sesami .p-recipe-flow ul li::before {
          background-color: #a18344; }
.cate--surigoma .p-recipe-flow ul li::before {
          background-color: #9b6445; }
.cate--paste .p-recipe-flow ul li::before {
          background-color: #a95059; }
.cate--gold-sesami .p-recipe-flow ul li::before {
          background-color: #daa401; }
.cate--black-sesami .p-recipe-flow ul li::before {
          background-color: #000000; }
.cate--white-sesami .p-recipe-flow ul li::before {
          background-color: #ded4be;
          color: #000; }
.cate--sesami-oil .p-recipe-flow ul li::before {
          background-color: #633e2b; }
.cate--seasoning .p-recipe-flow ul li::before {
          background-color: #7f954a; }
.cate--furikake .p-recipe-flow ul li::before {
          background-color: #346694; }
.p-recipe-flow ul li + li {
        margin-top: 15px; }
.p-recipe-kotu {
  font-size: 1.4rem;
  line-height: 2;
  line-height: 1.8;
  padding-left: 20px; }
.p-recipe-kotu dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.p-recipe-kotu dt, .p-recipe-kotu dd {
    position: relative; }
.p-recipe-kotu dt:nth-of-type(n+2), .p-recipe-kotu dd:nth-of-type(n+2) {
      margin-top: 15px; }
.p-recipe-kotu dt {
    width: 100px; }
.p-recipe-kotu dd {
    width: calc(100% - 100px); }
.cate--roasted-sesami .p-recipe-kotu__teacher {
    color: #a18344; }
.cate--surigoma .p-recipe-kotu__teacher {
    color: #9b6445; }
.cate--paste .p-recipe-kotu__teacher {
    color: #a95059; }
.cate--gold-sesami .p-recipe-kotu__teacher {
    color: #daa401; }
.cate--black-sesami .p-recipe-kotu__teacher {
    color: #000000; }
.cate--white-sesami .p-recipe-kotu__teacher {
    color: #a18344; }
.cate--sesami-oil .p-recipe-kotu__teacher {
    color: #633e2b; }
.cate--seasoning .p-recipe-kotu__teacher {
    color: #7f954a; }
.cate--furikake .p-recipe-kotu__teacher {
    color: #346694; }
.p-recruit .p-recruit-block {
  margin-top: 150px; }
.p-recruit-block + .p-recruit-block {
  margin-top: 100px; }
.p-recruit-block__inner {
  padding-left: 15px; }
.p-recruit-btn {
  margin-top: 100px;
  text-align: center; }
.p-scroll {
  position: absolute;
  left: 50px;
  bottom: 30px;
  pointer-events: all; }
.p-scroll a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.3em;
    -webkit-transition: color ease-out .3s;
    transition: color ease-out .3s; }
.lang-en_US .p-scroll a {
      letter-spacing: 0.05em; }
.p-scroll a::before {
      content: "";
      position: absolute;
      top: -135px;
      left: 0;
      display: block;
      width: 1px;
      height: 120px;
      background-color: white;
      -webkit-transition: -webkit-transform ease-out .3s;
      transition: -webkit-transform ease-out .3s;
      transition: transform ease-out .3s;
      transition: transform ease-out .3s, -webkit-transform ease-out .3s;
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom; }
.p-scroll a::after {
      content: "";
      position: absolute;
      bottom: 29px;
      left: 0;
      display: block;
      width: 1px;
      height: 20px;
      background-color: #ca0d1b;
      -webkit-transform: translate(0, 0px) scale(1, 1);
              transform: translate(0, 0px) scale(1, 1);
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-transition: -webkit-transform ease-out .3s;
      transition: -webkit-transform ease-out .3s;
      transition: transform ease-out .3s;
      transition: transform ease-out .3s, -webkit-transform ease-out .3s; }
.p-scroll a:hover {
      color: #ca0d1b; }
.p-scroll a:hover::before {
        -webkit-transform: scaleY(0);
                transform: scaleY(0); }
.p-scroll a:hover::after {
        -webkit-transform: scaleY(3);
                transform: scaleY(3); }
@-webkit-keyframes scroll_down {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  100% {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
    opacity: 0; } }
@keyframes scroll_down {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  100% {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
    opacity: 0; } }
.p-shop {
  padding: 100px 0;
  margin-top: 160px;
  background: url("../images/shop_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-align: center; }

.p-shop2 {
  padding: 100px 0;
  margin-top: 30px;
  background: url("../images/shop_bg_hanp.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-align: center; }
  
.p-shop3 {
  padding: 100px 0;
  margin-top: 30px;
  background: url("../images/shop_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-align: center; }

.p-shop__logo img {
    width: 140px; }
.p-shop__ttl {
    background: url("../images/i_shop.svg") no-repeat 0 0;
    display: inline-block;
    padding-top: 5px;
    padding-left: 45px;
    margin-top: 5px;
    margin-bottom: 20px;
    white-space: nowrap;
    font-weight: normal;
    line-height: 40px;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.15em;
    font-size: 2.4rem; }
.lang-en_US .p-shop__ttl {
      letter-spacing: 0.05em !important; }
.p-shop__block {
    background-color: #fff;
    width: 500px;
    height: 400px;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 4px solid #ca0d1b; }
.p-shop__btn {
    margin-top: 30px; }
.p-shop-block {
  font-size: 1.4rem;
  line-height: 2; }
.p-shop-block__inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
.p-shop-block__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 15px 20px; }
.p-shop-block__ttl {
    width: 250px; }
.p-shop-block__dtl {
    width: calc(100% - 250px);
    padding: 20px 0;
    padding-left: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.15); }
.p-shop-block__tel {
    width: 300px; }
.p-shop-block__tel img {
      max-width: none;
      max-height: none;
      width: 100%; }
.p-shop-block__man {
    font-size: 120%; }
.p-shop-block__man strong {
      font-weight: normal; }
.p-shop-block__man span {
      font-size: 1.4rem;
      padding-left: 20px; }
.p-shop-block__btn {
    margin-top: 20px; }
.c-bannnr {
  margin-top: 100px;
  text-align: center; }
.c-bannnr figcaption {
    margin-top: 10px; }
.c-bannnr a {
    display: inline-block;
    cursor: pointer; }
.c-block, .c-block--r, .c-block--l {
  position: relative; }
.c-block::after, .c-block--r::after, .c-block--l::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
.c-block.inview::after, .inview.c-block--r::after, .inview.c-block--l::after {
    -webkit-transition: -webkit-transform ease-out 1.8s;
    transition: -webkit-transform ease-out 1.8s;
    transition: transform ease-out 1.8s;
    transition: transform ease-out 1.8s, -webkit-transform ease-out 1.8s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1); }
.c-block__dtl {
    -webkit-transition: opacity ease-out 1.5s .8s, -webkit-transform ease-out 1.5s .8s;
    transition: opacity ease-out 1.5s .8s, -webkit-transform ease-out 1.5s .8s;
    transition: opacity ease-out 1.5s .8s, transform ease-out 1.5s .8s;
    transition: opacity ease-out 1.5s .8s, transform ease-out 1.5s .8s, -webkit-transform ease-out 1.5s .8s;
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
.c-block.inview .c-block__dtl, .inview.c-block--r .c-block__dtl, .inview.c-block--l .c-block__dtl {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
.c-block + .c-block, .c-block--r + .c-block, .c-block--l + .c-block, .c-block + .c-block--r, .c-block--r + .c-block--r, .c-block--l + .c-block--r, .c-block + .c-block--l, .c-block--r + .c-block--l, .c-block--l + .c-block--l {
    margin-top: 100px; }
.c-block--r {
    height: 680px; }


.c-block--l {
    height: 880px; }


.c-block-list {
    height: 560px; }
.c-block__inner {
    position: relative;
    height: 100%; }
.c-block__inner::before {
      content: "";
      position: absolute;
      bottom: 0px;
      z-index: 0;
      background: url("../images/bg.png") repeat 50% 50%; }
.c-block__inner::before {
    height: calc(100% - 100px);
    width: 840px; }
.c-block__inner::before,
  .c-block--r .c-block__inner::before {
    left: 0; }
.c-block--l .c-block__inner::before {
    left: auto;
    right: 0; }
.c-block__pix {
    position: absolute;
    top: 0;
    z-index: 1; }
.c-block__pix figure {
      display: block;
      background-position: 50% 50%;
      background-size: cover; }
.c-block--r .c-block__pix,
  .c-block--l .c-block__pix {
    height: 580px;
    width: calc(50% + 200px); }
.c-block--r .c-block__pix figure,
    .c-block--l .c-block__pix figure {
      width: 100%;
      height: 100%; }
.c-block-list .c-block__pix {
    height: 460px;
    width: calc(50%); }
.c-block--r .c-block__pix {
    left: 0; }
.c-block--l .c-block__pix {
    right: 0; }
.c-block__dtl {
    font-size: 1.4rem;
    line-height: 2.7;
    position: relative;
    z-index: 2;
    width: 500px;
    background-color:#ba9bc9;
    padding: 50px 60px; }
.c-block__dtl .logo {
      fill: #ca0d1b;
      width: 50px;
      height: 50px;
      position: absolute;
      top: -24px;
      left: 55px; }
.c-block__dtl .logo svg {
        width: 50px; }
.c-block--r .c-block__dtl {
    margin-left: calc(100% - 500px); }
.c-block--l .c-block__dtl {
    margin-right: calc(100% - 500px); }
.c-block--l .c-block__dtl .logo {
      left: 0; }
.c-block__ttl {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.15em;
    margin-bottom: 25px; }
.lang-en_US .c-block__ttl {
      letter-spacing: 0.05em !important; }
.lang-en_US .c-block__ttl {
      font-size: 3rem; }
.c-block__btn {
    margin-top: 25px; }
.c-block__deco--gomayam {
    position: absolute;
    left: 39%;
    bottom: 58px;
    z-index: 2;
    pointer-events: none; }
/*
recruit
-------------------------------------------- */
.c-block-recruit {
  position: relative;
  margin-top: 100px;
  height: 100%; }
.c-block-recruit::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
.c-block-recruit.inview::after {
    -webkit-transition: -webkit-transform ease-out 1.8s;
    transition: -webkit-transform ease-out 1.8s;
    transition: transform ease-out 1.8s;
    transition: transform ease-out 1.8s, -webkit-transform ease-out 1.8s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1); }
.c-block-recruit__dtl {
    -webkit-transition: opacity ease-out 1.5s .8s, -webkit-transform ease-out 1.5s .8s;
    transition: opacity ease-out 1.5s .8s, -webkit-transform ease-out 1.5s .8s;
    transition: opacity ease-out 1.5s .8s, transform ease-out 1.5s .8s;
    transition: opacity ease-out 1.5s .8s, transform ease-out 1.5s .8s, -webkit-transform ease-out 1.5s .8s;
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
.c-block-recruit.inview .c-block-recruit__dtl {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
.c-block-recruit::before {
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    z-index: 0;
    height: 50%;
    width: 840px;
    background: url("../images/bg.png") repeat 50% 50%; }
.c-block-recruit__inner {
    position: relative; }
.c-block-recruit__pix img {
    width: 100%; }
.c-block-recruit__dtl {
    font-size: 1.4rem;
    line-height: 2.7;
    position: relative;
    z-index: 2;
    width: 500px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 60px 0;
    padding-right: 0;
    margin-left: calc(100% - 550px);
    margin-top: -155px; }
.c-block-recruit__ttl {
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 25px; }
.c-block-recruit__ttl span {
      font-size: 4rem;
      line-height: 1.4;
      font-weight: normal;
      letter-spacing: 0.15em;
      display: block; }
.lang-en_US .c-block-recruit__ttl span {
        letter-spacing: 0.05em !important; }
.lang-en_US .c-block-recruit__ttl span {
        font-size: 3rem; }
.c-block-recruit__btn {
    margin-top: 25px; }
/*
sec
-------------------------------------------- */
.c-block-sec {
  position: relative;
  height: 680px; }
.c-block-sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
.c-block-sec.inview::after {
    -webkit-transition: -webkit-transform ease-out 1.8s;
    transition: -webkit-transform ease-out 1.8s;
    transition: transform ease-out 1.8s;
    transition: transform ease-out 1.8s, -webkit-transform ease-out 1.8s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1); }
.c-block-sec__dtl {
    -webkit-transition: opacity ease-out 1.5s .8s, -webkit-transform ease-out 1.5s .8s;
    transition: opacity ease-out 1.5s .8s, -webkit-transform ease-out 1.5s .8s;
    transition: opacity ease-out 1.5s .8s, transform ease-out 1.5s .8s;
    transition: opacity ease-out 1.5s .8s, transform ease-out 1.5s .8s, -webkit-transform ease-out 1.5s .8s;
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
.c-block-sec.inview .c-block-sec__dtl {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
.c-block-sec + .c-block-sec {
    margin-top: 100px; }
.c-block-sec--kura {
    height: 914px;
    padding-bottom: 100px; }
.c-block-sec__inner {
    position: relative;
    height: 100%; }
.c-block-sec .c-block-sec__pix, .c-block-sec .c-block-sec__pix--r, .c-block-sec .c-block-sec__pix--kura {
    position: absolute;
    top: 0;
    z-index: 1;
    height: calc(100% - 100px);
    width: calc(50% + 200px); }
.c-block-sec .c-block-sec__pix::before, .c-block-sec .c-block-sec__pix--r::before, .c-block-sec .c-block-sec__pix--kura::before {
      content: "";
      position: absolute;
      bottom: -100px;
      z-index: 0;
      height: calc(100% - 100px);
      width: 90%;
      background: url("../images/bg.png") repeat 50% 50%; }
.c-block-sec .c-block-sec__pix figure, .c-block-sec .c-block-sec__pix--r figure, .c-block-sec .c-block-sec__pix--kura figure {
      position: relative;
      display: block;
      background-position: 50% 50%;
      background-size: cover;
      width: 100%;
      height: 100%; }
.c-block-sec .c-block-sec__pix {
    left: 0; }
.c-block-sec .c-block-sec__pix::before {
      right: -100px; }
.c-block-sec .c-block-sec__pix--r {
      right: 0; }
.c-block-sec .c-block-sec__pix--r::before {
        left: -100px; }
.c-block-sec .c-block-sec__pix--kura {
    left: 50%;
    height: 814px;
    width: 500px; }
.c-block-sec .c-block-sec__pix--kura figure {
      height: 100%;
      background-position: 50% 100%; }
.c-block-sec .c-block-sec__pix--kura::before {
      width: 100%;
      left: -100px; }
.c-block-sec .c-block-sec__dtl, .c-block-sec .c-block-sec__dtl--r, .c-block-sec .c-block-sec__dtl--down {
    font-size: 1.4rem;
    line-height: 2.7;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 500px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px 60px 0; }
.c-block-sec .c-block-sec__dtl p:nth-of-type(n+2), .c-block-sec .c-block-sec__dtl--r p:nth-of-type(n+2), .c-block-sec .c-block-sec__dtl--down p:nth-of-type(n+2) {
      margin-top: 15px; }
.c-block-sec .c-block-sec__dtl .pix, .c-block-sec .c-block-sec__dtl--r .pix, .c-block-sec .c-block-sec__dtl--down .pix {
      margin-top: 15px; }
.c-block-sec .c-block-sec__dtl .pix img, .c-block-sec .c-block-sec__dtl--r .pix img, .c-block-sec .c-block-sec__dtl--down .pix img {
        width: 100%; }
.c-block-sec .c-block-sec__dtl .copy, .c-block-sec .c-block-sec__dtl--r .copy, .c-block-sec .c-block-sec__dtl--down .copy, .c-block-sec .c-block-sec__dtl .copy1, .c-block-sec .c-block-sec__dtl--r .copy1, .c-block-sec .c-block-sec__dtl--down .copy1, .c-block-sec .c-block-sec__dtl .copy2, .c-block-sec .c-block-sec__dtl--r .copy2, .c-block-sec .c-block-sec__dtl--down .copy2, .c-block-sec .c-block-sec__dtl .copy3, .c-block-sec .c-block-sec__dtl--r .copy3, .c-block-sec .c-block-sec__dtl--down .copy3, .c-block-sec .c-block-sec__dtl .copy-gomayan, .c-block-sec .c-block-sec__dtl--r .copy-gomayan, .c-block-sec .c-block-sec__dtl--down .copy-gomayan {
      position: absolute;
      top: -80px;
      right: -50px;
      font-size: 20rem;
      line-height: 1;
      color: rgba(0, 0, 0, 0.05);
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
.c-block-sec .c-block-sec__dtl .copy1, .c-block-sec .c-block-sec__dtl--r .copy1, .c-block-sec .c-block-sec__dtl--down .copy1 {
      top: -85px;
      right: -50px; }
.c-block-sec .c-block-sec__dtl .copy2, .c-block-sec .c-block-sec__dtl--r .copy2, .c-block-sec .c-block-sec__dtl--down .copy2 {
      top: -85px;
      left: -50px; }
.c-block-sec .c-block-sec__dtl .copy3, .c-block-sec .c-block-sec__dtl--r .copy3, .c-block-sec .c-block-sec__dtl--down .copy3 {
      top: -85px;
      right: -50px; }
.c-block-sec .c-block-sec__dtl .copy-gomayan, .c-block-sec .c-block-sec__dtl--r .copy-gomayan, .c-block-sec .c-block-sec__dtl--down .copy-gomayan {
      top: -100px;
      right: -50px; }
.c-block-sec .c-block-sec__dtl {
    right: 0; }
.c-block-sec .c-block-sec__dtl--r {
      left: 0;
      padding-left: 0; }
.c-block-sec .c-block-sec__dtl--down {
      right: 0;
      margin-bottom: -100px; }
.c-block-sec .c-block-sec__ttl {
    font-size: 4rem;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.15em;
    margin-bottom: 10px; }
.lang-en_US .c-block-sec .c-block-sec__ttl {
      letter-spacing: 0.05em !important; }
.lang-en_US .c-block-sec .c-block-sec__ttl {
      font-size: 3rem; }
.c-block-sec .c-block-sec__ttl i {
      font-style: normal; }
.c-block-sec .c-block-sec__ttl--medium {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.15em;
    margin-bottom: 10px; }
.lang-en_US .c-block-sec .c-block-sec__ttl--medium {
      letter-spacing: 0.05em !important; }
.c-block-sec .c-block-sec__ttl--medium i {
      font-style: normal; }
.c-block-sec .c-block-sec__ttl--medium small {
      display: block; }
.c-block-sec .c-block-sec__ttl--small {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1.8;
    margin-bottom: 10px; }
.lang-en_US .c-block-sec .c-block-sec__ttl--small {
      letter-spacing: 0.05em !important; }
.c-block-sec .c-block-sec__ttl--small i {
      font-style: normal; }
/*
company
-------------------------------------------- */
.c-block-company {
  position: relative;
  height: 830px; }
.c-block-company::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
.c-block-company.inview::after {
    -webkit-transition: -webkit-transform ease-out 1.8s;
    transition: -webkit-transform ease-out 1.8s;
    transition: transform ease-out 1.8s;
    transition: transform ease-out 1.8s, -webkit-transform ease-out 1.8s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1); }
.c-block-company__dtl {
    -webkit-transition: opacity ease-out 1.5s .8s, -webkit-transform ease-out 1.5s .8s;
    transition: opacity ease-out 1.5s .8s, -webkit-transform ease-out 1.5s .8s;
    transition: opacity ease-out 1.5s .8s, transform ease-out 1.5s .8s;
    transition: opacity ease-out 1.5s .8s, transform ease-out 1.5s .8s, -webkit-transform ease-out 1.5s .8s;
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
.c-block-company.inview .c-block-company__dtl {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
.c-block-company__inner {
    position: relative;
    height: 100%; }
.c-block-company__pix {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: calc(100% - 100px);
    width: calc(50% + 200px); }
.c-block-company__pix::before {
      content: "";
      position: absolute;
      right: -100px;
      bottom: -100px;
      z-index: 0;
      height: calc(100% - 100px);
      width: 90%;
      background: url("../images/bg.png") repeat 50% 50%; }
.c-block-company__pix figure {
      position: relative;
      display: block;
      background-position: 50% 50%;
      background-size: cover;
      width: 100%;
      height: 100%; }
.c-block-company__dtl {
    font-size: 1.4rem;
    line-height: 2.7;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 500px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px 0px 0 60px; }
.c-block-company__dtl ol {
      margin-bottom: 30px;
      padding-left: 1em;
      text-indent: -1em; }
.c-block-company__ttl {
    font-size: 4rem;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.15em;
    margin-bottom: 10px; }
.lang-en_US .c-block-company__ttl {
      letter-spacing: 0.05em !important; }
.lang-en_US .c-block-company__ttl {
      font-size: 3rem; }
.c-block-company__logo {
    position: absolute;
    right: 0;
    bottom: -100px;
    margin-top: 50px;
    text-align: right; }
.c-btn, .c-btn--footer, .c-btn--big {
  font-size: 1.4rem;
  line-height: 1.2; }
.p-shop .c-btn a, .p-shop .c-btn--footer a, .p-shop .c-btn--big a,
  .p-shop-block__box--red .c-btn a,
  .p-shop-block__box--red .c-btn--footer a,
  .p-shop-block__box--red .c-btn--big a {
    color: #fff;
    background-color: #ca0d1b;
    border-color: #ca0d1b; }
.p-shop .c-btn a > span i, .p-shop .c-btn--footer a > span i, .p-shop .c-btn--big a > span i,
    .p-shop-block__box--red .c-btn a > span i,
    .p-shop-block__box--red .c-btn--footer a > span i,
    .p-shop-block__box--red .c-btn--big a > span i {
      background-color: rgba(255, 255, 255, 0.5); }
.p-shop .c-btn a > span i::before, .p-shop .c-btn--footer a > span i::before, .p-shop .c-btn--big a > span i::before,
      .p-shop-block__box--red .c-btn a > span i::before,
      .p-shop-block__box--red .c-btn--footer a > span i::before,
      .p-shop-block__box--red .c-btn--big a > span i::before {
        background-color: #fff; }
.c-btn a, .c-btn--footer a, .c-btn--big a {color: #fff;
    position: relative;
    display: inline-block;
    height: 45px;
    padding: 0 20px 0 25px;
    border: 1px solid #fff;
    -webkit-transition: color ease-out .3s;
    transition: color ease-out .3s; }
.c-btn a > span, .c-btn--footer a > span, .c-btn--big a > span {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
.c-btn a > span b.shop, .c-btn--footer a > span b.shop, .c-btn--big a > span b.shop {
        background: url("../images/i_shop2-shiro.svg") no-repeat 50% 50%;
        background-size: 100% auto;
        width: 26px;
        height: 26px;
        margin-right: 5px;
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px); }
.c-btn a > span i, .c-btn--footer a > span i, .c-btn--big a > span i {
        position: relative;
        display: block;
        width: 60px;
        height: 1px;
        background-color:#fff;
        margin-left: 15px;
        overflow: hidden; }
.c-btn a > span i::before, .c-btn--footer a > span i::before, .c-btn--big a > span i::before {
          content: "";
          display: block;
          width: 20px;
          height: 1px;
          background-color: #ca0d1b;
          -webkit-transform: translate(40px, 0);
                  transform: translate(40px, 0); }
.c-btn a > span i::after, .c-btn--footer a > span i::after, .c-btn--big a > span i::after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          display: block;
          width: 100%;
          height: 1px;
          display: block;
          -webkit-transform: scale(0, 1);
                  transform: scale(0, 1);
          -webkit-transform-origin: right;
                  transform-origin: right;
          background-color: #fff;
          -webkit-transition: -webkit-transform ease-out .3s;
          transition: -webkit-transform ease-out .3s;
          transition: transform ease-out .3s;
          transition: transform ease-out .3s, -webkit-transform ease-out .3s; }
.c-btn a::before, .c-btn--footer a::before, .c-btn--big a::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #9d3426;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      opacity: 0;
      -webkit-transform-origin: right;
              transform-origin: right;
      -webkit-transition: opacity ease-out .3s;
      transition: opacity ease-out .3s; }
.c-btn--footer a {
    color: #fff;
    border: 1px solid #fff;
    height: 55px; }
.c-btn--footer a > span i {
      background-color: rgba(255, 255, 255, 0.8); }
.c-btn--footer a > span i::after {
        background-color: #ca0d1b; }
.c-btn--footer a::before {
      background-color: #fff; }
.c-btn--big {
    font-size: 2.6rem; }
.c-btn--big a {
      height: 80px;
      padding: 0 30px 0 35px; }
.c-btn-form {
  white-space: nowrap;
  font-size: 1.4rem; }
.c-btn-form input {
    position: relative;
    display: inline-block;
    height: 60px;
    padding: 0 50px 0 50px;
    -webkit-transition: color ease-out .3s;
    transition: color ease-out .3s;
    background-color: #000;
    border: none;
    color: #fff;
    -webkit-transition: opacity ease-out .2s;
    transition: opacity ease-out .2s; }
.c-btn-form input > span {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
/*
text
-------------------- */
.c-btn__txt, .c-btn__txt--next, .c-btn__txt--prev {
  white-space: nowrap; }
.c-btn__txt a, .c-btn__txt--next a, .c-btn__txt--prev a {
    position: relative;
    display: inline-block;
    -webkit-transition: color ease-out .3s;
    transition: color ease-out .3s; }
.c-btn__txt a > span, .c-btn__txt--next a > span, .c-btn__txt--prev a > span {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.c-btn__txt a > span i, .c-btn__txt--next a > span i, .c-btn__txt--prev a > span i {
        position: relative;
        display: block;
        width: 60px;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.7);
        margin-left: 15px;
        overflow: hidden; }
.c-btn__txt a > span i::before, .c-btn__txt--next a > span i::before, .c-btn__txt--prev a > span i::before {
          content: "";
          display: block;
          width: 20px;
          height: 1px;
          background-color: #ca0d1b;
          -webkit-transform: translate(40px, 0);
                  transform: translate(40px, 0); }
.c-btn__txt a > span i::after, .c-btn__txt--next a > span i::after, .c-btn__txt--prev a > span i::after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          display: block;
          width: 100%;
          height: 1px;
          display: block;
          -webkit-transform: scale(0, 1);
                  transform: scale(0, 1);
          -webkit-transform-origin: right;
                  transform-origin: right;
          background-color: #ca0d1b;
          -webkit-transition: -webkit-transform ease-out .3s;
          transition: -webkit-transform ease-out .3s;
          transition: transform ease-out .3s;
          transition: transform ease-out .3s, -webkit-transform ease-out .3s; }
.c-btn__txt--prev a > span i {
  margin-left: 0;
  margin-right: 15px; }
.c-btn__txt--prev a > span i::before {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0); }
.c-btn__txt--prev a > span i::after {
    -webkit-transform-origin: left;
            transform-origin: left; }
/*
products
-------------------- */
.c-btn__products {
  white-space: nowrap; }
.c-btn__products div {
    position: relative;
    display: inline-block;
    -webkit-transition: color ease-out .3s;
    transition: color ease-out .3s; }
.c-btn__products div > span {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.c-btn__products div > span i {
        position: relative;
        display: block;
        width: 60px;
        height: 1px;
        background-color: white;
        margin-left: 15px;
        overflow: hidden; }
.c-btn__products div > span i::before {
          content: "";
          display: block;
          width: 20px;
          height: 1px;
          background-color: #ca0d1b;
          -webkit-transform: translate(40px, 0);
                  transform: translate(40px, 0); }
.c-btn__products div > span i::after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          display: block;
          width: 100%;
          height: 1px;
          display: block;
          -webkit-transform: scale(0, 1);
                  transform: scale(0, 1);
          -webkit-transform-origin: right;
                  transform-origin: right;
          background-color: #ca0d1b;
          -webkit-transition: -webkit-transform ease-out .3s;
          transition: -webkit-transform ease-out .3s;
          transition: transform ease-out .3s;
          transition: transform ease-out .3s, -webkit-transform ease-out .3s; }
.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-form_lead .hissu,
.c-form .hissu {
  color: #b80d00;
  padding-right: 5px;
  font-size: 80%; }
.c-form_lead {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2; }
.c-form_thanks {
  text-align: center; }
.c-form_thanks__ttl {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.15em; }
.lang-en_US .c-form_thanks__ttl {
      letter-spacing: 0.05em !important; }
.c-form_thanks__txt {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 40px; }
.c-form {
  margin-top: 60px; }
.c-form .error {
    font-size: 80%;
    color: #b80d00;
    margin-top: 5px;
    display: block; }
.c-form__inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.c-form__inner dl + dl {
      margin-top: 20px; }
.c-form__inner dl dt {
      width: 200px;
      padding-top: 15px; }
.c-form__inner dl dd {
      width: calc(100% - 200px); }
.c-form__polcy {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 40px;
    padding: 40px 0; }
.c-form__polcy .polcy_btn {
      margin-top: 15px;
      margin-left: 0; }
.c-form__btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px; }
.c-form__btn_area div + div {
      margin-left: 40px; }
.c-form input[type=radio],
  .c-form input[type=checkbox] {
    margin-right: 5px; }
.c-form .vertical-item + .vertical-item {
    margin-left: 20px; }
.c-form .horizontal-item + .horizontal-item {
    margin-left: 20px; }
.c-form label + label {
    display: inline-block;
    margin-left: 20px; }
.c-form input[type=text],
  .c-form input[type=tel],
  .c-form input[type=number],
  .c-form input[type=email] {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    -webkit-transition: border ease-out .2s;
    transition: border ease-out .2s; }
.c-form input[type=text]:focus,
    .c-form input[type=tel]:focus,
    .c-form input[type=number]:focus,
    .c-form input[type=email]:focus {
      border: 1px solid #000;
      outline: 0; }
.c-form textarea {
    width: 100%;
    padding: 10px;
    font-size: 1.6rem;
    border: 1px solid #ddd;
    -webkit-transition: border ease-out .2s;
    transition: border ease-out .2s; }
.c-form textarea:focus {
      border: 1px solid #000;
      outline: 0; }
.c-google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
.c-google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
.js-inview-up {
  opacity: 0;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-transition: opacity ease-out 1.2s, -webkit-transform ease-out 1.6s;
  transition: opacity ease-out 1.2s, -webkit-transform ease-out 1.6s;
  transition: opacity ease-out 1.2s, transform ease-out 1.6s;
  transition: opacity ease-out 1.2s, transform ease-out 1.6s, -webkit-transform ease-out 1.6s; }
.js-inview-up.inview {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
.c-list {
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
.c-list__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); padding:15px 8px;}
.c-list__item a {
      position: relative;
      display: block;
      padding: 14px 10px;
      padding-right: 50px;
      -webkit-transition: background-color ease-out .2s;
      transition: background-color ease-out .2s; }
.c-list__item a::before {
        content: "";
        position: absolute;
        right: 20px;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 10px;
        height: 10px;
        border-top: 1px solid;
        border-right: 1px solid;
        color: #999;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: color ease-out .2s,-webkit-transform ease-out .2s;
        transition: color ease-out .2s,-webkit-transform ease-out .2s;
        transition: color ease-out .2s,transform ease-out .2s;
        transition: color ease-out .2s,transform ease-out .2s,-webkit-transform ease-out .2s; }
.c-list__ttl {
    line-height: 1.5; }
.c-list__date {
    margin-top: 5px;
    font-size: 1.2rem; }
.c-list-photo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.c-list-photo__item {
  position: relative;
  width: 30%; }
.c-list-photo__item a {
    display: block; }
.c-list-photo__pix {
  overflow: hidden;
  background-color: #000;
  width: 100%;
  height: 100%; }
.c-list-photo__pix figure {
    background: no-repeat 50% 50%;
    background-size: cover;
    display: block;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity ease-out .5s, -webkit-transform ease-out 1s;
    transition: opacity ease-out .5s, -webkit-transform ease-out 1s;
    transition: opacity ease-out .5s, transform ease-out 1s;
    transition: opacity ease-out .5s, transform ease-out 1s, -webkit-transform ease-out 1s;
    padding-top: 100%;
    width: 100%;
    height: 100%; }
.c-list-photo__ttl {
  margin-top: 10px;font-size:16px;
  line-height: 1.5; }
.c-list-photo__date {
  margin-top: 5px;
  font-size: 12px; line-height:1.5;font-family: 'Montserrat', sans-serif, 'Noto Sans', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;}
.c-list-photo .c-list-photo__cate--roasted-sesami, .c-list-photo .c-list-photo__cate--surigoma, .c-list-photo .c-list-photo__cate--paste, .c-list-photo .c-list-photo__cate--gold-sesami, .c-list-photo .c-list-photo__cate--black-sesami, .c-list-photo .c-list-photo__cate--white-sesami, .c-list-photo .c-list-photo__cate--sesami-oil, .c-list-photo .c-list-photo__cate--seasoning, .c-list-photo .c-list-photo__cate--furikake {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  position: absolute;
  z-index: 10;
  top: -10px;
  left: 10px;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.3rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; }
.c-list-photo .c-list-photo__cate--roasted-sesami {
  background-color: #a18344; }
.c-list-photo .c-list-photo__cate--surigoma {
  background-color: #9b6445; }
.c-list-photo .c-list-photo__cate--paste {
  background-color: #a95059; }
.c-list-photo .c-list-photo__cate--gold-sesami {
  background-color: #daa401; }
.c-list-photo .c-list-photo__cate--black-sesami {
  background-color: #000000; }
.c-list-photo .c-list-photo__cate--white-sesami {
  background-color: #ded4be;
  color: #000; }
.c-list-photo .c-list-photo__cate--sesami-oil {
  background-color: #633e2b; }
.c-list-photo .c-list-photo__cate--seasoning {
  background-color: #7f954a; }
.c-list-photo .c-list-photo__cate--furikake {
  background-color: #346694; }
.c-listTbl {
  line-height: 1.6; }
.c-listTbl dl dt {
    width: 120px; }
.c-listTbl dl dd {
    width: calc(100% - 120px); }
.c-listTbl-block {
  line-height: 1.6; }
.c-listTbl-block dl dt {
    font-weight: bold;
    margin-bottom: 4px; }
.c-listTbl-block dl dd + dt {
    padding-top: 15px; }
.c-listTbl-simple, .c-listTbl-simple--short {
  line-height: 1.6; }
.c-listTbl-simple > dl, .c-listTbl-simple--short > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.c-listTbl-simple > dl > dt:nth-of-type(n+2), .c-listTbl-simple--short > dl > dt:nth-of-type(n+2), .c-listTbl-simple > dl > dd:nth-of-type(n+2), .c-listTbl-simple--short > dl > dd:nth-of-type(n+2) {
      margin-top: 15px; }
.c-listTbl-simple > dl > dt, .c-listTbl-simple--short > dl > dt {
      width: 140px; }
.c-listTbl-simple > dl > dd, .c-listTbl-simple--short > dl > dd {
      width: calc(100% - 140px); }
.c-listTbl-simple > dl dl, .c-listTbl-simple--short > dl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.c-listTbl-simple > dl dl dt, .c-listTbl-simple--short > dl dl dt, .c-listTbl-simple > dl dl dd, .c-listTbl-simple--short > dl dl dd {
      margin-top: 0; }
.c-listTbl-simple > dl dl dt:nth-of-type(n+2), .c-listTbl-simple--short > dl dl dt:nth-of-type(n+2), .c-listTbl-simple > dl dl dd:nth-of-type(n+2), .c-listTbl-simple--short > dl dl dd:nth-of-type(n+2) {
        margin-top: 15px; }
.c-listTbl-simple > dl dl dt, .c-listTbl-simple--short > dl dl dt {
      width: 200px; }
.c-listTbl-simple > dl dl dd, .c-listTbl-simple--short > dl dl dd {
      width: calc(100% - 200px); }
.c-listTbl-simple--short > dl > dt {
    width: 100px; }
.c-listTbl-simple--short > dl > dd {
    width: calc(100% - 100px); }
.c-listTbl-gomayan {
  line-height: 1.6; }
.c-listTbl-gomayan > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.c-listTbl-gomayan > dl > dt:nth-of-type(n+2), .c-listTbl-gomayan > dl > dd:nth-of-type(n+2) {
      margin-top: 15px; }
.c-listTbl-gomayan > dl > dt {
      width: 180px; }
.c-listTbl-gomayan > dl > dd {
      width: calc(100% - 180px); }
.c-pager__inner {
  border-top: 1px solid #000;
  margin-top: 100px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.c-title {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.lang-en_US .c-title {
    letter-spacing: 0.05em !important; }
.c-title span {
    white-space: nowrap;overflow:hidden; }
.c-title i {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 8px; }
.c-title i svg {
      fill: #ca0d1b; }
.c-title-main {
  position: relative;
  font-size: 4.2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: -50px; }
.lang-en_US .c-title-main {
    letter-spacing: 0.05em; }
.c-title-main__wrap {
    position: relative;
    display: inline-block;
    padding: 26px 50px 0; }
.c-title-main__wrap::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #fff;
      -webkit-transition: -webkit-transform ease-out 1s 1s;
      transition: -webkit-transform ease-out 1s 1s;
      transition: transform ease-out 1s 1s;
      transition: transform ease-out 1s 1s, -webkit-transform ease-out 1s 1s;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: left;
              transform-origin: left; }
.motion .c-title-main__wrap::before {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
.c-title-main__wrap strong {
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      display: block;
      position: relative;
      font-weight: normal;
      opacity: 0;
      -webkit-transition: opacity ease-out 1s 1.5s;
      transition: opacity ease-out 1s 1.5s; }
.motion .c-title-main__wrap strong {
        opacity: 1; }
.c-title-sec__ttl {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.lang-en_US .c-title-sec__ttl {
    letter-spacing: 0.05em !important; }
.lang-en_US .c-title-sec__ttl {
    font-size: 3rem; }
.c-title-sub {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px; }
.lang-en_US .c-title-sub {
    letter-spacing: 0.05em !important; }
.c-title-sub span {
    font-size: 1.4rem;
    padding-left: 10px; }
.c-title-sub::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 5px;
    height: 20px;
    background-color: #ca0d1b; }
.c-title-icon {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.15em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.lang-en_US .c-title-icon {
    letter-spacing: 0.05em !important; }
.p-aboutSesame .c-title-icon {
    font-size: 3rem; }
.p-aboutSesame .c-title-icon span {
      margin-left: 0px; }
.c-title-icon i {
    display: block;
    width: 36px;
    fill: #ca0d1b; }
.c-title-icon span {
    display: block;
    margin-left: 10px;
    padding-bottom: 4px; }
.c-title-icon rt {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    font-size: 1rem; }
/**
* wordpress
* WYSIWYG compatchble style
*/
.c-wp-post__article {
  font-size: 1.4rem;
  line-height: 2; }
.c-wp-post__article a {
    text-decoration: underline; }
.c-wp-post__article a:hover {
      text-decoration: none; }
.c-wp-post__article > * {
    margin: 0 0 3em 0; }
.c-wp-post__article strong {
    font-weight: bold; }
.c-wp-post__article em {
    font-style: italic; }
.c-wp-post__article ul {
    margin-left: 1em;
    display: block;
    list-style-type: disc !important;
    margin-before: 1em;
    margin-after: 1em;
    margin-start: 0px;
    margin-end: 0px;
    padding-start: 40px; }
.c-wp-post__article ol {
    display: block;
    list-style-type: decimal !important;
    margin-before: 1em;
    margin-after: 1em;
    margin-start: 0px;
    margin-end: 0px;
    padding-start: 40px; }
.c-wp-post__article li {
    display: list-item;
    text-align: match-parent; }
.c-wp-post__article img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto; }
.c-wp-post__article .alignleft {
    display: inline;
    float: left; }
.c-wp-post__article .alignright {
    display: inline;
    float: right; }
.c-wp-post__article .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto; }
.c-wp-post__article blockquote.alignleft,
  .c-wp-post__article .wp-caption.alignleft,
  .c-wp-post__article img.alignleft {
    margin: 0.4em 1.6em 1.6em 0; }
.c-wp-post__article blockquote.alignright,
  .c-wp-post__article .wp-caption.alignright,
  .c-wp-post__article img.alignright {
    margin: 0.4em 0 1.6em 1.6em; }
.c-wp-post__article blockquote.aligncenter,
  .c-wp-post__article .wp-caption.aligncenter,
  .c-wp-post__article img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em; }
.c-wp-post__article .wp-caption.alignleft,
  .c-wp-post__article .wp-caption.alignright,
  .c-wp-post__article .wp-caption.aligncenter {
    margin-bottom: 1.2em; }
/**
 * clearfix micro
 */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }
/**
 * text ellipsis., text...
 */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.u-hide {
  display: none; }
.u-click {
  cursor: pointer; }
/**
 * BrowserSync
 */
#__bs_notify__ {
  display: none !important;
  font-size: 8px !important;
  opacity: .25;
  max-height: 50px; }
.__debug_mihon__ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto 0 auto;
  z-index: 100000;
  pointer-events: none;
  cursor: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-filter: invert(50);
          filter: invert(50);
  opacity: .5; }
.__debug_mihon__ {
  padding-top: 0px;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  display: none; }
@-webkit-keyframes __debug_mihon__ {
  0% {
    opacity: 0; }
  60% {
    opacity: .5; }
  100% {
    opacity: .5; } }
/*
@example
 <div class="mihon">
  <img src="./images/sample1.png" alt="" class="type_pc">
  <img src="./images/sample2.png" alt="" class="type_sp">
</div>
*/
@media (min-width: 1041px) {
  .mediaQuerySetting {
    display: block; }
  .ex-link {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .ex-link:hover {
      opacity: .5; }
          .l-bread ol li a:hover::before {
            width: 100%; }
      .l-footer-menu__list:nth-of-type(n+2) {
        margin-left: 80px; }
        .lang-en_US .l-footer-menu__list:nth-of-type(n+2) {
          margin-left: 40px; }
          .l-footer-menu__list > ul > li a:hover::before {
            width: 100%; }
            .l-menu-list__item a span:hover::before {
              width: 100%; }
            .l-menu-listSub__item a span:hover::before {
              width: 100%; }
            .p-sec .l-menu-language .l-menu-language__item--jp span:hover::before, .p-sec .l-menu-language .l-menu-language__item--en span:hover::before, .p-sec .l-menu-language .l-menu-language__item--cs span:hover::before, .p-sec .l-menu-language .l-menu-language__item--ct span:hover::before {
              width: 100%; }
        .l-menu-btn__border:hover span:nth-of-type(2) {
          -webkit-transform: translate(0, 4px);
                  transform: translate(0, 4px); }
        .l-menu-btn__border:hover span:nth-of-type(3) {
          -webkit-transform: translate(0, -4px);
                  transform: translate(0, -4px); }
        .l-menu-open__list:nth-of-type(n+2) {
          margin-left: 80px; }
          .lang-en_US .l-menu-open__list:nth-of-type(n+2) {
            margin-left: 40px; }
            .l-menu-open__list > ul > li a:hover::before {
              width: 100%; }
  .p-aboutSesame-block {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
      .p-aboutSesame-photo__item + .p-aboutSesame-photo__item {
        margin-left: 5%; }
        .p-aboutSesame-photo__item + .p-aboutSesame-photo__item:nth-of-type(3n-2) {
          margin-left: 0; }
        .p-aboutSesame-photo__item + .p-aboutSesame-photo__item:nth-of-type(n+4) {
          margin-top: 50px; }
  .p-access {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
      .p-article-detail {
        -webkit-box-sizing: content-box;
                box-sizing: content-box; }
    .p-cttList {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .p-cttList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .p-event {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    .p-gomayan-profile {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 5%;
      padding-right: 5%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .p-gomayan-profile {
      position: relative; }
      .p-gomayan-profile__pix {
        position: absolute;
        right: 0;
        top: 0; }
    .p-gomayan-list {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 5%;
      padding-right: 5%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .p-history-list {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
      .p-history-item--1 figure:nth-of-type(n+2) {
        padding-right: 10px;
        margin-left: 10px; }
    .p-history-item--2 {
      margin-left: calc(450px + 101px);
      margin-top: -256px; }
    .p-history-item--3 {
      margin-top: -80px; }
    .p-history-item--4 {
      margin-left: calc(450px + 101px);
      margin-top: -295px; }
    .p-history-item--5 {
      margin-left: calc(450px + 101px); }
    .p-history-item--7 {
      margin-left: calc(450px + 101px);
      margin-top: -402px; }
      .lang-zh_CN .p-history-item--7 {
        margin-top: -372px; }
      .lang-zh_TW .p-history-item--7 {
        margin-top: -372px; }
    .p-history-item--9 {
      margin-left: calc(450px + 101px);
      margin-top: -220px; }
    .p-history-item--10 {
      margin-left: calc(450px + 101px); }
    .p-history-item--12 {
      margin-left: calc(450px + 101px);
      margin-top: -115px; }
    .p-history-item--13 {
      margin-top: -265px; }
    .p-history-item--15 {
      margin-left: calc(450px + 101px);
      margin-top: -400px; }
    .p-history-item--17 {
      margin-left: calc(450px + 101px);
      margin-top: -110px; }
      .p-history-item__data {
        right: -102px;
        left: auto; }
      .p-history-item__dtl {
        padding-left: 0; }
    .p-info-ctt {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 5%;
      padding-right: 5%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .p-info-ctt__split {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 5%;
      padding-right: 5%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
  .p-newsList .p-info {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .p-infoDetail {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    .p-kura-info {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 5%;
      padding-right: 5%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .p-kura-photo1 {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 5%;
      padding-right: 5%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .p-kura-photo2 {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 5%;
      padding-right: 5%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .p-lead-owner {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 5%;
      padding-right: 5%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .p-lead-gomayan__pix {
      position: absolute;
      bottom: -50px;
      right: 5%;
      width: 45%; }
      .p-lead-gomayan__pix img {
        max-width: 100%; }
        .p-lead-kura dl a:hover::before {
          width: 0; }
      .p-mainVs-arricl__url a:hover::before {
        width: 0; }
    .p-modal__inner {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
        .p-modal__close .btn:hover span:nth-of-type(1) {
          -webkit-transform: rotate(45deg) translate(5px, 5px);
                  transform: rotate(45deg) translate(5px, 5px); }
        .p-modal__close .btn:hover span:nth-of-type(2) {
          -webkit-transform: rotate(-45deg) translate(5px, -5px);
                  transform: rotate(-45deg) translate(5px, -5px); }
    .p-movie__inner {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 5%;
      padding-right: 5%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .p-nutrition-list {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 5%;
      padding-right: 5%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
  .p-owner-block {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    .p-pagetop:hover {
      color: #fff;
      background-color: #000; }
      .p-pagetop:hover::before {
        color: #fff; }
    .p-pagetop-fix:hover {
      color: #fff;
      background-color: #000; }
      .p-pagetop-fix:hover::before {
        color: #fff; }
  .p-policy-ctt {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
      .p-productsList__item {
        overflow: hidden;
        width: calc(33% - 20px); }
        .p-productsList__item:nth-of-type(3n-1) {
          width: calc(34% - 20px); }
      .p-productsList__ttl {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1; }
      .p-productsList .p-productsList__pix {
        position: absolute;
        left: 0;
        top: 0; }
      .p-productsList__dtl {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 15;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        opacity: 0; }
        .lang-en_US .p-productsList__dtl {
          padding: 20px; }
    .p-productsList__link:hover .p-productsList__ttl {
      opacity: 0; }
    .p-productsList__link:hover .p-productsList__dtl {
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
      opacity: 1; }
    .p-productsList__link:hover .p-productsList__pix {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      opacity: .3; }
  .p-recipe-block {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .p-recipeDetail__block {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .p-recruit-block {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    .p-shop-block {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 5%;
      padding-right: 5%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .c-bannnr a {
      -webkit-transition: opacity ease-out .2s;
      transition: opacity ease-out .2s; }
    .c-bannnr a:hover {
      opacity: 0.6; }
      .c-block__inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-sizing: content-box;
                box-sizing: content-box; }
      .c-block--r .c-block__dtl {
        padding-right: 60px; }
      .c-block--l .c-block__dtl {
        padding-left: 60px; }
      .c-block__deco--gomayam {
        width: 200px; }
        .c-block__deco--gomayam img {
          width: 100%; }
      .c-block-recruit__inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-sizing: content-box;
                box-sizing: content-box; }
      .c-block-sec__inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-sizing: content-box;
                box-sizing: content-box; }
      .c-block-sec .c-block-sec__dtl {
        padding-right: 0; }
        .c-block-sec .c-block-sec__dtl--down {
          padding-right: 0; }
      .c-block-company__inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-sizing: content-box;
                box-sizing: content-box; }
      .p-shop .c-btn a:hover, .p-shop .c-btn--footer a:hover, .p-shop .c-btn--big a:hover,
      .p-shop-block__box--red .c-btn a:hover,
      .p-shop-block__box--red .c-btn--footer a:hover,
      .p-shop-block__box--red .c-btn--big a:hover {
        color: #fff;
        border-color: #000; }
      .c-btn a:hover, .c-btn--footer a:hover, .c-btn--big a:hover {
        color: #fff; }
        .c-btn a:hover span i::after, .c-btn--footer a:hover span i::after, .c-btn--big a:hover span i::after {
          -webkit-transform: scale(1, 1);
                  transform: scale(1, 1);
          -webkit-transform-origin: left;
                  transform-origin: left; }
        .c-btn a:hover::before, .c-btn--footer a:hover::before, .c-btn--big a:hover::before {
          opacity: 1; }
      .c-btn--footer a:hover {
        color: #000; }
      .c-btn-form input:hover {
        opacity: 0.8; }
      .c-btn__txt a:hover, .c-btn__txt--next a:hover, .c-btn__txt--prev a:hover {
        color: #ca0d1b; }
        .c-btn__txt a:hover span i::after, .c-btn__txt--next a:hover span i::after, .c-btn__txt--prev a:hover span i::after {
          -webkit-transform: scale(1, 1);
                  transform: scale(1, 1);
          -webkit-transform-origin: left;
                  transform-origin: left; }
  .c-btn__txt--prev a:hover span i::after {
    -webkit-transform-origin: right;
            transform-origin: right; }
    .c-form_lead {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 5%;
      padding-right: 5%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .c-form_thanks {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 5%;
      padding-right: 5%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .c-form {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 5%;
      padding-right: 5%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
      .c-form input[type=radio],
      .c-form input[type=checkbox] {
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px); }
        .c-list__item a:hover {
          background-color: #f0f0f0; }
          .c-list__item a:hover::before {
            color: #ca0d1b;
            -webkit-transform: rotate(45deg) translate(5px, -5px);
                    transform: rotate(45deg) translate(5px, -5px); }
    .p-top .c-list-photo__item:nth-of-type(n+4) {
      display: none; }
    .c-list-photo__item + .c-list-photo__item {
      margin-left: 5%; }
      .c-list-photo__item + .c-list-photo__item:nth-of-type(3n-2) {
        margin-left: 0; }
      .c-list-photo__item + .c-list-photo__item:nth-of-type(n+4) {
        margin-top: 50px; }
      .c-list-photo__item a:hover figure {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        opacity: 0.6; }
    .c-listTbl dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .c-listTbl dl dt, .c-listTbl dl dd {
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      padding: 24px 0; }
    .c-listTbl-gomayan {
      width: 50%; }
  .c-pager {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    .p-recipeDetail .c-title-main {
      font-size: 4rem; }
  .c-title-sec {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .for-mobile {
    display: none; }
  .for-tablet {
    display: none; }
  .for-tablet-mobile {
    display: none; } }
@media (max-width: 1040px) {
  .mediaQuerySetting {
    display: block; }
    .l-bread {
      margin-top: 200px; }
    .l-footer-menu {
      padding-left: 5%;
      padding-right: 5%; }
      .l-footer__inner {
        padding-left: 5%;
        padding-right: 5%; }
      .l-footer__logo {
        width: 80px; }
        .l-footer__logo img {
          width: 100%; }
      .l-footer__dtl {
        width: calc(100% - 110px);
        margin-left: 30px; }
        .l-footer-about__txt {
          font-size: 1rem; }
      .l-footer-sns {
        right: 5%; }
        .l-footer-sns__item a {
          width: 45px;
          height: 45px; }
  .p-aboutSesame-block {
    padding-left: 5%;
    padding-right: 5%; }
      .p-aboutSesame-type .p-aboutSesame-type__dtl {
        padding-left: 0px; }
        .p-aboutSesame-type .p-aboutSesame-type__dtl--r {
          padding-right: 0px; }
      .p-aboutSesame-photo__item {
        width: 47%; }
    .p-aboutSesame-map img {
      width: 100%; }
  .p-access {
    padding-left: 5%;
    padding-right: 5%; }
      .p-article-detail {
        padding-left: 5%;
        padding-right: 5%; }
      .p-article-detail {
        width: 100%;
        display: block; }
      .p-article-contents {
        width: 100%; }
      .p-article-side {
        width: 100%;
        margin-left: 0;
        margin-top: 120px;
        padding-top: 120px;
        border-top: 1px solid rgba(0, 0, 0, 0.15); }
    .p-article-sideBanner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .p-article-sideBanner__item {
        margin-bottom: 0; }
        .p-article-sideBanner__item + .p-article-sideBanner__item {
          margin-left: 40px; }
      .p-article-detail__works {
        padding-left: 5%;
        padding-right: 5%; }
      .p-cttList figure {
        height: 240px;
        padding: 10px 0; }
    .p-cttList__block + .p-cttList__block {
      margin-top: 100px; }
  .p-event {
    padding-left: 5%;
    padding-right: 5%; }
    .p-gomayan-profile {
      padding-left: 5%;
      padding-right: 5%; }
    .p-gomayan-profile {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .p-gomayan-profile h2 {
        font-size: 3rem; }
        .lang-en_US .p-gomayan-profile h2 {
          font-size: 2.5rem; }
    .p-gomayan-list {
      padding-left: 5%;
      padding-right: 5%; }
    .p-history-list {
      margin-left: 80px;
      margin-right: 80px; }
      .p-history-list::before {
        right: auto; }
    .p-history-item, .p-history-item--1, .p-history-item--2, .p-history-item--3, .p-history-item--4, .p-history-item--5, .p-history-item--6, .p-history-item--7, .p-history-item--8, .p-history-item--9, .p-history-item--10, .p-history-item--11, .p-history-item--12, .p-history-item--13, .p-history-item--14, .p-history-item--15, .p-history-item--16, .p-history-item--17, .p-history-item--18, .p-history-item--19 {
      width: auto; }
      .p-history-item__data {
        left: -50px; }
        .p-history-item__data--l {
          left: -50px; }
    .p-info-ctt {
      padding-left: 5%;
      padding-right: 5%; }
    .p-info-ctt__split {
      padding-left: 5%;
      padding-right: 5%; }
      .p-info-ctt__split .p-info {
        width: 100%; }
  .p-newsList .p-info {
    padding-left: 5%;
    padding-right: 5%; }
  .p-infoDetail {
    padding-left: 5%;
    padding-right: 5%; }
    .p-kura-info {
      padding-left: 5%;
      padding-right: 5%; }
    .p-kura-photo1 {
      padding-left: 5%;
      padding-right: 5%; }
    .p-kura-photo2 {
      padding-left: 5%;
      padding-right: 5%; }
    .p-lead {
      padding-left: 5%;
      padding-right: 5%; }
    .p-lead-large {
      padding-left: 5%;
      padding-right: 5%; }
    .p-lead-recipe {
      font-size: 2.6rem; }
    .p-lead-owner {
      padding-left: 5%;
      padding-right: 5%; }
    .p-lead-gomayan {
      padding-left: 5%;
      padding-right: 5%; }
    .p-lead-gomayan__pix {
      width: 100%;
      text-align: right; }
      .p-lead-gomayan__pix img {
        max-width: 100%; }
    .p-lead-kura {
      padding-left: 5%;
      padding-right: 5%; }
        .p-lead-kura dl dt {
          width: 100px;
          margin-bottom: 10px;
          text-align: center; }
        .p-lead-kura dl dd {
          width: calc(100% - 100px);
          margin-bottom: 10px; }
        .p-lead-kura dl dd + dt {
          margin-left: 0; }
    .p-mainVs-arricl {
      padding-left: 0%;
      padding-right: 0%;
      padding-bottom: 0;
      height: 600px; }
      .p-movie::before {
        width: 80%; }
    .p-movie__inner {
      padding-left: 5%;
      padding-right: 5%; }
    .p-nutrition-list {
      padding-left: 5%;
      padding-right: 5%; }
  .p-owner-block {
    padding-left: 5%;
    padding-right: 5%; }
  .p-policy-ctt {
    padding-left: 5%;
    padding-right: 5%; }
      .p-productsList__item {
        width: calc(100% - 20px);
        height: 250px; }
      .p-productsList__link {
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 250px; }
      .p-productsList__ttl {
        display: none; }
      .p-productsList .p-productsList__pix {
        width: 50%; }
      .p-productsList__dtl {
        width: 50%;
        color: #000000;
        padding: 50px 30px; }
        .lang-en_US .p-productsList__dtl {
          padding: 0px 30px 20px; }
  .p-recipe-block {
    padding-left: 5%;
    padding-right: 5%; }
      .p-recipe-nav .p-recipe-nav__item--iri, .p-recipe-nav .p-recipe-nav__item--suri, .p-recipe-nav .p-recipe-nav__item--paste, .p-recipe-nav .p-recipe-nav__item--kin, .p-recipe-nav .p-recipe-nav__item--kuro, .p-recipe-nav .p-recipe-nav__item--shiro, .p-recipe-nav .p-recipe-nav__item--abura, .p-recipe-nav .p-recipe-nav__item--choumi, .p-recipe-nav .p-recipe-nav__item--furikake {
        width: 70px;
        height: 70px;
        font-size: 1.1rem; }
        .p-recipe-nav .p-recipe-nav__item--iri:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--suri:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--paste:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--kin:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--kuro:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--shiro:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--abura:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--choumi:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--furikake:nth-of-type(n+2) {
          margin-left: 5px; }
          .p-recipe-nav .p-recipe-nav__item--iri a::before, .p-recipe-nav .p-recipe-nav__item--suri a::before, .p-recipe-nav .p-recipe-nav__item--paste a::before, .p-recipe-nav .p-recipe-nav__item--kin a::before, .p-recipe-nav .p-recipe-nav__item--kuro a::before, .p-recipe-nav .p-recipe-nav__item--shiro a::before, .p-recipe-nav .p-recipe-nav__item--abura a::before, .p-recipe-nav .p-recipe-nav__item--choumi a::before, .p-recipe-nav .p-recipe-nav__item--furikake a::before {
            bottom: 5px; }
          .p-recipe-nav .p-recipe-nav__item--iri a:hover::after, .p-recipe-nav .p-recipe-nav__item--suri a:hover::after, .p-recipe-nav .p-recipe-nav__item--paste a:hover::after, .p-recipe-nav .p-recipe-nav__item--kin a:hover::after, .p-recipe-nav .p-recipe-nav__item--kuro a:hover::after, .p-recipe-nav .p-recipe-nav__item--shiro a:hover::after, .p-recipe-nav .p-recipe-nav__item--abura a:hover::after, .p-recipe-nav .p-recipe-nav__item--choumi a:hover::after, .p-recipe-nav .p-recipe-nav__item--furikake a:hover::after, .p-recipe-nav .p-recipe-nav__item--iri a.active::after, .p-recipe-nav .p-recipe-nav__item--suri a.active::after, .p-recipe-nav .p-recipe-nav__item--paste a.active::after, .p-recipe-nav .p-recipe-nav__item--kin a.active::after, .p-recipe-nav .p-recipe-nav__item--kuro a.active::after, .p-recipe-nav .p-recipe-nav__item--shiro a.active::after, .p-recipe-nav .p-recipe-nav__item--abura a.active::after, .p-recipe-nav .p-recipe-nav__item--choumi a.active::after, .p-recipe-nav .p-recipe-nav__item--furikake a.active::after {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
  .p-recipeDetail__block {
    padding-left: 5%;
    padding-right: 5%; }
    .p-recipeDetail__menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .p-recipe-menu {
      width: 100%; }
    .p-recipe-pix {
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
  .p-recruit-block {
    padding-left: 5%;
    padding-right: 5%; }
    .p-shop-block {
      padding-left: 5%;
      padding-right: 5%; }
      .c-block--r, .c-block--l {
        height: 600px; }
      .c-block-list {
        height: 500px; }
      .c-block__inner::before {
        width: 80%; }
        .c-block__pix figure {
          height: 500px; }
      .c-block--r .c-block__pix,
      .c-block--l .c-block__pix {
        width: calc(100% - 300px);
        height: 500px; }
      .c-block-list .c-block__pix {
        width: calc(50%);
        height: 400px; }
      .c-block__dtl {
        width: 400px;
        padding: 40px 40px; }
        .c-block__dtl .logo {
          left: 30px; }
      .c-block--r .c-block__dtl {
        margin-left: calc(100% - 400px); }
      .c-block--l .c-block__dtl {
        margin-right: calc(100% - 400px); }
      .c-block__ttl {
        font-size: 3rem; }
        .lang-en_US .c-block__ttl {
          font-size: 2.5rem; }
      .c-block__deco--gomayam {
        width: 180px; }
        .c-block__deco--gomayam img {
          width: 100%; }
      .c-block-recruit__dtl {
        width: 550px;
        padding: 30px 60px 0; }
        .c-block-recruit__ttl span {
          font-size: 3rem; }
          .lang-en_US .c-block-recruit__ttl span {
            font-size: 2.5rem; }
    .c-block-sec {
      height: 600px; }
      .c-block-sec--kura {
        height: 914px; }
      .c-block-sec .c-block-sec__pix, .c-block-sec .c-block-sec__pix--r, .c-block-sec .c-block-sec__pix--kura {
        width: calc(100% - 300px); }
        .c-block-sec .c-block-sec__pix::before, .c-block-sec .c-block-sec__pix--r::before, .c-block-sec .c-block-sec__pix--kura::before {
          width: 95%; }
        .c-block-sec .c-block-sec__pix figure, .c-block-sec .c-block-sec__pix--r figure, .c-block-sec .c-block-sec__pix--kura figure {
          height: 500px; }
      .c-block-sec .c-block-sec__pix--kura {
        width: calc(100% - 400px);
        height: 814px;
        left: 400px; }
        .c-block-sec .c-block-sec__pix--kura figure {
          height: 100%; }
      .c-block-sec .c-block-sec__dtl, .c-block-sec .c-block-sec__dtl--r, .c-block-sec .c-block-sec__dtl--down {
        width: 400px;
        padding: 40px 40px 0; }
        .c-block-sec .c-block-sec__dtl .copy1, .c-block-sec .c-block-sec__dtl--r .copy1, .c-block-sec .c-block-sec__dtl--down .copy1 {
          right: 0px; }
        .c-block-sec .c-block-sec__dtl .copy2, .c-block-sec .c-block-sec__dtl--r .copy2, .c-block-sec .c-block-sec__dtl--down .copy2 {
          left: 0px; }
        .c-block-sec .c-block-sec__dtl .copy3, .c-block-sec .c-block-sec__dtl--r .copy3, .c-block-sec .c-block-sec__dtl--down .copy3 {
          right: 0px; }
        .c-block-sec .c-block-sec__dtl .copy-gomayan, .c-block-sec .c-block-sec__dtl--r .copy-gomayan, .c-block-sec .c-block-sec__dtl--down .copy-gomayan {
          top: -140px;
          right: 10px;
          width: 120px; }
          .c-block-sec .c-block-sec__dtl .copy-gomayan img, .c-block-sec .c-block-sec__dtl--r .copy-gomayan img, .c-block-sec .c-block-sec__dtl--down .copy-gomayan img {
            width: 100%; }
      .c-block-sec .c-block-sec__ttl {
        font-size: 3rem; }
        .lang-en_US .c-block-sec .c-block-sec__ttl {
          font-size: 2.5rem; }
    .c-block-company {
      height: 600px; }
      .c-block-company__pix {
        width: calc(100% - 300px); }
        .c-block-company__pix::before {
          width: 95%; }
        .c-block-company__pix figure {
          height: 500px; }
      .c-block-company__dtl {
        width: 400px;
        padding: 40px 40px 0; }
      .c-block-company__ttl {
        font-size: 3rem; }
        .lang-en_US .c-block-company__ttl {
          font-size: 2.5rem; }
      .c-block-company__logo {
        right: 5%; }
          .c-btn__products div > span i {
            background-color: rgba(0, 0, 0, 0.2); }
    .c-form_lead {
      padding-left: 5%;
      padding-right: 5%; }
    .c-form_thanks {
      padding-left: 5%;
      padding-right: 5%; }
    .c-form {
      padding-left: 5%;
      padding-right: 5%; }
    .c-list-photo__item {
      width: 47%; }
      .c-listTbl dl dt {
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        padding-top: 15px;
        font-weight: bold;
        margin-bottom: 5px; }
      .c-listTbl dl dd {
        width: 100%;
        padding-bottom: 15px; }
          .c-listTbl-simple > dl dl dt:nth-of-type(n+2), .c-listTbl-simple--short > dl dl dt:nth-of-type(n+2), .c-listTbl-simple > dl dl dd:nth-of-type(n+2), .c-listTbl-simple--short > dl dl dd:nth-of-type(n+2) {
            margin-top: 0; }
        .c-listTbl-simple > dl dl dt, .c-listTbl-simple--short > dl dl dt {
          width: 100%;
          margin-bottom: 5px; }
        .c-listTbl-simple > dl dl dd, .c-listTbl-simple--short > dl dl dd {
          width: 100%;
          padding-bottom: 15px; }
      .c-listTbl-gomayan > dl {
        display: block; }
        .c-listTbl-gomayan > dl > dt {
          width: 100%;
          font-weight: bold;
          margin-bottom: 5px; }
        .c-listTbl-gomayan > dl > dd {
          width: 100%;
          padding-bottom: 15px; }
  .c-pager {
    padding-left: 5%;
    padding-right: 5%; }
    .c-title-main {
      padding-left: 0;
      padding-right: 5%; }
      .c-title-main__wrap {
        padding: 20px 5% 0; }
  .c-title-sec {
    padding-left: 5%;
    padding-right: 5%; }
    .c-title-sec__ttl {
      font-size: 3rem; }
      .lang-en_US .c-title-sec__ttl {
        font-size: 2.5rem; } }
@media (max-width: 767px) {
  .mediaQuerySetting {
    display: block; }
  html, body {
    width: 100%;
    height: 100%; }
  h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
    margin: 0;
    padding: 0; }
  img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }
    .l-bread {
      margin-top: 100px; }
        .l-bread ol li:nth-of-type(n+3) {
          display: none; }
    .l-footer-fix {
      height: 50px; }
      .l-footer-fix__inner {
        padding-top: 10px; }
    .l-footer-fix__logo {
      display: none; }
      .l-footer-fix__block {
        margin-left: 0;
        margin-right: 15px; }
        .l-footer-fix__block:nth-of-type(3) {
          padding-left: 0px;
          border-right: 1px solid #fff; }
        .l-footer-fix__block p {
          display: none; }
          .l-footer-fix__block p::before {
            display: none; }
      .l-footer-fix__tel {
        width: 170px; }
    .l-footer-fix__btn {
      display: none; }
      .l-footer-fix__btnIcon {
        display: block; }
        .l-footer-fix__btnIcon a {
          display: inline-block;
          padding: 8px 10px; }
    .l-footer-menu {
      padding-left: 5%;
      padding-right: 5%; }
    .l-footer-menu {
      display: none; }
      .l-footer-menu__inner {
        padding: 30px 0; }
      .l-footer-menu__list:nth-of-type(n+2) {
        margin-top: 20px; }
        .l-footer-menu__list--shopping {
          height: auto; }
        .l-footer-menu__list--products {
          height: auto; }
      .l-footer-menu__list > ul:nth-of-type(n+2) {
        margin-top: 20px; }
            .l-footer-menu__list > ul > li ul li {
              margin-top: 5px; }
    .l-footer {
      margin-top: 30px; }
      .l-footer__inner {
        padding-left: 5%;
        padding-right: 5%; }
      .l-footer__inner {
        padding-top: 50px;
        padding-bottom: 20px; }
      .l-footer__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .l-footer__logo {
        width: 100%;
        text-align: center;
        margin-top: 40px; }
        .l-footer__logo img {
          width: 60px; }
      .l-footer__dtl {
        width: 100%;
        margin-left: 0; }
      .l-footer-about {
        font-size: 1.3rem; }
      .l-footer-about {
        display: none; }
      .l-footer-info {
        display: block;
        margin-top: 0;
        text-align: center; }
          .l-footer-info p::before {
            display: none; }
        .l-footer-info__block {
          margin-right: 0; }
          .l-footer-info__block:nth-of-type(n+2) {
            margin-top: 30px; }
      .l-footer__copy {
        text-align: center; }
      .l-footer-sns {
        position: static;
        margin-top: 30px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .p-top .l-header-logo {
          top: 22px; }
      .l-header-logo {
        top: 20px;
        left: 4%;
        width: 60px;
        height: 60px; }
        .l-header-logo svg {
          width: 40px; }
      .p-top .l-main {
        padding-top: 96px; }
        .p-sec .l-main__inner {
          margin-top: 80px; }
        .p-organic .l-main__inner,
        .p-recipe .l-main__inner,
        .p-kura .l-main__inner,
        .p-policy .l-main__inner,
        .p-nutrition .l-main__inner,
        .p-aboutSesame .l-main__inner,
        .p-newsList .l-main__inner,
        .p-shopping .l-main__inner,
        .p-news .l-main__inner,
        .p-recipeDetail .l-main__inner,
        .p-newsDetail .l-main__inner {
          margin-top: 40px; }
      .l-menu-list {
        display: none; }
      .l-menu-listSub {
        top: 32px;
        right: 70px; }
        .l-menu-listSub__item {
          display: none; }
          .l-menu-listSub__item.js-categoryMenu {
            display: block; }
          .l-menu-listSub__item--shopping {
            display: block;
            margin-left: 20px !important; }
      .l-menu-language {
        top: 25px;
        left: 0; }
        .l-menu-language__list {
          position: relative;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column;
          padding: 5px 10px;
          background-color: rgba(255, 255, 255, 0.9);
          border-radius: 5px; }
        .l-menu-language .l-menu-language__item--jp, .l-menu-language .l-menu-language__item--en, .l-menu-language .l-menu-language__item--cs, .l-menu-language .l-menu-language__item--ct {
          margin-left: 0; }
          .l-menu-language .l-menu-language__item--jp a, .l-menu-language .l-menu-language__item--en a, .l-menu-language .l-menu-language__item--cs a, .l-menu-language .l-menu-language__item--ct a {
            display: block;
            padding: 8px 0;
            color: #000; }
      .l-menu-btn {
        right: 4%;
        top: 25px; }
        .l-menu-open__wrap {
          width: 100%;
          height: 100%;
          padding: 30px 20px 50px;
          overflow-y: auto; }
        .l-menu-open__list:nth-of-type(n+2) {
          margin-top: 20px; }
          .l-menu-open__list--shopping {
            height: auto; }
          .l-menu-open__list--products {
            height: auto; }
        .l-menu-open__list > ul:nth-of-type(n+2) {
          margin-top: 20px; }
        .l-menu-open__btn {
          margin-top: 30px; }
  .p-aboutSesame-block {
    padding-left: 5%;
    padding-right: 5%; }
    .p-aboutSesame .p-aboutSesame-block {
      margin-top: 60px; }
    .p-aboutSesame-block + .p-aboutSesame-block {
      margin-top: 60px; }
    .p-aboutSesame-block__inner {
      font-size: 1.3rem; }
    .p-aboutSesame-type {
      margin-top: 0; }
      .p-aboutSesame-type .p-aboutSesame-type__block, .p-aboutSesame-type .p-aboutSesame-type__block--r {
        margin-top: 20px; }
      .p-aboutSesame-type .p-aboutSesame-type__dtl, .p-aboutSesame-type .p-aboutSesame-type__dtl--r {
        width: calc(100% - 100px); }
        .p-aboutSesame-type .p-aboutSesame-type__dtl h3, .p-aboutSesame-type .p-aboutSesame-type__dtl--r h3 {
          font-size: 2rem; }
      .p-aboutSesame-type .p-aboutSesame-type__dtl br, .p-aboutSesame-type .p-aboutSesame-type__dtl--r br {
        display: none; }
      .p-aboutSesame-type .p-aboutSesame-type__dtl {
        padding-right: 20px; }
        .p-aboutSesame-type .p-aboutSesame-type__dtl--r {
          padding-left: 20px; }
      .p-aboutSesame-type figure {
        width: 100px; }
    .p-aboutSesame-photo {
      margin-top: 20px; }
    .p-aboutSesame-photo {
      display: block;
      width: 100%; }
      .p-aboutSesame-photo__item {
        width: 100%; }
      .p-aboutSesame-photo__item + .p-aboutSesame-photo__item {
        margin-top: 40px; }
    .p-aboutSesame-photo2 {
      margin-top: 20px; }
      .p-aboutSesame-photo2__item {
        width: 48%; }
      .p-aboutSesame-photo2__item + .p-aboutSesame-photo2__item {
        margin-left: 4%; }
        .p-aboutSesame-photo2__item + .p-aboutSesame-photo2__item:nth-of-type(2n-1) {
          margin-left: 0; }
        .p-aboutSesame-photo2__item + .p-aboutSesame-photo2__item:nth-of-type(n+3) {
          margin-top: 30px; }
    .p-aboutSesame-map {
      margin-top: 20px; }
  .p-access {
    padding-left: 5%;
    padding-right: 5%; }
    .p-company .p-access {
      margin-top: 60px; }
      .p-access-block.inview::after {
        -webkit-transition: -webkit-transform ease-out 1.2s;
        transition: -webkit-transform ease-out 1.2s;
        transition: transform ease-out 1.2s;
        transition: transform ease-out 1.2s, -webkit-transform ease-out 1.2s; }
      .p-access-block__dtl {
        -webkit-transition: opacity ease-out 1s .5s, -webkit-transform ease-out 1s .5s;
        transition: opacity ease-out 1s .5s, -webkit-transform ease-out 1s .5s;
        transition: opacity ease-out 1s .5s, transform ease-out 1s .5s;
        transition: opacity ease-out 1s .5s, transform ease-out 1s .5s, -webkit-transform ease-out 1s .5s; }
      .p-access-block + .p-access-block {
        margin-top: 50px;
        padding-top: 50px; }
      .p-access-block__inner {
        display: block;
        margin-top: 20px; }
      .p-access-map iframe {
        height: 300px; }
    .p-access-flow {
      font-size: 1.3rem; }
    .p-access-flow {
      width: 100%; }
    .p-access-pix {
      width: 70%;
      margin-top: 20px; }
      .p-article-detail {
        padding-left: 5%;
        padding-right: 5%; }
      .p-article-side {
        margin-top: 70px;
        padding-top: 70px; }
      .p-article-detail__works {
        padding-left: 5%;
        padding-right: 5%; }
      .p-company-block.inview::after {
        -webkit-transition: -webkit-transform ease-out 1.2s;
        transition: -webkit-transform ease-out 1.2s;
        transition: transform ease-out 1.2s;
        transition: transform ease-out 1.2s, -webkit-transform ease-out 1.2s; }
      .p-company-block__dtl {
        -webkit-transition: opacity ease-out 1s .5s, -webkit-transform ease-out 1s .5s;
        transition: opacity ease-out 1s .5s, -webkit-transform ease-out 1s .5s;
        transition: opacity ease-out 1s .5s, transform ease-out 1s .5s;
        transition: opacity ease-out 1s .5s, transform ease-out 1s .5s, -webkit-transform ease-out 1s .5s; }
    .p-company-block {
      margin-top: 90px; }
      .p-company-block__pix {
        position: relative;
        width: 100%;
        height: 220px; }
      .p-company-block__dtl {
        font-size: 1.3rem;
        line-height: 2; }
      .p-company-block__dtl {
        width: 100%;
        padding-right: 5%; }
      .p-company-block__dtlInner {
        width: 100%;
        padding-right: 0; }
    .p-cttList {
      font-size: 1.3rem; }
    .p-cttList {
      margin-top: 96px;
      margin-bottom: 80px;
      padding-bottom: 80px; }
      .p-cttList h2 {
        font-size: 2rem; }
      .p-cttList figure {
        width: 280px;
        height: 170px;
        -webkit-transform-origin: center center;
                transform-origin: center center;
        padding: 0; }
    .p-cttList__block {
      padding: 0 5%; }
        .p-cttList__product img.p1 {
          width: 144.9px; }
        .p-cttList__product img.p2 {
          width: 142.8px;
          right: 59.5px;
          top: 38.5px; }
        .p-cttList__product img.p3 {
          width: 121.1px;
          right: 7px;
          bottom: 17.5px; }
        .p-cttList__product img.p4 {
          width: 109.9px;
          left: 63px; }
      .p-cttList__recipe img {
        width: 50px; }
  .p-event {
    padding-left: 5%;
    padding-right: 5%; }
    .p-event__btn {
      margin-top: 30px; }
    .p-gomayan-photo {
      margin-top: 90px; }
      .p-gomayan-photo li {
        width: 50%; }
    .p-gomayan-profile {
      padding-left: 5%;
      padding-right: 5%; }
    .p-gomayan-profile {
      display: block;
      margin-top: 90px; }
      .p-gomayan-profile__pix {
        width: 80%;
        margin: 0 auto;
        margin-top: 10px; }
      .p-gomayan-profile h2 {
        font-size: 2rem; }
        .lang-en_US .p-gomayan-profile h2 {
          font-size: 1.8rem; }
    .p-gomayan-list {
      padding-left: 5%;
      padding-right: 5%; }
    .p-gomayan-list {
      margin-top: 60px; }
      .p-gomayan-list li {
        width: 48%;
        margin-left: 4%; }
        .p-gomayan-list li:nth-of-type(2n-1) {
          margin-left: 0; }
        .p-gomayan-list li:nth-of-type(n+3) {
          margin-top: 30px; }
      .p-gomayan-list figcaption {
        font-size: 1.3rem; }
    .p-history-list {
      margin-left: 10%;
      margin-right: 5%; }
    .p-history-item, .p-history-item--1, .p-history-item--2, .p-history-item--3, .p-history-item--4, .p-history-item--5, .p-history-item--6, .p-history-item--7, .p-history-item--8, .p-history-item--9, .p-history-item--10, .p-history-item--11, .p-history-item--12, .p-history-item--13, .p-history-item--14, .p-history-item--15, .p-history-item--16, .p-history-item--17, .p-history-item--18, .p-history-item--19 {
      padding-top: 40px; }
      .p-history-item::before, .p-history-item--1::before, .p-history-item--2::before, .p-history-item--3::before, .p-history-item--4::before, .p-history-item--5::before, .p-history-item--6::before, .p-history-item--7::before, .p-history-item--8::before, .p-history-item--9::before, .p-history-item--10::before, .p-history-item--11::before, .p-history-item--12::before, .p-history-item--13::before, .p-history-item--14::before, .p-history-item--15::before, .p-history-item--16::before, .p-history-item--17::before, .p-history-item--18::before, .p-history-item--19::before {
        display: none; }
      .p-history-item--1 figure:nth-of-type(n+2) {
        text-align: left; }
      .p-history-item .p-history-item__data, .p-history-item--1 .p-history-item__data, .p-history-item--2 .p-history-item__data, .p-history-item--3 .p-history-item__data, .p-history-item--4 .p-history-item__data, .p-history-item--5 .p-history-item__data, .p-history-item--6 .p-history-item__data, .p-history-item--7 .p-history-item__data, .p-history-item--8 .p-history-item__data, .p-history-item--9 .p-history-item__data, .p-history-item--10 .p-history-item__data, .p-history-item--11 .p-history-item__data, .p-history-item--12 .p-history-item__data, .p-history-item--13 .p-history-item__data, .p-history-item--14 .p-history-item__data, .p-history-item--15 .p-history-item__data, .p-history-item--16 .p-history-item__data, .p-history-item--17 .p-history-item__data, .p-history-item--18 .p-history-item__data, .p-history-item--19 .p-history-item__data, .p-history-item .p-history-item__data--l, .p-history-item--1 .p-history-item__data--l, .p-history-item--2 .p-history-item__data--l, .p-history-item--3 .p-history-item__data--l, .p-history-item--4 .p-history-item__data--l, .p-history-item--5 .p-history-item__data--l, .p-history-item--6 .p-history-item__data--l, .p-history-item--7 .p-history-item__data--l, .p-history-item--8 .p-history-item__data--l, .p-history-item--9 .p-history-item__data--l, .p-history-item--10 .p-history-item__data--l, .p-history-item--11 .p-history-item__data--l, .p-history-item--12 .p-history-item__data--l, .p-history-item--13 .p-history-item__data--l, .p-history-item--14 .p-history-item__data--l, .p-history-item--15 .p-history-item__data--l, .p-history-item--16 .p-history-item__data--l, .p-history-item--17 .p-history-item__data--l, .p-history-item--18 .p-history-item__data--l, .p-history-item--19 .p-history-item__data--l {
        font-size: 1.4rem;
        padding: 5px 10px; }
        .p-history-item .p-history-item__data small, .p-history-item--1 .p-history-item__data small, .p-history-item--2 .p-history-item__data small, .p-history-item--3 .p-history-item__data small, .p-history-item--4 .p-history-item__data small, .p-history-item--5 .p-history-item__data small, .p-history-item--6 .p-history-item__data small, .p-history-item--7 .p-history-item__data small, .p-history-item--8 .p-history-item__data small, .p-history-item--9 .p-history-item__data small, .p-history-item--10 .p-history-item__data small, .p-history-item--11 .p-history-item__data small, .p-history-item--12 .p-history-item__data small, .p-history-item--13 .p-history-item__data small, .p-history-item--14 .p-history-item__data small, .p-history-item--15 .p-history-item__data small, .p-history-item--16 .p-history-item__data small, .p-history-item--17 .p-history-item__data small, .p-history-item--18 .p-history-item__data small, .p-history-item--19 .p-history-item__data small, .p-history-item .p-history-item__data--l small, .p-history-item--1 .p-history-item__data--l small, .p-history-item--2 .p-history-item__data--l small, .p-history-item--3 .p-history-item__data--l small, .p-history-item--4 .p-history-item__data--l small, .p-history-item--5 .p-history-item__data--l small, .p-history-item--6 .p-history-item__data--l small, .p-history-item--7 .p-history-item__data--l small, .p-history-item--8 .p-history-item__data--l small, .p-history-item--9 .p-history-item__data--l small, .p-history-item--10 .p-history-item__data--l small, .p-history-item--11 .p-history-item__data--l small, .p-history-item--12 .p-history-item__data--l small, .p-history-item--13 .p-history-item__data--l small, .p-history-item--14 .p-history-item__data--l small, .p-history-item--15 .p-history-item__data--l small, .p-history-item--16 .p-history-item__data--l small, .p-history-item--17 .p-history-item__data--l small, .p-history-item--18 .p-history-item__data--l small, .p-history-item--19 .p-history-item__data--l small {
          display: inline;
          font-size: 1rem;
          margin-left: 5px; }
      .p-history-item__data {
        left: -25px; }
        .p-history-item__data--l {
          left: -25px; }
      .p-history-item .p-history-item__dtl, .p-history-item--1 .p-history-item__dtl, .p-history-item--2 .p-history-item__dtl, .p-history-item--3 .p-history-item__dtl, .p-history-item--4 .p-history-item__dtl, .p-history-item--5 .p-history-item__dtl, .p-history-item--6 .p-history-item__dtl, .p-history-item--7 .p-history-item__dtl, .p-history-item--8 .p-history-item__dtl, .p-history-item--9 .p-history-item__dtl, .p-history-item--10 .p-history-item__dtl, .p-history-item--11 .p-history-item__dtl, .p-history-item--12 .p-history-item__dtl, .p-history-item--13 .p-history-item__dtl, .p-history-item--14 .p-history-item__dtl, .p-history-item--15 .p-history-item__dtl, .p-history-item--16 .p-history-item__dtl, .p-history-item--17 .p-history-item__dtl, .p-history-item--18 .p-history-item__dtl, .p-history-item--19 .p-history-item__dtl, .p-history-item .p-history-item__dtl--l, .p-history-item--1 .p-history-item__dtl--l, .p-history-item--2 .p-history-item__dtl--l, .p-history-item--3 .p-history-item__dtl--l, .p-history-item--4 .p-history-item__dtl--l, .p-history-item--5 .p-history-item__dtl--l, .p-history-item--6 .p-history-item__dtl--l, .p-history-item--7 .p-history-item__dtl--l, .p-history-item--8 .p-history-item__dtl--l, .p-history-item--9 .p-history-item__dtl--l, .p-history-item--10 .p-history-item__dtl--l, .p-history-item--11 .p-history-item__dtl--l, .p-history-item--12 .p-history-item__dtl--l, .p-history-item--13 .p-history-item__dtl--l, .p-history-item--14 .p-history-item__dtl--l, .p-history-item--15 .p-history-item__dtl--l, .p-history-item--16 .p-history-item__dtl--l, .p-history-item--17 .p-history-item__dtl--l, .p-history-item--18 .p-history-item__dtl--l, .p-history-item--19 .p-history-item__dtl--l {
        font-size: 1.3rem; }
      .p-history-item__dtl {
        padding-left: 20px; }
        .p-history-item__dtl--l {
          padding-left: 20px; }
    .p-info-ctt {
      padding-left: 5%;
      padding-right: 5%; }
    .p-info-ctt {
      margin-top: 0px; }
    .p-info-ctt__split {
      padding-left: 5%;
      padding-right: 5%; }
    .p-info-ctt__split {
      margin-top: 60px; }
  .p-newsList .p-info {
    padding-left: 5%;
    padding-right: 5%; }
  .p-info {
    margin-top: 50px; }
    .p-info__btn {
      margin-top: 30px; }
  .p-infoDetail {
    padding-left: 5%;
    padding-right: 5%; }
    .p-infoDetail__ttlArea {
      display: block;
      margin-bottom: 30px; }
    .p-infoDetail__ttl {
      font-size: 1.6rem; }
    .p-infoDetail__date {
      font-size: 1.2rem;
      margin-top: 8px; }
    .p-kura-info {
      padding-left: 5%;
      padding-right: 5%; }
    .p-kura-info {
      margin-bottom: 60px; }
      .p-kura-info h2 {
        font-size: 2rem; }
      .p-kura-info__inner {
        font-size: 1.3rem; }
      .p-kura-info__inner {
        margin-top: 40px; }
        .p-kura-info__inner h3 {
          font-size: 2rem; }
    .p-kura-photo1 {
      padding-left: 5%;
      padding-right: 5%; }
    .p-kura-photo1 {
      margin-top: 60px;
      margin-bottom: 96px; }
    .p-kura-photo2 {
      padding-left: 5%;
      padding-right: 5%; }
    .p-kura-photo2 {
      margin-top: 60px;
      margin-bottom: 96px; }
    .p-lead {
      padding-left: 5%;
      padding-right: 5%; }
    .p-lead {
      font-size: 1.3rem;
      line-height: 2; }
    .p-lead {
      margin-top: 15px; }
      .p-lead__ttl {
        font-size: 2rem; }
    .p-lead__free {
      font-size: 2rem; }
    .p-lead__free {
      font-size: 1.4rem;
      padding: 10px 10px; }
    .p-lead-large {
      padding-left: 5%;
      padding-right: 5%; }
    .p-lead-large {
      font-size: 2rem; }
    .p-lead-large {
      margin-top: 40px;
      font-size: 1.6rem; }
    .p-lead-recipe {
      font-size: 2rem; }
    .p-lead-recipe {
      margin-top: 40px;
      font-size: 1.6rem; }
    .p-lead-owner {
      padding-left: 5%;
      padding-right: 5%; }
      .p-lead-owner__ttl {
        font-size: 2rem; }
      .p-lead-owner__ttl {
        margin-bottom: 20px; }
      .p-lead-owner p {
        font-size: 1.3rem;
        line-height: 2; }
    .p-lead-owner {
      margin-top: 40px;
      font-size: 1.6rem; }
    .p-lead-gomayan {
      padding-left: 5%;
      padding-right: 5%; }
    .p-lead-gomayan {
      font-size: 1.3rem;
      line-height: 2; }
    .p-lead-gomayan {
      margin-top: 20px; }
    .p-lead-gomayan__pix {
      width: 80%;
      margin: 0 auto;
      margin-top: 10px; }
    .p-lead-kura {
      padding-left: 5%;
      padding-right: 5%; }
    .p-lead-kura {
      margin-top: 40px;
      font-size: 1.6rem; }
      .p-lead-kura dl {
        font-size: 1.3rem; }
        .p-mainVs__txt p {
          font-size: 1.6rem; }
        .p-mainVs__logo span:nth-of-type(1) {
          width: 200px; }
        .p-mainVs__logo span:nth-of-type(2) {
          width: 99.2px; }
    .p-mainVs-pix {
      padding-top: 75px; }
      .p-mainVs-pix__mv {
        height: 250px; }
        .p-recipeDetail .p-mainVs-pix__mv,
        .p-newsDetail .p-mainVs-pix__mv {
          height: 200px; }
    .p-mainVs-arricl {
      margin-bottom: 30px;
      height: 500px; }
      .p-mainVs-arricl__ttl {
        top: 20px; }
        .p-mainVs-arricl__ttl h2 {
          font-size: 2rem; }
      .p-mainVs-arricl__txt {
        font-size: 1.3rem; }
      .p-mainVs-arricl h3 {
        font-size: 2rem; }
    .p-mainVs-simple {
      padding-top: 100px;
      padding-bottom: 60px; }
      .p-mainVs-simple h2 {
        font-size: 4rem; }
      .p-modal__close {
        padding: 23px 0; }
          .p-modal__close .btn span {
            height: 1px; }
    .p-movie {
      margin-top: 96px;
      padding-bottom: 60px; }
      .p-movie__lead h2 {
        font-size: 2rem; }
      .p-movie__lead p {
        font-size: 1.3rem; }
    .p-movie__inner {
      padding-left: 5%;
      padding-right: 5%; }
      .p-movie__pix {
        margin-top: 20px; }
        .p-movie__pix::before {
          width: 60px;
          height: 60px;
          border: 2px solid #fff; }
        .p-movie__pix::after {
          left: 5px;
          width: 12px;
          height: 12px;
          border-right: 12px solid transparent;
          border-bottom: 16.8px solid #fff;
          border-left: 12px solid transparent; }
    .p-nutrition-list {
      padding-left: 5%;
      padding-right: 5%; }
    .p-nutrition-list {
      display: block;
      margin-top: 48px;
      margin-bottom: 90px; }
      .p-nutrition-list__item {
        font-size: 1.3rem; }
      .p-nutrition-list__item {
        width: 100%; }
      .p-nutrition-list__item:nth-of-type(n+2) {
        margin-top: 15px; }
      .p-nutrition-list__ttl {
        width: 120px; }
      .p-nutrition-list__txt {
        width: calc(100% - 120px); }
        .p-nutrition-list__txt br {
          display: none; }
  .p-owner-block {
    padding-left: 5%;
    padding-right: 5%; }
    .p-owner .p-owner-block {
      margin-top: 90px; }
    .p-owner-block + .p-owner-block {
      margin-top: 60px; }
    .p-owner-block__inner {
      font-size: 1.3rem; }
    .p-owner-btn {
      margin-top: 60px; }
    .p-owner-contact {
      margin-left: 0; }
      .p-owner-contact__ttl {
        font-size: 2rem; }
      .p-owner-contact__ttl {
        font-size: 1.6rem; }
    .p-pagetop {
      right: 3%;
      top: -25px;
      width: 46px;
      height: 46px; }
      .p-pagetop span {
        display: none; }
      .p-pagetop.fixed {
        right: 3%;
        top: auto;
        bottom: 15px; }
      .p-pagetop::before {
        top: 18px; }
    .p-pagetop-fix {
      width: 50px;
      height: 50px;
      padding-top: 24px; }
      .p-pagetop-fix span {
        display: none; }
      .p-pagetop-fix::before {
        top: 22px; }
  .p-policy-ctt {
    padding-left: 5%;
    padding-right: 5%; }
  .p-policy-ctt {
    margin-top: 0px; }
    .p-policy-ctt__block {
      font-size: 1.3rem; }
      .p-policy-ctt__block + .p-policy-ctt__block {
        margin-top: 30px; }
    .p-policy-ctt__ttl {
      font-size: 2rem; }
      .p-productsList__item {
        height: auto;
        margin: 0 10px; }
      .p-productsList__link {
        height: auto; }
      .p-productsList__ttl {
        font-size: 1.3rem; }
      .p-productsList__ttl {
        font-size: 1.4rem; }
      .p-productsList .p-productsList__pix {
        width: 100%;
        height: 150px; }
      .p-productsList__dtl {
        font-size: 1.3rem; }
      .p-productsList__dtl {
        position: relative;
        width: 100%;
        padding: 10px 0px;
        padding-bottom: 30px;
        margin-bottom: 20px;
        height: auto; }
        .lang-en_US .p-productsList__dtl {
          padding: 10px 0px;
          padding-bottom: 30px; }
    .p-productsList-slide__ttl {
      font-size: 1.6rem;
      margin-bottom: 0; }
    .p-productsList-slide__btn {
      right: 0;
      bottom: 0; }
  .p-recipe-block {
    padding-left: 5%;
    padding-right: 5%; }
    .p-recipe-block__btn {
      margin-top: 30px; }
      .p-recipe-nav ul {
        width: 320px;
        margin: 0 auto; }
      .p-recipe-nav .p-recipe-nav__item--iri, .p-recipe-nav .p-recipe-nav__item--suri, .p-recipe-nav .p-recipe-nav__item--paste, .p-recipe-nav .p-recipe-nav__item--kin, .p-recipe-nav .p-recipe-nav__item--kuro, .p-recipe-nav .p-recipe-nav__item--shiro, .p-recipe-nav .p-recipe-nav__item--abura, .p-recipe-nav .p-recipe-nav__item--choumi, .p-recipe-nav .p-recipe-nav__item--furikake {
        width: 60px;
        height: 60px;
        font-size: 1rem; }
        .p-recipe-nav .p-recipe-nav__item--iri:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--suri:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--paste:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--kin:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--kuro:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--shiro:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--abura:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--choumi:nth-of-type(n+2), .p-recipe-nav .p-recipe-nav__item--furikake:nth-of-type(n+2) {
          margin-left: 3px; }
          .p-recipe-nav .p-recipe-nav__item--iri a::before, .p-recipe-nav .p-recipe-nav__item--suri a::before, .p-recipe-nav .p-recipe-nav__item--paste a::before, .p-recipe-nav .p-recipe-nav__item--kin a::before, .p-recipe-nav .p-recipe-nav__item--kuro a::before, .p-recipe-nav .p-recipe-nav__item--shiro a::before, .p-recipe-nav .p-recipe-nav__item--abura a::before, .p-recipe-nav .p-recipe-nav__item--choumi a::before, .p-recipe-nav .p-recipe-nav__item--furikake a::before {
            width: 4px;
            height: 4px;
            border: 4px solid transparent;
            border-left: 4px solid; }
          .p-recipe-nav .p-recipe-nav__item--iri a:hover::after, .p-recipe-nav .p-recipe-nav__item--suri a:hover::after, .p-recipe-nav .p-recipe-nav__item--paste a:hover::after, .p-recipe-nav .p-recipe-nav__item--kin a:hover::after, .p-recipe-nav .p-recipe-nav__item--kuro a:hover::after, .p-recipe-nav .p-recipe-nav__item--shiro a:hover::after, .p-recipe-nav .p-recipe-nav__item--abura a:hover::after, .p-recipe-nav .p-recipe-nav__item--choumi a:hover::after, .p-recipe-nav .p-recipe-nav__item--furikake a:hover::after, .p-recipe-nav .p-recipe-nav__item--iri a.active::after, .p-recipe-nav .p-recipe-nav__item--suri a.active::after, .p-recipe-nav .p-recipe-nav__item--paste a.active::after, .p-recipe-nav .p-recipe-nav__item--kin a.active::after, .p-recipe-nav .p-recipe-nav__item--kuro a.active::after, .p-recipe-nav .p-recipe-nav__item--shiro a.active::after, .p-recipe-nav .p-recipe-nav__item--abura a.active::after, .p-recipe-nav .p-recipe-nav__item--choumi a.active::after, .p-recipe-nav .p-recipe-nav__item--furikake a.active::after {
            -webkit-transform: scale(1);
                    transform: scale(1); }
  .p-recipeDetail__block {
    padding-left: 5%;
    padding-right: 5%; }
  .p-recipeDetail__block {
    padding-left: 0;
    padding-right: 0; }
    .p-recipeDetail__block + .p-recipeDetail__block {
      margin-top: 60px; }
    .cate--roasted-sesami .p-recipeDetail-cate, .cate--surigoma .p-recipeDetail-cate, .cate--paste .p-recipeDetail-cate, .cate--gold-sesami .p-recipeDetail-cate, .cate--black-sesami .p-recipeDetail-cate, .cate--white-sesami .p-recipeDetail-cate, .cate--sesami-oil .p-recipeDetail-cate, .cate--seasoning .p-recipeDetail-cate, .cate--furikake .p-recipeDetail-cate {
      top: -15px;
      left: 5%;
      padding: 5px 10px; }
    .p-recipeDetail-ttl {
      font-size: 1.4rem;
      padding: 10px 10px;
      margin-bottom: 20px; }
    .p-recipe-menu {
      font-size: 1.3rem; }
    .p-recipe-menu {
      padding-left: 5%;
      padding-right: 5%; }
      .p-recipe-menu dl + p,
      .p-recipe-menu dl + dl {
        margin-top: 20px; }
    .p-recipe-flow {
      font-size: 1.3rem; }
      .p-recipe-flow ul {
        padding-left: 5%;
        padding-right: 5%; }
    .p-recipe-kotu {
      font-size: 1.3rem; }
    .p-recipe-kotu {
      padding-left: 5%;
      padding-right: 5%; }
  .p-recruit-block {
    padding-left: 5%;
    padding-right: 5%; }
    .p-recruit .p-recruit-block {
      margin-top: 90px; }
    .p-recruit-block + .p-recruit-block {
      margin-top: 60px; }
    .p-recruit-btn {
      margin-top: 60px; }
    .p-scroll {
      left: 6%;
      bottom: 20px; }
    .p-shop {
      margin-top: 96px;
      padding: 60px 0; }
      .p-shop__ttl {
        font-size: 2rem; }
      .p-shop__block {
        font-size: 1.3rem; }
      .p-shop__block {
        width: 90%;
        padding: 50px 20px;
        height: auto; }
    .p-shop-block {
      padding-left: 5%;
      padding-right: 5%; }
    .p-shop-block {
      font-size: 1.3rem; }
      .p-shop-block__box {
        display: block; }
      .p-shop-block__ttl {
        width: 100%;
        font-size: 120%; }
      .p-shop-block__dtl {
        width: 100%;
        border-left: none;
        padding: 0;
        padding-left: 0px; }
        .p-shop-block__dtl img {
          width: 100%; }
      .p-shop-block__tel {
        width: 100%; }
        .p-shop-block__man span {
          padding-left: 10px;
          font-size: 1rem; }
    .c-bannnr {
      margin-top: 60px; }
      .c-block.inview::after, .inview.c-block--r::after, .inview.c-block--l::after {
        -webkit-transition: -webkit-transform ease-out 1.2s;
        transition: -webkit-transform ease-out 1.2s;
        transition: transform ease-out 1.2s;
        transition: transform ease-out 1.2s, -webkit-transform ease-out 1.2s; }
      .c-block__dtl {
        -webkit-transition: opacity ease-out 1s .5s, -webkit-transform ease-out 1s .5s;
        transition: opacity ease-out 1s .5s, -webkit-transform ease-out 1s .5s;
        transition: opacity ease-out 1s .5s, transform ease-out 1s .5s;
        transition: opacity ease-out 1s .5s, transform ease-out 1s .5s, -webkit-transform ease-out 1s .5s; }
      .c-block + .c-block, .c-block--r + .c-block, .c-block--l + .c-block, .c-block + .c-block--r, .c-block--r + .c-block--r, .c-block--l + .c-block--r, .c-block + .c-block--l, .c-block--r + .c-block--l, .c-block--l + .c-block--l {
        margin-top: 60px; }
      .c-block--r, .c-block--l {
        height: auto; }
      .c-block__inner::before {
        bottom: 100px; }
      .c-block__inner::before,
      .c-block--r .c-block__inner::before {
        left: 0; }
      .c-block--l .c-block__inner::before {
        right: auto;
        left: 0; }
      .c-block__pix {
        position: relative; }
        .c-block__pix figure {
          height: 220px; }
      .c-block--r .c-block__pix,
      .c-block--l .c-block__pix {
        width: 100%;
        height: 220px; }
      .c-block-list .c-block__pix {
        width: 100%;
        height: 220px; }
      .c-block__dtl {
        font-size: 1.3rem;
        line-height: 2; }
      .c-block__dtl {
        width: calc(100% - 10%);
        padding: 30px 30px; }
        .c-block__dtl .logo {
          display: none; }
      .c-block__dtl p br {
        display: none; }
      .c-block--r .c-block__dtl {
        margin-left: 10%;
        margin-top: -50px; }
      .c-block--l .c-block__dtl {
        margin-right: 0;
        margin-left: 10%;
        margin-top: -50px; }
      .c-block__ttl {
        font-size: 2rem; }
        .lang-en_US .c-block__ttl {
          font-size: 1.8rem; }
      .c-block__ttl {
        margin-bottom: 15px; }
      .c-block__deco--gomayam {
        width: 100px;
        left: auto;
        right: 5%;
        bottom: auto;
        top: -60px; }
      .c-block-recruit.inview::after {
        -webkit-transition: -webkit-transform ease-out 1.2s;
        transition: -webkit-transform ease-out 1.2s;
        transition: transform ease-out 1.2s;
        transition: transform ease-out 1.2s, -webkit-transform ease-out 1.2s; }
      .c-block-recruit__dtl {
        -webkit-transition: opacity ease-out 1s .5s, -webkit-transform ease-out 1s .5s;
        transition: opacity ease-out 1s .5s, -webkit-transform ease-out 1s .5s;
        transition: opacity ease-out 1s .5s, transform ease-out 1s .5s;
        transition: opacity ease-out 1s .5s, transform ease-out 1s .5s, -webkit-transform ease-out 1s .5s; }
      .c-block-recruit::before {
        width: 100%; }
      .c-block-recruit__dtl {
        font-size: 1.3rem;
        line-height: 2; }
      .c-block-recruit__dtl {
        width: calc(100% - 10%);
        padding: 30px 30px 0;
        margin-left: 10%;
        margin-top: -60px; }
      .c-block-recruit__dtl p br {
        display: none; }
      .c-block-recruit__ttl {
        font-size: 1.6rem; }
        .c-block-recruit__ttl span {
          font-size: 2rem; }
          .lang-en_US .c-block-recruit__ttl span {
            font-size: 1.8rem; }
      .c-block-recruit__ttl {
        margin-bottom: 15px; }
      .c-block-sec.inview::after {
        -webkit-transition: -webkit-transform ease-out 1.2s;
        transition: -webkit-transform ease-out 1.2s;
        transition: transform ease-out 1.2s;
        transition: transform ease-out 1.2s, -webkit-transform ease-out 1.2s; }
      .c-block-sec__dtl {
        -webkit-transition: opacity ease-out 1s .5s, -webkit-transform ease-out 1s .5s;
        transition: opacity ease-out 1s .5s, -webkit-transform ease-out 1s .5s;
        transition: opacity ease-out 1s .5s, transform ease-out 1s .5s;
        transition: opacity ease-out 1s .5s, transform ease-out 1s .5s, -webkit-transform ease-out 1s .5s; }
    .c-block-sec {
      height: auto; }
      .c-block-sec + .c-block-sec {
        margin-top: 60px; }
      .c-block-sec--kura {
        padding-bottom: 50px; }
      .c-block-sec--kura {
        height: auto; }
      .c-block-sec .c-block-sec__pix, .c-block-sec .c-block-sec__pix--r, .c-block-sec .c-block-sec__pix--kura {
        width: 100%;
        height: 220px; }
      .c-block-sec .c-block-sec__pix, .c-block-sec .c-block-sec__pix--r, .c-block-sec .c-block-sec__pix--kura {
        position: relative; }
        .c-block-sec .c-block-sec__pix::before, .c-block-sec .c-block-sec__pix--r::before, .c-block-sec .c-block-sec__pix--kura::before {
          right: 0;
          width: 100%; }
        .c-block-sec .c-block-sec__pix figure, .c-block-sec .c-block-sec__pix--r figure, .c-block-sec .c-block-sec__pix--kura figure {
          height: 220px; }
      .c-block-sec .c-block-sec__pix--kura {
        width: 100%;
        height: 220px;
        left: 0; }
      .c-block-sec .c-block-sec__pix--kura {
        position: relative; }
        .c-block-sec .c-block-sec__pix--kura figure {
          height: 220px; }
      .c-block-sec .c-block-sec__dtl, .c-block-sec .c-block-sec__dtl--r, .c-block-sec .c-block-sec__dtl--down {
        font-size: 1.3rem;
        line-height: 2; }
      .c-block-sec .c-block-sec__dtl, .c-block-sec .c-block-sec__dtl--r, .c-block-sec .c-block-sec__dtl--down {
        position: relative;
        width: calc(100% - 10%);
        padding: 30px 30px 0;
        margin-left: 10%; }
      .c-block-sec .c-block-sec__dtl p br, .c-block-sec .c-block-sec__dtl--r p br, .c-block-sec .c-block-sec__dtl--down p br {
        display: none; }
        .c-block-sec .c-block-sec__dtl .copy, .c-block-sec .c-block-sec__dtl--r .copy, .c-block-sec .c-block-sec__dtl--down .copy, .c-block-sec .c-block-sec__dtl .copy1, .c-block-sec .c-block-sec__dtl--r .copy1, .c-block-sec .c-block-sec__dtl--down .copy1, .c-block-sec .c-block-sec__dtl .copy2, .c-block-sec .c-block-sec__dtl--r .copy2, .c-block-sec .c-block-sec__dtl--down .copy2, .c-block-sec .c-block-sec__dtl .copy3, .c-block-sec .c-block-sec__dtl--r .copy3, .c-block-sec .c-block-sec__dtl--down .copy3, .c-block-sec .c-block-sec__dtl .copy-gomayan, .c-block-sec .c-block-sec__dtl--r .copy-gomayan, .c-block-sec .c-block-sec__dtl--down .copy-gomayan {
          font-size: 10rem;
          top: 10px; }
        .c-block-sec .c-block-sec__dtl .copy2, .c-block-sec .c-block-sec__dtl--r .copy2, .c-block-sec .c-block-sec__dtl--down .copy2 {
          left: auto;
          right: 0px; }
        .c-block-sec .c-block-sec__dtl .copy-gomayan, .c-block-sec .c-block-sec__dtl--r .copy-gomayan, .c-block-sec .c-block-sec__dtl--down .copy-gomayan {
          top: -30px;
          right: 10px;
          width: 100px; }
      .c-block-sec .c-block-sec__ttl {
        font-size: 2rem; }
        .lang-en_US .c-block-sec .c-block-sec__ttl {
          font-size: 1.8rem; }
      .c-block-sec .c-block-sec__ttl {
        margin-bottom: 15px; }
      .c-block-sec .c-block-sec__ttl--medium {
        font-size: 2rem; }
      .c-block-sec .c-block-sec__ttl--medium {
        margin-bottom: 15px; }
      .c-block-sec .c-block-sec__ttl--small {
        font-size: 2rem; }
      .c-block-sec .c-block-sec__ttl--small {
        margin-bottom: 15px; }
      .c-block-company.inview::after {
        -webkit-transition: -webkit-transform ease-out 1.2s;
        transition: -webkit-transform ease-out 1.2s;
        transition: transform ease-out 1.2s;
        transition: transform ease-out 1.2s, -webkit-transform ease-out 1.2s; }
      .c-block-company__dtl {
        -webkit-transition: opacity ease-out 1s .5s, -webkit-transform ease-out 1s .5s;
        transition: opacity ease-out 1s .5s, -webkit-transform ease-out 1s .5s;
        transition: opacity ease-out 1s .5s, transform ease-out 1s .5s;
        transition: opacity ease-out 1s .5s, transform ease-out 1s .5s, -webkit-transform ease-out 1s .5s; }
    .c-block-company {
      height: auto;
      margin-bottom: 150px; }
      .c-block-company__pix {
        width: 100%;
        height: 220px; }
      .c-block-company__pix {
        position: relative; }
        .c-block-company__pix::before {
          right: 0;
          width: 100%; }
        .c-block-company__pix figure {
          height: 220px; }
      .c-block-company__dtl {
        font-size: 1.3rem;
        line-height: 2; }
      .c-block-company__dtl {
        position: relative;
        width: calc(100% - 50px);
        padding: 30px 30px 0;
        margin-left: 50px; }
      .c-block-company__dtl p br {
        display: none; }
      .c-block-company__ttl {
        font-size: 2rem; }
        .lang-en_US .c-block-company__ttl {
          font-size: 1.8rem; }
      .c-block-company__ttl {
        margin-bottom: 15px; }
      .c-block-company__logo {
        bottom: -70px; }
        .c-block-company__logo img {
          width: 160px; }
      .c-btn--big {
        font-size: 1.4rem; }
        .c-btn--big a {
          height: 50px;
          padding: 0 15px 0 20px; }
    .c-btn__txt, .c-btn__txt--next, .c-btn__txt--prev {
      font-size: 1.3rem; }
    .c-btn__products {
      font-size: 1.3rem; }
    .c-form_lead {
      padding-left: 5%;
      padding-right: 5%; }
    .c-form_lead {
      font-size: 1.3rem; }
    .c-form_thanks {
      padding-left: 5%;
      padding-right: 5%; }
      .c-form_thanks__ttl {
        font-size: 2rem; }
      .c-form_thanks__txt {
        font-size: 1.3rem; }
      .c-form_thanks__txt {
        text-align: left; }
        .c-form_thanks__txt br {
          display: none; }
    .c-form {
      padding-left: 5%;
      padding-right: 5%; }
    .c-form {
      margin-top: 40px; }
      .c-form__inner dl {
        display: block; }
        .c-form__inner dl dt {
          width: auto;
          margin-bottom: 5px; }
        .c-form__inner dl dd {
          width: auto; }
      .c-form__polcy {
        padding: 20px; }
        .c-list__item a {
          padding: 14px 0px;
          padding-right: 40px; }
          .c-list__item a::before {
            right: 10px; }
    .c-list-photo__list {
      display: block;
      width: 100%; }
    .c-list-photo__item {
      width: 100%; }
      .p-top .c-list-photo__item:nth-of-type(n+4) {
        display: none; }
    .c-list-photo__item + .c-list-photo__item {
      margin-top: 40px; }
    .c-list-photo__pix {
      width: 100%;
      height: 100%; }
      .c-listTbl-simple > dl, .c-listTbl-simple--short > dl {
        display: block; }
        .c-listTbl-simple > dl > dt:nth-of-type(n+2), .c-listTbl-simple--short > dl > dt:nth-of-type(n+2), .c-listTbl-simple > dl > dd:nth-of-type(n+2), .c-listTbl-simple--short > dl > dd:nth-of-type(n+2) {
          margin-top: 0; }
        .c-listTbl-simple > dl > dt, .c-listTbl-simple--short > dl > dt {
          width: 100%;
          font-weight: bold;
          margin-bottom: 5px; }
        .c-listTbl-simple > dl > dd, .c-listTbl-simple--short > dl > dd {
          width: 100%;
          padding-bottom: 15px; }
      .c-listTbl-simple > dl dl, .c-listTbl-simple--short > dl dl {
        display: block; }
          .c-listTbl-simple > dl dl dt:nth-of-type(n+2), .c-listTbl-simple--short > dl dl dt:nth-of-type(n+2), .c-listTbl-simple > dl dl dd:nth-of-type(n+2), .c-listTbl-simple--short > dl dl dd:nth-of-type(n+2) {
            margin-top: 0; }
      .c-listTbl-simple--short > dl > dt {
        width: 100%; }
      .c-listTbl-simple--short > dl > dd {
        width: 100%; }
        .c-listTbl-gomayan > dl > dt:nth-of-type(n+2), .c-listTbl-gomayan > dl > dd:nth-of-type(n+2) {
          margin-top: 0; }
  .c-pager {
    padding-left: 5%;
    padding-right: 5%; }
    .c-pager__inner {
      margin-top: 60px;
      padding-top: 40px; }
    .c-title {
      font-size: 2rem; }
    .c-title-main {
      font-size: 2.5rem;
      margin-top: -34px;
      padding-left: 0; }
      .c-title-main__wrap {
        padding: 20px 5% 0; }
  .c-title-sec {
    padding-left: 5%;
    padding-right: 5%; }
    .c-title-sec__ttl {
      font-size: 2rem; }
      .lang-en_US .c-title-sec__ttl {
        font-size: 1.8rem; }
    .c-title-sec__ttl {
      margin-bottom: 20px; }
    .c-title-sub {
      font-size: 2rem; }
    .c-title-sub {
      margin-bottom: 15px; }
    .c-title-icon {
      font-size: 2rem; }
      .p-aboutSesame .c-title-icon {
        font-size: 2rem; }
    .c-title-icon {
      margin-bottom: 15px; }
    .c-wp-post__article {
      font-size: 1.3rem; }
  .for-large {
    display: none; }
  .for-tablet {
    display: none; }
  .for-large-tablet {
    display: none; } }
@media (min-width: 768px) and (max-width: 1040px) {
  .mediaQuerySetting {
    display: block; }
      .l-footer-menu__list:nth-of-type(n+2) {
        margin-left: 60px; }
        .lang-en_US .l-footer-menu__list:nth-of-type(n+2) {
          margin-left: 20px; }
        .l-menu-open__list:nth-of-type(n+2) {
          margin-left: 60px; }
          .lang-en_US .l-menu-open__list:nth-of-type(n+2) {
            margin-left: 20px; }
      .p-aboutSesame-photo__item + .p-aboutSesame-photo__item {
        margin-left: 6%; }
        .p-aboutSesame-photo__item + .p-aboutSesame-photo__item:nth-of-type(2n-1) {
          margin-left: 0; }
        .p-aboutSesame-photo__item + .p-aboutSesame-photo__item:nth-of-type(n+3) {
          margin-top: 50px; }
      .p-history-item--1 figure:nth-of-type(n+2) {
        margin-left: 10px; }
    .p-movie__lead {
      padding: 0 5%; }
    .c-block-list .c-block__dtl {
      width: 50%; }
    .c-list-photo__item + .c-list-photo__item {
      margin-left: 6%; }
      .c-list-photo__item + .c-list-photo__item:nth-of-type(2n-1) {
        margin-left: 0; }
      .c-list-photo__item + .c-list-photo__item:nth-of-type(n+3) {
        margin-top: 50px; }
    .p-recipeDetail .c-title-main {
      font-size: 4rem; }
  .for-mobile {
    display: none; }
  .for-large {
    display: none; } }
@media all and (-ms-high-contrast: none) {
    body {
      letter-spacing: 0.08em; }
        .p-aboutSesame-type .p-aboutSesame-type__dtl h3, .p-aboutSesame-type .p-aboutSesame-type__dtl--r h3 {
          letter-spacing: 0.05em; }
      .p-cttList h2 {
        letter-spacing: 0.05em; }
      .p-gomayan-profile h2 {
        letter-spacing: 0.05em; }
      .p-kura-info h2 {
        letter-spacing: 0.05em; }
        .p-kura-info__inner h3 {
          letter-spacing: 0.05em; }
      .p-lead__ttl {
        letter-spacing: 0.05em; }
    .p-lead__free {
      letter-spacing: 0.05em; }
    .p-lead-large {
      letter-spacing: 0.05em; }
    .p-lead-recipe {
      letter-spacing: 0.05em; }
      .p-lead-owner__ttl {
        letter-spacing: 0.05em; }
        .p-mainVs__txt p {
          letter-spacing: 0.08em; }
        .p-mainVs-arricl__ttl h2 {
          letter-spacing: 0em; }
      .p-mainVs-simple h2 {
        letter-spacing: 0em; }
      .p-movie__lead h2 {
        letter-spacing: 0.05em; }
      .p-owner-contact__ttl {
        letter-spacing: 0.05em; }
    .p-policy-ctt__ttl {
      letter-spacing: 0.05em; }
      .p-shop__ttl {
        letter-spacing: 0.05em; }
      .c-block__ttl {
        letter-spacing: 0.05em; }
        .c-block-recruit__ttl span {
          letter-spacing: 0.05em; }
      .c-block-sec .c-block-sec__ttl {
        letter-spacing: 0.05em; }
      .c-block-sec .c-block-sec__ttl--medium {
        letter-spacing: 0.05em; }
      .c-block-sec .c-block-sec__ttl--small {
        letter-spacing: 0.05em; }
      .c-block-company__ttl {
        letter-spacing: 0.05em; }
      .c-form_thanks__ttl {
        letter-spacing: 0.05em; }
    .c-title {
      letter-spacing: 0.05em; }
    .c-title-sec__ttl {
      letter-spacing: 0.05em; }
    .c-title-sub {
      letter-spacing: 0.05em; }
    .c-title-icon {
      letter-spacing: 0.05em; } }
@media (min-width: 1041px), (min-width: 768px) and (max-width: 1040px) {
      .l-footer-menu__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .l-menu-language {
        right: -60px;
        top: 10px; }
        .l-menu-open__wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          height: 100%; }
      .l-menu-open__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .lang-en_US .p-aboutSesame-type .p-aboutSesame-type__block, .lang-en_US .p-aboutSesame-type .p-aboutSesame-type__block--r {
        min-height: 340px; }
      .p-aboutSesame-photo2__item + .p-aboutSesame-photo2__item {
        margin-left: 4%; }
        .p-aboutSesame-photo2__item + .p-aboutSesame-photo2__item:nth-of-type(4n-3) {
          margin-left: 0; }
      .p-gomayan-list li:nth-of-type(3n-2) {
        margin-left: 0; }
      .p-gomayan-list li:nth-of-type(n+4) {
        margin-top: 50px; }
      .p-history-item .p-history-item__data, .p-history-item--1 .p-history-item__data, .p-history-item--2 .p-history-item__data, .p-history-item--3 .p-history-item__data, .p-history-item--4 .p-history-item__data, .p-history-item--5 .p-history-item__data, .p-history-item--6 .p-history-item__data, .p-history-item--7 .p-history-item__data, .p-history-item--8 .p-history-item__data, .p-history-item--9 .p-history-item__data, .p-history-item--10 .p-history-item__data, .p-history-item--11 .p-history-item__data, .p-history-item--12 .p-history-item__data, .p-history-item--13 .p-history-item__data, .p-history-item--14 .p-history-item__data, .p-history-item--15 .p-history-item__data, .p-history-item--16 .p-history-item__data, .p-history-item--17 .p-history-item__data, .p-history-item--18 .p-history-item__data, .p-history-item--19 .p-history-item__data, .p-history-item .p-history-item__data--l, .p-history-item--1 .p-history-item__data--l, .p-history-item--2 .p-history-item__data--l, .p-history-item--3 .p-history-item__data--l, .p-history-item--4 .p-history-item__data--l, .p-history-item--5 .p-history-item__data--l, .p-history-item--6 .p-history-item__data--l, .p-history-item--7 .p-history-item__data--l, .p-history-item--8 .p-history-item__data--l, .p-history-item--9 .p-history-item__data--l, .p-history-item--10 .p-history-item__data--l, .p-history-item--11 .p-history-item__data--l, .p-history-item--12 .p-history-item__data--l, .p-history-item--13 .p-history-item__data--l, .p-history-item--14 .p-history-item__data--l, .p-history-item--15 .p-history-item__data--l, .p-history-item--16 .p-history-item__data--l, .p-history-item--17 .p-history-item__data--l, .p-history-item--18 .p-history-item__data--l, .p-history-item--19 .p-history-item__data--l {
        width: 102px;
        height: 102px;
        border-radius: 50%; }
      .p-nutrition-list__item:nth-of-type(n+3) {
        margin-top: 15px; }
    .p-newsList .c-list__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .p-newsList .c-list__ttl {
      width: calc(100% - 130px); }
    .p-newsList .c-list__date {
      width: 130px; } }
@media (max-width: 1040px) and (max-width: 767px) {
      .p-article-sideBanner__item + .p-article-sideBanner__item {
        margin-left: 20px; } }

/*# sourceMappingURL=../../cache/_maps/styles.css.map */




@media screen and (max-width:479px){
.pcView{display:none;}
.spView{display:block;}
}
@media screen and (min-width:480px){
.spView{display:none;}
.pcView{display:block;}
}