@charset "UTF-8";

/* ------------------------------------------------------------
カテゴリページ
------------------------------------------------------------ */
.lp_head {
  margin-bottom: 4%;
}
.contents_wrap li{
  list-style: none;
}
.fv{
  position: relative;
}
.fv_logo{
  width: 56%;
  position: absolute;
  top: 5.79%;
  left: 0;
  right: 0;
  margin:auto;
}
.fv_catch{
  width: 16.4%;
  top: 32%;
  position: absolute;
  right: 4.3%;
}
.fv_lens{
  width: 94.1%;
  top: 69%;
  position: absolute;
  left: 3.6%;
}

.renewal{
  position: relative;
}
.renewal_title{
  position: absolute;
  top: 3.14%;
  left: 0;
  right: 0;
  margin: auto;
  width: 93.5%;
}
.renewal_image01{
  position: absolute;
  width: 90.5%;
  top: 26.4%;
  left: 0;
  right: 0;
  margin: auto;
}
.renewal_image02{
  position: absolute;
  width: 93.1%;
  top: 59.8%;
  left: 5%;
}

.awards{
  position: relative;
}
.awards_image{
  position: absolute;
  width: 90.1%;
  margin: 0 auto;
  top:0;
  left: 0;
  right: 0;
}

.lensSpec{
  margin-bottom: 18%;
}

.price_title{
  width: 28.9%;
  margin: 0 auto 4%;
}
.price_wrap{
  position: relative;
}
.price_2set_btn{
  position: absolute;
  top: 27%;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}
.price_subsc_btn{
  position: absolute;
  top: 63%;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}

.quality{
  background-color: #a1c8e7;
  padding: 18% 5% 0;
}
.quality_title{
  width: 43.3%;
  margin: 0 auto 5.5%;
}

.product{
  background-color: #a1c8e7;
  padding: 18% 0;
}
.product_title{
  width: 84.5%;
  margin: 0 auto 7.8%;
}
.product_1d_Subtitle{
  width: 30.8%;
  margin: 0 auto 3%;
}
.product_block{
  display: flex;
  justify-content: space-between;
  margin:0 6% 8%;
}
.product_block + .product_block{
  margin:0 0 0 5%;
}
.product_btn{
  flex-basis: 31.6%;
  position: relative;
}
.product_icon{
  position: absolute;
  width: 75.5%;
  top: -9.8%;
  right: -20%;
}
.product_item{
  flex-basis: 49.5%;
}
.product_item:last-child{
  flex-basis: 51.7%;
}
.product_toric_Subtitle{
  width: 60.4%;
  margin: 0 auto;
}
.product_2w_Subtitle{
  width: 84.8%;
  margin: 0 auto;
}
.product_model{
  margin: 18% auto;
  width: 78%;
}
.product_logo{
  width: 36%;
  margin: 0 auto;
}

/* シンプルフェードアップ */
.fadeUp {
  opacity: 0;
  transform: translateY(20px); /* 少し下に配置 */
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.fadeUp.active {
  opacity: 1;
  transform: translateY(0);
}
/* 遅延時間を transition-delay で指定する */
.fadeUp.delay1 { transition-delay: 0s; }
.fadeUp.delay2 { transition-delay: 0.1s; }
.fadeUp.delay3 { transition-delay: 0.2s; }
.fadeUp.delay4 { transition-delay: 0.3s; }
.fadeUp.delay5 { transition-delay: 0.4s; }
.fadeUp.delay6 { transition-delay: 0.5s; }
.fadeUp.delay7 { transition-delay: 0.6s; }
.fadeUp.delay8 { transition-delay: 0.7s; }
.fadeUp.delay9 { transition-delay: 0.8s; }

/* シンプルフェードダウン */
.fadeDown {
  opacity: 0;
  transform: translateY(-20px); /* 少し上に配置 */
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.fadeDown.active {
  opacity: 1;
  transform: translateY(0);
}

/* シンプルフェードイン */
.fadeIn {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.fadeIn.active {
  opacity: 1;
}
/* 遅延時間を transition-delay で指定する */
.fadeIn.delay1 { transition-delay: 0.2s; }
.fadeIn.delay2 { transition-delay: 0.5s; }
.fadeIn.delay3 { transition-delay: 0.8s; }
.fadeIn.delay4 { transition-delay: 1.1s; }

/* 右から左 */
.fadeRight {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.fadeRight.active {
  opacity: 1;
  transform: translateX(0);
}

/* 左から右  */
.fadeLeft {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fadeLeft.active {
  opacity: 1;
  transform: translateX(0);
}

/* ------------------------------------------------------------
商品ページ
------------------------------------------------------------ */
.rblbcrLp .lp_head {
  margin-bottom: 15px;
}

/* 定期便バナー */
.price_btn_clear a {
    display: block;
    border: 2px solid #6eafdc;
}
.price_btn_clear{
  width: 90%;
  margin: 7% auto;
}

/* 注意事項 */
.rblbcrLp .aniv {
  background-color: #bfdef2;
}
.aniv_notice{
  margin: 0 auto;
  padding: 0 4% 4%;
  width: 90%;
  text-align: center;
  position: relative;
}
.aniv_notice_bgSticker{
  background-color: #fff;
}
.aniv_notice_details{
  background-color: #e6e6e8;
  border-radius: 100px;
  padding: 14px 0;
}
.aniv_notice_details[open]{
  border-radius: 28px;
}
.aniv_notice_summary{
  cursor: pointer;
  list-style: none;
  padding: 3px 8% 3px 5%;
}
.aniv_notice_summary::before{
  content: "";
  position: absolute;
  right: 7.5%;
  top: 26px;
  border: solid transparent;
  border-top-color: #787878;
  border-width: 14px 10px 0 10px;
}
@media screen and (max-width: 767px) {
  .aniv_notice_summary::before{
    right: 8%;
    top: 23px;
    border-width: 1.5vw 1.1vw 0 1.1vw;
  }
}

.aniv_notice_details[open] .aniv_notice_summary::before{
  transform: rotate(180deg);
}
.aniv_notice_block{
  padding: 5%;
}
.aniv_notice_text{
  font-size: 1.6rem;
  color: #787878;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .aniv_notice_text{
    font-size: 0.8rem;
  }
}

.aniv_notice_text:has(+ .aniv_notice_list){
  margin-bottom: 5px;
}
.aniv_notice_text:last-of-type{
  margin-bottom: 0;
}
.aniv_notice_item{
  font-size: 1.6rem;
  color: #787878;
  list-style: none;
  line-height: 1.6;
  margin-bottom: 5px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .aniv_notice_item{
    font-size: 0.8rem;
  }
}

.aniv_notice_emphasis{
  color: #d50036;
}

/* よくある質問 */
.productContent_title{
  width: 29%;
  margin: 0 auto 5.5%;
}
.productFaq{
  background-color: #a0c8e6;
}
.productFaq_title,
.productFaq_subTitle{
  color: #fff;
}
.productFaq_summary{
  background-color: #6eafdc;
  color: #fff;
}
.productFaq_answer{
  background-image: url(https://fatp275ehc.user-space.cdn.idcfcloud.net/images/sp/type/se_revia_blb_blbcr_26/icon_a_red.svg) ;
  background-position: left 5% top 13px, 0;
  background-repeat: no-repeat;
  background-size: 16px;
  background-color: #fff;
}
.productFaq_text{
  font-weight: 500;
}