@charset "utf-8";

/*--------------------------------------------------------------
/template/
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

div#template {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #000000;
}
@media (min-width: 521px) {
  div#template {
    padding: 0 0 100px;
    overflow: hidden;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.3);
  }
}
/* wrapper
-------------------------------------------------------------- */
#wrapper {
  font-family: "Noto Sans JP", sans-serif;
}
#wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#wrapper .l-inner-l {
  max-width: 480px;
  width: 92.308vw;
  margin: 0 auto;
}
#wrapper .l-inner-m {
  max-width: 440px;
  width: 84.6vw;
  margin: 0 auto;
}
#wrapper .l-inner-s {
  max-width: 400px;
  width: 76.923vw;
  margin: 0 auto;
}
/*--btn--*/
#wrapper .btn-group input {
  position: relative;
  display: block;
  height: 0;
  border: none;
  text-indent: -9999px;
  transition: all 0.3s;
  cursor: pointer;
}
#wrapper .btn-anker {
  margin: 0 auto;
}
#wrapper .btn-group .linkSubmitNew {
  max-width: 405px;
  width: 77.885vw;
  margin: 0 auto;
  padding-top: 21.03448%;
  background: url(../img/sp/btn_disable.png) no-repeat 0 0 / 100% auto;
}
#wrapper .btn-group .linkSubmitMember {
  max-width: 352px;
  width: 67.692vw;
  margin: 0 auto;
  padding-top: 18%;
  background: url(../img/sp/btn_member_disable.png) no-repeat 0 0 / 100% auto;
}
#wrapper .btn-ank-fix {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 520px;
  width: 100vw;
  padding: 10px 0;
  margin: 0 auto;
  background: #fff;
  animation: Show 0.9s ease-in-out forwards;
}
@media (max-width: 520px) {
  #wrapper .btn-ank-fix img {
    width: 90vw;
  }
}
@keyframes Show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--fade--*/
#wrapper .fade {
  transition: 1s;
}
#wrapper .fade_in {
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
#wrapper .fade.act {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#wrapper .fade_up {
  transform: translate3d(0, -50px, 0);
  opacity: 0;
}

/* regular
-------------------------------------------------------------- */
#regular {
  padding-bottom: 65px;
}

/* problem
-------------------------------------------------------------- */
#problem {
  padding-bottom: 20px;
}

/* product
-------------------------------------------------------------- */
#product {
  padding-bottom: 50px;
  background: url(../img/sp/product-bg.jpg) no-repeat top center;
  background-size: contain;
}

/* feature
-------------------------------------------------------------- */
#feature {
  padding-bottom: 60px;
}
#feature .feature-inner {
  background: url(../img/sp/feature-bg.png) no-repeat top left;
  background-size: auto;
}

/* commitment
-------------------------------------------------------------- */
#commitment {
  padding-bottom: 45px;
}
#commitment h2 {
  margin-bottom: 37px;
}
#commitment .quality-swiper {
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
}
#commitment .quality-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d8d8d8;
}
#commitment .quality-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #afafaf;
}

/* faq
-------------------------------------------------------------- */
#faq {
  padding-bottom: 100px;
}
#faq dl.faq-list {
  font-size: clamp(14px, calc(11.855072463768115px + 0.2898550724637681vw), 16px);
  text-align: left;
  margin-bottom: 5px;
}
#faq dl.faq-list dt {
  position: relative;
  padding: 19px 50px;
  background: #eaeaea url(../img/sp/faq-q.png) no-repeat center left 4%;
  background-size: 20px auto;
  cursor: pointer;
}
#faq dl.faq-list dt::before,
#faq dl.faq-list dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #4f4f4f;
}
#faq dl.faq-list dt::after {
  transform: rotate(90deg);
  transition: all 0.2s;
}
#faq dl.faq-list dt.open::after {
  transform: rotate(0deg);
}
#faq dl.faq-list dd {
  display: none;
  padding: 19px 15px 19px 50px;
  background: url(../img/sp/faq-a.png) no-repeat top 19px left 4%;
  background-size: 19px auto;
}
#faq dl.faq-list dd.open {
  display: block;
}
/* regular-buy
-------------------------------------------------------------- */
#regular-buy {
  padding: 40px 0 35px;
}
#regular-buy .regular-buy-notes {
  min-height: 136px;
  background: url(../img/sp/regular-benefits-02-bg.png) no-repeat top center;
  background-size: 100% auto;
}
#regular-buy .regular-buy-notes ul {
  font-weight: bold;
}
#regular-buy .regular-buy-notes li:first-child {
  margin-bottom: 10px;
}
#regular-buy ul {
  margin-top: 15px;
}
#regular-buy ul li {
  font-size: clamp(12px, calc(8.642857142857142px + 0.7142857142857143vw), 14px);
  text-align: left;
  letter-spacing: normal;
  text-indent: -1em;
  padding-left: 1em;
}
#regular-buy .regular-product {
  margin-top: 45px;
}

/* normal
-------------------------------------------------------------- */
#normal {
  padding: 0 0 90px;
}
#normal .normal-onlin h2,
#normal .normal-store h2 {
  margin-bottom: 30px;
}
#normal .normal-onlin ul {
  margin: 30px auto 50px;
}
#normal .normal-onlin ul li {
  margin-bottom: 18px;
}
#normal .normal-store ul li:first-child {
  margin-bottom: 36px;
}
#normal .normal-store ul p {
  font-size: clamp(14px, calc(1.6470588235294112px + 3.5294117647058822vw), 20px);
  font-weight: 700;
  letter-spacing: -0.07em;
  text-align: left;
}

/* 特定商取引法 位置は適宜調節
-------------------------------------------------------------- */
#footer-nav {
  margin-top: 60px;
  margin-bottom: 90px;
}
#footer-nav .tokushou,
#footer-nav .company,
#footer-nav .policy {
  margin-bottom: 1em;
}
/* #tokushou {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 13px;
} */
