@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;
}

/*モバイルのみ表示*/

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

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

a:hover {
  opacity: 0.8;
}

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;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

/* 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 {
  display: block;
  width: 100%;
  max-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;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

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

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

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

.arrow-wrapper__text {
  position: absolute;
  top: -3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  color: #fff;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 0.7333333333;
  font-family: "Prompt", sans-serif;
  text-align: center;
}

.arrow-wrapper__image {
  position: absolute;
  top: -1.84375rem;
  left: 50%;
  width: 0.21875rem;
  height: 3.5625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}

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

.brand-video {
  padding-top: 4.125rem;
}

.bland-video__image {
  margin-top: 1.6875rem;
}

.bland-video__image video {
  width: 100%;
  max-width: 42.5rem;
}

.btn__link {
  position: relative;
  padding: 0.6875rem 6.375rem 0.5rem 2.8125rem;
  background: #D3A358;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
}

.btn__link::before {
  position: absolute;
  top: 40%;
  right: 2.25rem;
  width: 2.125rem;
  height: 0.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/btn-arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.contact {
  margin-top: 3.0625rem;
}

.contact__description {
  margin-top: 1.0625rem;
}

.contact__form {
  margin-top: 1.75rem;
}

.contact__form-group.contact__textarea {
  padding-bottom: 2.125rem;
}

.contact__form-group:not(:first-of-type) {
  margin-top: 1.25rem;
}

.contact__form-mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__label {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: left;
}

.contact__required {
  padding: 0 0.4375rem;
  border: 1px solid #f00;
  color: #f00;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: left;
}

.contact__input {
  padding: 0.3125rem 0.625rem;
  border: 1px solid #707070;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: left;
}

.contact__name-input {
  width: 100%;/*width: 50%;*/
}

.contact__name-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.625rem;
  gap: 1.25rem;
}

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

.contact__textarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__textarea-content {
  height: 18.75rem;
  margin-top: 0.625rem;
  padding: 0.3125rem 0.625rem;
  border: 1px solid #707070;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  width: 100%;
}

.contact__privacy {
  margin-top: 1.75rem;
}

.contact__privacy-contents {
  margin-top: 0.3125rem;
  padding: 0.625rem 0.625rem;
  border: 1px solid #707070;
}

.contact__privacy-text {
  height: 21.875rem;
  overflow-y: scroll; /* 縦方向にスクロール可能にする */
}

.contact__privacy-text p {
  padding: 0.625rem 0.625rem;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: left;
}

.contact__consent {
  margin-top: 1.75rem;
  text-align: center;
}

.contact__checkbox-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: left;
}

.contact__checkbox {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.125rem;
  margin-right: 0.375rem;
}

.contact__btn {
  width: 100%;
  margin-top: 2.5rem;
}

.contact__button {
  width: 100%;
  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;
  border: none;
}

.copy {
  margin-top: 0.9375rem;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  border-top: 1px solid #4D4D4D;
  text-align: center;
}

.copy small {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 2;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.efficacy {
  margin-top: 2.75rem;
}

.efficacy__inner {
  margin-inline: auto;
}

.efficacy__head,
.efficacy__under {
  position: relative;
}

.efficacy__head-Content,
.efficacy__under-Content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.efficacy__head-Content {
  left: 4%;
  text-align: right;
}

.efficacy__under-Content {
  right: 4%;
  text-align: left;
}

.efficacy__head-Image {
  aspect-ratio: 1500/1568;
  width: 100%;
}

.efficacy__under-Image {
  aspect-ratio: 1500/1710;
  width: 100%;
}

.efficacy__head-Image img,
.efficacy__under-Image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.efficacy__head-Title,
.efficacy__under-Title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  letter-spacing: 0.05em;
}

.efficacy__head-Title {
  color: #ded18f;
}

.efficacy__under-Title {
  color: #F8C6BC;
}

.efficacy__head-subTitle,
.efficacy__under-subTitle {
  position: relative;
  margin-top: 0.625rem;
  color: #FFF;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

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

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

.efficacy__head-subTitle::before,
.efficacy__under-subTitle::before {
  position: absolute;
  top: 50%;
  width: 0.125rem;
  height: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

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

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

.efficacy__head-subTitle span,
.efficacy__under-subTitle span {
  font-size: 0.65625rem;
  line-height: 1.5;
}

.efficacy__head-subtext,
.efficacy__under-subtext {
  max-width: 15.625rem;
  margin-top: 0.5rem;
  color: #FFF;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.2857142857;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.efficacy__under-subtext {
  max-width: 14.0625rem;
}

.efficacy__head-text,
.efficacy__under-text {
  position: relative;
  max-width: 13.75rem;
  margin-top: 2.3125rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3125;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.05em;
}

.efficacy__head-text::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.6875rem;
  height: 4.6875rem;
  background-image: url(../images/efficacy-yuzu.webp);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.efficacy__under-text::before {
  position: absolute;
  right: -1.25rem;
  bottom: -2.875rem;
  width: 6.4375rem;
  height: 4.6875rem;
  background-image: url(../images/efficacy-citrus.webp);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.efficacy__head-text span,
.efficacy__under-text span {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.5;
}

.efficacy__head-text {
  color: #ded18f;
}

.efficacy__under-text {
  width: 12.8125rem;
  margin-top: 1.1875rem;
  color: #F8C6BC;
}

.efficacy__headbtn {
  margin-top: 1.75rem;
}

.efficacy__underbtn {
  margin-top: 2.9375rem;
}

.efficacy__pcWrapper {
  position: relative;
}

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

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

.efficacy__pcContent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 68.75rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  zoom: 80%;
}

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

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

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

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

.efficacy__left-Title {
  color: #ded18f;
}

.efficacy__right-Title {
  color: #F8C6BC;
}

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

.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;
  top: 50%;
  width: 0.3125rem;
  height: 4.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

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

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

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

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

.efficacy__left-text span,
.efficacy__right-text span {
  font-weight: 400;
  font-size: 1rem;
  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;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

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

.efficacy__right-text::before {
  top: 62%;
  right: 20%;
  width: 8.4375rem;
  height: 4.6875rem;
  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 {
  position: relative;
  padding: 0.3125rem 3.875rem 0.3125rem 2.5625rem;
  font-size: 0.875rem;
}

.btn__link.efficacy__btn-link--sp::before {
  right: 0.75rem;
  width: 2.5rem;
}

.js-fade {
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -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;
}

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

.efficacy__under-Content.js-fade.fade-up,
.efficacy__head-Content.js-fade.fade-up {
  top: clamp(56px, 56px + 81 * (100vw - 375px) / 175, 137px);
}

.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 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border: 1px solid #707070;
  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);
}

.faq-list__item + .faq-list__item {
  margin-top: 0.625rem;
}

.faq-list__item-question {
  position: relative;
  padding: 0 4.0625rem 0 1rem;
  color: #4d4d4d;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: left;
  cursor: pointer;
}

.faq-list__item-answer {
  max-height: 0;
  padding: 0 4.0625rem 0 1rem;
  overflow: hidden;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.faq-list__item-answer-inner {
  display: block;
  padding-top: 0.9375rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.faq-list__item-icon {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0.0625rem solid #707070;
  background-color: #fff;
}

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

.faq-list__item-icon::before {
  width: 0.625rem;
  height: 0.0625rem;
}

.faq-list__item-icon::after {
  width: 0.0625rem;
  height: 0.625rem;
}

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

.faq {
  padding-top: 4.3125rem;
}

.faq__inner {
  width: 100%;
  margin: auto;
}

.faq__text {
  margin-top: 1.25rem;
}

.faq__list {
  margin-top: 1.25rem;
}

.Fv {
  position: relative;
  height: 100%;
  padding-bottom: 20%;
}

.Fv::before {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/fvSP01.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.Fv__inner {
  padding-top: 103%;
}

.Fv__subTitle {
  color: #fff;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.4210526316;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}

.Fv__title {
  aspect-ratio: 580/163;
  width: 100%;
  max-width: 18.125rem;
  margin-top: 0.875rem;
  margin-inline: auto;
}

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

.Fv__catch {
  margin-top: 1.6875rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.568627451;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  letter-spacing: 0.07em;
  text-align: center;
}

.Fv__text {
  margin-top: 0.625rem;
  color: #fff;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}

.Fv__contens {
  -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; /* 初期はアニメーションしない */
  opacity: 0;
}

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

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

.modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  border: none;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -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;
}

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

.modal__content {
  width: 90%;
  width: 100%;
  max-width: 800px;
  max-height: 100vh;
  padding: 2rem;
  padding: 0 1.25rem;
  overflow-y: auto; /* モーダル内スクロール */
  overflow-y: auto; /* モーダル内スクロール */
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.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 {
  margin-bottom: 1.5rem;
  color: #333;
  font-size: 1rem;
}

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

.open-button {
  cursor: pointer;
}

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

.modal__subTitle {
  margin-top: 0.6875rem;
  color: #4d4d4d;
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.5;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  letter-spacing: 0.05em;
  text-align: center;
}

.modal__images p {
  position: relative;
  padding-left: 0.9375rem;
  text-align: left;
}

.modal__images p::before {
  position: absolute;
  top: 47%;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #b4791c;
  content: "";
}

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

.modal__images {
  margin-top: 2.6875rem;
}

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

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

.modal__images-text,
.modal__images-texts {
  display: inline-block;
  margin-top: 1.0625rem;
  margin-inline: auto;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.1em;
}

.modal__images-under {
  margin-top: 2.125rem;
}

.modal__close--icon {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 1.25rem;
  border: none;
  background: transparent;
  color: #b4791c;
  font-weight: 100;
  font-size: 2.625rem;
  cursor: pointer;
}

.modal__oneImage {
  aspect-ratio: 510/903;
  width: 100%;
  max-width: 31.875rem;
  height: 100%;
}

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

.product {
  padding-top: 4.25rem;
  padding-bottom: 4.125rem;
  background: #808080;
}

.product__inner {
  padding-right: 2.5625rem;
  padding-left: 2.5625rem;
}

.section-title.product__title,
.section-title__text.product__description {
  color: #FFF;
}

.section-title__text.product__description {
  margin: 0 calc(50% - 50vw);
  margin-top: 2.625rem;
}

.product__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.125rem;
}

.product__item:not(:first-of-type) {
  margin-top: 7.875rem;
}

.product__image {
  aspect-ratio: 600/600;
  width: 100%;
}

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

.product__text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__name {
  margin-top: 1.25rem;
}

.product__name,
.product__text {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.40625;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: left;
}

.product__name span {
  font-size: 0.9375rem;
  line-height: 1.5;
}

.product__text {
  width: 18.75rem;
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.product__btn-wrap {
  width: 100%;
  margin-top: 2.125rem;
}

.btn__link.product__btn {
  display: inline-block;
  width: 100%;
  padding: 0.3125rem 0 0.3125rem 0;
  font-size: 1rem;
  text-align: center;
}

.reasons {
  position: relative;
  padding-top: 1.1875rem;
  padding-bottom: 5.25rem;
}

.reasons::before {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/reasonsBG-SP.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.reasons__inner {
  padding: 0 1.5625rem;
}

.reasons__description {
  margin-top: 1.5625rem;
}

.reasons__content {
  position: relative;
  margin-top: 2.5rem;
}

.reasons__highlight {
  margin-top: 1.25rem;
  color: #b4791c;
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  text-align: center;
}

.reasons__note {
  margin-top: 0.5625rem;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
}

.reasons__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reasons__images:not(:first-of-type) {
  margin-top: -1.4375rem;
}

.reasons__icons::before {
  z-index: -1;
  position: absolute;
  top: 47%;
  left: 50%;
  width: 60%;
  max-width: 24.3125rem;
  height: 60%;
  max-height: 24.3125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/reasons-circle.webp);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  opacity: 0.3;
}

.reasons__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62%;
  height: 62%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgb(251, 241, 184);
          box-shadow: 0 0 10px rgb(251, 241, 184);
  content: "";
  -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 {
  position: relative;
  aspect-ratio: 369/369;
  width: 100%;
  max-width: 23.0625rem;
}

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

.resons__left {
  margin-right: -1.5625rem;
}

.reasons__right {
  margin-left: -1.5625rem;
}

.section-title {
  color: #b4791c;
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.7391304348;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  text-align: center;
}

.section-title__text {
  color: #4d4d4d;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}

.sns {
  margin-top: 2.0625rem;
  text-align: center;
}

.sns__link {
  display: inline-block;
}

.sns__image {
  aspect-ratio: 100/100;
  width: 3.125rem;
}

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

.top {
  margin-top: 2.1875rem;
  text-align: center;
}

.top__link {
  display: inline-block;
  color: #4d4d4d;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 0.7333333333;
  font-family: "Prompt", sans-serif;
  text-align: center;
}

.top__image {
  aspect-ratio: 6/68;
  width: 0.1875rem;
  margin-top: 0.1875rem;
  margin-inline: auto;
}

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

.usage {
  padding-top: 1.875rem;
  padding-bottom: 4.3125rem;
  background: #F2F2F2;
}

.usage__description {
  margin-top: 0.625rem;
}

.usage__inner {
  padding: 1.25rem;
}

.usage__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}

.usage__content--under {
  margin-top: 1.625rem;
}

.usage__contentTitle {
  margin-top: 1.5625rem;
  color: #b4791c;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6428571429;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.usage__step {
  position: relative;
  margin-inline: auto;
}

.usage__step:not(:first-of-type) {
  margin-top: 2.4375rem;
}

.usage__step:not(:last-of-type)::before {
  position: absolute;
  bottom: -11%;
  left: 50%;
  width: 1.6875rem;
  height: 1.4375rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/usage-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.usage__image {
  position: relative;
  aspect-ratio: 340/343;
  width: 100%;
  width: 100%;
  max-width: 11.25rem;
  margin-inline: auto;
}

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

.usage__text {
  width: 100%;
  max-width: 14.375rem;
  margin-top: 0.625rem;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.1em;
}

.usage__contentTitle-under {
  margin-top: 3.125rem;
}

.works {
  position: relative;
  padding-top: 2.875rem;
}

.works::before {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/worksSP01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.works__inner {
  position: relative;
}

.works__text {
  margin-top: 1rem;
}

.works__images {
  aspect-ratio: 966/250;
  width: 100%;
  max-width: 19.8125rem;
  margin-top: 1.5625rem;
  margin-inline: auto;
}

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

@media screen and (min-width: 550px) {
  .arrow-wrapper__text {
    top: -5.9375rem;
    font-size: 1.875rem;
  }
  .arrow-wrapper__image {
    top: -3.6875rem;
    width: 0.4375rem;
    height: 7.125rem;
  }
  .brand-video {
    padding-top: 8.3125rem;
  }
  .bland-video__image {
    margin-top: 3.4375rem;
  }
  .btn__link {
    padding: 0.6875rem 8.875rem 0.5rem 4.0625rem;
    font-size: 1.75rem;
    line-height: 2;
  }
  .btn__link::before {
    right: 4.125rem;
    width: 3.9375rem;
    height: 0.625rem;
  }
  .contact {
    margin-top: 6.0625rem;
  }
  .contact__description {
    margin-top: 2.125rem;
  }
  .contact__form {
    margin-top: 3.5rem;
  }
  .contact__form-group:not(:first-of-type) {
    margin-top: 2.5rem;
  }
  .contact__label {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .contact__required {
    padding: 0 0.875rem;
    font-size: 1.875rem;
    line-height: 0.8666666667;
  }
  .contact__input {
    padding: 0.5rem 1.125rem;
    font-size: 1.875rem;
    line-height: 0.64;
  }
  .contact__textarea-content {
    height: 31.25rem;
    padding: 0.5rem 1.125rem;
    font-size: 1.875rem;
  }
  .contact__privacy {
    margin-top: 3.5rem;
  }
  .contact__privacy-contents {
    margin-top: 0.625rem;
    padding: 0.5625rem 1.5625rem;
  }
  .contact__privacy-text {
    height: 43.625rem;
  }
  .contact__privacy-text p {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .contact__checkbox-label {
    font-size: 1.875rem;
    line-height: 2;
  }
  .contact__checkbox {
    width: 1.875rem;
    height: 1.875rem;
  }
  .contact__button {
    font-size: 1.875rem;
    line-height: 2.2;
  }
  .copy {
    margin-top: 1.8125rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .copy small {
    font-size: 1.875rem;
    line-height: 2.6666666667;
  }
  .efficacy__head,
  .efficacy__under {
    zoom: unset;
  }
  .efficacy__head-Content {
    left: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .efficacy__under-Content {
    right: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .efficacy__head-Image {
    min-height: 49rem;
  }
  .efficacy__under-Image {
    min-height: 49rem;
  }
  .efficacy__head-Image img,
  .efficacy__under-Image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .efficacy__head-Title,
  .efficacy__under-Title {
    font-size: 2rem;
    line-height: 1.34375;
    letter-spacing: 0.05em;
  }
  .efficacy__head-subTitle,
  .efficacy__under-subTitle {
    margin-top: 1.8125rem;
    color: #FFF;
    font-size: 1.875rem;
    line-height: 1.4;
  }
  .efficacy__head-subTitle::before,
  .efficacy__under-subTitle::before {
    width: 0.25rem;
    height: 4rem;
  }
  .efficacy__head-subTitle span,
  .efficacy__under-subTitle span {
    font-size: 1.3125rem;
    line-height: 2;
  }
  .efficacy__head-subtext,
  .efficacy__under-subtext {
    max-width: unset;
    font-size: 1.625rem;
    line-height: 1.3076923077;
    letter-spacing: 0.1em;
  }
  .efficacy__under-subtext {
    width: 26.8125rem;
  }
  .efficacy__head-text,
  .efficacy__under-text {
    max-width: unset;
    margin-top: 4.6875rem;
    font-size: 1.5rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .efficacy__head-text::before {
    left: -2%;
    width: 11.375rem;
    height: 6.3125rem;
  }
  .efficacy__under-text::before {
    right: -1.5625rem;
    bottom: -2.8125rem;
    width: 11.375rem;
    height: 6.3125rem;
  }
  .efficacy__head-text span,
  .efficacy__under-text span {
    font-size: 1.3125rem;
    line-height: 2;
  }
  .efficacy__under-text {
    width: 25.1875rem;
    margin-top: 2.375rem;
  }
  .efficacy__headbtn {
    margin-top: 3.5625rem;
  }
  .efficacy__underbtn {
    margin-top: 5.9375rem;
  }
  .btn__link.efficacy__btn-link--sp {
    padding: 0.6875rem 8.875rem 0.5rem 4.0625rem;
    font-size: 1.75rem;
    line-height: 2;
  }
  .btn__link.efficacy__btn-link--sp::before {
    right: 4.125rem;
    width: 3.9375rem;
  }
  .efficacy__under-Content.js-fade.fade-up,
  .efficacy__head-Content.js-fade.fade-up {
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
  }
  .efficacy__under-Content.js-fade,
  .efficacy__head-Content.js-fade {
    -webkit-transform: translateY(-40%) scale(0.8);
            transform: translateY(-40%) scale(0.8);
  }
  .faq-list__item {
    padding-top: 1.875rem;
    padding-bottom: 2.1875rem;
  }
  .faq-list__item + .faq-list__item {
    margin-top: 1.25rem;
  }
  .faq-list__item-question {
    padding: 0 4.0625rem 0 2.0625rem;
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .faq-list__item-answer {
    padding: 0 4.0625rem 0 2.0625rem;
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .faq-list__item-answer-inner {
    padding-top: 1.875rem;
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .faq-list__item-icon {
    right: 1.5625rem;
    width: 1.875rem;
    height: 1.875rem;
  }
  .faq-list__item-icon::before {
    width: 1.25rem;
  }
  .faq-list__item-icon::after {
    height: 1.25rem;
  }
  .faq__text {
    margin-top: 2.625rem;
  }
  .faq__list {
    margin-top: 2.5rem;
  }
  .Fv {
    height: 93.5625rem;
    padding-bottom: 0;
  }
  .Fv__inner {
    padding-top: 47.0625rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .Fv__subTitle {
    font-size: 2.375rem;
    letter-spacing: 0.1em;
  }
  .Fv__title {
    max-width: 36.25rem;
    margin-top: 1.75rem;
  }
  .Fv__catch {
    margin: 0 calc(50% - 50vw);
    margin-top: 3.375rem;
    font-size: 3.1875rem;
  }
  .Fv__text {
    margin-top: 1.3125rem;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
  }
  .inner {
    padding-right: 35px;
    padding-left: 35px;
  }
  .modal__content {
    padding: 0 6.25rem;
  }
  .modal__button {
    margin-top: 5.6875rem;
    margin-bottom: 7.625rem;
    font-size: 1.75rem;
    line-height: 2;
  }
  .modal__title {
    font-size: 1.625rem;
    line-height: 1.6153846154;
  }
  .modal__subTitle {
    margin: 0 calc(50% - 50vw);
    margin-top: 1.375rem;
    font-size: 2.625rem;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
  }
  .modal__images p {
    padding-left: 1.875rem;
  }
  .modal__images p::before {
    width: 1.25rem;
    height: 1.25rem;
  }
  .modal__images-text,
  .modal__images-texts {
    font-size: 2rem;
    line-height: 1.3125;
  }
  .modal__images-under {
    margin-top: 4.1875rem;
  }
  .product {
    padding-bottom: 8.3125rem;
  }
  .product__inner {
    padding-right: 5.125rem;
    padding-left: 5.125rem;
  }
  .section-title.product__title {
    font-size: 2.875rem;
  }
  .section-title__text.product__description {
    font-size: 1.5rem;
  }
  .product__list {
    margin-top: 6.3125rem;
  }
  .product__name {
    margin-top: 2.4375rem;
  }
  .product__name,
  .product__text {
    font-size: 2rem;
  }
  .product__name span {
    font-size: 1.875rem;
  }
  .product__text {
    width: unset;
    margin-top: 2rem;
    font-size: 1.75rem;
  }
  .product__btn-wrap {
    margin-top: 4.25rem;
  }
  .btn__link.product__btn {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 1.75rem;
  }
  .reasons {
    padding-top: 2.375rem;
    padding-bottom: 10.5rem;
  }
  .reasons__highlight {
    margin-top: 5.6875rem;
    font-size: 2.625rem;
  }
  .reasons__icons::before {
    top: 35%;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  .section-title {
    font-size: 2.875rem;
    line-height: 1.7391304348;
  }
  .section-title__text {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .sns {
    margin-top: 4.125rem;
  }
  .sns__image {
    width: 6.25rem;
  }
  .top {
    margin-top: 4.4375rem;
  }
  .top__link {
    font-size: 1.875rem;
  }
  .top__image {
    width: 0.375rem;
  }
  .usage {
    padding-top: 6.9375rem;
    padding-bottom: 8.625rem;
  }
  .usage__contentTitle {
    font-size: 1.75rem;
    line-height: 1.6428571429;
  }
  .usage__step:not(:first-of-type) {
    margin-top: 4.875rem;
  }
  .usage__image {
    max-width: 22.5rem;
  }
  .usage__text {
    max-width: 28.6875rem;
    font-size: 1.875rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 550px) and (min-width: 768px) {
  .Fv__inner {
    max-width: 68.75rem;
    margin-inline: auto;
    padding: unset;
    padding-top: 12%;
    padding-bottom: 12%;
  }
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  html {
    font-size: 1.3333333333vw;
  }
  .brand-video {
    padding-top: 8.5rem;
  }
  .bland-video__image {
    margin-top: 3.1875rem;
  }
  .bland-video__image video {
    max-width: 75rem;
  }
  .btn__link {
    padding: 0.3125rem 6.5rem 0.375rem 3.0625rem;
    font-size: 1.3125rem;
    line-height: 2;
  }
  .btn__link::before {
    right: 3.125rem;
    width: 2.9375rem;
    height: 0.46875rem;
  }
  .contact {
    margin-top: 6.5rem;
  }
  .contact__description {
    margin-top: 2.5rem;
  }
  .contact__form {
    margin-top: 5.5625rem;
  }
  .contact__form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    justify-content: space-between;
    padding: 2.375rem 3.125rem 0 3.125rem;
    border-top: 1px solid #707070;
  }
  .contact__form-group.contact__textarea {
    border-bottom: 1px solid #707070;
  }
  .contact__label {
    font-size: 1rem;
    line-height: 1.2;
  }
  .contact__required {
    margin-right: 1.125rem;
    padding: 0.1875rem 0.5625rem;
    font-size: 1rem;
    line-height: 1.2;
  }
  .contact__input {
    width: 100%;/*width: 62%;*/
    padding: 0.375rem 1.125rem;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.2;
  }
  .contact__name-fields {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 62%;
    margin-top: 0;
    gap: 3.5rem;
  }
  .contact__label-textarea {
    padding-left: 4.25rem;
  }
  .contact__textarea-content {
    width: 100%;/*width: 62%;*/
    height: 14.375rem;
    font-size: 1rem;
  }
  .contact__privacy {
    margin-top: 5.5625rem;
  }
  .contact__privacy-contents {
    margin-top: 0.9375rem;
    padding: 1.5rem 2.6875rem 1.1875rem 1.5625rem;
  }
  .contact__privacy-text {
    height: 15.5rem;
  }
  .contact__privacy-text p {
    font-size: 1rem;
    line-height: 2.1875;
  }
  .contact__consent {
    margin-top: 2.4375rem;
  }
  .contact__checkbox-label {
    font-size: 1rem;
    line-height: 2.1875;
  }
  .contact__checkbox {
    width: 1.375rem;
    height: 1.375rem;
    margin-top: 0;
    margin-right: 0.625rem;
  }
  .contact__btn {
    margin-top: 5rem;
    text-align: center;
  }
  .contact__button {
    max-width: 31.25rem;
    padding: 0.9375rem 0 0.6875rem 0;
    font-size: 1rem;
    line-height: 2.1875;
  }
  .copy {
    margin-top: 2.4375rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .copy small {
    font-size: 1rem;
    line-height: 5;
  }
  .efficacy {
    margin-top: 5.8125rem;
  }
  .efficacy__head-Content,
  .efficacy__under-Content {
    top: 50%;
  }
  .efficacy__head-Title,
  .efficacy__under-Title {
    letter-spacing: 0.15em;
  }
  .efficacy__head-subTitle::before,
  .efficacy__under-subTitle::before {
    width: 0.3125rem;
    height: 4.0625rem;
  }
  .efficacy__left-subtext,
  .efficacy__right-subtext {
    max-width: 19.1875rem;
  }
  .efficacy__left-text,
  .efficacy__right-text {
    margin-top: 1.125rem;
  }
  .btn__link.efficacy__btn-link--sp {
    padding: 0.3125rem 6.5rem 0.375rem 3.0625rem;
    font-size: 1.3125rem;
    line-height: 2;
  }
  .btn__link.efficacy__btn-link--sp::before {
    right: 3.125rem;
    width: 2.9375rem;
    height: 0.46875rem;
  }
  .faq-list__item {
    padding-top: 2.1875rem;
  }
  .faq-list__item-question {
    padding: 0 5.625rem 0 4.875rem;
    font-size: 1.25rem;
    line-height: 0.96;
  }
  .faq-list__item-answer {
    padding: 0 5.625rem 0 4.875rem;
    font-size: 1.25rem;
    line-height: 0.96;
  }
  .faq-list__item-answer-inner {
    font-size: 1.25rem;
    line-height: 1.65;
  }
  .faq-list__item-icon {
    right: 3.25rem;
  }
  .faq {
    padding-top: 8.625rem;
  }
  .faq {
    padding-top: 13.5625rem;
  }
  .faq__inner {
    max-width: 75rem;
  }
  .faq__text {
    margin-top: 2.5rem;
  }
  .faq__list {
    margin-top: 4rem;
  }
  .Fv {
    height: 100%;
  }
  .Fv::before {
    background-image: url(../images/fvPC01.webp);
  }
  .Fv__contens {
    width: 100%;
    max-width: 37.1875rem;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .Fv__subTitle {
    font-size: 2.0625rem;
    line-height: 1.8181818182;
  }
  .Fv__title {
    aspect-ratio: 520/146;
    max-width: 32.5rem;
    margin-top: 2.25rem;
  }
  .Fv__catch {
    margin-top: 8rem;
    font-size: 2.875rem;
    line-height: 1.7391304348;
    letter-spacing: 0.15em;
  }
  .Fv__text {
    font-size: 1.3125rem;
    line-height: 2;
  }
  .inner {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .modal__content {
    max-width: unset;
  }
  .modal__button {
    max-width: 18.75rem;
    margin-top: 5.5625rem;
    padding: 0.3125rem 0;
    font-size: 1.3125rem;
    line-height: 2;
  }
  .modal__title {
    padding-bottom: 0.6875rem;
  }
  .modal__subTitle {
    font-size: 1.875rem;
    line-height: 1.4;
  }
  .modal__images p {
    padding-left: 0.9375rem;
  }
  .modal__images p::before {
    width: 0.625rem;
    height: 0.625rem;
  }
  .modal__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4.9375rem;
    gap: 3.75rem;
  }
  .modal__images-text,
  .modal__images-texts {
    font-size: 1.3125rem;
    line-height: 2;
  }
  .modal__images-under {
    margin-top: 0;
  }
  .modal__close--icon {
    right: 1.875rem;
    font-size: 3.75rem;
  }
  .modal__oneImage {
    aspect-ratio: 860/300;
    max-width: 53.75rem;
  }
  .product {
    padding-top: 4.75rem;
    padding-bottom: 10.9375rem;
  }
  .section-title.product__title {
    font-size: 3.5rem;
  }
  .section-title__text.product__description {
    margin-top: 2rem;
  }
  .product__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 6.6875rem;
    gap: 3.75rem;
  }
  .product__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product__item:not(:first-of-type) {
    margin-top: 0;
  }
  .product__image {
    max-width: unset;
  }
  .product__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product__name {
    margin-top: 1.1875rem;
  }
  .product__name,
  .product__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.3125rem;
    line-height: 1.5238095238;
  }
  .product__name span {
    font-size: 1rem;
  }
  .product__text {
    margin-top: 1.1875rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .product__btn-wrap {
    margin-top: 2.625rem;
  }
  .btn__link.product__btn {
    padding-top: 0.5rem;
    padding-bottom: 0.375rem;
    font-size: 1.3125rem;
  }
  .reasons {
    padding-top: 7.25rem;
    padding-bottom: 14.1875rem;
  }
  .reasons::before {
    background-image: url(../images/reasonsBG-PC.webp);
  }
  .reasons__description {
    margin-top: 1.75rem;
  }
  .reasons__content {
    margin-top: 6.0625rem;
  }
  .reasons__center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
  }
  .reasons__note {
    margin-top: 1.125rem;
    font-size: 1.3125rem;
  }
  .reasons__images {
    gap: 14.875rem;
  }
  .reasons__images:not(:first-of-type) {
    margin-top: 12.6875rem;
  }
  .reasons__icons::before {
    top: 50%;
    width: 48.75rem;
    max-width: none;
    height: 48.75rem;
    max-height: none;
  }
  .reasons__icon::after {
    width: 14.625rem;
    height: 14.625rem;
  }
  .reasons__icon {
    width: 23.0625rem;
  }
  .resons__left {
    margin-right: 0;
  }
  .section-title {
    font-size: 3.5rem;
    line-height: 1.0714285714;
    letter-spacing: 0.1em;
  }
  .section-title__text {
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .sns {
    margin-top: 4.25rem;
  }
  .sns__image {
    width: 4.0625rem;
  }
  .top {
    margin-top: 6.1875rem;
  }
  .usage {
    padding-top: 5.6875rem;
    padding-bottom: 7.625rem;
  }
  .usage__description {
    margin-top: 2.5rem;
  }
  .usage__inner {
    max-width: 75rem;
    margin-inline: auto;
    padding: 1.5625rem;
  }
  .usage__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1.3125rem;
    gap: 6.375rem;
  }
  .usage__content--under {
    margin-top: 1.3125rem;
  }
  .usage__contentTitle {
    margin-top: 4.875rem;
    line-height: 1;
  }
  .usage__step:not(:first-of-type) {
    margin-top: 0;
  }
  .usage__step:not(:last-of-type)::before {
    width: 2.9375rem;
    height: 3.375rem;
    background-image: none;
  }
  .usage__image {
    width: unset;
    max-width: unset;
  }
  .usage__step:not(:last-of-type) .usage__image::before {
    position: absolute;
    top: 50%;
    right: -25%;
    width: 3.375rem;
    height: 2.9375rem;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    background-image: url(../images/usage-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .usage__text {
    max-width: 17.25rem;
    margin-top: 2.3125rem;
    margin-inline: auto;
    font-size: 1rem;
    line-height: 1.75;
  }
  .works {
    padding-top: 6.375rem;
  }
  .works::before {
    max-height: 27.875rem;
    background-image: url(../images/worksPC01.webp);
  }
  .works__text {
    margin-top: 2rem;
  }
  .works__images {
    max-width: 30.0625rem;
    margin-top: 3.9rem;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1400px) {
  .efficacy__pcContent {
    zoom: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .Fv__contens {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .wpcf7-form-control-wrap {
    position: relative;
    width: 62%;
  }
}

/* 完全に非表示にしたい場合 */
.wpcf7-spinner {
  display: none !important;
}

.contact__consent .wpcf7-form-control-wrap {
    position: relative;
    width: auto;
}

.coming-soon__button {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .coming-soon__button {
    max-width: 400px;
    width: 400px;
  }
}

.coming-soon__pdmg {
  padding-top: 7.3125rem;
  margin-bottom: 12.5rem;
}

@media screen and (min-width: 768px) {
  .coming-soon__pdmg {
    padding-top: 16.5625rem;
    margin-bottom: 14.5rem;
	}
}

/* KD追記_safariでマウスオン時に巨大化するバグを修正 */
@media (min-width: 768px) {
  .product__item {
    flex: 0 0 calc((100% - 3.75rem * 2) / 3);
    max-width: calc((100% - 3.75rem * 2) / 3);
  }
}
