﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
  --font-monteratt: "Montserrat", sans-serif;
}
.lp-body,
.page-lp *{
  box-sizing: border-box;
}
html,body{
  width: 100%;
}
.page-lp{
  padding-top: var(--header-height);
}
.content{
  max-width: 1000px;
  width: 100%;
  margin: 60px auto 0;
}
.content-inner{
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width:769px){
  .content.w-100{
    width: 100vw;
    margin: unset;
    max-width: unset !important;
  }
  .content.w-100 .offer-wrap{
    padding: 20px;
    max-width: 960px;
    margin: 0 auto;
  }
  .offer-wrap{
    border-radius: 20px;
  }
}
@media screen and (max-width:768px){
  .content-border{
    margin-top: 40px;
    padding-top: 40px;
  }
}
/*画像*/
.mv img{
  width: 100%;
}
.content picture {
  max-width: unset;
  margin: 32px auto 0;
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.content picture img {
  max-width: 100%;
  vertical-align: bottom;
}
.image_col1{
  text-align: center;
}
.image_col1 img{
  max-width: 100%;
}
img.w-100{
  width: 100%;
}

/*見出し テキスト*/
.content sup{
  vertical-align: middle;
  top: -1.2em;
}
.content p:last-child {
  margin-bottom: 0;
}
.content strong {
  background: rgba(222,139,187,0.25);
}
.page__main--title{
  max-width: 1000px;
  margin: 68px auto 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #DE8BBB;
  line-height: 1.8;
}
.section__main--title {
  max-width: 1000px;
  margin: 60px auto 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #DE8BBB;
  line-height: 1.8;
}
.section__main--title2 {
  font-size: 22px;
  margin-bottom: 32px;
  font-weight: bold;
  color: #DE8BBB;
}
.section__main--title sup{
  font-size: 0.5em;
}
.section__sub--title {
  max-width: 1000px;
  margin: 44px auto 0;
  font-size: 22px;
  font-weight: bold;
  color: #13216A;
}
.content__main--title{
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 0 20px;
  padding-left: 10px;
  color: #13216A;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.content__main--title::before{
  content: "";
  width: 4px;
  height: 14px;
  display: block;
  background-color: #DE8BBB;
  position: absolute;
  top: 5px;
  left: 0;
}
.content .section__sub--title {
  margin-top: 44px;
}
.section__lead{
  max-width: 1000px;
  margin: 48px auto 0;
  padding: 0 20px;
  color: #13216A;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.section__main--title + .section__sub--comment{
  margin-top: 48px;
}
.section__sub--title + .section__sub--comment{
  margin-top: 28px;
}
.section__sub--comment {
  max-width: 1000px;
  margin: 48px auto 0;
  font-size: 14px;
  color: #13216A;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.section__sub--comment2{
  font-size: 16px;
  color: #13216A;
  margin-bottom: 20px;
}
.section__attention {
  max-width: 960px;
  margin: 20px auto 0;
  font-size: 12px;
  color: #888888;
}
.section__attentions .section__attention{
  margin-top: 0;
  line-height: 1.6;
}
.section__attention li {
  margin-bottom: 8px;
}
.section__attention li:last-child {
  margin: 0;
}
.content u{
  text-decoration: underline;
}
.text-marker{
  background: linear-gradient(135deg,rgba(164, 207, 248, 1) 0%, rgba(247, 179, 221, 1) 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 30%;
}
.text-marker.--blue{
  background: linear-gradient(transparent 70%, #D1E7FB 70%);
}
.text-underline{
  text-decoration: underline;
}
@media print, screen and (max-width: 767px) {
  .page__main--title{
    margin-top: 40px;
    font-size: 24px;
  }
  .section__main--title {
    width: unset;
    font-size: 24px;
    margin-bottom: 32px;
  }
  .lp-body > .section__main--title{
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .section__waku.pink .section__main--title {
    margin-bottom: 20px;
  }
  .section__sub--title {
    font-size: 14px;
  }
  .lp-body > .section__sub--title{
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .content .section__main--title + .section__sub--title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section__sub--comment {
    margin-bottom: 16px;
  }
  .lp-body > .section__sub--comment{
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .section__lead{
    margin-top: 32px;
  }
  .content .section__sub--title {
    margin-top: 32px;
  }
  .section__sub--title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section__attention {
    margin-bottom: 20px;
  }
  .lp-body > .section__attention,
  .lp-body > .section__attentions{
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}

/*背景色 枠*/
.section__waku {
  border-radius: 7px;
  padding: 0 80px;
  margin-top: 32px;
}
.section__waku.pink {
  padding: 44px 80px 48px;
  background: #FDF9FB;
  border: 1px solid #F8E1EE;
}
.section__waku.pink picture {
  margin: 0;
}
.section__waku.pink .section__main--title {
  margin-bottom: 40px;
}
.section__waku.pink .section__sub--title {
  font-size: 16px;
  margin: 0 0 16px;
}
:root{
  --step-arrow: #fff;
}
.section__waku.pink2 {
  padding: 40px 40px 60px;
  background-color: #F8E9F2;
  border: none;
  margin: 60px 0 0;
  border-radius: 0;
  position: relative;
}
.section__waku.pink2::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 33px solid var(--step-arrow);
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*背景色*/
.section__waku3 {
  text-align: center;
}
/*ボーダー付き*/
.section__waku {
  border: 1px solid #DE8BBB;
  border-radius: 20px;
  padding: 40px 40px 28px;
  box-sizing: border-box;
}
/*ボーダー付き*/

.separator-line{
  width: 100%;
  max-width: 960px;
  height: 1px;
  margin: 60px auto;
  background-color: #E7E9F0;
}

/*横並び*/
.section__cell--main{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  gap: 40px;
}
.section__cell--main p {
  margin: 12px 0 0;
}
.image_col1{
  margin-top: 40px;
}
.image_col2{
  margin-top: 40px;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.image-item img{
  width: 100%;
}
.col2_md-col1{
  justify-content: center;
  gap: 10px  40px;
}
.col2_md-col1 .image-item{
  width: calc((100% - 40px) / 2);
}
.image_col3{
  margin-top: 40px;
}
.col3_md-col1 {
  gap: 10px 20px;
}
.col3_md-col1 .image-item{
  width: calc((100% - 40px) / 3);
}
.image_col4_col2{
  margin-top: 40px;
}
.col4_md-col2{
  gap: 10px 20px;
}
.col4_md-col2 .image-item{
  width: calc((100% - 60px) / 4);
}
.image_col3_col2{
  margin-top: 40px;
}
.col3_md-col2{
  flex-wrap: wrap;
  gap: 10px 20px;
}
.col3_md-col2 .image-item{
  width: calc((100% - 40px) / 3);
}
/*横並び*/
@media print, screen and (max-width: 767px){
  .col2_md-col1{
    flex-direction: column;
  }
  .col2_md-col1 .image-item{
    width: 100%;
  }
  .col3_md-col1{
    flex-direction: column;
  }
  .col3_md-col1 .image-item{
    width: 100%;
  }
  .col4_md-col2{
    flex-wrap: wrap;
  }
  .col4_md-col2 .image-item{
    width: calc((100% - 10px) / 2);
  }
  .col3_md-col2 .image-item{
    width: calc((100% - 20px) / 2);
  }
  .separator-line{
    width: calc(100% - 40px);
  }

}

/*ポイント*/
.section__point--main {
  margin-top: 60px;
}
.section_points {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: max-content;
  margin: 28px auto 0;
  gap: 20px;
}
.section_point {
  border: 1px solid #DD85BA;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.section_point p{
  background: #DD85BA;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
  box-sizing: border-box;
  line-height: 1.4;
  flex-grow: 1;
}
.section_point picture{
  margin-top: 0;
}
.section_point img{
  width: 100%;
}
.icon-item{
  width: max-content;
  padding: 4px 8px;
  margin: 0 4px 4px 0;
  border-radius: 2px;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
}
/*ポイント*/
.point-set{
  margin-top: 48px;
}
.point-anchor__lists{
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.point-anchor__item{
  width: calc((100% - 60px) / 4);
}
.point-anchor__item._3column{
	width: calc((100% - 40px) / 3);
}
.point-anchor__link{
  text-decoration: none;
}
.point-anchor__link .point-card{
  display: flex;
  align-items: center;
  position: relative;
}
.point-anchor__link .point-card::after{
  content: "";
  width: 13px;
  height: 8px;
  display: block;
  background-image: url(/cms/elevit/img/template/common/icon/icon_arrow_bottom_purple.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 14px;
  left: calc(50% - 6px);
}
.point-card__image{
  margin-top: 14px;
  text-align: center;
}
.point-card__image img{
  width: 75px;
  height: 75px;
}
.point-anchor__link .point-card__detail{
  padding: 20px 24px 33px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.point-anchor__link .point-card__title{
  text-align: center;
}
.point-body{
  margin-top: 60px;
}
.point-body .point-card__head{
  justify-content: flex-start;
}
.point-body .product-point__title{
  color: #13216A;
  font-size: 16px;
  font-weight: bold;
}
.point-body .section_point{
  max-width: 150px;
}
.point-body .point-card__detail{
  padding-bottom: 28px;
}
.point-body__item:not(:first-child){
  margin-top: 32px;
}
.point-body .point-card__paragraph + .point-card__paragraph {
  margin-top: 16px;
}
.point-body .point-card__detail-image picture + picture{
  margin-top: 16px;
}
.point-body .point-card__detail-image picture figcaption{
  margin-top: 10px;
  color: #888;
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width:768px){
  .point-anchor__lists{
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px 13px;
  }
  .point-anchor__item{
    width: calc((100% - 13px) / 2);
  }
  .point-anchor__item._3column{
	width: 100%;
  }
  .point-anchor__link .point-card__detail{
    padding: 12px 16px 24px;
  }
  .point-anchor__link .point-card__title{
    font-size: 12px;
  }
}

/*profiles*/
.profiles {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 536px;
  margin: 60px 0 42px 180px;
}
.content section .profiles picture {
  width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.profiles picture img {
  max-width: 100%;
  vertical-align: bottom;
}
.profile {
  width: calc(100% - 280px);
}
.profile p:first-child {
  font-size: 14px;
  color: #13216A;
  margin-bottom: 16px;
}
.profile p {
  font-size: 2.2;
  color: #13216A;
  font-weight: bold;
}
/*profiles*/

/*吹き出し*/
.section__fukidashi {
  background: #FDF9FB;
  border: 1px solid #DE8BBB;
  border-radius: 20px;
  margin-top: 42px;
  padding: 40px 60px;
  box-sizing: border-box;
  position: relative;
  overflow-y: hidden;
}
.section__fukidashi::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: -19px;
  left: 280px;
  margin: 0 0;
  background: url(../img/goods/fukidashi.png) center center no-repeat;
  width: 28px;
  height: 19px;
}
.section__fukidashi p {
  font-size: 14px;
  color: #13216A;
  line-height: 1.8;
}
.section__fukidashi p.section__attention {
  font-size: 12px;
  color: #888888;
  margin-top: 16px;
}
.section__fukidashi--content {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.section__fukidashi.is-open .section__fukidashi--content{
  max-height: unset;
}
.section__fukidashi--content::before {
  display: inline-block;
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 80px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 11.71%, rgba(255, 255, 255, 0.9) 80%);
}
.section__fukidashi--content.no-more::before{
  content: none;
}
.section__fukidashi--content::before {
  border-radius: 20px;
}
.section__fukidashi.is-open .section__fukidashi--content::before{
  content: none;
}
.section__fukidashi--content.is-open{
  max-height: unset;
}
.section__fukidashi--content.is-open::before{
  background: transparent;
}
.section__fukidashi p.more__btn {
  position: relative;
  z-index: 10;
  color: #DE8BBB;
  background: none;
  width: max-content;
  height: unset;
  line-height: 1;
  font-weight: bold;
  margin: 16px auto 0;
  background: url(/cms/elevit/img/template/common/icon/more_pink.png) right center no-repeat;
  background-size: auto 7px;padding-right: 14px;
 }
.section__fukidashi .on + p.more__btn {
  background: url(/cms/elevit/img/template/common/icon/close_pink.png) right center no-repeat;
  background-size: auto 7px;
}

/*フロー*/
:root{
  --step1-color: #F6DBEA;
  --step2-color: #F8E9F2;
  --step3-color: #FEF9FD;
}
.steps {
  margin: 60px 0 16px 0;
}
.step {
  padding: 50px 80px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.step:not(:last-of-type)::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 33px solid var(--step1-color);
  border-bottom: 0;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.step:nth-child(1) {
 background: var(--step1-color);
}
.step:nth-child(1)::after {
  border-top-color: var(--step1-color);
}
.step:nth-child(2){
 background: var(--step2-color);
}
.step:nth-child(2)::after {
  border-top-color: var(--step2-color);
}
.step:nth-child(3){
  background: var(--step3-color);
}

.step picture {
  width: 100%;
  max-width: 360px;
}
.step__detail {
  width: calc(100% - 400px);
}
.content section .step picture {
  margin: 0;
}
.step .section__sub--title {
  margin: 0 0 28px;
}
.step .section__sub--comment {
  margin: 0;
}
.steps .section__attention {
  margin: 16px 0 0 ;
}
/*フロー*/

.regular-service-point .section__cell--main {
    flex-direction: column;
    border-radius: 12px;
    gap: 0;
}
.regular-service-point__lead{
  text-align: center;
}
.regular-service-point__lead span{
  padding: 0 1em;
  color: #00ABE2;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.regular-service-point__lead span::before,
.regular-service-point__lead span::after{
  content: "";
  width: 1px;
  height: 14px;
  display: block;
  background-color: #00ABE2;
  position: absolute;
  top: calc(50% - 7px);
}
.regular-service-point__lead span::before{
  left: 0;
  transform: rotate(-45deg);
}
.regular-service-point__lead span::after{
  right: 0;
  transform: rotate(45deg);
}
.regular-service-point__lead + .section__cell--main{
  margin-top: 20px;
}
.regular-service-point .section__main--title{
  margin-top: 0;
  padding: 15px 0;
  font-size: 16px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
.regular-service-point .section__main--title strong {
  font-size: 32px;
  margin: 0 4px;
  font-weight: bold;
}
.regular-service-point .section__main--title span.fs1 {
  font-size: 22px;
}
.regular-service-point .section__main--title span.fs2 {
  font-size: 17px;
}
.regular-service-point .section__cell--lists {
    padding: 32px 160px 40px;
}
.regular-service-point .section__cell--lists li {
  margin: 0 0 15px;
  padding: 0 0 15px 26px;
  font-size: 16px;
  font-weight: bold;
  background: url(/cms/elevit/img/template/common/icon/icon_check.png) left top no-repeat;
  background-size: 22px 20px;
}
.regular-service-point .section__cell--lists li strong{
  font-weight: bold;
  background: none;
}
.regular-service-point .section__cell--lists li .fs3 {
    font-size: 1.4rem;
    font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  .regular-service-point__lead span{
    font-size: 14px;
  }
  .regular-service-point__lead + .section__cell--main{
    margin-top: 12px;
  }
  .regular-service-point .section__main--title {
    padding: 16px 0;
    font-size: 14px;
  }
  .regular-service-point .section__main--title strong {
    font-size: 2.8rem;
    margin: 0 3px 0 4px;
  }
  .regular-service-point .section__main--title span.fs1 {
    font-size: 20px;
  }
  .regular-service-point .section__main--title span.fs2 {
    font-size: 14px;
  }
  .regular-service-point  .section__cell--lists {
    padding: 20px 20px 24px;
  }
  .regular-service-point   .section__cell--lists li{
    font-size: 14px;
    margin: 0 0 16px;
    padding: 0 0 16px 34px;
    background: url(/cms/elevit/img/template/common/icon/check_sp.png) left top no-repeat;
    background-size: 22px 20px;
  }
  .regular-service-point .section__cell--lists li .fs3 {
    padding: 12px 0 0 0;
    font-size: 1.2rem;
    display: block;
  }

}

/*ランキング*/
.section__waku.rank {
  padding: 32px 80px 24px;
}
.section__waku.rank .section__sub--title {
  font-size: 22px;
  margin: 0 0 24px;
  color: #DE8BBB;
}
.section__waku.rank .section__cell--main {
  gap: 0;
}
.section__waku.rank .section__cell--main {
  text-align: left;
}
.section__waku.rank .section__cell--main ol {
  margin-bottom: 32px;
}
.section__waku.rank .section__cell--main ol li {
  font-size: 16px;
  color: #13216A;
  margin-bottom: 20px;
  line-height: 1;
  display: flex;
  flex-direction: row;
  align-items: start;
}
.section__waku.rank .section__cell--main ol li span.rank {
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 0 24px;
  width: 56px;
  max-width: 100%;
  line-height: 1;
  max-height: 16px;
  display: flex;
  align-items: center;
  gap: 0;
}
.section__waku.rank .section__cell--main ol li:last-child {
  margin-bottom: 0;
}
.section__waku.rank .section__cell--main ol li:nth-child(1) span.rank {
  background: url(/cms/elevit/img/template/011/rank1.png) left top no-repeat;
  color: #E7C236;
}
.section__waku.rank .section__cell--main ol li:nth-child(2) span.rank {
  background: url(/cms/elevit/img/template/011/rank2.png) left top no-repeat;
  color: #E7C236;
}
.section__waku.rank .section__cell--main ol li:nth-child(3) span.rank {
  background: url(/cms/elevit/img/template/011/rank3.png) left top no-repeat;
  color: #E7C236;
}
.section__waku.rank .section__cell--main ol li:nth-child(4) span.rank {
  background: url(/cms/elevit/img/template/011/rank4.png) left top no-repeat;
  color: #E7C236;
}
.section__waku.rank .section__cell--main ol + p{
  font-size: 16px;
  font-weight: bold;
  color: #13216A;
}
.section__waku.rank .section__cell--main ul {
  line-height: 1.8;
  margin: 12px 0 0 0;
}
.section__waku.rank .section__cell--main ul li {
  font-size: 14px;
  color: #13216A;
}


@media print, screen and (max-width: 767px) {
  .content {
    max-width: unset;
    width: unset;
    margin-top: 40px;
  }
  .content section.line {
    max-width: unset;
    margin-bottom: 40px;
    padding: 0 0 40px;
  }
  .content section{
    margin-left: 20px;
    margin-right: 20px;
  }
  /*2カラム*/
  .section__cell--main {
    gap: 20px;
  }
  .section__waku.pink {
    padding: 40px 20px;
    border-radius: 7px;
  }
  .section__waku.pink .section__cell--main {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .section__waku.pink .section__cell:first-child {
    order: 2;
  }
  .content div.line{
    margin: 40px 20px;
    padding: 0;
  }

  /*ポイント*/
  .section__point--main {
    margin: 40px 0 0 0;
  }
  .section__point--main .section__main--title {
    margin-bottom: 32px;
  }
  .section_points {
    flex-direction: row;
    gap: 8px;
    width: unset;
  }
  .section_point {
    width: calc(100% / 3);
  }
  .section_point img{
    width: 100%;
  }
  .content section picture {
    margin: 0;
  }
  .section_point p {
    font-size: 12px;
    line-height: 1.6;
    padding: 8px 0;
  }
  .content section picture {
    margin-top: 20px;
  }

  /*.profiles*/
  .profiles {
    margin: 0 auto;
    gap: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
  }
  .content section .profiles picture {
    max-width: 103px;
  }
  .profile {
    width: calc(100% - 103px);

  }
  .profile p:first-child {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 12px;
  }
  .profile p {
    font-size: 18px;
  }
  /*吹き出し*/
  .section__fukidashi::before {
    width: 16px;
    height: 15px;
    top: -15px;
    background: url(/cms/elevit/img/lp/common/icon/fukidashi_sp.png) center center no-repeat;
    background-size: 100%;
  }
  .section__fukidashi {
    padding: 23px 20px 24px;
    border-radius: 12px;
    margin-top: 30px;
    margin-bottom: 24px;
  }
  .section__fukidashi::before {
    left: 24px;
  }
  .section__fukidashi p {
    font-size: 12px;

  }
  .section__waku3 {
    margin: 32px 0;
  }
  .section__waku3.section__waku {
    text-align: center;
    padding: 32px 20px 24px;
    border-radius: 12px;
  }
  .section__sub--comment2 {
    text-align: left;
  }
  .section__waku3.section__waku .section__attention {
    text-align: left;
  }
  .section__waku.pink2 {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 28px 20px 40px;
  }
  /*ステップ*/
  .steps {
    width: calc(100% + 40px);
    margin: 40px 0 0 -20px;
  }
  .step {
    flex-direction: column;
    padding: 40px 20px;
    gap: 0;
  }
  .step__detail {
    width: unset;
  }
  .step .section__sub--title {
    margin: 24px 0 20px;
  }
  .step:nth-child(n+2) {
    padding-top: 60px;
  }
  .steps .section__attention {
    margin: 16px 20px 0;
  }
  /*ステップ*/

  /*ランク*/
  .content section picture {
    margin: 0;
  }
  .section__waku.rank {
    padding: 32px 20px 24px;
    border-radius: 12px;
  }
  .section__waku.rank .section__sub--title {
    text-align: center;
    font-size: 18px;
  }
  .section__waku.rank .section__cell--main {
    flex-direction: column;
    gap: 34px;
  }
  .section__waku.rank .section__cell--main ol li {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .section__waku.rank .section__cell--main ol li span.rank {
    width: 56px;
    max-width: 56px;
    margin-right: 12px;
    box-sizing: border-box;
    font-weight: bold;
  }
  .section__waku.rank .section__cell--main ol li span.rank {
    font-size: 14px;
  }
  .section__waku.rank .section__cell--main ol {
    margin-bottom: 20px;
  }
  .section__waku.rank .section__cell--main ol + p {
    font-size: 14px;
  }
  .section__waku.rank .section__cell--main ul li {
    font-size: 12px;
  }
  /*ランク*/
}
/*クーポン*/
.content.offer{
  max-width: 960px;
  border-radius: 20px;
}
.offer-wrap{
  padding: 20px;
}
.offer-wrap.w-100{
  padding: 48px 0 80px;
}
.offer-body{
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
}
.offer .section__main--title{
  margin: 0;
}
.section__main--title-lead{
  text-align: center;
  font-weight: 600;
}
.section__main--title-lead + .offer-coupon{
  margin-top: 16px;
}
.offer-coupon{
  margin-top: 16px;
}
.offer-coupon__lead{
  color: #13216A;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-coupon__lead.hidden-fb{
  display: none;
}
.offer-coupon__lead span{
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.offer-content{
  margin-top: 40px;
  display: flex;
  gap: 0 16px;
}
.offer-content.hidden-fb{
  display: none;
}
.offer-image{
  width: 100%;
  position: relative;
}
.set-campagin-product .offer-image{
  max-width: 195px;
  flex: 0 0 195px;
}
.set-campagin-product .offer-product-name{
  font-weight: bold;
  line-height: 1.4;
}
.offer-image img{
  width: 100%;
}
.offer-image__note{
  margin-top: 14px;
  color: #888888;
  font-size: 12px;
  display: block;
}
.offer-image__note.hidden-fb{
  display: none;
}
.offer-detail{
  width: 100%;
  max-width: 470px;
}
.offer-coupon{
  padding: 10px 20px;
  border: 1px solid #F8E1EE;
  background-color: #FDF9FB;
  border-radius: 7px;
  position: relative;
}
.offer-coupon__badge{
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  background-color: #234D96;
  position: absolute;
  top: -60px;
  right: 0;
}
.offer-coupon__badge .catch:first-of-type{
  position: relative;
}
.offer-coupon__badge .catch:first-of-type::before,
.offer-coupon__badge .catch:first-of-type::after{
  content: "";
  width: 1px;
  height: 8px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 6px;
}
.offer-coupon__badge .catch:first-of-type::before{
  left: -5px;
  transform: rotate(-45deg);
}
.offer-coupon__badge .catch:first-of-type::after{
  right: -5px;
  transform: rotate(45deg);
}
.offer-coupon__badge .price{
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.offer-coupon__badge .price small{
  margin-left: 4px;
  font-size: 12px;
  display: inline-block;
}
.offer-coupon__text{
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.coupon-lead{
  color: #13216A;
  letter-spacing: 0.04em;
}
.coupon-percentage{
  color: #E52E58;
  font-size: 20px;
  letter-spacing: -0.02em;
}
.coupon-percentage .text-large{
  margin-left: 4px;
  font-size: 1.4em;
  display: inline-block;
}
.offer-point{
  margin-top: 24px;
}
.offer-point-lists{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.offer-point-item{
  padding-left: 26px;
  color: #13216A;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.offer-point-item::before{
  content: "";
  width: 18px;
  height: 17px;
  background-image: url(/cms/elevit/img/template/common/icon/icon_check.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
}
.offer-point-item .text-pink{
  color: #DE8BBB;
}
.offer-product-info{
  margin-top: 32px;
}
.buy-point{
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.buy-point-icon{
  padding: 0.4em 0.8em;
  color: #DE8BBB;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px;
  background-color: #F8E9F2;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
	.buy-point-icon{
	  font-size: 10px;
	}
	.offer-coupon__badge .price{
	  font-size: 18px;
	}
}

.offer-product-info__sub-wrap{
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.offer-product-info__sub-wrap .default-price-box.-small{
  padding: 38px 30px 0 0;
  justify-content: flex-end;
}
.default-price-box.-small .default-price{
  position: relative;
}
.default-price-box.-small .default-price::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 9px solid #de8bbb;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: -23px;
}
.offer-price-box{
  margin-top: -7px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.default-price-box{
  display: flex;
  align-items: baseline;
}
.default-price-text{
  color: #13216A;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.default-price{
  display: flex;
  align-items: baseline;
  color: #13216A;
  font-size: 23px;
  font-weight: bold;
}
.default-price .-strikethrough{
  text-decoration: line-through;
}
.price-unit{
  color: #13216A;
  font-size: 14px;
}
.default-price small{
  color: #13216A;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .default-price small{
	  font-size: 10px;
	}
}
.discounted-price-box{
  display: flex;
  align-items: baseline;
  flex-grow: 1;
}
.discounted-price-text{
  color: #E52E58;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  flex-grow: 1;
  white-space: nowrap;
}
.discounted-price{
  margin-bottom: -4px;
  display: flex;
  align-items: baseline;
  color: #E52E58;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
}
.discounted-price .price-unit{
  color: #E52E58;
  font-size: 18px;
  font-weight: bold;
}
.discounted-price small{
  font-size: 12px;
  font-weight: bold;
}
.offer-coupon__note{
  color: #888;
  font-size: 12px;
}
.offer-coupon__note.text-right{
  text-align: right;
}
.offer-coupon__note.text-center{
  text-align: center;
}
.offer-coupon__note + .offer-coupon__note{
  margin-top: 16px;
}
.offer-coupon__note + .add-cart-btn-wrap{
  margin-top: 6px;
}
.note-limit-text {
    display: block;
}
.add-cart-btn-wrap{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px 0;
}
.add-cart-lead{
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.add-cart-lead__text{
  padding: 0 1em;
  display: flex;
  align-items: self-end;
  color: #13216A;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1;
  position: relative;
}
.add-cart-lead__text::before,
.add-cart-lead__text::after{
  content: "";
  width: 1px;
  height: 16px;
  display: block;
  background-color: #13216A;
  position: absolute;
  top: 5px;
}
.add-cart-lead__text::before{
  left: 0;
  transform: rotate(-40deg);
}
.add-cart-lead__text::after{
  right: 0;
  transform: rotate(40deg);
}
.add-cart-lead__text .discounted-price{
  padding-left: 0.1em;
  font-size: 24px;
}
.add-cart-lead__text .price-unit{
  color: #E52E58;
  font-size: 16px;
  font-weight: bold;
}
.add-cart-lead__text small{
  color: #E52E58;
  font-size: 11px;
  font-weight: bold;
}
.icon-rate{
  margin: 0 0.1em;
  padding: 4px 6px;
  display: inline-block;
  color: #E52E58;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #E52E58;
  border-radius: 20px;
}
.add-cart-btn{
  padding: 17px 10px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  text-decoration: none;
  background-color: #DE8BBB;
  border-radius: 40px;
  display: block;
  box-sizing: border-box;
}
.note-btn{
  padding: 4px 12px;
  background-color: #E7E9F0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
}
.note-btn span{
  padding: 0 6px 0 2px;
  color: #13216A;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
}
.note-btn::before{
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-image: url(/cms/elevit/img/template/common/icon/icon_circle-question.png);
  background-size: 100% 100%;
}
.note-btn::after{
  content: "";
  width: 4px;
  height: 6px;
  background-image: url(/cms/elevit/img/template/common/icon/icon_arrow-right_navy.png);
  background-size: 100% 100%;
}
.coupon-code{
  width: 100%;
  margin-top: 32px;
  padding: 28px 20px;
  border: 1px solid #E4EFF7;
  background-color: #F5F8FA;
  border: 8px;
}
.coupon-code__title{
  color: #13216A;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.coupon-code__text{
  margin-top: 17px;
  color: #13216A;
  font-size: 14px;
  font-size: medium;
  letter-spacing: 0.02em;
  text-align: center;
}
.coupon-code__wrap{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coupon-code__caption{
  padding: 8px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  background-color: #13216A;
  border: 1px solid #13216A;
}
.coupon-code__code{
  padding: 8px 20px;
  color: #13216A;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid #13216A;
}
.coupon-note-content{
  margin-top: 20px;
}
.set-campagin{
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(to right, #f7deea 0%, rgba(231, 219, 232, 0.81) 48.2%, #d1e7f4 100%);
}
.set-campagin__body{
  padding: 52px 80px 40px;
  background-color: #fff;
  border-radius: 20px;
}
.set-campagin__lead{
  margin-top: 32px;
  color: #13216A;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.set-campagin .offer-coupon {
  margin-top: 12px;
}
.set-campagin .coupon-price{
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0 25px;
}
.coupon-price__default .coupon-percentage{
  color: #13216A;
  font-size: 17px;
}
.coupon-price__default .coupon-percentage .text-large{
  font-size: 25px;
}
.coupon-price__sale{
  position: relative;
}
.coupon-price__sale::before{
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #de8bbb;
  border-right: 0;
  position: absolute;
  top: calc(50% - 7px);
  left: -11px;
}
.set-campagin-product{
  display: flex;
  gap: 0 22px;
}
.set-campagin-product .offer-content{
  align-items: flex-end;
}
.set-campagin-product .offer-price-box{
  flex-direction: column;
}
.set-campagin-product .default-price-box{
  flex-direction: column;
}
.set-campagin-product .discounted-price-box{
  flex-direction: column;
}
.set-campagin-product .discounted-price{
  font-size: 44px;
}
.set-campagin-product .discounted-price .price-unit{
  font-size: 24px;
}
.offer-image figure {
	margin: 0;
}
.offer-image img{
  position: relative;
  z-index: 2;
}
.offer-benefit{
  width: 84px;
  height: 84px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #DE8BBB;
  position: absolute;
  top: -17px;
  left: -12px;
  z-index: 2;
}
.offer-benefit .text-large{
  margin-right: 2px;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.04em;
  display: inline-block;
}
.set-campagin .add-cart-btn{
  max-width: 470px;
}
.set-campagin-caution{
  margin-top: 24px;
  padding: 28px;
  border-radius: 8px;
  background-color: #F5F8FA;
}
.set-campagin-caution__title{
  color: #13216A;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.set-campagin-caution__paragraph{
  margin-top: 16px;
  color: #13216A;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: center;
}
.set-campagin-caution .add-cart-btn{
  max-width: 280px;
  padding: 8px 12px;
  font-size: 12px;
  background-color: #00ABE2;
}


.fixed-cart{
  width: 100%;
  padding: 0px 10px 12px;
  background-color: #FDF9FB;
  border: 1px solid #F8E1EE;
  box-sizing: border-box;
  border-radius: 12px 12px 0 0;
  position: fixed;
  bottom: 0;
  z-index: 100;
  transition: 0.3s opacity ease;
}
.fixed-cart.is-hidden{
  opacity: 0;
  pointer-events: none;
}
.fixed-cart-content{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
.fixed-cart-content.new_elevit {
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
}

.fixed-cart-content.new_elevit a {
  display: block;
}

.fixed-cart-content.new_elevit a:hover {
  opacity: 0.8;
}
.fixed-cart-content.new_elevit img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}
.cart-lead{
  color: #13216A;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 20px;
}
.cart-lead__text{
  padding: 0 1em;
  display: inline-block;
  position: relative;
}
.cart-lead__text::before,
.cart-lead__text::after{
  content: "";
  width: 2px;
  height: 14px;
  display: block;
  background-color: #13216A;
  position: absolute;
  top: 5px;
  transform: translateY(-50%);
}
.cart-lead__text::before{
  left: 4px;
  transform: rotate(-45deg);
}
.cart-lead__text::after{
  right: 4px;
  transform: rotate(45deg);
}
.cart-lead-price{
  color: #13216A;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;
}
.cart-lead-price__text .price{
  padding: 0 3px;
  color: #E52E58;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -0.02em;
  display: inline-block;
  line-height: 1;
}
.cart-lead-price__text .price small{
  font-size: 24px;
}
.fixed-cart-btn__content{
  margin-top: 12px;
  display: flex;
  gap: 0 8px ;
}
.anchor-btn{
  max-width: 300px;
  height: 34px;
  padding: 0 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 34px;
  text-decoration: none;
  background-color: #DE8BBB;
  border-radius: 30px;
  position: relative;
}
.anchor-btn::after{
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: rotate(45deg);
}
.anchor-btn.-elevit::after{
  border-color: #DE8BBB;
}
.anchor-btn.-menevit::after{
  border-color: #00ABE2;
}
.anchor-btn.-dha::after{
  border-color: #9E6EA6;
}
.anchor-btn.-postnatal-care::after{
  border-color: #2CA19E;
}
.cart-lead-price + .fixed-cart-btn__content{
  margin-top: 8px;
}
.anchor-btn.w-100{
  width: 440px;
  max-width: unset;
  text-align: center;
}
.fixed-cart__image{
  max-width: 85px;
  padding: 12px 0;
}
.fixed-cart__image img{
  width: 100%;
}
@media screen and (max-width:768px){
  .offer-wrap.w-100{
    padding: 40px 20px;
  }
  .offer-body{
    padding: 40px 12px;
  }
  .offer-content.hidden-fb{
    display: flex;
  }
  .offer-content.hidden-sp{
    display: none;
  }
  .offer-coupon__lead{
    margin-top: 12px;
  }
  .section__main--title-lead + .section__main--title{
    margin-top: 16px;
  }
  .offer-content{
    flex-wrap: wrap;
    gap: 12px;
  }
  .offer-coupon__badge{
    top: -30px;
    font-size: 10px;
    width: 60px;
    height: 60px;
  }
  .offer-coupon.-badge{
    margin-top: 22px;
  }
  .offer-coupon.-badge .offer-coupon__text{
    width: fit-content;
	margin: 0 auto;
  }
  .offer-image {
    max-width: 55%;
  }
  .offer-image img{
    max-width: 160px;
  }
  .offer-detail{
    width: 40%;
	display: flex;
    justify-content: flex-end;
  }
  .offer-product-info{
    margin-top: 0;
  }
  .offer-price-box{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .default-price-box{
    flex-direction: column;
  }
  .default-price{
    font-size: 24px;
  }
  .discounted-price-box{
    flex-direction: column
  }
  .discounted-price-text{
    font-size: 14px;
    text-align: left;
  }
  .discounted-price{
    margin-top: 0;
    font-size: 32px;
  }
  .offer-coupon{
    margin-top: 8px;
  }
  .offer-point{
    width: 100%;
  }
  .offer-point-lists{
    gap: 14px;
  }
  .offer-point-item{
    padding-left: 22px;
    font-size: 13px;
  }
  .offer-image__note.hidden-fb{
    display: block;
  }
  .add-cart-lead{
    display: block;
  }
  .add-cart-lead__text .discounted-price{
    font-size: 22px;
  }
  .add-cart-lead__text{
    font-size: 13px;
  }
  .add-cart-btn-wrap{
    width: 100%;
    margin-top: 1vh;
  }
  .set-campagin-product + .add-cart-btn-wrap{
    margin-top: 20px;
  }
  .offer-coupon__text{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .default-price-box.-small{
    margin-top: 20px;
  }
  .discounted-price .price-unit{
    font-size: 12px;
  }
  .discounted-price small{
    font-size: 10px;
  }
  .coupon-code{
    padding: 20px 10px;
  }
  .coupon-code__caption{
    padding: 8px 6px;
    font-size: 12px;
  }
  .coupon-code__code{
    font-size: 12px;
  }
  .fixed-cart{
    padding: 10px 20px 8px;
    border-radius: 12px 12px 0 0 ;
  }
  .fixed-cart-content{
    justify-content: flex-start;
  }
  .fixed-cart-content.new_elevit figure {
    margin: 0;
  }
  .fixed-cart-btn__wrap{
    flex-grow: 1;
  }
  .fixed-cart__image{
    max-width: 60px;
	padding: 0;
  }
  .cart-lead{
    font-size: 12px;
  }
  .cart-lead-price{
    font-size: 12px;
  }
  .cart-lead-price__text .price{
    font-size: 16px;
  }
  .cart-lead-price__text .price small{
  font-size: 12px;
  }
  .anchor-btn{
    width: calc((100% - 8px) / 2);
    padding: 0 10px;
    font-size: 12px;
    line-height: normal;
    text-align: center;
  }
  .anchor-btn.w-100{
    width: 100%;
    text-align: center;
  }
  .set-campagin{
    padding: 40px 20px;
    border-radius: 0;
  }
  .set-campagin__body{
    padding: 40px 20px;
  }
  .set-campagin__body .offer-image {
    max-width: 100%;
  }
  .set-campagin .offer-coupon{
    padding: 10px 5px;
  }
  .offer-benefit{
    width: 68px;
    height: 68px;
    font-size: 12px;
    top: -62px;
    right: 0;
  }
  .offer-benefit .text-large{
    font-size: 18px;
  }
  .set-campagin-product{
    margin-top: 70px;
  }
  .set-campagin-product .offer-content{
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .set-campagin-product .offer-detail{
    width: 100%;
  }
  .set-campagin-product .discounted-price{
    font-size: 34px;
  }
  .set-campagin-product .discounted-price .price-unit{
    font-size: 18px;
  }
  .set-campagin-caution{
    padding: 20px;
  }
  .set-campagin-caution__title{
    font-size: 14px;
  }
  .set-campagin-caution__paragraph{
    font-size: 12px;
  }
}
.product-detail .content-index{
  margin-top: 0;
  padding-top: 0;
}
.content-index{
  padding: 20px 10px 13px;
  position: relative;
}
.content-index.is-fixed{
  max-width: unset;
  margin-top: 0;
  padding-top: 20px;
  background-color: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
}
.content-index.is-fixed .content-inner{
  max-width: unset;
}
.content-index.is-fixed::after{
  max-width: unset;
}
.content-index::after{
  content: "";
  width: 100%;
  max-width: 1200px;
  height: 1px;
  display: block;
  background-color: #E7E9F0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.content-index_lists{
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  max-width: 1000px;
}
.content.anchor__link--main .content-inner{
  max-width: 1000px;
  padding: 0;
}
:root{
  --btn-color: #DE8BBB;
}
.content-index__lunk{
  padding: 7px 20px 7px 12px;
  color: var(--btn-color);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  position: relative;
  border:1px solid  var(--btn-color);
  border-radius: 4px;
}
.content-index__lunk::after{
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid  var(--btn-color);
  border-right: 1px solid  var(--btn-color);
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 6px;
  transform: rotate(135deg);
}
.content-index__lunk.-buy{
  padding-left: 24px;
  color: #13216A;
  border-color: #13216A;
}
.content-index__lunk.-buy::before{
  content: "";
  width: 14px;
  height: 12px;
  display: block;
  background-image: url(/cms/elevit/img/template/common/icon/icon_cart.png);
  background-size: 100% 100%;
  position: absolute;
  left: 6px;
}
.content-index__lunk.-buy::after{
  border-color: #13216A;
}
.content-index_lists.-menevit .content-index__lunk:not(.-buy){
  color: #00ABE2;
  border-color: #00ABE2;
}
.content-index_lists.-menevit .content-index__lunk:not(.-buy)::after{
  border-color: #00ABE2;
}
.content-index_lists.-dha .content-index__lunk:not(.-buy){
  color: #9E6EA6;
  border-color: #9E6EA6;
}
.content-index_lists.-dha .content-index__lunk:not(.-buy)::after{
  border-color: #9E6EA6;
}
.content-index_lists.-postnatal-care .content-index__lunk:not(.-buy){
  color: #2CA19E;
  border-color: #2CA19E;
}
.content-index_lists.-postnatal-care .content-index__lunk:not(.-buy)::after{
  border-color: #2CA19E;
}
.content-index_lists.-probiotics .content-index__lunk:not(.-buy){
  color: #5BA0CD;
  border-color: #5BA0CD;
}
.content-index_lists.-probiotics .content-index__lunk:not(.-buy)::after{
  border-color: #5BA0CD;
}
.free-shipping-baner_content{
  width: 100%;
  margin-top: 40px;
  padding: 32px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
  background-color: #F5F8FA;
  border: 1px solid #E4EFF7;
  border-radius: 8px;
}
.free-shipping-banner_title{
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.free-shipping-banner_title img{
  width: 74px;
  height: 45px;
}
.free-shipping-banner_title-text{
  color: #13216A;
  font-size: 28px;
  font-weight: bold;
}
.free-shipping-banner_detail-text{
  color: #13216A;
  font-size: 14px;
  font-weight: bold;
}
.free-shipping-banner_detail-text span{
  color: #DE8BBB;
}
@media screen and (max-width:768px){
  .content-index_lists{
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .content-index_item{
    flex-shrink: 0;
  }
  .free-shipping-baner_content{
    flex-direction: column;
    gap: 18px;
  }
  .free-shipping-banner_title-text{
    font-size: 24px;
  }
  .free-shipping-banner_detail-text{
    font-size: 12px;
  }
}
.statistics .section__cell--main {
    padding: 32px 0 32px;
    border-radius: 7px;
}
.statistics .section__cells{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 64px;
}
.statistics .section__main--text1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
.statistics  .section__main--text2{
  margin-top: 10px;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
.statistics  .section__main--text2 strong{
  font-size: 4.2rem;
  margin: 0 0 0 8px;
  font-weight: bold;
  background: none;
}
.statistics .section__main--text3 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}
.statistics .section__main--text4 {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1;
  text-align: left;
}
.statistics .section__cell + .section__cell {
  width: 132px;
  height: 132px;
}
.statistics.content picture{
  margin-top: 0;
}
@media screen and (max-width:768px){
  .statistics .section__cell--main{
    padding: 22px 20px 20px;
  }
  .statistics .section__main--text1{
    font-size: 18px;
  }
  .statistics .section__cells{
    gap: 0;
  }
  .statistics .section__main--text2{
    margin-top: 4px;
    font-size: 18px;
  }
  .statistics .section__main--text3{
    margin-top: 8px;
    font-size: 11px;
  }
  .statistics .section__main--text4{
    margin-top: 19px;
  }
  .statistics .section__cell + .section__cell {
    width: 84px;
    height: 84px;
  }
}
.banner-content{
  margin-top: 40px;
}
.banner-content__lists{
  display: flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.banner-content__item{
  width: calc((100% - 40px) / 2);
}
.banner-card{
  width: 100%;
  display: flex;
  gap: 0 20px;
  text-decoration: none;
  background-color: #FCF4F8;
}
.banner-image{
  max-width: 180px;
}
.banner-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-detail{
  padding: 14px 10px 20px 0;
}
.banner-product__name{
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.banner-product__name img{
  max-width: 110px;
}
.banner-product__name-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #DE8BBB;
  font-size: 22px;
  font-weight: bold;
  flex-grow: 1;
}
.banner-lead{
  margin-top: 2px;
  padding: 8px 14px;
  color: #DE8BBB;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
  border: 1px solid #F8E1EE;
  background-color: #FFFFFF;
  border-radius: 4px;
}
.banner-price-wrap{
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
  gap: 0 26px;
}
.banner-product__lead{
  color: #13216A;
  font-size: 21px;
  letter-spacing: -0.1em;
}
.banner-default-price-contnet{
  margin-bottom: 0.2em;
}
.banner-default-price__lead{
  color: #13216A;
  font-size: 12px;
  font-weight: bold;
}
.banner-default-price__text{
  display: flex;
  align-items: flex-start;
  gap: 0 2px;
  color: #13216A;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.banner-default-price__text::after{
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #13216A;
  position: absolute;
  top: 50%;
  left: 0;
}
.banner-default-price-contnet .text-price{
  line-height: 1.25;
}
.banner-discount-price-contnet .text-price{
  line-height: 1.2;
}
.banner-discount-price__lead{
  color: #E52E58;
  font-size: 13px;
  font-weight: bold;
}
.banner-discount-price__text{
  display: flex;
  align-items: center;
  gap: 0 2px;
  color: #E52E58;
  font-size: 38px;
  font-weight: bold;
  position: relative;
}
.price-unite{
  display: flex;
  flex-direction: column-reverse;
}
.price-unite span{
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.price-unite small{
  font-size: 7px;
}
.banner-anchor-btn__wrap{
  margin-top: 10px;
}
.banner-anchor-btn{
  width: 100%;
  max-width: 240px;
  padding: 10px;
  color: #fff;
  font-size: 14;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  background-color: #DE8BBB;
  border-radius: 20px;
}
.banner-anchor-btn.purple{
  background-color: #9E6EA6;
}
@media screen and (max-width:768px){
  .banner-content{
    margin-top: 32px;
  }
  .banner-content__lists{
    flex-direction: column;
  }
  .banner-content__item{
    width: 100%;
  }
  .banner-card{
    gap: 10px;
  }
  .banner-image{
    width: 145px;
  }
  .banner-product__name img{
    max-width: 70px;
  }
  .banner-product__name-text{
    font-size: 16px;
  }
  .banner-lead{
    padding: 8px 10px;
    font-size: 12px;
  }
  .banner-product__lead{
    font-size: 14px;
  }
  .banner-default-price__lead{
    font-size: 8px;
  }
  .banner-default-price__text{
    font-size: 16px;
    align-items: end;
  }
  .price-unite small{
    font-size: 5px;
    white-space: nowrap;
  }
  .banner-discount-price__text{
    font-size: 30px;
  }
  .banner-anchor-btn{
    font-size: 12px;
  }
}
.contact__content{
  margin-top: 48px;
  padding: 44px 20px;
  background-color: #F5F8FA;
  border: 1px solid #E4EFF7;
  border-radius: 8px;
}
.contact__lead{
  color: #13216A;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
}
.contact__tel{
  margin-top: 24px;
  text-align: center;
}
.contact__tel a{
  color: #0D2D6C;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}
.contact__note{
  margin-top: 24px;
  color: #888;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width:768px){
  .contact__content{
    padding: 32px 20px;
  }
  .contact__lead{
    font-size: 12px;
  }
  .contact__tel{
    margin-top: 16px;
  }
  .contact__tel a{
    font-size: 24px;
  }
  .contact__note{
    margin-top: 16px;
  }
}
.regular-benefit{
  margin-top: 40px;
}
.regular-benefit__content{
  margin-top: 48px;
}
.regular-benefit__lists{
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px;
}
.regularbenefit__item{
  width: calc((100% - 80px) / 3);
  height: auto;
}
.regularbenefit__item.w-100{
  width: 100%;
}
.benefit-card{
  width: 100%;
  height: 243px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
  background-color: #FAEDF6;
  position: relative;
  overflow: hidden;
}
.regularbenefit__item.w-100 .benefit-card__content{
  flex-direction: row;
  justify-content: center;
  gap: 0 60px;
}
.bayer-service-section {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 10px;
}

.bayer-service-section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3.5%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.bayer-service-section__item {
  padding: 0 0 30px;
}

.bayer-service-section__item img {
  width: 100%;
  height: auto;
}
@media screen and (min-width:769px){
  .regular-benefit.-feature .regularbenefit__item.-step05{
    flex-grow: 1;
  }
  .regular-benefit.-feature .regularbenefit__item.-step05 .benefit-card__content{
    flex-direction: row;
    padding: 0 64px;
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .bayer-service-section {
    padding-top: 5vw;
  }

  .bayer-service-section__list {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin: 0 auto;
    gap: 0 5%;
  }
}
.benefit-card__detail{
  max-width: 608px;
}
.benefit-card__no{
  padding: 6px 16px 5px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.02em;
  background-color: #DE8BBB;
  border-radius: 8px 0 8px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.benefit-card__no small{
  font-size: 0.58em;
}
.benefit-card__no .no{
  margin-left: 0.25em;
  display: inline-block;
  font-family: var(--font-monteratt);
}
.benefit-card__content{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefit-card.-step01 .benefit-card__detail{
  margin-top: 47px;
}
.benefit-card.-step02 .benefit-card__detail{
  margin-top: 59px;
}
.benefit-card.-step03 .benefit-card__detail{
  margin-top: 42px;
}
.benefit-card.-step01 .benefit-card__detail{
  margin-top: 30px;
}
.benefit-card.-step02 .benefit-card__detail{
  margin-top: 42px;
}
.benefit-card.-step03 .benefit-card__detail{
  margin-top: 25px;
}
.benefit-catd__title{
  color: #13216A;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.benefit-catd__title .title-lead{
  font-size: 20px;
  text-align: center;
  display: block;
}
.benefit-catd__title .title-lead small{
  padding: 0 0.25em;
  display: inline-block;
  font-size: 14px;
}
.benefit-card__paragraph{
  margin-top: 24px;
  color: #13216A;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.benefit-card__note{
  margin-top: 24px;
  color: #888888;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width:768px){
  .regularbenefit__item{
    width: 100%;
  }
  .benefit-card{
    height: auto;
    padding: 40px 20px 20px;
  }
  .benefit-card__content{
    margin-top: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 29px 26px;
  }
  .benefit-card__no{
    font-size: 18px;
  }
  .benefit-card__detail,
  .benefit-card.-step01 .benefit-card__detail,
  .benefit-card.-step02 .benefit-card__detail,
  .benefit-card.-step03 .benefit-card__detail{
    margin-top: 0;
  }
  .benefit-catd__title{
    font-size: 14px;
  }
  .benefit-catd__title .title-lead{
    font-size: 14px;
  }
  .benefit-card__paragraph{
    width: 100%;
  }
  .content .section__attention{
    margin-bottom: 3px;
  }
}
.present-sample{
}
.present-sample-wrap{
  margin-top: 48px;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(70deg,rgba(205, 233, 250, 1) 0%, rgba(229, 242, 255, 1) 50%, rgba(209, 231, 245, 1) 100%);
}
.present-sample-wrap + .present-sample-wrap{
  margin-top: 40px;
}
.present-sample-content{
  padding: 40px 80px;
  display: flex;
  align-items: center;
  gap: 24px 52px;
  background-color: #FFF;
  border-radius: 12px;
}
.present-sample-image{
  max-width: 140px;
}
.present-sample-image img{
  width: 100%;
}
.present-sample-title{
  margin-top: 24px;
  color: #DE8BBB;
  font-size: 22px;
  font-weight: bold;
}
.present-sample-title .text-slyblue{
  color: #00ABE2;
}
.present-sample-title .text-strong{
  padding: 0 0.25em;
  display: inline-block;
}
.present-sample-paragraph{
  margin-top: 24px;
  color: #0D2D6C;
}
@media screen and (max-width:768px){
  .present-sample .content-inner{
    padding: 0;
  }
  .present-sample-wrap{
    padding: 40px 20px;
    border-radius: 0;
  }
  .present-sample-content{
    padding: 40px 20px;
    flex-direction: column;
  }
  .present-sample-title{
    margin-top: 0;
    font-size: 18px;
    text-align: center;
  }
  .present-sample-title .text-strong{
    padding: 0;
  }
  .present-sample-paragraph{
    font-size: 12px;
  }
}

.baby-thusand-head{
  width: 100%;
  height: 280px;
  padding: 60px;
  box-sizing: border-box;
  background-image: url(/cms/elevit/img/template/common/bg_baby-thousand.png);
  background-size: cover;
  position: relative;
}
.baby-thousand-head_contenet{
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}
.baby-thousand-head_title{
  color: #13216A;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.baby-thousand-head_title small{
  font-size: 22px;
}
.baby-thousand-head_title .text-pink{
  color: #DE8BBB;
}
.baby-thousand-head_lead{
  margin-top: 32px;
  color: #13216A;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.baby-thousand-about{
  margin-top: 60px;
}
.section__main--lead{
  margin-top: 48px;
  color: #13216A;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.baby-thousand-chronology__control{
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 60px;
}
.baby-thousand-chronology__slide{
  margin-top: 40px;
  position: relative;
}
.baby-thousand-chronology__slide .swiper-pagination{
  width: fit-content;
  position: static;
}
.baby-thousand-chronology__slide .swiper-pagination .swiper-pagination-bullet{
  background-color: #F6F7FC;
  opacity: 1;
}
.baby-thousand-chronology__slide .swiper-pagination .swiper-pagination-bullet-active{
  background-color: #012169;
}
.chronology-card__image img{
  width: 100%;
}
/* .baby-thousand-chronology__slide .swiper-pagination{
  bottom: -48px;
} */
 .baby-thousand-chronology__slide .swiper-button-next svg,
.baby-thousand-chronology__slide .swiper-button-prev svg{
  display: none;
}
.baby-thousand-chronology__slide .swiper-button-next,
.baby-thousand-chronology__slide .swiper-button-prev{
  width: 84px;
  height: 40px;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #E4EFF7;
  background-color: #F5F8FA;
  position: static;
}
.baby-thousand-chronology__slide .swiper-button-next::after,
.baby-thousand-chronology__slide .swiper-button-prev::after{
  content: "";
  width: 8px;
  height: 14px;
  display: block;
  background-size: 100% 100%;
}
.baby-thousand-chronology__slide .swiper-button-prev::after{
  background-image: url(/cms/elevit/img/template/common/icon/icon_slide-arrow_left.png);
}
.baby-thousand-chronology__slide .swiper-button-next::after{
  background-image: url(/cms/elevit/img/template/common/icon/icon_slide-arrow_right.png);
}
@media screen and (max-width:768px){
  .baby-thusand-head{
    height: 670px;
    background-image: url(/cms/elevit/img/template/common/bg_baby-thousand_sp.png);
  }
  .baby-thousand .content-inner{
    padding: 0;
  }
  .baby-thousand-head_contenet{
    min-width: 260px;
    top: unset;
    bottom: 60px;
    right: 50%;
    transform: translateX(50%);
  }
  .baby-thousand-head_title{
    font-size: 24px;
    line-height: 1.4;
  }
  .baby-thousand-head_lead{
    margin-top: 15px;
    font-size: 12px;
  }
  .baby-thousand-about .section__main--lead{
    padding: 0 20px;
  }
  .baby-thousand-chronology{
    padding-left: 20px;
  }
}
.point-card__content{
  margin-top: 48px;
}
.product-point{
  margin-top: 32px;
}
.product-point__content{
  margin-top: 32px;
}
.product-point__lists{
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px;
}
.product-point__item{
  width: calc((100% - 40px) / 2);
}
.product-point__lists.w-100 .product-point__item{
  width: 100%;
}
.point-card{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background-color: #FAEDF6;
  overflow: hidden;
}
.point-card__no{
  width: 100%;
  padding: 2px 10px;
  color: #fff;
  font-size: 24px;
  font-family: var(--font-monteratt);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  box-sizing: border-box;
  background-color: #DE8BBB;
}
.point-card__no small{
  margin-right: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.point-card__head{
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
}
.point-card__head.-left{
  justify-content: flex-start;
}
.point-card__title{
  color: #13216A;
  font-size: 16px;
  font-weight: bold;
}
.point-card__detail{
  padding: 20px 40px;
}
.accordion-detail + .point-card__detail{
  padding-top: 0;
}
.point-card__paragraph{
  color: #13216A;
  font-size: 14px;
  line-height: 1.7;
}
.point-card__paragraph + .section__attentions{
  margin-top: 12px;
}
.point-card__paragraph .text-note{
  margin-top: 12px;
  display: block;
  color: #888888;
  font-size: 12px;
  line-height: 1.6;
}
.point-card__detail-image{
  margin-top: 16px;
  text-align: center;
}
.product-point.menevit .section__main--title{
  color: #0D2D6C;
}
.product-point.menevit .point-card{
  background-color: #F5F8FA;
}
.product-point.menevit .point-card__no{
  background-color: #00ABE2;
}
.point-card__no + .accordion{
  margin-top: 20px;
}
.accordion-detail{
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
@media screen and (max-width:768px){
  .product-point__item{
    width: 100%;
  }
  .point-card__head img{
    max-height: 80px;
  }
  .point-card__head{
    justify-content: flex-start;
    position: relative;
  }
  .accordion-title .point-card__head::after{
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(/cms/elevit/img/template/common/icon/icon_arrow-bottom.png);
    background-size: 100% 100%;
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
  }
  .point-card .accordion.is-active .point-card__head::after{
    transform: rotate(180deg);
  }
  .point-card__head{
    padding: 20px;
  }
  .point-card__title{
    font-size: 14px;
  }
  .point-card__detail{
    padding: 20px;
  }
  .point-card__detail-image img{
    width: 100%;
    height: auto;
  }
}
/*お客様の声*/
.voice .section__cell--main{
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  gap: 32px 40px;
}
.voice .section__cell {
  width: calc((100% / 2) - 20px);
  background: #FDF9FB;
  border: 1px solid #F8E1EE;
  border-radius: 7px;
  padding: 35px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 25px;
}
.voice picture {
  width: 62px;
  margin-top: 0;
}
.voice .section__detail {
    width: calc(100% - 87px);
}
.voice.content .section__sub--title{
  margin-top: 0;
}
@media screen and (max-width:768px){
  .voice .section__cell--main {
    margin-top: 32px;
    flex-direction: column;
    gap: 12px;
  }
  .voice .section__cell {
    width: 100%;
    padding: 12px;
    gap: 18px;
  }
  .voice .section__cell picture {
    width: 48px;
  }
  .voice .section__detail {
    width: calc(100% - 66px);
  }
}
.product-message__content{
  width: 100%;
  padding: 80px;
  background-color: #F5F8FA;
  border-radius: 20px;
  display: flex;
  gap: 20px 40px;
}
.product-message__image{
  width: 50%;
  max-width: 400px;
}
.product-message__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-message__detail{
  width: calc(50% - 40px);
}
.product-message__lead{
  color: #13216A;
  font-size: 18px;
  font-weight: bold;
}
.product-message__lead .text-skyblue{
  color: #00ABE2;
}
.product-message__lead .text-pink{
  color: #DE8BBB;
}
.product-message__paragraph{
  margin-top: 24px;
  color: #13216A;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media screen and (max-width:768px){
  .product-message__content{
    padding: 40px 20px;
    flex-direction: column;
  }
  .product-message__image{
    width: 100%;
    max-width: unset;
  }
  .product-message__detail{
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .product-message__lead{
    margin-top: 20px;
  }
  .product-message__paragraph{
    margin-top: 0;
    font-size: 12px;
  }
}
.info{
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}
.info.-men{
  background-color: #EFF6FC;
}
.info .section__main--title{
  margin-bottom: 0;
}
.info.-men .section__main--title{
  color: #0D2D6C;
}
.info-content{
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 0 52px;
}
.info-content__image{
  width: 100%;
}
.info-content__image img{
  width: 100%;
}
.info-content__lead{
  color: #0D2D6C;
  font-size: 22px;
  font-weight: bold;
}
.info-content__paragraph{
  margin-top: 28px;
  color: #13216A;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media screen and (max-width:768px){
  .info{
    padding: 20px;
  }
  .info-content{
    flex-direction: column;
  }
  .info-content__lead{
    font-size: 18px;
  }
  .info-content__paragraph{
    margin-top: 16px;
    font-size: 14px;
  }
}
.benefit-content{
  display: flex;
  gap: 20px 40px;
}
.benefit__lead{
  color: #13216A;
  font-size: 22px;
  font-weight: bold;
}
.benefit-content .benefit__cta {
  margin: 1.2em 0 1.5em;
  text-align: center;
}

.benefit-content .benefit__cta-btn {
  /* ボタン基本スタイル */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  background: #DE8BBB;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(224, 97, 175, 0.3);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

/* アンカーリンクを示唆する下向き V アイコン */
.benefit-content .benefit__cta-btn::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M1.5 4 L6 8.5 L10.5 4' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M1.5 4 L6 8.5 L10.5 4' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
  transform: translateY(1px); /* テキスト視覚中心とのバランス調整 */
  transition: transform .2s ease;
}
.benefit-content .benefit__cta-btn:hover::after {
  transform: translateY(3px);
}
.benefit__lists{
  margin-top: 28px;
}
.benefit__lists{
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.benefit__item{
  display: flex;
  align-items: center;
  color: #13216A;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.benefit__item .icon-no{
  margin-right: 15px;
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  flex-shrink: 0;
  color: #fff;
  font-family: var(--font-monteratt);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  background-color: #DE8BBB;
  border-radius: 50%;
}
.benefit-image{
  max-width: 460px;
}
.benefit-image img{
  width: 100%;
}
.benefti__note{
  margin-top: 20px;
}
.btn-wrap{
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.default-btn{
  width: 100%;
  max-width: 370px;
  height: 64px;
  padding: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  background-color: #DE8BBB;
}
.default-btn small{
  padding: 0 8px;
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.default-btn small::before,
.default-btn small::after{
  content: "";
  width: 1px;
  height: 12px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 2px;
}
.default-btn small::before{
  left: 0;
  transform: rotate(-30deg);
}
.default-btn small::after{
  right: 0;
  transform: rotate(30deg);
}
@media screen and (max-width:768px){
  .benefit-content{
    flex-direction: column;
  }
  .benefit-detail{
    width: 100%;
  }
  .benefti__note{
    margin-top: 12px;
  }
  .benefti__note .section__attention{
    margin-bottom: 3px;
  }
  .btn-wrap{
    margin-top: 32px;
    padding: 0 20px;
  }
}
.content-border{
  margin-top: 60px;
  padding-top: 60px;
  position: relative;
}
.content-border::before{
  content: "";
  width: 100%;
  max-width: 960px;
  height: 1px;
  background-color: #E7E9F0;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*mv*/
.lp-mv{
  width: 100%;
  box-sizing: border-box;
}
.lp-mv__content{
  width: 100%;
  max-width: 960px;
  height: 385px;
  margin: 0 auto;
  display: flex;
  gap: 0 20px;
  background-color: #FCF4F8;
}
.lp-mv__detail{
  padding: 80px 0 30px 30px;
  flex-grow: 1;
}
.lp-mv__head{
  width: 400px;
  padding: 45px 5px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
}
.lp-mv__product{
  position: absolute;
  bottom: -10px;
  right: -50px;
}
.award-bade{
  position: absolute;
  top: -70px;
  left: 12px;
}
.lp-mv__title{
  width: fit-content;
  padding: 0 14px;
  text-align: center;
}
.lp-mv__title-lead{
  color: #13216A;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -0.1em;
}
.lp-mv__title-name{
  color: #DE8BBB;
  font-size: 40px;
  font-weight: bold;
  display: block;
}
.lp-mv__icon{
  margin-top: 20px;
  display: flex;
  gap: 0 6px;
}
.mv-icon{
  min-width: 130px;
  padding: 10px 10px 8px;
  border-radius: 4px;
  color: #DE8BBB;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #DE8BBB;
}
.mv-icon.-sample{
  color: #fff;
  background-color: #DE8BBB;
}
.lp-mv__note{
  margin-top: 12px;
  color: #888888;
  font-size: 12px;
  line-height: 1.6;
}
.lp-mv-content_image{
  height: 100%;
}
.lp-mv-content_image img{
  width: auto;
  height: 100%;
}
.lp-mv-lead{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 19px 10px 18px;
  background-color: #F5F8FA;
}
.lp-mv-lead__text{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
.lp-mv-lead__text_en{
  color: #13216A;
  font-size: 27px;
  font-family: var(--font-monteratt);
  font-weight: 600;
}
.lp-mv-lead__text_en .text-skyblue{
  color: #00ABE2;
}
.lp-mv-lead__text_jp{
  color: #DE8BBB;
  font-size: 12px;
  font-weight: bold;
}
.menevit .lp-mv__content{
  background-color: #F2FAFF;
}
.menevit .lp-mv__detail{
  padding-top: 60px;
}
.menevit .lp-mv__head{
  padding-bottom: 20px;
}
.menevit .lp-mv__title-name{
  color: #00ABE2;
}
.menevit  .lp-mv__product{
  bottom: -32px;
}
.menevit .mv-icon.-freeshipping{
  color: #00ABE2;
  border-color: #00ABE2;
}
.menevit .mv-icon.-sample{
  border-color: #00ABE2;
  background-color: #00ABE2;
}

.lp-mv-cart__wrap{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
}
.lp-mv-cart__image{
  width: 100%;
  display: flex;
  max-width: 480px;
}
.lp-mv-cart__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-mv-cart__detail{
  padding: 20px 30px 30px;
  background-color: #FCF4F8;
  flex-grow: 1;
}
.lp-mv-cart__head{
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.lp-mv-cart__head-image{
  width: 100%;
  max-width: 144px;
  position: relative;
}
.lp-mv-cart__head-image img{
  width: 100%;
}
.lp-mv-cart__head-image .badge{
  width: 75px;
  height: 75px;
  position: absolute;
  top: 22px;
  left: -22px;
}
.lp-mv-cart__head-lead{
  color: #DE8BBB;
  font-size: 43px;
  font-weight: 600;
  line-height: 1.3;
}
.lp-mv-cart__paragraph{
  margin-top: 18px;
  color: #13216A;
  font-size: 18px;
  line-height: 1.4;
}
.lp-mv-cart__note{
  margin-top: 16px;
  color: #888888;
  font-size: 12px;
}
.product-set .lp-mv-cart__head-lead{
  font-size: 34px;
}
.product-set .lp-mv-cart__head-lead span:nth-of-type(2){
  display: inline-block;
  text-indent: 1em;
}
.product-set .lp-mv-cart__head-lead span:nth-of-type(3){
  display: inline-block;
  text-indent: 2em;
}
.product-set .point-card{
  margin-top: 15px;
}
.product-set .point-card__no{
  padding: 8px;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1;
}
.point-card__lead{
  text-align: center;
}
.point-card__lead span{
  padding: 0 16px;
  display: inline-block;
  color: #13216A;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.point-card__lead span::before,
.point-card__lead span::after{
  content: "";
  width: 1px;
  height: 12px;
  display: block;
  background-color: #13216A;
  position: absolute;
  bottom: 2px;
}
.point-card__lead span::before{
  left: 0;
  transform: rotate(-45deg);
}
.point-card__lead span::after{
  right: 0;
  transform: rotate(45deg);
}
.product-set .point-card__detail-set{
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 0 42px;
}
.product-set .point-card{
  height: auto;
  border-radius: 4px;
}
.product-set .point-card__detail{
  padding: 16px 20px 18px;
  background-color: #fff;
}
.point-card__detail-set__name{
  color: #DE8BBB;
  font-size: 21px;
  font-weight: bold;
}
.point-card__detail-set__value{
  color: #DE8BBB;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
.point-card__detail-set__value small{
  font-size: 23px;
}
.lp-mv-cart.product-set + .elevit-message{
  margin-top: 0;
  padding: 60px 20px;
}
.elevit-message__logo{
  text-align: center;
}
.elevit-message__lead{
  margin-top: 24px;
  color: #13216A;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.54;
  text-align: center;
}
.elevit-message__paragraph{
  margin-top: 32px;
  color: #13216A;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width:768px){
  .lp-mv__content{
    height: auto;
    flex-direction: column;
  }
  .lp-mv__detail{
    padding: 38px 20px 20px;
  }
  .lp-mv__head{
    width: 100%;
    padding: 25px 5px;
  }
  .lp-mv__product{
    right: 30px;
  }
  .lp-mv__product img{
    width: 78px;
    height: auto;
  }
  .award-bade{
    top: -20px;
    left: unset;
    right: -12px;
   }
  .award-bade img{
    width: 55px;
    height: 55px;
  }
  .lp-mv__title-lead{
    font-size: 16px;
  }
  .lp-mv__title-name{
    font-size: 31px;
  }
  .mv-icon{
    min-width: 109px;
    padding: 10px 16px 8px;
    font-size: 14px;
  }
  .lp-mv-cart__image{
    display: inline-block;
  }
  .lp-mv-content_image img{
    width: 100%;
    height: auto;
  }
  .lp-mv__note{
    padding: 12px;
    font-size: 9px;
  }
  .lp-mv-lead{
    padding: 10px 10px 15px;
  }
  .lp-mv-lead__text{
    flex-direction: column;
  }
  .lp-mv-lead__text_en{
    font-size: 21px;
  }
  .lp-mv-lead__text_jp{
    font-size: 9px;
  }
  .lp-mv-cart__wrap{
    flex-direction: column;
  }
  .lp-mv-cart__head-image{
    max-width: 101px;
  }
  .lp-mv-cart__head-image .badge{
    width: 55px;
    height: 55px;
    top: 12px;
  }
  .lp-mv-cart__head-lead{
    font-size: 33px;
  }
  .lp-mv-cart__paragraph{
    margin-top: 11px;
    font-size: 12px;
  }
  .lp-mv-cart__note{
    margin-top: 10px;
    font-size: 9px;
  }
  .lp-mv-cart.product-set{
    background-color: #FDF9FB;
  }
  .product-set .lp-mv-cart__head{
    gap: 0;
  }
  .product-set .lp-mv-cart__head-image{
    width: 162px;
    max-width: unset;
    position: absolute;
    right: 10px;
    margin-top: -60px;
    z-index: 0;
  }
  .product-set .lp-mv-cart__head-lead{
    font-size: 25px;
    position: relative;
    z-index: 1;
  }
  .product-set .point-card__lead span{
    font-size: 25px;
  }
  .product-set .lp-mv-cart__head-lead span:nth-of-type(2){
    display: inline;
  }
  .product-set .lp-mv-cart__head-lead span:nth-of-type(3){
    display: inline;
  }
  .product-set .lp-mv-cart__detail{
    margin-top: -50px;
    padding: 0 20px 14px;
    background-color: transparent;
  }
}
.feature-point__lists{
  display: flex;
  flex-wrap: wrap;
}
.feature-point__lists.-center{
  justify-content: center;
}
.feature-point__lists.-col4{
  gap: 20px 18px;
}
.feature-point__item{
  width: calc((100% - 40px) / 2);
}
.feature-point__lists.-col4 .feature-point__item{
  width: calc((100% - 60px) / 4);
}
.feature-point-card{
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #FAEDF6;
  border-radius: 8px;
  overflow: hidden;
}
.feature-point-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-point-card__text{
  color: #DE8BBB;
  font-size: 18px;
  font-weight: bold;
}
.feature-point-card__text .text-large{
  font-size: 32px;
}
.feature-point-card__text .text-middle{
  font-size: 24px;
}
.feature-point-card__note{
  margin-top: 10px;
  color: #13216A;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.02em;
}
.section__attentions{
  margin-top: 24px;
  padding: 0 20px;
}
.feature-point{
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width:768px){
  .feature-point__lists.-col4{
    gap: 20px 13px;
  }
  .feature-point__lists.-col4 .feature-point__item {
    width: calc((100% - 13px) / 2);
  }
  .feature-point img{
    width: 100%;
    height: auto;
  }
}
.nutrition-table__content{
  margin-top: 40px;
}
.nutrition-table__lists{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 16px;
}
.nutrition-table__item{
  width: calc((100% - 32px) / 3);
}
.nutrition-table__body{
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
.nutrition-table__image img{
  width: 100%;
}
.nutrition-table__detail{
  flex-grow: 1;
  display: flex;
}
.nutrition-table__fukidashi{
  padding: 46px 16px 44px;
  flex-grow: 1;
  border: 1px solid #BCBCBC;
  background-color: #F7F7F7;
  border-radius: 20px;
  position: relative;
}
.nutrition-table__fukidashi::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #bcbcbc;
  translate: -50% -100%;
}
.nutrition-table__fukidashi::after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 13.8px 18.3px 13.8px;
  border-color: transparent transparent #f7f7f7;
  translate: -50% -100%;
}

.nutrition-table__fukidashi-text{
  color: #666666;
  font-size: 14px;
}
.nutrition-table__item:first-child .nutrition-table__fukidashi{
  border-color: #DE8BBB;
  background-color: #FDF9FB;
}
.nutrition-table__item:first-child .nutrition-table__fukidashi-text{
  color: #13216A;
}
@media screen and (max-width:768px){
  .nutrition-table__lists{
    gap: 20px 13px;
  }
  .nutrition-table__item{
    width: calc((100% - 13px) / 2);
  }
  .nutrition-table__fukidashi{
    padding: 16px 12px;
  }
}
.feature .section__sub--comment{
  margin-top: 32px;
}
.nutrition-table__content{
  margin-top: 20px;
}
.feature-point__lists{
  display: flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.feature-point__item{
  width: calc((100% - 40px) / 2);
}
.movie{
  margin-top: 40px;
}
@media screen and (max-width:768px){
  .feature-point__lists{
    gap: 12px 0;
  }
  .feature-point__item{
    width: 100%;
  }
}

.explanation-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.explanation-content__detail{
  width: 50%;
}
.explanation-content__image{
  width: calc(50% - 10px);
  text-align: center;
}
.explanation-content__image img{
  max-width: 243px;
}
.explanation-content__paragraph{
  color: #13216A;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width:768px){
  .explanation-content{
    flex-direction: column-reverse;
    gap: 12px;
  }
  .explanation-content__detail{
    width: 100%;
  }
  .explanation-content__image{
    width: 100%;
  }
  .explanation-content__paragraph{
    font-size: 12px;
  }
}
.ingredient-list__content{
  margin-top: 20px;
}
.ingredient-list__lists{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ingredient-list__item.-col2{
  width: calc((100% - 10px) / 2);
}
.ingredient-list__item.-col4{
  width: calc((100% - 30px) / 4);
}
.ingredient-list__item.-col3{
  width: calc((100% - 20px) / 3);
}
.ingredient-card{
  padding: 20px;
  display: flex;
  align-items: flex-start;
  background-color: #D3E4F5;
}
.ingredient-card__image{
  max-width: 200px;
  flex-shrink: 0;
}
.ingredient-card__image img{
  width: 100%
}
.ingredient-card__name{
  color: #000;
  font-size: 24px;
  font-weight: bold
}
.ingredient-card__paragraph{
  margin-top: 10px;
  font-size: 14px
}
.ingredient-list__item.-col2 .ingredient-card{
  gap: ;
}
.ingredient-list__item.-col4 .ingredient-card{
  height: 100%;
  flex-direction: column;
  align-items: center;
}
.ingredient-list__item.-col4 .ingredient-card__name{
  text-align: center;
}
.ingredient-list__item.-col3 .ingredient-card{
  padding: 10px 20px;
  justify-content: center;
}
.ingredient-list__item.-col3 .ingredient-card__name{
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width:768px){
  .ingredient-list__lists{
    gap: 4px 5px;
  }
  .ingredient-list__item.-col2{
    width: 100%;
  }
  .ingredient-list__item.-col4{
    width: calc((100% - 5px) / 2);
  }
  .ingredient-list__item.-col3{
    width: calc((100% - 10px) / 3);
  }
  .ingredient-list__item.-col2 .ingredient-card{
    padding: 20px 10px 20px 0;
  }
  .ingredient-list__item.-col3 .ingredient-card{
    height: 100%;
    padding: 10px 5px;
  }
  .ingredient-list__item.-col3 .ingredient-card__name{
    font-size: 12px;
  }
  .ingredient-card__image{
    width: 140px;
  }
  .ingredient-card__name{
    font-size: 18px;
  }
  .ingredient-card__paragraph{
    font-size: 12px;
  }
}
.tile-content{
  margin-top: 32px;
}
.title-content__lists{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.title-content__item{
  width: calc((100% - 12px) / 2);
  min-height: 120px;
  color: #13216A;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F8FA;
  border-radius: 8px;
  border: 1px solid #D1E7F5;
}
@media screen and (max-width:768px){
  .title-content__lists{
    gap: 8px 0;
  }
  .title-content__item{
    width: 100%;
    min-height: 84px;
    font-size: 14px;
  }
}
.product-detail .accordion{
  margin-top: 22px;
}
.product-detail__heading-title{
  color: #DE8BBB;
  font-size: 22px;
  font-weight: bold;
}
.accordion + .product-detail__heading-title{
  margin-top: 40px;
}
.product-detail__title{
  width: 100%;
  padding: 20px 60px 20px 40px;
  color: #13216A;
  font-size: 14px;
  position: relative;
  background-color: #F5F8FA;
  border-radius: 8px;
  border: 1px solid #D1E7F5;
}
.product-detail__title::after{
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #13216A;
  border-right: 2px solid #13216A;
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  transform: rotate(135deg);
}
.accordion.-menevit .product-detail__title::after{
  border-color: #00ABE2;
}
.accordion.-dha .product-detail__title::after{
  border-color: #9E6EA6;
}
.product-detail__heading-title + .accordion{
  margin-top: 20px;
}

.product-detail__body{
  padding: 0 40px 40px;
  border-radius: 0px 0px 8px 8px;
  background-color: #F5F8FA;
  border: 1px solid #D1E7F5;
}
.product-detail__body a{
  color:#13216A; 
  text-decoration: underline;
  font-size: 14px;
}
.product-detail__body dl:not(:first-child){
  margin-top: 24px;
}
.accordion.is-open .product-detail__title{
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}
.accordion.is-open .product-detail__body{
  border-top: none;
}
.accordion.is-open .product-detail__title::after{
  transform: rotate(-45deg);
}
.product-detail__content .title,
.product-detail__body dt{
  color: #13216A;
  font-size: 14px;
  font-weight: bold;
}
.product-detail__content .paragraph,
.product-detail__body dd{
  margin-top: 12px;
  color: #13216A;
  font-size: 14px;
}
.product-detail__content .paragraph + .title,
.product-detail__body dd + dt{
  margin-top: 24px;
}
#product-detail{
  margin-top: 60px;
}
.product-detail + .product-detail__accordion,
.product-detail__accordion + .product-detail__accordion{
  margin-top: 40px;
}
@media screen and (max-width:768px){
  #product-detail{
    margin-top: 40px;
  }
  .product-detail__title{
    padding: 20px 30px 20px 20px;
  }
  .product-detail__body{
    padding: 0px 20px 20px;
  }
}

.content-graph{
  margin-top: 40px;
  padding: 32px 80px 24px;
  border: 1px solid #00ABE2;
  border-radius: 8px;
}
.content-graph__title{
  color: #13216A;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:768px){
  .content-graph{
    padding: 32px 20px 24px;
  }
  .content-graph__title{
    font-size: 18px;
  }
}

.profile__paragraph{
  margin-top: 24px;
  color: #13216A;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.faq-interview__lead{
  margin-top: 48px;
  color: #13216A;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.faq-interview__lead + .profiles{
  margin-top: 28px;
}
.faq-interview__body{
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.faq-interview__content{
  width: 100%;
  padding: 40px 60px;
  background-color: #F5F8FA;
  border: 1px solid #E4EFF7;
  border-radius: 20px;
}
.faq-interview__content:first-of-type{
  margin-top: 40px;
}
.faq-interview__title{
  color: #00ABE2;
  font-size: 22px;
  font-weight: bold;
}
.faq-interview__paragraph{
  margin-top: 24px;
  color: #13216A;
  font-size: 14px;
}
.faq-interview__content + .faq-interview__content{
  margin-top: 24px;
}
.open-button{
  width: 360px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  background-color: #00ABE2;
  border-radius: 20px;
  border: 1px solid #00ABE2;
  position: relative;
}
.open-button::after{
  content: "";
  width: 7px;
  height: 4px;
  display: block;
  background-image: url(/cms/elevit/img/template/common/icon/icon_arrow_bottom_wh.png);
  background-size: 100% 100%;
  position: absolute;
  top: calc(50% - 3px);
  right: 16px;
}
.open-button.is-open::after{
  transform: rotate(180deg);
}
.faq-interview__image{
  margin-top: 14px;
}
@media screen and (max-width:768px){
  .faq-interview__lead{
    font-size: 32px;
  }
  .faq-interview__lead + .profiles{
    margin-top: 24px;
  }
  .faq-interview__content{
    padding: 28px 20px 24px;
  }
  .faq-interview__title{
    font-size: 18px;
  }
  .faq-interview__paragraph{
    font-size: 12px;
  }
  .open-button{
    width: 100%;
    max-width: 296px;
    margin: 0 auto;
  }
}

.link-index__content{
  margin-top: 28px;
}
.link-index__lists{
  display: flex;
  gap: 12px 40px;
}
.link-index__item{
  width: calc((100% - 40px) / 2);
}
.image-card{
  width: 100%;
  text-decoration: none;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.image-card__title{
  padding: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #DE8BBB;
  position: relative;
}
.image-card__title::after{
  content: "";
  width: 5px;
  height: 9px;
  display: block;
  background-image: url(/cms/elevit/img/template/common/icon/icon_arrow-right_white.png);
  background-size: 100% 100%;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
}

@media screen and (max-width: 768px) {
  .image-scrol__area {
    width: 100vw;
    padding: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .image-scrol__area picture {
    display: block;
    width: max-content;
  }
  .image-scrol__area img {
    display: block;
    max-width: none !important;
    height: auto;
    padding-right: 30px;
  }
}

.content-point--title{
  margin-top: 48px;
  padding-left: 16px;
  color: #13216A;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.content-point--title::before{
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background-color: #13216A;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}
.flow-row-step{
  width: fit-content;
  margin: 0 auto;
}
.flow-row-step--lists{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
.flow-row-ste---item{
  max-width: 180px;
}
.flow-row-ste---item img{
  width: 100%;
}
.flow-row-step .section__attention{
  text-align: center;
}
.flow-step .default-btn{
  background-color: #0D2D6C;
}

@media screen and (max-width: 768px){
  .flow-row-step--lists{
    margin-top: 32px;
    gap: 0 8px;
  }
  .flow-row-ste---item{
    width: calc((100% - 16px) / 3);
    max-width: unset;
  }
}
.campaign{
  padding:20px ;
  border-radius: 20px;
}
.campain__main{
  padding: 36px 12px 40px;
}
.campaign__title{
  color: #DE8BBB;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.28;
  text-align: center;
}
.campaign__description{
  margin-top: 5px;
  color: #13216A;
  font-size: 14px;
  text-align: center;
}
.campaign__benefits--main{
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 0 clamp(1rem, 0.100rem + 3.84vw, 2.5rem);
}
.campaign__benefits--left{
  width: 100%;
  max-width: 340px;
}
.campaign__benefits--right{
  width: 100%;
  max-width: 200px;
  position: relative;
}
.campaign__benefits--right picture{
  margin: 0;
}
.campaign__benefits--right img{
  width: 100%;
}
.campaign__trial{
  width: 63px;
  height: 63px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  background-color: #234D96;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  right: -55px;
}
.campaign__benefit{
  padding-left: 34px;
  color: #13216A;
  font-size: 16px;
  position: relative;
}
.campaign__benefit:not(:first-child){
  margin-top: 12px;
}
.campaign__benefit::before{
  content: "";
  width: 22px;
  height: 20px;
  display: block;
  background-image: url(/cms/elevit/img/lp/common/icon/icon_check.png);
  background-size: 100% 100%;
  position: absolute;
  top: 4px;
  left: 0;
}
.campaign__benefit .campaign__benefit--f1{
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1;
  background: none;
}
.campaign__benefit .campaign__benefit--f2{
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1;
  background: none;
}
.campaign__benefit strong{
  margin: 0 0.25em;
  display: inline-block;
}
.campaign__benefit.text-bold{
  font-weight: bold;
}
.campaign__note{
  margin-top: 16px;
  font-size: 12px;
}
.campaign__actions{
  margin-top: 28px;
  text-align: center;
}
.campaign__action--btn{
  width: 100%;
  max-width: 370px;
  padding: 13px 10px 11px;
  border-radius: 40px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.campaign__sample-title{
  padding: 0 0.7em;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.campaign__sample-title::before,
.campaign__sample-title::after{
  content: "";
  width: 1px;
  height: 12px;
  display: block;
  background-color: #FFF;
  position: absolute;
}
.campaign__sample-title::before{
  top: 4px;
  left: 0;
  transform: rotate(-30deg);
}
.campaign__sample-title::after{
  top: 4px;
  right: 0;
  transform: rotate(30deg);
}
.campaign__sample-text{
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px){
  .campaign{
    padding: 40px 20px;
    border-radius: 0;
  }
  .campain__main{
    padding: 37px 20px 40px;
  }
  .campaign__title{
    font-size: 24px;
  }
  .campaign__description{
    font-size: 12px;
  }
  .campaign__benefits--main{
    margin-top: 50px;
    align-items: center;
  }
  .campaign__benefits--left{
    max-width: 170px;
  }
  .campaign__benefits--right{
    max-width: 120px;
  }
  .campaign__benefit{
    font-size: 13px;
  }
  .campaign__trial{
    top: -55px;
    right: -26px;
  }
  .campaign__sample-text{
    font-size: 14px;
  }
}
.campaign-detail .attention-wrap{
  text-align: center;
}
.campaign-detail .default-btn{
  background-color: #0D2D6C;
}

/*商品カード*/
.goods-content{
  margin-top: 40px;
}
.goods-lists{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 40px;
}
.goods-item{
  width: calc((100% - 40px) / 2);
}
.goods-card{
  width: 100%;
  display: block;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px #00155c10;
}
.goods-card__category{
  padding: 10px;
  color: #DE8BBB;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #F8E9F2;
}
.goods-card__content{
  padding: 2px 20px 6px;
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.goods-card__image{
  width: 35%;
  max-width: 163px;
}
.goods-card__image img{
  width: 100%;
}
.gooods-card__detail{
  flex-grow: 1;
}
.goods-card__lead{
  color: #13216A;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.goods-card__name{
  margin-top: 8px;
  color: #13216A;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.goods-card__btn{
  width: 100%;
  max-width: 140px;
  margin: 24px auto 0;
  padding: 10px 26px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  display: block;
  background-color: #DE8BBB;
}
@media screen and (max-width: 768px){
  .goods-lists{
    flex-direction: column;
  }
  .goods-item{
    width: 100%;
  }
}
.content-navi{
  margin-top: 40px;
}
.content-navi__wrap{
  display: flex;
  gap: 20px 40px;
}
.content-navi__card{
  width: calc((100% - 40px) / 2);
  padding: 28px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F5F8FA;
}
.navi-card__title{
  padding-left: 48px;
  color: #13216A;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.navi-card__title::before{
  content: "";
  width: 40px;
  height: 36px;
  display: block;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 18px);
}
.navi-card__sub-title{
  margin-top: 16px;
  color: #13216A;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
}
.navi-card__title.-faq::before{
  background-image: url(/cms/elevit/img/lp/common/icon/qa.png);
}
.navi-card__title.-contact::before{
  background-image: url(/cms/elevit/img/lp/common/icon/contact.png);
}
.navi-card__paragraph{
  color: #13216A;
  margin-top: 16px;
  text-align: center;
  line-height: 1.7;
}
.navi-card__btn{
  width: 100%;
  max-width: 274px;
  margin-top: 20px;
  padding: 10px 10px 8px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #0D2D6C;
  border-radius: 20px;
}
.navi-card__tel{
  margin-top: 6px;
  color: #DE8BBB;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 768px){
  .content-navi__wrap{
    flex-direction: column;
  }
  .content-navi__card{
    width: 100%;
  }
}
.video-content{
  margin-top: 40px;
}

.lp-lead{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 16px 20px;
  background-color: #0D2D6C;
}
.lp-lead__text{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.lp-lead + .content{
  margin-top: 24px;
}
@media screen and (max-width: 768px){
  .lp-lead__text{
    font-size: 20px;
  }
  .lp-lead + .content{
    margin-top: 0;
  }
}

.article-content{
  width: 100%;
  max-width: 960px;
  margin: 32px auto 0;
  padding: 24px 20px;
  border-radius: 8px;
  color: #13216A;
  background-color: #FDF9FB;
  border: 1px solid #F8E1EE;
}
.article-content p{
  color: #13216A;
  font-size: 12px;
  line-height: 1.6;
}
.article-content h3{
  padding-left: 8px;
  color: #13216A;
  font-size: 14px;
  font-weight: bold;
  border-left: 2px solid #DE8BBB;
}
.article-content p + h3,
.article-content ul + h3{
  margin-top: 32px;
}
.article-content h3 + p{
  margin-top: 16px;
}

@media screen and (min-width:768px){
  .article-content h3{
    font-size: 16px;
  }
  .article-content p{
    color: #13216A;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  .article-content p + h3,
  .article-content ul + h3{
    margin-top: 32px;
  }
  .article-content h3 + p{
    margin-top: 20px;
  }
}

/*あわせて読みたい記事 2カラム*/
.recommend-article{
  margin-top: 40px;
}
.tokushu__col2 {
  max-width: 960px;
  border-radius: 12px;
  padding: 32px;
  margin: 0 auto 40px;
  background: #F5F8FA;
  border: 1px solid #D1E7F5;
  box-sizing: border-box;
}
.tokushu__col2 h2 {
  font-size: 16px;
  font-weight: bold;
  color: #13216A;
}
.tokushu__col2--main {
  margin: 24px 0 0;
  gap: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.tokushu__col2--item {
  width: calc((100% / 2) - 20px);
  gap: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.template7 .tokushu__col2--item picture,
.tokushu__col2--item picture {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.tokushu__col2--item picture img {
  max-width: 100%;
  vertical-align: bottom;
}
.tokushu__col2--detail {
  width: calc(100% - 170px);
}
.tokushu__col2--detail p {
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #13216A;
}
.tokushu__col2--detail p:first-child {
  font-weight: bold;
}
.tokushu__col2--detail p:last-child {
  margin: 0;
}
.tokushu__col2.col1 {
  width: 492px;
  gap: 0;
  margin: 32px auto 0;
}
.tokushu__col2.col1 .tokushu__col2--item {
  width: unset;
}
@media print, screen and (max-width: 767px) {
  .tokushu__col2 {
    max-width: unset;
    margin: 0 20px 40px;
    padding: 28px 20px;
  }
  .tokushu__col2--main {
    flex-direction: column;
    gap: 24px;
    margin-top: 28px;
  }

  .tokushu__col2--item {
    gap: 16px;
    width: 100%;
    align-items: start;
  }
  .template7 .tokushu__col2--item picture, .tokushu__col2--item picture {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tokushu__col2--item picture img {
    max-width: 100%;
    vertical-align: bottom;
  }
  .tokushu__col2--detail {
    width: calc(100% - 116px);
  }
  .tokushu__col2--detail p {
    font-size: 12px;
    margin: 0 0 12px;
  }
  .tokushu__col2.col1 {
    width: unset;
    margin: 24px auto 0;
  }
}
/*あわせて読みたい記事 2カラム*/

/*modal*/
.modal{
  width: 100%;
  height: 100%;
  inset: 0;
  position: fixed;
  display: none;
}
.modal.is-open{
  display: block;
  z-index: 10000;
}
.modal-overlay{
  height: 100%;
  display: block;
  backdrop-filter: blur(5px) brightness(0.9);
  background-color: rgba(16, 56, 79, 0.1);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
  opacity: 0;
  transition: opacity .3s ease;
}
.modal.is-open .modal-overlay{
  opacity: 1;
}
.modal-wrap{
  width: 100%;
  max-width: 830px;
  max-height: 80vh;
  margin: 0 auto;
  padding: 52px clamp(20px, 10vw, 70px) 17px clamp(30px, 10vw, 80px);
  border-radius: 40px;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity .3s ease, transform .3s ease;
}
.modal.is-open .modal-wrap{
  opacity: 1;
}
.modal-content{
  padding-right: 10px;
  max-height: 100%;
  overflow-y: auto;
}
.page-sales_landingpage .modal-content{
  background-color: #fff;
}
.modal-close-btn{
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: unset;
  border: none;
}
.modal-close-btn img{
  width: 100%;
}
.modal-title{
  color: #0D2D6C;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.modal-text{
  margin-top: 2.28em;
  color :#0D2D6C;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
}
.modal-feature-point{
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #F8E1EE;
  background-color: #FDF9FB;
  border-radius: 7px;
}
.modal-feature-point__lists{
  width: fit-content;
  margin: 0 auto;
}
.modal-feature-point__item{
  padding-left: 1.625em;
  color: #0D2D6C;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.modal-feature-point__item::before{
  content: "";
  width: 1.125em;
  height: 1.1em;
  display: block;
  background-image: url(/cms/elevit/img/lp/common/icon/icon_check.png);
  background-size: 100% 100%;
  position: absolute;
  top: 3px;
  left: 0;
}
.modal-feature-point__item:not(:first-child){
  margin-top: 0.875em;
}
.note-text{
  margin-top: 16px;
  color: #888888;
  font-size: 12px;
}
.about-delivery{
  margin-top: 40px;
}
.modal-content-title{
  color: #13216A;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.about-delivery-point{
  margin-top: 24px;
}
.about-delivery-point__lists{
  display: flex;
  align-items: stretch;
  gap: 0 clamp(12px, 1vw, 20px);
}
.about-delivery-point__item{
  width: calc((100% - clamp(12px, 1vw, 20px)) / 2);
}
.delivery-point-card{
  height: 100%;
  padding: 48px clamp(8px, 1vw, 30px) 15px;
  border-radius: 8px;
  position: relative;
  background-color: #F5F8FA;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.delivery-point-card__point{
  padding: 6px 15px 5px;
  color: #234D96;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  background-color: #E4EFF7;
  border-radius: 8px 0 8px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.delivery-point-card__point .text-large{
  font-family: var(--font-monteratt);
  font-size: 1.28em;
  font-weight: bold;
}
.delivery-point-card__content{
  height: 100%;
  display: flex;
  gap: 10px 20px;
  margin: auto;
}
.delivery-point-card__image{
  flex-grow: 1;
  text-align: center;
}
.delivery-point-card__detail{
  width: 100%;
  max-width: 180px;

}
.delivery-point-card__text{
  color: #0D2D6C;
  font-size: 16px;
  font-weight: bold;
}
.delivery-point-card__note{
  margin-top: 20px;
  color: #888;
  font-size: 12px;
  text-align: center;
}
.modal-content::-webkit-scrollbar {
  width: 8px;
}
.modal-content::-webkit-scrollbar-button {
  display: none;
}
.modal-content::-webkit-scrollbar-track {
  background: transparent;
}
.modal-content::-webkit-scrollbar-thumb {
  background: #F5F8FA;
  border-radius: 999px;
}
@media print, screen and (max-width: 767px){
  .modal-close-btn{
    top: 12px;
    right: 12px;
  }
  .modal-wrap{
    max-width: calc(100% - 40px);
    padding: 52px 10px 17px 20px;
    border-radius: 20px;
  }
  .modal-title{
    font-size: 24px;
  }
  .modal-text{
    margin-top: 1.66em;
    font-size: 12px;
  }
  .modal-feature-point{
    margin-top: 12px;
    padding: 20px 23px;
  }
  .modal-feature-point__item{
    font-size: 13px;
  }
  .delivery-point-card__content{
    flex-direction: column-reverse;
    align-items: center;
  }
  .delivery-point-card__text{
    font-size: 14px;
    text-align: center;
  }
  .modal-content{
    overflow-y: auto;
  }
}
.message-card{
  margin-top: 40px;
}
.message-card .section__cell--main{
  padding: 32px 20px 31px;
  align-items: center;
}
.message-card .section__cell img{
  margin-top: 12px;
  display: block;
}

.message-card p.section__cell{
  font-weight: bold;
}

@media print, screen and (max-width: 767px){
  .message-card .section__cell--main{
    padding: 28px 10px 27px;
    flex-direction: column;
    gap: 16px;
  }
  .message-card p.section__cell{
    font-size: 12px;
    text-align: center;
  }
}

/*epa modal*/
.modal .select-btn-wrap{
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px 0;
}
.modal-select-btn{
  width: 100%;
  max-width: 470px;
  padding: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 40px;
  background-color: #DE8BBB;
  border: none;
}
.tab-content{
  width: 100%;
  max-width: 1000px;
  margin: 74px auto 0;
}
.tab-list{
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #DE8BBB;
  margin-bottom: 60px;
}
.tab-list__item{
  width: 100%;
  max-width: 240px;
}
.tab-button{
  width: 100%;
  padding: 14px;
  border-radius: 8px 8px 0 0;
  color: #DE8BBB;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  filter: drop-shadow(0px 0px 10px rgba(63, 84, 154, 0.1));
  border: none;
}
.tab-button[aria-selected="true"]{
  color: #fff;
  background-color: #DE8BBB;
  filter: none;
  font-weight: 700;
}
.tab-contents[aria-hidden="true"]{
  display: none;
}

.content-frame {
  padding: 44px 80px 48px;
  background: #FDF9FB;
  border: 1px solid #F8E1EE;
  border-radius: 7px;
}
.content-frame .section__main--title{
  margin-top: 0;
}
.content-frame .section__sub--title{
  font-size: 16px;
}
.content-box{
  display: flex;
  gap: 24px 40px;
}
.content-box__image{
  width: 50%;
}
.content-box__detail{
  width: 50%;
}
@media print, screen and (max-width: 767px){
  .content-box{
    flex-direction: column;
  }
  .content-box__image{
    width: 100%;
  }
  .content-box__detail{
    width: 100%;
  }
  .tab-list{
    margin-bottom: 40px;
  }
  .tab-list__item:first-child {
    margin-left: 20px;
  }
  .tab-list__item:last-child {
    margin-right: 20px;
  }
}

/*目次*/

.tokushu__index {
    max-width: 960px;
    border-radius: 12px;
    margin: 40px auto 60px;
    padding: 0 0 40px;
    background: #FDF9FB;
    border: 1px solid #F8E1EE;
    box-sizing: border-box;
}
.tokushu__index h2 {
  margin: 0 0 32px;
  padding: 15px 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #DE8BBB;
  border: 1px solid #DE8BBB;
  text-align: center;
  line-height: 1;
}
.tokushu__index p,
.tokushu__index ul {
  margin: 0 auto;
  width: 640px;
}
.tokushu__index p:first-of-type {
  border-top: none;
  padding-top: 0;
}
.tokushu__index p {
  display: block;
  color: #DE8BBB;
  font-size: 16px;
  margin: 24px auto 16px;
  padding: 16px 0;
  border-top: 1px solid #F8E9F2;
  border-bottom: 1px solid #F8E9F2;
  font-weight: bold;
}
.tokushu__index ul li {
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #F8E9F2;
}
.tokushu__index ul li a {
  padding: 0 0 0 27px;
  font-size: 16px;
  font-weight: bold;
  color: #13216A;
  text-decoration: none;
  background: url(../img/folicaciddaily/index.png) left center no-repeat;
}
.tokushu__index ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.tokushu__index ul.tokushu__point--lists li p{
  border: none;
  padding: 0;
  margin: 0;
}
.tokushu__index ul.tokushu__point--lists li p.tokushu__point--title {
  font-size: 16px;
  padding: 0 0 0 26px;
  font-weight: bold;
  color: #13216A;
  background: url(../img/suggesteduse/point.png) left top no-repeat;
  width: unset;
}
.tokushu__index ul.tokushu__point--lists li p.tokushu__point--text {
  font-size: 14px;
  font-weight: 500;
  color: #13216A;
  margin: 10px 0 0 0;
  width: unset;
}
@media print, screen and (max-width: 767px) {
.tokushu__index {
    margin: 32px 20px 40px;
    padding: 0 0 20px;
    border-radius: 8px;
    max-width: unset;
    width: auto;
  }
  .tokushu__index h2 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0;
    padding: 12px 0;
    font-size: 14px;
  }
    .tokushu__index p {
    margin: 16px 16px 0;
    width: auto; /* ★修正: max-content → auto */
  }

  .tokushu__index ul {
    width: auto; /* ★修正: unset → auto */
    margin: 16px 16px 0;
  }
  .tokushu__index ul li a {
    font-size: 12px;
    padding: 0 0 0 22px;
    background: url(../img/folicaciddaily/sp/index.png) left center no-repeat;
    background-size: auto 10px;
  }

  .tokushu__index ul.tokushu__point--lists li p{
    border: none;
    padding: 0;
    margin: 0;
  }
  .tokushu__index ul.tokushu__point--lists li p.tokushu__point--title {
    font-size: 12px;
    font-weight: bold;
    color: #13216A;
    background: url(../img/suggesteduse/sp/point.png) left top no-repeat;
    background-size: 18px auto;
  }
  .tokushu__index ul.tokushu__point--lists li p.tokushu__point--text {
    font-size: 12px;
    font-weight: normal;
    margin: 8px 0 0 26px;
  }
}

/*フォーム案内*/
.bg-custom-pink {
	padding: 40px 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 60px;
}

.bg-custom-pink .section__sub--comment {
	line-height: 2;
	margin: 0;
	font-weight: 600;
	font-size:14px;
	padding: 0;
}

.text-accent-pink {
	color: #e591b1;
	font-weight: 700;
	font-size: 18px;
}

.ml-1 {
	margin-left: 0.25rem;
}

.mt-6 {
	margin-top: 1.5rem;
}
.input-card {
	width: 100%;
	padding: 32px;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 24px;
	box-sizing: border-box;
}

.card-header {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.card-title {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	color: #e591b1;
}
.card-description {
	color: #e591b1;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}
.image-container {
	width: 100%;
	line-height: 0;
}

.image-container img {
	height: auto;
	display: block;
	margin: auto;
}

.card-arrow {
	display: flex;
    justify-content: center;
    margin-top: 24px;
}
@keyframes bounce-arrow {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(8px); }
}

.mt-6,
.card-arrow {
  animation: bounce-arrow 1.2s ease-in-out infinite;
}
@media print, screen and (max-width: 767px) {
	.content-inner.form--info {
		padding: 0;
	}
	.bg-custom-pink {
		padding: 40px 20px;
		margin-top: 40px;
	}
	.arrow-bottom { margin-top: 32px; }
}
/*EAP用アテンションアセット*/
.template_block39-lead {
    margin-top: 80px;
    text-align: center;
}

.template_block39-lead p {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #0D2D6C;
    line-height: 1.8;
}

.template_block39-lead__because {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0D2D6C;
    color: #fff;
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .template_block39-lead p {
        display: flex;
        align-items: center;
        text-align: left;
    }

    .template_block39-lead__because {
        position: static;
        flex: 0 0 75px;
        height: 75px;
        margin: 0 20px 0 0;
    }
}

/* 産後ケア MISSION 1000+ BEYOND */
.postnatal-care__mission-1000plus {
  max-width: 670px;
  margin: 0 auto;
}
.postnatal-care__mission-1000plus h3.section__sub--title {
  text-align: center;
}
.mission-1000plus__lead {
  margin: 24px 0 0;
  padding-top: 24px;
  font-weight: 700;
  text-align: center;
}

.mission-1000plus {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.mission-1000plus__row {
  display: grid;
  grid-template-columns: 40px 100px 1fr;
  align-items: center;
  gap: 12px;
  padding: 16px 12px;
  border-top: 1px solid #C3CED4;
  background: #ffffff;
  color: #13216A;
}

.mission-1000plus__row:last-child {
  border-bottom: 1px solid #C3CED4;
}

.mission-1000plus__row.-teal {
  background: #EAF7F7;
}

.mission-1000plus__row.-highlight {
  background: #F8E9F2;
}

.mission-1000plus__operator {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #13216A;
  line-height: 1;
}

.mission-1000plus__badge {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  padding: 8px 12px;
  border-radius: 6px;
  background: #DE8BBB;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.mission-1000plus__badge.-teal {
  background: #67C8C7;
}

.mission-1000plus__badge strong {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.mission-1000plus__label {
  font-size: 15px;
  font-weight: bold;
  color: #13216A;
}

@media (max-width: 480px) {
  .mission-1000plus__row {
    grid-template-columns: 32px 88px 1fr;
    gap: 8px;
    padding: 12px 8px;
  }
  .mission-1000plus__operator { font-size: 20px; }
  .mission-1000plus__badge { padding: 6px 10px; }
  .mission-1000plus__badge strong { font-size: 18px; }
  .mission-1000plus__label { font-size: 13px; }
}
/* ==============================================================================
   postnatal-care（KV + タイトル + 1000日ロゴ）
   ============================================================================== */

.bayer-pagehead {
  margin-top: 40px;
}

.bayer-pagehead__kv {
  margin: 0;
}
.bayer-pagehead__kv img {
  width: 100%;
  height: auto;
  display: block;
}

.bayer-pagehead__title {
  max-width: 714px;
  margin: 32px auto 0;
  color: #0D2D6C;
  font-feature-settings: "palt";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
.bayer-pagehead__title span {
  display: inline;
  background: linear-gradient(to top, #aed6ef 0%, #aed6ef 5px, transparent 6px);
  font-size: 40px;
}

.bayer-pagehead__logo-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 760px;
  margin: 32px auto 0;
}
.bayer-pagehead__logo {
  flex: 0 0 100px;
  max-width: 100px;
}
.bayer-pagehead__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.bayer-pagehead__txt p {
  margin: 0;
  color: #13216A;
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .bayer-pagehead {
    margin-top: 20px;
  }
  .bayer-pagehead__title {
    margin-top: 20px;
    font-size: min(24px, 5.6vw);
    line-height: 1.5;
  }
  .bayer-pagehead__title span {
    font-size: min(40px, 8vw);
  }
  .bayer-pagehead__logo-block {
    gap: 14px;
    margin-top: 20px;
  }
  .bayer-pagehead__logo {
    flex-basis: 80px;
    max-width: 80px;
  }
  .bayer-pagehead__txt p {
    font-size: 12px;
  }
}
