@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
body {
  color: #333333;
}

body {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

body.modal__open {
  overflow: hidden;
}

html {
  font-size: 16px;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.arrow-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
}

.arrow-wrapper__text {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3.54375rem;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 0.7333333333;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 550px) {
  .arrow-wrapper__text {
    font-size: 1.875rem;
    top: -7.0875rem;
  }
}

.arrow-wrapper__image {
  position: absolute;
  content: "";
  width: 0.21875rem;
  height: 3.5625rem;
  top: -1.84375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 550px) {
  .arrow-wrapper__image {
    width: 0.4375rem;
    height: 7.125rem;
    top: -3.6875rem;
  }
}

.arrow-wrapper__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brand-video {
  padding-top: 4.125rem;
}
@media screen and (min-width: 550px) {
  .brand-video {
    padding-top: 8.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .brand-video {
    padding-top: 12.5rem;
  }
}

.bland-video__image {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 550px) {
  .bland-video__image {
    margin-top: 3.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .bland-video__image {
    margin-top: 3.1875rem;
  }
}

.bland-video__image video {
  width: 100%;
  max-width: 42.5rem;
}
@media screen and (min-width: 768px) {
  .bland-video__image video {
    max-width: 75rem;
  }
}

.btn__link {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  line-height: 4;
  text-align: center;
  background: #D3A358;
  color: #fff;
  padding: 0.34375rem 4.4375rem 0.25rem 2.03125rem;
  position: relative;
}
@media screen and (min-width: 550px) {
  .btn__link {
    line-height: 2;
    padding: 0.6875rem 8.875rem 0.5rem 4.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .btn__link {
    font-size: 1.3125rem;
    line-height: 2;
    padding: 0.5rem 6.5rem 0.375rem 3.0625rem;
  }
}

.btn__link::before {
  position: absolute;
  content: "";
  background-image: url(../images/btn-arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.125rem;
  height: 0.3125rem;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.25rem;
}
@media screen and (min-width: 550px) {
  .btn__link::before {
    width: 3.9375rem;
    right: 4.125rem;
    height: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .btn__link::before {
    width: 2.9375rem;
    height: 0.46875rem;
    right: 3.125rem;
  }
}

.contact {
  margin-top: 3.0625rem;
}
@media screen and (min-width: 550px) {
  .contact {
    margin-top: 6.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .contact {
    margin-top: 6.5rem;
  }
}

@media screen and (min-width: 768px) {
  .contact__inner {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__description {
  margin-top: 1.0625rem;
}
@media screen and (min-width: 550px) {
  .contact__description {
    margin-top: 2.125rem;
  }
}
@media screen and (min-width: 768px) {
  .contact__description {
    margin-top: 2.5rem;
  }
}

.contact__form {
  margin-top: 1.75rem;
}
@media screen and (min-width: 550px) {
  .contact__form {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .contact__form {
    margin-top: 5.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .contact__form-group {
    border-top: 1px solid #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 2.375rem 3.125rem 0 3.125rem;
  }
}

.contact__form-group.contact__textarea {
  padding-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .contact__form-group.contact__textarea {
    border-bottom: 1px solid #707070;
  }
}

.contact__form-group:not(:first-of-type) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 550px) {
  .contact__form-group:not(:first-of-type) {
    margin-top: 2.5rem;
  }
}

.contact__form-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contact__form-mail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact__label {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: left;
  color: #4d4d4d;
}
@media screen and (min-width: 550px) {
  .contact__label {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .contact__label {
    font-size: 1rem;
    line-height: 1.2;
  }
}

.contact__required {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: left;
  color: #f00;
  border: 1px solid #f00;
  padding: 0 0.4375rem;
}
@media screen and (min-width: 550px) {
  .contact__required {
    font-size: 1.875rem;
    padding: 0 0.875rem;
    line-height: 0.8666666667;
  }
}
@media screen and (min-width: 768px) {
  .contact__required {
    font-size: 1rem;
    line-height: 1.2;
    padding: 0.1875rem 0.5625rem;
    margin-right: 1.125rem;
  }
}

.contact__input {
  border: 1px solid #707070;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: left;
  color: #4d4d4d;
  padding: 0.3125rem 0.625rem;
}
@media screen and (min-width: 550px) {
  .contact__input {
    font-size: 1.875rem;
    line-height: 0.64;
    padding: 0.5rem 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .contact__input {
    padding: 0.375rem 1.125rem;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.2;
    width: 62%;
  }
}

.contact__name-input {
  width: 50%;
}

.contact__name-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .contact__name-fields {
    margin-top: 0;
    width: 62%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 3.5rem;
  }
}

.contact__mail-input {
  margin-top: 0.625rem;
}

.contact__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contact__textarea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .contact__label-textarea {
    padding-left: 4.25rem;
  }
}

.contact__textarea-content {
  border: 1px solid #707070;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  padding: 0.3125rem 0.625rem;
  height: 18.75rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 550px) {
  .contact__textarea-content {
    font-size: 1.875rem;
    height: 31.25rem;
    padding: 0.5rem 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .contact__textarea-content {
    width: 62%;
    height: 14.375rem;
    font-size: 1rem;
  }
}

.contact__privacy {
  margin-top: 1.75rem;
}
@media screen and (min-width: 550px) {
  .contact__privacy {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .contact__privacy {
    margin-top: 5.5625rem;
  }
}

.contact__privacy-contents {
  border: 1px solid #707070;
  margin-top: 0.3125rem;
  padding: 0.625rem 0.625rem;
}
@media screen and (min-width: 550px) {
  .contact__privacy-contents {
    margin-top: 0.625rem;
    padding: 0.5625rem 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .contact__privacy-contents {
    padding: 1.5rem 2.6875rem 1.1875rem 1.5625rem;
    margin-top: 0.9375rem;
  }
}

.contact__privacy-text {
  overflow-y: scroll;
  /* 縦方向にスクロール可能にする */
  height: 21.875rem;
}
@media screen and (min-width: 550px) {
  .contact__privacy-text {
    height: 43.625rem;
  }
}
@media screen and (min-width: 768px) {
  .contact__privacy-text {
    height: 15.5rem;
  }
}

.contact__privacy-text p {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  color: #4d4d4d;
  padding: 0.625rem 0.625rem;
}
@media screen and (min-width: 550px) {
  .contact__privacy-text p {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .contact__privacy-text p {
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.contact__consent {
  text-align: center;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .contact__consent {
    margin-top: 2.4375rem;
  }
}

.contact__checkbox-label {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  text-align: left;
  color: #4d4d4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 550px) {
  .contact__checkbox-label {
    font-size: 1.875rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .contact__checkbox-label {
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.contact__checkbox {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.125rem;
  margin-right: 0.375rem;
}
@media screen and (min-width: 550px) {
  .contact__checkbox {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .contact__checkbox {
    width: 1.375rem;
    height: 1.375rem;
    margin-top: 0;
    margin-right: 0.625rem;
  }
}

.contact__btn {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .contact__btn {
    margin-top: 5rem;
    text-align: center;
  }
}

.contact__button {
  width: 100%;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  color: #fff;
  background: #D5B162;
}
@media screen and (min-width: 550px) {
  .contact__button {
    font-size: 1.875rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 768px) {
  .contact__button {
    max-width: 31.25rem;
    font-size: 1rem;
    line-height: 2.1875;
    padding: 0.9375rem 0 0.6875rem 0;
  }
}

.copy {
  text-align: center;
  border-top: 1px solid #4D4D4D;
  margin-top: 0.9375rem;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 550px) {
  .copy {
    margin-top: 1.8125rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .copy {
    margin-top: 2.4375rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.copy small {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 2;
  color: #4d4d4d;
}
@media screen and (min-width: 550px) {
  .copy small {
    font-size: 1.875rem;
    line-height: 2.6666666667;
  }
}
@media screen and (min-width: 768px) {
  .copy small {
    font-size: 1rem;
    line-height: 5;
  }
}

.efficacy__inner {
  margin-left: auto;
  margin-right: auto;
}

.efficacy__head,
.efficacy__under {
  position: relative;
}
@media screen and (min-width: 550px) {
  .efficacy__head,
  .efficacy__under {
    zoom: unset;
  }
}

.efficacy__head-Content,
.efficacy__under-Content {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .efficacy__head-Content,
  .efficacy__under-Content {
    top: 50%;
  }
}

.efficacy__title-head {
  position: absolute;
  top: 10%;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  gap: 1.3125rem;
}
@media screen and (min-width: 550px) {
  .efficacy__title-head {
    top: 3.125rem;
    gap: 2.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .efficacy__title-head {
    top: 8%;
    gap: 1.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .efficacy__title-head {
    gap: 2.5rem;
  }
}

.efficacy__head-Content {
  text-align: right;
  left: 4%;
}
@media screen and (min-width: 550px) {
  .efficacy__head-Content {
    left: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.efficacy__under-Content {
  text-align: left;
  right: 4%;
}
@media screen and (min-width: 550px) {
  .efficacy__under-Content {
    right: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.efficacy__head-Image {
  aspect-ratio: 1500/2206;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .efficacy__head-Image {
    min-height: 61.5625rem;
  }
}

.efficacy__under-Image {
  aspect-ratio: 1500/1710;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .efficacy__under-Image {
    min-height: 49rem;
  }
}

.efficacy__head-Image img,
.efficacy__under-Image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 550px) {
  .efficacy__head-Image img,
  .efficacy__under-Image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.efficacy__head-Title,
.efficacy__under-Title {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.375;
}
@media screen and (min-width: 550px) {
  .efficacy__head-Title,
  .efficacy__under-Title {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.34375;
  }
}
@media screen and (min-width: 768px) {
  .efficacy__head-Title,
  .efficacy__under-Title {
    letter-spacing: 0.15em;
  }
}

.efficacy__head-Title {
  color: #ded18f;
}

.efficacy__under-Title {
  color: #F8C6BC;
}

.efficacy__head-subTitle,
.efficacy__under-subTitle {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #FFF;
  margin-top: 0.625rem;
  position: relative;
}
@media screen and (min-width: 550px) {
  .efficacy__head-subTitle,
  .efficacy__under-subTitle {
    font-size: 1.875rem;
    line-height: 1.4;
    color: #FFF;
    margin-top: 1.8125rem;
  }
}

.efficacy__head-subTitle {
  padding-right: 0.625rem;
}

.efficacy__under-subTitle {
  padding-left: 0.625rem;
}

.efficacy__head-subTitle::before,
.efficacy__under-subTitle::before {
  position: absolute;
  content: "";
  width: 0.125rem;
  height: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 550px) {
  .efficacy__head-subTitle::before,
  .efficacy__under-subTitle::before {
    width: 0.25rem;
    height: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .efficacy__head-subTitle::before,
  .efficacy__under-subTitle::before {
    width: 0.3125rem;
    height: 4.0625rem;
  }
}

.efficacy__head-subTitle::before {
  background: #ded18f;
  right: 0;
}

.efficacy__under-subTitle::before {
  background: #F8C6BC;
  left: 0;
}

.efficacy__head-subTitle span,
.efficacy__under-subTitle span {
  font-size: 0.65625rem;
  line-height: 1.5;
}
@media screen and (min-width: 550px) {
  .efficacy__head-subTitle span,
  .efficacy__under-subTitle span {
    font-size: 1.3125rem;
    line-height: 2;
  }
}

.efficacy__head-subtext,
.efficacy__under-subtext {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.2857142857;
  color: #FFF;
  margin-top: 0.5rem;
  max-width: 15.625rem;
}
@media screen and (min-width: 550px) {
  .efficacy__head-subtext,
  .efficacy__under-subtext {
    font-size: 1.625rem;
    letter-spacing: 0.1em;
    line-height: 1.3076923077;
    max-width: unset;
  }
}

.efficacy__under-subtext {
  max-width: 14.0625rem;
}
@media screen and (min-width: 550px) {
  .efficacy__under-subtext {
    max-width: 26.8125rem;
  }
}

.efficacy__head-text,
.efficacy__under-text {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.3125;
  position: relative;
  margin-top: 2.3125rem;
  max-width: 13.75rem;
}
@media screen and (min-width: 550px) {
  .efficacy__head-text,
  .efficacy__under-text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin-top: 4.6875rem;
    max-width: unset;
  }
}

.efficacy__head-text::before {
  position: absolute;
  content: "";
  background-image: url(../images/efficacy-yuzu.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5.6875rem;
  height: 4.6875rem;
  top: 0;
  left: 0;
}
@media screen and (min-width: 550px) {
  .efficacy__head-text::before {
    width: 11.375rem;
    height: 6.3125rem;
    left: -2%;
  }
}

.efficacy__under-text::before {
  position: absolute;
  content: "";
  background-image: url(../images/efficacy-citrus.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.4375rem;
  height: 4.6875rem;
  bottom: -2.875rem;
  right: -1.25rem;
}
@media screen and (min-width: 550px) {
  .efficacy__under-text::before {
    width: 11.375rem;
    height: 6.3125rem;
    bottom: -2.8125rem;
    right: -1.5625rem;
  }
}

.efficacy__head-text span,
.efficacy__under-text span {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.5;
}
@media screen and (min-width: 550px) {
  .efficacy__head-text span,
  .efficacy__under-text span {
    font-size: 1.3125rem;
    line-height: 2;
  }
}

.efficacy__head-text {
  color: #ded18f;
}

.efficacy__under-text {
  color: #F8C6BC;
  width: 12.8125rem;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 550px) {
  .efficacy__under-text {
    width: 25.1875rem;
    margin-top: 2.375rem;
  }
}

.efficacy__headbtn {
  margin-top: 1.75rem;
}
@media screen and (min-width: 550px) {
  .efficacy__headbtn {
    margin-top: 3.5625rem;
  }
}

.efficacy__underbtn {
  margin-top: 2.9375rem;
}
@media screen and (min-width: 550px) {
  .efficacy__underbtn {
    margin-top: 5.9375rem;
  }
}

.efficacy__pcWrapper {
  position: relative;
}

.efficacy__pcImage {
  aspect-ratio: 1920/1149;
  width: 100%;
}

.efficacy__pcImage img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.efficacy__pcContent {
  max-width: 68.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  zoom: 80%;
}
@media screen and (min-width: 1400px) {
  .efficacy__pcContent {
    zoom: 100%;
  }
}

.efficacy__pcContent--left {
  left: 0rem;
  text-align: right;
}

.efficacy__pcContent--right {
  right: -0.9375rem;
}

.efficacy__pcContent--left,
.efficacy__pcContent--right {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 5.375rem;
}

.efficacy__left-Title,
.efficacy__right-Title {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.3333333333;
}

.efficacy__left-Title {
  color: #ded18f;
}

.efficacy__right-Title {
  color: #F8C6BC;
}

.efficacy__left-subTitle,
.efficacy__right-subTitle {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  position: relative;
  margin-top: 1.5625rem;
}

.efficacy__left-subTitle span,
.efficacy__right-subTitle span {
  font-size: 1rem;
  line-height: 2;
}

.efficacy__left-subTitle {
  padding-right: 1.25rem;
}

.efficacy__right-subTitle {
  padding-left: 1.25rem;
}

.efficacy__left-subTitle::before,
.efficacy__right-subTitle::before {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 4.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.efficacy__left-subTitle::before {
  background: #ded18f;
  right: 0;
}

.efficacy__right-subTitle::before {
  background: #F8C6BC;
  left: 0;
}

.efficacy__left-subtext,
.efficacy__right-subtext {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .efficacy__left-subtext,
  .efficacy__right-subtext {
    max-width: 19.1875rem;
  }
}

.efficacy__left-text,
.efficacy__right-text {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
  line-height: 1.5238095238;
  position: relative;
  margin-top: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .efficacy__left-text,
  .efficacy__right-text {
    margin-top: 1.125rem;
  }
}

.efficacy__left-text span,
.efficacy__right-text span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}

.efficacy__left-text {
  color: #ded18f;
}

.efficacy__right-text {
  color: #F8C6BC;
}

.efficacy__left-text::before,
.efficacy__right-text::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.efficacy__left-text::before {
  width: 8.4375rem;
  height: 4.6875rem;
  top: 50%;
  left: 10%;
  background-image: url(../images/efficacy-yuzu.webp);
}

.efficacy__right-text::before {
  width: 8.4375rem;
  height: 4.6875rem;
  top: 62%;
  right: 20%;
  background-image: url(../images/efficacy-citrus.webp);
}

.efficacy__leftbtn {
  margin-top: 6.75rem;
}

.efficacy__rightbtn {
  margin-top: 4.75rem;
}

.efficacy__btn-link--sp::before {
  right: 1.25rem;
}

.btn__link.efficacy__btn-link--sp {
  font-size: 0.875rem;
  padding: 0.3125rem 3.875rem 0.3125rem 2.5625rem;
  position: relative;
}
@media screen and (min-width: 550px) {
  .btn__link.efficacy__btn-link--sp {
    font-size: 1.75rem;
    line-height: 2;
    padding: 0.6875rem 8.875rem 0.5rem 4.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .btn__link.efficacy__btn-link--sp {
    font-size: 1.3125rem;
    line-height: 2;
    padding: 0.3125rem 6.5rem 0.375rem 3.0625rem;
  }
}

.btn__link.efficacy__btn-link--sp::before {
  right: 0.75rem;
  width: 2.5rem;
}
@media screen and (min-width: 550px) {
  .btn__link.efficacy__btn-link--sp::before {
    width: 3.9375rem;
    right: 4.125rem;
  }
}
@media screen and (min-width: 768px) {
  .btn__link.efficacy__btn-link--sp::before {
    width: 2.9375rem;
    height: 0.46875rem;
    right: 3.125rem;
  }
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
  will-change: opacity, transform;
}

.fade-up {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.product__card-Content.js-fade {
  -webkit-transition: opacity 2s, visibility 2s, -webkit-transform 2s;
  transition: opacity 2s, visibility 2s, -webkit-transform 2s;
  transition: opacity 2s, visibility 2s, transform 2s;
  transition: opacity 2s, visibility 2s, transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.product__card-Content.fade-up {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.efficacy__head-Content.js-fade.fade-up {
  top: 40%;
}
@media screen and (min-width: 550px) {
  .efficacy__head-Content.js-fade.fade-up {
    top: 70%;
    -webkit-transform: translateY(-64%) scale(0.8);
            transform: translateY(-64%) scale(0.8);
  }
}

.efficacy__under-Content.js-fade.fade-up {
  top: clamp(56px, 56px + 81 * (100vw - 375px) / 175, 137px);
}
@media screen and (min-width: 550px) {
  .efficacy__under-Content.js-fade.fade-up {
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
  }
}

@media screen and (min-width: 550px) {
  .efficacy__under-Content.js-fade,
  .efficacy__head-Content.js-fade {
    -webkit-transform: translateY(-40%) scale(0.8);
            transform: translateY(-40%) scale(0.8);
  }
}

.efficacy__pcContent.js-fade {
  -webkit-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px);
}

.efficacy__pcContent.fade-up {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.faq-list__item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #707070;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 550px) {
  .faq-list__item {
    padding-top: 1.875rem;
    padding-bottom: 2.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .faq-list__item {
    padding-top: 2.1875rem;
  }
}

.faq-list__item + .faq-list__item {
  margin-top: 0.625rem;
}
@media screen and (min-width: 550px) {
  .faq-list__item + .faq-list__item {
    margin-top: 1.25rem;
  }
}

.faq-list__item-question {
  position: relative;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: left;
  color: #4d4d4d;
  cursor: pointer;
  padding: 0 4.0625rem 0 1rem;
}
@media screen and (min-width: 550px) {
  .faq-list__item-question {
    font-size: 1.875rem;
    padding: 0 4.0625rem 0 2.0625rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .faq-list__item-question {
    font-size: 1.25rem;
    line-height: 0.96;
    padding: 0 5.625rem 0 4.875rem;
  }
}

.faq-list__item-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 4.0625rem 0 1rem;
}
@media screen and (min-width: 550px) {
  .faq-list__item-answer {
    font-size: 1.875rem;
    padding: 0 4.0625rem 0 2.0625rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .faq-list__item-answer {
    font-size: 1.25rem;
    line-height: 0.96;
    padding: 0 5.625rem 0 4.875rem;
  }
}

.faq-list__item-answer-inner {
  display: block;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 0.9375rem;
}
@media screen and (min-width: 550px) {
  .faq-list__item-answer-inner {
    padding-top: 1.875rem;
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .faq-list__item-answer-inner {
    font-size: 1.25rem;
    line-height: 1.65;
  }
}

.faq-list__item-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.75rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0.0625rem solid #707070;
  background-color: #fff;
}
@media screen and (min-width: 550px) {
  .faq-list__item-icon {
    right: 1.5625rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .faq-list__item-icon {
    right: 3.25rem;
  }
}

.faq-list__item-icon::before,
.faq-list__item-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #707070;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-list__item-icon::before {
  width: 0.625rem;
  height: 0.0625rem;
}
@media screen and (min-width: 550px) {
  .faq-list__item-icon::before {
    width: 1.25rem;
  }
}

.faq-list__item-icon::after {
  width: 0.0625rem;
  height: 0.625rem;
}
@media screen and (min-width: 550px) {
  .faq-list__item-icon::after {
    height: 1.25rem;
  }
}

/* 開いているとき：縦棒を消して「−」に */
.faq-list__item-question.is-open .faq-list__item-icon::after {
  opacity: 0;
}

.faq {
  padding-top: 4.3125rem;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-top: 8.625rem;
  }
}
@media screen and (min-width: 768px) {
  .faq {
    padding-top: 13.5625rem;
  }
}

.faq__inner {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    max-width: 75rem;
  }
}

.faq__text {
  margin-top: 1.25rem;
}
@media screen and (min-width: 550px) {
  .faq__text {
    margin-top: 2.625rem;
  }
}
@media screen and (min-width: 768px) {
  .faq__text {
    margin-top: 2.5rem;
  }
}

.faq__list {
  margin-top: 1.25rem;
}
@media screen and (min-width: 550px) {
  .faq__list {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .faq__list {
    margin-top: 4rem;
  }
}

.Fv {
  position: relative;
  height: 100%;
  padding-bottom: 23%;
}
@media screen and (min-width: 550px) {
  .Fv {
    height: 92.3125rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .Fv {
    height: 100%;
  }
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
  will-change: opacity, transform;
}

.fade-up {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.Fv::before {
  position: absolute;
  content: "";
  background-image: url(../images/fvSP02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .Fv::before {
    background-image: url(../images/fvPC02.webp);
  }
}

.Fv__inner {
  padding-top: 104.0322580645%;
}
@media screen and (min-width: 550px) {
  .Fv__inner {
    padding-top: 48.4375rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 550px) and (min-width: 768px) {
  .Fv__inner {
    padding: unset;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15%;
    padding-bottom: 12%;
  }
}

@media screen and (min-width: 768px) {
  .Fv__contens {
    width: 100%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    max-width: 37.1875rem;
    margin-left: auto;
    /* 右寄せにする */
  }
}
@media screen and (min-width: 1600px) {
  .Fv__contens {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.Fv__subTitle {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 1.1875rem;
  letter-spacing: 0.05em;
  line-height: 1.4210526316;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 550px) {
  .Fv__subTitle {
    letter-spacing: 0.1em;
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 768px) {
  .Fv__subTitle {
    font-size: 2.0625rem;
    line-height: 1.8181818182;
  }
}

.Fv__title {
  aspect-ratio: 580/163;
  width: 100%;
  max-width: 18.125rem;
  margin-inline: auto;
  margin-top: 0.875rem;
}
@media screen and (min-width: 550px) {
  .Fv__title {
    margin-top: 1.875rem;
    max-width: 36.25rem;
  }
}
@media screen and (min-width: 768px) {
  .Fv__title {
    aspect-ratio: 520/146;
    max-width: 32.5rem;
    margin-top: 2.25rem;
  }
}

.Fv__title img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.Fv__catch {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 1.5625rem;
  letter-spacing: 0.07em;
  line-height: 1.568627451;
  text-align: center;
  color: #fff;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 550px) {
  .Fv__catch {
    font-size: 3.1875rem;
    margin-top: 3.375rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .Fv__catch {
    font-size: 2.875rem;
    letter-spacing: 0.15em;
    line-height: 1.7391304348;
    margin-top: 8rem;
  }
}

.Fv__text {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: clamp(0.938rem, 4vw, 1.875rem);
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-top: 0.65625rem;
}
@media screen and (min-width: 550px) {
  .Fv__text {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .Fv__text {
    font-size: 1.3125rem;
    line-height: 2;
    margin-top: 1.375rem;
  }
}

.Fv__contens {
  opacity: 1;
  /* 初期状態で表示 */
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: none;
          animation-name: none;
  /* 初期はアニメーションしない */
}

/* アニメーション発火用クラス */
.Fv__contens.is-blur {
  -webkit-animation-name: contentBlur;
          animation-name: contentBlur;
  opacity: 1;
}

/* アニメーション定義 */
@-webkit-keyframes contentBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes contentBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.inner {
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 550px) {
  .inner {
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
  overflow: hidden;
}

.modal[open].is-visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: auto;
}

.modal__content {
  max-height: 100vh;
  overflow-y: auto;
  /* モーダル内スクロール */
  background: #fff;
  padding: 2rem;
  width: 90%;
  max-width: 800px;
  text-align: center;
  width: 100%;
  overflow-y: auto;
  /* 横スクロールを防ぐための設定 */
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* モーダル内スクロール */
}
@media screen and (min-width: 550px) {
  .modal__content {
    padding: 0 6.25rem;
  }
}
@media screen and (min-width: 768px) {
  .modal__content {
    max-width: unset;
  }
}

.modal::-ms-backdrop {
  background: rgba(0, 0, 0, 0.5);
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.modal__text {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #333;
}

.modal__button {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
  background: #fff;
  color: #D3A358;
  border: 1px solid #D3A358;
  padding: 0.5rem 0;
  position: relative;
  width: 100%;
  margin-top: 2.8125rem;
  margin-bottom: 3.8125rem;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 550px) {
  .modal__button {
    font-size: 1.75rem;
    line-height: 2;
    margin-bottom: 7.625rem;
    margin-top: 5.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .modal__button {
    font-size: 1.3125rem;
    line-height: 2;
    padding: 0.3125rem 0;
    max-width: 18.75rem;
    margin-top: 5.5625rem;
  }
}

.open-button {
  cursor: pointer;
}

.modal__title {
  margin-top: 6rem;
  padding-bottom: 0.875rem;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.75;
  text-align: center;
  color: #b4791c;
  border-bottom: 1px solid #b4791c;
}
@media screen and (min-width: 550px) {
  .modal__title {
    font-size: 1.625rem;
    line-height: 1.6153846154;
  }
}
@media screen and (min-width: 768px) {
  .modal__title {
    padding-bottom: 0.6875rem;
  }
}

.modal__subTitle {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.3125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  color: #4d4d4d;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 550px) {
  .modal__subTitle {
    font-size: 2.625rem;
    letter-spacing: 0.1em;
    line-height: 1.3333333333;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 1.375rem;
    padding-inline: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .modal__subTitle {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

.modal__images p {
  text-align: left;
  padding-left: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 550px) {
  .modal__images p {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .modal__images p {
    padding-left: 0.9375rem;
  }
}

.modal__images p::before {
  position: absolute;
  content: "";
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  background-color: #b4791c;
  width: 0.625rem;
  height: 0.625rem;
}
@media screen and (min-width: 550px) {
  .modal__images p::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .modal__images p::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.modal__images-text.modal__oneImages-text {
  margin: 0 calc(50% - 50vw);
  margin-top: 0.8rem;
}

.modal__images {
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .modal__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.75rem;
    margin-top: 4.9375rem;
  }
}

.modal__image {
  aspect-ratio: 510/383;
  width: 100%;
  max-width: 31.875rem;
  margin-left: auto;
  margin-right: auto;
}

.modal__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal__images-text,
.modal__images-texts {
  margin-top: 1.0625rem;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #4d4d4d;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
@media screen and (min-width: 550px) {
  .modal__images-text,
  .modal__images-texts {
    font-size: 2rem;
    line-height: 1.3125;
  }
}
@media screen and (min-width: 768px) {
  .modal__images-text,
  .modal__images-texts {
    font-size: 1.3125rem;
    line-height: 2;
  }
}

.modal__images-under {
  margin-top: 2.125rem;
}
@media screen and (min-width: 550px) {
  .modal__images-under {
    margin-top: 4.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .modal__images-under {
    margin-top: 0;
  }
}

.modal__close--icon {
  position: absolute;
  top: 0;
  right: 1.25rem;
  font-size: 2.625rem;
  font-weight: 100;
  background: transparent;
  border: none;
  color: #b4791c;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .modal__close--icon {
    right: 1.875rem;
    font-size: 3.75rem;
  }
}

.modal__oneImage {
  aspect-ratio: 510/383;
  width: 100%;
  height: 100%;
  max-width: 31.875rem;
}
@media screen and (min-width: 768px) {
  .modal__oneImage {
    aspect-ratio: 860/300;
    max-width: 53.75rem;
  }
}

.modal__oneImage img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.modal__threeImage {
  aspect-ratio: 510/383;
  width: 100%;
  max-width: 31.875rem;
}
@media screen and (min-width: 768px) {
  .modal__threeImage {
    aspect-ratio: 300/300;
    max-width: 18.75rem;
  }
}

.modal__threeImage img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.product__card {
  position: relative;
}

.product__card-inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .product__card-inner {
    max-width: 31.25rem;
  }
}

.product__card-Content {
  position: absolute;
  content: "";
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  left: 40%;
  right: 0.625rem;
}
@media screen and (min-width: 550px) {
  .product__card-Content {
    left: 34%;
    top: 9%;
  }
}
@media screen and (min-width: 768px) {
  .product__card-Content {
    top: 17%;
    left: 48.90625%;
    max-width: 28.125rem;
  }
}

.product__card-image {
  aspect-ratio: 750/650;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product__card-image {
    aspect-ratio: 1920/650;
    height: 40.625rem;
  }
}

.product__card-image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 550px) {
  .product__card-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.product__card-subTitle {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: clamp(0.938rem, 4vw, 1.875rem);
  line-height: 1.3666666667;
  color: #FFF;
  margin-top: 1.625rem;
  position: relative;
  padding-left: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .product__card-subTitle {
    line-height: 1.3666666667;
    margin-top: 0;
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .product__card-subTitle {
    font-size: 1.3125rem;
    line-height: 1.5238095238;
  }
}

.product__card-subTitle span {
  font-size: clamp(0.688rem, 0.063rem + 2.67vw, 1.313rem);
  line-height: 1.9523809524;
}
@media screen and (min-width: 550px) {
  .product__card-subTitle span {
    line-height: 1.9523809524;
  }
}

.product__card-subTitle::before {
  position: absolute;
  content: "";
  width: 0.125rem;
  height: 3.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 550px) {
  .product__card-subTitle::before {
    width: 0.25rem;
    height: 6.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .product__card-subTitle::before {
    width: 0.3125rem;
    height: 3.3125rem;
  }
}

.product__card-subTitle::before {
  background: #AB9535;
  left: 0;
}

.product__card-subtext {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  line-height: 1.2142857143;
  color: #FFF;
  margin-top: 0.78125rem;
}
@media screen and (min-width: 550px) {
  .product__card-subtext {
    letter-spacing: 0.1em;
    line-height: 1.2142857143;
    max-width: unset;
    width: 100%;
    margin-top: 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .product__card-subtext {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 3.1875rem;
    max-width: 22.5rem;
  }
}

.product__card-text {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: clamp(0.938rem, 4vw, 1.875rem);
  letter-spacing: 0.05em;
  line-height: 1.4333333333;
  position: relative;
  color: #AB9535;
  width: 100%;
  margin-top: 0.71875rem;
}
@media screen and (min-width: 550px) {
  .product__card-text {
    letter-spacing: 0.05em;
    line-height: 1.4333333333;
    max-width: unset;
    width: 90%;
    margin-top: 1.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .product__card-text {
    font-size: 1.3125rem;
    line-height: 1.5238095238;
    margin-top: 1.9375rem;
    max-width: 21.125rem;
  }
}

.product__card-text::before {
  position: absolute;
  content: "";
  background-image: url(../images/product-musk.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5.9375rem;
  height: 3.8125rem;
  bottom: -1.375rem;
  right: 0.75rem;
}
@media screen and (min-width: 550px) {
  .product__card-text::before {
    width: 11.875rem;
    height: 7.625rem;
    bottom: -2.8125rem;
    right: -1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .product__card-text::before {
    width: 9.125rem;
    height: 5.4375rem;
    bottom: -3.7875rem;
    right: -1.5625rem;
  }
}

.product__card-text span {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.5238095238;
}
@media screen and (min-width: 550px) {
  .product__card-text span {
    font-size: 1.3125rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .product__card-text span {
    font-size: 1rem;
    line-height: 2;
  }
}

.product__card-btn {
  margin-top: 1.5rem;
}
@media screen and (min-width: 550px) {
  .product__card-btn {
    margin-top: 4.25rem;
  }
}
@media screen and (min-width: 768px) {
  .product__card-btn {
    margin-top: 5.5rem;
  }
}

.product__card-btn-link {
  padding: 0.34375rem 4.4375rem 0.25rem 2.03125rem;
  position: relative;
}
@media screen and (min-width: 550px) {
  .product__card-btn-link {
    line-height: 2;
    padding: 0.6875rem 8.875rem 0.5rem 4.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .product__card-btn-link {
    font-size: 1.3125rem;
    line-height: 2;
    padding: 0.5rem 8.375rem 0.375rem 4.9375rem;
  }
}

.product__card-btn-link::before {
  right: 2.21875rem;
}
@media screen and (min-width: 550px) {
  .product__card-btn-link::before {
    right: 4.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .product__card-btn-link::before {
    right: 2.8125rem;
  }
}

.product__card-note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.34375rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #FFF;
  font-weight: 400;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: left;
}
@media screen and (min-width: 550px) {
  .product__card-note {
    margin-top: 4.5rem;
    font-size: 1.875rem;
    line-height: 1.4;
    display: -ms-grid;
    display: grid;
    gap: 0.8125rem;
    padding-right: 2.375rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .product__card-note {
    margin-top: 1.375rem;
    font-size: 1.3125rem;
    line-height: 2;
    gap: 0.125rem;
    padding-right: 0;
  }
}

.product__card-note li {
  position: relative;
  padding-left: 0.5625rem;
}
@media screen and (min-width: 550px) {
  .product__card-note li {
    padding-left: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .product__card-note li {
    padding-left: 0.75rem;
  }
}

.product__card-note li::before {
  position: absolute;
  content: "";
  width: 0.125rem;
  height: 2.1875rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #AB9535;
}
@media screen and (min-width: 550px) {
  .product__card-note li::before {
    width: 0.25rem;
    height: 4.375rem;
  }
}
@media screen and (min-width: 768px) {
  .product__card-note li::before {
    width: 0.3125rem;
    height: 1.5625rem;
  }
}

/* 詰替え商品用 */
.product__card-refill {
  background-image: url(../images/refill-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding-block: 1.875rem 2.5rem;
  position: relative;
}
@media screen and (min-width: 550px) {
  .product__card-refill {
    padding-block: 3.75rem 6.375rem;
  }
}
@media screen and (min-width: 768px) {
  .product__card-refill {
    padding-block: 4.25rem 4.6875rem;
  }
}

.product__card-text--refill {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 550px) {
  .product__card-text--refill {
    margin-top: 1.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .product__card-text--refill {
    margin-top: 0.9375rem;
  }
}

.product__card-image-refill {
  aspect-ratio: 667/382;
  margin-top: 1.8125rem;
}
@media screen and (min-width: 550px) {
  .product__card-image-refill {
    margin-top: 3.625rem;
  }
}
@media screen and (min-width: 768px) {
  .product__card-image-refill {
    aspect-ratio: 799/414;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.125rem;
    max-width: 50.5rem;
  }
}

.product__card-image-refill img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__card-btn--refill {
  margin-top: 2.375rem;
}
@media screen and (min-width: 550px) {
  .product__card-btn--refill {
    margin-top: 5.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .product__card-btn--refill {
    margin-top: 2.5rem;
  }
}

.reasons {
  padding-top: 1.875rem;
}
@media screen and (min-width: 550px) {
  .reasons {
    padding-top: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .reasons {
    padding-top: 8rem;
  }
}

.reasons__item {
  text-align: center;
  padding-block: 1.875rem;
  /* background-image: url(../images/reason-bg.webp); */
  background-image: url(../images/reasons-bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
@media screen and (min-width: 550px) {
  .reasons__item {
    padding-block: 4rem 5.125rem;
  }
}
@media screen and (min-width: 768px) {
  .reasons__item {
    padding-block: 8.5625rem 4.375rem;
  }
}

.reasons__text {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .reasons__text {
    margin-top: 2.625rem;
  }
}
@media screen and (min-width: 550px) {
  .reasons__text {
    margin-top: 2.9375rem;
  }
}

.reasons__title-en {
  font-size: 1.9375rem;
  color: #b4791c;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  font-weight: 600;
}
@media screen and (min-width: 550px) {
  .reasons__title-en {
    font-size: 3.875rem;
  }
}
@media screen and (min-width: 768px) {
  .reasons__title-en {
    font-size: 3.5rem;
  }
}

.reasons__title-en::after {
  content: "";
  display: block;
  width: 18.75rem;
  height: 1px;
  background: repeating-linear-gradient(to right, #b4791c 0, #b4791c 2px, transparent 2px, transparent 4px);
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .reasons__title-en::after {
    width: 37.5rem;
  }
}
@media screen and (min-width: 550px) {
  .reasons__title-en::after {
    width: 37.5rem;
    margin-top: -0.5625rem;
    margin-bottom: 1.75rem;
  }
}

.reasons__title-ja {
  font-size: 0.9375rem;
  color: #b4791c;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  margin-top: -1rem;
}
@media screen and (min-width: 550px) {
  .reasons__title-ja {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .reasons__title-ja {
    font-size: 1.25rem;
  }
}

.reasons__image {
  aspect-ratio: 291/535;
  width: 100%;
  max-width: 11.25rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 550px) {
  .reasons__image {
    margin-top: 4.375rem;
    max-width: 23.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .reasons__image {
    aspect-ratio: 230/422;
    margin-top: 0.75rem;
    max-width: 18.75rem;
  }
}

.reasons__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reasons__desc {
  font-size: clamp(1.125rem, 4.8vw, 2.25rem);
  margin-bottom: 2rem;
  line-height: 1.3125;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  margin-top: -3.5625rem;
}
@media screen and (min-width: 550px) {
  .reasons__desc {
    margin-top: -7.625rem;
  }
}
@media screen and (min-width: 768px) {
  .reasons__desc {
    font-size: 1.5rem;
    margin-top: -7.75rem;
    line-height: 1.75;
  }
}

.reasons__desc-type {
  font-size: clamp(1.125rem, 4.8vw, 2.25rem);
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  color: #b4791c;
}
@media screen and (min-width: 768px) {
  .reasons__desc-type {
    font-size: 1.75rem;
  }
}

.reasons__icons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 9.375rem 9.875rem;
  grid-template-rows: 9.375rem 9.875rem;
      grid-template-areas: "item01 item01" "item02 item03";
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  max-width: 25rem;
  }
  @media screen and (min-width: 550px) {
  .reasons__icons {
  -ms-grid-rows: 19.75rem 18.25rem;
  grid-template-rows: 19.75rem 18.25rem;
  max-width: 42.5rem;
  margin-top: 4.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .reasons__icons {
    -ms-grid-columns: 39.0862944162% 30.4568527919% 30.4568527919%;
    grid-template-columns: 39.0862944162% 30.4568527919% 30.4568527919%;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
        grid-template-areas: "item01 item02 item03";
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -2rem;
    max-width: 75rem;
  }
}

.item01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: item01;
}
@media screen and (min-width: 768px) {
  .item01 {
    position: absolute;
    left: 3.9375rem;
  }
}

.item02 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: item02;
  margin-right: -1.875rem;
}
@media screen and (min-width: 550px) {
  .item02 {
    margin-right: -3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .item02 {
    position: absolute;
    left: -3.1875rem;
  }
}

.item03 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: item03;
  margin-left: -1.75rem;
}

@media screen and (min-width: 768px){
  .item01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .item02 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .item03 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 550px) {
  .item03 {
    margin-left: -3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .item03 {
    position: absolute;
    left: -5.1875rem;
  }
}

.reasons__icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 62%;
  height: 62%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgb(251, 241, 184);
          box-shadow: 0 0 10px rgb(251, 241, 184);
  -webkit-animation: slow-glow 1.5s ease-in-out infinite alternate;
          animation: slow-glow 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes slow-glow {
  0% {
    -webkit-box-shadow: 0;
            box-shadow: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 30px rgb(251, 241, 184), 0 0 75px rgba(255, 215, 0, 0.8);
            box-shadow: 0 0 30px rgb(251, 241, 184), 0 0 75px rgba(255, 215, 0, 0.8);
  }
}

@keyframes slow-glow {
  0% {
    -webkit-box-shadow: 0;
            box-shadow: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 30px rgb(251, 241, 184), 0 0 75px rgba(255, 215, 0, 0.8);
            box-shadow: 0 0 30px rgb(251, 241, 184), 0 0 75px rgba(255, 215, 0, 0.8);
  }
}
.reasons__icon {
  aspect-ratio: 369/369;
  max-width: 11.53125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .reasons__icon {
    max-width: 23.0625rem;
  }
}
@media screen and (min-width: 550px) {
  .reasons__icon {
    max-width: 23.0625rem;
  }
}

.reasons__icon img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reasons__icon--big {
  max-width: 14.21875rem;
  aspect-ratio: 455/455;
}
@media screen and (min-width: 550px) {
  .reasons__icon--big {
    max-width: 28.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .reasons__icon--big {
    max-width: 28.4375rem;
  }
}

.reasons__item--treatment {
  padding-top: 2.8125rem;
}
@media screen and (min-width: 550px) {
  .reasons__item--treatment {
    paddeing-block: 5.75rem 2.375rem:
  }
}
@media screen and (min-width: 768px) {
  .reasons__item--treatment {
    padding-bottom: 15rem;
    padding-top: 6.25rem;
  }
}

.reasons__treatment-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  position: relative;
}
@media screen and (min-width: 550px) {
  .reasons__treatment-wrapper {
    gap: 2rem;
    margin-top: 4.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .reasons__treatment-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 3.25rem;
  }
}

.reasons__treatment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1rem;
}
@media screen and (min-width: 550px) {
  .reasons__treatment {
    margin-left: -3rem;
  }
}
@media screen and (min-width: 768px) {
  .reasons__treatment {
    gap: 1.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .reasons__treatment--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: absolute;
    left: 10.125rem;
  }
}

.reasons__treatment--right {
  margin-top: -4.1875rem;
}
@media screen and (min-width: 550px) {
  .reasons__treatment--right {
    margin-top: -9.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .reasons__treatment--right {
    margin-top: 0;
    position: absolute;
    left: 40.625rem;
  }
}

.reasons__image-treatment {
  aspect-ratio: 147/271;
  width: 100%;
  max-width: 11.5625rem;
  display: block;
}
@media screen and (min-width: 550px) {
  .reasons__image-treatment {
    aspect-ratio: 294/543;
    max-width: 23.375rem;
  }
}
@media screen and (min-width: 768px) {
  .reasons__image-treatment {
    aspect-ratio: 723/574.5;
    max-width: 45.1875rem;
  }
}

.reasons__image-treatment img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reasons__desc--treatment {
  text-align: left;
  padding-top: 7.25rem;
  margin-left: -1.3125rem;
}
@media screen and (min-width: 550px) {
  .reasons__desc--treatment {
    padding-top: 13.25rem;
    margin-left: -2.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .reasons__desc-left {
    text-align: right;
    margin-left: 0;
    margin-right: -12.125rem;
  }
}

@media screen and (min-width: 768px) {
  .reasons__desc-right {
    text-align: left;
    margin-left: -12.125rem;
  }
}

.reasons__icons-treatment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -5.3125rem;
}
@media screen and (min-width: 550px) {
  .reasons__icons-treatment {
    margin-top: -10.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .reasons__icons-treatment {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 76%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 42.75rem;
    pointer-events: auto;
    z-index: 10;
  }
}

.reasons__icon-treatment-left {
  margin-right: -2.75rem;
}
@media screen and (min-width: 550px) {
  .reasons__icon-treatment-left {
    margin-right: -5.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .reasons__icon-treatment-left {
    margin-right: 0;
    position: absolute;
    left: 1.625rem;
    pointer-events: auto;
    cursor: pointer;
    z-index: 11;
  }
}

@media screen and (min-width: 768px) {
  .reasons__icon-treatment-right {
    margin-left: 0;
    position: absolute;
    left: 19.375rem;
    pointer-events: auto;
    cursor: pointer;
    z-index: 11;
  }
}

@media screen and (min-width: 768px) {
  .reasons__treatment-wrapper .reasons__desc {
    margin-top: 15.25rem;
  }
}

.section-title {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: clamp(1.438rem, 6.13vw, 2.875rem);
  line-height: 1.3043478261;
  text-align: center;
  color: #b4791c;
}
@media screen and (min-width: 550px) {
  .section-title {
    line-height: 1.3043478261;
  }
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 3.5rem;
    letter-spacing: 0.1em;
    line-height: 1.0714285714;
  }
}

.section-title__text {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: clamp(0.938rem, 4vw, 1.875rem);
  line-height: 1.5;
  text-align: center;
  color: #4d4d4d;
}
@media screen and (min-width: 550px) {
  .section-title__text {
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .section-title__text {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.section-title--white {
  color: #FFF;
}

.section-title__text--white {
  color: #FFF;
}

.sns {
  margin-top: 2.0625rem;
  text-align: center;
}
@media screen and (min-width: 550px) {
  .sns {
    margin-top: 4.125rem;
  }
}
@media screen and (min-width: 768px) {
  .sns {
    margin-top: 4.25rem;
  }
}

.sns__link {
  display: inline-block;
}

.sns__image {
  aspect-ratio: 100/100;
  width: 3.125rem;
}
@media screen and (min-width: 550px) {
  .sns__image {
    width: 6.25rem;
  }
}
@media screen and (min-width: 768px) {
  .sns__image {
    width: 4.0625rem;
  }
}

.sns__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.top {
  text-align: center;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 550px) {
  .top {
    margin-top: 4.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .top {
    margin-top: 6.1875rem;
  }
}

.top__link {
  display: inline-block;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 0.7333333333;
  text-align: center;
  color: #4d4d4d;
}
@media screen and (min-width: 550px) {
  .top__link {
    font-size: 1.875rem;
  }
}

.top__image {
  aspect-ratio: 6/68;
  margin-left: auto;
  margin-right: auto;
  width: 0.1875rem;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 550px) {
  .top__image {
    width: 0.375rem;
  }
}

.top__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.works {
  position: relative;
  padding-block: 3.1875rem 2.875rem;
}
@media screen and (min-width: 550px) {
  .works {
    padding-block: 6.125rem 6.75rem;
  }
}
@media screen and (min-width: 768px) {
  .works {
    padding-block: 7.375rem 7rem;
  }
}

.works::before {
  position: absolute;
  content: "";
  background-image: url(../images/worksSP01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
@media screen and (min-width: 768px) {
  .works::before {
    max-height: 27.875rem;
    background-image: url(../images/worksPC01.webp);
  }
}

.works__inner {
  position: relative;
}

.works__text {
  margin-top: 1rem;
  color: #333333;
  /* 文字色を白に設定 */
}
@media screen and (min-width: 550px) {
  .works__text {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .works__text {
    margin-top: 2.375rem;
  }
}


/* ================================
   お問い合わせブロック（シャンプー・トリートメント用 追記）
   HTMLはローション側と同一：
   <section class="contact">
     <div class="inner contact__inner">
       <h2 class="section-title contact__title js-fade">…</h2>
       <p class="section-title__text contact__description js-fade">…</p>
       <div class="js-fade">[contact-form-7 …]</div>
     </div>
   </section>
   ================================ */


/* セクション外側余白と説明の上マージン */
.contact { margin-top:3.0625rem; }
.contact .contact__description { margin-top:1.0625rem; }

/* フォームラッパーの余白を調整 */
.contact .inner > .js-fade {
  margin-top: 1rem !important; /* デフォルト 1.75rem → 1rem に */
}

@media (min-width:550px){
  .contact .inner > .js-fade {
    margin-top: 1.5rem !important; /* デフォルト 3.5rem → 1.5rem に */
  }
}

@media (min-width:768px){
  .contact .inner > .js-fade {
    margin-top: 2rem !important; /* デフォルト 5.5625rem → 2rem に */
  }
}

/* ▼ Contact Form 7 基本構造に合わせてスタイル適用 */
.contact .wpcf7 { width:100%; }
.contact .wpcf7-form-control-wrap { position:relative; width:100%; }
@media (min-width:768px){
  .contact .wpcf7-form-control-wrap { width:62%; } /* ローション側と同様の横幅 */
}
/* スピナー非表示（ローション側と同一仕様） */
.contact .wpcf7-spinner { display:none !important; }


/* 「必須」などの小バッジを赤枠に（テキスト括弧を span で囲む想定。なければ不要） */
.contact label .is-required {
  display:inline-block;
  margin-left:.5rem;
  padding:0 .4375rem;
  border:1px solid #f00;
  color:#f00;
  font-weight:400;
  font-size:0.9375rem;
  line-height:1;
}

/* 入力欄（テキスト/メール/セレクト/テキストエリア） */
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact input[type="url"],
.contact select,
.contact textarea {
  width:100%;
  margin-top:.625rem;
  padding:.3125rem .625rem;
  border:1px solid #707070;
  color:#4d4d4d;
  font-weight:400;
  font-size:1rem;
  line-height:1.3;
  font-family:"Meiryo","メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
  background:#fff;
  box-sizing:border-box;
}

/* テキストエリアの高さ（ローション側に合わせる） */
.contact textarea {
  min-height:18.75rem;
  resize:vertical;
}

/* 同意チェックの並び（ラベルを中央寄せ） */
.contact .wpcf7-acceptance,
.contact .contact__consent {
  margin-top:1.75rem;
  text-align:center;
}
.contact .wpcf7-acceptance label {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.375rem;
  color:#4d4d4d;
  font-weight:400;
  font-size:1rem;
  line-height:1;
}
.contact .wpcf7-acceptance input[type="checkbox"]{
  width:1.5rem;
  height:1.5rem;
}

/* 送信ボタン（ローション側の .contact__button 相当） */
.contact input[type="submit"]{
  display:inline-block;
  width:100%;
  margin-top:0.5rem;
  padding:.75rem 0;
  border:none;
  background:#D5B162;
  color:#fff;
  font-weight:700;
  font-size:1rem;
  line-height:2;
  font-family:"Meiryo","メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
  text-align:center;
  cursor:pointer;
}
@media (min-width:768px){
  /* PCでボタン横幅を絞る場合（任意） */
  .contact input[type="submit"]{
    max-width:31.25rem;
  }
}

/* アニメ用（ローション側に合わせる。既にあれば不要） */
.contact .js-fade{ visibility:hidden; transform:translateY(50px); opacity:0; transition:opacity 1s, visibility 1s, transform 1s; }
.contact .fade-up{ visibility:visible; transform:translateY(0); opacity:1; }

/* インナー共通（必要に応じて。既存と被るなら不要） */
.contact .inner{ width:100%; margin-inline:auto; padding:0 18px; }
@media (min-width:768px){
  .contact .inner{ max-width:1250px; padding:0 25px; }
}

/* 親要素で中央寄せ */
.contact .contact__consent {
  text-align: center !important;
}

/* ラベル自体を shrink-to-fit 幅で中央配置 */
.contact .contact__consent .contact__checkbox-label {
  display: table !important;     /* 内容に応じた幅だけになる */
  margin: 0 auto !important;     /* 左右オートで中央寄せ */
  font-weight: 400 !important;   /* ボールド解除 */
  text-align: center !important; /* テキスト中央揃え */
}

/* チェックボックスサイズ調整（必要に応じて） */
.contact .contact__consent .contact__checkbox {
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin-right: 0.5rem !important; /* テキストとの間隔 */
  margin-left: 0 !important;
}

/* FAQとの間は.section全体のマージンで管理 */
.contact {
  margin-top: 10rem; /* ← FAQとの間を確保。必要なら調整 */
}

/* タイトルと説明テキストの間 */
.contact .contact__title {
  margin-bottom: 3rem; /* デフォルトより狭める */
}

/* 説明テキストの下にフォームをすぐ配置 */
.contact .inner > .js-fade {
  margin-top: 0 !important;
}

