@charset "UTF-8";
/* ------------------------------------------------------------
カテゴリページ・商品ページ
------------------------------------------------------------ */
#secret_cm1m_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: 65%;
	left: 0;
	right: 0;
}
.fv_title{
	position: absolute;
	top: 59%;
	width: 75.2%;
}
.fv_package{
	flex-basis: 30%;
	margin-right: 0;
	position: relative;
}
.fv_lens{
	flex-basis: 69%;
  margin-top: 6.5%;
}
.fv_lens_new{
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 0 0 auto;
}
.fv_lens_new_color{
	flex-basis: 56%;
}
.fv_lens_new_color + .fv_lens_new_color{
	margin-left: -6%;
}
.fv_lens_other{
	align-items: flex-start;
	display: flex;
	justify-content: center;
  width: 96%;
  position: absolute;
  top: 88.5%;
  right: 0;
  left: 0;
  margin: auto;
}

.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: 34.1%;
  left: 15.1%;
}
.newColor_star02{
  width: 9.2%;
  position: absolute;
  top: 35.8%;
  left: 12.8%;
}
.newColor_star03{
  width: 8.7%;
  position: absolute;
  top: 40%;
  right: 7.8%;
}
.newColor_star04{
  width: 8.7%;
  position: absolute;
  top: 41%;
  right: 10.1%;
}
.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); }
}

.lineup{
  background-image: var(--bgImg);
	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_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:nth-child(2) .lineup_subTitle{
  font-size: 2.7rem;
  bottom: -16%;
}
@media screen and (max-width: 480px) {
  .lineup_list_item:nth-child(2) .lineup_subTitle{
    font-size: 3.73vw;
    bottom: -21%;
  }
}
.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%;
}
.aboutSpec{
  background-color: #fff;
}
.aboutSpec_list{
  margin: 0 3% 10%;
}
.aboutSpec_item{
  align-items: center;
  border-bottom: 1px dotted #333;
  display: flex;
  justify-content: space-between;
  font-family: var(--font_min);
  font-size: 0.8rem;
  list-style: none;
  line-height: 1.4rem;
  text-align: center;
  padding: 20px 0;
}
.aboutSpec_item img {
  height: auto;
}
.about_table{
  margin: 0 5%;
}
.about_subTitle{
  width: 78%;
  margin: 0 auto 5%;
}
.about_lens_wrap{
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
}
.about_lens_image{
  width: 34.8%;
  margin-right: 10px;
}
.about_lens_text{
  font-family: var(--font_min);
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: left;
}
.about_3dLens{
  margin: 0 5% 5%;
}
.about_text{
  font-family: var(--font_min);
  font-size: 1.1rem;
  line-height: 2.4rem;
  margin: 0 5% 5%;
  text-align: center;
}
.about_list{
  background-color: #eee;
  padding: 3%;
  margin: 0 5% 10%;
}
.spec_notice{
  font-family: var(--font_min);
  font-size: 0.6rem;
  display: block;
  line-height: 1rem;
  margin-top: 5px;
}

.aboutSpec_price{
  width: 93.3%;
  margin: 0 auto;
}
.aboutSpec_moist,
.fs-body-product .aboutSpec_moist{
  width: 20%;
  margin: 0 auto;
}
.aboutSpec_ion,
.fs-body-product .aboutSpec_ion{
  width: 24%;
  margin: 0 auto;
}
.aboutSpec_sand,
.fs-body-product .aboutSpec_sand{
  width: 24%;
  margin: 0 auto;
}
.aboutSpec_block{
  flex-basis: 66%;
  margin-left: 4%;
}
.aboutSpec_block_image{
  margin-bottom: 10px;
}
.block_moist .aboutSpec_block_image{
  width: 90%;
}
.block_ion .aboutSpec_block_image{
  width: 96%;
}
.block_sand .aboutSpec_block_image{
  width: 60%;
}

.aboutSpec_block_text{
  font-family: var(--font_min);
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .aboutSpec_block_text{
    font-size: 2.73vw;
    line-height: 1.6;
  }
}
.quality{
  margin: 0 5%;
}
.quality_title{
  width: 32.6%;
  margin: 0 auto 5%;
}
.quality_image{
  margin-bottom: 10%;
}
.information{
  margin: 0 5%;
}
.information_title{
  width: 52.4%;
  margin: 0 auto 5%;
}
.information_image{
  margin-bottom: 12%;
}
.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;
}
@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);
}
