@charset "UTF-8";
/* ------------------------------------------------------------
カテゴリページ・商品ページ
------------------------------------------------------------ */
.fv {
	position: relative;
}
.fv_wrap{
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 66.5%;
	left: 0;
	right: 0;
}
.fv_package{
	flex-basis: 27.4%;
	left: 4.8%;
	position: relative;
}
.fv_lens{
	display: flex;
	flex-wrap: wrap;
	flex-basis: 72.6%;
	margin-top: -1%;
}
.fv_lens_new{
	display: flex;
	justify-content: center;
  width: 87%;
}
.fv_lens_new_color{
  width: 30%;
}
.fv_lens_new_color:first-of-type{
	margin-right: 5%;
}
.fv_lens_other{
	align-items: flex-start;
	display: flex;
	justify-content: center;
	margin-top: -5%;
  width: 90%;
}

.newColor{
	background-image: url(/s/images/itempage/se_candymagic1d_blb/bg_new_color.webp);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 10% 0 14%;
  position: relative;
}
.newColor_title{
	width: 79.7%;
	margin: 0 auto 13%;
}
.newColor_image{
	width: 91.5%;
	margin: 0 auto;
}
.newColor_heart01{
  width: 10.2%;
  position: absolute;
  top: 17%;
  left: 5%;
}
.newColor_heart02{
  width: 9.2%;
  position: absolute;
  top: 18.5%;
  left: 7.8%;
}
.newColor_heart03{
  width: 8.7%;
  position: absolute;
  top: 19.5%;
  left: 13%;
}
.newColor_title.active ~ [class*="newColor_heart"] {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.3s;
}
[class*="newColor_heart"] {
  animation: popPop 1.5s ease-in-out infinite;
  transition-delay: 0.5s;
}
@keyframes popPop {
  0%, 100% { transform: scale(.9); }
  50%      { transform: scale(1.2); }
}

.mh_subTitle{
	width: 83.3%;
	margin: -8% auto 7%;
}
.cm_subTitle{
	width: 83.3%;
	margin: -7% auto 0;
}

.renewal{
	background-image: url(/s/images/itempage/se_candymagic1d_blb/bg_renewal.webp);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 9.7% 0 8%;
}
.renewal_title{
	width: 92%;
	margin: 0 auto;
}
.renewal_image01{
	width: 85.5%;
	margin: -6.5% auto 0;
}
.renewal_subTitle{
	width: 95.2%;
	margin: 0 auto 5%;
}
.renewal_image02{
	width: 87.1%;
	margin: 0 auto;
}

.lineup{
	background-image: url(/s/images/itempage/se_candymagic1d_blb/bg_lineup.webp);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 10.9% 0 5%;
}
.lineup_title{
	width: 59%;
	margin: 0 auto 8%;
}
.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: 46%;
}
.lineup_list_item:first-child{
	margin-left: 3%;
}
.lineup_list_item:nth-child(2){
	margin-right: 3%;
}
.lineup_list_item{
	flex-basis: 32.5%;
	position: relative;
	margin-bottom: 3%;
}
.lineup_list_item.webLimited{
  flex-basis: 33%;
}
.lineup_list_limited {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 38.37%;
}
.lineup_list_item:last-child{
	margin-bottom: 0;
}
.lineup_list_item:first-child .lineup_subTitle,
.lineup_list_item:nth-child(2) .lineup_subTitle{
	font-size: 2.4rem;
	left: 5%;
}
@media screen and (max-width: 480px) {
  .lineup_list_item:first-child .lineup_subTitle,
  .lineup_list_item:nth-child(2) .lineup_subTitle{
    font-size: 2.93vw;
  }
}
.lineup_subTitle{
	color: #73c3ff;
  font-weight: bold;
  font-size: 1.8rem;
	position: absolute;
	bottom: 0;
	left: 0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .lineup_subTitle{
    font-size: 2.2vw;
  }
}
.campaign{
  background-image: url(/s/images/itempage/se_candymagic1d_blb/bg_campaign.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 11% 0 0;
}
.campaign_title{
  width: 50.2%;
  margin: 0 auto 8%;
}
.campaign_image{
  width: 80.3%;
  margin: 0 0 0 8%;
}
.campaign_btn01{
  width: 93.5%;
  margin: 0 0 0 1.6%;
}
.campaign_btn02{
  width: 93.4%;
  margin: 0 0 0 1.6%;
}
.campaignLimited{
  background-image: url(/s/images/itempage/se_candymagic1d_blb/bg_campaign_limited.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7.5% 5% 5%;
}
.suikou{
	background-image: url(/s/images/itempage/se_candymagic1d_blb/bg_suikou.webp);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 10.9% 0 10%;
}
.suikou_title{
  width: 93.4%;
  margin: 0 auto;
}
.suikou_image01{
  width: 93.8%;
  margin: 0 auto;
}
.suikou_image02{
  width: 88.0%;
  margin: 0 auto 16%;
}
.suikou_image03{
  width: 90.1%;
  margin: 0 auto 14.7%;
}
.suikou_image04{
  width: 93.5%;
  margin: 0 auto;
}

.variation_bg01{
  background-image: url(/s/images/itempage/se_candymagic1d_blb/bg_variation01.webp);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 10%;
}
.variation_title{
  margin-bottom: 10%;
}
.variation_bg02{
  background-image: url(/s/images/itempage/se_candymagic1d_blb/bg_variation02.webp);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding:18% 0 14%;
}
.variation_bg02 .variation_image{
  margin-bottom: 10%;
}
.variation_bg03{
  background-image: url(/s/images/itempage/se_candymagic1d_blb/bg_variation03.webp);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding:10% 0 14%;
}
.variation_bg03 .variation_image{
  margin-bottom: 10%;
}
.variation_bg04{
  background-image: url(/s/images/itempage/se_candymagic1d_blb/bg_variation04.webp);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 14% 0;
}
.variation_bg04 .variation_image{
  margin-bottom: 10%;
}
.variation_list_item{
  background-image: url(/s/images/itempage/se_candymagic1d_blb/bg_variation_dot.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  list-style: none;
  padding-bottom: 6%;
  margin-bottom: 6%;
}
.variation_list_item:last-child{
  background-image: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.variation_feature{
  margin: 0 4.2% 0 auto;
  position: relative;
  z-index: 3;
}
.variation_list_item.item_mh .variation_feature{
  width: 87.8%;
}
.variation_list_item.item_cm .variation_feature{
  width: 80.2%;
}
.variation_list_item.item_mib .variation_feature{
  width: 79.8%;
}
.variation_list_item.item_mig .variation_feature{
  width: 80.9%;
}
.variation_list_item.item_meb .variation_feature{
  width: 80.3%;
}
.variation_list_item.item_mg .variation_feature{
  width: 76.4%;
}
.variation_list_item.item_db .variation_feature{
  width: 79.9%;
}
.variation_list_item.item_lb .variation_feature{
  width: 82.6%;
}
.variation_list_item.item_nh .variation_feature{
  width: 77.5%;
}
.variation_list_item.item_mm .variation_feature{
  width: 80.3%;
}
.variation_list_item.item_gb .variation_feature{
  width: 72.6%;
}
.variation_list_item.item_ah .variation_feature{
  width: 76.1%;
}
.variation_list_item.item_bc .variation_feature{
  width: 89.2%;
}
.variation_list_item.item_bb .variation_feature{
  width: 78%;
}
.variation_list_item.item_sg .variation_feature{
  width: 80%;
}
.variation_list_item.item_pe .variation_feature{
  width: 75.3%;
}
.variation_list_item.item_lh .variation_feature{
  width: 82.4%;
}
.variation_list_item.item_kb .variation_feature{
  width: 78.2%;
}
.variation_list_item.item_gob .variation_feature{
  width: 76.4%;
}
.variation_list_item.item_sb .variation_feature{
  width: 73.1%;
}
.variation_list_item.item_nb .variation_feature{
  width: 77.4%;
}

.variation_lens{
  position: absolute;
  top: 13%;
  left: 3%;
  z-index: 1;
}
.variation_lens::after{
  content: "";
  position: absolute;
  top: 90%;
  left: 8%;
  right: 0;
  margin: 0 auto;
  width: 34%;
  height: 12%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  filter: blur(10px);
  transform: translateY(10px);
  mix-blend-mode: multiply;
  z-index: -1;
  pointer-events: none;
}
.variation_list_item.item_mh .variation_lens{
  width: 31.2%;
  top: 10%;
}
.variation_list_item.item_cm .variation_lens{
  width: 31.2%;
  top: 10%;
}
.variation_list_item.item_mib .variation_lens{
  width: 31.2%;
  top: 10%;
}
.variation_list_item.item_mig .variation_lens{
  width: 29.4%;
  top: 18%;
  left: 5%;
}
.variation_list_item.item_meb .variation_lens{
  width: 31.2%;
}
.variation_list_item.item_mg .variation_lens{
  width: 31.2%;
}
.variation_list_item.item_db .variation_lens{
  width: 31.2%;
}
.variation_list_item.item_lb .variation_lens{
  width: 29.3%;
  top: 18%;
  left: 4%;
}
.variation_list_item.item_nh .variation_lens{
  width: 29.3%;
  top: 18%;
  left: 4%;
}
.variation_list_item.item_mm .variation_lens{
  width: 31.2%;
  top: 12%;
  left: 2%;
}
.variation_list_item.item_gb .variation_lens{
  width: 29.4%;
  top: 19%;
  left: 5%;
}
.variation_list_item.item_ah .variation_lens{
  width: 29.4%;
  top: 19%;
  left: 5%;
}
.variation_list_item.item_bc .variation_lens{
  width: 29.4%;
  top: 19%;
  left: 4%;
}
.variation_list_item.item_bb .variation_lens{
  width: 29.4%;
  top: 21%;
  left: 4%;
}
.variation_list_item.item_sg .variation_lens{
  width: 31.2%;
  top: 10%;
  left: 3%;
}
.variation_list_item.item_pe .variation_lens{
  width: 31.2%;
  top: 10%;
  left: 3%;
}
.variation_list_item.item_lh .variation_lens{
  width: 31.2%;
  top: 10%;
  left: 3%;
}
.variation_list_item.item_kb .variation_lens{
  width: 31.2%;
  top: 10%;
  left: 3%;
}
.variation_list_item.item_gob .variation_lens{
  width: 31.2%;
  top: 10%;
  left: 3%;
}
.variation_list_item.item_sb .variation_lens{
  width: 31.2%;
  top: 10%;
  left: 3%;
}
.variation_list_item.item_nb .variation_lens{
  width: 31.2%;
  top: 11%;
  left: 3%;
}

.chart{
  background-image: url(/s/images/itempage/se_candymagic1d_blb/bg_chart.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 10% 0;
  position: relative;
}
.chart_title{
  width: 62.9%;
  margin: 0 auto 8%;
}
.chart_image{
  width: 90.1%;
  margin: 0 auto;
}
.chart_lens{
  position: absolute;
  top: 27%;
  left: 17.4%;
  margin: auto;
  width: 72.7%;
}

.spec{
  background-image: url(/s/images/itempage/se_candymagic1d_blb/bg_spec.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 10% 0;
  position: relative;
}
.spec_title{
  width: 59.8%;
  margin: 0 auto 7%;
}
.spec_image{
  width: 90%;
  margin: 0 auto 10%;
}
.spec_lens{
  position: absolute;
  top: 23%;
  right: 1%;
  width: 37.1%;
}
.spec_table{
  width: 79.5%;
  margin: 0 auto;
}
.footer_bg{
  background-image: url(/s/images/itempage/se_candymagic1d_blb/bg_footer.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10% 0 20%;
}
.quality_title{
  width: 37.5%;
  margin: 0 auto 6%;
}
.quality_image{
  width: 90%;
  margin: 0 auto 14%;
}
.information_title{
  width: 61.3%;
  margin: 0 auto 6%;
}
.information_image{
  width: 90%;
  margin: 0 auto 16%;
}
.footer_logo{
  width: 24%;
  margin: 0 auto;
}

.other_products{
  margin-top: 40px;
}
.other_products_title{
  background-color: #73c3ff;
  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_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;
  }
}

/*キャンペーン詳細*/
.campaignDetail{
  background-image: url(/s/images/itempage/se_candymagic1d_blb/bg_campaign_detail.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10% 5%;
}
.campaignDetail_details{
  margin-top: 8%;
}
.campaignDetail_summary{
  cursor: pointer;
  display: block;
  list-style: none;
  position: relative;
}
.campaignDetail_summary::-webkit-details-marker {
  display:none;
}
.campaignDetail_summary .campaignDetail_arrow{
  position: absolute;
  top: 43%;
  right: 5%;
  width: 3.5%;
  transform: rotate(180deg);
}
.campaignDetail_details[open] .campaignDetail_arrow{
  transform: rotate(0deg);
}
.campaignDetail_block{
  background-color: #fff;
  padding: 5% 3%;
}
.campaignDetail_text{
  color: #989898;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .campaignDetail_text{
    font-size: 2.93vw;
    line-height: 1.6;
  } 
}
.campaignDetail_product{
  align-items: center;
  display: flex;
  margin: 10px 0;
}
.campaignDetail_product dt{
  align-items: center;
  border: 1px solid #DCDDDD;
  color: #989898;
  display: flex;
  font-size: 1.4rem;
  padding: 10px 0;
  margin-right: 10px;
  width: 28%;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .campaignDetail_product dt{
    font-size: 2.93vw;
    line-height: 1.8;
    width: 18%;
  }
}

.campaignDetail_product dd{
  color: #F28CB1;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .campaignDetail_product dd{
    font-size: 2.93vw;
    line-height: 1.6;
  }
}
.campaignDetail_text02{
  color: #eb78a0;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 480px) {
 .campaignDetail_text02{
    font-size: 2.93vw;
    line-height: 1.6;
  } 
}
.campaignDetail_list{
  margin-left: 10px;
}
.campaignDetail_item{
  color: #989898;
  position: relative;
  padding-left: 15px;
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 8px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .campaignDetail_item{
    font-size: 2.93vw;
    line-height: 1.6;
  }
}

.campaignDetail_item:last-child{
  margin-bottom: 0;
}
.campaignDetail_item:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #eb78a0;
  border-radius: 50%;
}

.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);
}