/* kv */
#kv {
  margin: 0 auto;
  position: relative;
}

.kv_main {
  width: 100%;
  height: calc(100svh - 65px);
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.kv_main-visual {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.kv_title {
  position: absolute;
  width: 63.5%;
  aspect-ratio: 5017 / 2454;
  bottom: 3.9%;
  left: 5.625%;
  @media (max-width: 992px) {
    width: 70%;
    bottom: 15%;
    aspect-ratio: 2511 / 1238;
  }
  @media (max-width: 767px) {
    width: 90%;
    left: 5%;
    bottom: 10%;
  }
}

.kv_note {
  position: absolute;
  width: 19.3%;
  aspect-ratio: 1580 / 648;
  bottom: -2%;
  right: 4.9%;
  @media (max-width: 992px) {
    width: 30%;
    bottom: 0;
    right: 0;
  }
  @media (max-width: 767px) {
    width: 50%;
    bottom: -6%;
  }
}

.kv_main-visual img,
.kv_title img,
.kv_note img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.kv_main-visual img{
  @media (max-width: 992px) {
    object-position: center right;
  }
  @media (max-width: 767px) {
    object-position: bottom right;
  }
}

.kv_gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
  max-width: 1300px;
  margin: 0 auto;
}

.kv_gallery-item {
  flex: 1;
  aspect-ratio: 805 / 744;
  overflow: hidden;
  margin: 0;
  max-width: calc(33.333% - 0px);
}

.kv_gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kv_copy-detail {
  line-height: 2;
  margin-bottom: 68px;

  @media (max-width: 991px) {
    margin-bottom: 54px;
  }
}

.kv_copy-sub {
  font-size: 26px;
  margin-bottom: 0;

  @media (max-width: 991px) {
    font-size: 19px;
  }
}

.kv_copy-sub sub {
  font-size: 14px;

  @media (max-width: 991px) {
    font-size: 12px;
  }
}

.kv_inner {
  position: absolute;
  top: 95px;
  left: 100px;
  z-index: 5;

  @media (max-width: 991px) {
    top: 70vw;
    left: 28px;
  }
}

.kv_copy-main {
  font-size: 50px;
  font-weight: bold;

  @media (max-width: 991px) {
    font-size: 35px;
  }
}

.kv_brand {
  position: relative;
  background-image: url(../img/logo.svg);
  aspect-ratio: 25 / 3;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 380px;

  @media (max-width: 991px) {
    width: 320px;
  }
}

.kv_brand-main,
.kv_brand-sub {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}


/* rakuten banner */

#rakuten_bnr {}

#rakuten_bnr a {
  display: block;
  margin: 0 auto;
  max-width: 1080px;
  aspect-ratio: 36 / 7;

  @media (max-width: 767px) {
    aspect-ratio: 133 / 55;
  }
}

@media (hover: hover) {
  #rakuten_bnr a:hover {
    opacity: 0.6;
  }
}

#rakuten_bnr a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* rakuten banner */

#rakuten_bnr {
  position: relative;
}

#rakuten_bnr a {
  display: block;
  margin: 0 auto;
  max-width: 1080px;
  aspect-ratio: 36 / 7;

  @media (max-width: 767px) {
    aspect-ratio: 133 / 55;
  }
}

@media (hover: hover) {
  #rakuten_bnr a:hover {
    opacity: 0.6;
  }
}

#rakuten_bnr a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* product list */
#product_list {}

#product_list h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.product_swiper {
  padding-bottom: 3.375rem;
}

.product_swiper .swiper-slide {
  width: auto;
}

@media (max-width: 767px) {
  .product_swiper .swiper-slide {
    width: 70%;
    max-width: 280px;
  }
}

.product_card {
  text-decoration: none;
  color: inherit;
}

@media (hover: hover) {
  .product_card a:hover {
    opacity: 0.8;
  }
}

.product_image {
  aspect-ratio: 13 / 20;
  width: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 0;
}

.product_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product_info .product_type {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 1rem;
}

.product_info .product_number {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 1rem;
}

.product_info .product_name {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}

.product_info .product_price {
  font-size: 1rem;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  margin-bottom: 1rem;
  display: block;
}

.product_info .product_description {
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  margin-bottom: 0;
}
.product_info .product_description span {
  margin-left: 0.5em;
  @media (max-width: 1200px) {
    display: block;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.product_model{
  font-size: 10px;
  margin-top: 1rem;
}

#product_list .swiper-button-next,
#product_list .swiper-button-prev {
  width: 40px;
  height: calc(((100% - 72px) / 4) * 20 / 13);
  transform: translate(0);
  top: 0;
  margin-top: 0;
}

#product_list .swiper-button-next {
  background: linear-gradient(to right, transparent, #fff);
  right: 0;
}

#product_list .swiper-button-prev {
  background: linear-gradient(to left, transparent, #fff);
  left: 0;
}

#product_list .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  aspect-ratio: 1 / 1;
}

#product_list .swiper-pagination-bullet-active {
  background-color: #000;
  border: 1px solid #000;
}

#product_list .swiper-button-next svg,
#product_list .swiper-button-prev svg {
  width: 11px;
  stroke: #000;
  transition: .3s;
}

@media (hover: hover) {

  #product_list .swiper-button-next:hover svg,
  #product_list .swiper-button-prev:hover svg {
    opacity: 0.6;
  }
}


.product_link {
  display: block;
  width: 100%;
  border-radius: 50vw;
  text-align: center;
  font-size: 1rem;
  line-height: 35px;
  color: #fff;
  background-color: #bf0000;
  padding: 0 1rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  margin: 20px auto 0;
  font-size: 12px;
  width: 170px;
}

.product_link::after {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 35px;
  vertical-align: bottom;
  aspect-ratio: 1 / 1;
  display: inline-block;
  position: relative;
}

.product_link::after {
  background-image: url(../img/arrow.svg);
  margin-left: 0.5em;
}

/* concept */
.concept_upper {
  margin-top: 4.6875rem;
  position: relative;

  @media (max-width: 767px) {
    padding-left: 0;
    margin-top: 40px;
  }
}

.concept_upper .wrapper::before {
  content: "";
  position: absolute;
  background-image: url(../img/routine_dot.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: -76px;
  width: 994px;
  aspect-ratio: 994 / 170;

  @media (max-width:992px) {
    left: auto;
    right: 77px;
  }

  @media (max-width:767px) {
    top: -35px;
    z-index: -1;
  }
}

.concept_upper::before {
  content: "";
  position: absolute;
  background-image: url(../img/concept_lower_row.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 350px;
  top: 100%;
  transform: translateY(80px);
  left: 0;

  @media (max-width: 991px) {
    height: 200px;
  }

  @media (max-width:767px) {
    height: 280px;
    transform: translateY(40px);
  }

}

.concept_detail {
  padding-left: 100px;

  @media (max-width: 991px) {
    padding-left: 28px;
  }
}

#concept .section_title {
  font-size: 3.125rem;
  margin-top: 5.25rem;

  @media (max-width: 991px) {
    font-size: 2.5rem;
  }

  @media (max-width: 767px) {
    margin-top: 2.5rem;
    font-size: 2.1875rem;
  }
}

#concept h3 {
  margin-top: 4.375rem;
  font-size: 1.25rem;
  font-weight: bold;

  @media (max-width: 767px) {
    font-size: 1.125rem;
    margin-top: 3.125rem;
  }
}

#concept p {
  margin-top: 3.125rem;

  @media (max-width: 767px) {
    margin-top: 2.5rem;
  }
}

.concept_img {
  width: 680px;
  z-index: 0;
  aspect-ratio: 680 / 800;
  overflow: hidden;

  @media (min-width:768px) {
    position: absolute;
    top: 0;
    right: 0;
  }

  @media (max-width: 1200px) {
    width: 510px;
    aspect-ratio: 510 / 800;
  }

  @media (max-width: 991px) {
    max-width: 440px;
    height: 800px;
    width: 50%;
  }

  @media (max-width: 767px) {
    max-width: auto;
    width: 80%;
    height: auto;
    aspect-ratio: 32 / 37;
    margin-left: auto;
  }
}

.concept_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.concept_lower {
  text-align: center;
  margin-top: 15.3125rem;

  @media (max-width: 991px) {
    margin-top: 10.3125rem;
  }

  @media (max-width:767px) {
    margin-top: 6.6875rem;
  }
}

.concept_lower .col-12 {
  @media (max-width:767px) {
    padding-left: 0;
    padding-right: 0;
  }
}

.concept_lower img {
  width: 100%;
  max-width: 945px;
  aspect-ratio: 1890 / 896;

  @media (max-width:767px) {
    width: 100%;
    aspect-ratio: 800 / 788;
  }
}

/* efficacy */

#efficacy .wrapper {
  margin-top: 3rem;

  @media (max-width: 767px) {
    margin-top: 2rem;
  }

}

#efficacy .wrapper::before {
  content: "";
  position: absolute;
  background-image: url(../img/routine_dot.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: -76px;
  width: 994px;
  aspect-ratio: 994 / 170;
  z-index: 2;

  @media (max-width: 991px) {
    right: auto;
    left: 75px;
  }

  @media (max-width: 767px) {
    top: -30px;
    z-index: -1;
  }
}

#efficacy .wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../img/long_dot.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  bottom: -166px;
  width: 1300px;
  aspect-ratio: 2608 / 522;
  z-index: -1;

  @media (max-width: 767px) {
    bottom: -86px;
  }
}

.efficacy_img-upper,
.efficacy_img-lower {
  width: 34.625rem;
  position: absolute;
  left: 0;

  @media (max-width: 1300px) {
    width: 43.8%;
  }

  @media (max-width: 767px) {
    position: static;
  }
}

.efficacy_img-upper img,
.efficacy_img-lower img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.efficacy_img-upper {
  height: 690px;
  top: 0;

  @media (max-width: 767px) {
    width: 80%;
    aspect-ratio: 32 / 27;
    height: auto;
  }
}

.efficacy_img-lower {
  height: 650px;
  top: 690px;


  @media (max-width: 767px) {
    width: 62.5%;
    aspect-ratio: 250 / 285;
    height: auto;
    margin-top: 2.75rem;
  }
}


.efficacy_img-upper02 {
  height: 690px;

  @media (max-width: 767px) {
    height: auto;
  }
}


#efficacy .section_title {
  font-size: 3.125rem;
  margin-top: 5.25rem;
  padding-left: 4.5rem;

  @media (max-width: 991px) {
    font-size: 2.5rem;
    padding-left: 1rem;
  }

  @media (max-width: 767px) {
    margin-top: 2.5rem;
    font-size: 2.4375rem;
    padding-left: 0;
  }
}

#efficacy h3 {
  margin-top: 4.625rem;
  font-size: 1.75rem;
  font-weight: bold;
  padding-left: 4.5rem;

  @media (max-width: 991px) {
    padding-left: 1rem;
    font-size: 1.25rem;
  }

  @media (max-width: 767px) {
    font-size: 1.625rem;
    margin-top: 3.375rem;
    padding-left: 0;
  }
}

#efficacy p {
  margin-top: 1.875rem;
  padding-left: 4.5rem;

  @media (max-width: 991px) {
    padding-left: 1rem;
  }

  @media (max-width: 767px) {
    margin-top: 1.5rem;
    padding-left: 0;
  }
}

.efficacy_fig_01 {
  max-width: 40rem;
  width: 100%;
  display: block;
  margin-top: 4.375rem;
  margin-bottom: 5rem;

  @media (max-width: 767px) {
    margin-top: 2.275rem;
    margin-bottom: 2.5rem;
  }
}

.efficacy_fig_02 {
  max-width: 30rem;
  width: 100%;
  display: block;
  margin-top: 2rem;
  margin-bottom: 2.625rem;
  margin-left: 54px;
  aspect-ratio: 973 / 787;

  @media (max-width: 767px) {
    margin-top: 1.875rem;
    margin-bottom: 2.8125rem;
    margin-left: 0;
  }
}

.efficacy_detail,
.efficacy_detail2 {
  padding-left: 28px;
}

/* voice */
#voice {
  position: relative;
  padding-bottom: 11.375rem;

  @media (max-width: 767px) {
    padding-bottom: 74px;
  }
}

#voice::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(../img/voice_row.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;

  @media (max-width: 767px) {
    height: 300px;
    background-image: url(../img/voice_row_sp.webp);
  }
}

#voice .section_title {
  font-size: 3.125rem;
  margin-top: 5.25rem;
  text-align: center;

  @media (max-width: 991px) {
    font-size: 2.5rem;
  }

  @media (max-width: 767px) {
    margin-top: 2.5rem;
    font-size: 2.1875rem;
  }
}

#voice h3 {
  max-width: 952px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: -30px;

  @media (max-width: 991px) {
    margin-top: 1rem;
  }

  @media (max-width: 767px) {
    width: 100%;
  }
}

#voice .voice_swiper {
  margin-top: 68px;
}

#voice .voice_swiper .swiper-wrapper {
  align-items: stretch;
}

#voice .swiper-slide {
  height: auto;

  @media (max-width: 767px) {
    width: 70%;
  }
}

#voice .voice_card {
  background-color: #f4f6f6;
  padding: 3.375rem 1.75rem;
  display: flex;
  flex-direction: column;
  height: 100%;

  @media (max-width: 767px) {
    padding: 2.5rem 1rem;
  }
}


#voice .swiper-button-next,
#voice .swiper-button-prev {
  width: 40px;
  height: calc(100% - 3.25rem);
  transform: translate(0);
  top: 0;
  margin-top: 0;
}

#voice .swiper-button-next.swiper-button-disabled,
#voice .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

#voice .swiper-button-next {
  background: linear-gradient(to right, transparent, #fff);
  right: 0;
}

#voice .swiper-button-prev {
  background: linear-gradient(to left, transparent, #fff);
  left: 0;
}

#voice .swiper-button-next svg,
#voice .swiper-button-prev svg {
  width: 11px;
  stroke: #000;
  transition: .3s;
}

@media (hover: hover) {

  #voice .swiper-button-next:hover svg,
  #voice .swiper-button-prev:hover svg {
    opacity: 0.6;
  }
}

#voice .swiper-pagination {
  padding-top: 1.75rem;
  position: static;
}

#voice .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  aspect-ratio: 1 / 1;
}

#voice .swiper-pagination-bullet-active {
  background-color: #000;
  border: 1px solid #000;
}

.voice_header {
  font-size: 1.3125rem;
  font-weight: bold;
  margin-bottom: 0;

  @media (max-width: 767px) {
    font-size: 1rem;
  }
}

.voice_rating {
  font-size: 1rem;
  color: #ffd350;
  line-height: 1;
  margin-bottom: 1.625rem;

  @media (max-width: 767px) {
    font-size: 0.75rem;
  }
}

.voice_comment {
  padding-top: 1rem;
  position: relative;
  flex-grow: 1;

  @media (max-width: 767px) {
    font-size: 0.875rem;
  }
}

.voice_comment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #000;
}

.voice_purchase {
  color: #808080;
  font-size: 0.875rem;
  margin-bottom: 0;
}

/* evidence */
#evidence .section_title-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  height: 500px;
  /* overflow: hidden; */

  @media (max-width: 991px) {
    height: 400px;
  }

  @media (max-width: 767px) {
    height: 15.625rem;
  }

}

#evidence .section_title-wrapper::before,
#evidence .section_title-wrapper::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
}

#evidence .section_title-wrapper::before {
  background-image: url(../img/evidence_before.webp);
  background-position: left center;
  width: 700px;
  aspect-ratio: 7 / 5;
  left: -140px;


  @media (max-width: 1200px) {
    left: auto;
    right: 53.3%;
  }

  @media (max-width: 991px) {
    width: 560px;
    left: auto;
    right: calc(50% + 60px);
  }

  @media (max-width: 767px) {
    width: 226px;
    /* right: calc(50% - 1.9375rem); */
    left: 0;
    right: auto;
    background-image: url(../img/evidence_before_sp.webp);
    aspect-ratio: 452 / 500;
    background-position: center right;
    bottom: 0;
  }

  @media (max-width: 575px) {
    right: calc(50% + 2rem);
    left: auto;
  }
}

#evidence .section_title-wrapper::after {
  background-image: url(../img/evidence_after.webp);
  right: -15px;
  background-position: left center;
  width: 470px;
  aspect-ratio: 47 / 50;

  @media (max-width: 1200px) {
    right: auto;
    left: 62%;
  }

  @media (max-width: 991px) {
    width: 376px;
    right: auto;
    left: calc(50% + 128px);
  }

  @media (max-width: 767px) {
    width: 143px;
    left: auto;
    right: 0;
    background-image: url(../img/evidence_after_sp.webp);
    background-position: center center;
    aspect-ratio: 286 / 500;
  }

  @media (max-width: 575px) {
    left: calc(50% + 4rem);
    right: auto;
  }
}

#evidence .section_title-wrapper .section_title {
  text-align: center;
  width: 100%;
  height: 100%;
  background-image: url(../img/evidence_back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 3.125rem;
  font-weight: bold;
  padding-top: 6.5625rem;


  @media (max-width: 767px) {
    padding-top: 2.75rem;
    font-size: 2.1875rem;
    background-size: 31.25rem auto;
    background-position: center 3.625rem;
    background-image: url(../img/evidence_back_sp.webp);
  }

}

.evidence_content_wrapper {
  background-image: url(../img/evidence_content_back.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -1px;
  padding-bottom: 9.25rem;

  @media (max-width: 767px) {
    padding-bottom: 3.875rem;
    background-image: url(../img/evidence_content_back_sp.webp);
  }
}

.material_title {
  padding-top: 6.875rem;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 2.5rem;

  @media (max-width: 767px) {
    font-size: 24px;
  }
}

.material_title_sub {
  display: block;
  font-size: 20px;
  margin-top: 26px;

  @media (max-width: 767px) {
    font-size: 18px;
    margin-top: 20px;
  }
}

.material_list {
  list-style: none;
  padding-left: 0;
  color: #fff;
}

.material_list li {
  padding-left: 25px;
  background-image: url(../img/material_list.webp);
  background-repeat: no-repeat;
  background-position: left 0.4em;
  background-size: 15px 15px;
  margin-bottom: 1rem;
  font-size: 16px;
}

.story_wrapper {
  margin-top: 7.375rem;

  @media (max-width: 767px) {
    margin-top: 5.875rem;
  }
}

.story_section_title {
  text-align: center;
  font-size: 1.75rem;
  color: #fff;
}

.story_section_title_main {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: text-bottom;
  gap: 0 0.5em;
  margin-bottom: 1.75rem;

  @media (max-width: 767px) {
    margin-bottom: 1.125rem;
    font-size: 24px;
  }
}

.story_logo {
  position: relative;
  top: 2px;
  filter: brightness(0) invert(1);
  width: 205px;
  aspect-ratio: 25 / 3;

  @media (max-width: 767px) {
    width: 176px;
  }
}

.story_section_title_sub {
  display: block;
  font-size: 1.3125rem;
  margin-bottom: 2.25rem;

  @media (max-width: 767px) {
    margin-bottom: 1.25rem;
  }
}

.story_swiper {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}

.story_swiper .swiper-wrapper {
  height: auto;
}

.story_swiper .swiper-slide {
  background-color: rgba(215, 224, 232, 0.3);
}

.story_swiper .swiper-slide {
  opacity: 0 !important;
  height: auto;
}

.story_swiper .swiper-slide-active {
  opacity: 1 !important;
}

#evidence .swiper-slide {
  padding: 2.5rem 3rem 2.5rem 10.3125rem;

  @media (max-width: 767px) {
    padding: 5.4375rem 1.25rem 2.875rem;
  }
}

.story_pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.25rem;
  display: flex;
  flex-direction: column;
  gap: 3.125rem 2.1875rem;
  z-index: 10;

  @media (max-width: 767px) {
    left: 50%;
    top: 1.625rem;
    transform: translateX(-50%);
    flex-direction: row;
  }
}

.story_pagination_button {
  width: 2.25rem;
  aspect-ratio: 1 / 1;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  position: relative;

  @media (max-width: 767px) {
    width: 1.5625rem;
    line-height: 1;
  }
}

.story_pagination_button:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 2.25rem;
  background-color: #fff;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-0.4375rem);

  @media (max-width: 767px) {
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(-0.3125rem);
    width: 1.5625rem;
    height: 1px;
  }
}

.story_pagination_button.active {
  background-color: #fff;
  color: #000;
}

@media (hover: hover) {
  .story_pagination_button:hover {
    background-color: #fff;
    color: #000;
  }
}


.story_content {
  color: #000;
  display: flex;
  gap: 2rem;

  @media (max-width: 992px) {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}

.story_text_wrapper {
  order: 1;

  @media (max-width: 992px) {
    order: 0;
  }
}

.story_text {
  margin-top: 1.875rem;
}

.story_image {
  order: 0;
  width: 210px;
  aspect-ratio: 21/32;
  flex-shrink: 0;
  padding-top: 3.125rem;

  @media (max-width: 992px) {
    order: 1;
    width: 100%;
    aspect-ratio: 360 / 208;
    padding-top: 0;
  }
}

.story_text p:not(:last-child) {
  margin-bottom: 2.5rem;

  @media (max-width: 767px) {
    margin-bottom: 1.5rem;
  }
}

.story_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: 1.3125rem;
  font-weight: bold;
  gap: 0.5rem;

  @media (max-width: 767px) {
    font-size: 1.4375rem;
  }
}

.story_number {
  font-size: 3.75rem;
  font-weight: 300;

  @media (max-width: 767px) {
    font-size: 3.125rem;
  }
}

.evidence_icon {
  margin: 0 auto;
  max-width: 300px;
  display: flex;
  height: 100%;
  align-items: center;
}

.evidence_icon_wrapper {
  @media (max-width: 767px) {
    margin-top: 30px;
    margin-bottom: 45px;
  }
}

.evidence_img01 {
  margin-top: 57px;

  @media (max-width: 767px) {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.evidence_img02 {
  @media (min-width: 768px) {
    margin-top: 57px;
  }
}

/* gift */
#gift {
  padding-top: 10.3125rem;

  @media (max-width: 767px) {
    padding-top: 100px;
  }
}

.gift_upper .wrapper::before {
  content: "";
  position: absolute;
  background-image: url(../img/routine_dot.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: -76px;
  width: 994px;
  aspect-ratio: 994 / 170;
  z-index: -1;

  @media (max-width: 767px) {
    left: auto;
    right: 75px;
    top: -35px;
  }
}

.gift_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 680px;
  aspect-ratio: 170 / 181;

  @media (max-width: 1200px) {
    height: 724px;
    width: 50%;
  }

  @media (max-width: 991px) {
    position: static;
    width: 80%;
    height: auto;
    aspect-ratio: 32 / 34;
    margin-left: auto;
  }
}

.gift_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}

#gift .section_title {
  font-size: 3.125rem;
  margin-top: 8.4375rem;

  @media (max-width: 991px) {
    font-size: 2.5rem;
  }

  @media (max-width: 767px) {
    margin-top: 2.5rem;
    font-size: 2.1875rem;
  }
}

#gift .gift_upper p {
  margin-top: 60px;
  line-height: 36px;

  @media (max-width: 991px) {
    margin-top: 2.75rem;
    line-height: 34px;
  }
}

.gift_upper {
  margin-bottom: 200px;
  position: relative;

  @media (max-width: 991px) {
    margin-bottom: 60px;
  }
}

.gift_upper .container {
  @media (max-width: 767px) {
    max-width: 596px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.gift_lower {
  margin-top: -76px;
  padding-top: 176px;
  padding-bottom: 84px;
  background-image: url(../img/gift_row.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;

  @media (max-width:991px) {
    background-image: url(../img/gift_row_sp.webp);
    background-size: 100% calc(100% - 78px);
    margin-top: 0;
    padding-top: 0;
  }
}

.gift_lower .container {
  @media (max-width: 575px) {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.gift_package_content {
  max-width: 498px;
  margin-left: auto;


  @media (min-width: 1300px) {
    margin-right: auto;
  }

  @media (max-width: 991px) {
    margin-left: 0;
    max-width: 100%;
    margin-top: 36px;
  }
}

.gift_package_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.gift_package_text {
  margin-bottom: 2rem;
}

.gift_package_note {
  font-size: 14px;
  color: #145a87;
}

.official_link {
  max-width: 440px;
  display: block;
  margin: 65px auto 0;
  aspect-ratio: 22 / 3;

  @media (max-width: 991px) {
    margin: 48px auto 0;
  }

  @media (max-width: 767px) {
    max-width: 310px;
  }
}

@media (hover: hover) {
  .official_link:hover {
    opacity: 0.8;
  }
}

.official_link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* routine */
#routine.section {
  @media (max-width: 767px) {
    padding-top: 95px;
  }
}

.routine_img-upper {
  position: absolute;
  top: 0;
  left: 0;
  width: 570px;
  height: 1150px;

  @media (max-width: 1200px) {
    width: 410px;
  }

  @media (max-width: 991px) and (min-width: 768px) {
    width: 50%;
  }

  @media (max-width: 767px) {
    position: static;
    margin-right: auto;
    width: 80%;
    aspect-ratio: 1140 / 841;
    height: auto;
  }
}

.routine_img-upper01 {
  height: 420px;
  width: 100%;

  @media (max-width: 767px) {
    height: auto;
  }
}

.routine_img-upper01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.routine_img-upper02 {
  height: 730px;
  width: 100%;
}

.routine_img-upper02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#routine .wrapper.routine:before {
  content: "";
  position: absolute;
  background-image: url(../img/routine_dot.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: -76px;
  width: 994px;
  aspect-ratio: 994 / 170;
  z-index: 2;

  @media (max-width: 767px) {
    right: auto;
    left: 77px;
    top: -32px;
    z-index: -1;
  }
}

#routine .wrapper.routine {
  @media (min-width: 768px) {
    height: 1150px;
  }
}

#routine .section_title {
  font-size: 3.125rem;
  margin-top: 5.25rem;
  padding-left: 4.5rem;

  @media (max-width: 991px) {
    font-size: 2.5rem;
    padding-left: 1rem;
  }

  @media (max-width: 767px) {
    margin-top: 2.5rem;
    font-size: 2.4375rem;
    padding-left: 0;
  }
}

#routine h3 {
  font-size: 18px;
  margin-top: 45px;
  padding-left: 4.5rem;

  @media (max-width: 991px) {
    font-size: 1rem;
    padding-left: 1rem;
  }

  @media (max-width: 767px) {
    margin-top: 35px;
    font-size: 14px;
    padding-left: 0;
  }
}

.step_wrapper {
  margin-top: 70px;

  @media (max-width: 767px) {
    margin-top: 46px;
  }
}

.step {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.step.is-visible {
  opacity: 1;
}

.step:not(:last-child) {
  margin-bottom: 14px;
}

.step_number {
  width: 180px;
  aspect-ratio: 1 / 1;
  position: relative;
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;

  @media (max-width: 991px) {
    width: 150px;
  }

  @media (max-width: 767px) {
    width: 115px;
  }
}

.step.is-visible .step_number {
  opacity: 1;
  transform: translateY(0);
}

.step_content {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.step.is-visible .step_content {
  opacity: 1;
  transform: translateX(0);
}

.step:not(:last-child) .step_number::after {
  content: "";
  width: 1px;
  height: 0;
  background-color: #2070ab;
  position: absolute;
  top: calc(100% - 20px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: height 0.4s ease;
}

.step:nth-child(3) .step_number::after {
  background: linear-gradient(180deg, #2070ab 0%, #bf0000 100%);
}

.step.is-visible:not(:last-child) .step_number::after {
  height: 54px;
  transition-delay: 0.3s;
}

.step:nth-child(1) {
  position: relative;
  z-index: 5;
}

.step:nth-child(2) {
  position: relative;
  z-index: 4;
}

.step:nth-child(3) {
  position: relative;
  z-index: 3;
}

.step:nth-child(4) {
  position: relative;
  z-index: 2;
}

/* ステップごとの遅延時間 */
.step:nth-child(1) .step_number,
.step:nth-child(1) .step_content {
  transition-delay: 0s;
}

.step:nth-child(2) .step_number,
.step:nth-child(2) .step_content {
  transition-delay: 0.15s;
}

.step:nth-child(3) .step_number,
.step:nth-child(3) .step_content {
  transition-delay: 0.3s;
}

.step:nth-child(4) .step_number,
.step:nth-child(4) .step_content {
  transition-delay: 0.45s;
}

.step:nth-child(5) .step_number,
.step:nth-child(5) .step_content {
  transition-delay: 0.6s;
}

.step_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #2070ab;

  @media (max-width: 991px) {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.step_text {
  @media (max-width: 991px) {
    font-size: 14px;
  }
}

.step:last-child .step_title {
  color: #bf0000;
}

.step_content {
  margin-left: -14px;
  position: relative;
  z-index: 2;
}

.recommend {
  padding-top: 50px;
  padding-bottom: 44px;
  margin-bottom: 115px;

  @media (max-width: 767px) {
    margin-bottom: 10px;
  }

  @media (max-width: 575px) {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.recommend::before {
  content: "";
  position: absolute;
  background-image: url(../img/routine_lower_bg.svg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 1300px;
  height: 490px;
  right: 0;
  bottom: 0;
}

#routine .recommend_title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 30px;

  @media (max-width: 1200px) {
    padding-left: 0;
  }

  @media (max-width: 575px) {
    font-size: 18px;
  }
}

.recommend_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 490px;
  margin-left: 48px;

  @media (max-width: 1200px) {
    margin-left: 0;
  }

  @media (max-width: 575px) {
    max-width: 340px;
  }
}

.recommend_item {
  padding: 20px 19px;

  @media (max-width: 575px) {
    padding: 24px 12px;
  }
}

.recommend_item:nth-child(1),
.recommend_item:nth-child(2) {
  border-bottom: 1px solid #969696;
}

.recommend_item:nth-child(1),
.recommend_item:nth-child(3) {
  width: 260px;

  @media (max-width: 575px) {
    width: 170px;
    padding-left: 10px;
    padding-right: 15px;
  }
}

.recommend_item:nth-child(2),
.recommend_item:nth-child(4) {
  width: 230px;
  position: relative;

  @media (max-width: 575px) {
    width: 170px;
    padding-right: 10px;
    padding-left: 15px;
  }
}

.recommend_item:nth-child(2)::before,
.recommend_item:nth-child(4)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #969696;
}

.recomend_type {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;

  @media (max-width: 575px) {
    font-size: 14px;
  }
}

.recomend_text {

  @media (max-width: 575px) {
    font-size: 12px;
  }
}

.routine_img-lower {
  position: absolute;
  right: 0;
  top: 50px;
  width: 607px;

  @media (max-width: 1200px) {
    width: 451px;
    top: auto;
    bottom: -20px;
  }

  @media (max-width: 991px) {
    position: static;
    margin-left: auto;
    max-width: 600px;
    width: 91%;
  }
}

.routine .container {
  @media (max-width: 767px) {
    max-width: 596px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* faq */
#faq {
  padding-bottom: 42px;
}

#faq .section_title {
  font-size: 3.125rem;
  text-align: center;
  margin-bottom: 4.625rem;


  @media (max-width: 767px) {
    font-size: 2.25rem;
    margin-bottom: 37px;
  }
}

.accordion-item {
  border: none;

  @media (max-width: 767px) {
    font-size: 12px;
  }
}

.accordion-item:not(:last-child) {
  margin-bottom: 2rem;

  @media (max-width: 767px) {
    margin-bottom: 20px;
  }
}

.accordion-button {
  border-radius: 50vw !important;
  background: linear-gradient(to right, #ebf6fb, #d8e1e9);
}

.accordion-button,
.accordion-body {
  padding-left: 100px;
  padding-right: 100px;

  @media (max-width: 767px) {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.section_title_wrapper {
  height: 550px;
  background-image: url(../img/sale_bg_pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  position: relative;

  @media (max-width: 767px) {
    background-image: url(../img/sale_bg_sp.webp);
    height: 400px;
  }

  ;
}

.section_title_wrapper::before {
  content: "";
  position: absolute;
  background-image: url(../img/long_dot.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  top: -128px;
  width: 1300px;
  height: 262px;
  z-index: 2;

  @media (max-width: 767px) {
    z-index: -1;
  }

  ;
}

#sale .sale_title {
  font-size: 50px;
  text-align: center;
  font-weight: 900;

  @media (max-width: 991px) {
    font-size: 2.5rem;
    text-align: center;
  }

  @media (max-width: 767px) {
    font-size: 2.1875rem;
    text-align: center;
  }
}

.sale_subtitle {
  text-align: center;
}

.sale_item {
  width: 52%;
  margin-left: auto;
  margin-right: 80px;

  @media (max-width: 767px) {
    width: 358px;
    margin: 0 auto;
  }
}

.sale_content_wrapper {
  background-color: #01243D;
  color: #fff;
  padding-bottom: 120px;

  @media (max-width: 991px) {
    padding-bottom: 80px;
  }
}

.sale_bnr {
  margin-top: -57px;
  margin-bottom: 30px;

  @media (max-width: 767px) {
    margin-top: -30px;
  }
}

.sale_button_row {
  display: flex;
  gap: 22px;
  align-items: center;
  height: 100%;

  @media (max-width: 991px) {
    gap: 6px;
    margin-top: 20px;
    max-width: 285px;
    margin-right: auto;
    margin-left: auto;
  }
}

.cta_btn {
  max-width: 550px;
  margin: 0 auto;
  display: block;

  @media (max-width: 991px) {
    max-width: 289px;
  }
}

.sale_info {
  margin-top: 40px;
  text-align: center;
}

.sale_safe {
  margin-top: 60px;
  margin-bottom: 130px;

  @media (max-width: 767px) {
    margin-top: 46px;
    margin-bottom: 72px;
  }
}

.sale_safe_title {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
}

.sale_safe_list {
  display: flex;
  list-style: none;
  margin: 0 auto;
  max-width: 600px;
  flex-wrap: wrap;
  padding-left: 0;

  @media (max-width: 991px) {
    flex-direction: column;
    margin: 0 auto;
    width: 320px;
  }

  @media (max-width: 767px) {
    font-size: 14px;
    width: 240px;
  }
}

.sale_safe_list li {
  width: 50%;
  font-size: 18px;

  @media (max-width: 991px) {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }

  @media (max-width: 767px) {
    font-size: 14px;
  }
}

.sale_safe_list li span.list_detail {
  font-size: 16px;
  display: inline-block;

  @media (max-width: 991px) {
    width: 178px;
  }

  @media (max-width: 767px) {
    width: 135px;
    font-size: 12px;
  }
}

.sale_safe_list li span:first-child {
  @media (max-width: 991px) {
    width: 95px;
  }

  @media (max-width: 767px) {
    width: 80px;
  }
}

@media (hover: hover) {
  #sale a:hover {
    opacity: 0.8;
  }
}