@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400:500&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400:500:700&display=swap");

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

/* common
====================================== */

.pc {
  display: none;
}

.supplement-top {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  color: #000;
  overflow: hidden;
  --red: #da383d;
}

.supplement-top img {
  vertical-align: middle;
}

.sp_block {
  display: none;
}

/* container
====================================== */

.l-outer {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.l-container {
  max-width: 1248px;
  padding-left: clamp(12px, 0.0833333333vw, 24px);
  padding-right: clamp(12px, 0.0833333333vw, 24px);
  margin: 0 auto;
  position: relative;
}

.l-inner {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}

/* コンポーネント ボタン
====================================== */

/* ボタン
-------------------------------------- */

/* コンポーネント YouTube, Google Map
====================================== */

.c-frame {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.c-frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* fv
====================================== */

.fv {
  position: relative;
  padding-top: 8.5vw;
  padding-bottom: 6.6666666667vw;
  background: url("../images/sp/fv-bg.png") no-repeat center top/cover;
}

.fv-color {
  width: 80vw;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
  mix-blend-mode: screen;
}

.fv-color img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 1.2s ease-in-out;
  transition: -webkit-clip-path 1.2s ease-in-out;
  transition: clip-path 1.2s ease-in-out;
  transition: clip-path 1.2s ease-in-out, -webkit-clip-path 1.2s ease-in-out;
}

.fv-color img.standby {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.fv-logo {
  width: clamp(60px, 20vw, 150px);
  margin: 0 auto 6.6666666667vw;
}

.fv-catch {
  position: relative;
}

.fv-catch h1 {
  width: 80vw;
  margin: 0 auto 6.6666666667vw;
}

.fv-catch__new {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  width: 52.2666666667vw;
}

.fv-catch__new img {
  position: absolute;
  top: -10vw;
  left: 5vw;
  width: 26.1333333333vw;
}

.fv-supplement {
  position: absolute;
  top: 0;
  right: 0;
  width: 145px;
}

.fv-supplement img {
  position: absolute;
  top: -2vw;
  right: 3vw;
  width: 20vw;
}

.fv__inner {
  position: relative;
  z-index: 9;
}

.fv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17vw;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.fv-list.standby {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.fv-list__item {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.fv-list__item.standby {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.fv-list__item.item01 {
  width: 34.4vw;
  margin-top: 10.2666666667vw;
}

.fv-list__item.item02 {
  width: 36.8vw;
  margin-left: -3vw;
  margin-right: -7vw;
}

.fv-list__item.item03 {
  margin-top: 10.2666666667vw;
  width: 39.4666666667vw;
}

.fv-list-pc {
  width: 994px;
  margin: 0 auto;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  position: relative;
  z-index: 3;
}

.fv-list-pc img {
  display: block;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.fv-list-pc img.standby {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.fv-parts {
  width: 86.6666666667vw;
  margin: 0 auto;
}

/* よくある質問
====================================== */

.p-faq {
  border-top: 1px solid #DEE2E6;
}

.p-faq__item {
  padding: 44px clamp(20px, 2.7027027027vw, 40px);
  border-bottom: 1px solid #DEE2E6;
}

.p-faq__title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 1.8rem;
  padding: 8px clamp(40px, 5.7432432432vw, 85px) 8px clamp(15px, 1.6891891892vw, 25px);
  background: #19A442;
  color: #fff;
  border-radius: 10px;
}

.p-faq__title::after {
  content: "＋";
  width: 22px;
  height: 37px;
  font-size: 2.2rem;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-faq__title.is-open::after {
  content: "－";
}

.p-faq__answer {
  margin: 25px 26px 0;
}

.js-toggle-open {
  cursor: pointer;
}

/* トップKV
====================================== */

.p-kv {
  background: lightcoral;
}

/* モーダル
====================================== */

#overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(170, 170, 170, 0.84);
  z-index: 90;
}

.select-modal {
  display: none;
  background: #fff;
  padding: 40px 25px;
  left: 50%;
  top: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 1140px;
  border-radius: 20px;
  z-index: 100;
}

.select-modal__inner {
  height: auto;
  max-height: 70vh;
  overflow-y: auto;
}

.select-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  padding: 10px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
}

/* タブ
====================================== */

/* タブ群
-------------------------------------- */

.p-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-tab__item {
  width: 30.75%;
  padding: 17px 0;
  list-style: none;
  color: #fff;
  text-align: center;
  border-radius: 12px 12px 0 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  background: #ffd7b7;
}

.p-tab__item.is-active {
  background: #ff8c32;
}

.p-tab__item:hover {
  background-color: #ff8c32;
}

/* タブ中身
-------------------------------------- */

.p-panel {
  background: #fff;
}

.p-panel__item {
  display: none;
  padding: 50px 66px 30px;
}

.p-panel__item.is-show {
  display: block;
  height: 100%;
}

/* 見出し
====================================== */

/* QA
====================================== */

.qa {
  padding-top: 4vw;
}

.qa_contents01 {
  position: relative;
  background: url("../images/sp/qa-bg.png") no-repeat center bottom/100% auto;
  padding-bottom: 12vw;
}

.qa_contents01 h2 {
  width: 74%;
  margin: 4vw auto 8vw;
}

.qa_contents01 h3 {
  width: 84%;
  margin: 0 auto 8vw;
}

.qa_contents01 .qa__spoon {
  position: absolute;
  bottom: 8vw;
  right: 0;
  width: 50vw;
}

.qa__inner {
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.qa__but {
  margin-top: 20vw;
  margin-bottom: 6vw;
  width: 30.5vw;
  margin-left: 11vw;
}

.qa__but img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 1.2s ease-in-out;
  transition: -webkit-clip-path 1.2s ease-in-out;
  transition: clip-path 1.2s ease-in-out;
  transition: clip-path 1.2s ease-in-out, -webkit-clip-path 1.2s ease-in-out;
}

.qa__but img.standby {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  will-change: clip-path;
}

.qa-q-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 75%;
  margin: 0 auto;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.qa-q-list.standby {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.qa_contents02 {
  position: relative;
  padding-top: 73vw;
  padding-bottom: 6.6666666667vw;
  background: url("../images/sp/qa-bg2.png") no-repeat center -9vw/100% auto;
}

.qa_contents02 h2 {
  width: 74%;
  margin: 0 auto 4vw;
}

.qa-color {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 5;
  opacity: 1;
  mix-blend-mode: screen;
}

.qa-color img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 1.2s ease-in;
  transition: -webkit-clip-path 1.2s ease-in;
  transition: clip-path 1.2s ease-in;
  transition: clip-path 1.2s ease-in, -webkit-clip-path 1.2s ease-in;
}

.qa-color img.standby {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.qa_contents02-inner {
  position: relative;
  z-index: 5;
}

.qa__answer {
  margin-left: 4vw;
  width: 50.8%;
}

.qa__answer img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 1.2s ease-in-out;
  transition: -webkit-clip-path 1.2s ease-in-out;
  transition: clip-path 1.2s ease-in-out;
  transition: clip-path 1.2s ease-in-out, -webkit-clip-path 1.2s ease-in-out;
}

.qa__answer img.standby {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  will-change: clip-path;
}

.qa_text {
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 1px;
  line-height: 2;
}

.qa_text p {
  font-size: clamp(14px, 3.7333333333vw, 28px);
}

.qa_text span {
  font-weight: bold;
}

.qa_text2 {
  position: relative;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 1px;
  z-index: 5;
}

.qa_text2 p {
  font-size: clamp(14px, 3.7333333333vw, 28px);
}

.qa_text2 p + p {
  margin-top: 1em;
}

.qa-point-list {
  position: relative;
  z-index: 5;
}

.qa-point-list > div {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.qa-point-list > div.standby {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

/* 分子
====================================== */

.qa-ball img {
  position: absolute;
}

.qa-ball01 {
  width: 16.73vw;
  top: 24vw;
  right: 5.3333333333vw;
}

.qa-ball02 {
  width: 26.06vw;
  top: 46.6666666667vw;
  left: 0;
}

.qa-ball03 {
  width: 26vw;
  top: 76vw;
  right: 5.8666666667vw;
}

/* ラインナップ
====================================== */

.lineup {
  background: url("../images/pc/lineup-bg.png") no-repeat center top/cover;
  padding-bottom: 7vw;
}

.lineup h2 {
  width: 81.3333333333vw;
  margin: 6.6666666667vw auto 9.3333333333vw;
}

.lineup-list__item {
  text-align: center;
  line-height: 1.4;
  padding: 0 clamp(6px, 1.2666666667vw, 13px);
}

.lineup-list__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  padding: 5px;
}

.lineup-list__item > div .hashtag {
  -ms-flex-item-align: center;
  align-self: center;
}

.lineup-list__item h3 {
  text-align: center;
  font-size: clamp(20px, 6.1333333333vw, 46px);
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.5;
}
.lineup-list__item h3:first-letter {
  margin-left: 0.5em;
}

.lineup-list__item.item01 > div {
  background: url("../images/sp/lineup-box-bg01.png") no-repeat center 27vw/contain;
}

.lineup-list__item.item02 > div {
  background: url("../images/sp/lineup-box-bg02.png") no-repeat center 27vw/contain;
}

.lineup-list__item.item03 > div {
  background: url("../images/sp/lineup-box-bg03.png") no-repeat center 27vw/contain;
}

.lineup-list__item-img {
  width: 40%;
  margin: 0 auto 3vw;
}

.lineup-list__item-name {
  margin-top: 4px;
  font-size: clamp(15px, 2.9333333333vw, 22px);
}

.lineup-list__item-volume {
  font-size: clamp(16px, 3.2vw, 24px);
}

.lineup-list__item-price {
  font-size: clamp(18px, 3.7333333333vw, 28px);
  font-weight: bold;
}

.lineup-list__item-price span {
  font-size: clamp(13px, 2.6666666667vw, 20px);
  font-weight: 400;
}

.hashtag {
  display: inline-block;
  border-radius: 6px;
  padding: 4px 8px;
  color: #fff;
}

.lineup-list__item.item01 .hashtag {
  background: #f77298;
}

.lineup-list__item.item02 .hashtag {
  background: #25bddc;
}

.lineup-list__item.item03 .hashtag {
  background: #634ca7;
}

.lineup-list__item-btn {
  position: relative;
  color: #fff;
  display: block;
  padding: 0.5em;
  font-size: clamp(18px, 8.733333vw, 14px);
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.item01 .lineup-list__item-btn {
  background: #f77298;
}

.item02 .lineup-list__item-btn {
  background: #25bddc;
}

.item03 .lineup-list__item-btn {
  background: #634ca7;
}

.lineup-list__item-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.666667vw;
  height: 3vw;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.diagnosis-resurt__item-body .lineup-list__item-btn::after {
  right: 3vw;
}

.lineup-list__item-btn:hover {
  opacity: 0.7;
}

.lineup__inner {
  padding-left: 3%;
  padding-right: 3%;
}

.lineup-contact {
  background: url("../images/sp/lineup-contact-box.png") no-repeat center/contain;
  aspect-ratio: 1308/583;
  text-align: center;
  margin-top: 5.3333333333vw;
}

.lineup-contact__ttl {
  color: #fff;
  padding: 2.4vw 3.2vw;
  font-size: clamp(14px, 4.2666666667vw, 32px);
}

.lineup-contact__tel {
  width: 87%;
  margin: 2.8% auto 2%;
}

.lineup-contact__text {
  font-size: clamp(12px, 3.2vw, 24px);
}

/* diagnosis
====================================== */

.diagnosis {
  position: relative;
  background-color: #f6faff;
  background-image: url("../images/sp/diagnosis-bg.png");
  background-position: center top;
  background-size: 100% auto;
  padding-top: 9.3333333333vw;
  padding-bottom: 1px;
  margin-bottom: 8vw;
  z-index: 1;
}

.diagnosis .p-slider-track {
  width: 295vw;
  margin-bottom: 6vw;
}

.diagnosis .p-slider-track img {
  width: 147vw;
}

.diagnosis-color {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 5;
  opacity: 0.8;
  mix-blend-mode: screen;
  z-index: -1;
}

.diagnosis-color img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 1.2s ease-in;
  transition: -webkit-clip-path 1.2s ease-in;
  transition: clip-path 1.2s ease-in;
  transition: clip-path 1.2s ease-in, -webkit-clip-path 1.2s ease-in;
}

.diagnosis-color img.standby {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.diagnosis__ttl {
  width: 63.46%;
  margin: 0 auto 5%;
}

.diagnosis__fv {
  aspect-ratio: 750/390;
  position: relative;
  margin-bottom: 20vw;
}

.diagnosis__fv img {
  position: absolute;
}

.diagnosis__fv img:nth-child(1) {
  top: 0;
  right: 17vw;
  width: 46.9%;
}

.diagnosis__fv img:nth-child(2) {
  left: 14vw;
  bottom: 10vw;
  width: 27.7%;
}

.diagnosis__fv img:nth-child(3) {
  bottom: 0;
  right: 30vw;
  width: 25.6%;
}

.diagnosis__inner {
  padding-left: 5%;
  padding-right: 5%;
}

.diagnosis__text {
  margin-bottom: 6.6666666667vw;
  text-align: center;
  font-size: clamp(14px, 4.2666666667vw, 32px);
  line-height: 1.875;
}

.diagnosis__btn {
  width: 100%;
  margin-bottom: 8vw;
  background: #a68032;
  font-size: clamp(17px, 5.0666666667vw, 38px);
}

.diagnosis__btn span {
  font-size: clamp(20px, 7.2vw, 54px);
}

.diagnosis-resurt__item {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 9.3333333333vw;
}

.diagnosis-resurt__item-ttl {
  text-align: center;
  padding: 16px 10px 8px;
}

.diagnosis-resurt__item-ttl h3 {
  font-size: clamp(20px, 6vw, 45px);
  padding: 5px 0px 0;
  font-weight: normal;
}

.diagnosis-resurt__item-ttl h3 span {
  font-size: clamp(17px, 4.2666666667vw, 32px);
}

.diagnosis-resurt__item-ttl img {
  width: clamp(80px, 17.0666666667vw, 128px);
}

.item01 .diagnosis-resurt__item-ttl {
  background: url("../images/sp/diagnosis-box-bg01.png") no-repeat center bottom/cover;
}

.item02 .diagnosis-resurt__item-ttl {
  background: url("../images/sp/diagnosis-box-bg02.png") no-repeat center bottom/cover;
}

.item03 .diagnosis-resurt__item-ttl {
  background: url("../images/sp/diagnosis-box-bg03.png") no-repeat center bottom/cover;
}

.diagnosis-resurt__item-body {
  padding: 8px 7px;
  background: #fff;
  text-align: left;
}

.diagnosis-resurt__item-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0 7px;
  font-size: clamp(12px, 3.2vw, 24px);
  align-items: center;
}

.diagnosis-resurt__item-contents img {
  -webkit-transform: translateX(-2.2%);
  transform: translateX(-2.2%);
  width: 26%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.diagnosis-resurt__item-contents > div {
  width: 71%;
}

/* 診断
====================================== */

.question__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.question__inner .answer {
  cursor: pointer;
}

.question__inner .answer:hover {
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.question__no {
  position: absolute;
  width: 24.4vw;
}

[data-step="1"] .question__no,
[data-step="3"] .question__no {
  left: 0;
  top: 0;
  -webkit-transform: translate(-20%, -30%);
  transform: translate(-20%, -30%);
}

[data-step="2"] .question__no {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  left: 0;
  top: 0;
}

.question__ttl {
  text-align: center;
  font-size: clamp(14px, 4.8vw, 36px);
  margin-bottom: 5.6vw;
}

.question__ttl span {
  color: #a68032;
  font-weight: bold;
}

/* テキストスライダー
====================================== */

.p-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.p-slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1%;
  width: 238%;
  /* 画像2枚分 */
  -webkit-animation: slideLeft 20s linear infinite;
  animation: slideLeft 20s linear infinite;
}

.p-slider-track img {
  width: 49%;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* ふわふわ揺れるアニメ
====================================== */

.p-bubble {
  -webkit-animation-name: hydexAnimBubble;
  animation-name: hydexAnimBubble;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.p-bubble.ver1 {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.p-bubble.ver2 {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.p-bubble.ver3 {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

.p-bubble.ver4 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.p-bubble.ver5 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.p-bubble.ver6 {
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
}

@-webkit-keyframes hydexAnimBubble {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

@keyframes hydexAnimBubble {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

/* テキストユーティリティ
====================================== */

/* インデント揃え
-------------------------------------- */

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* text-align
-------------------------------------- */

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* スクロールバー
====================================== */

.u-scrollbar::-webkit-scrollbar {
  width: 13px;
}

.u-scrollbar::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 7px;
}

.u-scrollbar::-webkit-scrollbar-thumb {
  background: #555;
  border: 3px solid transparent;
  background-clip: padding-box;
  border-radius: 7px;
}

@media screen and (min-width: 576px) {
  .lineup-list__item-btn {
    font-size: clamp(15px, 4vw, 30px);
  }

  .lineup-list__item-btn::after {
    width: 20px;
    height: 30px;
  }

  .diagnosis__inner {
    width: 840px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .fv {
    padding-top: 0;
    aspect-ratio: auto;
    background-image: url("../images/pc/fv-bottom.png"), url("../images/pc/fv-bg.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center top;
    background-size: 100%, cover;
  }

  .fv-color {
    width: 95.2415812592vw;
  }

  .fv-logo {
    width: 124px;
    padding-top: 50px;
    margin-bottom: 40px;
  }

  .fv-catch {
    width: 426px;
    margin: 0 auto;
  }

  .fv-catch h1 {
    width: auto;
    margin: 0 auto 15px;
    text-align: center;
  }

  .fv-catch__new {
    width: 142px;
  }

  .fv-catch__new img {
    width: 142px;
    top: 0;
    left: 0;
    -webkit-transform: translate(-55%, -75%);
    transform: translate(-55%, -75%);
  }

  .fv-supplement img {
    width: 145px;
    top: 60px;
    right: 50px;
  }

  .fv__inner {
    width: 980px;
    margin: 0 auto;
  }

  .fv-parts {
    width: 167px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .select-modal {
    max-width: 820px;
  }

  .qa {
    padding-top: 0;
  }

  .qa .p-slider-track {
    gap: 30px;
    width: 2746px;
  }

  .qa .p-slider-track img {
    width: 1358px;
  }

  .qa_contents01 {
    background: url("../images/pc/qa-bg.png") no-repeat center top 30%/cover;
    padding-top: 56px;
    padding-bottom: 70px;
  }

  .qa_contents01 h2 {
    width: 461px;
  }

  .qa_contents01 h3 {
    width: 521px;
    margin-bottom: 64px;
  }

  .qa_contents01 .qa__spoon {
    position: absolute;
    bottom: 140px;
    right: 0;
    width: 377px;
  }

  .qa_text span {
    font-weight: normal;
  }

  .qa__but {
    width: 232px;
    margin-left: 300px;
    margin-bottom: 8px;
  }

  .qa-q-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 822px;
  }

  .qa_contents02 {
    background: url("../images/pc/qa-bg2.png") no-repeat center top/100% auto;
    padding-top: 0;
  }

  .qa_contents02 .qa__inner {
    width: 1366px;
    margin: 0 auto;
    background: url("../images/pc/qa-visual.png") no-repeat left 70px top/476px auto;
  }

  .qa_contents02 .qa_contents02-inner {
    width: 520px;
    padding-top: 110px;
    margin: 0 190px 90px auto;
  }

  .qa_contents02 h2 {
    margin: 0 0 30px;
  }

  .qa-color {
    left: -21px;
    width: 472px;
    top: -217px;
  }

  .qa__answer {
    width: 314px;
    margin: 0;
    -webkit-transform: translate(-88px, 20px);
    transform: translate(-65px, 6px);
  }

  .qa_text p {
    font-size: 28px;
    line-height: 1.785;
  }

  .qa_text2 {
    text-align: left;
    letter-spacing: 0;
  }

  .qa_text2 p {
    font-size: 20px;
  }

  .qa-point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    width: 836px;
    margin: 0 auto;
  }

  .qa-ball01 {
    width: 125px;
    top: 115px;
    left: 177px;
    right: auto;
  }

  .qa-ball02 {
    width: 240px;
    top: 384px;
    right: 66px;
    left: auto;
  }

  .qa-ball03 {
    width: 270px;
    top: 462px;
    left: 0;
  }

  .lineup {
    padding-top: 64px;
    padding-bottom: 100px;
  }

  .lineup .p-slider-track {
    gap: 30px;
    width: 2924px;
    margin-bottom: 64px;
  }

  .lineup .p-slider-track img {
    width: 1447px;
  }

  .lineup h2 {
    width: auto;
    margin: 0 auto 50px;
    text-align: center;
  }

  .lineup h2 img {
    width: auto;
  }

  .lineup-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 80px;
  }

  .lineup-list__item {
    padding: 0;
  }

  .lineup-list__item h3 {
    font-size: clamp(15px, 4vw, 30px);
  }

  .lineup-contact {
    width: 800px;
    height: 260px;
    margin: 0 auto;
    aspect-ratio: auto;
    background: url("../images/pc/lineup-contact-box.png") no-repeat center/contain;
  }

  .lineup-contact__ttl {
    font-size: 28px;
    padding: 1vw 2vw;
  }

  .lineup-contact__tel {
    width: 618px;
    margin: 20px auto 15px;
  }

  .lineup-contact__text {
    font-size: 20px;
  }

  .diagnosis {
    background-image: url("../images/pc/diagnosis-bg.png");
    background-position: center top;
    background-size: 100% auto;
    padding-top: clamp(45px, 3.2942898975vw, 70px);
    padding-bottom: 80px;
    margin-bottom: 0;
  }

  .diagnosis .p-slider-track {
    width: 2744px;
    gap: 30px;
    margin-bottom: 6vw;
  }

  .diagnosis .p-slider-track img {
    width: 1357px;
  }

  .diagnosis-color {
    left: 0;
    width: 79.1361639824vw;
    top: 0;
  }

  .diagnosis__ttl {
    width: 410px;
    margin: 0 auto clamp(540px, 39.5314787701vw, 800px);
  }

  .diagnosis__btn {
    width: 490px;
    font-size: 32px;
    margin: 0 auto 100px;
  }

  .diagnosis__btn span {
    font-size: 45px;
  }

  .diagnosis-resurt__item {
    margin-bottom: 30px;
  }

  .diagnosis-resurt__item-ttl {
    padding: 40px 15px 30px 190px;
  }

  .diagnosis-resurt__item-ttl img {
    width: 128px;
  }

  .diagnosis-resurt__item-ttl h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    padding-bottom: 0;
  }

  .diagnosis-resurt__item-ttl h3 span {
    display: none;
  }

  .diagnosis-resurt__item-body {
    padding: 30px 20px 20px;
  }

  .diagnosis-resurt__item-contents {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 45px;
    font-size: 20px;
    align-items: flex-start;
  }

  .diagnosis-resurt__item-contents img {
    width: 200px;
    margin: -120px 30px 0 15px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .diagnosis-resurt__item-contents div > span {
    font-size: 30px;
    margin: -0.2em auto 0.3em;
    display: block;
    text-align: center;
  }

  .question__no {
    width: 200px;
  }

  [data-step="1"] .question__no,
  [data-step="3"] .question__no {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  [data-step="2"] .question__no {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .question__ttl {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .lineup-list__item.item01 > div,
  .lineup-list__item.item02 > div,
  .lineup-list__item.item03 > div {
    background-position: 50% 140px;
  }
  .lineup-list__item-img {
    margin-bottom: 0;
  }
  .lineup-list__item > div .hashtag {
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2;
  }
  .lineup-list__item h3 {
    margin: 0 0 9px;
    font-size: 32px;
  }
  .lineup-list__item-name {
    font-size: 26px;
  }
  .lineup-list__item-price-list {
    display: block;
    margin: 4px 0;
  }
  .lineup-list__item-price.lineup-list__item-volume {
    font-weight: 400;
  }
  .lineup-list__item-price.lineup-list__item-volume span {
    font-size: 100%;
  }
  .lineup-list .lineup-list__item-btn {
    border-radius: 0 0 6px 6px;
  }
  .lineup-list__item-btn::after {
    width: 18px;
    height: 30px;
    right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .p-faq__item {
    padding: 20px 15px 20px 40px;
  }
}

@media (max-width: 960px) {
  .supplement-top {
    font-size: 14px;
  }

  .pc_block {
    display: none;
  }

  .sp_block {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__title::after {
    right: 15px;
  }

  .p-panel__item {
    padding: 30px 15px 30px;
  }
}

@media screen and (max-width: 575px) {
  .p-faq {
    margin-bottom: 0;
  }

  .p-faq__item {
    padding: 20px 0 20px 0;
  }

  .p-faq__title {
    font-size: 1.6rem;
  }

  .p-faq__text {
    font-size: 1.4rem;
  }
}

.diagnosis__tit {
  display: flex;
  margin: 9vw 0 45vw;
  justify-content: center;
}

@media screen and (max-width: 1680px) {
  .diagnosis__tit {
    margin: 6vw 0 44vw;
  }
}

@media screen and (max-width: 767px) {
  .diagnosis__tit {
    width: 70%;
    margin: 0 auto 7vw;
  }
}


/*===============================================*/
/*===============================================*/
.fv-color {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv-color::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: url(../images/sp/fv-color.png) 50% 50% / cover no-repeat;
  animation: show 8s ease-in-out 0s infinite alternate-reverse;
}
@keyframes show {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  15% {
    opacity: 1;
    transform: rotate(125deg);
  }
  30%,
  100% {
    opacity: 0;
    transform: rotate(0deg);
  }
}

.lineup-list__item-price-list {
  display: flex;
  justify-content: center;
  margin: 2vw 0 5vw;
  gap: 0 18px;
}

.lineup-list.slick-slider {
  margin-bottom: 0;
}
.lineup-list .slick-dots li button:before {
  content: none;
}
.lineup-list .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  background: #FFF;
  border: 1px solid #000;
}
.lineup-list .slick-dots li.slick-active button {
  background: #000;
}
.lineup-list .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}
.lineup-list .slick-dots {
  position: relative;
  display: flex;
  bottom: auto;
  margin: 5vw 0 0;
  justify-content: center;
}

.qa_contents02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: url(../images/sp/qa-color.png) 100% 100% / 412px 390px no-repeat;
  transition: 0.3s ease-in-out;
}
.qa_contents02.in::before {
  width: 88%;
  height: 61vw;
  opacity: 0.2;
}

.lineup-contact_btn {
  display: block;
  max-width: 93vw;
  margin: 5vw auto 0;
}

@media screen and (min-width: 960px) {
  .lineup-list__item-price-list {
    display: block;
    margin: 2px 0 5px;
  }

  .qa_contents02.in::before {
    width: 600px;
    height: 720px;
    opacity: 0.08;
  }

  .lineup-contact_btn {
    max-width: 828px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */