@charset "UTF-8";

@font-face {
  font-family: "YakuHanJP"; font-style: normal; font-display: swap;
  font-weight: 400;
  src: url("/font/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP"; font-style: normal; font-display: swap;
  font-weight: 500;
  src: url("/font/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP"; font-style: normal; font-display: swap;
  font-weight: 600;
  src: url("/font/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "ZenKakuGothicNew"; font-style: normal; font-display: swap;
  font-weight: 400;
  src:  local('Noto Sans CJK JP'),
  local('ZenKakuGothicNew-Regular'),
  url('/font/ZenKakuGothicNew/ZenKakuGothicNew-Regular.woff2') format('woff2');
}
@font-face {
  font-family: "ZenKakuGothicNew"; font-style: normal; font-display: swap;
  font-weight: 500;
  src: local('ZenKakuGothicNew-Medium'),
  url('/font/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff2') format('woff2');
}
@font-face {
  font-family: "ZenKakuGothicNew"; font-style: normal; font-display: swap;
  font-weight: 700;
  src: local('NotoSansCJKjp-Bold'),
  local('ZenKakuGothicNew-Bold'),
  url('/font/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff2') format('woff2');
}

/*Reset =============================================*/
*{
  box-sizing: border-box;
  background-repeat: no-repeat;
}
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,figure,figcaption,button{
  margin: 0;
  padding: 0;
}
ul,li{
list-style: none;
}
a{
text-decoration: none;
color: inherit;
}
a[href^="tel:"] {
  pointer-events: all;
}
img,svg{
vertical-align: bottom;
border: none;
width: 100%;
max-width:100%;
height:auto;
}
svg{
  /* fill: currentColor; */
  vertical-align: bottom;
}
button{
  background-color: inherit;
  border: none;
  cursor: pointer;
}
table {
  border-collapse: collapse;
}

[v-cloak] ,
[v-cloak] img{
  display: none;
}

/* lazyload ================================= */
.lazyload{opacity: 0;}
.lazyloaded, .lazyloading  {opacity: 1; transition: opacity 1000ms;}

/* Module =============================================*/
:root {

  --c-bg: #b1becc;
  --c-gray: #8593a0;
  --c-purple: #c2a3cc;

  --c-black: #030a1d;
  --c-gold: #b49e73;
  --c-gold-l: #d0bc95;
  --c-gray-d2: #abaeb0;;
  --c-gray-l: #d9d9d9;
  --c-gray-bg: #e6e6f0;
  --c-white: #fff;
  --c-yellow: #e1ff00;
  --c-blue: #002dff;
  --c-blue2: #4060f8;
  --c-blue3: #4dfff9;
  --c-blue4: #aefcfa;
  
  --grad: linear-gradient(26deg, rgba(239,196,225,1) 0%, rgba(222,199,224,1) 50%, rgba(222,199,224,1) 100%);
  --grad2: linear-gradient(26deg, rgb(244 188 225) 0%, rgb(208 188 209) 50%, rgb(201 159 201) 100%);
  --grad3: linear-gradient(135deg, rgb(0 202 255) 0%, rgb(89 79 250) 65%, rgb(161 131 254) 100%);

  --c-black: #161613;
  --c-black2: #212121;
  --c-black3: #666666;
  --c-black4: #444444;
  --c-red: #da5e7f;
  --c-red2: #e7404b;
  --c-pink: #da5e7f;
  --c-gray: #e4e1e1;
  --c-gray2: #f2f1ea;
  --c-gray-txt: #bababa;
  --c-white: #fff;
  --c-white2: #f9f9f7;
  --font-comp: "Urbanist",'ZenKakuGothicNew', sans-serif;
  --font-ja: "YakuHanJP","ZenKakuGothicNew",sans-serif;
  --font-en: "Urbanist", sans-serif;
  --font-num: "Bebas Neue", sans-serif;
  --filter-b: invert(6%) sepia(71%) saturate(2299%) hue-rotate(215deg) brightness(94%) contrast(101%);;
  --filter-w: invert(100%) saturate(377%) hue-rotate(316deg) brightness(200%) contrast(100%);
  --filter-wg: invert(96%) sepia(8%) saturate(14%) hue-rotate(314deg) brightness(86%) contrast(111%);
  --filter-red: invert(33%) sepia(39%) saturate(3362%) hue-rotate(347deg) brightness(84%) contrast(106%);
  --filter-pink: invert(69%) sepia(31%) saturate(5663%) hue-rotate(307deg) brightness(84%) contrast(90%);
  --filter-gray: invert(89%) sepia(17%) saturate(153%) hue-rotate(171deg) brightness(84%) contrast(88%);
  --filter-gray-d: invert(89%) sepia(17%) saturate(153%) hue-rotate(171deg) brightness(64%) contrast(88%);
  --inn-w: 2rem;
  --inn-wm: -2rem;
  --kv-fill-color: #fff;
}

/* font-size =============================================*/
html{
  /* font-size: 10px; */
  /* font-size: clamp(10px,3.125vw,16px) !important; */
  font-size: clamp(10px,3.125vw,17.5px);
  width: 100%;
  max-width: 100%;
}

/* section parts =============================================*/
body{
  font-family: var(--font-ja);
  line-height:1.5;
  color: var(--c-gray);
  /* background-color: var(--c-gray-bg); */
}
.sec_bloc{
  padding-top: 3em;
  padding-bottom: 3em;
}
._top0{ padding-top: 0 !important;}
._bottom0{ padding-bottom: 0 !important;}
._top_w{ padding-top: 6em;}
._bottom_w{ padding-bottom: 6em;}
.mv+.sec_bloc{
  padding-top: 6em;
}
.no_mv{
  padding-top: 9em;
}
.c_inner{
  padding-left: var(--inn-w);
  padding-right: var(--inn-w);
}
.c_wide{
  max-width: 1400px;
  margin: 0 auto;
}
.c_wide_narrow{
  max-width: 70em;
  margin: 0 auto;
}
.c_wide.c_inner,
.c_wide.c_inner_pc{
  max-width: calc(1400px + (5em * 2) );
}
.max800{ max-width: 60em; margin: 0 auto; }
.max900{ max-width: 66.25em; margin: 0 auto; }
.max1000{ max-width: 72.5em; margin: 0 auto; }
.max1100{ max-width: 78.75em; margin: 0 auto; }
.max1200{ max-width: 85em; margin: 0 auto; }
.max1300{ max-width: 91.25em; margin: 0 auto; }



/* common parts =============================== */
.pc{ display: none; }

.sec_ttl{
  font-size: 1em;
  padding: 1em 0;
}
.sec_ttl .en{
  font-size: 4.2em;
  font-weight: 600;
  line-height: 1.1;
}
.sec_ttl .ja{
  display: block;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0.3em;
}

.sec_ttl .ja._line2{
  margin-top: .3em;
  line-height: 1.6;
}
.sec_ttl._small .en{
  font-size: 3.8em;
}

.sec-ttl{
  font-size: 1em;
  padding: 2em 0;
}
.sec-ttl .en{
  font-size: 5em;
  font-weight: 600;
  line-height: 1.15;
}
.sec-ttl .ja{
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: .6em;
}

.sec_sub,
.sec_sub_txt{
  font-size: 1.35em;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.sec_sub{
  padding-bottom: 2.5em;
}
.sec_sub_txt{
  padding: .5em 0;
}
.sec_desc,.sec_desc_txt{
  font-size: 1.1em;
  line-height: 1.7;
}
.sec_desc{
  padding: 1em 0 2em;
}
.sec_desc_txt{
  padding: .5em 0;
}
.sec_txt{
  padding: .5em 0;
  line-height: 1.7;
}
.sec_desc_txt p,.sec_txt p{
  padding: .1em 0;
}

._icon_w,.filter_w{ filter: var(--filter-w); }
.block{display: block;}
.none{display: none;}
.height_img{
  height: 100%;
  width: auto;
}
.hov a{ transition: opacity .5s; }
.hov a:hover{ opacity: .7; }
.youtube_box {
  position: relative;
  margin: 1em 0 ;
}
.youtube_box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.smooth {
  scroll-behavior: smooth;
}
.iframe_box{
  width: 100%;
  aspect-ratio: 1/1;
  padding: 1em 0;
}
.iframe_box iframe{
  width: 100%;
  height: 100%;
}
.img_box{
  width: 100%;
  aspect-ratio: 3/2;
  margin: 1em 0;
}
.img_box img,
.ofit{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* font =============================== */
.en { font-family: var(--font-en);}
.ja { font-family: var(--font-ja); }
.comp { font-family: var(--font-comp); }
.num { font-family: "Bebas Neue", sans-serif; }
.antonio { font-family: "Antonio", sans-serif; }
.center{ text-align: center;}
.left{ text-align: left;}
.left-center{ text-align: left;}
.center-left{ text-align: center;}
.small{font-size: .9em;}
.small2{font-size: .8em;}
.small3{font-size: .7em;}
.red{ color: var(--c-red); }
.red2{ color: var(--c-red2); }
.blue{ color: var(--c-blue); }
.blue{ color: var(--c-yellow); }

.black{ color: var(--c-black);}
.gold{ color: var(--c-gold); }
.grey{ color: var(--c-gray-d); }
.grey-l{ color: var(--c-gray-l); }
.grey-bg{ color: var(--c-gray-bg); }

/* .num , .geo { font-family: "Geologica", sans-serif;}
.script { font-family: "Caveat", cursive;} */
.bold{ font-weight: bold;}

.asterisk{
  position: relative;
  display: block;
  padding-left: 1.2em;
}
.asterisk::before{
  content: "※";
  position: absolute;
  left: 0;
}

.speech_border{
  position: relative;
  display: block;
  width: fit-content;
  height: 100%;
  font-size: 0.7em;
  font-weight: 500;
  line-height: 1.1;
  padding: 0 .7em;
  margin: auto;
}
.speech_border::before,
.speech_border::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1.5px;
  height: 1em;
  background-color: currentColor;
}
.speech_border::before{
  left: 0;
  transform: rotateZ(-30deg);
}
.speech_border::after{
  right: 0;
  transform: rotateZ(30deg);
}

@media (min-width: 769px) {
  .sp{display: none;}
  .pc{display: block;}

  .left-center,.left_center{ text-align: center;}
  .center-left,.center_left{ text-align: left;}
  .iframe_box{
    aspect-ratio: 5/4;
  }

  .sec_ttl{
    padding: 1em 0 2em;
  }
  .sec_ttl .en{
    font-size: 5.5em;
    letter-spacing: 0;
  }

}/*  */

/* LINK ============== */
.link_btn{
  position: relative;
  display: block;
  width: fit-content;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--c-a);
  text-align: center;
  padding: 1.2em 0;
}
.link_btn.right,
._right{
  margin-left: auto;
}
.link_btn.center,
._center{
  margin: 0 auto;
}
._arrow{
  position: relative;
  width: fit-content;
  padding-right: 1em;
}
._arrow::after{
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  right: 0.2em;
  top: 0.11em;
  bottom: 0;
  margin: auto;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
  transform: rotateZ(45deg);
}

.link_btn._border::before{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  bottom: .8em;
  left: 0;
  right: 0;
  margin: auto;
  /* transform: scaleX(0); */
  transform-origin: right center;
  transition: transform .2s;
}
.link_btn._border:hover::before{
  animation: border_move forwards .4s ease normal;
}
@keyframes border_move {
  0%   { transform: scaleX(100%); transform-origin: right;}
  50%  { transform: scaleX(0); transform-origin: right;}
  51%  { transform: scaleX(0);   transform-origin: left;}
  100% { transform: scaleX(100%); transform-origin: left;} 
}

/* link_arrow ========== */
.link_arrow{
  display: flex;
  gap: .5em;
  width: fit-content;
  font-family: var(--font-en);
  font-size: 1.2em;
  font-weight: 400;
  padding: 1em 0;
  transition: transform .3s;
}
.link_arrow .txt{
  position: relative;
  display: block;
  padding: 0 3em .5em 0;
}
.border_arrow{
  position: relative;
  display: inline-block;
  width: 2.6em;
  height: 1px;
  background-color:currentColor;
  margin: 0 0 .25em;
}
.link_arrow .border_arrow{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0.25em 0 0;
}
.border_arrow::after{
  content: "";
  position: absolute;
  top: 0;
  right:  0;
  z-index: 1;
  display: block;
  width: .8em;
  height: 1px;
  background-color: currentColor;
  transform: rotateZ(30deg);
  transform-origin: bottom right;
}
.link_arrow:hover{
  color: var(--c-blue);
  transform: translateX(.3em);
}
a:hover .border_arrow{
  animation: anime_swing .3s 1 forwards;
}
@keyframes anime_swing {
	0% {	transform: translate(0, 0);}
	50% {	transform: translate(1.5em, 0); opacity:0}
	51% {	transform: translate(-1.5em, 0); opacity:0}
	100% {	transform: translate(0, 0); opacity:1}
}


/* LINK ARROW */
.link_btn_arw{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  height: 4.5em;
  line-height: 1;
  transition: opacity .5s;
}
.link_btn_arw:hover{
  opacity: .6;
}
.link_btn_arw .txt{
  display: inline-block;
  position: relative;
  padding-right: 3em;
  font-weight: 500;
}
.link_btn_arw._left {
  justify-content: flex-start;
}
.link_btn_arw._right {
  justify-content: flex-end;
}
.rt_arw{
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 2.2em);
  margin: auto;
  display: block;
  width: 2.2em;
  height: 1px;
  background-color: currentColor;
  transition: transform .3s;
}
.rt_arw::before,.rt_arw::after{
  display: block;
  position: absolute;
  content: "";
  height: 1px;
  width: .4em;
  top: 0;
  right: 0;
  background-color: inherit;
}
.rt_arw.white {
  background-color: #fff;
}
.rt_arw::before{
  transform: rotateZ(-45deg);
  transform-origin:right bottom;
}
.rt_arw::after{
  transform: rotateZ(45deg);
  transform-origin:right bottom;
}
.link_btn_arw:hover .rt_arw{
transform: translateX(10%);
}


/* link circle + arrow ========== */
.link_circle_arrow{
  display: flex;
  width: fit-content;
  align-items: center;
  font-family: var(--font-en);
  font-size: 1rem;
  padding: 1.1em 0;
  transition: transform .2s;
}
.link_circle_arrow._right{
  margin-left: auto;
}
.link_circle_arrow._center{
  margin: auto;
}
.link_circle_arrow.border {
  border: 1px solid;
  padding-left: 5em;
  padding-right: 5em;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 3em;
}
.link_circle_arrow .txt{
  display: inline-block;
  font-family: var(--font-comp);
  font-size: 1.2em;
  font-weight: 500;
}
.arrow_circle{
  position: relative;
  display: inline-block;
  background-color: currentColor;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  margin-left: .8em;
  overflow:hidden;
}
.arrow_circle_img{
  position: absolute;
  top: 0;
  bottom: .1em;
  left: 0;
  right: 0;
  margin: auto;
  width: 42% !important;
  filter: var(--filter-gray);
  transition: transform .25s ease-in, opacity .25s;
}
.arrow_circle_img._pdf{
  width: 44%;
}
.arrow_circle::before,
.arrow_circle::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 42%;
  height: 42%;
  background-image: url(/k-pop/imgs/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-200%);
  opacity: 0;
  transition: transform .25s ease-out, opacity .25s ease-out;
  filter: var(--filter-gray);
}
.arrow_circle::after{
  transform: translateX(0);
  opacity: 1;
}
.bg_g .arrow_circle_img,
.bg_g .arrow_circle::after,
.bg_g .arrow_circle::before{
  filter: none;
}
.link_circle_arrow:hover{
  transform: translateX(.3em);
  color: var(--c-blue);
}
.link_circle_btn_wrap .link_circle_arrow:hover{
  transform: translateX(.3em);
  color: inherit;
}

.bg_g .link_circle_arrow:hover{
  color: var(--c-blue3);
}
a:hover .arrow_circle_img, .link_circle_arrow:hover .arrow_circle_img, .top_cont_box:hover .arrow_circle_img,
a:hover .arrow_circle::after, .link_circle_arrow:hover .arrow_circle::after, .top_cont_box:hover .arrow_circle::after{
  transform: translateX(200%);
  opacity: 0;
}
a:hover .arrow_circle::before, .link_circle_arrow:hover .arrow_circle::before, .top_cont_box:hover .arrow_circle::before{
  transform: translateX(0);
  opacity: 1;
}

.arrow_circle._line{
  border: 1px solid var(--c-white);
}
.arrow_circle._line .arrow_circle_img{
  bottom: 0;
}

/* LINK CIRCLE + BUTTON */
.link_circle_btn_wrap{
  background-color: var(--c-gray-d);
  /* background: linear-gradient(135deg, rgb(0 238 227) 0%, rgb(139 105 255) 70%, rgb(118 124 255) 100%); */
  background: linear-gradient(135deg, rgb(0 244 233) 0%, rgb(146 116 245) 65%, rgb(138 143 246) 100%);
  border-radius: .1em;
  margin: 1.5em auto;
  max-width: 36rem;
  color: #fff;
}
.link_circle_btn_wrap._left{
  margin: 1.5em auto 1.5em 0;
}
.link_circle_btn_wrap._right{
  margin: 1.5em 0 1.5em auto;
}
.link_circle_btn_wrap .link_circle_arrow{
  width: 100%;
  justify-content: center;
}
.link_circle_btn_wrap .arrow_circle{
  background-color: currentColor;
}
.link_circle_btn_wrap .arrow_circle_img,
.link_circle_btn_wrap .arrow_circle::before{
  filter: var(--filter-gray-d);
}

.link_circle_btn_wrap._border{
  background-color: transparent;
  background: none;
  color: #fff;
  border: 1px solid currentColor;
  /* min-width: 30rem; */
}
/* .link_circle_btn_wrap._border .arrow_circle_img,
.link_circle_btn_wrap._border .arrow_circle::before {
  filter: var(--filter-w);
} */

/* padding top and bottom */
.ptb05{ padding-top: .5em; padding-bottom: .5em;}
.ptb1{ padding-top: 1em; padding-bottom: 1em;}
.ptb2{ padding-top: 2em; padding-bottom: 2em;}
.ptb3{ padding-top: 3em; padding-bottom: 3em;}
.ptb4{ padding-top: 4em; padding-bottom: 4em;}
.ptb5{ padding-top: 5em; padding-bottom: 5em;}
.ptb6{ padding-top: 6em; padding-bottom: 6em;}
.ptb7{ padding-top: 7em; padding-bottom: 7em;}
.ptb8{ padding-top: 8em; padding-bottom: 8em;}
.ptb9{ padding-top: 9em; padding-bottom: 9em;}

/* padding left and right */
.plr05{ padding-left: .5em; padding-right: .5em;}
.plr1{ padding-left: 1em; padding-right: 1em;}
.plr2{ padding-left: 2em; padding-right: 2em;}
.plr3{ padding-left: 3em; padding-right: 3em;}
.plr4{ padding-left: 4em; padding-right: 4em;}
.plr5{ padding-left: 5em; padding-right: 5em;}
.plr6{ padding-left: 6em; padding-right: 6em;}
.plr7{ padding-left: 7em; padding-right: 7em;}
.plr8{ padding-left: 8em; padding-right: 8em;}
.plr9{ padding-left: 9em; padding-right: 9em;}

/* mt */
.mt05{ margin-top: .5em;}
.mt1{ margin-top: 1em;}
.mt2{ margin-top: 2em;}
.mt3{ margin-top: 3em;}
.mt4{ margin-top: 4em;}
.mt5{ margin-top: 5em;}
.mt6{ margin-top: 6em;}
.mt7{ margin-top: 7em;}
.mt8{ margin-top: 8em;}
.mt9{ margin-top: 9em;}

/* mb */
.mb05{ margin-bottom: .5em;}
.mb1{ margin-bottom: 1em;}
.mb2{ margin-bottom: 2em;}
.mb3{ margin-bottom: 3em;}
.mb4{ margin-bottom: 4em;}
.mb5{ margin-bottom: 5em;}
.mb6{ margin-bottom: 6em;}
.mb7{ margin-bottom: 7em;}
.mb8{ margin-bottom: 8em;}
.mb9{ margin-bottom: 9em;}

/* font-size */
.fz1{font-size:1em;}
.fz11{font-size:1.1em;}
.fz12{font-size:1.2em;}
.fz13{font-size:1.3em;}
.fz14{font-size:1.4em;}
.fz15{font-size:1.5em;}
.fz16{font-size:1.6em;}
.fz17{font-size:1.7em;}
.fz18{font-size:1.8em;}
.fz19{font-size:1.9em;}
.fz20{font-size:2em;}

.bottom_border {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  z-index: 1;
}
.bottom_border::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 5px;
  background-color: currentColor;
}


/* BODY BACKGROUND  ======================= */
body {
  width: 100%;
  height: 100%;
  background: var(--c-bg);
  background: linear-gradient(70deg, rgba(181, 190, 200, 1) 0%, rgba(222, 199, 224, 1) 50%, rgba(218, 222, 227, 1) 100%);
  background-size: cover;
  /* animation: bggradient 20s ease infinite;
  background-attachment: fixed;
  background-size: 200% 200%; */
}
.all-wrap {
  background: var(--c-gray-bg);
  max-width: 560px;
  margin: 0 auto;
  overflow: hidden;
}

/* TRIAL BUTTON  ======================= */
.btn-trial-box{
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10000;
  padding: 1em 1em 1.2em;
  max-width: 560px;
  background: linear-gradient(26deg, rgb(232 193 220) 0%, rgb(181, 124, 187) 50%, rgba(222, 199, 224, 1) 100%);
  background-size: 200% 120%;

  border-radius: 1.2em 1.2em 0 0;
  transform: translateY(100%);
  opacity: 0;
  transition: transform .3s , opacity .3s;

  animation: AnimationBtnGrad 20s ease infinite;
}
@keyframes AnimationBtnGrad {
  0%{background-position:0% 0%}
  50%{background-position:100% -10%}
  100%{background-position:0% 0%}
}

.header_w .btn-trial-box{
  transform: translateY(0);
  opacity: 1;
}
.btn-trial-txt{
  color: white;
  padding: 0.3em 0 0.4em;
  text-align: center;
  transition: .3s;
  font-size: 1.8em;
  font-weight: bold;
  display: block;
}
.btn-trial-txt .txt{
  position: relative;
  display: inline-block;
  width: fit-content;
  margin: auto;
}
.btn-trial-txt .txt::after{
  content: "";
  position: absolute;
  bottom: -.2em;
  display: block;
  width: 100%;
  height: 1px;
  height: 2px;
  border: .5px solid #fff;
}




/* LP KEYVIS
==================================== */
.lp_key {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 80em;
  padding: 2em 2em 5.5em;
  overflow: hidden;
}
.lp_key::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  display: block;
  width: 100%;
  height: 100%;
  /* background-image: url(../img/main_back.jpg); */
  background: linear-gradient(70deg, rgba(181,190,200,1) 0%, rgba(222,199,224,1) 50%, rgba(218,222,227,1) 100%);
  /* background-size: 200% 150%; */
  /* -webkit-animation: AnimationName 20s ease infinite;
  -moz-animation: AnimationName 20s ease infinite;
  animation: AnimationName 20s ease infinite; */

  -webkit-mask-image: url(/k-pop/lp/imgs/key_bg_mask.svg);
  mask-image: url(/k-pop/lp/imgs/key_bg_mask.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
}
/* @-webkit-keyframes AnimationName {
  0%{background-position:0% 97%}
  50%{background-position:100% 4%}
  100%{background-position:0% 97%}
}
@-moz-keyframes AnimationName {
  0%{background-position:0% 97%}
  50%{background-position:100% 4%}
  100%{background-position:0% 97%}
}
@keyframes AnimationName {
  0%{background-position:0% 97%}
  50%{background-position:100% 4%}
  100%{background-position:0% 97%}
} */

.lp_key_img {
  position: absolute;
  width: 31em;
  top: 2em;
  right:-6.5em;
}
.lp_key_img::after{
  content: "";
  position: absolute;
  top: 10em;
  right: 4em;
  z-index: -100;
  display: block;
  background-color: #e6e6f0;
  border-radius: 50%;
  width: 34em;
  height: 31em;
  transform: skewX(-20deg);

  animation-name: puyopuyo;
  animation-duration: 40.0s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
@keyframes puyopuyo{  
  0%{  border-radius: 63% 37% 54% 46%/55% 48% 52% 45%; }
  25%{ border-radius: 40% 60% 54% 46%/49% 60% 40% 51%; }
  50%{ border-radius: 50% 50% 34% 66%/56% 68% 32% 44%; }
  75%{ border-radius: 46% 54% 50% 50%/35% 61% 39% 65%; }
  100%{ border-radius: 63% 37% 54% 46%/55% 48% 52% 45%; }
}

.lp_key_tex{
  position: absolute;
}
.lp_key_tex._01 {
  left: -6em;
  bottom: 20em;
  width: 19em;
}
.lp_key_tex._02 {
  top: -12em;
  left: -2em;
  width: 19em;
}
.lp_key_tex._03 {
  top: -15em;
  right: -3.5em;
  width: 19em;
}


.lp_key_logo{
  width: 2.5em;
}

.lp_key_inner{
  position: relative;
  width: 100%;
  height: 100%;
}

.lp_key_txt_block{
  position: absolute;
  top: 16em;
}
.lp_key_ttl {
  font-size: 2.6em;
  margin-bottom: .8em;
  color: #fff;
}
.lp_key_ttl .sub_txt{
  display: block;
  font-size: 0.6em;
  margin-bottom: .3em;
}
.lp_key_ttl .back_line::after{
  background: var(--grad2);
}
.lp_key_desc{
  font-size: 1.4em;
  font-weight: 500;
}
.lp_key_desc .back_line::after{
  background-color: #fff;
}
.back_line{
  position: relative;
  width: fit-content;
  padding: 0 .3em;
  margin: 0 0 .4em;
  display: block;
  z-index: 1;
}
.back_line::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;

  z-index: -1;
}
.back_line.fadeCoverRight::before{
  background: linear-gradient(90deg, rgb(226 203 203) 20%, rgb(200 219 225) 100%);
}

.lp_key_foot_block{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.lp_key_price{
  width: 11em;
  aspect-ratio: 1/1;
  background-color: #ffffffdb;
  border-radius: 50%;
  margin-left: auto;
  margin-bottom: 1.2em;
}
.lp_key_banner{
  width: 95%;
  margin: auto;
}
.lp_key_banner img{
  margin-top: .8em;
}

.scroll_arw_box{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  height: fit-content;
  margin: auto;
  color: #fff;
  animation: scrollDown 2s ease-in-out infinite;
}
.scroll_arw{
  display: block;
  width: 1px;
  height: 4rem;
  background-color: #fff;
  transform-origin: top;
}
.scroll_arw_box .txt{
  writing-mode: vertical-lr;
  margin-bottom: .3em;
  margin-left: .1em;
}
.scroll_arw::before{
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 10px;
  background-color: #fff;
  bottom: 0;
}
.scroll_arw::before{
  transform-origin: bottom left;
  transform: rotateZ(35deg);
}
@keyframes scrollDown {
  0%  { transform: translateY(0%); }
  50% { transform: translateY( 5%);}
}


/* SECTION MOVIE 
========================================= */
.sec_movie{
  position: relative;
  z-index: 1;
}
.lp_key_tex._04 {
  top: -5em;
  left: -2em;
  width: 36em;
  z-index: 1;
  max-width: initial;
}

.movie_ttl{
  position: relative;
  width: fit-content;

  font-size: 2.8em;
  color: var(--c-gray);
  text-align: center;
  padding: 0 1.6em;
  margin: .2em auto;
}
.movie_ttl::after,
.movie_ttl::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  margin: auto;
  display: block;
  width: 1.3em;
  height: 1.3em;
  background-color: var(--c-gray);
  -webkit-mask-image: url(/k-pop/lp/imgs/icon_star.svg);
  mask-image: url(/k-pop/lp/imgs/icon_star.svg);
  mask-repeat: no-repeat;
  mask-size: cover;

  animation: anime_swing 4s infinite ;
}
.movie_ttl::before{
  left: 0;
  bottom: .5em;
}
.movie_ttl::after{
  right: 0;
  top: 0;
  bottom: -.2em;
  animation-delay: .5s;
}
.video_wrap{
  padding: 1.5em;
}
.video_wrap video{
  width: 100%;
}
.a_swing{
  animation: anime_swing 2s infinite alternate;
}
@keyframes anime_swing {
	0% { opacity: 1; }
	3% { opacity: 0; }
	6% { opacity: 1; }
	100% { opacity: 1; }
}


/* FEATURE
------------------------------------------- */
.feat_list{
  padding: 1em 0;
}
.feat_list_box{
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 2em;
  margin: 2em 0 6em;
}

.feat_list_num_wrap {
  position: relative;
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 0 .5em;
}
.feat_list_num_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--c-gray);
}
.feat_list_num_wrap .num {
  font-family: var(--font-en);
  font-size: 4em;
  font-weight: 400;
  line-height: 1;
}
.feat_list_num_wrap .en {
  font-weight: 700;
  writing-mode: sideways-lr;
}
.feat_list_detail_wrap {
  width: 80%;
}
.feat_list_ttl{
  font-size: 1.6em;
  margin-bottom: 2em;
  line-height: 1.5;
}
.feat_list_ttl .bottom_border{
  font-size: 1.45em;
  line-height: 1.5;
  margin-top: .03em;
}
.feat_list_ttl .bottom_border::after{
  background: var(--grad);
}
.feat_list_img{
  border-radius: 1em 0 0 1em;
  overflow: hidden;
}

.feat_list_box:nth-child(even){
  flex-direction: row-reverse;
  padding: 0 2em 0 0 ;
}
.feat_list_box:nth-child(even) .feat_list_img{
  border-radius: 0 1em 1em 0;
}
.feat_list_box:nth-child(even) .feat_list_ttl{
  padding-left: 2rem;
}
.feat_list_box:nth-child(even) .feat_list_num_wrap{
  padding: 0 .7em 0 0 ;
  align-items: flex-end;
}
.feat_list_box:nth-child(even) .feat_list_num_wrap::before {
  left: initial;
  right: 0;
}
.feat_list_box:last-child{
  margin-bottom: 0;
}


/* REASON
------------------------------------------- */
.sec_reason{
  width: 94%;
  background-color: #fff;
  padding: 3em 2em 3em 2.5em;
  margin: 2em 0 10em auto;
  border-radius: 1.5em 0 0 1.5em;
  filter: drop-shadow( 0 0 1em rgba(214, 189, 214, 0.5) );
}
.sec_reason_ttl{
  font-size: 1em;
  background: var(--grad2);
  -webkit-background-clip: text;
  color: transparent;
}
.sec_reason_ttl .en{
  display: block;
  font-size: 3.5em;
  line-height: 1;
  white-space: nowrap;
}
.sec_reason_ttl .ja{
  font-size: 1.4em;
}

.reason_list_box{
  padding: 2em 0;
}
.reason_list_lead{
  position: relative;
  display: block;
  font-family: var(--font-en);
  font-size: 1.2em;
  font-weight: 800;
  color: var(--c-purple);
}
.reason_list_lead{
  position: relative;
  display: block;
  font-family: var(--font-en);
  font-size: 1.3em;
  font-weight: 800;
  color: var(--c-purple);
  margin-bottom: .7em;
}
.reason_list_lead::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 77%;
  height: .6em;
  background: var(--grad);
}

.reason_list_head{
  display: flex;
  justify-content: space-between;
  color: var(--c-purple);
}
.reason_list_num{
  width: 15%;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 5.8em;
  text-align: center;
  line-height: .9;
}
.reason_list_ttl{
  width: 80%;
  font-size: 2.3em;
  line-height: 1.3;
  margin-bottom: 0.2em;
}
.reason_list_ttl .small{
  display: block;
  font-size: 0.55em;
  line-height: 1.5;
  margin-top: .3em;
}
.reason_list_img{
  margin: 1em 0;
}
.reason_list_img img{
  width: calc(100% + 2em);
  max-width: initial;
}
.reason_list_desc{
  font-size: 1.2em;
  line-height: 1.7;
}

.reason_list_box .fadeCoverRight::before {
  background-image: var(--grad2);
}


/* USER VOICE
------------------------------------------- */
.star_box{
  position: absolute;
  left: 0;
  right: 0;
  top: -8em;
  z-index: 1;
  width: 7rem;
  min-height: 11em;
  aspect-ratio: 1/1.9;
  margin: auto;
}
.star_box img{
  position: absolute;
  filter: var(--filter-w);
}
.star_box ._1{
  width: 60%;
  top: 0;
  left: 8%;
}
.star_box ._2{
  width: 50%;
  top: 18%;
  left: 55%;
}
.star_box ._3{
  width: 41.66%;
  top: 41%;
  left: 32%;
}
.star_box ._4{
  width: 34%;
  top: 61%;
  left: 8%;
}
.star_box ._5{
  width: 25%;
  top: 78%;
  left: 27%;
}
.star_box ._6{
  width: 16%;
  top: 91%;
  left: 50%;
}
.user_slider_wrap {
  padding: 3em 0;
  margin-bottom: 3em;
  background-color: var(--c-bg);
  background-image: url(/k-pop/lp/imgs/kpop_voice_bg.svg);
  background-size: 6.4em;
  background-repeat: repeat;
  color: #fff;
  border-radius: 70% 70% 0 0 / 30% 30% 0 0;
  filter: drop-shadow(.5em .5em .5em rgba(182, 182, 182, 0.9));
}
.user_ttl{
  width: 65%;
  margin: 2.5em auto 0;
}
.lp_user_list_box_inner {
  position: relative;
  z-index: 1;
  padding: 3em 5em 2em;
}
.user_list_ttl{
  font-size: 1.6em;
  padding: .1em 0;
  white-space: nowrap;
  min-height: 3em;
}
.lp_user_name{
  font-size: 1.1em;
  text-align: center;
}
.lp_user_img{
  position: relative;
  width: 90%;
  margin: 2em auto 0;
}
.lp_user_img_num{
  position: absolute;
  top: 1em;
  left: -.5em;
  width: 4em;
}
.lp_user_desc{
  position: relative;
  font-size: 1.1em;
  line-height: 1.8;
  letter-spacing: .05em;
  padding: 2.5em 0 1em;
}
.lp_user_desc::before{
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1.2em;
  background-color: #fff;
  clip-path: polygon(
    50% 0, 54.2% calc(100% - 1px), 100% calc(100% - 1px), 
    100% 100%, 53.9% 100%, 50% 1px, 46.1% 100%, 0 100%, 
    0 calc(100% - 1px), 45.8% calc(100% - 1px)
  );
}
#lp_user_list_slider .slick-dots li {
  width: 1.5em;
  height: 1.5em;
  margin: 0;
}
#lp_user_list_slider .slick-dots {
  bottom: 0;
}
#lp_user_list_slider .slick-dots li.slick-active button:before,
#lp_user_list_slider .slick-dots li button:before{
  color: var(--c-blue2);
}
#lp_user_list_slider .slick-prev,
#lp_user_list_slider .slick-next{
  top: 40%;
  width: 2rem;
  height: 2rem;
  z-index: 100;
  color: var(--c-gray-bg);
  border-bottom: 2px solid ;
}
#lp_user_list_slider .slick-prev {
  left: 1.5rem;
  border-left: 2px solid ;
  transform: rotateZ(45deg) skew(10deg, 10deg);
}
#lp_user_list_slider .slick-next {
  right: 1.5rem;
  border-right: 2px solid ;
  transform: rotateZ(-45deg) skew(-10deg, -10deg);
}
#lp_user_list_slider .slick-prev:before, 
#lp_user_list_slider .slick-next:before{
  content: "";
  color: #000;
}



/* TRIAL
------------------------------------------- */
.trial_flow_block{
  padding: 2em 0;
}
.lp_trial_ttl{
  margin-bottom: 1em;
}
.trial_flow_list {
  padding: 1.5em 0;
}
.trial_flow_list_box{
  position: relative;
}
.trial_flow_list_box.flex{
  display: flex;
  align-items: center;
}
.trial_flow_list_box._01{
  flex-direction: row-reverse;
}
.trial_flow_list_box._02{
  margin-top: 2em;
  margin-bottom: 4em;
}

.trial_flow_star{
  position: absolute;
  z-index: 1;
}
._01 .trial_flow_star{
  width: 3em;
  top: -.5em;
  left: 12em;
}
._02 .trial_flow_star{
  width: 3.6em;
  top: -1.8em;
  left: 15em;
}
._03 .trial_flow_star{
  width: 3.6em;
  top: -6em;
  left: 6em;
}

.trial_flow_desc{
  position: relative;
  font-size: 1.1em;
  padding: 2em 1em 1em ;
}
.trial_flow_desc::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: .5em;
  z-index: -10;
}
.flex .trial_flow_desc::after {
  content: "";
  position: absolute;
  top: 0;
  right: 90%;
  z-index: -50;
  display: block;
  background: var(--grad);
  border-radius: 50%;
  width: 13em;
  height: 14em;
  transform: skewX(10deg);
  animation-name: puyopuyo;
  animation-duration: 40.0s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.flex._02 .trial_flow_desc::after{
  top: -3em;
  right: -10em;
  width: 15em;
  height: 16em;
  transform: skewX(-12deg);
  background: linear-gradient(135deg, rgb(125 255 249) 0%, rgb(164 185 239) 65%, rgb(210 181 255) 100%);
}

.flex .trial_flow_detail_box{
  width: 60%;
}
.flex .trial_flow_img_box{
  position: relative;
  width: 40%;
  z-index: 2;
}
.flex .trial_flow_img_box img{
  width: 120%;
  max-width: inherit;
}
._02 .trial_flow_img_box img{
  margin-left: -3em;
}

.trial_flow_num{
  position: absolute;
  top: -.6em;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: fit-content;
  height: fit-content;
  font-size: 4em;
  font-weight: bold;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: var(--c-purple) 0.03em;
}

.trial_flow_list_box._03 {
  width: 90%;
  margin: auto;
}
.trial_flow_list_box_03 .trial_flow_desc{
  border-radius: .5em .5em 0 0 ;

}

.trial_foot_block{
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 2em;
  margin-top: 6em;
  margin-bottom: 3em;
  border-radius: .5em;
  border: 1px solid var(--c-bg);
}
.trial_foot_block::after{
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin:auto;
  display: block;
  width: 80%;
  height: 1px;
  background-color: #fff;
}
.trial_foot_ttl {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: -7em auto 0;
}
.trial_foot_desc{
  padding: 2em 0 3em;
  white-space: nowrap;
}
.trial_foot_desc .bottom_border{
  margin: 0 .1em;
}
.trial_foot_desc .bottom_border::after {
  background: var(--c-yellow);
}


/* PRICE LIST
------------------------------------------- */
.sec_lp_price{
  background-color: var(--c-bg);
  color: #fff;
}
.lp_price_txt{
  padding: 1em 2em 2em;
}

/* QA
------------------------------------------- */
/* .sec_lp_qa{
  background-color: #fff;
} */
.lp_girls_qa_ttl{
  position: relative;
  font-family: 'Outfit', sans-serif;
  font-size: 4em;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--c-lp-pink);
  padding: 1rem 0;
}
.lp_girls_qa_ttl .txt{
  position: relative;
  z-index: 1;
}
.lp_girls_qa_ttl_img{
  position: absolute;
  top: 65%;
  left: 50%;
  width: 70%;
  transform: translate(-50%,-50%);
  z-index: 0;
}
.qa_box{
  padding: .5em 0;
}
.accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 2rem 3.5rem 2rem 2rem;
  background: linear-gradient(45deg, rgba(239,196,225,1) 0%, rgba(222,199,224,1) 50%, rgba(222,199,224,1) 100%);
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
}
.accordion-001 summary::-webkit-details-marker{
  display: none;
}
.accordion-001 summary .txt{
  position: relative;
  padding-left: 2.2em;
}
.accordion-001 summary .txt::before{
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: fit-content;
  font-family: 'Outfit', sans-serif;
  font-size: 1.6em;
  margin: auto;
}
.accordion-001{
  transition: padding .3s;
  padding: 0;
  margin: .5em 0;
}
.accordion-001 p{
  font-size: 1.2em;
  /* background-color: #fff1f8; */
  padding: 1.5em 2em;
}
.accordion-001 summary::after{
  content: url(/assets-new/images/lp/girls/lp_girls_qa_plus_icon.svg);
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1.2em;
  height: 1.2em;
  transform: rotateZ(0);
  border-bottom: none;
  border-right: none;
  transition: transform .2s;
}
.accordion-001[open] summary::after{
  transform: rotateZ(45deg);
}


/* STUDIO
========================================= */
.sec_lp_girls_studio{
  text-align: center;
}
.lp_girls_studio_ttl{
  position: relative;
  font-size: 4em;
  letter-spacing: 0.01em;
  line-height: 1;
}
.line_txt{
  /*display: block;*/
  margin: auto;
  font-family: "Bebas Neue", sans-serif;
  font-size: .8em;
  font-weight: bold;
  
  color: transparent;
  -webkit-text-stroke: var(--c-gray) 0.001em;
}
.sec_lp_girls_studio_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1px;
}
.sec_lp_girls_studio_box{
  width: calc(50% - .5px);
}
.lp_girls_studio_desc{
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  padding: 1em 0;
}
.sec_lp_girls_studio_list{
  padding: 1em 0 3em;
}
.sec_lp_girls_studio_ph{
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
}
.sec_lp_girls_studio_ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_lp_girls_studio_ph::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  mix-blend-mode: multiply;
  opacity: .5;
}
.studio_txt_cnt{
  display: block;
  position: relative;
}
.studio_txt_box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  color: #fff;
  z-index: 1;
}
.studio_txt{
  font-size: 1.1em;
  opacity: .8;
}
.studio_txt_sub{
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: .02em;
}


/* FOOTER
========================================= */
.footer {
  position: relative;
  color: #fff;
  font-size: 10px;
  padding: 4em 0 13em;
  z-index: 1;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--c-bg);
  mix-blend-mode: multiply;
}
.n_foot_logo{
  width: 4.5em;
  margin: 1em auto 1.2em;
}
.n_foot_logo_img{
  filter: var(--filter-w);
}

.footer_sns{
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.footer_sns i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5em;
  padding: .7em .5em;
  color: var(--c-white);
}
.n_foot-lede-desc{
  font-size: 1.2em;
  padding: 1em 1em;
  line-height: 1.8;
  color: #fff;
}
.n_foot-lede-desc span{
  display: block;
  padding: .5em 0;
}
.n_copyright {
  padding: 3em 0 0;
  text-align: center;
  font-size: 10px;
}
.tiktok_icon{
  position: relative;
  filter: var(--filter-w);
  /* width: 4.5rem; */
  /* height: 6rem; */
  padding-bottom: 0.76em !important;
}
.tiktok_icon img{
  width: 2rem;
  height: auto;
  max-width: 23px;
}
