@charset "UTF-8";

@media screen and (max-width: 960px) {
  .price_tax {
    display: none;
  }
  html {
    overflow-x: hidden;
  }
  img {
    max-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  .sp_center {
    text-align: center !important;
  }
  .wrapper {
    background-size: cover;
  }
  .content {
    font-size: 3.46666667vw;
    line-height: 1.8461538462;
    color: #333333;
  }



.l-inner{
  position: relative;
  width: 100%;
  max-width: 700px;
  height: inherit;
  padding: 0 5.333vw;
  margin-inline: auto;

}

.p-fv{
  position: relative;
}


.p-fv__img{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  
}
.p-fv img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-fv__wrap{
  position: relative;
}

.p-fv__bg{
 
  width: calc(100% + 100vw);
  height: auto;
  aspect-ratio: 1;
  background: #BBC7DC;
  border-radius:100vmax;
  position: absolute;
 top: auto;
 bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 0;
}


.p-fv__container{
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

.p-fv__title{
  text-align: center;
  color: #fff;
}


.p-fv__title-sub{
  font-size:  11px;
 }
 

.p-fv__title-main{
  font-size: 26px;
  line-height: 1.2;
  margin-top: 17px;
  text-align: center;
}


.p-fv__text{
  margin-top: 60px;
  font-size: 11px;
  color: #666666;
  text-align: center;
}

.p-fv__nav{
  margin-top: 40px;
  width: 100%;
  padding-block: 9px;
  background: #fff;
  z-index: 5;
}



.p-fv__nav.is-fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.p-fv__navList{
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-fv__navItem{
  position: relative;
flex: 1;
height: 33px;
text-align: center;
border-right: 1px solid #707070;
&:last-child{
  border-right: none;
}
}

.p-fv__navLink{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
font-family: "itc-avant-garde-gothic-pro", sans-serif;
transition: opacity 0.3s ease-out;
font-size:  10px;
color: #666666;
position: relative;
line-height: 1;
z-index: 1;
}

.p-fv__navLink::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
height: 30px;
  width: 30px;
  aspect-ratio: 1 / 1;

  background: #DDE9FF;

  border-radius: 50%;
  filter: blur(7px);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}

.p-fv__navLink:hover::after {
  opacity: 1;
}

.p-cta{
padding-top: 65px;
}

.p-cta__wrap{
  border: 1px solid #E8E8E8;
  padding: 9px 8px;
  display: flex;
  align-items: center;
  gap: 13px;

}

.p-cta__img{
  width: 93px;
  height: auto;
}

.p-cta__img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-cta__body{
  flex: 1;
}

.p-cta__title{
  font-size: 12px;
  color: #707070;
  text-align: center;
  margin-bottom: 7px;
}

.p-cta__text{
  font-size: 11px;
  color: #666666;
  margin-top: 0px;
  font-weight: 400;
}



.c-headline1__sub {
  font-size: 14px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  color: #333333;
}

.c-headline1__main {
  font-size: 20px;
  margin: 0;
  color: #333333;
  font-weight: 500;
}

.c-headline2__sub {
  font-size: 20px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  color: #333333;
}

.c-headline2__main {
  font-size: 13px;
  margin: 0;
  color: #333333;
}

.p-campaign{
  padding-top: 92px;
}
.p-campaign__title{
  font-size: 26px;
  color: #666666;
  text-align: center;
}
.p-campaign__wrap-sp{
 display: grid;
 grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 10px;
}

.p-campaign__inner{
  padding-inline: 10px;
max-width: 450px;
}

.p-campaign__img{
  width: 100%;
  height: auto;
}
.p-campaign__img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-campaign__item{
  border: 1px solid #666666;
  padding: 22px 10px 12px 10px;
  background: #fff;
 
}

.p-campaign__item-head{
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-campaign__head-label{
  width: 85px;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}

.p-campaign__head-label img{
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-campaign__head-text{
  font-size: 14px;
  color: #666666;
  margin-top: 0px;
  font-weight: 400;
}

.p-campaign__head-text span.number{
  font-size: 17px;
  color: #666666;
  margin-top: 0px;
  font-weight: 400;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
}

.p-campaign__head-text span.tax{
  font-size: 10px;
}

.p-campaign__head-text span.small{
  font-size: 8px;
  vertical-align: super;
}

.p-campaign__item-img{
  height: auto;
  margin-top: 14px;
  margin-inline: auto;
}

.p-campaign__item-img.--1{
  width: 135px;
}

.p-campaign__item-img.--2{
  width: 58px;
}

.p-campaign__item-img img{
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-campaign__item-title{
  font-size: 13px;
  color: #666666;
  margin-top: 24px;
  margin-bottom: 16px;
}

.p-campaign__item-title-text{
  font-size: 12px;
  color: #666666;

}

.p-campaign__box-text{
  font-size: 12px;
  color: #666666;
  text-align: center;
  border: 1px solid #E8E8E8;
  padding: 8px;
}

.p-campaign__text{
  font-size: 8px;
  color: #666666;
  margin-top: 10px;
  text-align: left;
}

.p-recommend{
  padding-block: 117px 125px;
}

.p-recommend__text{
  font-size: 8px;
  color: #707070;
  text-align: center;
}


.p-recommend__head-text{
  margin-top: 30px;
}

.p-recommend__price{
  margin-top: 0px;
}

.p-recommend__item-text{
  margin-top: 18px;
}

.p-recommend__item-link{
  margin-top: 40px;
}

.c-item__wrap{
}

.c-item__inner{
  padding-inline: 10px;
}

.c-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap:43px;
}

.c-item__title{
  font-size:  26px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  color: #666666;
  text-align: center;
}

.c-item__img{
 width: 100%;
  height: auto;
}

.c-item__img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.c-item__body{
  flex: 1;
}

.c-item__head{

}


.c-item__head-sub{
  font-size: 13px;
}



.c-item__head-title-text{
  font-size: 13px;
  color: #666666;
  margin-top: -8px;
}


.c-item__head-title{
  font-size: 24px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  color: #666666;
}

.c-item__head-title span{
  font-size:  16px;
}

.c-item__head-text{
    font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}

.c-item__price{
  font-size: 13px;
  color: #666666;
  text-align: center;
}

.c-item__text{
  font-size: 13px;
  color: #333333;
  text-align: center;
}

.c-item__link{
  display: block;
  font-size:  17px;
  border: 1px solid #707070;
  border-radius: 100px;
  text-align: center;
  padding: 6px 10px;
  margin-inline: auto;
  max-width: 230px;
  
}

  
.c-review{
  margin-top: 40px;
  }
  
  .c-review__title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  
  .c-review__title span.bar{
    flex: 1;
    height: 1px;
    background: #707070;
  }
  
  .c-review__title span{
    font-size: 18px;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    color: #666666;
  }
  
  .c-review__wrap{
    display: flex;
    align-items: center;
    flex-direction: column;
  row-gap: 12px;
    border-bottom: 1px solid #707070;
    padding: 8px 7px 13px 7px;
  }
  
  .c-review__content{
    display: flex;
    align-items: center;
    column-gap: 10px;
    max-width: 340px;
  }
  
  .c-review__icon{
    width: 47px;
    height: auto;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
  }
  .c-review__icon img{
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .c-review__text{
    font-size: 11px;
    color: #666666;
  }
  
  
  .p-recommend__head-text{
    margin-top: 30px;
  }
  
  .p-recommend__price{
    margin-top: 15px;
  }
  
  .p-recommend__item-text{
    margin-top: 30px;
  }
  


  .p-trial{
    position: relative;
    background: #F2F5F8;
    margin-top: 9px;
    padding-block: 70px 147px;
  }


  .p-trial__label{
    position: absolute;
    top: 14px;
    left: 50%;
    translate: -50% -50%;
    width: 160px;
    height: 160px;
  }
  
  .p-trial__label img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .c-title{
    font-size:  26px;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    color: #666666;
    text-align: center;
    margin: 0;
  }
  
  .p-trial__text{
    font-size: 12px;
    color: #666666;
    text-align: left;
    margin-top: 20px;
  }
  
  .p-trial__content{
  }
  
  .p-trial__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 28px;
  }
  
  .p-trial__item-img{
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  
  .p-trial__item-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .p-trial__item-body{
    flex: 1;
  }
  
  .p-trial__item-title{
    font-size:  16px;
    color: #666666;
    font-weight: 500;
  
  }
  
  .p-trial__item-price{
    font-size:  14px;
    color: #666666;
    margin-top: 0px;
  }
  
  .p-trial__item-price span{
    font-size:  10px;
  }
  

  .p-trial__item-text{
    font-size:  10px;
    color: #666666;
    margin-top: 15px;
  }
  
  
  .p-trial__step{
    margin-top: 32px;
  }
  
  .p-trial__step-title{
    font-size:  14px;
    color: #fff;
  background: #BCC6DC;
  display: block;
  text-align: center;
  padding-block: 12px 9px;
  }
  
  .p-trial__step-img{
    width: 100%;
    height: auto;
    margin-top: 45px;
  }
  
  .p-trial__step-img img{
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .p-trial__step-link{
   margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }


  .js-details{
    overflow: hidden;
  }

.js-summary::before{
  position: absolute;
top: 50%;
translate: 0 -50%;
  right: 12px;
  content: '';
  width: 12px;
  height: 2px;
  background: #fff;
}


.js-summary::after{
  position: absolute;
top: 50%;
translate: 0 -50%;
  right: 17.5px;
  content: '';
  width: 2px;
  height: 12px;
  background: #fff;
  transition: rotate 0.3s ease;
}

.js-summary:hover{
  cursor: pointer;
}


.js-details.is-opened .js-summary::after {
  rotate: 90deg;
}



.js-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.3s ease;
}

.is-opened .js-content {
  opacity: 1;
}


.p-product__inner{
  padding-inline: 10px;
}



.p-product{
  border-radius: 30%;
  position: relative;
  }
  
  .p-product__bg{
    position: absolute;
    width: calc(100% + 232px);
    height: auto;
    aspect-ratio: 1;
    border-radius: 304px;
    background: #FFFFFF;
    top: -76px;
    left: 50%;
    translate: -50%;
    z-index: 0;
  }

  .p-product__bg2{
    position: absolute;
    width: calc(100% + 232px);
    height: auto;
    aspect-ratio: 1;
    border-radius: 304px;
    background: #FFFFFF;
    bottom: -110px;
    left: 50%;
    translate: -50%;
    z-index: 0;
  }
  
  .p-product__label{
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    translate: 50% -50%;
    width: 154px;
    height: 100px;
    aspect-ratio: 154 / 100;
    background: #EFF4FF;
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-inline: 30px;
    font-size: 15px;
    color: #666666;
  }
  
  .p-product__container{
    display: flex;
    flex-direction: column;
    row-gap: 80px;
    margin-top: 80px;
  }
  
  
  .p-product__head-text{
  
  }
  
  .p-product__price{
    margin-top: 10px;
    text-align-last: left;
  
  }
  
  .p-product__item-text{
  margin-top: 25px;
  }
  
  .p-product__item-link{
  margin-top: 50px;
  }
  


  .p-foot{
    padding-block: 150px 65px;
    background:#F3F5F8 ;
  }
  
  .p-foot__wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
  }
  
  .p-foot__btn{
    background: #BCC6DC;
    width: 100%;
    text-align: center;
    padding: 20px 10px 18px 10px;
    color: #fff;
    font-size: 18px;
  }

  .p-foot__text{
    font-size: 8px;
    color: #666666;
    text-align: left;
    margin-top: 35px;
  }

 
  .p-foot__scroll{
    margin-top: 57px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 200px;
    margin-inline: auto;
  }
  
  .p-foot__scroll:hover{
    opacity: 0.8;
    cursor: pointer;
  }
  
  .p-foot__scroll-img{
    width: 20px;
    height: auto;
  }
  .p-foot__scroll-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .p-foot__scroll span{
    font-size: 13px;
    color: #666666;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  padding-inline: 10px;
  }
  
  
  
  .mt--30-sp{
    margin-top: -30px;
  }

  




}
@media screen and (max-width: 550px) {

  .p-trial__label{
    position: absolute;
    top: 14px;
    left: 50%;
    translate: -50% -50%;
    width: 120px;
    height: 120px;
  }
}