/*!
global > color
------------------------------
*/ :root {
  --color-font-base: #000000;
  --color-primary: #84ecff;
  --color-primary-light: rgba(132, 236, 255, .18);
  --color-secondary: #173843;
  --color-secondary-light: rgba(23, 56, 67, .05);
  --color-accent: #ef813c;
  --color-accent-hover: #d86d2b;
  --color-accent-light: #fcfcc3;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-orange: #fe6e07;
  --color-blue: #06c1ba;
  --color-grey: #e0e0e0;
  --color-grey02: #f5f5f5;
  --color-border: #707070;
  --color-border-light: #bfbfbf;
  --color-border-extra-light: #f0f0f0;
} /*!
global > content-width
------------------------------
*/ :root {
  --width-content: 640px
} /*!
global > font
------------------------------
*/ :root {
  --font-family-base: "Noto Sans JP", sans-serif
} /*!
foundation > reset
------------------------------
*/ html {
  background: #fff;
  color: #000
}
body, div, ul, li, h1, h2, h3, h4, p {
  margin: 0;
  padding: 0
}
img {
  border: 0
}
ul {
  list-style: none
}
h1, h2, h3, h4 {
  font-weight: 400;
  font-size: 100%
}
a {
  color: inherit;
  text-decoration: none
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
svg {
  display: block
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
button {
  padding: 0;
  border: none;
  outline: none;
  appearance: none;
  background: none;
  cursor: pointer;
}
/* --------------------
common
-------------------- */
body {
  color: var(--color-font-base);
  font-size: 14px;
  line-height: 1.8;
  font-family: var(--font-family-base);
  background-color: #F5F0EB;
  background-attachment: fixed;
  position: relative;
}
body::before, body::after {
  content: "";
  background: url("../img/pc_main_bg.png")no-repeat;
  background-size: 100% auto;
  width: 29vw;
  height: 50vw;
  position: fixed;
}
body::before {
  bottom: -14vw;
  left: -10vw;
}
body::after {
  top: -14vw;
  right: -10vw;
}
main {
  max-width: var(--width-content);
  margin-right: auto;
  margin-left: auto;
  background: var(--color-white);
  box-shadow: 0px 5px 15px 0px rgb(179 163 144 / 38%);
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  body::before, body::after {
    content: none;
  }
}
@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
/*CTA*/
#mv .cta {
  padding: 0 0 15%;
}
.cta {
  padding: 10% 0;
}
.cta_plan {
  width: 90%;
  margin: 0.5% auto 1%;
}
.cta_read {
  width: 56%;
  margin: 0 auto 3%;
  padding-left: 4%;
}
.cta_btn img {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}
.cta .notes {
text-align: left;
padding: 0 4%;
}
.fixed-elements .cta_btn img {
  animation: none;
  width: 96%;
  margin: 0 3%;
  display: block;
}
@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
/*fixed-CTA*/
.fixed-elements {
  display: none;
  max-width: var(--width-content);
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  background: #ffffff94;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .fixed-elements {
    padding: 2.6667vw 0;
    z-index: 10;
  }
}
.fixed-elements.appear {
  transition: opacity .4s
}
.fixed-elements.stop {
  opacity: 0;
  height: 0;
}
/*iphone,android*/
.iphone, .android {
  display: none;
}
.iphone.app_active, .android.app_active {
  display: block !important;
}
/*PC-modal*/
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}
.modal-container p {
  margin-bottom: 0;
  text-align: center;
}
.modal-container p.modal-text02 {
  margin-bottom: 25px;
}
.modal-content {
  background: #FFE9E9;
  overflow-y: auto;
  padding: 20px 25px;
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 400px;
  animation: show 0.6s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
}
.modal-top {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
}
.modal-close {
  color: #ff4b03;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  padding: 0 8px;
}
.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.modal-text01 {
  font-size: 18px;
  font-weight: bold;
}
.qr_code {
  width: 24%;
  margin: 0 auto 20px;
  --x-gradient: linear-gradient(90deg, #ffa581 0 15px, transparent 0 calc(100% - 15px), #ffa581 calc(100% - 15px));
  --y-gradient: linear-gradient(#ffa581 0 15px, transparent 0 calc(100% - 15px), #ffa581 calc(100% - 15px));
  padding: 8px;
  background-image:
    var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: top, right, bottom, left;
}
.qr_code p {
  line-height: 1.5;
  color: #222;
}
.btnBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  /* 10px */
  max-width: 14.375rem;
  /* 230px */
  margin: 0 auto;
  padding: 0.9375rem 0.625rem;
  /* 15px 10px */
  border-radius: 0.375rem;
  /* 6px */
  background: #bb0000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.mail-icon {
  width: 20px;
  height: 15px;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* splide-button */
.page_custom {
  background: #ffb496;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 10px 8px 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 10px;
}
.page_custom.is-active {
  background: #ffb496;
  transform: scale(1.4);
  z-index: 1;
}
.contents {
  padding: 15% 0;
}
.notes {
  color: #535353;
  text-align: center;
  font-size: 11px;
  line-height: 1.3;
  padding: 0 2%;
}
/* --------------------
#header
-------------------- */
#header {
  background: #fff;
}
.header_logo {
  width: 21%;
  margin: 0 auto;
  padding: 2.3% 0;
}
/* --------------------
#mv
-------------------- */
/*#mv .notes {
  text-align: center;
  padding: 0 2% 2%;
}*/
#couponcode {
  background: #ffe9e0;
  border-radius: 30px;
  padding: 7% 4% 1%;
  margin: 1.5% 5%;
}
#couponcode p {
  margin: 0 auto 4%;
}
.couponcode_ttl {
  width: 71%;
}
.couponcode {
  width: 58%;
}
.couponcode_plan {
  width: 95%;
}
#mv #couponcode .notes {
  text-align: left;
  padding: 0;
}
#mv #couponcode .notes a {
  text-decoration: underline;
}
/* #code:hover {
  opacity: 0.8;
} */
/* --------------------
#about
-------------------- */
#about {
  background: url("../img/about_bg.png")no-repeat;
  background-size: cover;
}
#about h2 {
  width: 82%;
  margin: 0 auto 4%;
}
.about_contents {
  width: 90%;
  margin: 0 auto;
}
.about_contents .notes {
    margin-top: 1rem;
}
/* --------------------
#plan
-------------------- */
#plan h2 {
  width: 46%;
  margin: 0 auto 6%;
}
.plan_sub {
  width: 78%;
  margin: 0 auto 5%;
}
.plan_list li {
  margin-bottom: 3.5%;
}
.plan_list li:last-child {
  margin: 5% auto;
}
#plan .cta {
  padding: 0;
}
/* --------------------
#flow
-------------------- */
#flow {
  background: #F5F0EB;
  border-radius: 0 40px 0 0;
}
#flow h2 {
  width: 54%;
  margin: 0 auto 5%;
}
.flow_list li {
  margin-top: -1.7%;
}
.flow_list li:nth-child(3) {
  margin-bottom: -2%;
}
/* --------------------
#worries
-------------------- */
#worries {
  background: #F5F0EB;
  padding: 0 0 25%;
}
#worries h2 {
  width: 57%;
  margin: 0 auto;
  position: relative;
  padding-top: 9%;
}
.worries_sub {
  width: 87%;
  margin: -1.5% auto 3%;
}
.worries_contents {
  margin-top: -40%;
}
.effect_text {
  width: 81%;
  margin: 5% auto;
}
.effect_contents {
  width: 95%;
  margin: 0 auto 2%;
}
#worries .notes {
  text-align: center;
}
/* --------------------
#reason
-------------------- */
#reason {
  background: #fff;
  border-radius: 0 40px 0 0;
  margin-top: -12%;
  padding-bottom: 0;
}
#reason h2 {
  width: 66%;
  margin: 0 auto 5%;
}
.reason_list li {
  width: 90%;
  margin: 0 auto 6%;
}
/* --------------------
#no1
-------------------- */
#no1 {
  background: url("../img/no1_bg.png")no-repeat #ffeee6;
  background-size: 100% auto;
}
#no1 h2 {
  width: 81%;
  margin: 0 auto 5%;
}
.no1_contents {
  width: 80%;
  margin: 0 auto;
}
#no1 .notes {
  text-align: center;
  margin-top: 2%;
}
/* --------------------
#privacy
-------------------- */
#privacy {
  background: url("../img/privacy_bg.png")no-repeat #ffeee6;
  background-size: 100% auto;
}
#privacy.contents {
  padding: 2.6rem 0;
}
#privacy h2 {
  width: 76%;
  margin: 0 auto 5%;
}
.privacy_img {
  width: 80%;
  margin: 0 auto;
}
/* --------------------
#support
-------------------- */
#support {
  background: #ffeee6;
}
#support h2 {
  width: 60%;
  margin: 0 auto 5%;
}
.support_list li {
  width: 90%;
  margin: 0 auto 5%;
}
/* --------------------
#basics
-------------------- */
#basics.contents {
  background: #F5F0EB;
}
#basics h2 {
  width: 60%;
  margin: 0 auto 5%;
}
.basics_splide {
  width: 90%;
  margin: 0 auto;
}
/* --------------------
#question
-------------------- */
#question {
  background: #fff;
  padding-bottom: 0%;
}
#question h2 {
  width: 60%;
  margin: 0 auto 5%;
}
summary {
  display: block;
  list-style: none;
}
/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}
.qa_item {
  line-height: 1;
  width: 90%;
  margin: 0 auto 5%;
}
.qa_title {
  display: flex;
  padding: 3% 3% !important;
  background-color: #ffd9ca !important;
  border-radius: 10px;
  font-size: clamp(.625rem, 3.9vw, 1.2rem);
  align-items: center;
  z-index: 10;
  position: relative;
}
details[open] .qa_title {
  border-radius: 10px 10px 0 0;
}
.qa_title::after {
  content: "";
  background: url(../img/qa_arrow.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  margin: auto;
  position: absolute;
  top: 8%;
  right: 3%;
  transition: .5s;
  transform: rotate(180deg);
}
.qa_title._text2::after {
    top: 21%;
}
details[open] .qa_title::after {
  transform: rotate(0deg);
  top: 40%;
}
.qa_icon {
  width: 6%;
  margin-right: 10px;
}
.qa_text {
  width: 100%;
}
.qa_answer .qa_text {
  line-height: 1.5;
  margin-top: -0.5%;
}
.qa_title .qa_text {
  width: 88%;
  line-height: 1.3;
}
.qa_answer {
  display: flex;
  background: #fff1eb;
  padding: 3% !important;
  border-radius: 0 0 10px 10px;
  font-size: clamp(.625rem, 3.2vw, 1rem);
}
.qa_comment {
  font-size: clamp(.625rem, 3vw, 0.8rem);
}
.qa_point {
  content: '';
  display: inline-block;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
}
.qa_link {
  color: #7483ec;
  font-weight: bold;
}
#question .notes {
  text-align: left;
  padding: 1.3% 0 0;
  display: inline-block;
}
.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #7483ec;
  border-right: 0;
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .qa_icon {
    width: 8%;
  }
  .qa_title .qa_text {
    width: 80%;
  }
  .qa_title::after {
    top: -3%;
  }
  .qa_title._text2::after {
    top: 10%;
}
}


/* --------------------
#cycle
-------------------- */

#cycle h2 {
  width: 73%;
  margin: 0 auto 9%;
}

#cycle p.notes {
  margin-top: -2%;
}
/* --------------------
#medicine
-------------------- */
#medicine.contents {
  color: #5c5c5c;
  padding-top: 0;
}
#medicine h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
  color: #FA6C33;
}
#medicine .text {
  padding: 0 4%;
}
#medicine .text dt {
  font-weight: bold;
  font-size: 1rem;
}
#medicine .text dd {
  margin-left: 0;
  margin-bottom: 20px;
}

/* --------------------
footer
-------------------- */
.footer {
  background: #F3F3F3;
  padding: 12% 5%;
}
.footer_logo {
  width: 52%;
  max-width: 200px;
  margin: 0 auto 5%;
}
.footer-link-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 8px;
  font-size: 14px;
  justify-content: center;
}
.footer-link-item a {
  text-decoration: none;
}
.footer-link-item:not(:last-child):after {
  display: inline-block;
  padding: 0 8px;
  content: "/";
}
@media screen and (max-width: 750px) {
  .footer-link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: column;
    text-align: center;
  }
  .footer-link-item:not(:last-child):after {
    content: none;
  }
}