@charset "UTF-8";
/* ------------------------------------------------------------
カテゴリページ・商品ページ
------------------------------------------------------------ */
#secret_cm_toric_1d {
  overflow: hidden;
  font-weight: 500;
  color: #333;
  --font_min: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", serif;
  letter-spacing: 1px;
}
.fv {
	position: relative;
}
.fv_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	top: 65%;
	left: 0;
	right: 0;
  margin-left: 7%;
}
.fv_title{
	position: absolute;
	top: 61%;
	width: 66.7%;
	margin-left: 3%;
}
.fv_package{
	flex-basis: 22.5%;
	margin-right: 2.1%;
	position: relative;
}
.fv_lens{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	flex-basis: 72.6%;
	margin-top: 27.5%;
}
.fv_lens_new{
	display: flex;
	justify-content: space-between;
	width: 90%;
}
.fv_lens_new_color{
	flex-basis: 33.333%;
}
.fv_lens_new_color + .fv_lens_new_color{
	margin-left: -6%;
}
.fv_lens_new_color:first-of-type{
	margin-right: 0;
}
.fv_lens_other{
	align-items: flex-start;
	display: flex;
	justify-content: center;
	margin-top: 0;
	margin-left: 5%;
  width: 100%;
}
.newProduct{
  background: #EEDBD7;
  background: linear-gradient(180deg,rgba(238, 219, 215, 1) 0%, rgba(238, 219, 215, 1) 60%, rgba(234, 184, 195, 1) 100%);
  padding: 5% 0 18%;
}
.newProduct_title{
  width: 92.4%;
  margin: 0 auto 12%;
}
.newProduct_n03{
  width: 85.5%;
  margin: -26.8% auto 10%;
}
.newProduct_n05 {
  width: 85.5%;
  margin: 0 auto 10%;
}
.newProduct_vb {
  width: 85.5%;
  margin: 0 auto 12%;
}
.newProduct_spec{
  background-color: #fff;
  margin: 0 5%;
  padding: 5% 0 2%;
}
.newProduct_spec_table{
  padding: 0 5%;
}
.newProduct_spec_teiki{
  display: block;
  margin-right: 1%;
}
.variation_n03{
  background-color: #ecdbd4;
  background-image: var(--bgImg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding: 0 0 5%;
}
.variation_n03 .variation_title{
  width: 92.4%;
  margin: 0 auto 112%;
}
.variation_n03 .variation_mainImage{
  margin: 0 0 3% 3%;
}
.variation_n03 .variation_subImage{
  margin: 0 -1.9% 0 3%;
}
.variation_n05{
  background-color: #ede9fa;
  background-image: var(--bgImg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding: 0 0 4%;
}
.variation_n05 .variation_title{
  width: 95.9%;
  margin:0 auto 110%;
}
.variation_n05 .variation_mainImage{
  margin: 0 3% 3% 3%;
}
.variation_n05 .variation_subImage{
  margin: 0 4% 0 1%;
}
.variation_vb{
  background-image: var(--bgImg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding: 0 0 5%;
}
.variation_vb .variation_title{
  width: 72.9%;
  margin:0 auto 110%;
}
.variation_vb .variation_mainImage{
  margin: 0 3% 3% 3%;
}
.variation_vb .variation_subImage{
  margin: 0 -2.1% 4% 0;
}
.variation_notice{
  width: 93.2%;
  margin: 0 auto;
}

.bg_wrap{
  background-image: var(--bgImg);
  background-repeat: repeat;
  background-size: 17.2%;
  padding: 11.2% 0 10%;
}
.about_block{
  background-color: #fff;
  margin: 0 5% 10%;
  padding: 6.667% 0;
}
.product_detail_lp .about_block{
  padding-bottom: 1%;
}
.about_image{
  width: 95.5%;
  margin: 0 auto 5%;
}
.about_title{
  width: 51.6%;
  margin: 0 auto 5.5%;
}
.about_spec_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_detail_lp .about_spec_list{
  margin:0 3% 10%;
}
.about_spec_top{
  align-items: center;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
  border-right: none;
  display: flex;
  flex-basis: 100%;
  padding: 5% 2%;
  margin-bottom: 6%;
}
.about_spec_top .about_spec_text{
  text-align: center;
}
.product_detail_lp .about_spec_top{
  margin-left: 3%;
  margin-right: 3%;
}
.about_spec_item{
  border-right: 1px dotted #333;
  border-bottom: 1px dotted #333;
  flex-basis: 50%;
  font-family: var(--font_min);
  list-style: none;
  padding: 5% 2%;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
}
.product_detail_lp .about_spec_item{
  font-size: 1.3rem;
  line-height: 2.2rem;
}

.about_spec_item:nth-child(2n){
  border-right: none;
}
.about_spec_item:nth-child(3),
.about_spec_item:nth-child(4){
  border-bottom: none;
}

.about_table{
  margin: 0 5%;
}
.about_subTitle{
  width: 50.9%;
  margin: 0 auto 3%;
}
.about_text{
  font-family: var(--font_min);
  font-size: 1.8rem;
  line-height: 3rem;
  margin: 0 5% 5%;
  text-align: center;
}
.product_detail_lp .about_text{
  font-size: 1.6rem;
  margin: 0 auto 4%;
  width: 95.5%;
}
.about_lens_wrap{
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 5% 20px;
}
.about_spec_image{
  margin:0 5% 6%;
}
.about_spec{
  background-color: #fff;
  margin: 0 5%;
}
.product_detail_lp .about_spec{
  margin: 0;
}
.about_lens_image{
  width: 45%;
}
.about_lens_subTitle{
  width: 96%;
  margin: 0 auto 4%;
}
.about_lens_text{
  font-family: var(--font_min);
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: center;
}
.product_detail_lp .about_lens_text{
  font-size: 1.6rem;
  line-height: 3rem;
}
.about_list{
  background-color: #eee;
  padding: 3%;
  margin: 0 5% 10%;
}
.about_spec_block{
  flex-basis: 64%;
}
.product_detail_lp .about_spec_block{
  flex-basis: 67%;
}
.about_spec_name{
  width: 72%;
  margin: 0 auto 5%;
}
.about_spec_text{
  font-family: var(--font_min);
  font-size: 1.8rem;
  line-height: 3rem;
}
.product_detail_lp .about_spec_text{
  font-size: 1.3rem;
  line-height: 2.2rem;
}
.spec_notice{
  font-family: var(--font_min);
  font-size: 1.4rem;
  display: block;
  line-height: 1rem;
  margin-top: 4%;
}
.product_detail_lp .spec_notice{
  font-size: 1rem;
  margin-top: 10px;
}
.spec_backtoric,
.product_detail_lp .spec_backtoric{
  width: 7.6%;
  margin: 0 9% 0 auto;
}
.spec_uv,
.product_detail_lp .spec_uv{
  width: 56.25%;
  margin: 0 auto 6%;
}
.spec_moist,
.product_detail_lp .spec_moist{
  width: 69.06%;
  margin: 4px auto 6%;
}
.spec_o2,
.product_detail_lp .spec_o2{
  width: 68.125%;
  margin: 0 auto 6%;
}
.spec_sand,
.product_detail_lp .spec_sand{
  width: 89.375%;
  margin: 8px auto 6%;
}
.quality{
  margin: 0 5%;
}
.quality_title{
  width: 32.6%;
  margin: 0 auto 5%;
}
.quality_image{
  margin-bottom: 10%;
}
.brand_logo{
  width: 28%;
  margin: 0 auto;
}

.other_products{
  margin-top: 40px;
}
.other_products_title{
  background-color: #333;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 15px;
  text-align: left;
}
.other_products_image{
  margin-bottom: 30px;
}
.other_products_subTitle{
  font-size: 1.4rem;
  color: #3c3c3c;
  margin: 6px 0 0;
}

/* シンプルフェードアップ */
.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);
}

/* 定期よくある質問 */
.faq_sct1d{
  background-color: #e9b8c2;
}
.faq_sct1d .productFaq_title,
.faq_sct1d .productFaq_subTitle{
  color: #fff;
}
.faq_sct1d .productFaq_summary{
  background-color: #333;
}
.faq_sct1d .productFaq_answer{
  background-image: var(--bgImg);
}
