@charset "UTF-8";

:root {
  --font-lp_base: "europa","Noto Sans JP","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  --font-lp_eng: "liebling", sans-serif;
  --color-lp_bg: #FAFAFA;
  --color-lp_font: #000000;
  --color-lp_primary: #26282A;
  --color-lp_secondary: #26282A;
  --color-lp_tertiary: #FFFEE3;
}

/*--------------------------------
            CSS Animation
 --------------------------------*/

/* Fade In
==================================*/
@-webkit-keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#lp_contents .fadeIn {
  opacity: 0;
}

#lp_contents .fadeIn.is-show {
  -webkit-animation: opa 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.3s 1 forwards;
  animation: opa 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.3s 1 forwards;
}


/* lip animation
==================================*/
#lp_contents .lip_anime{
  transition: all 0.2s;
}

#lp_contents .lip_anime.active{
  background-color: #F4F4F4;
}

#lp_contents .lip_anime .nav_img{
  transition: all 1.2s;
  width: 60rem;
  opacity: 0;
  transform: translateX(-100%);
}

#lp_contents .fade_anime.is-show .nav_img{
  opacity: 1;
  transform: translateX(-10rem);
}

#lp_contents .lip_anime.active .nav_img{
  transform: translateX(-1rem);
  width: 68rem;
}
#lp_contents .fade_anime li:nth-child(1) .nav_img{
  animation-delay: 0.25s;
}
#lp_contents .fade_anime li:nth-child(2) .nav_img{
  animation-delay: 0.5s;
}
#lp_contents .fade_anime li:nth-child(3) .nav_img{
  animation-delay: 0.75s;
}


/* slider
==================================*/
#lp_contents .slick-slider{
  width: 69rem;
}

#lp_contents .slick-track {
  display: flex;
}

#lp_contents .slick-slide {
  height: auto !important;
}

#lp_contents .slick-dots{
  position: static;
  margin: auto;
  line-height: 0;
}

#lp_contents .slick-dotted.slick-slider{
  margin: 0;
}

#lp_contents .slick-prev, 
#lp_contents .slick-next{
  width: 3.8rem;
  height: 10rem;
  z-index: 2;
  background-repeat: no-repeat;
}

#lp_contents .slick-prev{
  left: 4.7rem;
  background-image: url(../img/250516/arrow-left.svg);
}

#lp_contents .slick-next{
  right: 4.7rem;
  background-image: url(../img/250516/arrow-right.svg);
}

#lp_contents .slick-prev:before, 
#lp_contents .slick-next:before{
  content: none;
}


/* simplebar
==================================*/
#lp_contents .simple-bar_wrap *{
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  padding: 0;
}

#lp_contents .simple-bar_wrap{
  overflow-x: scroll;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

#lp_contents .simple-bar_wrap *::-webkit-scrollbar,
#lp_contents .simple-bar_wrap::-webkit-scrollbar,
#lp_contents .simplebar-track.simplebar-horizontal {
  display: none;
}



/*--------------------------------
                共 通
 --------------------------------*/

main,#Wrap,.wrapBottom,.wrapTop{
  width: 100%;
  max-width: 100%;
}

#FooterWrap{
  position: relative;
  z-index: 100;
  background-color: #fff;
}

#header_txt_slider,
#header_img_slider {
  position: relative;
  z-index: 100;
}

#lp_contents *{
  box-sizing: border-box;
}

#lp_contents{
  font-family: var(--font-lp_base);
  font-feature-settings: "palt";
  font-size: 2rem;
  letter-spacing: 0.025em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;

  display: flex;
  align-items: flex-start;
  justify-content: center;

  color: var(--color-lp_font);
  background-color: var(--color-lp_bg);
  position: relative;
}
#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%;display: block;height: auto;}
#lp_contents a{display: block;width: 100%;cursor: pointer;transition: all 0.5s;color: inherit;}
#lp_contents a:hover{opacity: .8}
#lp_contents ul li,#lp_contents ol li{list-style: none;}

/*------------ Text ------------*/
#lp_contents h1,#lp_contents h2,#lp_contents h3{padding: 0;float: none;font-weight: normal;}
#lp_contents p {
  display: block;
  margin: 0;
  font-size: 2rem;
  line-height: 1.5;
}
#lp_contents sup{
  font-size: 50%;
  margin-top: -0.6rem;
}
#lp_contents .note{
  display: inline-block;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 4rem;
}
#lp_contents p .note{
  margin-top: 0;
}
#lp_contents .note a{
  display: inline-block;
  width: fit-content;
  text-decoration: underline;
}
#lp_contents .bold{
  font-weight: bold;
}
#lp_contents .small{
  font-size: 2rem;
}

/*------------ button ------------*/
#lp_contents .link_btn > a{
  position: relative;
  width: 69rem;
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-lp_eng);
  font-size: 3.8rem;
  font-weight: 300;
  background-color: #000;
  color: #fff;
  margin: auto;
}
#lp_contents .link_btn:not(.comingsoon) > a:after{
  content: '';
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  border-right: 1px solid;
  border-top: 1px solid;
  rotate: 45deg;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.5rem;
  margin: auto;
}
#lp_contents .link_txt{
  font-family: var(--font-lp_eng);
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 2rem;
  border-bottom: 1px solid;
  width: fit-content;
  margin: auto;
}


/* nav_list
==================================*/
#lp_contents .nav_list{
  /*background-color: #fff;*/
  padding-top: 16rem;
}

#lp_contents .nav_list .nav_ttl{
  font-family: var(--font-lp_eng);
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5rem;
}

#lp_contents .nav_list ul{
  border-top: 1px solid #DDDDDD;
}

#lp_contents .nav_list li{
  position: relative;
  border-bottom: 1px solid #DDDDDD;
  padding: 2rem 0 2.5rem;
}

#lp_contents .nav_list li:after{
  content: '';
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  border-right: 1px solid;
  border-bottom: 1px solid;
  rotate: 45deg;
  position: absolute;
  bottom: 5rem;
  right: 5rem;
}

#lp_contents .nav_list .nav_wrap{
  display: flex;
  align-items: end;
  padding-left: 4rem;
  margin-top: 1rem;
  text-align: left;
  transition: all 0.5s;
}

#lp_contents .nav_list .num{
  width: 12rem;
  font-family: var(--font-lp_eng);
  font-size: 12.8rem;
  font-weight: 300;
  line-height: 1;
  opacity: 0.2;
}

#lp_contents .nav_list .nav_txt{
  text-align: left;
  font-size: 2.2rem;
  padding-bottom: 1.5rem;
}

#lp_contents .nav_list .nav_txt .eng{
  display: block;
  font-family: var(--font-lp_eng);
  font-size: 5rem;
  font-weight: 300;
  letter-spacing: 0.025em;
  margin-bottom: 3.2rem;
}


/* section
==================================*/
#lp_contents section{
  position: relative;
}

#lp_contents .lp_inner{
  position: relative;
  z-index: 3;
  width: 30vw;
  background-color: var(--color-lp_bg);
  overflow: hidden;
  display: grid;
  gap: 16rem;
  padding-bottom: 16rem;
}

#lp_contents .full_area{
  position: sticky;
  top: 0;
  padding: 3rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(calc(100% - 30vw) / 2);
  height: 100vh;
}

#lp_contents .left_area{
  left: 0;
}

#lp_contents .left_area img{
  width: min(300px, calc(300 * (100vw / 1400)));
}

#lp_contents .right_area{
  right: 0;
}

#lp_contents .right_area .nav_list{
  padding-top: 0;
  background-color: var(--color-lp_bg);
}

#lp_contents .right_area .nav_list ul{
  border-width: 0;
}

#lp_contents .right_area .nav_list li{
  width: min(348px, calc(348 * (100vw / 1400)));
  padding-top: 0;
  padding-bottom: min(18px, calc(18 * (100vw / 1400)));
}

#lp_contents .right_area .nav_list li:not(:first-child){
  padding-top: min(18px, calc(18 * (100vw / 1400)));
}

#lp_contents .right_area .nav_list li:after{
  width: min(8px, calc(8 * (100vw / 1400)));
  height: min(8px, calc(8 * (100vw / 1400)));
  bottom: min(24px, calc(24 * (100vw / 1400)));
  right: min(12px, calc(12 * (100vw / 1400)));
}

#lp_contents .right_area .nav_list a{
  display: flex;
  gap: min(20px, calc(20 * (100vw / 1400)));
}

#lp_contents .right_area .nav_list .nav_wrap{
  padding-left: 0;
  margin-top: 0;
}

#lp_contents .right_area .nav_list .nav_img{
  width: min(40px, calc(40 * (100vw / 1400)));
  transform: initial;
}

#lp_contents .right_area .nav_list .num{
  font-size: min(24px, calc(24 * (100vw / 1400)));
  opacity: 1;
}

#lp_contents .right_area .nav_list .nav_txt{
  font-size: min(12px, calc(12 * (100vw / 1400)));
  padding-bottom: 0;
}
  
#lp_contents .right_area .nav_list .nav_txt .eng{
  font-size: min(24px, calc(24 * (100vw / 1400)));
  margin-bottom: min(24px, calc(24 * (100vw / 1400)));
  margin-bottom: 0;
  letter-spacing: 0.025em;
}

#lp_contents #follow[data-color=lip_1] li:nth-child(1) .nav_wrap,
#lp_contents #follow[data-color=lip_2] li:nth-child(2) .nav_wrap,
#lp_contents #follow[data-color=lip_3] li:nth-child(4) .nav_wrap,
#lp_contents #follow[data-color=lip_4] li:nth-child(3) .nav_wrap{
  opacity: 0.2;
}


/* sec_mv
==================================*/
#lp_contents .sec_mv .ttl_wrap{
  display: grid;
  gap: 8rem;
  padding: 12rem 0;
}

#lp_contents .sec_mv .main_ttl{
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}

#lp_contents .sec_mv .main_lead{
  font-size: 2.8rem;
  line-height: 1.5;
}

/*------------ artist_wrap ------------*/
#lp_contents .sec_mv .artist_wrap{
  background-color: #fff;
  padding: 16rem 0;
}

#lp_contents .sec_mv .artist_wrap .artist_ttl{
  font-family: var(--font-lp_eng);
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5rem;
}

#lp_contents .sec_mv .artist_wrap .artist_nav{
  display: flex;
  width: 75rem;
}

#lp_contents .sec_mv .artist_wrap .artist_nav li{
  width: 100%;
}

#lp_contents .sec_mv .artist_wrap .artist_nav li:not(:last-child){
  border-right: 0.2rem solid #fff;
}

#lp_contents .sec_mv .artist_wrap .artist_nav a{
  position: relative;
  padding-top: 3.2rem;
  padding-bottom: 6rem;
  font-family: var(--font-lp_eng);
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1;
  background-color: #000;
  color: #fff;
  width: 100%;
}

#lp_contents .sec_mv .artist_wrap .artist_nav a:before{
  content: '';
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  rotate: 45deg;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  margin: auto;
}

#lp_contents .sec_mv .artist_wrap .artist_list{
  margin-top: 12rem;
  display: grid;
  gap: 12rem;
}

#lp_contents .sec_mv .artist_wrap .artist_list li{
  display: grid;
  gap: 8rem;
}

#lp_contents .sec_mv .artist_wrap .prof_blk{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem 0 5rem;
}

#lp_contents .sec_mv .artist_wrap .prof_blk .artist_name{
  text-align: left;
  font-family: var(--font-lp_eng);
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
}

#lp_contents .sec_mv .artist_wrap .prof_blk .jpb_title{
  display: block;
  font-size: 2.2rem;
  margin-top: 1.5rem;
}

#lp_contents .sec_mv .artist_wrap .prof_blk .link_btn a{
  width: 36rem;
  height: 5rem;
  font-size: 2.6rem;
  margin-top: 3.6rem;
  padding-right: 3rem;
  padding-top: 0.4rem;
}

#lp_contents .sec_mv .artist_wrap .prof_blk .link_btn a:after{
  width: 1.3rem;
  height: 1.3rem;
  right: 2.3rem;
}

#lp_contents .sec_mv .artist_wrap .prof_blk .artist_img{
  width: 24rem;
}

#lp_contents .sec_mv .artist_wrap .pickup_item_blk{
  position: relative;
  display: grid;
  gap: 8rem;
}

#lp_contents .sec_mv .artist_wrap .pickup_item_blk + .pickup_item_blk{
  margin-left: auto;
}

#lp_contents .sec_mv .artist_wrap .pickup_item_blk:before{
  content: "";
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: #000;
  bottom: 0;
  right: 4rem;
}

#lp_contents .sec_mv .artist_wrap .pickup_item_blk .item_ttl{
  position: absolute;
  display: block;
  font-size: 2.8rem;
  font-weight: 300;
  letter-spacing: 0.025em;
  white-space: nowrap;
  top: 0;
  right: -18.5rem;
  z-index: 2;
  rotate: 90deg;
  transform-origin: top left;
  background-color: #fff;
  padding-right: 3rem;
}

#lp_contents .sec_mv .artist_wrap .pickup_item_blk + .pickup_item_blk:before{
  right: auto;
  left: -7rem;
}

#lp_contents .sec_mv .artist_wrap .pickup_item_blk + .pickup_item_blk .item_ttl{
  right: auto;
  left: -4rem;
}

#lp_contents .sec_mv .artist_wrap .item_blk{
  display: flex;
  align-items: center;
  gap: 3rem;
  text-align: justify;
  margin-left: 3rem;
}

#lp_contents .sec_mv .artist_wrap .item_blk .item_img{
  width: 30rem;
}

#lp_contents .sec_mv .artist_wrap .item_blk .item_txt{
  width: 28.8rem;
}

#lp_contents .sec_mv .artist_wrap .item_blk .item_name{
  font-family: var(--font-lp_eng);
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 2.5rem;
}

#lp_contents .sec_mv .artist_wrap .item_blk .item_color{
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 4rem;
}

#lp_contents .sec_mv .artist_wrap .item_list{
  width: 64.8rem;
  overflow-x: scroll;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

#lp_contents .sec_mv .artist_wrap .item_list ul{
  display: flex;
  gap: 4rem;
  width: fit-content;
  padding-right: 4rem;
}

#lp_contents .sec_mv .artist_wrap .item_list li{
  width: 22rem;
  display: grid;
  gap: 1.7rem;
}

#lp_contents .sec_mv .artist_wrap .item_list .item_name{
  text-align: justify;
  font-size: 2.2rem;
}

#lp_contents .sec_mv .artist_wrap .cmnt_blk{
  position: relative;
  background-color: #f4f4f4;
  border-radius: 0 3rem 3rem 0;
  padding: 5rem;
  width: 64.8rem;
}

#lp_contents .sec_mv .artist_wrap .pickup_item_blk + .pickup_item_blk .cmnt_blk{
  border-radius: 3rem 0 0 3rem;
}

#lp_contents .sec_mv .artist_wrap .cmnt_blk p{
  text-align: justify;
  font-size: 2.6rem;
}

#lp_contents .sec_mv .artist_wrap .cmnt_blk .big{
  display: block;
  font-size: 3rem;
  margin-bottom: 2.5rem;
}

#lp_contents .sec_mv .artist_wrap .cmnt_blk:before{
  content: "";
  display: block;
  width: 7rem;
  height: 3rem;
  background-image: url(../img/250516/cmnt.svg);
  background-repeat: no-repeat;
  position: absolute;
  rotate: -300deg;
  top: -0.7rem;
  right: 2rem;
}

#lp_contents .sec_mv .artist_wrap .pickup_item_blk + .pickup_item_blk .cmnt_blk:before{
  right: auto;
  left: 2rem;
  transform: scale(1,-1);
  rotate: -240deg;
}



/* sec_item
==================================*/
#lp_contents .sec_item{
  padding-top: 39rem;
  background-repeat: no-repeat;
  background-size: contain;
}

#lp_contents .sec_item .item_area{
  width: 69rem;
  padding: 8rem 0 16rem;
  margin: auto;
  background-color: #fff;
  display: grid;
  gap: 8rem;
}

/*------------ item_wrap ------------*/
#lp_contents .sec_item .item_ttl{
  font-family: var(--font-lp_eng);
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 2rem;
}

#lp_contents .sec_item .item input{
  display: none;
}

#lp_contents .sec_item .item_img{
  position: relative;
  width: 52rem;
  margin: auto;
}

#lp_contents .sec_item .item_color{
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
}

#lp_contents .sec_item .item_icon{
  width: 18rem;
  height: 4rem;
  border-radius: 10rem;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-lp_eng);
  font-size: 2.6rem;
  letter-spacing: 0.025em;
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding-top: 0.3rem;
}

#lp_contents .sec_item .item_detail{
  display: grid;
  gap: 4rem;
  margin-top: 5rem;
}

#lp_contents .sec_item .item_lead{
  font-size: 3.8rem;
  letter-spacing: 0.1em;
}

#lp_contents .sec_item .item_name{
  font-size: 2.8rem;
}

#lp_contents .sec_item .thumbnail_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin: 4.5rem auto 0;
}

#lp_contents .sec_item .thumbnail{
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 100%;
  width: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lp_contents .sec_item .thumbnail.current{
  border: 1px solid;
}

#lp_contents .sec_item .thumbnail_img{
  width: 5rem;
  border-radius: 100%;
  overflow: hidden;
}

#lp_contents .sec_item .link_btn > a{
  width: 44rem;
  height: 7rem;
  font-size: 3.4rem;
  margin-top: 7rem;
}

#lp_contents .sec_item .link_btn > a:after{
  right: 2rem;
}

/*------------ color_wrap ------------*/
#lp_contents .sec_item .color_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 4rem;
  width: 61rem;
  margin: auto;
}

#lp_contents .sec_item .color_wrap li{
  width: 28.5rem;
  display: grid;
  align-content: flex-start;
  gap: 2.5rem;
  text-align: justify;
}

#lp_contents .sec_item .color_wrap .item_icon{
  position: static;
  width: 15rem;
  height: 3.2rem;
  font-size: 2.2rem;
  letter-spacing: 0.025em;
}

#lp_contents .sec_item .color_wrap .item_color{
  margin-top: 2rem;
}

/*------------ lip_1 ------------*/
#lp_contents .lip_1{
  background-image: url(../img/250516/Dignified_img.jpg);
}

#lp_contents .lip_1 .color_wrap li:nth-of-type(1),
#lp_contents .lip_1 .color_wrap li:nth-of-type(5){
  padding-top: 3.2rem;
}

/*------------ lip_2 ------------*/
#lp_contents .lip_2{
  background-image: url(../img/250516/Arouse_img.jpg);
}

/*------------ lip_3 ------------*/
#lp_contents .lip_3{
  background-image: url(../img/250516/Moisten_img.jpg);
}

#lp_contents .lip_3 .thumbnail_list{
  width: 75%;
}

#lp_contents .lip_3 .color_wrap li:nth-of-type(2),
#lp_contents .lip_3 .color_wrap li:nth-of-type(4){
  padding-top: 3.2rem;
}

/*------------ lip_4 ------------*/
#lp_contents .lip_4{
  background-image: url(../img/250516/Liberated_img.jpg);
}



/*--------------------------------
            Layout  PC
 --------------------------------*/
@media screen and (min-width: 768px){
  html {
    font-size: calc(10 * (30vw / 750));
  }
}

/*--------------------------------
            Layout  SP
 --------------------------------*/
@media (max-width: 767px) {

  html {
    font-size: calc(10 * (100vw / 750));
  }

  .page-share-btn{
    height: 0;
  }

  #share{
    z-index: 100 !important;
  }

  #FooterWrap {
    margin-top: -3rem;
  }

  #lp_contents .sp_only{display: block;}
  #lp_contents .pc_only{display: none;}

  #lp_contents a:hover{opacity: 1}

  #lp_contents .lp_inner{
    width: 100vw;
  }

}