@charset "UTF-8";

/* ------------------------------------------------------------
カテゴリページ
------------------------------------------------------------ */
.lp_head{
  margin-bottom: 4%;
}
.contents_wrap li{
  list-style: none;
}

.fv{
  position: relative;
}
.fv_logo{
  width: 56%;
  position: absolute;
  top: 3.08%;
  left: 0;
  right: 0;
  margin:auto;
}
.fv_package{
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
  width: 40.8%;
  margin: auto;
}
.fv_title{
  width: 88.8%;
  margin: 0 auto;
  padding: 9.7% 0 4.2%;
}
.fv_lens{
  width: 90.2%;
  margin:0 auto 4.5%;
}
.fv_subCatch{
  width: 69.1%;
  margin: 0 auto;
}

.awards{
  width: 90.1%;
  margin: 18% auto;
}

.lp_lower{
  background-image: var(--bgImg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 20%;
}
.quality{
  padding-top: 18%;
}
.quality_title{
  width: 43.3%;
  margin: 0 auto 5.4%;
}
.quality_image{
  width: 90%;
  margin: 0 auto;
}
.productList_title{
  width: 80.3%;
  margin: 0 auto 5.7%;
}
.productList_title{
  width: 43.3%;
  margin: 18.3% auto 5.5%;
}
.productList_title{
  width: 84.5%;
  margin: 24% auto 7.8%;
}
.productList_image{
  width: 90.2%;
  margin: 0 auto;
}
.productList_1d_subTitle{
  width: 30.8%;
  margin: 0 auto 3%;
}
.productList_wrap{
  display: flex;
  justify-content: space-between;
  margin:0 6% 8%;
}
.productList_wrap + .productList_wrap{
  margin:0 0 0 5%;
}
.productList_btn{
  flex-basis: 31.6%;
  position: relative;
}
.productList_icon{
  position: absolute;
  width: 75.5%;
  top: -9.8%;
  right: -20%;
}
.productList_item{
  flex-basis: 49.5%;
}
.productList_item:last-child{
  flex-basis: 51.7%;
}
.productList_toric_subTitle{
  width: 60.4%;
  margin: 0 auto;
}
.productList_2w_subTitle{
  width: 84.8%;
  margin: 0 auto;
}
.model{
  margin: 18% auto;
  width: 78%;
}
.lower_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; }

/* シンプルフェードイン */
.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);
}

/* ------------------------------------------------------------
商品ページ
------------------------------------------------------------ */
.rc2wLp .lp_head {
  margin-bottom: 15px;
}
.awards_mb{
  margin-bottom: 7%;
}

.rc2wLp .aniv {
  background-color: #bfdef2;
}

/* 注意事項 */
.aniv_notice{
  margin: 0 auto;
  padding: 0 5% 5%;
  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 9.6% 3px 7.2%;
}
.aniv_notice_summary::before{
  content: "";
  position: absolute;
  right: 9.2%;
  top: 24px;
  border: solid transparent;
  border-top-color: #787878;
  border-width: 10px 7px 0 7px;
}
.aniv_notice_details[open] .aniv_notice_summary::before{
  transform: rotate(180deg);
}
.aniv_notice_block{
  padding: 5%;
}
.aniv_notice_text{
  font-size: 1.4rem;
  color: #787878;
  line-height: 2rem;
  text-align: left;
  margin-bottom: 20px;
}
.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.4rem;
  color: #787878;
  list-style: none;
  line-height: 1.8rem;
  margin-bottom: 5px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.aniv_notice_emphasis{
  color: #d50036;
}

/* よくある質問 */
.productContent{
  margin: 15% 0;
}
.productContent_title{
  width: 29%;
  margin: 0 auto 5.5%;
}
.productFaq{
  background-color: #b4b9dc;
}
.productFaq_title,
.productFaq_subTitle{
  color: #fff;
}
.productFaq_summary{
  background-image: url(https://fatp275ehc.user-space.cdn.idcfcloud.net/images/pc/type/se_revia-clear2w/arrow_product_faq_high.svg),url(https://fatp275ehc.user-space.cdn.idcfcloud.net/images/pc/type/se_revia-clear2w/icon_q_gray.svg);
  background-color: #eeeff1;
  color: #787878;
}
.productFaq_details[open] .productFaq_summary{
  background-image: url(https://fatp275ehc.user-space.cdn.idcfcloud.net/images/pc/type/se_revia-clear2w/arrow_product_faq_close_high.svg),url(https://fatp275ehc.user-space.cdn.idcfcloud.net/images/pc/type/se_revia-clear2w/icon_q_gray.svg);
}
.productFaq_answer{
  background-image: url(https://fatp275ehc.user-space.cdn.idcfcloud.net/images/pc/type/se_revia-clear2w/icon_a_red.svg) ;
  background-position: left 5% top 26px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-color: #fff;
}
.productFaq_text{
  font-weight: 500;
  color: #787878;
}

/*クーポン*/
.limited{
  margin: 11% auto;
  width: 91.2%;
}
.limited_catch{
  margin-bottom: 5.5%;
  padding: 0 2%;
}
.limited_btn,
.limited_set{
  padding: 0 2%;
}
.limited_btn + .limited_btn,
.limited_set + .limited_btn{
  margin-top: 4.5%;
  padding-top: 5.5%;
  background-image: repeating-linear-gradient(90deg, #787878, #787878 5px, transparent 5px, transparent 10px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}

/*クーポン*/
.limited{
  margin: 11% auto;
  width: 91.2%;
}
.limited_catch{
  margin-bottom: 5.5%;
  padding: 0 2%;
}
.limited_btn,
.limited_set{
  padding: 0 2%;
}
.limited_btn + .limited_btn,
.limited_set + .limited_btn{
  margin-top: 4.5%;
  padding-top: 5.5%;
  background-image: repeating-linear-gradient(90deg, #787878, #787878 5px, transparent 5px, transparent 10px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}

/*ボタン切り替え調整*/
.setNumberTab_link_3column{
  align-items: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  text-align: center;
}
.setNumberTab_link_3column:first-child{
  width: 20%;
}
.setNumberTab_link_3column:first-child .setNumberTab_tit span{
  color: #222;
}
.setNumberTab_link_3column:nth-child(2),
.setNumberTab_link_3column:nth-child(3){
  width: 37.4%;
}
.setNumberTab_wrap .setNumberTab_exTax{
  display: none;
}