@charset "UTF-8";
/* ------------------------------------------------------------
カテゴリページ・商品ページ
------------------------------------------------------------ */
#secret_cm1d_2g {
  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: 68.5%;
	left: 0;
	right: 0;
}
.fv_title{
	position: absolute;
	top: 61%;
	width: 75.2%;
	margin-left: 3%;
}
.fv_package{
	flex-basis: 21.1%;
	margin-right: 1.8%;
	position: relative;
}
.fv_lens{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	flex-basis: 72.6%;
	margin-top: 8.5%;
}
.fv_lens_new{
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 0 0 auto;
}
.fv_lens_new_color{
	flex-basis: 37%;
}
.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%;
}

.newColor{
	background-image: var(--bgImg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 12% 0 18%;
  position: relative;
}
.newColor_title{
	width: 99.8%;
	margin: 0 auto;
}
.newColor_model{
	width: 100%;
	margin: -19% auto 0;
  z-index: 2;
  position: relative;
}
.newColor_image01{
	width: 94.8%;
	margin: -15% 0 5% auto;
}
.newColor_image02{
	width: 96%;
	margin: 0 0 5% auto;
}
.newColor_star01{
  width: 10.2%;
  position: absolute;
  top: 25.5%;
  left: 15%;
}
.newColor_star02{
  width: 9.2%;
  position: absolute;
  top: 26.5%;
  left: 12.8%;
}
.newColor_star03{
  width: 8.7%;
  position: absolute;
  top: 29.8%;
  right: 7.5%;
}
.newColor_star04{
  width: 8.7%;
  position: absolute;
  top: 30.5%;
  right: 10%;
}
.newColor_title.active ~ [class*="newColor_star"] {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.3s;
}
[class*="newColor_star"] {
  animation: popPop 1.5s ease-in-out infinite;
  transition-delay: 0.5s;
}
@keyframes popPop {
  0%, 100% { transform: scale(.9); }
  50%      { transform: scale(1.2); }
}

.renewal{
  background-image: var(--bgImg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background-color: #e7e0e4;
  padding: 11.8% 0 18%;
}
.renewal_title_en {
  width: 49.8%;
  margin: 0 auto;
}
.renewal_title{
  width: 90.7%;
  margin:-1.5% auto 65%;
}
.renewal_subTitle{
  width: 89.2%;
  margin:0 auto 20px
}
.renewal_image01{
  margin: -6% auto 0;
  width: 96.7%;
  padding-bottom: 5%;
  position: relative;
  z-index: 2;
}
.renewal_image02{
  background-image: var(--bgImg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  margin: -3% 0 5%;
}
.renewal_image02 {
  width: 91.7%;
  margin: 0 auto;
}
.renewal_btn{
  width: 90%;
  margin: 0 auto 2%;
}
.renewal_image03{
  width: 95.5%;
  margin: 0 auto;
}

.lineup{
	background-image: var(--bgImg);
	background-repeat: repeat;
	background-size: 17.2%;
	padding: 10% 0 14%;
  position: relative;
}
.product_detail_lp .lineup{
	padding: 10% 0 0;
}
.product_detail_lp .lineup_addSpace{
  padding-bottom: 10%;
}

.lineup_title{
	width: 57.5%;
	margin: 0 auto 6%;
}
.lineup_list{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
	padding: 0 2% 0 4.3%;
}
.lineup_list_item:first-child,
.lineup_list_item:nth-child(2){
	flex-basis: 42%;
}
.lineup_list_item{
	flex-basis: 32.5%;
	position: relative;
	margin-bottom: 1%;
}
.lineup_list_item.lineup_list_new{
  flex-basis: 33%;
}
.lineup_list_new {
  position: absolute;
  top: -21%;
  left: -15%;
  width: 38.37%;
}
.lineup_list_suiko{
  position: absolute;
  top: -5%;
  left: -3.5%;
  width: 30%;
}
.lineup_list_item:first-child{
  margin-left: 5%;
}
.lineup_list_item:nth-child(2){
  margin-right: 5%;
}
.lineup_list_item:last-child{
	margin-bottom: 0;
}
.lineup_subTitle{
	color: #333;
  font-family: var(--font_min);
	font-size: 2.2rem;
	position: absolute;
	bottom: 13%;
	left: 0;
}
.lineup_list_item:first-child .lineup_subTitle,
.lineup_list_item:nth-child(2) .lineup_subTitle{
	font-size: 3rem;
	bottom: 10.5%;
}
.product_detail_lp .lineup_subTitle{
	font-size: 1.3rem;
}
.product_detail_lp .lineup_list_item:first-child .lineup_subTitle,
.product_detail_lp .lineup_list_item:nth-child(2) .lineup_subTitle{
	font-size: 2rem;
}

.newProduct_lbe{
  background-image: var(--bgImg);
	background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 5% 0 0 0;
}
.newProduct_lbe .newProduct_title{
  width: 84.8%;
  margin: 0 auto 104%;
}
.newProduct_lbe .newProduct_image01{
  margin-bottom: 2%;
}

.newProduct_lbr{
  background-image: var(--bgImg);
	background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 5% 0 0 0;
}
.newProduct_lbr .newProduct_title{
  width: 84.8%;
  margin: 0 auto 104%;
}
.newProduct_lbr .newProduct_image01{
  margin-bottom: 2%;
}

.variation_list_item{
  position: relative;
}
.variation_lens{
  position: absolute;
  top: 28%;
  left: 5%;
  width: 36.9%;
}
.bg_wrap{
  background-image: var(--bgImg);
  background-repeat: repeat;
  background-size: 17.2%;
  padding: 11.2% 0 10%;
}
.chart{
  position: relative;
  margin-bottom: 17.2%;
}
.chart_title{
  width: 52.3%;
  margin: 0 auto 6%;
}
.chart_image{
  width: 91.3%;
  margin: 0 auto;
}
.chart_lens{
  position: absolute;
  top: 18.3%;
  left: 14.5%;
  width: 79.6%;
}
.about_block{
  background-color: #fff;
  margin: 0 5% 10%;
  padding: 6.667% 0;
}
.about_image{
  width: 95.5%;
  margin: 0 auto 3%;
}
.about_title{
  width: 51.6%;
  margin: 0 auto 5.5%;
}
.about_bnr{
  width: 99%;
  margin-bottom: 5%;
}
.about_spec{
  background-color: #fff;
}
.about_spec_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: var(--bgImg);
  background-position: top center, center center;
  background-repeat: repeat-y,repeat-x;
  background-size: 2px, 4px;
  margin-bottom: 10%;
}
.product_detail_lp .about_spec_list{
  margin:0 3% 10%;
}
.about_spec_item{
  list-style: none;
  flex-basis: 50%;
  padding: 5% 3%;
  font-family: var(--font_min);
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}
.product_detail_lp .about_spec_item{
  font-size: 1.3rem;
  line-height: 2.2rem;
  padding: 5% 2%;
}
.about_spec_item img {
  display: flex;
}
.about_table{
  margin: 0 5%;
}
.about_subTitle{
  width: 78%;
  margin: 0 auto 5%;
}
.about_text{
  line-height: 3rem;
  text-align: center;
  font-family: var(--font_min);
  font-size: 2rem;
  line-height: 3.6rem;
  margin-bottom: 4%;
  text-align: center;
}
.product_detail_lp .about_text{
  font-size: 1.6rem;
  line-height: 3rem;
  margin: 0 auto 4%;
}

.about_lens_wrap{
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
}
.about_spec_image{
  margin-bottom: 16px;
}
.about_lens_image{
  width: 34.8%;
  margin-right: 24px;
}
.about_lens_text{
  font-family: var(--font_min);
  font-size: 2.4rem;
  line-height: 4rem;
}
.product_detail_lp .about_lens_text{
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: left;
}
.about_3dLens{
  margin: 0 5% 5%;
}
.about_list{
  background-color: #eee;
  padding: 3%;
  margin: 0 5% 10%;
}
.about_item{
  background-position: left center;
  background-image: url(/images/pc/type/se_secret_cm1d/2g/icon_star.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  color: #333;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 5px;
  padding-left: 20px;
  list-style: none;
  text-align: left;
}
.product_detail_lp .about_item{
  font-size: 1.2rem;
  line-height: 2.6rem;
  padding-left: 18px;
}

.about_item:last-child{
  margin-bottom: 0;
}
.spec_notice{
  display: block;
  font-family: var(--font_min);
  font-size: 1.4rem;
  margin-top: 10px;
}
.product_detail_lp .spec_notice{
  font-size: 1rem;
  margin-top: 10px;
}
.spec_uv,
.product_detail_lp .spec_uv{
  width: 56.25%;
  margin: 0 auto 20px;
}
.spec_moist,
.product_detail_lp .spec_moist{
  width: 69.06%;
  margin: 4px auto 20px;
}
.spec_o2,
.product_detail_lp .spec_o2{
  width: 68.125%;
  margin: 0 auto 20px;
}
.spec_sand,
.product_detail_lp .spec_sand{
  width: 89.375%;
  margin: 8px auto 20px;
}
.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;
}

.campaign{
  background-color: #e696af;
  padding: 10% 0;
}
.campaign_title{
  width: 95.2%;
  margin: 0 auto;
}
.campaign_datail_btn{
  width: 97.4%;
  margin: 0 auto 3%;
}
.campaign_subTitle{
  width: 74.7%;
  margin: 0 auto;
}
.campaign_teiki_btn{
  width: 97.4%;
  margin: -3.5% auto 0;
}
.campaign_image {
  margin: 5%;
}
.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;
}

.anime {
    opacity: 0;
    transform: scale(0) translateY(50px);
    transform-origin: center bottom; /* 下部分を基準にスケール */
}
/* フェードイン＋拡大＋2回ぷるん（0.75sバージョン） */
@keyframes fadeInJelly {
  0% {
    opacity: 0;
    transform: scale(0) translateY(50px);
  }
  25% {
    opacity: 1;
    transform: scale(1.1) translateY(-10px);
  }
  35% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  45% {
    opacity: 1;
    transform: scale(1.2, 0.8) rotate(2deg); /* 1回目のぷるん */
  }
  55% {
    opacity: 1;
    transform: scale(0.9, 1.1) rotate(-2deg);
  }
  60% {
    opacity: 1;
    transform: scale(1.05, 0.95) rotate(1deg);
  }
  65% {
    opacity: 1;
    transform: scale(1, 1) rotate(0deg);
  }
  
  /* 2回目のぷるん（小さく揺れる） */
  75% {
    opacity: 1;
    transform: scale(1.02, 0.98) rotate(1deg);
  }
  85% {
    opacity: 1;
    transform: scale(0.98, 1.02) rotate(-1deg);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) rotate(0deg);
  }
}

/* アニメーション適用 */
.anime.active {
  animation: fadeInJelly 0.75s ease-out forwards;
}
.anime.active.delay1 {
  animation-delay: 0s;
}
.anime.active.delay2 {
  animation-delay: 0.1s;
}
.anime.active.delay3 {
  animation-delay: 0.2s;
}
.anime.active.delay4 {
  animation-delay: 0.3s;
}

/* シンプルフェードアップ */
.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_so1d_2g{
  background-color: #e696af;
}
.faq_so1d_2g .productFaq_title,
.faq_so1d_2g .productFaq_subTitle{
  color: #fff;
}
.faq_so1d_2g .productFaq_summary{
  background-color: #333;
}
.faq_so1d_2g .productFaq_answer{
  background-image: var(--bgImg);
}
