@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: url(/s/images/itempage/secretcandymagic1day/2g/bg_new_color.webp);
	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: url(/s/images/itempage/secretcandymagic1day/2g/bg_renewal.webp);
  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;
}
.renewal_image01{
  margin: -6% auto 0;
  width: 96.7%;
  position: relative;
  z-index: 2;
}
.renewal_image02{
  background-image: url(/s/images/itempage/secretcandymagic1day/2g/bg_renewal02.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  margin: -3% 0 5%;
}
.renewal_image02 img{
  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: url(/s/images/itempage/secretcandymagic1day/2g/bg_lineup.webp);
	background-repeat: repeat;
	background-size: 17.2%;
	padding: 10% 0 14%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .lineup{
    padding: 10% 0;
  }
}
.fs-body-product .lineup{
	padding: 10% 0 0;
}
.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: 1.8rem;
	position: absolute;
	bottom: -16%;
	left: 0;
}
@media screen and (max-width: 480px) {
  .lineup_subTitle{
    font-size: 2.4vw;
    bottom: -22%;
  }
}

.lineup_list_item:first-child .lineup_subTitle,
.lineup_list_item:nth-child(2) .lineup_subTitle{
  font-size: 2.7rem;
  bottom: -14%;
}
@media screen and (max-width: 480px) {
  .lineup_list_item:first-child .lineup_subTitle,
  .lineup_list_item:nth-child(2) .lineup_subTitle{
    font-size: 3.73vw;
    bottom: -21%;
  }
}
.newProduct_lbe{
  background-image: url(/s/images/itempage/secretcandymagic1day/2g/bg_new_product_lbe.webp);
	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: url(/s/images/itempage/secretcandymagic1day/2g/bg_new_product_lbr.webp);
	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: url(/s/images/itempage/secretcandymagic1day/2g/bg_lineup.webp);
  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 10%;
}
.about_title{
  width: 51.6%;
  margin: 0 auto 5.5%;
}
.about_bnr{
  width: 99%;
  margin-bottom: 5%;
}
.about_spec_list{
  background-image: url(/s/images/itempage/secretcandymagic1day/2g/about_spec_vertical.webp),url(/s/images/itempage/secretcandymagic1day/2g/about_spec_horizontal.webp);
  background-position: top center, center center;
  background-repeat: repeat-y,repeat-x;
  background-size: 1px, 2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 3% 10%;
}
.about_spec_item{
  flex-basis: 50%;
  font-family: var(--font_min);
  list-style: none;
  padding: 5% 2%;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .about_spec_item{
    font-size: 2.2vw;
    line-height: 1.8;
  }
}
.about_spec_item img {
  display: flex;
}
.about_item{
  background-image: url(/s/images/itempage/secretcandymagic1day/2g/icon_star.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.6rem;
  margin-bottom: 3%;
  padding-left: 17px;
  background-position: left center;
  list-style: none;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .about_item{
    font-size: 2.2vw;
    margin-bottom: 2%;
  }
}
.about_item:last-child{
  margin-bottom: 0;
}
.about_table{
  margin: 0 5%;
}
.about_subTitle{
  width: 78%;
  margin: 0 auto 5%;
}
.about_lens_wrap{
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
}
.about_spec_image{
  margin-bottom: 16px;
}
.about_spec{
  background-color: #fff;
}
.about_lens_image{
  width: 34.8%;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .about_lens_image{
    margin-right: 10px;
  }
}
.about_lens_text{
  font-family: var(--font_min);
  font-size: 2rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .about_lens_text{
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
.about_3dLens{
  margin: 0 5% 5%;
}
.about_text{
  font-family: var(--font_min);
  font-size: 2rem;
  line-height: 1.8;
  margin: 0 5% 5%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .about_text{
    font-size: 2.73vw;
    line-height: 2;
  }
}
.about_list{
  background-color: #eee;
  padding: 3%;
  margin: 0 5% 10%;
}
.spec_notice{
  font-family: var(--font_min);
  font-size: 1.4rem;
  display: block;
  line-height: 1;
  margin-top: 4%;
}
@media screen and (max-width: 480px) {
  .spec_notice{
    font-size: 2vw;
  }
}
.spec_uv,
.fs-body-product .spec_uv{
  width: 56.25%;
  margin: 0 auto 6%;
}
.spec_moist,
.fs-body-product .spec_moist{
  width: 69.06%;
  margin: 4px auto 20px;
}
@media screen and (max-width: 480px) {
  .spec_moist,
  .fs-body-product .spec_moist{
    margin: 4px auto 6%;
  }
}
.spec_o2,
.fs-body-product .spec_o2{
  width: 68.125%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 480px) {
  .spec_o2,
  .fs-body-product .spec_o2{
    margin: 0 auto 6%;
  }
}
.spec_sand,
.fs-body-product .spec_sand{
  width: 89.375%;
  margin: 8px auto 20px;
}
@media screen and (max-width: 480px) {
  .spec_sand,
  .fs-body-product .spec_sand{
    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;
}

.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%;
}
.colorThum{
  background-color: #ede8ea;
  padding: 5% 0;
}

.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;
}
@media screen and (max-width: 480px) {
    .other_products_title {
        font-size: 20px;
    }
}
.other_products_image{
  margin-bottom: 30px;
}
.other_products_image img{
  width: 100%;
}
.other_products_subTitle{
    font-size: 2rem;
    font-weight: bold;
    color: #3c3c3c;
    margin: 6px 0 0;
    text-align: center;
}
@media screen and (max-width: 480px) {
    .other_products_subTitle {
        font-size: 14px;
    }
}

/* シンプルフェードアップ */
.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);
}
