@charset "UTF-8";
/*
buildOutputFile: 'style';
*/
:root {
  --primaryColor:#EB612A;
  --linkColor:#D6362A;
  --bgColor:#FFFFFF;
  --borderColor:#CCCCCC;
  --secondaryBorderColor:#EEEEEE;
  --secondaryBgColor:#F8F8F8;
  --tertiaryBgColor:#222;
  --fontColor: #222;
  --secondaryFontColor: #a87e4a;
  --tertiaryFontColor:#b89263;
  --alertColor:#EF4F4F;
  --alertBgColor:#FFEFEF;
  --lpBgColor:#FCF0E7;
  --w:1200px;
  --widthXL:1500px;
  --widthLG:1280px;
  --widthTab:769px;
  --font-go-base: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  --font-mi-base: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho","YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --font-ibm: "IBM Plex Serif";
  --pcHeaderHeight:90px;
  --spHeaderHeight:60px;
  --spCateNaviHeight:50px;
}

html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, select, main, address, span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 140%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  box-sizing: border-box;
}

a, span, details, summary {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: inherit;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  backface-visibility: hidden;
}

html {
  scroll-padding-top: 94px;
}

body {
  font-size: 1rem;
  color: var(--fontColor);
  font-family: var(--font-go-base);
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}

@media (max-width: 1279px) {
  .for-pc {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .for-pc-tab {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .for-tab {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .for-tab {
    display: none !important;
  }
}

@media (min-width: 1500px) {
  .for-md-sp {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .for-tab-sp {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .for-sp {
    display: none !important;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

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

a {
  text-decoration: none;
  transition: all 0.2s;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

ol {
  padding-left: 1.25rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

button {
  font-family: var(--font-go-base);
}

.u-text--head {
  color: #222222 !important;
  font-size: 24px !important;
  font-family: inherit;
}

.u-color--head {
  color: #222222 !important;
}

.u-text--subhead {
  color: #222222 !important;
  font-size: 17px !important;
  font-family: inherit;
}

.u-text--body {
  color: #222222 !important;
  font-size: 14px !important;
  font-family: inherit;
}

.u-color--body {
  color: #222222 !important;
}

.u-text--strong {
  color: #222222 !important;
  font-size: 14px !important;
  font-family: inherit;
}

.u-text--link {
  color: #222 !important;
  font-size: 14px !important;
  font-family: inherit;
}

.u-text--head--overlay {
  color: #FFFFFF !important;
  font-size: 24px !important;
  font-family: inherit;
}

.u-text--subhead--overlay {
  color: #FFFFFF !important;
  font-size: 17px !important;
  font-family: inherit;
}

.u-text--body--overlay {
  color: #FFFFFF !important;
  font-size: 14px !important;
  font-family: inherit;
}

.u-text--color--overlay {
  color: #FFFFFF !important;
}

.u-color__btn--bg {
  background: #4e4a46 !important;
  background: linear-gradient(to right, #4e4a46 0%, #7a746e 100%) !important;
}

.u-color__btn--bg--overlay {
  background: #4e4a46 !important;
}

.u-color__btn--bg--reverse {
  background: #FFFFFF !important;
}

.u-color__btn--bg--overlay--reverse {
  background: #FFFFFF !important;
}

.u-color__btn {
  color: #386F81 !important;
}

.u-text--btn {
  color: #FFFFFF !important;
  font-size: 13px !important;
  font-family: inherit;
  max-width: 420px;
  height: auto;
  aspect-ratio: 420/80;
  border-radius: 50px;
  font-size: 18px !important;
  font-weight: 500;
}
@media (max-width: 768px) {
  .u-text--btn {
    font-size: 16px !important;
  }
}
.u-text--btn:hover {
  opacity: 0.8;
}

.u-text--btn--overlay {
  color: #FFFFFF !important;
  font-size: 13px !important;
  font-family: inherit;
}

.u-text--btn--reverse {
  color: #386F81 !important;
  font-size: 13px !important;
  font-family: inherit;
  border: 1px solid #BDC1C2 !important;
}

.u-text--btn--overlay--reverse {
  color: #386F81 !important;
  font-size: 13px !important;
  font-family: inherit;
  border: 1px solid #BDC1C2 !important;
}

.u-color__btn--text {
  color: #FFFFFF !important;
}

.u-color__btn--text--bg {
  background: #FFFFFF !important;
}

.u-text--input {
  color: #222 !important;
  font-size: 14px !important;
  font-family: inherit;
}

.u-color--input {
  color: #9A9A9A !important;
}

.u-color__input--bg {
  background: #FFFFFF !important;
}

.u-color__border--input {
  border-color: #d3d3d3 !important;
}

.u-color__bg--base {
  background: #FFFFFF !important;
}

.u-color__bg--main {
  background: #FFFFFF !important;
}

.u-color__border--border {
  border-color: #D8DDDF !important;
}

.u-color__border--main {
  border-color: #D8DDDF !important;
}

.u-font--head {
  font-size: 24px !important;
  font-family: inherit;
}

.u-font--subhead {
  font-size: 17px !important;
  font-family: inherit;
}

.u-font--body {
  font-size: 13px !important;
  font-family: inherit;
}

.u-font--bold {
  font-weight: bold;
}

.c-product_info__details__icon::before,
.c-product_info__details__icon::after {
  background: #222222 !important;
}

.c-product_item__actions .c-product_item__form--favorite {
  display: inline-block;
}

.c-product_item__actions .c-product_item__form--cart {
  display: none;
}

/*================ Fonts ================*/
/*================ Headings ================*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: inherit;
}

/*================ Variables ================*/
:root {
  --color-text-head: #222222;
  --color-text-body: #222222;
  --color-text-overlay: #FFFFFF;
  --color-text-link: #386F81;
  --color-btn-bg: #386F81;
  --color-btn-text: #FFFFFF;
  --color-input-text: #9A9A9A;
  --color-input-border: #BDC1C2;
  --color-page-bg: #FFFFFF;
  --color-page-border: #D8DDDF;
  --color-page-accent: #386F81;
  --font-size-text-head: 24px;
  --font-size-text-subhead: 17px;
  --font-size-text-body: 13px;
  --font-size-text-link: 13px;
  --font-family-text-head: inherit;
  --font-family-text-subhead: inherit;
  --font-family-text-body: inherit;
}

.c-steps_to_order--theme {
  --theme-color: var(--color-btn-bg) !important;
  --text-color: var(--color-btn-text) !important;
}

.p-movie--theme {
  --theme-color: var(--color-btn-bg);
}

@media (max-width: 768px) {
  .u-margin__top--60 {
    margin-top: min(8vw, 60px);
  }
}

@media (max-width: 768px) {
  .u-margin__bottom--100 {
    margin-bottom: min(13.3333333333vw, 100px);
  }
}

.l-container {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .l-container {
    padding-top: min(8vw, 60px);
    padding-bottom: min(13.3333333333vw, 100px);
  }
}

.p-page_header {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 719px) {
  .p-page_header {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-account_form__inner {
  max-width: 880px;
  border-top: 1px solid #dddcd6;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .p-account_form__inner {
    padding-top: 8%;
  }
}
.p-account_form__inner .p-contact__head {
  display: none;
}

.c-form_table > tbody > tr > th {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  font-size: 1em !important;
  padding: 25px 20px 15px 0;
  white-space: wrap;
}
@media screen and (max-width: 719px) {
  .c-form_table > tbody > tr > th {
    gap: 0.75em;
    padding: 20px 0 10px 0;
    margin-bottom: 0;
  }
}
.c-form_table > tbody > tr > td {
  width: 62%;
  padding: 15px 0;
}
@media screen and (max-width: 719px) {
  .c-form_table > tbody > tr > td {
    width: 100%;
    padding: 10px 0;
  }
}
.c-form_table span.u-color__text--alert {
  display: inline-flex;
  flex: 0 0 auto;
  width: 62px;
  height: 30px;
  background: #4e4a46;
  color: #FFF;
  border-radius: 15px;
  font-size: 0.75rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 719px) {
  .c-form_table span.u-color__text--alert {
    width: 54px;
    height: 26px;
  }
}

.c-form_table--confirm {
  margin: 0;
}

.c-form_table--confirm > tbody > tr {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

@media screen and (max-width: 719px) {
  .c-form_table--confirm > tbody > tr {
    padding-bottom: 20px;
  }
}
.c-form_table--confirm > tbody > tr > th {
  padding: 20px 20px 20px 10px;
}

@media screen and (max-width: 719px) {
  .c-form_table--confirm > tbody > tr > th {
    padding: 0;
    margin-bottom: 10px;
  }
}
.c-form_table--confirm > tbody > tr > td {
  font-size: 14px;
  padding: 20px 10px 10px 0;
}

@media screen and (max-width: 719px) {
  .c-form_table--confirm > tbody > tr > td {
    font-size: 14px;
  }
}
@media screen and (max-width: 719px) {
  .c-form_table--confirm > tbody > tr > td {
    padding: 0;
  }
}
.c-form_table > tbody > tr > td input[type=text],
.c-form_table--confirm > tbody > tr > td input[type=text],
.c-form_table > tbody > tr > td input[type=email],
.c-form_table--confirm > tbody > tr > td input[type=email],
.c-form_table > tbody > tr > td input[type=tel],
.c-form_table--confirm > tbody > tr > td input[type=tel],
.c-form_table > tbody > tr > td input[type=number],
.c-form_table--confirm > tbody > tr > td input[type=number],
.c-form_table > tbody > tr > td input[type=password],
.c-form_table--confirm > tbody > tr > td input[type=password] {
  width: 100%;
  height: 48px;
  font-size: 16px;
  padding: 0 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}

@media screen and (max-width: 719px) {
  .c-form_table > tbody > tr > td input[type=text],
  .c-form_table--confirm > tbody > tr > td input[type=text],
  .c-form_table > tbody > tr > td input[type=email],
  .c-form_table--confirm > tbody > tr > td input[type=email],
  .c-form_table > tbody > tr > td input[type=tel],
  .c-form_table--confirm > tbody > tr > td input[type=tel],
  .c-form_table > tbody > tr > td input[type=number],
  .c-form_table--confirm > tbody > tr > td input[type=number],
  .c-form_table > tbody > tr > td input[type=password],
  .c-form_table--confirm > tbody > tr > td input[type=password] {
    font-size: 16px;
  }
}
@media screen and (max-width: 719px) {
  .c-form_table > tbody > tr > td input[type=text],
  .c-form_table--confirm > tbody > tr > td input[type=text],
  .c-form_table > tbody > tr > td input[type=email],
  .c-form_table--confirm > tbody > tr > td input[type=email],
  .c-form_table > tbody > tr > td input[type=tel],
  .c-form_table--confirm > tbody > tr > td input[type=tel],
  .c-form_table > tbody > tr > td input[type=number],
  .c-form_table--confirm > tbody > tr > td input[type=number],
  .c-form_table > tbody > tr > td input[type=password],
  .c-form_table--confirm > tbody > tr > td input[type=password] {
    padding: 0 15px;
  }
}
.c-form_table > tbody > tr > td input[type=text]::-webkit-input-placeholder,
.c-form_table--confirm > tbody > tr > td input[type=text]::-webkit-input-placeholder,
.c-form_table > tbody > tr > td input[type=email]::-webkit-input-placeholder,
.c-form_table--confirm > tbody > tr > td input[type=email]::-webkit-input-placeholder,
.c-form_table > tbody > tr > td input[type=tel]::-webkit-input-placeholder,
.c-form_table--confirm > tbody > tr > td input[type=tel]::-webkit-input-placeholder,
.c-form_table > tbody > tr > td input[type=number]::-webkit-input-placeholder,
.c-form_table--confirm > tbody > tr > td input[type=number]::-webkit-input-placeholder,
.c-form_table > tbody > tr > td input[type=password]::-webkit-input-placeholder,
.c-form_table--confirm > tbody > tr > td input[type=password]::-webkit-input-placeholder {
  opacity: 0.4;
}

.c-form_table > tbody > tr > td textarea, .c-form_table--confirm > tbody > tr > td textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}

@media screen and (max-width: 719px) {
  .c-form_table > tbody > tr > td textarea, .c-form_table--confirm > tbody > tr > td textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 719px) {
  .c-form_table > tbody > tr > td textarea, .c-form_table--confirm > tbody > tr > td textarea {
    padding: 6 15px;
  }
}
.c-form_table > tbody > tr > td textarea::-webkit-input-placeholder, .c-form_table--confirm > tbody > tr > td textarea::-webkit-input-placeholder {
  opacity: 0.4;
}

.c-form_table__select {
  position: relative;
}

.c-form_table__select:after {
  content: "\e901";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  transform: rotate(90deg);
  pointer-events: none;
}

.c-form_table__select > * {
  width: 100%;
  height: 48px;
  font-size: 16px;
  padding: 0 40px 0 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}

@media screen and (max-width: 719px) {
  .c-form_table__select > * {
    font-size: 16px;
  }
}
@media screen and (max-width: 719px) {
  .c-form_table__select > * {
    padding: 0 40px 0 15px;
  }
}
.p-page_table__inner {
  max-width: 1000px;
}
.p-page_table__inner .c-table tbody tr {
  border-color: #dddcd6 !important;
}
.p-page_table__inner .c-table tbody tr:first-child {
  border-top: none;
}
.p-page_table__inner .c-table tbody tr th {
  font-size: 1em !important;
  padding: 36px 36px 36px 10px;
}
@media (max-width: 768px) {
  .p-page_table__inner .c-table tbody tr th {
    font-size: 15px !important;
    font-weight: 500;
    padding: 10px 0 10px;
  }
}
.p-page_table__inner .c-table tbody tr td {
  font-size: 1em !important;
  padding: 36px 10px;
}
@media (max-width: 768px) {
  .p-page_table__inner .c-table tbody tr td {
    font-size: 14px !important;
    padding: 0 0 10px;
  }
}

.p-page_content__inner {
  max-width: 1000px;
}
.p-page_content__inner > ul > li {
  border-bottom: 1px solid #dddcd6;
  padding-bottom: 30px;
}
.p-page_content__inner > ul > li:not(:last-child) {
  margin-bottom: 50px;
}
.p-page_content__inner h2 {
  font-size: 18px !important;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.p-page_content__inner pre, .p-page_content__inner p {
  line-height: 1.8;
}

.p-mypage .p-mypage__name {
  border-bottom: 1px solid #dddcd6;
  padding: 30px 0 40px 10px;
  font-size: 20px !important;
  font-weight: 700;
}

.c-account_menu__logout {
  border-radius: 50px;
  background: linear-gradient(to right, #4e4a46 0%, #7a746e 100%);
}
.c-account_menu__logout::before {
  content: none;
}
.c-account_menu__logout .u-text--btn {
  aspect-ratio: inherit;
  font-size: 14px !important;
}

.p-account__inner__content__title {
  border-bottom: 1px solid #dddcd6;
  padding-bottom: 20px;
  padding-left: 10px;
  font-size: 20px !important;
  font-weight: 700;
}
#customers-view .p-account__inner__content__title {
  margin-top: 14px;
}
@media screen and (max-width: 719px) {
  #customers-view .p-account__inner__content__title {
    margin-top: 60px;
  }
}

.p-mypage__block .p-mypage__block__title {
  font-size: 20px !important;
  font-weight: 700;
}

.p-mypage__block__subscription__item__btn {
  max-width: 140px;
  font-size: 14px !important;
  aspect-ratio: 140/40;
  border-radius: 0;
}

.c-button.--primary,
.c-button.--colorized {
  background: linear-gradient(to right, #4e4a46 0%, #7a746e 100%);
}

.c-article_nav .c-article_nav__inner {
  gap: 15px;
}
@media (max-width: 768px) {
  .c-article_nav .c-article_nav__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.c-article_nav .c-article_nav__inner__back,
.c-article_nav .c-article_nav__inner__prev,
.c-article_nav .c-article_nav__inner__next {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 140/40;
  max-width: 200px;
  width: 100%;
  text-decoration: none;
  flex: 0 1 auto;
}
.c-article_nav .c-article_nav__inner__prev {
  margin-right: 0;
}
@media (max-width: 768px) {
  .c-article_nav .c-article_nav__inner__prev {
    width: 47%;
  }
}
.c-article_nav .c-article_nav__inner__center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .c-article_nav .c-article_nav__inner__center {
    width: 47%;
    order: 3;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .c-article_nav .c-article_nav__inner__back {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .c-article_nav .c-article_nav__inner__next {
    width: 47%;
  }
}

.p-column_header__panel {
  padding: 0;
}

.p-column_header__panel__inner {
  max-width: 720px;
  padding: 40px 0 0;
}
@media (max-width: 768px) {
  .p-column_header__panel__inner {
    padding: 20px 20px 0;
  }
}

.p-page_article {
  padding: 0;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-page_article {
    padding: 0 20px;
  }
}

.btn-beige {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 276px;
  aspect-ratio: 276/56;
  color: #FFF;
  background: linear-gradient(to right, rgb(183, 145, 98) 0%, rgb(208, 173, 131) 100%);
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.3s;
}
@media (hover: hover) {
  .btn-beige:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .btn-beige {
    font-size: clamp(16px, 3.2vw, 24px);
    max-width: 360px;
  }
}

.btn-gray {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 276px;
  aspect-ratio: 276/56;
  color: #FFF;
  background: linear-gradient(to right, #4e4a46 0%, #7a746e 100%);
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.3s;
}
@media (hover: hover) {
  .btn-gray:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .btn-gray {
    font-size: clamp(16px, 3.2vw, 24px);
    max-width: 360px;
  }
}

.sectionTitle,
.pageTitle {
  text-align: center;
}
.sectionTitle-en,
.pageTitle-en {
  display: block;
  font-family: var(--font-ibm);
  font-size: 2.25rem;
  color: #9f723a;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .sectionTitle-en,
  .pageTitle-en {
    font-size: min(6.4vw, 48px);
  }
}
.sectionTitle-jp,
.pageTitle-jp {
  display: block;
  font-size: 1rem;
  margin-top: 1.2em;
}
@media (max-width: 768px) {
  .sectionTitle-jp,
  .pageTitle-jp {
    font-size: min(3.2vw, 24px);
    margin-top: 1em;
  }
}

.pageTitle {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .pageTitle {
    margin-bottom: 10.6666666667%;
  }
}
.pageTitle-en {
  font-weight: 300;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.f-ibm {
  font-family: var(--font-ibm);
}

.siteWrap {
  padding-top: 94px;
}
@media (max-width: 768px) {
  .siteWrap {
    padding-top: calc(11.4666666667vw + max(5.3333333333%, 24px));
  }
}
.is-index .siteWrap {
  padding-top: 0;
}

.js-loading {
  background-color: #fff;
  bottom: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 10000;
}
.js-loading.is-loaded {
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}

.marker-white {
  background: linear-gradient(transparent 80%, #FFF 0%);
}

.marker-cream {
  background: linear-gradient(transparent 80%, #f2eee9 0%);
}

.js-accordion-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.js-accordion-title::-webkit-details-marker {
  display: none;
}
.js-accordion-content {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.js-accordion-content-inner {
  width: 100%;
  padding-bottom: 1px;
}

.footer {
  background: linear-gradient(to bottom, #f6f3f0, #f7f2ec);
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 13.3333333333%;
  }
}

.footerMessage {
  background: url(../img/common/footer-bg.webp) no-repeat center/cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: var(--font-ibm);
  padding: min(10%, 150px) 0;
}
@media (max-width: 768px) {
  .footerMessage {
    background-image: url(../img/common/footer-bg-sp.webp);
    padding: 38% 0;
  }
}
.footerMessage-main {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .footerMessage-main {
    font-size: 6.4vw;
  }
}
.footerMessage-sub {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .footerMessage-sub {
    font-size: 4vw;
    margin-top: 0;
  }
}

.footerInner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--w) + 60px);
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
  padding: min(100px, 8.3333333333%) 30px;
  gap: 0 40px;
}
@media (max-width: 768px) {
  .footerInner {
    flex-direction: column;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .footerSNS {
    background: #FFF;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 4vw;
    padding: 5.3333333333vw 6vw 5.3333333333vw 0;
  }
}
.footerSNS-list {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .footerSNS-list {
    margin-bottom: 0;
  }
}
.footerSNS-list > li {
  max-width: 72px;
}
@media (max-width: 768px) {
  .footerSNS-list > li {
    width: 13.3333333333vw;
    max-width: none;
  }
}
.footerSNS-list > li a {
  transition: all 0.3s;
}
@media (hover: hover) {
  .footerSNS-list > li a:hover {
    opacity: 0.8;
  }
}
.footerSNS-txt {
  font-size: 1.75rem;
  font-family: var(--font-ibm);
  font-weight: 500;
  color: #4e4a46;
  text-align: right;
}
@media (max-width: 768px) {
  .footerSNS-txt {
    font-size: 4.8vw;
    text-align: center;
  }
}
.footerSNS-copy {
  font-size: 0.875rem;
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .footerSNS-copy {
    display: none;
  }
}

@media (max-width: 768px) {
  .footerMain {
    padding-top: 9.0666666667vw;
  }
}
@media (max-width: 768px) {
  .footerMain-logo {
    width: 91.2vw;
    margin: 0 auto;
  }
}
.footerMain-pages {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 12px 0;
}
@media (max-width: 768px) {
  .footerMain-pages {
    justify-content: center;
    margin-top: 7.2vw;
  }
}
.footerMain-pages > li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .footerMain-pages > li {
    font-size: max(12px, 2.9333333333vw);
  }
}
.footerMain-pages > li + li {
  border-left: 1px solid #000;
  padding-left: 0.8em;
  margin-left: 0.8em;
}
.footerMain-pages > li a {
  font-weight: 500;
  transition: all 0.3s;
}
@media (hover: hover) {
  .footerMain-pages > li a:hover {
    opacity: 0.8;
  }
}

@media (max-width: 768px) {
  .footerCopy {
    text-align: center;
    margin-top: 10.6666666667%;
    font-size: max(12px, 3.2vw);
  }
}

.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #dddcd6;
  background: rgba(255, 255, 255, 0.95);
}
@media (max-width: 768px) {
  .header {
    padding-top: max(2.6666666667%, 12px);
    padding-bottom: max(2.6666666667%, 12px);
  }
}
.is-index .header {
  padding-top: 40px;
  padding-bottom: 40px;
  border-color: transparent;
  background: none;
}
@media (max-width: 768px) {
  .is-index .header {
    padding-top: max(2.6666666667%, 12px);
    padding-bottom: max(2.6666666667%, 12px);
  }
}
.header.is-scroll {
  background: rgba(255, 255, 255, 0.95);
  border-color: #dddcd6;
  padding-top: 12px;
  padding-bottom: 12px;
}

.headerLogo {
  max-width: 150px;
  margin-left: min(60px, 4%);
  transition: all 0.3s;
}
@media (hover: hover) {
  .headerLogo:hover {
    opacity: 0.8;
  }
}
.headerLogo {
  transition: all 0.3s;
}
.is-index .headerLogo {
  max-width: 260px;
}
.header.is-scroll .headerLogo {
  max-width: 150px;
}
@media (max-width: 768px) {
  .headerLogo {
    max-width: none;
    width: 34.6666666667vw;
    margin-left: 5.3333333333%;
  }
}

.headerNavi {
  display: flex;
  align-items: center;
  margin-right: min(70px, 4.6666666667%);
}
@media (max-width: 768px) {
  .headerNavi {
    margin-right: 6%;
  }
}

.headerPages {
  display: flex;
  gap: 0 1em;
  margin-right: 1.5em;
}
@media (max-width: 768px) {
  .headerPages {
    display: none;
  }
}
.headerPages > li {
  font-family: var(--font-ibm);
}
.headerPages > li a {
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
}
.headerPages > li a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: -1%;
  width: 102%;
  height: 1px;
  margin-top: 0;
  transform: scale(0, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  background: #222;
  transform-origin: left top;
  z-index: 3001;
}
.headerPages > li a:hover::before, .headerPages > li a.is_active::before {
  transform: scale(1, 1);
  transform-origin: right top;
}

.headerIcons {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .headerIcons {
    gap: 13px;
  }
}
.headerIcons-mypage {
  width: 30px;
}
@media (max-width: 768px) {
  .headerIcons-mypage {
    width: 4.8vw;
    min-width: 30px;
  }
}
.headerIcons-mypage svg {
  fill: #222;
  transition: all 0.2s;
}
.headerIcons-mypage:hover svg {
  fill: #9f723a;
}
.headerIcons-cart {
  width: 36px;
  position: relative;
}
@media (max-width: 768px) {
  .headerIcons-cart {
    width: 6.1333333333vw;
    min-width: 36px;
  }
}
.headerIcons-cart .cart-quantity {
  position: absolute;
  z-index: 2;
  background: #555;
  color: #FFF;
  text-align: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  right: -8px;
  top: -5px;
}
.headerIcons-cart svg {
  fill: #222;
  transition: all 0.2s;
}
.headerIcons-cart:hover svg {
  fill: #9f723a;
}

.headerTrigger {
  appearance: none;
  position: relative;
  display: inline-block;
  background: none;
  width: 40px;
  aspect-ratio: 1/1;
  border: none;
  z-index: 120;
  cursor: pointer;
  margin-left: 3.4666666667vw;
}
@media (min-width: 769px) {
  .headerTrigger {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .headerTrigger {
    width: 32px;
  }
}
.headerTrigger > span {
  position: absolute;
  left: 1px;
  display: block;
  height: 2px;
  background: #000;
  transition: background-color 0.3s 0.2s;
  transform-origin: center;
  width: 95%;
}
.headerTrigger.is-white span {
  background: #ccc;
}
.headerTrigger-top {
  top: 20%;
  transform-origin: right;
  animation: menu-top-off 0.8s forwards;
}
@media screen and (max-width: 600px) {
  .headerTrigger-top {
    animation: menu-top-off-sp 0.8s forwards;
  }
}
.menu-active .headerTrigger-top {
  animation: menu-top 0.8s forwards;
}
@media screen and (max-width: 600px) {
  .menu-active .headerTrigger-top {
    animation: menu-top-sp 0.8s forwards;
  }
}
.headerTrigger-middle {
  animation: menu-middle-off 0.8s forwards;
  top: 47.5%;
  width: 80% !important;
}
.menu-active .headerTrigger-middle {
  animation: menu-middle 0.8s forwards;
}
.headerTrigger-bottom {
  top: 75%;
  transform-origin: left;
  animation: menu-bottom-off 0.8s forwards;
}
@media screen and (max-width: 600px) {
  .headerTrigger-bottom {
    animation: menu-bottom-off-sp 0.8s forwards;
  }
}
.menu-active .headerTrigger-bottom {
  animation: menu-bottom 0.8s forwards;
}
@media screen and (max-width: 600px) {
  .menu-active .headerTrigger-bottom {
    animation: menu-bottom-sp 0.8s forwards;
  }
}

@keyframes menu-top {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(11px) rotate(0);
  }
  100% {
    transform: translateY(11px) rotate(45deg);
  }
}
@keyframes menu-top-sp {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes menu-middle {
  0% {
    transform: scaleX(1);
  }
  20% {
    transform: scaleX(0);
    opacity: 1;
  }
  100% {
    transform: scaleX(0);
    opacity: 0;
  }
}
@keyframes menu-bottom {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-11px) rotate(0);
  }
  100% {
    transform: translateY(-11px) rotate(-45deg);
  }
}
@keyframes menu-bottom-sp {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}
@keyframes menu-top-off {
  0% {
    transform: translateY(11px) rotate(45deg);
  }
  50% {
    transform: translateY(11px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-top-off-sp {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-middle-off {
  0% {
    transform: scaleX(0);
  }
  80% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes menu-bottom-off {
  0% {
    transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    transform: translateY(-11px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bottom-off-sp {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.spNavi {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: block;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.01, 0.18, 1);
  z-index: 110;
  opacity: 0;
  pointer-events: none;
  overflow: scroll;
  transition: all 0.8s;
}
.menu-active .spNavi {
  opacity: 1;
  pointer-events: all;
}
.spNavi-userMenu {
  background: #e0d9d3;
  padding: max(17.0666666667%, 70px) 8% 8%;
}
.spNavi-userMenu > li + li {
  margin-top: 2.6666666667vw;
}
.spNavi-userMenu > li > a {
  background: #FFF;
  border-radius: 2.1333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2vw;
  font-weight: 500;
  color: #7e746b;
  aspect-ratio: 628/84;
}
.spNavi-pages {
  padding: 10.6666666667% 2.6666666667% 0 13.3333333333%;
}
.spNavi-pages > li {
  line-height: 1;
}
.spNavi-pages > li + li {
  margin-top: 5.3333333333vw;
}
.spNavi-pages > li > a {
  font-size: 6.4vw;
  font-weight: 400;
}
.spNavi-pages > li > a .jp {
  font-size: 0.5em;
}
.spNavi-pages > li.sub {
  margin-top: 8vw;
}
.spNavi-pages > li.sub + li {
  margin-top: 3.2vw;
}
.spNavi-pages > li.sub > a {
  font-size: max(3.2vw, 14px);
  font-weight: 500;
}
.spNavi-pages-product {
  margin-top: 2.6666666667vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
  width: 75.2vw;
}
.spNavi-pages-product > li a {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 276/56;
  color: #FFF;
  background: linear-gradient(to right, rgb(183, 145, 98) 0%, rgb(208, 173, 131) 100%);
  font-size: 3.2vw;
  font-weight: 500;
}

.topFV {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1500/876;
  min-height: 876px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .topFV {
    aspect-ratio: 750/1140;
    min-height: auto;
  }
}
.topFV-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
@media (max-width: 768px) {
  .topFV-img {
    object-fit: none;
  }
}
.topFV-cont {
  width: calc(100% - 60px);
  max-width: 1260px;
  position: absolute;
  top: 50%;
  left: max(40px, (100% - 1260px) / 2);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .topFV-cont {
    top: auto;
    left: 6.4%;
    bottom: 6.4912280702%;
    transform: translate(0);
  }
}
.topFV-enTtl {
  font-family: var(--font-ibm);
  font-size: min(3.4666666667vw, 26px);
  font-weight: 500;
  line-height: 1.5;
  color: #a87e4a;
  margin-bottom: min(0.8vw, 6px);
}
.topFV-ttl {
  font-size: min(7.2vw, 54px);
  font-weight: 500;
  line-height: 1.4814814815;
  color: #222;
}
.topFV-enTxt {
  font-family: var(--font-ibm);
  margin-top: 40px;
  margin-top: min(5.3333333333vw, 40px);
}
.topFV-enSubTxt {
  font-family: var(--font-ibm);
  font-size: clamp(10px, 1.8666666667vw, 14px);
  margin-top: min(1.6vw, 12px);
}

.topConcept {
  background-image: url(../img/common/logo-txt.webp), url(../img/common/logo-icon.webp);
  background-position: left -1px top -2px, right -42px top -78px;
  background-size: min(848px, 75.7333333333%), auto;
  background-repeat: no-repeat, no-repeat;
  padding-top: 295px;
  padding-bottom: max(300px, 28%);
  overflow: hidden;
}
@media (max-width: 768px) {
  .topConcept {
    background-size: 75.7333333333%, 53.3333333333%;
    background-position: left -1.0666666667vw top -3px, right -13.8666666667vw top -7.2vw;
    padding-top: 32%;
    padding-bottom: 42.6666666667%;
  }
}
.topConcept-cont {
  display: grid;
  grid-template-columns: 1fr 52.4%;
  align-items: start;
}
@media (max-width: 768px) {
  .topConcept-cont {
    display: block;
  }
}
.topConcept-images {
  order: 1;
  position: relative;
}
.topConcept-images-main {
  width: 91.6030534351%;
  margin-left: auto;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .topConcept-images-main {
    margin-right: -6%;
  }
}
.topConcept-images-main img {
  transform: scale(1);
}
.topConcept-images-sub1 {
  width: 39.4402035623%;
  aspect-ratio: 310/486;
  overflow: hidden;
  transform: rotate(30deg);
  border-radius: 300px;
  position: absolute;
  left: 9%;
  bottom: -23%;
}
@media (max-width: 768px) {
  .topConcept-images-sub1 {
    width: 41.2%;
    bottom: -22%;
    left: 12%;
  }
}
.topConcept-images-sub1 img {
  width: 128.3870967742%;
  max-width: none;
  aspect-ratio: 398/462;
  transform: scale(1) rotate(-30deg) translate(-12%, -10px);
}
.topConcept-images-sub2 {
  width: 34.3511450382%;
  aspect-ratio: 270/422;
  overflow: hidden;
  transform: rotate(30deg);
  border-radius: 300px;
  position: relative;
  position: absolute;
  right: 8%;
  bottom: -23%;
}
@media (max-width: 768px) {
  .topConcept-images-sub2 {
    width: 36%;
    right: 0%;
    bottom: -20%;
  }
}
.topConcept-images-sub2 img {
  width: 128.3870967742%;
  max-width: none;
  aspect-ratio: 398/462;
  transform: scale(1) rotate(-30deg) translate(-11%, -10px);
}
.topConcept-main {
  order: 0;
  margin-left: max(60px, (100vw - 1200px) / 2);
}
@media screen and (min-width: 1500px) {
  .topConcept-main {
    margin-left: auto;
    width: 560px;
  }
}
@media (max-width: 768px) {
  .topConcept-main {
    margin: 33.3333333333% auto 0;
    width: 84%;
  }
}
.topConcept-main-ttl {
  font-family: var(--font-ibm);
  font-size: min(4.8vw, 36px);
  font-weight: 400;
  color: #9f723a;
  margin-bottom: 1.4em;
}
@media (max-width: 768px) {
  .topConcept-main-ttl {
    margin-bottom: 1.2em;
  }
}
.topConcept-main-state {
  font-size: min(3.7333333333vw, 28px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: normal;
  margin-bottom: min(7.4666666667vw, 56px);
}
@media (max-width: 768px) {
  .topConcept-main-state {
    font-size: min(4.8vw, 36px);
  }
}
.topConcept-main p:not([class]) {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.5714285714;
  letter-spacing: normal;
  padding-right: 1em;
}
@media (max-width: 768px) {
  .topConcept-main p:not([class]) {
    font-size: clamp(14px, 2.6666666667vw, 20px);
    line-height: 2;
    padding-right: 0;
  }
}
.topConcept-main p:not([class]) + p {
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  .topConcept-main p:not([class]) + p {
    margin-top: 2em;
  }
}

.topAbout {
  background: #efedeb;
  position: relative;
}
.topAbout-topImg {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  transform: translateX(-50%);
  width: min(42.4%, 318px);
  margin-top: -214px;
}
@media (max-width: 768px) {
  .topAbout-topImg {
    margin-top: -33.3333333333%;
  }
}
.topAbout-cover {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
}
@media (max-width: 768px) {
  .topAbout-cover {
    padding-top: 22.6666666667%;
  }
}
.topAbout-sideTxt {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(90deg) translateY(5px);
  transform-origin: left bottom;
  font-family: var(--font-ibm);
  font-size: 7.5rem;
  font-weight: 300;
  color: #e4ddd6;
  line-height: 1;
  white-space: nowrap;
  text-indent: -1.13em;
  z-index: 1;
}
@media (max-width: 820px) {
  .topAbout-sideTxt {
    display: none;
  }
}
.topAbout-ttl {
  font-family: var(--font-ibm);
  font-size: min(4.8vw, 36px);
  font-weight: 400;
  color: #9f723a;
  margin-bottom: 1.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .topAbout-ttl {
    margin-bottom: 1.2em;
  }
}
.topAbout-intro {
  text-align: center;
  font-weight: 500;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .topAbout-intro {
    padding: 0 6.6666666667%;
  }
}
.topAbout-intro-lead {
  font-size: 1.875rem;
  margin-bottom: 1.2em;
}
@media (max-width: 768px) {
  .topAbout-intro-lead {
    font-size: min(4.8vw, 36px);
    white-space: nowrap;
    line-height: 1.6;
  }
}
.topAbout-intro-txt {
  margin-bottom: 1.2em;
}
@media (max-width: 768px) {
  .topAbout-intro-txt {
    font-size: clamp(14px, 3.2vw, 24px);
    text-align: left;
    line-height: 1.6;
  }
}
.topAbout-intro-note {
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .topAbout-intro-note {
    font-size: clamp(11px, 2.4vw, 18px);
    text-align: left;
    line-height: 1.6;
  }
}

.topIngredient {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 min(120px, 8vw);
  letter-spacing: 0.05em;
  z-index: 2;
  position: relative;
}
@media (max-width: 820px) {
  .topIngredient {
    flex-direction: column !important;
  }
}
.topIngredient:nth-of-type(odd) {
  margin-left: 120px;
  margin-right: 30px;
}
@media (max-width: 820px) {
  .topIngredient:nth-of-type(odd) {
    margin-left: auto;
    margin-right: auto;
  }
}
.topIngredient:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-right: 120px;
  margin-left: 30px;
}
@media (max-width: 820px) {
  .topIngredient:nth-of-type(even) {
    margin-left: auto;
    margin-right: auto;
  }
}
.topIngredient + .topIngredient {
  margin-top: 120px;
}
@media (max-width: 820px) {
  .topIngredient + .topIngredient {
    margin-top: min(16%, 120px);
  }
}
.topIngredient-wrap {
  width: fit-content;
  margin: 80px auto 140px;
}
@media (max-width: 820px) {
  .topIngredient-wrap {
    max-width: 630px;
    width: 84%;
    margin: min(10.6666666667%, 80px) auto min(18.6666666667%, 140px);
    margin-right: auto;
    margin-left: auto;
  }
}
.topIngredient-image {
  position: relative;
}
.topIngredient-image::before {
  content: "";
  background: #e4ddd6;
  display: block;
  position: absolute;
  left: -90px;
  bottom: -10px;
  width: 81.954887218%;
  aspect-ratio: 218/340;
  border-radius: 300px;
  transform: rotate(30deg);
}
@media (max-width: 820px) {
  .topIngredient-image::before {
    width: min(29.0666666667vw, 218px);
    left: max(-12vw, -90px);
    bottom: max(-1.3333333333vw, -10px);
  }
}
.topIngredient-image.is-double::before {
  width: 91.5966386555%;
  left: -150px;
  bottom: 10px;
}
@media (max-width: 820px) {
  .topIngredient-image.is-double::before {
    width: min(29.0666666667vw, 218px);
    left: max(-20vw, -150px);
    bottom: min(1.3333333333vw, 10px);
  }
}
.topIngredient-image-box {
  width: 266px;
  aspect-ratio: 266/382;
  overflow: hidden;
  transform: rotate(30deg);
  border-radius: 300px;
  box-shadow: 50px 48px 46px 0px rgba(10, 2, 4, 0.1);
  position: relative;
}
@media (max-width: 820px) {
  .topIngredient-image-box {
    width: min(35.4666666667vw, 266px);
    box-shadow: min(6.6666666667vw, 50px) min(6.4vw, 48px) min(6.1333333333vw, 46px) 0px rgba(10, 2, 4, 0.1);
  }
}
.is-double .topIngredient-image-box {
  width: 238px;
}
@media (max-width: 820px) {
  .is-double .topIngredient-image-box {
    width: min(31.7333333333vw, 238px);
  }
}
.is-double .topIngredient-image-box:nth-child(1) {
  z-index: 2;
  margin-left: -160px;
}
@media (max-width: 820px) {
  .is-double .topIngredient-image-box:nth-child(1) {
    margin-left: max(-21.3333333333vw, -160px);
  }
}
.is-double .topIngredient-image-box:nth-child(2) {
  z-index: 1;
  margin-top: -200px;
}
@media (max-width: 820px) {
  .is-double .topIngredient-image-box:nth-child(2) {
    margin-top: max(-26.6666666667vw, -200px);
  }
}
.topIngredient-image-box img {
  width: 324px;
  max-width: none;
  transform: scale(1) rotate(-30deg) translate(-28px, -8px);
}
@media (max-width: 820px) {
  .topIngredient-image-box img {
    width: min(43.2vw, 324px);
    transform: scale(1) rotate(-30deg) translate(max(-3.7333333333vw, -28px), max(-1.0666666667vw, -8px));
  }
}
.is-double .topIngredient-image-box img {
  width: 290px;
  transform: scale(1) rotate(-30deg) translate(-26px, -6px);
}
@media (max-width: 820px) {
  .is-double .topIngredient-image-box img {
    width: min(38.6666666667vw, 290px);
    transform: scale(1) rotate(-30deg) translate(max(-3.4666666667vw, -26px), max(-0.8vw, -6px));
  }
}
@media (max-width: 820px) {
  .topIngredient:nth-of-type(1) .topIngredient-image {
    margin-left: min(5.3333333333vw, 40px);
  }
}
@media (max-width: 820px) {
  .topIngredient:nth-of-type(2) .topIngredient-image {
    margin-right: min(5.3333333333vw, 40px);
  }
}
@media (max-width: 820px) {
  .topIngredient:nth-of-type(3) .topIngredient-image {
    margin-left: min(16vw, 120px);
  }
}
.topIngredient:nth-of-type(2) .topIngredient-image::before {
  background: #e7dcde;
  left: calc(100% - 130px);
}
@media (max-width: 820px) {
  .topIngredient:nth-of-type(2) .topIngredient-image::before {
    left: calc(100% - min(17.3333333333vw, 130px));
  }
}
.topIngredient:nth-of-type(3) .topIngredient-image::before {
  background: #e6dbdd;
}
@media (max-width: 820px) {
  .topIngredient-main {
    width: 100%;
    margin-top: min(7.2%, 54px);
  }
}
.topIngredient-num {
  font-size: 8.75rem;
  font-weight: 400;
  color: #e4ddd6;
  line-height: 1;
}
@media (max-width: 820px) {
  .topIngredient-num {
    font-size: min(21.3333333333vw, 160px);
  }
}
.topIngredient:nth-of-type(odd) .topIngredient-num {
  color: #e4ddd6;
}
.topIngredient:nth-of-type(even) .topIngredient-num {
  color: #e7dcde;
}
.topIngredient-ttl {
  font-size: 1.875rem;
  font-weight: 500;
  margin-top: 0.7em;
}
@media (max-width: 820px) {
  .topIngredient-ttl {
    font-size: min(5.8666666667vw, 44px);
  }
}
.topIngredient-ttl > span {
  font-size: 0.6em;
}
.topIngredient:nth-of-type(odd) .topIngredient-ttl {
  color: #b89263;
}
.topIngredient:nth-of-type(even) .topIngredient-ttl {
  color: #b86387;
}
.topIngredient-subttl {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 1em;
}
@media (max-width: 820px) {
  .topIngredient-subttl {
    font-size: min(3.7333333333vw, 28px);
  }
}
.topIngredient-txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.1428571429em;
  margin-top: 1em;
}
@media (max-width: 820px) {
  .topIngredient-txt {
    font-size: min(3.2vw, 24px);
  }
}
.topIngredient-txt span {
  font-size: 0.8571428571em;
}

.topCondensation {
  position: relative;
  z-index: 2;
  margin-bottom: min(6.6666666667vw, 50px);
}
.topCondensation-ttl {
  text-align: center;
  line-height: 2;
  font-size: min(4.8vw, 36px);
  font-weight: 400;
}
.topCondensation-ttl span {
  color: #b89263;
}
.topCondensation-list {
  max-width: 1100px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .topCondensation-list {
    width: min(100%, 660px);
  }
}
.topCondensation-list > li {
  aspect-ratio: 504/500;
  width: 252px;
  background-size: contain;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #876438;
  padding-right: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .topCondensation-list > li {
    width: min(47.7333333333vw, 358px);
    padding-right: min(2.6666666667vw, 20px);
    padding-bottom: min(1.3333333333vw, 10px);
  }
}
.topCondensation-list > li:nth-of-type(1) {
  background-image: url(../img/top/about-bg-1.webp);
}
.topCondensation-list > li:nth-of-type(2) {
  background-image: url(../img/top/about-bg-2.webp);
}
.topCondensation-list > li:nth-of-type(3) {
  background-image: url(../img/top/about-bg-3.webp);
}
.topCondensation-list > li:nth-of-type(4) {
  background-image: url(../img/top/about-bg-4.webp);
  padding-left: 10px;
}
.topCondensation-list > li:nth-of-type(n+5) {
  margin-top: -38px;
  color: #963860;
  padding-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .topCondensation-list > li:nth-of-type(n+5) {
    padding-bottom: min(2.6666666667vw, 20px);
  }
}
.topCondensation-list > li:nth-of-type(5) {
  background-image: url(../img/top/about-bg-5.webp);
}
.topCondensation-list > li:nth-of-type(6) {
  background-image: url(../img/top/about-bg-6.webp);
  aspect-ratio: 504/504;
}
.topCondensation-list > li:nth-of-type(7) {
  background-image: url(../img/top/about-bg-7.webp);
  aspect-ratio: 504/504;
}
@media screen and (max-width: 1000px) {
  .topCondensation-list > li:nth-of-type(even) {
    margin-left: max(-7.7333333333vw, -58px);
  }
  .topCondensation-list > li:nth-of-type(n+3) {
    margin-top: max(-30px, -4vw);
  }
}
.topCondensation-list > li .name {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .topCondensation-list > li .name {
    font-size: min(3.7333333333vw, 28px);
  }
}
.topCondensation-list > li .name span {
  font-size: 1.8em;
  line-height: 1;
}
.topCondensation-list > li .info {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 0.5em;
}
@media screen and (max-width: 1000px) {
  .topCondensation-list > li .info {
    font-size: min(2.6666666667vw, 20px);
  }
}
.topCondensation-detail {
  text-align: center;
  padding: 0 30px;
  margin-top: 30px;
  line-height: 2;
  font-size: 0.75rem;
  word-break: auto-phrase;
}
@media (max-width: 768px) {
  .topCondensation-detail {
    font-size: 0.6875rem;
  }
}

.topNoWater {
  background: url(../img/top/about-border.webp) no-repeat center top/100% auto;
  padding-top: 25.7333333333%;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .topNoWater {
    padding-top: 46.6666666667%;
    padding-bottom: 38.6666666667%;
    background-position: left top;
    background-size: 200% auto;
  }
}
.topNoWater-cont {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .topNoWater-cont {
    flex-direction: column;
    align-items: center;
    padding: 0 8%;
  }
}
.topNoWater-main {
  margin-left: 6.5%;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .topNoWater-main {
    width: 100%;
  }
}
.topNoWater-ttl {
  font-size: 2rem;
  font-weight: 500;
  color: #b89263;
  line-height: 1.375em;
}
@media (max-width: 768px) {
  .topNoWater-ttl {
    font-size: min(4.8vw, 36px);
    line-height: 1.3;
  }
}
.topNoWater-subttl {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .topNoWater-subttl {
    font-size: min(4vw, 30px);
    word-break: auto-phrase;
  }
}
.topNoWater-txt {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .topNoWater-txt {
    font-size: min(3.2vw, 24px);
    line-height: 1.5;
  }
}
.topNoWater-note {
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .topNoWater-note {
    font-size: min(2.4vw, 18px);
    line-height: 1.5;
  }
}
.topNoWater-compare {
  display: flex;
  gap: 54px;
}
@media screen and (max-width: 1100px) {
  .topNoWater-compare {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .topNoWater-compare {
    flex-direction: row;
    margin-top: min(9.3333333333vw, 70px);
    gap: min(7.2vw, 54px);
  }
}
.topNoWater-compare-ttl {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 30px;
  margin-left: 30px;
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #b89263;
  color: #b89263;
  border-radius: 30px;
  padding: 0.35em 0;
}
@media (max-width: 768px) {
  .topNoWater-compare-ttl {
    font-size: min(2.5333333333vw, 19px);
    width: min(29.3333333333vw, 220px);
    margin-bottom: min(4vw, 30px);
    margin-left: min(4vw, 30px);
  }
}
.is-beige .topNoWater-compare-ttl {
  background: #b89263;
  color: #FFF;
}
.topNoWater-compare-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .topNoWater-compare-cont {
    gap: min(2.9333333333vw, 22px);
  }
}
.topNoWater-compare-img {
  width: 96px;
}
@media (max-width: 768px) {
  .topNoWater-compare-img {
    width: min(13.3333333333vw, 100px);
  }
}
.topNoWater-compare-disc {
  width: 160px;
  aspect-ratio: 1/1;
  border: 2px solid #b89263;
  color: #b89263;
  border-radius: 50%;
  text-align: center;
  display: grid;
  place-content: center;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3636363636em;
}
@media (max-width: 768px) {
  .topNoWater-compare-disc {
    width: min(22.1333333333vw, 166px);
    font-size: min(3.0666666667vw, 23px);
  }
}
.is-beige .topNoWater-compare-disc {
  background: #b89263;
  color: #FFF;
}
.topNoWater-compare-disc .num {
  font-size: 2em;
  line-height: 1;
}

.topProduct-message {
  aspect-ratio: 1500/944;
  width: 100%;
  background: url(../img/top/product-bg.webp) no-repeat 0 0/cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .topProduct-message {
    aspect-ratio: 750/1262;
    background-image: url(../img/top/product-bg-sp.webp);
  }
}
.topProduct-message-img {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  transform: translateX(-50%);
  width: min(20.1333333333%, 302px);
  margin-top: max(-100px, -6.6666666667%);
  text-align: center;
}
@media (max-width: 768px) {
  .topProduct-message-img {
    margin-top: -28%;
    width: min(44.2666666667%, 332px);
  }
}
.topProduct-message-ttl {
  font-family: var(--font-ibm);
  font-size: min(6.6666666667vw, 100px);
  font-weight: 400;
  color: #f6f3f0;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -0.1em;
}
@media (max-width: 768px) {
  .topProduct-message-ttl {
    font-size: min(13.3333333333vw, 100px);
  }
}
.topProduct-message-txt {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-top: 1em;
  text-indent: -1em;
  font-size: min(2.6666666667vw, 40px);
  font-weight: 500;
  line-height: 1.8;
  margin-top: 3em;
  margin-right: 1.5em;
}
@media (max-width: 768px) {
  .topProduct-message-txt {
    font-size: 8vw;
    margin-right: 0;
    margin-top: 1em;
  }
}
.topProduct-message-txt .combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.topProduct-message-txt .marker {
  background: linear-gradient(to left, transparent 54%, #FFF 54%, #FFF 90%, transparent 90%);
  padding-top: 0.2em;
}
.topProduct-cont {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .topProduct-cont {
    flex-direction: column;
  }
}
.topProduct-kv {
  flex: 0 0 50%;
  text-align: center;
  position: relative;
  top: -4.4vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .topProduct-kv {
    width: 100%;
    top: 0;
  }
}
.topProduct-kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topProduct-main {
  background: #efedeb;
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 800px;
}
@media (max-width: 768px) {
  .topProduct-main {
    width: 100%;
    padding: 18.6666666667% 0;
    min-height: auto;
  }
}
.topProduct-main-logo {
  width: 278px;
}
@media (max-width: 768px) {
  .topProduct-main-logo {
    width: min(51.3333333333vw, 385px);
  }
}
.topProduct-main-name {
  font-family: var(--font-ibm);
  font-size: 1.125rem;
  color: #9f723a;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .topProduct-main-name {
    font-size: min(3.2vw, 24px);
  }
}
.topProduct-main-img {
  width: 110px;
  margin-top: 24px;
  margin-left: -24px;
}
@media (max-width: 768px) {
  .topProduct-main-img {
    width: min(20vw, 150px);
    margin-top: min(4vw, 30px);
    margin-left: min(-4vw, -30px);
  }
}
.topProduct-main-lead {
  font-size: 1.75rem;
  line-height: 1.4;
  color: #b89263;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .topProduct-main-lead {
    font-size: min(4.8vw, 36px);
    margin-top: 0.2em;
  }
}
.topProduct-main-exp {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.5em;
  line-height: 1.8;
  padding: 0 2em;
}
@media (max-width: 768px) {
  .topProduct-main-exp {
    font-size: min(3.2vw, 24px);
    padding: 0 12%;
  }
}
.topProduct-main-link {
  width: 276px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .topProduct-main-link {
    width: clamp(276px, 48vw, 360px);
    margin-top: min(5.3333333333vw, 40px);
  }
}
.topProduct-main-link > li + li {
  margin-top: 14px;
}
@media (max-width: 768px) {
  .topProduct-main-link > li + li {
    margin-top: min(2.6666666667vw, 20px);
  }
}

.topInstagram {
  padding: 160px 0;
}
@media (max-width: 1279px) {
  .topInstagram {
    padding: min(21.3333333333vw, 160px) 0;
  }
}
.topInstagram-list {
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 80px auto 0;
}
@media (min-width: 769px) {
  .topInstagram-list {
    padding: 0 40px;
  }
}
@media (max-width: 1279px) {
  .topInstagram-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw;
    margin: min(10.6666666667vw, 80px) 5.3333333333% 0;
  }
}
.topInstagram-list > li {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.topInstagram-list img, .topInstagram-list video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
@media (hover: hover) {
  .topInstagram-list img:hover, .topInstagram-list video:hover {
    opacity: 0.8;
  }
}
.topInstagram-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .topInstagram-link {
    width: clamp(276px, 48vw, 360px);
    margin: min(10.6666666667vw, 80px) auto 0;
  }
}

.topFAQ {
  background: #f6f3f0;
  padding: 140px 0;
}
@media (max-width: 768px) {
  .topFAQ {
    padding: min(18.6666666667vw, 140px) 0;
  }
}
.topFAQ-cont {
  margin-top: 80px;
  max-width: 1060px;
  margin: 80px auto 0;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .topFAQ-cont {
    margin-top: min(10.6666666667vw, 80px);
  }
}
.topFAQ-item {
  width: 100%;
  border-bottom: 1px solid #dddcd6;
  position: relative;
}
.topFAQ-item:first-child {
  border-top: 1px solid #dddcd6;
}
.topFAQ-item::before, .topFAQ-item::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 43px;
  width: 100%;
  max-width: 30px;
  aspect-ratio: 30/2;
  background: #9f723a;
  transition: 0.5s;
  transform: rotate(0deg);
}
@media (max-width: 768px) {
  .topFAQ-item::before, .topFAQ-item::after {
    top: 36px;
    max-width: 24px;
  }
}
.topFAQ-item::after {
  transform: rotate(90deg);
}
.topFAQ-item.is-open::before {
  transform: rotate(135deg);
}
.topFAQ-item.is-open::after {
  transform: rotate(225deg);
}
.topFAQ-ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 80px 20px 0;
  font-size: 1.125rem;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .topFAQ-ttl {
    font-size: 0.9375rem;
    padding-right: 40px;
  }
}
.topFAQ-ttl:hover {
  color: #555;
}
.topFAQ-ttl::before {
  content: "Q";
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #4e4a46;
  color: #FFF;
  border-radius: 50%;
  font-family: var(--font-ibm);
  font-size: 1.5rem;
  margin-right: 20px;
  line-height: 1;
  padding-bottom: 0.2em;
}
@media (max-width: 768px) {
  .topFAQ-ttl::before {
    width: 36px;
    height: 36px;
    font-size: 1.25rem;
    margin-right: 12px;
  }
}
.topFAQ-answer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 20px;
  padding-right: 80px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .topFAQ-answer {
    padding-right: 40px;
  }
}
.topFAQ-answer::before {
  content: "A";
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #4e4a46;
  color: #FFF;
  border-radius: 50%;
  font-family: var(--font-ibm);
  font-size: 1.5rem;
  margin-right: 20px;
  line-height: 1;
  padding-bottom: 0.1em;
}
@media (max-width: 768px) {
  .topFAQ-answer::before {
    width: 36px;
    height: 36px;
    font-size: 1.25rem;
    margin-right: 12px;
  }
}

.topNews {
  padding: 130px 0 160px;
}
@media (max-width: 768px) {
  .topNews {
    padding: min(17.3333333333vw, 130px) 0 min(21.3333333333vw, 160px);
  }
}

.newsList {
  margin-top: 80px;
  max-width: 1060px;
  margin: 80px auto 0;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .newsList {
    margin-top: min(10.6666666667vw, 80px);
  }
}
.newsList-item {
  width: 100%;
  border-bottom: 1px solid #dddcd6;
  padding: 1.3em 2em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .newsList-item {
    padding: 1.3em 1em;
  }
}
.newsList-item:first-child {
  border-top: 1px solid #dddcd6;
}
.newsList-item a {
  transition: 0.3s all;
}
.newsList-item a:hover {
  opacity: 0.7;
}
.newsList-time {
  margin-right: 1em;
}
.newsList-none {
  text-align: center;
  margin-top: 2.5em;
}

.lp-inner {
  max-width: 800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.lp-note {
  font-size: min(2.25vw, 18px);
  font-weight: 400;
  line-height: 1.3;
  padding: min(3vw, 24px) min(3vw, 24px);
  letter-spacing: normal;
}

.relative {
  position: relative;
}

.lp1-movie {
  position: relative;
  background: linear-gradient(180deg, transparent 30%, rgba(242, 239, 234, 0.5) 30%, rgb(252, 251, 250) 100%);
}
.lp1-movie-pop {
  position: absolute;
  z-index: 2;
  right: 4%;
  top: max(-5vw, -40px);
  width: 24.5%;
}
.lp1-movie video {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  box-shadow: 2px 5.6px 18px 2px rgba(130, 130, 130, 0.3);
}
.lp1-movie-points {
  margin-top: max(-6vw, -48px);
}

.lp1-cv {
  position: relative;
  margin-top: 1.875%;
}
.lp1-cv-btn {
  position: absolute;
  width: 79.5%;
  left: 10.75%;
  bottom: 3.5555555556%;
  overflow: hidden;
  transition: all 0.3s;
}
.lp1-cv-btn::after {
  animation: 2s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-15deg);
  width: 100%;
}
.lp1-cv-btn:hover {
  opacity: 0.8;
}
.lp1-cv-note {
  font-size: min(2.75vw, 22px);
  font-weight: 500;
  line-height: 1.275;
  letter-spacing: normal;
  position: absolute;
  top: 72.2222222222%;
  left: 8.75%;
  width: 82.5%;
  font-feature-settings: "palt";
}

@keyframes shine {
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.lp1-faq {
  background: #f9f9f9;
  padding-top: 10.625%;
  padding-bottom: 15%;
}
.lp1-faq-header {
  width: 18.75%;
  margin: 0 auto;
}
.lp1-faq-cont {
  margin: 7.5% auto 0;
  padding: 0 8.125%;
}
@media (max-width: 768px) {
  .lp1-faq-cont {
    margin-top: min(10vw, 80px);
  }
}
.lp1-faq-item {
  width: 100%;
  border-bottom: 3px solid #875c22;
  position: relative;
}
@media (max-width: 768px) {
  .lp1-faq-item {
    border-width: 2px;
  }
}
.lp1-faq-item::before, .lp1-faq-item::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: min(7.25vw, 58px);
  width: min(3.25vw, 26px);
  aspect-ratio: 26/2;
  background: #000;
  transition: 0.5s;
  transform: rotate(0deg);
}
.lp1-faq-item::after {
  transform: rotate(90deg);
}
.lp1-faq-item.is-open::before {
  transform: rotate(135deg);
}
.lp1-faq-item.is-open::after {
  transform: rotate(225deg);
}
.lp1-faq-ttl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: min(4.5vw, 36px) min(7.5vw, 60px) min(4.5vw, 36px) 0;
  font-size: min(3.75vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.3s;
  cursor: pointer;
}
.lp1-faq-ttl:hover {
  color: #555;
}
.lp1-faq-ttl::before {
  content: "";
  flex: 0 0 auto;
  width: min(4.5vw, 36px);
  aspect-ratio: 36/35;
  background: url(../img/lp/lp1/icon-q.webp) center center/contain no-repeat;
  margin-right: min(4.5vw, 36px);
  transform: translateY(14.2857142857%);
}
.lp1-faq-answer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: min(4.5vw, 36px);
  padding-right: min(7.5vw, 60px);
  font-size: clamp(13px, 2.75vw, 22px);
}
.lp1-faq-answer::before {
  content: "";
  flex: 0 0 auto;
  width: min(4.5vw, 36px);
  aspect-ratio: 36/35;
  background: url(../img/lp/lp1/icon-a.webp) center center/contain no-repeat;
  margin-right: min(4.5vw, 36px);
}
.lp1-faq-answer p {
  line-height: 1.5;
}

.lp-ingredients {
  background: #FFF;
  padding: 8.125% 8.125% 15%;
}
.lp-ingredients-box {
  width: 100%;
  position: relative;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: min(3.75vw, 30px);
}
.lp-ingredients-ttl {
  display: flex;
  justify-content: center;
  padding: min(5vw, 40px) min(6.75vw, 54px) min(5vw, 40px);
  font-size: min(5vw, 40px);
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.lp-ingredients-ttl:hover {
  color: #555;
}
.lp-ingredients-ttl::before, .lp-ingredients-ttl::after {
  content: "";
  display: block;
  position: absolute;
  right: min(6.75vw, 54px);
  top: min(7.75vw, 62px);
  width: min(3.25vw, 26px);
  aspect-ratio: 26/2;
  background: #000;
  transition: 0.5s;
  transform: rotate(0deg);
}
.lp-ingredients-ttl::after {
  transform: rotate(90deg);
}
.is-open .lp-ingredients-ttl::before {
  transform: rotate(135deg);
}
.is-open .lp-ingredients-ttl::after {
  transform: rotate(225deg);
}
.lp-ingredients-answer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: min(1.25vw, 10px) min(6.75vw, 54px) min(5vw, 40px);
}
.lp-ingredients-answer p {
  font-size: clamp(12px, 2.5vw, 20px);
  line-height: 1.3em;
}

.fixBanner {
  display: block;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 1;
}
#lp1 .fixBanner {
  width: min(87%, 696px);
}
.fixBanner-btn {
  display: block;
  position: relative;
  overflow: hidden;
}
.fixBanner-btn::after {
  animation: 2s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-15deg);
  width: 100%;
}
.fixBanner-btn:hover {
  opacity: 0.9;
}

.p-product_content__inner__info {
  width: 44%;
}
@media screen and (max-width: 719px) {
  .p-product_content__inner__info {
    width: 100%;
  }
}

.c-product_info__title {
  font-size: 26px !important;
  font-weight: 700;
}
@media screen and (max-width: 719px) {
  .c-product_info__title {
    font-size: 22px !important;
  }
}

.c-product_info__price {
  font-weight: 700;
  border-top: 1px solid #dddcd6;
  padding-top: 30px;
}
.c-product_info__price span {
  font-size: 1rem;
  line-height: 1.6;
}
.c-product_info__price .price-label {
  font-size: 1.125em;
}
.c-product_info__price .sales_price,
.c-product_info__price .list_price,
.c-product_info__price .sales_price-include-tax,
.c-product_info__price .sales_price_include_tax,
.c-product_info__price .list_price_include_tax {
  font-size: 1.875em;
}

.c-product_info__option#option01 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
}
.c-product_info__option#option02 {
  margin-top: 14px;
}

body:not(:has(.c-product_info__form__subsdetail__input__inputwrap)) #option02 {
  display: none;
}

#product-description {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 30px;
}
@media screen and (max-width: 719px) {
  #product-description {
    font-size: 1rem;
  }
}

.c-product_info__form__subsdetail__input__inputwrap {
  border-top: 1px solid #dddcd6;
  padding-top: 20px;
  margin-top: 30px;
}
.c-product_info__form__subsdetail__input__inputwrap .c-product_info__form__submit {
  height: 52px;
  border-color: #222 !important;
  color: #222 !important;
  font-weight: 500;
  font-size: 1rem;
}
.c-product_info__form__subsdetail__input__inputwrap label:not(:first-child) {
  margin-left: 0;
}
.c-product_info__form__subsdetail__input__inputwrap label > .frame {
  border-color: #666 !important;
}
.c-product_info__form__subsdetail__input__inputwrap label > .frame:before {
  background: #b89263 !important;
}

.priceDetail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.priceDetail > li {
  text-align: center;
  line-height: 1.2;
}
.priceDetail > li span {
  color: #ff0036;
}

.c-product_info__form__quantity {
  border-top: 1px solid #dddcd6;
  padding-top: 30px;
  margin-top: 24px;
}
.c-product_info__form__quantity .c-order_quantity__input {
  border-color: #222 !important;
  color: #222 !important;
  font-size: 1rem;
}
.c-product_info__form__quantity button {
  color: #222 !important;
}

#btn-add,
#btn-add--async {
  background: linear-gradient(to right, rgb(183, 145, 98) 0%, rgb(208, 173, 131) 100%) !important;
  aspect-ratio: 530/90;
  max-width: none;
  height: auto;
  border-radius: 50px;
  margin-top: 40px;
}

#btn-stock-waiting-list {
  margin: 40px auto 0;
}

#description {
  line-height: 1.7;
  font-size: 0.875rem;
  margin-top: 30px;
}

.productSubDesc {
  margin-top: min(12.5%, 100px);
}

.ingredients {
  max-width: 1000px;
  width: calc(100% - 80px);
  margin: 80px auto;
  border-top: 1px solid #dddcd6;
  border-bottom: 1px solid #dddcd6;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .ingredients {
    margin: 10.6666666667% auto;
    width: calc(100% - 30px);
    padding: 8% 0;
  }
}
.ingredients-ttl {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .ingredients-ttl {
    font-size: 1rem;
  }
}
.ingredients-content {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .ingredients-content {
    font-size: 0.8125rem;
  }
}
.ingredients-content p {
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .ingredients-content p {
    line-height: 1.6;
  }
}

.p-product_content__breadcrumbs {
  display: none;
}

.c-product_info__favorite {
  display: none;
}

.signupHeader {
  max-width: 880px;
  width: calc(100% - 80px);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .signupHeader {
    width: calc(100% - 30px);
    flex-direction: column;
    gap: 20px 0;
    margin-bottom: 60px;
  }
}
.signupHeader-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: normal;
}
.signupHeader-login {
  max-width: 330px;
  width: 100%;
  height: 40px;
  font-size: 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .signupHeader-login {
    font-size: 13px !important;
  }
}

.p-login .p-login__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-login .p-login__inner {
    display: block;
  }
}
@media (max-width: 768px) {
  .p-login .p-page_header {
    margin-bottom: 20px;
  }
}
.p-login .p-page_header__inner__title {
  border-bottom: 1px solid #dddcd6;
  font-size: 20px !important;
  font-weight: 700;
  text-align: left;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .p-login .p-page_header__inner__title {
    margin-bottom: 0;
  }
}
.p-login .p-login__inner__login {
  width: auto;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
@media (max-width: 768px) {
  .p-login .c-form_table > tbody > tr:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .p-login .c-form_table > tbody > tr:last-child {
    margin-top: -1em;
  }
}
.p-login .p-login__inner__registration {
  width: auto;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
@media (max-width: 768px) {
  .p-login .p-login__inner__registration {
    margin-top: 80px;
  }
}
.p-login .p-login__inner__registration__text {
  align-self: center;
  font-size: 1.125em !important;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-login .p-login__inner__registration__text {
    font-size: 1em !important;
    margin-top: 1em;
  }
}

.guideNav {
  margin: 100px 0 0 !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
@media (max-width: 768px) {
  .guideNav {
    margin-top: 60px !important;
    grid-template-columns: repeat(2, 1fr);
  }
}
.guideNav > li {
  list-style: none !important;
}
.guideNav > li > a {
  background: #efedeb;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.1em 1em;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .guideNav > li > a {
    font-size: 0.875rem;
  }
}
.guideNav > li > a:hover {
  background: #e4e0dc;
}
.guideNav > li > a::after {
  position: absolute;
  right: 18px;
  top: calc(50% - 2px);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  aspect-ratio: 1;
  rotate: 90deg;
  background: #4f4b47;
}
@media (max-width: 768px) {
  .guideNav > li > a::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}

.guideList > li:first-child .guideTitle {
  display: none;
}

.guideTitle {
  background: #efedeb;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.85em 1em;
}

.guideContent {
  padding-bottom: 30px;
}
.guideContent h3 {
  font-weight: 500;
  font-size: 1rem;
  margin-top: 2em;
  margin-bottom: 1em;
}

.page404 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: min(150px, 20%) 0 min(170px, 22.6666666667%);
}
.page404-num {
  color: #9f723a;
  font-size: 9.375rem;
  font-family: var(--font-ibm);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .page404-num {
    font-size: min(26.6666666667vw, 150px);
  }
}
.page404-ttl {
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.2em;
}
@media (max-width: 768px) {
  .page404-ttl {
    font-size: min(6.4vw, 36px);
  }
}
.page404-txt {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-top: 2em;
  line-height: 1.8;
  padding: 0 1em;
}
@media (max-width: 768px) {
  .page404-txt {
    font-size: clamp(13px, 2.4vw, 18px);
  }
}
.page404-btn {
  max-width: 422px;
  width: 80%;
  margin-top: min(8%, 60px);
}
.page404-btn .btn-gray {
  max-width: 100%;
}@font-face{font-family:"icon";src:url(https://d2w53g1q050m78.cloudfront.net/siiifjapancom/uploads/themes/ec_force_basic_theme_20240607153309/ec_force/assets/icons/icon.eot?qlbxbb);src:url(https://d2w53g1q050m78.cloudfront.net/siiifjapancom/uploads/themes/ec_force_basic_theme_20240607153309/ec_force/assets/icons/icon.eot?qlbxbb#iefix) format("embedded-opentype"),url(https://d2w53g1q050m78.cloudfront.net/siiifjapancom/uploads/themes/ec_force_basic_theme_20240607153309/ec_force/assets/icons/icon.ttf?qlbxbb) format("truetype"),url(https://d2w53g1q050m78.cloudfront.net/siiifjapancom/uploads/themes/ec_force_basic_theme_20240607153309/ec_force/assets/icons/icon.woff?qlbxbb) format("woff"),url(https://d2w53g1q050m78.cloudfront.net/siiifjapancom/uploads/themes/ec_force_basic_theme_20240607153309/ec_force/assets/icons/icon.svg?qlbxbb#icon) format("svg");font-weight:normal;font-style:normal;font-display:block}