@charset "UTF-8";

html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  min-width: 320px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
* {
	box-sizing: border-box;
  transition: .3s;
}
a {
  display: inline-block;
  color: #000;
}
a:hover {
  opacity: .7;
}
img {
  width: 100%;
  vertical-align: top;
}
.sp {
  display: none;
}
.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header {
  width: 280px;
  /* padding: 30px; */
  position: fixed;
  top: 50px;
  left: calc((((100vw - 640px) / 2) - 280px) / 2);
  /* background-color: rgba(255,255,255,.5); */
  z-index: 10;
}
header .wrap {
  position: relative;
}
header .spBtn {
  display: none;
  width: 40px;
  position: absolute;
  top: 50%;
  right: 1vw;
  transform: translateY(-50%);
  z-index: 1;
}
header .spBtn a {
  display: block;
}
header .spBtn span {
  display: block;
  width: 100%;
  border-top: 1px solid #000;
}
header .spBtn span + * {
  margin-top: 8px;
}
header .spBtn:hover span:nth-child(1),
header .spBtn.active span:nth-child(1) {
  width: 85%;
}
header .spBtn:hover span:nth-child(2),
header .spBtn.active span:nth-child(2) {
  width: 70%;
}
header .spBtn:hover span:nth-child(3),
header .spBtn.active span:nth-child(3) {
  width: 55%;
}
header .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 22px;
  right: 32px;
}
header .closeBtn span {
  display: block;
  width: 40px;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  position: relative;
  top: 20px;
}
header .closeBtn span:last-child {
  transform: rotate(-45deg);
}
header .logo {
  width: 220px;
  margin: 0 auto 20px;
  background-color: #fff;
  padding: 25px;
  border-radius: 4px;
}
header .logo a {
  display: block;
}
header .logo img.sp {
  width: 20vw;
  width: clamp(140px, 20vw, 216px);
}
header nav {
  padding-bottom: 10px;
  overflow-y: scroll;
}
header nav ul {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 20px;
}
header nav li a {
  display: block;
  font-size: 1.7rem;
  color: #fff;
  padding: 10px 0;
}
header nav li a span {
  vertical-align: middle;
}
header nav li a:before {
  content: "▶";
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  vertical-align: middle;
  margin-right: 10px;
  opacity: .5;
}
main {
  position: relative;
  max-width: 640px;
  margin-inline: auto;
  background: #fff;
  border: 1px solid #fff;
  border-bottom: 0;
  border-radius: 32px 32px 0 0;
  margin-top: 40px;
  z-index: 2;
  box-shadow: 0px 0px 80px rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.bg_body {
  width: 100vw;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../images/background.webp");
  /* background-position: top; */
  background-position: center center;
  /* background-size: 100%; */
  background-size: cover;
  /* background-repeat: repeat-y; */
  background-repeat: no-repeat;
  transition: none;
}
.bg {
  background-position: top;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
#intro .box {
  position: relative;
}
#intro .fv h1 {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: calc(100% - 50px);
  font-family: Hind;
  color: #fff;
  position: absolute;
  bottom: 220px;
  left: 25px;
  z-index: 1;
}
#intro .fv h1 strong {
  display: block;
  width: fit-content;
  font-size: clamp(1rem, 6.8vw, 4.4rem);
  font-weight: 300;
  line-height: 1.2em;
}
#intro .fv h1 span {
  display: block;
  width: fit-content;
  font-size: clamp(1rem, 3.45vw, 2.2rem);
  line-height: 1.4em;
}
#intro .fv h2 {
  width: 100%;
  font-size: clamp(1rem, 4.4vw, 2.8rem);
  line-height: 1.6em;
  margin-inline: auto;
  text-align: center;
  color: #CCE8FF;
  position: absolute;
  bottom: 50px;
  left: 0;
}
#intro .fv h2 strong {
  font-size: clamp(1rem, 5vw, 3.2rem);
  font-weight: bold;
  color: #fff;
}
#intro .fv h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: bold;
  padding: 30px 30px 0;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
}
#intro .fv h3 strong {
  width: 183px;
}
#intro .fv h3 span {
  width: fit-content;
  font-size: clamp(1rem, 4.4vw, 2.8rem);
  line-height: 1.6em;
}
#intro .fv p {
  font-size: clamp(1rem, 2.2vw, 1.4rem);
  color: #fff;
  position: absolute;
  top: 195px;
  right: 30px;
  z-index: 1;
}
#intro .box > a {
  margin-top: 30px;
}
#intro .box > a:hover {
  border-bottom: 1px solid rgba(000, 000, 000, 0);
}
#intro .sv {
  padding: 50px 30px;
}
#intro .sv p {
  font-size: clamp(1rem, 3.8vw, 2.4rem);
  line-height: 1.6em;
  color: #364751;
}
#intro .sv h4 {
  width: 90%;
  margin-top: 20px;
  margin-inline: auto;
  font-size: clamp(1rem, 3.8vw, 2.4rem);
  text-align: center;
  color: #5e5e5e;
  padding: 15px;
  border: 1px solid #adadad;
}

#problems {
  padding: 0 0 100px 0;
}
#problems .box:nth-child(1) {
  padding: 0 15px;
}
#problems .box:nth-child(2) {
  padding: 40px 0;
}
#problems .box:nth-child(3) {
  padding: 0 30px;
}
#problems p {
  font-size: clamp(1rem, 4.4vw, 2.8rem);
  line-height: 2em;
  text-align: center;
  color: #364751;
}
#problems p strong {
  color: #fff;
  font-weight: bold;
  background-color: #364751;
  padding: 8px 10px;
  margin-inline: .5em;
}
#problems p span {
  font-weight: bold;
}
#problems p.dot {
  color: #D9D9D9;
  line-height: .8em;
  font-weight: bold;
  padding: 15px 0;
}
#problems p small {
  font-size: clamp(1rem, 3.8vw, 2.4rem);
}
#problems p:last-child {
  font-size: clamp(1rem, 5vw, 3.2rem);
}

a.btn_buy {
  display: block;
  text-align: center;
}
header a.btn_buy img {
  width: clamp(200px, 54vw, 280px);
}
.fkd {
  width: fit-content;
  font-size: clamp(1rem, 4vw, 2.4rem);
  background-color: #6377AC;
  border-radius: 40px;
  text-align: center;
  padding: 20px 40px;
  position: relative;
  top: -30px;
  color: #fff;
  margin: 0 auto 10px;
}
.fkd::after {
  content: "";
  display: block;
  width: 68px;
  height: 20px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background-color: #6377AC;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#kodawari .box:nth-child(1) {
  padding: 0 40px 40px;
  /* background: conic-gradient(from 125deg at 0.01% 100%, #6377AC 183.59999656677246deg, #252A47 360deg), url(<path-to-image>) lightgray 0% 0% / 21.33333384990692px 21.33333384990692px repeat; */
  background-image: linear-gradient(90deg, rgba(58, 67, 105, 1), rgba(45, 51, 82, 1));
}
#kodawari h3 {
  /* font-family: "Shippori Mincho", serif; */
  font-size: clamp(1rem, 7.5vw, 4.8rem);
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 30px;
}
#kodawari .img_box {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
#kodawari .img_box span {
  display: grid;
  place-content: end;
  width: 164px;
  height: 164px;
  border-radius: 82px;
  font-family: "Cinzel", serif;
  color: #fff;
  font-size: 4.8rem;
  text-align: center;
  background-color: #6377ACb1;
  border: 1px solid #31395ab1;
  position: absolute;
  top: -50px;
  left: -50px;
  padding: 0 40px 35px 0;
}
#kodawari ol li > h4 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1rem, 6vw, 3.2rem);
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 30px;
}
#kodawari ol > li p {
  font-size: clamp(1rem, 4vw, 2.4rem);
  color: #fff;
  line-height: 1.8em;
}
#kodawari ol > li p + p {
  margin-top: 0.8em;
}
#kodawari ol > li + * {
  padding-top: 60px;
}
#kodawari ol > li a {
  display: block;
  margin-top: 40px;
  font-size: clamp(1rem, 4vw, 2.4rem);
  color: #fff;
  text-align: center;
  text-decoration: underline;
}
#kodawari .ingredients {
  margin-top: 80px;
}
#kodawari .ingredients ul {
  justify-content: center;
  align-items: stretch;
  gap: 16px;
}
#kodawari .ingredients li {
  width: calc(50% - 8px);
  background-color: rgba(000, 000, 000, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 15px;
}
#kodawari .ingredients li > * + * {
  margin-top: 20px;
}
#kodawari .ingredients h5 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1rem, 5vw, 3.2rem);
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#kodawari .ingredients .pct {
  text-align: center;
}
#kodawari .ingredients .pct img {
  width: auto;
  max-height: 130px;
  margin-top: -25px;
}
#kodawari .ingredients h6 {
  color: #fff;
  text-align: center;
}
#kodawari .ingredients h6 strong {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1rem, 5.2vw, 2.8rem);
  color: #FFE4C8;
  margin-bottom: 10px;
}
#kodawari .ingredients h6 span {
  display: block;
  font-size: clamp(1rem, 3vw, 1.6rem);
  color: #D0D0D0;
}
#kodawari .ingredients p {
  font-size: clamp(1rem, 3.3vw, 1.7rem);
  line-height: 1.6em;
}
#kodawari .doctor {
  background-color: rgba(0, 0, 0, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 30px;
  border-radius: 20px;
  margin-top: 60px;
}
#kodawari .doctor h4 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1rem, 6vw, 3.6rem);
  line-height: 1.5em;
  color: #FFE4C8;
  text-align: center;
  margin-bottom: 30px;
}
#kodawari .doctor .pct {
  width: 70%;
  margin: 0 auto 30px;
}
#kodawari .doctor p {
  font-size: clamp(1rem, 3.8vw, 2.4rem);
  line-height: 1.8em;
  color: #fff;
}
#kodawari .doctor p strong {
  font-weight: bold;
}
#kodawari .doctor p:last-child {
  text-align: right;
  margin-top: 30px;
}

.purcha .wrap {
  background-image: url("../images/bg_purcha.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.purcha.btm .wrap {
  background-image: url("../images/bg_purcha2.webp");
}
.purcha .box {
  position: relative;
  padding: 80px 40px 40px;
}
.purcha .box + .box {
  padding-top: 0;
}
.purcha .box a {
  width: 100%;
  display: block;
}
.purcha.btm .box:nth-child(1) img {
  margin-top: -120px;
}

#customer .wrap {
  padding: 40px;
  background-color: #edeff2;
}
#customer h3 {
  font-size: clamp(1rem, 6.2vw, 4rem);
  line-height: 1.4em;
  text-align: center;
  color: #2A4E57;
  margin: 40px 0;
  font-weight: bold;
}
#customer h4 {
  font-size: clamp(1rem, 4.4vw, 2.8rem);
  line-height: 1.4em;
  text-align: center;
  color: #2A4E57;
  margin-bottom: 40px;
}
#customer .slick-list li {
  min-height: 550px;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  margin: 0 10px;
}
#customer .slick-list li + * {
  margin-top: 20px;
}
#customer .flexbox .user_icon {
  width: 32%;
}
#customer .flexbox h5 {
  width: 62%;
  font-size: clamp(1rem, 4.4vw, 2.8rem);
}
#customer p {
  font-size: clamp(1rem, 4vw, 2.4rem);
  line-height: 1.6em;
  margin-top: 30px;
}
#customer p strong {
  font-weight: bold;
}
#customer ul + p {
  color: #5E5E5E;
  padding-left: 1em;
  text-indent: -1em;
}

.slider {
  margin-inline: -10px;
}
.slider .slick-prev,
.slider .slick-next {
  width: 42px;
  height: 42px;
  top: inherit;
  bottom: 10px;
  z-index: 99;
}
.slider .slick-prev {
  left: 50px;
}
.slider .slick-next {
  right: 50px;
}
.slider .slick-prev:before,
.slider .slick-next:before {
  content: '';
  display: block;
  width: 42px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.slider .slick-prev:before {
  background-image: url("../images/slick_arrow_l.svg");
}
.slider .slick-next:before {
  background-image: url("../images/slick_arrow_r.svg");
}
.slider .slick-dots {
  bottom: 40px;
}
.slider .slick-dots li {
  margin: 0px 10px;
}
.slider .slick-dots li button {
  width: 18px;
  height: 18px;
  padding: 0;
}
.slider .slick-dots li button:before {
  content: '';
  width: 18px;
  height: 18px;
  background-color: #D9D9D9;
  border-radius: 9px;
  opacity: 1;
}
.slider .slick-dots li.slick-active button:before {
  background-color: #4B4340;
  opacity: 1;
}

#message .bg {
  background-image: url("../images/bg_message.webp");
  margin: 20px;
  border: 1px solid #E7E7E7;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#message .bg .inner {
  background-color: rgba(255,255,255,.8);
  padding: 40px;
}
#message .doctor {
  text-align: center;
  margin-bottom: 40px;
}
#message .doctor img {
  width: 49.4vw;
  min-width: 200px;
  max-width: 355px;
}
#message h3 {
  font-size: clamp(1rem, 5vw, 3.2rem);
  line-height: 1.5em;
  font-weight: 600;
  margin-bottom: 30px;
  color: #454545;
}
#message p {
  font-size: clamp(1rem, 4vw, 2.4rem);
  line-height: 1.6em;
  margin-bottom: 30px;
  color: #4F4F4F;
}
#message p.name {
  text-align: right;
  line-height: 1.5em;
  font-weight: 600;
  color: #454545;
  margin: 0;
}
#use .wrap {
  background-color: #edeff2;
  padding: 80px 0 40px;
}
#use h3 {
  font-size: clamp(1rem, 6.2vw, 4rem);
  color: #364751;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
#use p {
  font-size: clamp(1rem, 4.4vw, 2.8rem);
  line-height: 1.6em;
  color: #364751;
  padding: 40px;
}
#qa .wrap {
  padding: 60px 20px 100px;
  background-color: #edeff2;
}
#qa h3 {
  font-size: clamp(1rem, 6.2vw, 4rem);
  color: #364751;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
.qa_list li + * {
  margin-top: 20px;
}
.qa_list dt {
  font-size: clamp(1rem, 4.4vw, 2.8rem);
  line-height: 1.5em;
  cursor: pointer;
  color: #fff;
  background-color: #364751;
  padding: 30px;
  position: relative;
}
.qa_list dt p {
  padding-left: 1.9em;
  text-indent: -1.9em;
}
.qa_list dt p b {
  position: absolute;
  top: 50%;
  right: 30px;
}
.qa_list dt p b::before,
.qa_list dt p b::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  transition: .3s;
}
.qa_list dt p b::before {
  border-top: 2px solid #fff;
  width: 41px;
  top:0;
  right: 0;
}
.qa_list dt p b::after {
  border-left: 2px solid #fff;
  height: 41px;
  top: -20px;
  right: 20px;
}
.qa_list .active dt p b::before {
  transform: rotate(180deg);
}
.qa_list .active dt p b::after {
  transform: rotate(270deg);
}
.qa_list dd {
  display: none;
  font-size: clamp(1rem, 3.8vw, 2.4rem);
  line-height: 1.5em;
  background-color: #F5F5F5;
  padding: 30px;
}
.qa_list dt, .qa_list dd {
  transition: none;
}
#detail .wrap {
  padding: 60px;
}
#detail .box:has(img)  {
  margin-bottom: 60px;
}
.detail_list li + * {
  padding-top: 20px;
}
.detail_list h5 {
  font-size: clamp(1rem, 3.8vw, 2.4rem);
  line-height: 1.5em;
  padding-bottom: 5px;
  position: relative;
}
.detail_list h5::after {
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.detail_list h6 {
  font-size: clamp(1rem, 3.8vw, 2.4rem);
  line-height: 1.5em;
  background-color: #F8F8F8;
  padding: 20px;
}
.detail_list a {
}
.detail_list a {
  border-bottom: 1px solid rgba(000, 000, 000, 1);
}
.detail_list a:hover {
  border-bottom: 1px solid rgba(000, 000, 000, 0);
}

footer {
  background-color: #9A9A97;
}
footer .wrap {
  position: relative;
}
footer ul {
  padding: 10%;
}
footer a {
  font-size: clamp(1rem, 3.8vw, 2.4rem);
  color: #fff;
}
footer li + * {
  margin-top: 20px;
}
footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 5%;
}
footer .copyright span {
  color: #fff;
  font-size: clamp(1rem, 3vw, 2rem);
}

@media screen and (max-width: 1440px) {
  header {
    left: calc((((100vw - 640px) * 0.7) - 280px) / 2);
  }
  main {
    margin-inline: unset;
    margin: 40px 12vw 0 auto;
  }
  
}

@media screen and (max-width: 1080px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    width: 100%;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,1);
    transition: .6s;
  }
  header.hidden {
    top: -100px;
  }
  header .logo {
    width: 180px;
    margin: 0;
    padding: 0;
  }
  header nav {
    width: fit-content;
    height: 100dvh;
    padding: 13vw 10vw 10vw;
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 10;
    background-color: rgba(4,17,35,0.9);
  }
  header nav.open {
    position: fixed;
    top: 0;
    right: 0;
  }
  header .spBtn {
    display: block;
  }
  header .closeBtn {
    display: block;
  }
  header nav li a {
    font-size: clamp(1.8rem, 3.8vw, 2rem);
    padding-top: clamp(15px, 1.5vw, 40px);
    padding-bottom: clamp(15px, 1.5vw, 40px);
  }
  header a.btn_buy img {
    width: clamp(260px, 54vw, 300px);
  }
  main {
    margin: 128px auto 0;
  }
}

@media screen and (max-width: 640px) {
  header {
    padding: 15px;
  }
  header nav {
    width: 100vw;
    padding-top: 20vw;
  }
  main {
    margin-top: 69px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
  }
  #intro .box {
    margin: 0 !important;
  }
  #intro .fv h1 {
    width: calc(100% - 6vw);
    bottom: 34vw;
    left: 3vw;
  }
  #intro h2 {
    width: 85vw;
    left: 0px;
    margin-top: 5vw;
  }
  #intro .fv h3 {
    padding: 4vw 4vw 0;
  }
  #intro .fv h3 strong {
    width: 32vw;
  }
  #intro .box > a {
    margin-top: 8vw;
  }
  #intro .grade {
    height: 12vw;
  }
  #intro .sv {
    padding: 5vw;
  }
  #intro .fv p {
    top: 32vw;
    right: 4vw;
  }
  .purcha .box {
    padding: 5vw;
  }
  .purcha .box a {
    bottom: 5vw;
  }
  .purcha.btm .box:nth-child(1) img {
    margin-top: 0;
  }
  #problems .box:nth-child(1),
  #problems .box:nth-child(3) {
    padding: 0 5vw;
  }
  #problems .box:nth-child(2) {
    padding: 5vw;
  }
  #customer .wrap {
    padding: 5vw;
  }
  #customer p {
    margin-top: 4vw;
  }
  #customer .slick-list li {
    min-height: 102vw;
  }
  #kodawari .box:nth-child(1) {
    padding: 0 5vw 5vw;
  }
  #message .bg {
    margin: 5vw;
  }
  #message .bg .inner {
    padding: 5vw;
  }
  #message h3 {
    margin-bottom: 6vw;
  }
  #message p {
    margin-bottom: 5vw;
  }
  #customer h3 {
    margin: 4vw 0;
  }
  #customer h4 {
    margin-bottom: 4vw;
  }
  #use .wrap {
    padding: 5vw 0 0;
  }
  #use h3 {
    font-size: 5.6vw;
    margin-bottom: 6vw;
  }
  #use .bg .inner {
    padding: 65vw 6vw 6vw;
  }
  #use p {
    padding: 5vw;
  }
  #qa .wrap {
    padding: 5vw 5vw 10vw;
  }
  #qa h3 {
    margin-bottom: 8vw;
  }
  .qa_list li + * {
    margin-top: 3vw;
  }
  .qa_list dt {
    padding: 4.7vw;
  }
  .qa_list dt p {
    padding-left: 8.5vw;
    text-indent: -8.5vw;
  }
  .qa_list dt p b {
    transform: scale(0.6);
    right: 6vw;
  }
  #detail .wrap {
    padding: 5vw;
  }
  #detail .box:has(img) {
    margin-bottom: 5vw;
  }
  .detail_list h5 {
    font-size: 4.5vw;
  }
  .detail_list h5::after {
    width: 33vw;
  }
  .detail_list h6 {
    font-size: 4vw;
    padding: 3vw;
  }
  footer li + * {
    margin-top: 3.2vw;
  }
  footer ul {
    padding: 8.6vw;
  }
  footer a {
    font-size: 4vw;
  }
}

@media screen and (max-width: 480px) {
  header .logo {
    width: 140px;
  }
  main {
    margin-top: 60px;
  }
  #kodawari .ingredients ul {
    display: block;
    gap: 16px;
  }
  #kodawari .ingredients li {
    width: auto;
    padding: 5vw;
  }
  #kodawari .ingredients li + * {
    margin-top: 5vw;
  }
}