@charset "UTF-8";
#js-header, header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  min-width: 750px;
}
@media only screen and (max-width: 750px) {
  body {
    min-width: 0;
  }
}

.modal-open {
  overflow: hidden;
}

#yofu-container {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* アニメーションの定義 */
  /* ---------------------------------- */
  /* モーダル全体のスタイリング */
  /* ---------------------------------- */
  /* モーダルの中身のコンテナ */
  /* スライド内の .pupup-content は普段非表示にする */
  /* モーダルを表示するためのクラス */
}
#yofu-container div:after, #yofu-container dl:after, #yofu-container ul:after {
  content: none;
}
#yofu-container header, #yofu-container nav, #yofu-container h1, #yofu-container h2, #yofu-container h3, #yofu-container h4, #yofu-container h5, #yofu-container h6, #yofu-container p, #yofu-container dl, #yofu-container dt, #yofu-container dd, #yofu-container ol, #yofu-container ul, #yofu-container li, #yofu-container blockquote, #yofu-container form, #yofu-container table, #yofu-container input, #yofu-container div, #yofu-container figure, #yofu-container figcaption, #yofu-container a, #yofu-container span, #yofu-container img, #yofu-container th, #yofu-container td, #yofu-container section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#yofu-container h1, #yofu-container h2, #yofu-container h3, #yofu-container h4, #yofu-container h5, #yofu-container h6, #yofu-container th, #yofu-container td {
  font-size: 100%;
}
#yofu-container th, #yofu-container td {
  line-height: 1.5;
  text-align: left;
}
#yofu-container img {
  border: none;
  vertical-align: bottom;
}
#yofu-container table {
  border-spacing: 0;
  border-collapse: collapse;
}
#yofu-container section {
  position: relative;
}
#yofu-container img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#yofu-container img[src$=".svg"] {
  max-width: 100%;
}
#yofu-container a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
#yofu-container a:hover {
  opacity: 0.8;
}
#yofu-container .sp_hidden {
  display: none;
}
#yofu-container ul {
  list-style-type: none;
}
#yofu-container .anchor {
  border: none;
  position: absolute;
}
#yofu-container .flexbox {
  display: flex;
}
#yofu-container .mgram {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
#yofu-container .inner {
  margin: auto;
  width: 23.9285714286em;
  position: relative;
}
#yofu-container h2 {
  margin-bottom: 1.3333333333em;
  font-size: 60px;
  font-size: 8vw;
  color: #0b95d5;
  font-weight: bold;
  text-align: center;
  line-height: 166.6666666667%;
}
#yofu-container h2 span {
  padding-bottom: 0.0833333333em;
  background: linear-gradient(transparent 93%, #0b95d5 0%);
  display: inline;
}
#yofu-container .scrolling-element {
  /* 1. 背景画像と繰り返しを設定 */
  background-image: url(../images/cm-text.svg);
  background-repeat: repeat-x;
  /* 2. 背景画像のサイズを固定（元の画像サイズ）*/
  background-size: 52.3214285714em 3.3571428571em;
  /* 要素の高さは背景画像の高さに合わせるか、適宜設定 */
  height: 3.3571428571em;
  width: 100%; /* ウィンドウ幅に合わせて可変してもOK */
  animation: scroll-loop-cm 16s linear infinite;
}
@keyframes scroll-loop-cm {
  from {
    /* 開始位置 */
    background-position: 0 0;
  }
  to {
    /* 終了位置：画像の幅と同じ分だけ移動（左に動かすためマイナス値）*/
    background-position: -52.3214285714em 0;
  }
}
#yofu-container .cm-section {
  padding: 0.3571428571em 0 4.2857142857em;
  background: url(../images/cm-bgi-sp.jpg) no-repeat;
  background-size: cover;
}
#yofu-container .cm-section h2 {
  color: #fff;
}
#yofu-container .cm-section h2 span {
  background: linear-gradient(transparent 93%, #fff 0%);
}
#yofu-container .cm-section .image-slider {
  margin-bottom: 0.5357142857em;
}
#yofu-container .cm-section .movie-area {
  overflow: hidden;
  border-radius: 0.5357142857em;
}
#yofu-container .why-section {
  padding: 0.7142857143em 0;
  /* アニメーションの定義 */
}
#yofu-container .why-section .scrolling-element.-yofu {
  /* 1. 背景画像と繰り返しを設定 */
  background-image: url(../images/yofu2.svg);
  background-size: 12.9285714286em 3.3214285714em;
}
@keyframes scroll-loop-why {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -12.9285714286em 0;
  }
}
#yofu-container .why-section .image-slider {
  margin-bottom: 0.8928571429em;
}
#yofu-container .why-section .why-area {
  position: relative;
  padding-top: 32.1428571429em;
}
#yofu-container .why-section .why-area:before {
  content: "";
  height: 28.5714285714em;
  width: 25.3214285714em;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/why-bg-sp.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
#yofu-container .why-section .why-area p {
  color: #0b95d5;
  font-size: 40px;
  font-size: 5.3333333333vw;
  line-height: 150%;
  font-weight: 500;
}
#yofu-container .why-section .why-area p b {
  font-size: 50px;
  font-size: 6.6666666667vw;
  letter-spacing: -0.06em;
}
#yofu-container .why-section .why-area p + p {
  margin-top: 1.125em;
}
#yofu-container .why-section .why-area p .indent {
  margin-left: -0.5357142857em;
}
#yofu-container .why-section .why-area p .letter-spacing {
  letter-spacing: -0.5em;
}
#yofu-container .why-section .why-area p .dot {
  position: relative;
}
#yofu-container .why-section .why-area p .dot::after {
  content: "・";
  font-size: 40px;
  font-size: 5.3333333333vw;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
}
#yofu-container .why-section .why-area .yofu-img {
  padding: 2.6785714286em 2.1428571429em 0.1785714286em 3.0357142857em;
}
#yofu-container .why-section .why-area .yofu-img img {
  width: 100%;
  height: auto;
}
#yofu-container .product-info-section::before {
  content: "";
  background: #eff7fd;
  position: absolute;
  left: 0;
  top: 6.6071428571em;
  width: 13.3928571429em;
  height: 23.6071428571em;
  border-radius: 0 1.0714285714em 1.0714285714em 0;
  z-index: -1;
}
#yofu-container .product-info-section .product-image {
  padding: 3.0357142857em 1.8571428571em 1.4285714286em;
}
#yofu-container .product-info-section .product-text {
  padding: 0 1.4285714286em;
}
#yofu-container .product-info-section h3 {
  margin-bottom: 1.4285714286em;
}
#yofu-container .product-info-section dl {
  padding: 0.5625em 0 0.78125em;
  display: flex;
  color: #666;
  font-size: 32px;
  font-size: 4.2666666667vw;
  line-height: 150%;
  border-bottom: dotted 0.0714285714em #666;
}
#yofu-container .product-info-section dl:first-of-type {
  border-top: 0.1428571429em solid #666;
}
#yofu-container .product-info-section dl dt {
  width: 36%;
}
#yofu-container .product-info-section dl dd {
  width: 64%;
}
#yofu-container .product-info-section .bnr_map {
  margin: 2.1428571429em auto 0;
  display: block;
  width: 18.75em;
}
#yofu-container .recommended-section {
  padding: 10.5357142857em 0 0;
  overflow: hidden;
}
#yofu-container .recommended-section .recommended-image {
  position: absolute;
  top: -6.6071428571em;
  right: -8.8214285714em;
  width: 22.25em;
  height: 15.8928571429em;
}
#yofu-container .recommended-section::before {
  content: "";
  background: #eff7fd;
  width: 25.0714285714em;
  height: 57.1428571429em;
  left: 50%;
  transform: translateX(-50%);
  top: 5.7142857143em;
  position: absolute;
  z-index: -1;
  border-radius: 1.0714285714em;
}
#yofu-container .recommended-section .select-wrapper {
  margin: auto;
  position: relative;
  width: 21.0714285714em;
  height: 2.8571428571em;
  display: block;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
#yofu-container .recommended-section .select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.1428571429em;
  width: 0.5357142857em;
  height: 0.5357142857em;
  border-right: 0.1071428571em solid #666;
  border-bottom: 0.1071428571em solid #666;
  transform: rotate(45deg) translateY(-100%);
}
#yofu-container .recommended-section .menu-sp {
  margin: auto;
  padding: 0.3571428571em 0.7142857143em;
  border: none;
  background: #fff;
  border-radius: 0.3571428571em;
  width: 100%;
  height: 100%;
  font-size: 28px;
  font-size: 3.7333333333vw;
  font-weight: 500;
  text-align: center;
  appearance: none;
  position: relative;
}
#yofu-container .swiper {
  margin-top: 2.6785714286em;
  padding-bottom: 3.5714285714em;
}
#yofu-container .pupup-content {
  display: none;
  flex-wrap: wrap;
}
#yofu-container .swiper-slide {
  width: 17.1428571429em;
  padding: 0 0.7142857143em;
}
#yofu-container .swiper-button-prev, #yofu-container .swiper-button-next {
  background: url(../images/pagination-left.png) no-repeat;
  background-size: cover;
  width: 4.2857142857em;
  height: 4.2857142857em;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
#yofu-container .swiper-button-next {
  transform: rotate(180deg);
}
#yofu-container .fukidashi {
  padding-bottom: 0.7142857143em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: url(../images/hukidasi.svg) no-repeat;
  background-size: cover;
  width: 15.7142857143em;
  height: 11.2857142857em;
  position: relative;
  z-index: 2;
}
#yofu-container .fukidashi .fukidashi-text {
  text-align: center;
}
#yofu-container .fukidashi h3 {
  margin-bottom: 0.2083333333em;
  font-size: 48px;
  font-size: 6.4vw;
  line-height: 112.5%;
  color: #0b95d5;
}
#yofu-container .fukidashi p {
  padding: 0 1.4285714286em;
  font-size: 26px;
  font-size: 3.4666666667vw;
  line-height: 126.9230769231%;
}
#yofu-container .click-image-area {
  margin-top: -1.9642857143em;
  border-radius: 0.5714285714em;
  overflow: hidden;
}
#yofu-container .click-image-area p {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0b95d5;
  color: #fff;
  font-size: 32px;
  font-size: 4.2666666667vw;
  width: 100%;
  height: 2.75em;
  position: relative;
}
#yofu-container .click-image-area p::after {
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  background-size: cover;
  width: 1.4285714286em;
  height: 1.4285714286em;
  position: absolute;
  right: 0.7142857143em;
  top: 50%;
  transform: translateY(-50%);
}
#yofu-container .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20; /* 確実に最前面に */
  display: none; /* 初期状態：非表示 */
  justify-content: center;
  align-items: center;
}
#yofu-container .modal-content {
  padding: 1.25em;
  background: #fff;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto; /* 内容が長い場合にスクロール可能にする */
  position: relative;
}
#yofu-container .swiper-slide .pupup-content {
  display: none !important;
}
#yofu-container .modal.show {
  display: flex;
  background: #fff;
}
#yofu-container .modal-close {
  font-size: 28px;
  font-size: 3.7333333333vw;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  cursor: pointer;
  top: 0.8928571429em;
  right: 0em;
  width: 1.9642857143em;
  height: 1.9642857143em;
}
#yofu-container #modal-content-inner {
  padding: 3.9285714286em 1.4285714286em 1.4285714286em 1.4285714286em;
}
#yofu-container .pupup-image-area {
  margin-bottom: 1.4285714286em;
  border-radius: 0.8928571429em;
  width: 100%;
  overflow: hidden;
}
#yofu-container .pupup-test-area {
  width: 100%;
}
#yofu-container .pupup-test-area h3 {
  margin-bottom: 1.1666666667em;
  font-size: 60px;
  font-size: 8vw;
  line-height: 133.3333333333%;
  color: #0b95d5;
}
#yofu-container .pupup-test-area h4 {
  margin: 1.25em 0 0.5555555556em;
  padding-bottom: 0.6111111111em;
  border-bottom: 0.1111111111em solid #000;
  font-size: 36px;
  font-size: 4.8vw;
}
#yofu-container .pupup-test-area h4 span {
  font-size: 28px;
  font-size: 3.7333333333vw;
}
#yofu-container .time, #yofu-container .cal {
  display: inline-block;
  font-size: 28px;
  font-size: 3.7333333333vw;
  border: solid 0.1428571429em #0b95d5;
  border-radius: 1.7857142857em;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
#yofu-container .time::before, #yofu-container .cal::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/icon-time.svg) no-repeat;
  width: 1.4285714286em;
  height: 1.4285714286em;
  position: absolute;
  left: 0.3571428571em;
  top: 50%;
  transform: translateY(-50%);
}
#yofu-container .time {
  padding: 0.5em 0.5357142857em 0.5em 2.1428571429em;
}
#yofu-container .cal {
  margin-left: 0.2em;
  padding: 0.5em 0.5357142857em 0.5em 1.4285714286em;
}
#yofu-container .cal::before {
  background: url(../images/icon-cal.svg) no-repeat;
  width: 0.8928571429em;
  height: 1.3214285714em;
}
#yofu-container .annotation-text {
  margin-top: 0.1785714286em;
  font-size: 24px;
  font-size: 3.2vw;
}
#yofu-container .ingredients-sub-title {
  margin: 0.5357142857em 0 0.3571428571em;
  font-weight: bold;
}
#yofu-container .ingredients-wrapper {
  padding-bottom: 0.3571428571em;
}
#yofu-container .ingredients {
  list-style-type: disc;
}
#yofu-container .ingredients + .ingredients {
  margin-top: 0.5em;
}
#yofu-container .ingredients li {
  padding-left: 1em;
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 32px;
  font-size: 4.2666666667vw;
}
#yofu-container .ingredients li::before, #yofu-container .ingredients li::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#yofu-container .ingredients li::before {
  content: "・";
  background: #fff;
  z-index: 2;
}
#yofu-container .ingredients li::after {
  content: "";
  width: 100%;
  height: 0.0625em;
  border-bottom: dashed 2px;
}
#yofu-container .ingredients li + li {
  margin-top: 0.5em;
}
#yofu-container .ingredients li p {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#yofu-container .ingredients li p:first-child {
  padding-right: 0.5em;
}
#yofu-container .ingredients li p:last-child {
  padding-left: 0.5em;
}
#yofu-container .recipe {
  counter-reset: my-num 0;
}
#yofu-container .recipe li {
  text-indent: -1.25em;
  margin-left: 1.25em;
}
#yofu-container .qa-section {
  padding: 4.6428571429em 0;
}
#yofu-container .qa-section .qa-area + dl {
  margin-top: 2.1428571429em;
}
#yofu-container .qa-section dt, #yofu-container .qa-section dd {
  display: flex;
  justify-content: space-between;
  font-size: 40px;
  font-size: 5.3333333333vw;
  line-height: 125%;
  text-align: justify;
  font-weight: 500;
}
#yofu-container .qa-section dt span, #yofu-container .qa-section dd span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "Shippori Antique B1", sans-serif;
  width: 3em;
  height: 3em;
  border: 0.1em solid #fff;
  border-radius: 50%;
}
#yofu-container .qa-section dt p, #yofu-container .qa-section dd p {
  width: 9.5em;
}
#yofu-container .qa-section dt {
  padding: 0.5em 3.375em 0.5em 0.5em;
  align-items: center;
  background: #0b95d5;
  color: #fff;
  border-radius: 1em;
  position: relative;
}
#yofu-container .qa-section dt::before, #yofu-container .qa-section dt::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  width: 1.5em;
  height: 0.2em;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
#yofu-container .qa-section dt::before {
  transform: rotate(90deg);
}
#yofu-container .qa-section dt.on::before {
  transform: rotate(180deg);
}
#yofu-container .qa-section dd {
  padding: 1em 1em 0.5em 0.5em;
  align-items: flex-start;
}
#yofu-container .qa-section dd p {
  font-size: 36px;
  font-size: 4.8vw;
  line-height: 150%;
  width: 13.0555555556em;
}
#yofu-container .qa-section dd span {
  color: #0b95d5;
  border: 0.1em solid #0b95d5;
}
@media only screen and (min-width: 751px) {
  #yofu-container {
    /* アニメーションの定義 */
    /* ページネーションのサイズと色を調整 */
    /* ---------------------------------- */
    /* モーダル全体のスタイリング */
    /* ---------------------------------- */
    /* モーダルの中身のコンテナ */
  }
  #yofu-container .anchor {
    top: -101px;
  }
  #yofu-container #yofu-container {
    font-size: 16px;
  }
  #yofu-container .sp_hidden {
    display: block;
  }
  #yofu-container .pc_hidden {
    display: none;
  }
  #yofu-container .inner {
    max-width: 1200px;
  }
  #yofu-container h2 {
    max-width: 1200px;
    margin: 0 auto 80px;
    font-size: 60px;
  }
  #yofu-container h2 span {
    padding-bottom: 10px;
    background: linear-gradient(transparent 93%, #0b95d5 0%);
  }
  #yofu-container .scrolling-element {
    background-size: 2915px 187px;
    height: 187px;
    animation: scroll-loop-cm 20s linear infinite;
  }
  @keyframes scroll-loop-cm {
    from {
      /* 開始位置 */
      background-position: 0 0;
    }
    to {
      /* 終了位置：画像の幅と同じ分だけ移動（左に動かすためマイナス値）*/
      background-position: -2915px 0;
    }
  }
  #yofu-container .aside {
    margin: 0 40px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 3;
  }
  #yofu-container .aside ul {
    padding: 0 40px;
    display: flex;
    font-size: 18px;
    color: #666;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    bottom: 40px;
    right: 0;
    min-width: 880px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  }
  #yofu-container .aside ul li {
    padding: 27px 19px;
  }
  #yofu-container .cm-section {
    padding: 40px 0 125px;
    background: url(../images/cm-bgi.jpg) no-repeat;
    background-size: cover;
  }
  #yofu-container .cm-section .image-slider {
    margin-bottom: 20px;
  }
  #yofu-container .why-section {
    padding: 40px 0 420px;
    /* アニメーションの定義 */
  }
  #yofu-container .why-section .scrolling-element.-yofu {
    background-size: 724px 186px;
    height: 186px;
  }
  @keyframes scroll-loop-why {
    from {
      /* 開始位置 */
      background-position: 0 0;
    }
    to {
      /* 終了位置：画像の幅と同じ分だけ移動（左に動かすためマイナス値）*/
      background-position: -724px 0;
    }
  }
  #yofu-container .why-section .image-slider {
    margin-bottom: 30px;
  }
  #yofu-container .why-section .why-area {
    position: relative;
    padding-top: 0;
  }
  #yofu-container .why-section .why-area .inner {
    padding-top: 185px;
  }
  #yofu-container .why-section .why-area:before {
    content: "";
    max-height: 800px;
    max-width: 1251px;
    width: 72%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/why-bg.png) no-repeat;
    background-size: cover;
    z-index: -1;
  }
  #yofu-container .why-section .why-area p {
    font-size: 24px;
    line-height: 183.3333333333%;
  }
  #yofu-container .why-section .why-area p b {
    font-size: 36px;
  }
  #yofu-container .why-section .why-area p + p {
    margin-top: 40px;
  }
  #yofu-container .why-section .why-area p .letter-spacing {
    letter-spacing: -0.5em;
  }
  #yofu-container .why-section .why-area p .dot::after {
    font-size: 32px;
    top: -25px;
  }
  #yofu-container .why-section .why-area .yofu-img {
    padding: 0;
    position: absolute;
    bottom: -582px;
    left: -230px;
    width: 523px;
    height: 504px;
  }
  #yofu-container .why-section .why-area .yofu-img img {
    width: 100%;
    height: auto;
  }
  #yofu-container .product-info-section {
    padding-top: 50px;
  }
  #yofu-container .product-info-section::before {
    left: 0;
    top: 190px;
    width: 35%;
    height: 821px;
    border-radius: 0 30px 30px 0;
  }
  #yofu-container .product-info-section .inner {
    margin-top: 160px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #yofu-container .product-info-section .product-image {
    padding: 0 0 0 10px;
    width: 49%;
  }
  #yofu-container .product-info-section .product-text {
    padding: 0 65px 0 0;
    width: 43%;
  }
  #yofu-container .product-info-section h3 {
    margin: 10px 0;
  }
  #yofu-container .product-info-section dl {
    padding: 16px 0 16px;
    font-size: 16px;
    line-height: 150%;
    border-bottom: dotted 1px #666;
  }
  #yofu-container .product-info-section dl:first-of-type {
    border-top: 2px solid #666;
  }
  #yofu-container .product-info-section dl dt {
    width: 31%;
  }
  #yofu-container .product-info-section dl dd {
    width: 69%;
  }
  #yofu-container .product-info-section .bnr_map {
    margin: 14px 0 0 125px;
    display: block;
    width: 350px;
  }
  #yofu-container .recommended-section {
    margin-top: 160px;
    padding: 130px 0 0;
    overflow: inherit;
  }
  #yofu-container .recommended-section .recommended-image {
    position: relative;
    width: 1200px;
    margin: auto;
    top: 0;
    right: 0;
    height: 0;
  }
  #yofu-container .recommended-section .recommended-image img {
    width: 623px;
    height: 445px;
    position: absolute;
    right: -340px;
    top: -640px;
  }
  #yofu-container .recommended-section::before {
    max-width: 1366px;
    height: 100%;
    top: 0;
    border-radius: 30px;
  }
  #yofu-container .recommended-section .select-wrapper {
    display: none;
  }
  #yofu-container .recommended-section .menu {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px;
  }
  #yofu-container .recommended-section .menu button {
    padding: 11px 0;
    background: none;
    position: relative;
    background: none;
    width: 16.66%;
    border: none;
    cursor: pointer;
  }
  #yofu-container .recommended-section .menu button::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #666;
  }
  #yofu-container .recommended-section .menu button:nth-child(6n)::after {
    background: none;
  }
  #yofu-container .recommended-section .menu button:nth-child(n+7) {
    border-top: 1px solid #666;
  }
  #yofu-container .swiper {
    margin-top: 60px;
    padding-bottom: 90px;
  }
  #yofu-container .swiper-slide {
    width: 313px;
    padding: 0 20px;
    cursor: pointer;
  }
  #yofu-container .swiper-button-prev, #yofu-container .swiper-button-next {
    width: 120px;
    height: 120px;
  }
  #yofu-container .swiper-pagination-bullets .swiper-pagination-bullet,
  #yofu-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px;
  }
  #yofu-container .swiper-pagination-bullet {
    background-color: #fff;
    height: 10px;
    width: 10px;
    opacity: 1;
    border: 1px solid #0b95d5;
  }
  #yofu-container .swiper-pagination-bullet-active {
    background-color: #0b95d5;
  }
  #yofu-container .fukidashi {
    padding-bottom: 20px;
    width: 273px;
    height: 196px;
  }
  #yofu-container .fukidashi h3 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 114.2857142857%;
  }
  #yofu-container .fukidashi p {
    padding: 0 40px;
    font-size: 16px;
    line-height: 125%;
  }
  #yofu-container .click-image-area {
    margin-top: -40px;
    border-radius: 10px;
  }
  #yofu-container .click-image-area p {
    font-size: 16px;
  }
  #yofu-container .click-image-area p::after {
    width: 25px;
    height: 25px;
    right: 20px;
  }
  #yofu-container .modal-content {
    padding: 120px 0;
    width: 100%;
  }
  #yofu-container .modal-close {
    width: 52px;
    height: 52px;
    top: -20px;
  }
  #yofu-container .modal-close img {
    display: block;
  }
  #yofu-container #modal-content-inner {
    margin: auto;
    padding: 0 20px;
    max-width: 1180px;
  }
  #yofu-container .pupup-content {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #yofu-container .pupup-image-area {
    margin-bottom: 0;
    max-width: 600px;
    border-radius: 30px;
  }
  #yofu-container .pupup-test-area {
    margin-left: 20px;
    max-width: 480px;
  }
  #yofu-container .pupup-test-area ul {
    font-size: 16px;
  }
  #yofu-container .pupup-test-area h3 {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 111.1111111111%;
  }
  #yofu-container .pupup-test-area h4 {
    margin: 25px 0 10px;
    padding-bottom: 10px;
    font-size: 18px;
    border-bottom: 2px solid #000;
  }
  #yofu-container .pupup-test-area h4 span {
    font-size: 14px;
  }
  #yofu-container .time, #yofu-container .cal {
    font-size: 14px;
    border: solid 2px #0b95d5;
  }
  #yofu-container .time::before, #yofu-container .cal::before {
    width: 23px;
    height: 23px;
    left: 10px;
  }
  #yofu-container .time {
    padding: 10px 10px 10px 40px;
  }
  #yofu-container .cal {
    margin-left: 0.2em;
    padding: 10px 10px 10px 40px;
  }
  #yofu-container .cal::before {
    width: 14px;
    height: 21px;
  }
  #yofu-container .annotation-text {
    margin-top: 5px;
    font-size: 14px;
  }
  #yofu-container .ingredients-sub-title {
    margin: 15px 0 10px;
    font-size: 16px;
  }
  #yofu-container .ingredients-wrapper {
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  #yofu-container .ingredients {
    width: 48%;
  }
  #yofu-container .ingredients + .ingredients {
    margin-top: 0;
  }
  #yofu-container .ingredients li {
    font-size: 16px;
  }
  #yofu-container .ingredients li::after {
    height: 1px;
  }
  #yofu-container .ingredients li + li {
    margin-top: 10px;
  }
  #yofu-container .ingredients li p:first-child {
    padding-right: 0.5em;
  }
  #yofu-container .ingredients li p:last-child {
    padding-left: 0.5em;
  }
  #yofu-container .recipe {
    font-size: 18px;
  }
  #yofu-container .recipe li {
    text-indent: -1.25em;
    margin-left: 1.25em;
  }
  #yofu-container .qa-section {
    padding: 130px 0;
  }
  #yofu-container .qa-section .qa-area + dl {
    margin-top: 30px;
  }
  #yofu-container .qa-section dt, #yofu-container .qa-section dd {
    font-size: 22px;
  }
  #yofu-container .qa-section dt span, #yofu-container .qa-section dd span {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
  }
  #yofu-container .qa-section dt p, #yofu-container .qa-section dd p {
    margin-left: 15px;
    max-width: 995px;
    flex-grow: 1;
  }
  #yofu-container .qa-section dt {
    padding: 10px 100px 10px 10px;
    border-radius: 50px;
  }
  #yofu-container .qa-section dt::before, #yofu-container .qa-section dt::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 40px;
    width: 30px;
    height: 4px;
  }
  #yofu-container .qa-section dd {
    padding: 30px 30px 10px 10px;
  }
  #yofu-container .qa-section dd p {
    font-size: 18px;
    line-height: 150%;
    max-width: 1065px;
  }
  #yofu-container .qa-section dd span {
    border: 2px solid #0b95d5;
  }
}

.l-main {
  margin-bottom: 0;
}
