@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@700&display=swap");
@keyframes contentFadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadein {
  opacity: 0;
  transform: translateY(10px);
  will-change: opacity, transform;
}

.js-fadein.is-inview {
  animation-name: contentFadeIn;
  animation-duration: var(--fadein-duration, 0.8s);
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: var(--fadein-delay, 0s);
}

@media (prefers-reduced-motion: reduce) {
  .js-fadein {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}
.zen-maru-gothic {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

:root {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, "Roboto", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.75;
  font-weight: 400;
  color-scheme: light dark;
  color: #1c1c1c;
  background-color: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  --swiper-theme-color: #43342c;
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 13px;
  --swiper-pagination-bullet-width: 13px;
  --swiper-pagination-bullet-height: 13px;
  --swiper-navigation-size: 22px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}

::-moz-selection {
  background-color: #fff;
}

::selection {
  background-color: #fff;
}

::-moz-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

a {
  color: #646cff;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

a:hover {
  color: #535bf2;
  opacity: 0.88;
}

body {
  margin: 0;
  padding: 0;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.466vw;
  }
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.v-pc {
  display: block !important;
}

.v-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .v-pc {
    display: none !important;
  }
  .v-sp {
    display: block !important;
  }
}
/*! destyle.scss v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/*#########################################################
パーツ
#########################################################*/
#foot {
  position: relative;
  background-color: #fff;
  padding: 75px 60px 60px;
}

#foot .inner_block {
  max-width: 960px;
  margin: 0 auto;
}

#foot .footer_sns_btn {
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

#foot .footer_sns_btn li {
  display: inline-block;
  margin: 0 17px;
}

#foot .footer_sns_btn li img {
  width: 52px;
}

.footer_navi {
  float: left;
  font-size: 0;
}

.footer_navi li {
  display: inline-block;
  margin-right: 15px;
}

.footer_navi li a {
  font-size: 13px;
  color: #333;
}

.footer_navi li a:hover {
  opacity: 0.7;
}

.inner_block .copyright {
  float: right;
  font-size: 13px;
  vertical-align: middle;
}

.inner_block .footer_logo_bourbon {
  float: right;
  width: 100px;
  margin-top: -5px;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  #foot {
    padding: 10% 8.667% 8.667%;
  }
  #foot .footer_sns_btn li {
    display: inline-block;
    width: 14.516%;
    margin: 0 4.839%;
  }
  #foot .footer_sns_btn li img {
    width: 100%;
  }
  .footer_navi {
    float: none;
    margin-bottom: 6.677%;
    text-align: center;
  }
  .footer_navi li {
    margin: 0 1.613%;
  }
  .footer_navi li a {
    font-size: 2.667vw;
  }
  .footer_navi li a:hover {
    opacity: 1;
  }
  .inner_block .footer_logo_bourbon {
    float: none;
    width: 32.258%;
    margin: 0 auto 5.677%;
  }
  .inner_block .copyright {
    float: none;
    font-size: 2.667vw;
    text-align: center;
  }
}
/* Products List
---------------------------------------------*/
.prodlink {
  padding: 45px 0 80px;
  background-color: #fff;
}

.prodlink__in {
  margin: 0 auto;
  max-width: 960px;
}

.prodlink__in .prodlink__ttl {
  position: relative;
  margin-bottom: 18px;
  padding-top: 10px;
  height: 50px;
  text-align: center;
  background-color: #003e9b;
  border-radius: 25px;
  box-sizing: border-box;
  cursor: pointer;
}

.prodlink__in .prodlink__ttl::after {
  content: "\f107";
  position: absolute;
  top: -5px;
  right: 50%;
  margin-right: -26.563%;
  font-family: FontAwesome;
  font-size: 237.5%;
  color: #fff;
  transition: all 0.3s;
}

.prodlink__in .prodlink__ttl img {
  width: 272px;
}

.prodlink__in .prodlink__ttl.is_show::after {
  transform: rotate(180deg);
}

.prodlink__in .prodlink__list {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.prodlink__in .prodlink__list.is_show {
  display: block;
}

.prodlink__in .prodlink__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  margin-right: -15px;
  overflow: hidden;
}

.prodlink__in .prodlink__list ul li {
  margin: 0 15px 15px 0;
  width: 180px;
}

.prodlink__in .prodlink__list ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .prodlink {
    padding: 16.129% 0 12.903%;
  }
  .prodlink__in .prodlink__ttl {
    margin-bottom: 3.226%;
    padding-top: 0.065%;
    height: 8.533vw;
    border-radius: 25px;
  }
  .prodlink__in .prodlink__ttl::after {
    top: 0.6vw;
    margin-right: -45.563%;
    font-size: 4.667vw;
  }
  .prodlink__in .prodlink__ttl img {
    width: 44.516%;
  }
  .prodlink__in .prodlink__list ul {
    margin-right: 0;
  }
  .prodlink__in .prodlink__list ul li {
    margin: 0 3.065% 3.065% 0;
    width: 31.29%;
  }
  .prodlink__in .prodlink__list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .prodlink__in .prodlink__list ul li a:hover {
    opacity: 1;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 45px;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 15px 18px;
    align-items: center;
  }
}
.header .logo {
  max-width: 193px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header .logo {
    max-width: 23.733vw;
  }
}
.header .nav {
  margin-left: auto;
  background-color: #FFF;
  border-radius: 50px;
  margin-top: 7px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header .nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .nav {
    display: none;
  }
}
.header .nav .menu {
  display: flex;
  align-items: center;
  padding: 13px 10px 10px 20px;
}
.header .nav .menu a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header .nav .menu a:not(:last-child) {
  margin: 0 21px;
}
.header .nav .menu a:not(:last-child)::after {
  content: "";
  display: block;
  background-image: url("../img/gnav-deco.svg");
  background-repeat: no-repeat;
  width: 22px;
  height: 10px;
  margin-top: 13px;
}
.header .nav .menu a.products img {
  max-width: 101px;
  width: 100%;
}
.header .nav .menu a.point img {
  max-width: 173px;
  width: 100%;
}
.header .nav .menu a.voice img {
  max-width: 124px;
  width: 100%;
}
.header .nav .menu a.qa img {
  max-width: 56px;
  width: 100%;
}
.header .nav .menu a.onlineshop img {
  max-width: 174px;
  width: 100%;
}
.header .hamburger {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header .hamburger {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header .hamburger {
    display: block;
  }
}
.header .hamburger {
  width: 37px;
}

.header-sp {
  display: none;
}
.header-sp.is-active {
  display: block;
}
@media screen and (max-width: 767px) {
  .header-sp .header-sp-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #fbf5e5;
    background-image: url("../img/bg.png");
    background-repeat: repeat;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    padding: 20% 0;
  }
  .header-sp .header-sp-content .close {
    width: 42px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .header-sp .header-sp-content .header-sp-menu {
    display: flex;
    flex-direction: column;
    gap: 35px;
    text-align: center;
    align-items: center;
  }
  .header-sp .header-sp-content .header-sp-menu .logo {
    width: 184px;
    margin: 0 auto;
  }
  .header-sp .header-sp-content .header-sp-menu a {
    display: flex;
    align-items: center;
    text-align: center;
  }
  .header-sp .header-sp-content .header-sp-menu a:not(:last-child)::before {
    content: "";
    display: inline-block;
    background-image: url("../img/gnav-deco.svg");
    background-repeat: no-repeat;
    width: 22px;
    height: 10px;
    transform: rotate(-90deg);
  }
  .header-sp .header-sp-content .header-sp-menu a.products img {
    max-width: 106px;
    width: 100%;
  }
  .header-sp .header-sp-content .header-sp-menu a.point img {
    max-width: 190px;
    width: 100%;
  }
  .header-sp .header-sp-content .header-sp-menu a.voice img {
    max-width: 137px;
    width: 100%;
  }
  .header-sp .header-sp-content .header-sp-menu a.qa img {
    max-width: 61px;
    width: 100%;
  }
  .header-sp .header-sp-content .header-sp-menu a.onlineshop img {
    max-width: 222px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-sp .header-sp-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fbf5e5;
    background-image: url("../img/bg.png");
    background-repeat: repeat;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    padding: 5% 0;
  }
  .header-sp .header-sp-content .close {
    width: 42px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .header-sp .header-sp-content .header-sp-menu {
    display: flex;
    flex-direction: column;
    gap: 35px;
    text-align: center;
    align-items: center;
  }
  .header-sp .header-sp-content .header-sp-menu .logo {
    width: 184px;
    margin: 0 auto;
  }
  .header-sp .header-sp-content .header-sp-menu a {
    display: flex;
    align-items: center;
    text-align: center;
  }
  .header-sp .header-sp-content .header-sp-menu a:not(:last-child)::before {
    content: "";
    display: inline-block;
    background-image: url("../img/gnav-deco.svg");
    background-repeat: no-repeat;
    width: 22px;
    height: 10px;
    transform: rotate(-90deg);
  }
  .header-sp .header-sp-content .header-sp-menu a.products img {
    max-width: 106px;
    width: 100%;
  }
  .header-sp .header-sp-content .header-sp-menu a.point img {
    max-width: 190px;
    width: 100%;
  }
  .header-sp .header-sp-content .header-sp-menu a.voice img {
    max-width: 137px;
    width: 100%;
  }
  .header-sp .header-sp-content .header-sp-menu a.qa img {
    max-width: 61px;
    width: 100%;
  }
  .header-sp .header-sp-content .header-sp-menu a.onlineshop img {
    max-width: 222px;
    width: 100%;
  }
}

/*#########################################################
ページ
#########################################################*/
main {
  overflow: hidden;
}

.mv-block {
  background-color: #fbf5e5;
  background-image: url("../img/bg.png");
  background-repeat: repeat;
  overflow: hidden;
}
.mv-block .nutritional-habits {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .mv-block .nutritional-habits {
    padding-top: 25px;
  }
}
.mv-block .nutritional-habits .inner {
  width: 100%;
  max-width: 1360px;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .mv-block .nutritional-habits .inner {
    padding: 0 4.6%;
  }
}
.mv-block .nutritional-habits .inner .text-box {
  background-image: url("../img/bg-nutritional-habits.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 175px;
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .mv-block .nutritional-habits .inner .text-box {
    background-image: url("../img/bg-nutritional-habits-sp.png");
    width: 93%;
    margin: auto;
    padding-bottom: 16.8%;
  }
}
.mv-block .nutritional-habits .inner .text-box::before {
  content: "";
  display: block;
  position: absolute;
  left: -340px;
  top: 50px;
  width: 573px;
  height: 1035px;
  background-image: url("../img/nutritional-habits-obj01.png");
  background-size: cover;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .mv-block .nutritional-habits .inner .text-box::before {
    background-image: url("../img/nutritional-habits-obj01-sp.png");
    width: 51.712vw;
    height: 113.092vw;
    left: -38%;
    top: 27%;
  }
}
.mv-block .nutritional-habits .inner .text-box::after {
  content: "";
  display: block;
  position: absolute;
  right: -150px;
  top: 350px;
  width: 406px;
  height: 468px;
  background-image: url("../img/nutritional-habits-obj02.png");
  background-size: cover;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .mv-block .nutritional-habits .inner .text-box::after {
    width: 36.619vw;
    height: 42.272vw;
    right: -14%;
    top: 56%;
  }
}
.mv-block .nutritional-habits .inner .text-box .main-ttl {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv-block .nutritional-habits .inner .text-box .main-ttl {
    max-width: 68.959vw;
    padding-top: 13%;
  }
}
.mv-block .nutritional-habits .inner .text-box .main-ttl::after {
  content: "";
  display: block;
  position: absolute;
  right: -200px;
  top: 120px;
  width: 186px;
  height: 202px;
  background-image: url("../img/nutritional-habits-main-ttl-obj.png");
  background-size: cover;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .mv-block .nutritional-habits .inner .text-box .main-ttl::after {
    width: 17.256vw;
    height: 18.69vw;
    right: -6%;
    top: 125%;
  }
}
.mv-block .nutritional-habits .inner .text-box .lead {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .mv-block .nutritional-habits .inner .text-box .lead {
    max-width: 55.643vw;
    padding-top: 9%;
    padding-bottom: 7%;
    position: relative;
    left: -10px;
  }
}
.mv-block .nutritional-habits .inner .text-box .text {
  width: 76%;
  margin: auto;
  position: relative;
  --rule-color: rgba(255, 255, 255, 0.9);
  --rule-dot: 6px; /* 点（短い線）の長さ */
  --rule-gap: 6px; /* 点と点の間隔 */
  --rule-thick: 2px; /* 罫線の太さ */
  --rule-step: 4.5em; /* 行ピッチ（line-heightと合わせる） */
  --rule-offset: 0.35em; /* 行の下端からどれだけ上に線を置くか */
  line-height: 2.6602636535;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .mv-block .nutritional-habits .inner .text-box .text {
    --rule-dot: 4px;
    --rule-gap: 4px;
    --rule-thick: 1px;
    --rule-step: 9.3vw;
    --rule-offset: 0.35vw;
  }
}
.mv-block .nutritional-habits .inner .text-box .text {
  /* 罫線レイヤー（本文より背面に敷く） */
}
.mv-block .nutritional-habits .inner .text-box .text::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  /* 横方向の点線 */
  background-image: repeating-linear-gradient(90deg, var(--rule-color) 0 var(--rule-dot), transparent var(--rule-dot) calc(var(--rule-dot) + var(--rule-gap)));
  /* 点線が“面”にならないように、マスクで「各行の下の細い帯」だけ表示 */
  -webkit-mask-image: repeating-linear-gradient(to bottom, transparent 0 calc(var(--rule-step) - var(--rule-offset) - var(--rule-thick)), #000 calc(var(--rule-step) - var(--rule-offset) - var(--rule-thick)) calc(var(--rule-step) - var(--rule-offset)), transparent calc(var(--rule-step) - var(--rule-offset)) var(--rule-step));
  -webkit-mask-size: 100% var(--rule-step);
  -webkit-mask-repeat: repeat-y;
  mask-image: repeating-linear-gradient(to bottom, transparent 0 calc(var(--rule-step) - var(--rule-offset) - var(--rule-thick)), #000 calc(var(--rule-step) - var(--rule-offset) - var(--rule-thick)) calc(var(--rule-step) - var(--rule-offset)), transparent calc(var(--rule-step) - var(--rule-offset)) var(--rule-step));
  mask-size: 100% var(--rule-step);
  mask-repeat: repeat-y;
}
.mv-block .nutritional-habits .inner .text-box .text {
  /* 文字を罫線より前面に */
}
.mv-block .nutritional-habits .inner .text-box .text > * {
  position: relative;
  z-index: 1;
}
.mv-block .nutritional-habits .inner .text-box .text p {
  font-size: 26px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  line-height: 2.6602636535;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mv-block .nutritional-habits .inner .text-box .text p {
    font-size: 3.466vw;
    line-height: 2.6605054696;
  }
}
.mv-block .nutritional-habits .inner .text-box .text p .logo {
  line-height: 1;
  display: inline-block;
  width: 113px;
  margin: 0 7px;
}
@media screen and (max-width: 767px) {
  .mv-block .nutritional-habits .inner .text-box .text p .logo {
    width: 13.866vw;
  }
}
.mv-block .nutritional-habits .inner .text-box .text p span {
  color: #f7f4a2;
}
.mv-block .nutritional-habits .inner .text-box .text p sup {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .mv-block .nutritional-habits .inner .text-box .text p sup {
    font-size: 2.101vw;
  }
}
.mv-block .nutritional-habits .inner .text-box .attention {
  font-size: 12px;
  color: #FFF;
  padding-top: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv-block .nutritional-habits .inner .text-box .attention {
    font-size: 2vw;
    width: 84%;
    line-height: 1.8666666667;
    margin: auto;
  }
}
.mv-block .nutritional-habits .inner .text-box .attention::before {
  content: "";
  display: block;
  position: absolute;
  left: 20%;
  top: 102px;
  width: 18px;
  height: 20px;
  background-image: url("../img/nutritional-habits-star01.png");
  background-size: cover;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .mv-block .nutritional-habits .inner .text-box .attention::before {
    left: initial;
    top: initial;
    right: 23.5%;
    bottom: -10%;
    width: 2vw;
    height: 2.133vw;
  }
}
.mv-block .nutritional-habits .inner .text-box .attention::after {
  content: "";
  display: block;
  position: absolute;
  right: 19.5%;
  top: 10px;
  width: 25px;
  height: 33px;
  background-image: url("../img/nutritional-habits-star02.png");
  background-size: cover;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .mv-block .nutritional-habits .inner .text-box .attention::after {
    top: initial;
    right: 12%;
    bottom: -8%;
    width: 2.8vw;
    height: 3.733vw;
  }
}
.mv-block .nutritional-habits .inner .text-box .attention ul {
  display: inline-block;
  text-align: left;
}

.content .introduction-block .curve-mask {
  position: relative;
  top: -4vw;
  aspect-ratio: 1440/60;
  background-color: #FFF;
  -webkit-mask-image: url("../img/curve.svg");
          mask-image: url("../img/curve.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.content .introduction-block {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .content .introduction-block {
    padding-bottom: 15%;
  }
}
.content .introduction-block .inner {
  width: 100%;
  max-width: 1360px;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .content .introduction-block .inner {
    padding: 0 4.6%;
  }
}
.content .introduction-block .inner .introduction .main-ttl {
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .content .introduction-block .inner .introduction .main-ttl {
    margin-top: -55px;
    max-width: 80.164vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.content .introduction-block .inner .introduction .illust-space {
  max-width: 1244px;
  margin: auto;
  margin-top: -13px;
}
@media screen and (max-width: 767px) {
  .content .introduction-block .inner .introduction .illust-space {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.content .introduction-block .inner .introduction .lineup {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .content .introduction-block .inner .introduction .lineup {
    margin-top: 11.5%;
  }
}
.content .introduction-block .inner .introduction .lineup .ttl {
  max-width: 348px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .content .introduction-block .inner .introduction .lineup .ttl {
    max-width: 59.636vw;
  }
}
.content .introduction-block .inner .introduction .lineup .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 33px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .content .introduction-block .inner .introduction .lineup .list {
    display: block;
    margin-top: 6%;
    padding: 0 4%;
  }
}
.content .introduction-block .inner .introduction .lineup .list .item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .content .introduction-block .inner .introduction .lineup .list .item {
    margin-bottom: 7%;
  }
}
.content .introduction-block .inner .introduction .lineup .list .item p {
  position: absolute;
  top: 45px;
  left: 30px;
  color: #FFF;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3684210526;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .content .introduction-block .inner .introduction .lineup .list .item p {
    font-size: 1.454vw;
    top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .content .introduction-block .inner .introduction .lineup .list .item p {
    font-size: 3.941vw;
    top: 24%;
    left: 6%;
  }
}
.content .introduction-block .inner .introduction .illust-space02 {
  position: relative;
  max-width: 900px;
  margin: auto;
  margin-top: 95px;
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .content .introduction-block .inner .introduction .illust-space02 {
    max-width: 92.5%;
    margin-top: 19%;
    margin-bottom: 20%;
  }
}
.content .introduction-block .inner .introduction .illust-space02::before, .content .introduction-block .inner .introduction .illust-space02::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  z-index: 5;
}
.content .introduction-block .inner .introduction .illust-space02::before {
  left: -550px;
  top: -30px;
  width: 573px;
  height: 522px;
  background-image: url("../img/illust-space02-obj01.png");
}
.content .introduction-block .inner .introduction .illust-space02::after {
  right: -390px;
  top: 65px;
  width: 333px;
  height: 357px;
  background-image: url("../img/illust-space02-obj02.png");
}
.content .introduction-block .inner .introduction .onlineshop-box {
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  .content .introduction-block .inner .introduction .onlineshop-box {
    margin: 10% 0;
  }
}
.content .introduction-block .inner .introduction .onlineshop-box .onlineshop-box-ttl {
  max-width: 770px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .content .introduction-block .inner .introduction .onlineshop-box .onlineshop-box-ttl {
    max-width: 81.995vw;
  }
}
.content .introduction-block .inner .introduction .onlineshop-box .onlineshop-box-link {
  max-width: 900px;
  margin: auto;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .content .introduction-block .inner .introduction .onlineshop-box .onlineshop-box-link {
    margin-top: 5%;
  }
}
.content .point-block {
  background-color: #f7dcbc;
  background-image: url("../img/bg.png");
  background-repeat: repeat;
}
.content .point-block .curve-mask {
  position: relative;
  top: -4vw;
  aspect-ratio: 1440/60;
  background-color: #f7dcbc;
  background-image: url("../img/bg.png");
  background-size: cover;
  background-repeat: repeat;
  -webkit-mask-image: url("../img/curve.svg");
          mask-image: url("../img/curve.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.content .point-block {
  padding-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .content .point-block {
    padding-bottom: 15%;
  }
}
.content .point-block .inner {
  width: 100%;
  max-width: 1360px;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .content .point-block .inner {
    padding: 0 4.6%;
  }
}
.content .point-block .inner .point .main-ttl {
  max-width: 1228px;
  margin: auto;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .content .point-block .inner .point .main-ttl {
    width: 118.109vw;
    max-width: initial;
    margin-left: -11.6vw;
    margin-top: 9vw;
  }
}
.content .point-block .inner .point .point-box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .content .point-block .inner .point .point-box {
    margin-top: 5%;
  }
}
.content .point-block .inner .point .point-box .d-flex {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .content .point-block .inner .point .point-box .d-flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .content .point-block .inner .point .point-box .d-flex .text {
    text-align: center;
  }
}
.content .point-block .inner .point .point-box .d-flex .text .ttl {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.5789473684;
}
@media screen and (max-width: 767px) {
  .content .point-block .inner .point .point-box .d-flex .text .ttl {
    font-size: 5.866vw;
  }
}
.content .point-block .inner .point .point-box .d-flex .text .lead {
  font-size: 19px;
  line-height: 1.8421052632;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .content .point-block .inner .point .point-box .d-flex .text .lead {
    font-size: 3.866vw;
    margin-top: 2%;
  }
}
.content .point-block .inner .point .point-box .d-flex .icons {
  display: flex;
  justify-content: space-between;
  flex: 1;
  margin-left: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .content .point-block .inner .point .point-box .d-flex .icons {
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .content .point-block .inner .point .point-box .d-flex .icons {
    margin-left: 0;
    flex-wrap: wrap;
    margin-top: 7%;
  }
}
.content .point-block .inner .point .point-box .d-flex .icons .item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content .point-block .inner .point .point-box .d-flex .icons .item {
    width: 50%;
  }
  .content .point-block .inner .point .point-box .d-flex .icons .item:first-child {
    width: 100%;
    margin-bottom: 8%;
  }
}
.content .point-block .inner .point .point-box .d-flex .icons .item .icon {
  width: 110px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .content .point-block .inner .point .point-box .d-flex .icons .item .icon {
    width: 28.8vw;
  }
}
.content .point-block .inner .point .point-box .d-flex .icons .item .ttl {
  font-size: 23px;
  font-weight: 600;
  margin: 9px 0;
}
@media screen and (max-width: 767px) {
  .content .point-block .inner .point .point-box .d-flex .icons .item .ttl {
    font-size: 4.3vw;
    margin: 6px 0;
  }
}
.content .point-block .inner .point .point-box .d-flex .icons .item .lead {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .content .point-block .inner .point .point-box .d-flex .icons .item .lead {
    font-size: 3.172vw;
  }
}
.content .point-block .inner .point .point-box .d-flex .image {
  width: 100%;
  max-width: 638px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .content .point-block .inner .point .point-box .d-flex .image {
    max-width: 94%;
    margin: auto;
    margin-top: 5%;
  }
}
.content .point-block .inner .point .point-box .point-ttl {
  max-width: 717px;
  margin: auto;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .content .point-block .inner .point .point-box .point-ttl {
    margin-top: 13%;
  }
}
.content .point-block .inner .point .point-box .sub-lead {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.5789473684;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .content .point-block .inner .point .point-box .sub-lead {
    font-size: 5.866vw;
    margin-top: 8%;
  }
}
.content .point-block .inner .point .point-box .sub-lead sup {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .content .point-block .inner .point .point-box .sub-lead sup {
    font-size: 2.182vw;
  }
}
.content .point-block .inner .point .graph {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .content .point-block .inner .point .graph {
    margin-top: 5%;
  }
}
.content .point-block .inner .point .attention {
  font-size: 12px;
  line-height: 1.6666666667;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .content .point-block .inner .point .attention {
    font-size: 2vw;
    line-height: 1.8666666667;
    margin-top: 6%;
  }
}
.content .point-block .inner .point .attention span {
  font-weight: 700;
}
.content .product-block {
  background-color: #fbf5e5;
  background-image: url("../img/bg.png");
  background-repeat: repeat;
}
.content .product-block .curve-mask {
  position: relative;
  top: -4vw;
  aspect-ratio: 1440/60;
  background-color: #fbf5e5;
  background-image: url("../img/bg.png");
  background-size: cover;
  background-repeat: repeat;
  -webkit-mask-image: url("../img/curve.svg");
          mask-image: url("../img/curve.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.content .product-block {
  padding-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .content .product-block {
    padding-bottom: 11%;
  }
}
.content .product-block .inner {
  width: 100%;
  max-width: 1360px;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner {
    padding: 0 4.6%;
  }
}
.content .product-block .inner .product .main-ttl {
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .main-ttl {
    width: 111.476vw;
    margin-left: -7vw;
    margin-top: -8%;
  }
}
.content .product-block .inner .product .list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list {
    margin-top: 6%;
  }
}
.content .product-block .inner .product .list .product-item {
  position: relative;
  z-index: 0;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 42px 0;
  margin-bottom: 115px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item {
    display: block;
    padding: 10% 0 7%;
    width: 92%;
    margin: auto;
    margin-bottom: 17%;
  }
}
.content .product-block .inner .product .list .product-item .obj::before, .content .product-block .inner .product .list .product-item .obj::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  z-index: 5;
}
.content .product-block .inner .product .list .product-item .text {
  color: #FFF;
  flex: 1;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item .text {
    margin-right: 0;
  }
}
.content .product-block .inner .product .list .product-item .text .head {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item .text .head {
    font-size: 3.466vw;
  }
}
.content .product-block .inner .product .list .product-item .text .name {
  margin: 25px 0;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item .text .name {
    margin: 4% 0;
  }
}
.content .product-block .inner .product .list .product-item .text .lead {
  font-size: 22px;
  line-height: 1.9545454545;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item .text .lead {
    font-size: 4vw;
    text-align: center;
    line-height: 1.8333333333;
    margin-bottom: 5%;
  }
}
.content .product-block .inner .product .list .product-item .text .attention {
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item .text .attention {
    font-size: 2vw;
    margin-left: 10.5%;
  }
}
.content .product-block .inner .product .list .product-item .info .detail {
  max-width: 541px;
  margin-top: -70px;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item .info .detail {
    max-width: 100%;
    margin-top: 0;
  }
}
.content .product-block .inner .product .list .product-item.--cookie {
  --bg: #c9a18b;
  background-color: var(--bg);
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item.--cookie {
    padding-right: 0;
  }
}
.content .product-block .inner .product .list .product-item.--cookie .obj::before {
  width: 257px;
  height: 204px;
  background-image: url("../img/product-obj01-1.png");
  left: 375px;
  top: -65px;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item.--cookie .obj::before {
    width: 34.352vw;
    height: 27.245vw;
    left: initial;
    top: -32px;
    right: -12px;
  }
}
.content .product-block .inner .product .list .product-item.--cookie .obj::after {
  width: 406px;
  height: 297px;
  background-image: url("../img/product-obj01-2.png");
  left: 400px;
  bottom: -115px;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item.--cookie .obj::after {
    width: 75.468vw;
    height: 55.2vw;
    left: 4vw;
    top: 43%;
  }
}
.content .product-block .inner .product .list .product-item.--cookie .name {
  max-width: 467px;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item.--cookie .info {
    margin-top: 45%;
  }
}
.content .product-block .inner .product .list .product-item.--pound {
  --bg: #fac03d;
  background-color: var(--bg);
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item.--pound {
    padding-left: 0;
  }
}
.content .product-block .inner .product .list .product-item.--pound .obj::before {
  width: 302px;
  height: 201px;
  background-image: url("../img/product-obj02-1.png");
  right: -75px;
  top: -80px;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item.--pound .obj::before {
    width: 40.335vw;
    height: 26.85vw;
    right: -11px;
    top: -25px;
  }
}
.content .product-block .inner .product .list .product-item.--pound .obj::after {
  width: 327px;
  height: 229px;
  background-image: url("../img/product-obj02-2.png");
  right: -60px;
  bottom: -60px;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item.--pound .obj::after {
    background-image: url("../img/product-obj02-2-sp.png");
    width: 72.279vw;
    height: 32.512vw;
    right: 8vw;
    top: 49%;
  }
}
.content .product-block .inner .product .list .product-item.--pound .name {
  max-width: 479px;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item.--pound .name {
    max-width: 95%;
    margin: 14% auto 5%;
  }
}
.content .product-block .inner .product .list .product-item.--pound .text {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item.--pound .text {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item.--pound .lead {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item.--pound .info {
    margin-top: 39%;
  }
}
.content .product-block .inner .product .list .product-item.--wafer {
  --bg: #71c7d6;
  background-color: var(--bg);
  padding-right: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item.--wafer {
    padding-right: 0;
    margin-bottom: 5%;
  }
}
.content .product-block .inner .product .list .product-item.--wafer .obj::before {
  width: 290px;
  height: 177px;
  background-image: url("../img/product-obj03-1.png");
  left: 360px;
  top: -60px;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item.--wafer .obj::before {
    width: 38.697vw;
    height: 23.697vw;
    left: initial;
    right: -30px;
    top: -14px;
  }
}
.content .product-block .inner .product .list .product-item.--wafer .obj::after {
  width: 708px;
  height: 327px;
  background-image: url("../img/product-obj03-2.png");
  left: 340px;
  bottom: -160px;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item.--wafer .obj::after {
    background-image: url("../img/product-obj03-2-sp.png");
    width: 103.546vw;
    height: 65.482vw;
    left: -6vw;
    bottom: initial;
    top: 44%;
  }
}
.content .product-block .inner .product .list .product-item.--wafer .name {
  max-width: 469px;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item.--wafer .name {
    margin: 6% 0;
  }
}
.content .product-block .inner .product .list .product-item.--wafer .info {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item.--wafer .info {
    margin-top: 42%;
  }
}
.content .product-block .inner .product .list .product-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: 0;
  background: var(--bg);
  z-index: -1;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item::before {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    left: 0;
  }
}
.content .product-block .inner .product .list .product-item:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item:nth-child(2) {
    flex-direction: column;
  }
}
.content .product-block .inner .product .list .product-item:nth-child(2)::before {
  left: 0;
  right: calc(50% - 50vw);
}
.content .product-block .inner .product .list .product-item-attention {
  font-size: 12px;
  line-height: 1.6666666667;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .list .product-item-attention {
    font-size: 2vw;
    text-align: left;
  }
}
.content .product-block .inner .product .voice-box {
  background-image: url("../img/bg-voice.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  aspect-ratio: 2562/1173;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px;
  margin-top: 90px;
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .voice-box {
    aspect-ratio: 618/1368;
    background-image: url("../img/bg-voice-sp.png");
    padding: 12% 9% 16%;
    width: 93%;
    margin: auto;
    margin-top: 8%;
  }
}
.content .product-block .inner .product .voice-box .ttl {
  width: 100%;
  max-width: 248px;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .content .product-block .inner .product .voice-box .ttl {
    width: 16.848vw;
    margin: 0 auto 3%;
  }
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .voice-box .ttl {
    max-width: 33.181vw;
  }
}
.content .product-block .inner .product .voice-box .d-flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .voice-box .d-flex {
    flex-direction: column;
  }
}
.content .product-block .inner .product .voice-box .d-flex .image {
  width: 265px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .content .product-block .inner .product .voice-box .d-flex .image {
    width: 16.06vw;
  }
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .voice-box .d-flex .image {
    width: 33.367vw;
    margin: 10% 0 7%;
  }
}
.content .product-block .inner .product .voice-box .d-flex .text {
  flex: 1;
  color: #FFF;
  font-size: 24px;
  margin-left: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .content .product-block .inner .product .voice-box .d-flex .text {
    font-size: 1.696vw;
    margin-left: 4.242vw;
  }
}
@media screen and (max-width: 767px) {
  .content .product-block .inner .product .voice-box .d-flex .text {
    font-size: 3.733vw;
    margin-left: 0;
    line-height: 1.8571428571;
  }
}
.content .product-lineup-block .curve-mask {
  position: relative;
  top: -4vw;
  aspect-ratio: 1440/60;
  background-color: #FFF;
  -webkit-mask-image: url("../img/curve.svg");
          mask-image: url("../img/curve.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.content .product-lineup-block {
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .content .product-lineup-block {
    padding-bottom: 19%;
  }
}
.content .product-lineup-block .inner {
  width: 100%;
  max-width: 1360px;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .content .product-lineup-block .inner {
    padding: 0 4.6%;
  }
}
.content .product-lineup-block .inner .product-lineup .main-ttl {
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .content .product-lineup-block .inner .product-lineup .main-ttl {
    width: 111.476vw;
    margin-left: -7vw;
    margin-top: 3%;
  }
}
.content .product-lineup-block .inner .product-lineup .product-image {
  max-width: 970px;
  margin: auto;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .content .product-lineup-block .inner .product-lineup .product-image {
    margin-top: 10%;
  }
}
.content .product-lineup-block .inner .product-lineup .onlineshop-box {
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  .content .product-lineup-block .inner .product-lineup .onlineshop-box {
    margin: 10% 0;
  }
}
.content .product-lineup-block .inner .product-lineup .onlineshop-box .onlineshop-box-ttl {
  max-width: 770px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .content .product-lineup-block .inner .product-lineup .onlineshop-box .onlineshop-box-ttl {
    max-width: 81.995vw;
  }
}
.content .product-lineup-block .inner .product-lineup .onlineshop-box .onlineshop-box-link {
  max-width: 900px;
  margin: auto;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .content .product-lineup-block .inner .product-lineup .onlineshop-box .onlineshop-box-link {
    margin-top: 5%;
  }
}
.content .qa-block {
  background-color: #fbf5e5;
  background-image: url("../img/bg.png");
  background-repeat: repeat;
}
.content .qa-block .curve-mask {
  position: relative;
  top: -4vw;
  aspect-ratio: 1440/60;
  background-color: #fbf5e5;
  background-image: url("../img/bg.png");
  background-size: cover;
  background-repeat: repeat;
  -webkit-mask-image: url("../img/curve.svg");
          mask-image: url("../img/curve.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.content .qa-block {
  padding-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .content .qa-block {
    padding-bottom: 20%;
  }
}
.content .qa-block .inner {
  width: 100%;
  max-width: 1360px;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .content .qa-block .inner {
    padding: 0 4.6%;
  }
}
.content .qa-block .inner .qa .main-ttl {
  max-width: 185px;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .content .qa-block .inner .qa .main-ttl {
    max-width: 24.731vw;
    margin: 7% auto 14%;
  }
}
.content .qa-block .inner .qa .list {
  border-top: 1px solid #40220f;
  padding: 60px 40px 15px;
}
@media screen and (max-width: 767px) {
  .content .qa-block .inner .qa .list {
    padding: 8% 0;
  }
}
.content .qa-block .inner .qa .list:last-child {
  border-bottom: 1px solid #40220f;
}
.content .qa-block .inner .qa .list .qa-ttl {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .content .qa-block .inner .qa .list .qa-ttl {
    font-size: 3.466vw;
  }
}
.content .qa-block .inner .qa .list dl {
  margin: 30px 0 55px;
}
@media screen and (max-width: 767px) {
  .content .qa-block .inner .qa .list dl {
    margin: 5% 0 7%;
  }
}
.content .qa-block .inner .qa .list dl dt, .content .qa-block .inner .qa .list dl dd {
  display: flex;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .content .qa-block .inner .qa .list dl dt, .content .qa-block .inner .qa .list dl dd {
    font-size: 3.466vw;
  }
}
.content .qa-block .inner .qa .list dl dt span, .content .qa-block .inner .qa .list dl dd span {
  color: #f18e1d;
  font-size: 48px;
  line-height: 1;
  width: 60px;
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .content .qa-block .inner .qa .list dl dt span, .content .qa-block .inner .qa .list dl dd span {
    font-size: 6.385vw;
    width: 10vw;
  }
}
.content .qa-block .inner .qa .list dl dt p, .content .qa-block .inner .qa .list dl dd p {
  padding-top: 10px;
  padding-left: 25px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .content .qa-block .inner .qa .list dl dt p, .content .qa-block .inner .qa .list dl dd p {
    padding-top: 6px;
    padding-left: 13px;
  }
}
.content .qa-block .inner .qa .list dl dt {
  font-weight: 400;
}
.content .qa-block .inner .qa .list dl dd {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .content .qa-block .inner .qa .list dl dd {
    margin-top: 2%;
  }
}

.prodlink .curve-mask {
  position: relative;
  top: -4vw;
  aspect-ratio: 1440/60;
  background-color: #FFF;
  -webkit-mask-image: url("../img/curve.svg");
          mask-image: url("../img/curve.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.toTop {
  width: 65px;
  height: 65px;
  background-color: rgb(119, 57, 27);
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 102;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .toTop {
    width: 11.333vw;
    height: 11.333vw;
    bottom: 20px;
    right: 20px;
  }
}
.toTop.is-active {
  opacity: 1;
}
.toTop::before {
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f106";
  font-size: 35px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
@media screen and (max-width: 767px) {
  .toTop::before {
    font-size: 7.333vw;
  }
}