@charset "UTF-8";
.cat_container {
  max-width: 800px;
  margin:0 auto 30px;
  overflow: hidden;
}
.cat_container img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.fv {
  position: relative;
}
.fv_logo {
  position: absolute;
  top: 60.1%;
  left: 0;
  right: 0;
  margin: auto;
  width: 72.8%;
}
.fv_logo_wrap img{
  height: 100%;
}
.fv_logo_wrap{
  position: relative;
  width: 98.5%;
  padding-top: 44%;
  overflow: hidden;
}
.fv_logo_wrap > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fv_logo_heart{
  width: 18.2%;
  position: absolute;
  top: 54%;
  right: 8%;
}
.fv_lens_list {
  display: flex;
  position: absolute;
  top: 74.3%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.fv_lens_list_item{
  position: absolute;
  list-style: none;
  width: 17%;
}
.fv_lens_list_item:first-child{
  width: 22.9%;
  left: 1.9%;
}
.fv_lens_list_item:not(:first-of-type){
  margin-top: 7%;
}
.fv_lens_list_item:nth-child(2){
  left: 22%;
}
.fv_lens_list_item:nth-child(3){
  left: 36.8%;
}
.fv_lens_list_item:nth-child(4){
  left: 51.5%;
}
.fv_lens_list_item:nth-child(5){
  left: 66.3%;
}
.fv_lens_list_item:nth-child(6){
  left: 81.1%;
}
.fv_catch_en{
  position: absolute;
  margin: 0 auto;
  width: 47.8%;
  top: 88%;
  left: 0;
  right: 0;
}

.concept{
  position: relative;
}
.concept_title{
  position: absolute;
  top: 2.8%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 45%;
}
.concept_text{
  position: absolute;
  top: 13%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 60%;
}
.concept_text_wrap{
  position: relative;
  width: 98.5%;
  padding-top: 33%;
  overflow: hidden;
}
.concept_text_wrap img{
  height: 100%;
}
.concept_text_wrap > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.concept_model{
  position: absolute;
  top: 41%;
  right: 0;
  left: 4%;
  margin: 0 auto;
  width: 94.1%;
}

.lineUp{
  background-image: url(/s/images/itempage/se_lilme1d/bg_lineup.webp);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 14.4% 0 0;
  position: relative;
}
.lineUp_main{
  position: relative;
  margin-bottom: 7%;
}
.lineUp_balloon{
  width: 40%;
}
.lineUp_title{
  margin: 0 auto 14px;
  width: 38%;
}
.lineUp_balloon{
  margin: 0 4% 0 auto;
}
.lineUp_catch{
  position: relative;
  width: 75%;
  margin: -3% 0 0 5%;
  z-index: 2;
}
.lineUp_henkin{
  width: 21.5%;
  position: absolute;
  right: 1.8%;
  top: 48.8%;
}
.lineUp_diamond01,
.lineUp_diamond02,
.lineUp_diamond03{
  width: 6%;
  position: absolute;
}
.lineUp_diamond01{
  top: 0%;
  left: 14%;
}
.lineUp_diamond02{
  top: 78%;
  right: 7%;
}
.lineUp_diamond03{
  top: 97%;
  left: 13.5%;
}
.lineUp_wrap{
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 5% 10%;
  padding: 4% 0;
  position: relative;
}
.lineUp_wrap::after{
  background-image: url(/s/images/itempage/se_lilme1d/bg_lineup_wrap.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  content: "";
  display: block;
  width: 98%;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lineUp_block{
  flex-basis: 50%;

}
.lineUp_block + .lineUp_block{
  padding-right: 0;
  position: relative;
}
.lineUp_block + .lineUp_block::before{
  background-image: radial-gradient(circle, #575757 1.5px, transparent 1.5px);
  background-size: 2px 6px;
  background-repeat: repeat-y;
  background-position: center;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  margin: 0 auto;
}

.lineUp_list{
  width: 86%;
  margin: 0 auto;
}
.lineUp_block_subTitle{
  margin:0 auto 20px;
  width: 92.6%;
}
@media screen and (max-width: 480px) {
  .lineUp_block_subTitle{
    margin:0 auto 10px;
  }
}
.lineUp_list .lineUp_list_item {
  list-style: none;
  position: relative;
  margin-bottom: 10%;
}
.lineUp_list .lineUp_list_item:last-child {
  margin-bottom: 0;
}
.lineUp_lens{
  position: absolute;
  bottom: -10%;
  left: -8%;
  width: 44%;
}
.lineUp_block_title{
  margin-bottom: 22px;
}
.lineUp_block_title.title_bold{
  display: flex;
  justify-content: center;
  width: 80%;
  margin:0 auto 20px;
}
@media screen and (max-width: 480px) {
  .lineUp_block_title.title_bold{
    margin:0 auto 8px;
  }
}
.lineUp_block_title.title_thin{
  display: flex;
  justify-content: center;
  width: 90.3%;
  margin:0 auto 23px;
}
@media screen and (max-width: 480px) {
  .lineUp_block_title.title_thin{
    margin:0 auto 11px;
  }
}
.lineUp_block_lens{
  width: 83.5%;
  margin: 0 auto 18px;
}
@media screen and (max-width: 480px) {
  .lineUp_block_lens{
    margin: 0 auto 10px;
  }
}
.lineUp_block_lens.lens_thin{
  margin: 0 auto 18px;
}
@media screen and (max-width: 480px) {
  .lineUp_block_lens.lens_thin{
    margin: 0 auto 9px;
  }
}
.lineUp_doll{
  width: 40%;
  margin: 30px auto 20px;
}
@media screen and (max-width: 480px) {
  .lineUp_doll{
    margin: 8px auto 8px;
  }
}
.lineUp_notes{
  width: 85.5%;
  margin: 0 auto;
}
.lineUp_color_main{
  background-color: #fffaf0;
  padding-bottom: 69.5%;
  position: relative;
}
.lineUp_color_title{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bubble_kiss .lineUp_color_title{
  width: 76.5%;
  top: 54.6%;
}
.dreamy_bear .lineUp_color_title{
  width: 76.5%;
  top: 56.5%;
}
.teddy_hug .lineUp_color_title{
  width: 76.5%;
  top: 54.6%;
}
.star_bell .lineUp_color_title{
  width: 76.5%;
  top: 52.5%;
  right: -5%;
}
.misty_puff .lineUp_color_title{
  width: 76.5%;
  top: 56.5%;
  right: -5%;
}
.lineUp_color_text{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bubble_kiss .lineUp_color_text{
  top: 86%;
  width: 67.8%;
}
.dreamy_bear .lineUp_color_text{
  top: 84%;
  width: 63.8%;
}
.teddy_hug .lineUp_color_text{
  top: 86%;
  width: 73.3%;
}
.star_bell .lineUp_color_text{
  top: 85%;
  width: 64.3%;
}
.misty_puff .lineUp_color_text{
  top: 86%;
  width: 85%;
}
.lineUp_color_model{
  position: relative;
}
.lineUp_color_image{
  position: relative;
}
.lineUp_name{
  position: absolute;
}
.bubble_kiss .lineUp_name{
  width: 48.3%;
  top: 88%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.dreamy_bear .lineUp_name{
  width: 34.3%;
  top: 88%;
  right: 5%;
}
.teddy_hug .lineUp_name{
  width: 37.4%;
  top: 87%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.star_bell .lineUp_name{
  width: 42.2%;
  top: 88%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.misty_puff .lineUp_name{
  width: 39.4%;
  top: 88%;
  right: 2.5%;
}
.teddy_hug .lineUp_bear{
  position: absolute;
  width: 21%;
  top: 90%;
  right: 5%;
  z-index: 2;
}
.star_bell .lineUp_bear{
  position: absolute;
  width: 21%;
  top: 90%;
  right: 5%;
  z-index: 2;
}
.lineUp_spec{
  position: absolute;
  width: 100%;
  height: 100%;
}
.lineUp_spec_name{
  position: absolute;
}
.lineUp_spec_lens{
  position: absolute;
}
.lineUp_spec_wear{
  position: absolute;
}
.lineUp_spec_tag{
  position: absolute;
}
.bubble_kiss .lineUp_spec{
  top: 0;
  right: 0;
}
.bubble_kiss .lineUp_spec_name{
  width: 48.3%;
  top: 5%;
  right: 1%;
}
.bubble_kiss .lineUp_spec_lens{
  width: 34.3%;
  top: 28%;
  right: 7%;
}
.bubble_kiss .lineUp_spec_wear{
  width: 49.5%;
  top: 52%;
  right: 2%;
}
.bubble_kiss .lineUp_spec_tag{
  width: 38%;
  top: 82%;
  right: 8.3%;
}
.dreamy_bear .lineUp_spec{
  top: 0;
  left: 0;
}
.dreamy_bear .lineUp_spec_name{
  width: 53.7%;
  top: 5%;
  left: 1%;
}
.dreamy_bear .lineUp_spec_lens{
  width: 34.6%;
  top: 28%;
  left: 7%;
}
.dreamy_bear .lineUp_spec_wear{
  width: 49.5%;
  top: 53.5%;
  left: 2%;
}
.dreamy_bear .lineUp_spec_tag{
  width: 38%;
  top: 83.5%;
  left: 8.3%;
}
.teddy_hug .lineUp_spec{
  top: 0;
  left: 0;
}
.teddy_hug .lineUp_spec_name{
  width: 41.7%;
  top: 4%;
  left: 1%;
}
.teddy_hug .lineUp_spec_lens{
  width: 34.2%;
  top: 63%;
  right: 6%;
}
.teddy_hug .lineUp_spec_wear{
  width: 49.5%;
  top: 67.8%;
  left: 2%;
}
.teddy_hug .lineUp_spec_tag{
  width: 38.1%;
  top: 86%;
  right: 6%;
}
.star_bell .lineUp_spec{
  top: 0;
  left: 0;
}
.star_bell .lineUp_spec_name{
  width: 42%;
  top: 5%;
  left: 1%;
}
.star_bell .lineUp_spec_lens{
  width: 34.6%;
  top: 34%;
  left: 7%;
}
.star_bell .lineUp_spec_wear{
  width: 49.5%;
  top: 51.5%;
  left: 2%;
}
.star_bell .lineUp_spec_tag{
  width: 38%;
  top: 81.5%;
  left: 8%;
}
.misty_puff .lineUp_spec{
  top: 0;
  right: 0;
}
.misty_puff .lineUp_spec_name{
  width: 43.4%;
  top: 4%;
  right: 1%;
}
.misty_puff .lineUp_spec_lens{
  width: 34.1%;
  top: 56%;
  right: 6%;
}
.misty_puff .lineUp_spec_wear{
  width: 49.5%;
  top: 69%;
  left: 2%;
}
.misty_puff .lineUp_spec_tag{
  width: 38.1%;
  top: 87.1%;
  right: 5.3%;
}
.chart{
  position: relative;
}
.chart_title{
  width: 57%;
  margin: 0 auto;
  position: absolute;
  top: 10.5%;
  left: 0;
  right: 0;
}
.chart_wrap{
  display: flex;
  position: absolute;
  top: 30.6%;
  right: 5%;
  width: 75%;
}
.chart_wrap_l{
  flex-basis: 33.3333%;
}
.chart_wrap_m{
  flex-basis: 33.3333%;
}
.chart_wrap_r{
  flex-basis: 33.3333%;
}
.chart_wrap_l img{
  width: 71.42%;
  margin: 70% auto 0;
}
.chart_wrap_l img + img{
  margin: 67% auto 0;
}
.chart_wrap_m img{
  width: 71.42%;
  margin: 0 auto;
}
.chart_wrap_r img{
  width: 71.42%;
  margin: 0 auto;
}
.chart_wrap_r img + img{
  margin: 58% auto 0;
}

.spec{
  position: relative;
}
.spec_wrap{
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 23.5%;
  left: 7%;
  right: 0;
  width: 89%;
  margin: 0 auto;
}
.spec_package{
  width: 18%;
}
.specLens_list{
  display: flex;
  justify-content: flex-end;
  width: 78%;
}
.specLens_list_item{
  list-style: none;
  width: 18.6%;
}
.spec_bnr_teiki{
  position: absolute;
  top: 73%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90.4%;
}

.waterLight{
  background-color: #fffaee;
  padding: 5.7% 5% 0;
  margin-top: -26%;
}
.waterLight_title{
  width: 95%;
  margin: 0 auto 20px;
}
.waterLight_block{
  background-color: #fff;
  position: relative;
  padding: 30px 0 20px;
}
.waterLight_block::after{
  background-image: url(/s/images/itempage/se_lilme1d/bg_lineup_wrap.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  content: "";
  display: block;
  width: 98%;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.waterLight_notes{
  color: #575757;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .waterLight_notes{
    font-size: 3.2vw;
    line-height: 2;
  }
}
.waterLight_memo{
  margin-top: 10px;
}
.waterLight_list{
  padding: 0 0 0 5%;
}
.waterLight_item{
  background-image: url(/s/images/itempage/se_lilme1d/icon_star.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  color: #575757;
  font-size: 1.4rem;
  line-height: 1.8rem;
  list-style: none;
  margin-bottom: 14px;
  padding-left: 23px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .waterLight_item{
    background-size: 10px;
    font-size: 2.4vw;
    line-height: 1;
    margin-bottom: 7px;
    padding-left: 16px;
  }
}
.specDetail{
  background-color: #fffaee;
  padding: 8% 5% 10%;
}
.specDetail_title{
  width: 69.2%;
  margin: 0 auto;
}
.specDetail_subTitle{
  align-items: center ;
  display: flex;
  min-height: 62px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 480px) {
  .specDetail_subTitle{
    min-height: 27px;
    margin: 0 auto 10px;
  }
}
.specDetail_subTitle.title_blb{
  width: 80.27%;
}
.specDetail_subTitle.title_moist{
  width: 55%;
}
.specDetail_subTitle.title_sand{
  width: 71.6%;
}
.specDetail_wrap{
  display: flex;
}
.specDetail_block{
  background-color: #fff;
  padding: 30px 4.66%;
  position: relative;
}
.specDetail_block::after{
  background-image: url(/s/images/itempage/se_lilme1d/bg_lineup_wrap.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  content: "";
  display: block;
  width: 98%;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.specDetail_item{
  border-right: 1px dotted #575757;
  flex-basis: 33.333%;
  margin-bottom: 20px;
}
.specDetail_item:last-child{
  border-right: none;
}
.specDetail_text{
  font-weight: 600;
  color: #575757;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 6px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .specDetail_text{
    font-size: 2vw;
    line-height: 1.8;
  }
}
.specDetail_notes{
  color: #575757;
  font-size: 1.26rem;
  line-height: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .specDetail_notes{
    font-size: 1.6vw;
    line-height: 1.4;
  }
}
.specDetail_notes > span{
  background-color: #dceefa;
  border-radius: 3px;
  display: inline-block;
  font-weight: 600;
  padding: 3px;
}
.specDetail_notes span + span{
  margin-top: 3px;
}
.specDetail_more{
  border-top: 1px dotted #575757;
  border-bottom: 1px dotted #575757;
  padding: 16px 0;
  text-align: center;
}
.specDetail_more_text{
  color: #f087b4;
  font-size: 2.4rem;
  font-weight: 600;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .specDetail_more_text{
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 3.2vw;
  }
}
.specDetail_more_notes{
  background-color: #dceefa;
  border-radius: 3px;
  color: #575757;
  font-size: 1.6rem;
  padding: 3px 6px 4px;
}
@media screen and (max-width: 480px) {
  .specDetail_more_notes{
    font-size: 2vw;
    line-height: 1;
  }
}
.specDetail_table{ 
  margin: 3px 0 20px;
}
.specDetail_blb{
  align-items: center;
  border-top: 1px dotted #575757;
  color: #575757;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.2rem;
  padding-top: 20px;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .specDetail_blb{
    font-size: 2vw;
    line-height: 1.2rem;
    padding-top: 10px;
  }
}
.specDetail_blb img{
  width: 70px;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .specDetail_blb img{
    width: 30px;
    margin-right: 6px;
  }
}
.profile{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.profile_title{
  width: 63%;
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.profile_detail{
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 3% 0;
  position: absolute;
  top: 62.3%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86%;
}
.profile_detail::after {
  background-image: url(/s/images/itempage/se_lilme1d/bg_lineup_wrap.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  content: "";
  display: block;
  width: 98%;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cat_container .profile_detail_logo{
  width:17.5%;
  margin-right: 30px;
}
@media screen and (max-width: 480px) {
  .cat_container .profile_detail_logo{
    margin-right: 10px;
  }
}
.profile_detail_text{
  color: #575757;
  font-size: 1.8rem;
  line-height: 3rem;
}
@media screen and (max-width: 480px) {
  .profile_detail_text {
    font-size: 2.4vw;
    line-height: 2;
  }
}
.profile_logo {
  width: 36%;
  position: absolute;
  top: 74%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.profile_doll{
  position: absolute;
  width: 60%;
  margin: 0 auto;
  bottom:0;
  left: 0;
  right: 0;
}
.profile_doll.slideUp img{
  transform: translateY(100%);
  opacity: 1;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.profile_doll.slideUp.active img{
  transform: translateY(46%);
  opacity: 1;
}

.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);
}

/*スライドマスク*/
.slideMask{
  overflow: hidden;
  display: block;
}
.slideMask img{
  width: 0%;
  object-fit: cover;
  object-position: 0% 50%;
  transition: width 1s;
}
.slideMask.active img{
  width: 100%;
}