@charset "UTF-8";
/* responsive min:899px */
/* block ごとに 0からCSSを作り直したものを集める */

/*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;
}
table {
  border-collapse: collapse;
}

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

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


/* Module =============================================*/
:root {
  --color-black: #161613;
  --color-black2: #212121;
  --color-black3: #666666;
  --color-black4: #444444;
  --color-red: #db3516;
  --color-red2: #e7404b;
  --color-red3: #ee0000;
  --color-pink: #ef7d83;
  --color-grey: #e4e1e1;
  --color-grey2: #f2f1ea;
  --color-grey-txt: #bababa;
  --color-white: #f1f0ed;
  --color-white2: #f9f9f7;
  --color-blue: #2992c9;
  --color-blue2: #0c77b0;

  --c-black: #000c12;
  --c-black2: #1e282e;
  --c-navy: #193863;
  --c-blue: #2c8abc;
  --c-gold: #b49e73;
  --c-gold2: #c7b299;
  --c-gray: #e9e5dc;
  --c-gray2: #f6f6f6;

  --font-comp: "Montserrat",'Noto Sans JP', sans-serif;
  --font-ja: 'Noto Sans JP', sans-serif;
  --font-en: 'Montserrat', sans-serif;
  --filter-w: invert(100%) sepia(19%) saturate(377%) hue-rotate(316deg) brightness(100%) contrast(91%);
  --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-blue: invert(44%) sepia(81%) saturate(479%) hue-rotate(156deg) brightness(96%) contrast(87%);

  --inn-w: 2rem;
  --inn-w-minus: -2rem;

  --kv-fill-color: #fff;
}


/* font-size =============================================*/
.vw_base{
  /* font-size: 10px; */
  font-size: clamp(10px,3.125vw,16px) !important;
  font-size: 3.125vw !important;
  box-sizing: border-box;
}
.vw_base *{
  box-sizing: border-box;
}
@media (min-width: 899px) {
  .vw_base{
    /* W899:10 */
    font-size: clamp(10px,1.112347052vw,14px) !important;
  }
}/*  */

html {
  width: 100%;
  max-width: 100%;
}
body{
  font-family: 'Noto Sans JP', sans-serif;
}

/* 共有パーツ =============================== */
.sec_bloc{
  padding-top: 3em;
  padding-bottom: 3em;
}

/* 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;}

/* 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;}

._top0{ padding-top: 0 !important;}
._bottom0{ padding-bottom: 0 !important;}

.no_mv{
  padding-top: 5.5em;
}
.c_inner{
  padding-left: 2em;
  padding-right: 2em;
}
.c_wide{
  max-width: 1300px;
  margin: 0 auto;
}
.c_wide.c_inner{
  max-width: calc(1300px + (4em * 2) );
}
.max800{ max-width: 800px; margin: 0 auto; }
.max900{ max-width: 900px; margin: 0 auto; }
.max1000{ max-width: 1000px; margin: 0 auto; }
.max1200{ max-width: 1200px; margin: 0 auto; }
.max1400{ max-width: 1400px; margin: 0 auto; }
.pc{ display: none; }
._icon_w{ filter: var(--filter-w); }
.none{display: none;}
.height_img{
  height: 100%;
  width: auto;
}
.hov a{ transition: opacity .5s; }
.hov a:hover{ opacity: .7; }

.youtube_box {
  position: relative;
  margin: .5em 0 1em;
}
.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;
}

/* font =============================== */
.en { font-family: var(--font-en); }
.ja { font-family: var(--font-ja); }
.comp { font-family: var(--font-comp); }
.bold{font-weight: bold;}
.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;}
.black{ color: var(--color-black);}
.red{ color: var(--color-red); }
.red2{ color: var(--color-red2); }
.red3{ color: var(--color-red3); }
.blue{ color: var(--color-blue); }
.grey{ color: var(--color-grey-txt); }
.block{display: block;}

@media (min-width: 899px) {
  :root {
    --inn-w: 3em;
    --inn-w-minus: -3em;
  }
  .c_inner {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }
  .sec_bloc{
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .sp{display: none;}
  .pc{display: block;}

  .left-center{ text-align: center;}
  .center-left{ text-align: left;}
}/*  */


/* SECTION パーツ */
.sec_ttl,
.sec_ttl_m,
.sec_ttl_s{
  font-size: 1em;
  padding: .3em 0;
}
.sec_ttl .en{
  display: block;
  font-size: 6em;
  font-weight: 600;
  line-height: 1;
}
.sec_ttl .ja{
  display: block;
  font-size: 1.6em;
  margin-top: 0.3em;
}
.sec_ttl_m .en{
  display: block;
  font-size: 4.8em;
  font-weight: 600;
  line-height: 1;
}
.sec_ttl_m .ja{
  display: block;
  font-size: 1.6em;
  margin-top: 0.3em;
}
.sec_ttl_s .en{
  display: block;
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
}
.sec_ttl_s .ja{
  display: block;
  font-size: 1.3em;
  margin-top: 0.3em;
}
.sec_sub {
  font-size: 1.7em;
  font-weight: 600;
  padding: .8em 0;
}
.sec_sub p{
  padding: .2em 0;
}
.sec_desc {
  font-size: 1.4em;
  padding: 1em 0;
}
.sec_desc p{
  padding: .2em 0;
}
@media (min-width: 899px) {
  .sec_ttl .en {
    font-size: 6.5em;
  }
  .sec_ttl_m .en{
    font-size: 5.8em;
  }
}/*  */



/* Parts ========================== */
.link_btn{
  position: relative;
  display: block;
  width: fit-content;
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--color-a);
  text-align: center;
  padding: 1.2em 0;
}
.link_btn.right{
  margin-left: auto;
}
.link_btn.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;} 
}

.square_btn{
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  border-radius: .2em;
  padding: 1.3em 0 1.4em;
  margin: 1em auto ;
  background-color: #2993ca;
  color: #fff;
  max-width: 22em;
}

.sq_btn {
  position: relative;
  display: block;
  max-width: 29em;
  border-radius: .2em;
  background-color: var(--color-blue);
  color: #fff;
  padding: 1.8em 0;
  margin: 1em auto;
}
.sq_btn.yellow{
  background-color: #f0bd16;;
}
.sq_btn .txt {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
  padding: 0 1.8em;
}
.sq_btn .txt::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  right: 1em;
  top: 0.11em;
  bottom: 0;
  margin: auto;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
  transform: rotateZ(45deg);
}


/* HEADER ==================== */
.header_block{
  display: block;
  position: fixed;
  top: 0;
  z-index: 9998;
  width: 100%;
}
.header_flex{
  display: flex;
  justify-content: space-between;
  padding: 1.1em 1em;
  height: fit-content;
  transition: background-color .5s;
}

.header_bg .header_flex, 
.no_mv .header_flex, 
.mypage .header_flex {
  /* background-color: rgb(0, 0, 0, 0.3); */
  background-color: rgb(50,75,90, .35);
  
}
._tel_open .header_flex, 
._panel_open .header_flex{
  background-color: transparent;
}

.header_logo {
  display: block;
  height: 3.2em;
}
.header_logo img{
  height: 100%;
  width: auto;
}

/* SP - BTN */
.sp_btn_wrap{
  display: flex;
  gap: 1em;
  height: 3.2em;
}
.sp_tel_btn{
  position: relative;
  width: 4em;
}
.sp_tel_btn img{
  display: block;
  margin: auto;
  padding: 0 .4em .5em;
}
.close_btn,
.close_btn::before{
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2.5em;
  height: 2px;
  background: #fff;
  margin: auto;
  transform: rotateZ(45deg);
  opacity: 0;
  transition: opacity 300ms;
}
.close_btn::before{
  content: "";
  transform: rotateZ(90deg);
}
._tel_open .sp_tel_btn img{
  opacity: 0;
}
._tel_open .close_btn,
._tel_open .close_btn::before{
  opacity: 1;
}
.sp_nav_btn{
  position: relative;
  display: block;
  width: 4em;
}
.sp_nav_btn span {
  position: absolute;
  left: 0; 
  right: 0;
  top: 0;
  bottom: 0;
  width: 2.5em;
  height: 2px;
  background: #fff;
  transition: all 300ms;
  margin: auto;
}
.sp_nav_btn span:first-child{
  top: 1.5em;
}
.sp_nav_btn span:last-child{
  top: -1.5em;
}
._panel_open .sp_nav_btn span:nth-child(2){
  opacity: 0;
}
._panel_open .sp_nav_btn span:first-child,
._panel_open .sp_nav_btn span:last-child{
  top: 0;
}
._panel_open .sp_nav_btn span:first-child{
  transform: rotateZ(45deg);
}
._panel_open  .sp_nav_btn span:last-child{
  transform: rotateZ(-45deg);
}

/* SP - NAV */
.sp_tel_bloc,.sp_nav_bloc{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow-y: scroll;
  background: rgb(33, 33, 33, .95);
}
body._tel_open,
body._panel_open{
  overflow: hidden;
}
._tel_open .sp_tel_bloc,
._panel_open .sp_nav_bloc{
  display: block;
}
.sp_nav_block {
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
  overflow: scroll;
  padding: 6em 2.2em;
  color: #dadada ;
}
.sp_tel_list{
  padding: 1em 0 1.5em;
}
.sp_tel_list_box{
  display: flex;
  align-items: center;
  padding: 1.7em 0;
  border-bottom: solid 1px #666666;
}
.sp_tel_ttl{
  width: 6.6em;
  font-size: 1.4em;
  letter-spacing: 0.03em;
}
.sp_tel_list_tel{
  font-size: 1.7em;
}
.sp_tel_list_tel img{
  width: .9em;
  margin-right: .4em;
  margin-bottom: .15em;
}
.sp_tel_list_line{
  display: block;
  width: 3em;
  margin-left: auto;
}
.sp_nav_icon_wrap{
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
  margin: 1em auto;
}
.sp_nav_icon_wrap a{
  width: 45%;
  padding: 1.5em .5em;
}
.sp_nav_icon_wrap  img{
  display: block;
  margin: 0 auto;
}
.sp_nav_icon_wrap a:first-child img{
  width: 76%;
}

.sp_nav_banner_wrap{
  padding: 1em  0;
}
.sp_nav_banner_wrap a{
  display: block;
  padding: .8em  0;
}
.sp_nav_list{
  padding: 1em 0 1.5em;
}
.sp_nav_list_box{
  border-bottom: solid 1px #666666;
}
.sp_nav_list_box > a{
  display: block;
  width: 90%;
  font-size: 1.4em;
  padding: 1.5em 0;
}
.accordion_host{
  position: relative;
}
.accordion_btn,
.accordion_btn::before{
  position: absolute;
  right: .5em;
  top: 3.1em;
  display: block;
  width: 1.4em;
  height: 3px;
  background-color: currentColor;
  transition: transform .2s;
}
.accordion_btn::before{
  content: "";
  top: 0;
  right: 0;
  transform: rotateZ(90deg);
}
.accordion_btn.on{
  transform: rotateZ(135deg);
}
.accordion{
  display: none;
}
.accordion_list{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.5em;
}
.accordion_list li{
  width: 50%;
}
.accordion_list li a{
  display: block;
  width: 90%;
  font-size: 1.2em;
  padding: 1em 0;
  /* border-top: solid 1px #666666; */
  margin-left: 1em;
}
._program li:nth-child(odd){
  width: 35%;
}
.accordion_list._program li:nth-child(even){
  width: 65%;
}

@media(min-width:899px){
  .sp_tel_bloc,.sp_nav_bloc{
    display: none !important;
  }

  .header_flex {
    display: flex;
    justify-content: space-between;
    padding: 1.5em 2em;
    height: fit-content;
  }

  /* PC NAV */
  .pc_nav_list{
    display: flex;
    justify-content: flex-end;
    font-weight: 600;
    height: 3.5em;
    color: #fff;
  }
  .pc_nav_list > li{
    font-size: 0.9em;
  }
  .pc_nav_list > li > a{
    display: block;
    width: fit-content;
    padding: 1.2em 1.7em;
    height: 100%;
  }

  .pc_nav_login_wrap{
    height: 3.5em;
  }
  .pc_login_btn{
    padding: 0 1em 0 2em !important;
    margin-top: .4em;
  }

  .pulldown_host{
    position: relative;
  }
  .pulldown{
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    /* height: 10%; */
    height: 0;
    overflow: hidden;
    transition: height .5s ease-out;
  }
  .pulldown a{
    display: block;
    width: 13em;
    margin-top: 1.4%;
    padding: 1em 0;
    color: #000;
    background-color: rgba(245, 245, 245, 0.95);
  }

  /* PULLDOWN MENU */
  .pulldown_host:hover .pulldown{
    height: 100vh;
  }

}


/* SUPOORT ==================== */
.sec_support{
  color: #fff;
  background-color: #363f4c;
  padding: 6em 0;
}
.top_support_list_box{
  padding: 3em 0 2em 4em;
}
.top_support_ttl{
  position: relative;
  font-size: 1em;
  padding: 2em 0;
}
.top_support_ttl::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3.6em;
  height: 3px;
  background-color: currentColor;
}

.top_support_ttl .en{
  display: block;
  font-size: 3.8em;
  line-height: 1;
  margin: 0 0 .2em;
}
.top_support_ttl .ja{
  font-size: 1.5em;
}
.top_support_detail_box{
  padding: 1em 2em 1em 0;
}
.top_support_img_desc{
  font-size: 1.2em;
  line-height: 1.8;
  padding: 1em 0;
}

@media(min-width:899px){
  .top_support_list_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4em ;
  }
  .top_support_list_box:nth-child(even){
    flex-direction: row-reverse;
  }
  .top_support_ttl .en {
    font-size: 4.6em;
    margin: 0 0 .2em;
  }
  .top_support_img_box{
    width: 43%;
  }
  .top_support_detail_box{
    width: 51%;
    padding: 1em 0;
  }
  .top_support_list {
    padding-bottom: 2em;
  }
}/*  */


/* PROGRAM ==================== */
.sec_program_sub{
  font-size: 1.6em;
  font-weight: bold;
  padding: 1.7em 0 0;
}
.sec_program_desc{
  font-size: 1.25em;
  font-weight: 400;
  padding: 1em 0;
  line-height: 1.7;
}
.sec_program_desc p{
  padding: .2em 0;
}

.top_program_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2em 0;
}
.top_program_list_box{
  position: relative;
  width: 50%;
}
.top_program_list_box a :hover{
  opacity: 1;
}
.top_program_list_detail{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.top_program_list_img_box{
  position: relative;
}
.top_program_list_img_box::after{
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.top_program_list_ttl{
  color: #fff;
  text-align: center;
}
.top_program_list_ttl .ja{
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.3;
}
.top_program_list_ttl .en{
  display: block;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 0.02em;
  opacity: .9;
  margin-top: .2em;
}
.top_program_list_desc{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.top_program_list_desc a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 1em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s;
}
.top_program_list_desc .txt{
  font-size: .95em;
  padding: 0;
  margin: 1em 0 -.5em 0;
}
.top_program_list_desc .link_btn{
  font-size: 1.1em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.top_program_list_box:hover .top_program_list_desc a{
  opacity: 1;
  visibility: visible;
}
@media(min-width:899px){
  .top_program_list_box{
    width: 20%;
  }
}/*  */


/* LOCATION ==================== */
.location_ttl{
  margin-top: -4.5em;
}
.location_num{
  font-size: 12em;
  font-weight: bold;
  margin-left: -.03em;
  line-height: .7;
}
.top_location_list{
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
  padding: 2em 0;
  max-width: 48em;
}
.top_location_list_box{
  width: 46%;
  padding: 1em 0;
}
.top_location_ttl{
  font-size: 1em;
  letter-spacing: 0.1em;
}
.top_location_ttl .ja{
  font-size: 2em;
  line-height: 1.3;
}
.top_location_ttl .en{
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.1;
  color: #444;
}
.top_location_num_wrap{
  position: relative;
  font-size: 1.5em;
  padding-top: .3em;
}
.top_location_line{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.8em;
}

.location_foot{
  max-width: 48em;
  padding: 1em 0 2em;
}
.location_foot_desc{
  line-height: 1.7;
  padding: .5em 0;
}
.school-txt {
  font-weight: bold;
  line-height: 1.9;
  padding-bottom: 9%;
}

@media(min-width:899px){
  .location_img_box {
    width: 60%;
    margin: 8em auto 0;
  }
  .top_location_list{
    /* font-size: 1.05em; */
    gap: 5%;
  }
  .top_location_list_box {
    width: 30%;
  }
  .top_location_num_wrap {
    font-size: 1.6em;
  }
  .location_foot_desc{
    font-size: 11px;
  }
}/*  */


/* EVENT ==================== */
.top_event_list_box{
  padding: 1em 0;
}
.top_event_list_img_box{
  position: relative;
}
.top_event_list_ttl{
  position: absolute;
  font-size: 1.4em;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  color: #fff;
}
.top_event_list_ttl .en{
  display: block;
  font-size: 1.7em;
  font-weight: 600;
}
.top_event_list_ttl .ja{
  font-weight: 500;
}
.top_event_list_desc{
  font-size: 1.1em;
  font-weight: 400;
  padding: 1em 0;
}
@media(min-width:899px){
  .top_event_list {
    display: flex;
    justify-content: space-between;
    gap: 3%;
  }
  .top_event_list_box {
    /* width: 33%; */
    flex: 1;
  }
}/*  */

/* breadcrumbs
========================================= */
.breadcrumbs{
  padding: 2em 0;
}
.breadcrumbs li{
  font-size: 0.9em;
  font-family: var(--font-comp);
  text-align: right;
  color: #666;
}
.breadcrumbs li:not(:first-child)::before{
  content: ">";
  display: inline-block;
  font-weight: 500;
  margin-right: .3em;
  color: var(--color-blue);
}
@media(min-width:899px){
  .breadcrumbs ol {
    width: fit-content;
    margin-left: auto;
}
  .breadcrumbs li{
    display: inline-block;
    font-size: 0.8em;
  }
}/*  */

/* FOOTER ==================== */
.footer_bloc {
  padding: 10% 0 32%;  ;
  color: #000;
  background: #b8bcbb;
  background-image: url(/images2/f-bo.jpg);
}
.footer_main_logo{
  width: 8em;
  margin: 1em auto;
}
.footer_main_txt{
  font-size: .8em;
  line-height: 2;
  padding: 1.5em 1em;
}
.footer_main_sns_list{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
}
.footer_main_sns_list li{
  width: 20%;
  padding: 5.5%;
  line-height: 1.5;
}
.foot_copyright{
  font-size: .9em;
  letter-spacing: .005em;
  margin-top: 1.2em;
  padding: 2em 0;
  border-top: 1px solid #666;
  border-bottom: none;  
  text-align: center;
}

@media(min-width:899px){
  .footer_bloc{
    padding: 3em 0;
  }
  .footer_flex{
    display: flex;
    justify-content: space-between;
  }
  .footer_main_block{
    width: 38%;
  }
  .footer_nav_block{
    width: 50%;
  }
  .footer_main_logo {
    width: 7em;
    margin: 0 0 1em;
  }
  .footer_main_txt{
    padding: 1.5em 0;
  }
  .footer_main_sns_list{
    justify-content: flex-start;
    margin-left: -5.5%;
  }
  .footer_main_sns_list li {
    width: 16%;
    padding: 4.5%;
  }
  .footer_nav_list li {
    display: block;
    padding: .5em 0;
  }
  .footer_nav_list li a:hover {
    text-decoration: underline;
  }


  .footer_nav_box_wrap{
    display: flex;
    justify-content: space-between;
  }
  .footer_nav_box{
    width: 30%;
  }
  .footer_nav_sec{
    padding: 1em 0;
  }
  .footer_nav_sec_ttl{
    font-size: 1.3em;
    padding-bottom: 1em;
  }
  .footer_nav_list {
    color: #516b72;
  }

  .foot_copyright {
    border: none;
    text-align: left;
    margin-top: 0;
  }
}/*  */

/* FOOT BANNER ==================== */
#footbaner{
  position: fixed;
  width: 38.5% !important;
  max-width: 26em;
  background: none;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color: none;
  box-shadow: none;
  padding: 0 0 1.5em;
  margin: 0 0 0 auto;
}
.footbaner_box{
  display: block;
  position: relative;
  overflow: hidden;
}
.footbaner_box::before {
  content: "''";
  position: absolute;
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  animation: shiny-btn1 4s ease-in-out infinite;
}

@keyframes shiny-btn1 {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

@media(min-width:899px){
  #footbaner{
    width: 30%;
  }

}/*  */


/* TOP - MAJOR DEBUT  
======================================== */

.top_debut_list{
  padding: 1em 0;
  color: #fff;
}
/* .top_debut_list>li{
  padding:  .8em 0;
} */
.top_debut_list_box{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 1.2em 0;
}
.top_debut_img{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.top_debut_img img{
  height: 100%;
  width: auto;
}
.top_artist_inner{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1em;
  height: 100%;
}
.top_debut_list_ttl{
  font-size: 3.8em;
  line-height: 1;
  margin-top: auto;
  margin-bottom: 0.3em;
  filter: drop-shadow(0 0 .1em rgba(41, 147, 202.5));
}
.top_debut_list_txt {
  font-size: 1.1em;
  line-height: 1.4;
}
@media (min-width: 899px) {
  .md_ttl_wrap{
    font-size: 1.3em;
  }
  .top_debut_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
    padding: 2em 0;
  }
  .top_debut_list_box{
    width: calc(33.333333333% - 1em);
    padding: 0;
    margin: 0;
  }
}/*  */

/* /artist/ */
.sec_artist_ttl {
  font-size: 3.4em;
  font-weight: 600;
  line-height: 1.3;
  padding: .4em 0;
}
.sec_artist_sub {
  font-size: 2.4em;
  font-weight: bold;
  padding: .3em 0 0;
}
.artist_reason_list{
  padding: 2em 0;
}
.artist_reason_list_box{
  padding: 2em 0;
}
.artist_reason_list_ttl{
  display: flex;
  align-items: center;
  gap: .5em;
  font-size: 2.4em;
  line-height: 1.3;
  padding: .5em 0;
  border-bottom: 1px solid var(--color-blue);
  margin-bottom: .5em;
}
.artist_reason_list_ttl .num{
  font-size: 2.5em;
  font-weight: 500;
  line-height: .9;
  color: var(--color-blue);
}
.artist_reason_list_desc{
  padding: .5em 0 .5em 2.5em ;
}

.artist_reason_list_desc p{
  font-size: 1.2em;
  padding: .2em 0;
  line-height: 1.7;
}
.artist_reason_list_desc .ttl{
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  padding: 1em 0 .5em;
}
@media (min-width: 899px) {
  .sec_artist_ttl {
    font-size: 5em;
  }
  .sec_artist_sub {
    font-size: 3em;
  }
  .sec_artist_reason{
    display: flex;
    justify-content: space-between;
  }
  .artist_reason_img_wrap{
    width: 38%;
    padding-top: 4em;
  }
  .artist_reason_list{
    width: 54%;
    padding: 0;
  }
  .artist_reason_list_ttl {
    gap: .6em;
    font-size: 2.5em;
  }
}/*  */


/* TOP - KEYVIS 
======================================== */
.key_vis_wrap{
  width: 100%;
  overflow: hidden;
}
/*2023.06追加*/
.sp_23_top_wp {
  position: relative;
  min-height: 192vw;
}
.ttl_b_logo {
  mix-blend-mode: hard-light;
  position: absolute;
  top: 36%;
  width: 90%;
  right: 5%;
  z-index: 1;
}
.page_head_banner {
  position: absolute;
  bottom: 2em;
  width: 80%;
  right: 0;
  z-index: 1;
}
/* .w15 {
  display: none;
}
.w14 {
  display: block;
} */
.sp_23_top_wp::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.3);
  opacity: 0;
  animation: fadeInOnce 5s forwards 1;
}
@keyframes fadeInOnce {
  0% { opacity: 0; }
  100% { opacity : .7; }
}
.cp_2_23 {
  padding-top: 1em;
}

.key_vis_wrap .slider-wrap {
  opacity: 0;
  height: 0;
  transition: opacity 1s;
}
.key_vis_wrap .slider-wrap.slick-initialized {
  opacity: 1;
  height: 100%;
}

.slick-animation {
  animation: fadezoom 5s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.pc_gnav_side {
  position: absolute;
  right: 1.2%;
  top: 19vw;
  width: 15%;
  text-align: center;
  color: #fff;
  z-index: 1;
}
@media (max-width:898px){
  .top_keyvis .pc_gnav_side{
    display: none;
  }
}

.pc_gnav_side img {
  display: block;
  width: 58%;
  margin: 0 auto 0.3em;
}
.pc_gnav_side p {
  transform: scale(.85);
color:#fff;
}
.pc_gnav_side .member{
padding-bottom:1.2em;
}

.cp_b_23_txt {
  color: #fff;
  font-size: 1em;
  text-align: right;
  padding-right: 2em;
  padding-top: 1em;
  z-index: 1;
}
.en_sp_txt {
  width: 90%;
  margin: 2em auto 0;
}


@media (min-width: 899px) {

  .en_txt23 {
    position: absolute;
    bottom: 27%;
    color: #fff;
    width: 23%;
    left: 3%;
    font-size: 1.4em;
    z-index: 1;
  }
  .sp_23_top_wp {
    min-height: 56vw;
  }
  /* .w15 {
    display: block;
  }
  .w14 {
    display: none;
  } */
  .page_head_banner {
    position: absolute;
    bottom: 2vw;
    width: 25%;
    right: 0;
  }
  .ttl_b_logo {
    mix-blend-mode: hard-light;
    position: absolute;
    top: 24%;
    width: 40%;
    right: 13%;
  }
  .slide_bn_23 {
    width: 60%;
    bottom: 6rem;
    position: absolute;
    z-index: 1;
  }

  .pc_gnav_side{
    right: 0.5%;
    top: 8vw;
    width: 7.5%;
  }
  .pc_gnav_side .member{
    padding-bottom: 1.2em;
  }    
}/*  */

/* KEYVIS - PAGE HEAD  
======================================== */
.page_head{
  position: relative;
  width: 100%;
  height: 140vw;
  background-size: cover;
  background-image: url(/images2/f-bo333.jpg);
}
.page_head.feature_hed{ background-image: url(/images2/2204_feature_sp.jpg); }
.page_head.guidance{ background-image: url(/images2/2203_guidance_sp.jpg); }
.page_head.course{ background-image: url(/images2/2204_course_sp.jpg); }
.page_head.access{ background-image: url(/images2/access_sp.jpg); }
.page_head.artist{ background-image: url(/images2/artist_sp.jpg); }

.page_head._tokyo {  background-image: url(/images2/2203_main_sp_2_t.jpg);}
.page_head._shinjuku {  background-image: url(/images2/2203_main_sp_2_s.jpg);}
.page_head._harajuku{  background-image: url(/images2/2203_main_sp_2_h.jpg);}
.page_head._nagoya{  background-image: url(/images2/nagoyasp.jpg);}
.page_head._fukuoka{  background-image: url(/images2/2203_main_sp_2_hu.jpg);}
.page_head._nakano{  background-image: url(/images2/2207_nakano_lobby_2.jpg);}
.page_head.intra {background-image: url(/images2/intra_top_sp.jpg);}
.page_head.audition_top {background-image: url(/images2/aude_bg_sp.jpg);}
.page_head.show_top {background-image: url(/images2/show_bg.jpg);}
.page_head.kounai-top {background-image: url(/images2/kounaio-de_sp.jpg);}
.page_head.ikusei {background-image: url(/images2/ikuseisp.jpg);}
.page_head.champ_top {background-image: url(/images2/champsp.jpg);}
.page_head.live_top {background-image: url(/images2/live-topsp.jpg);}
.page_head.pro_top {background-image: url(/images2/pro_sp.jpg);}
.page_head.style_online {background-image: url(/images2/onlinesp.jpg);}

@media (max-width:898px){
  .page_head.guidance{
    background-size: 147%;
    background-position: left -2em bottom;
  }
}

.page_head_ttl{
  position: absolute;
  left: 5%;
  top: 28%;
  font-size: 3.8vw;
  color: #fff;
}
.page_head_ttl .en{
  display: block;
  font-size: 13vw;
  line-height: 1.3;
  line-height: 1.1;
  margin-bottom: .1em;
}
@media (min-width: 899px) {
  .page_head{
    height: 40vw;
    background-image: url(/images2/f-bo.jpg);
  }
  .page_head.feature_hed{ background-image: url(/images2/2204_feature_pc.jpg); }
  .page_head.guidance{ background-image: url(/images2/2203_guidance_pc.jpg); }
  .page_head.course{ background-image: url(/images2/2204_course_pc.jpg); }
  .page_head.access{ background-image: url(/images2/access_pc.jpg); }
  .page_head.artist{ background-image: url(/images2/artist_pc.jpg);}

  .page_head._tokyo {  background-image: url(/images2/2203_main_pc_tokyo.jpg);}
  .page_head._shinjuku {  background-image: url(/images2/2203_main_pc_shinjuku.jpg);}
  .page_head._harajuku{  background-image: url(/images2/2203_main_pc_harajuku.jpg);}
  .page_head._nagoya{  background-image: url(/images2/nagoyapc.jpg);}
  .page_head._fukuoka{  background-image: url(/images2/2203_main_pc_2_hu.jpg);}
  .page_head._nakano{  background-image: url(/images2/2207_nakano_lobby_1.jpg);}
  .page_head.intra {background-image: url(/images2/intra_top.jpg); }
  .page_head.audition_top {background-image: url(/images2/aude_bg.jpg);}
  .page_head.show_top {background-image: url(/images2/show_bg_sp.jpg);}
  .page_head.kounai-top {background-image: url(/images2/kounaio-de_pc.jpg);}
  .page_head.ikusei {background-image: url(/images2/ikuseipc.jpg);}
  .page_head.champ_top {background-image: url(/images2/champpc.jpg);}
  .page_head.live_top {background-image: url(/images2/live-toppc.jpg);}
  .page_head.pro_top {background-image: url(/images2/pro_pc.jpg);}
  .page_head.style_online {background-image: url(/images2/onlinepc.jpg);}

  .page_head_ttl{
    top: 36%;
    font-size: 1.6vw;
  }
  .page_head_ttl .en{
    font-size: 6.5vw;
  }
}/*  */



/* TEL BLOCK ======================== */
.oubo_wrap {
  display: flex;
  padding-top: 4%;
  padding-bottom: 4%;
  flex-wrap: wrap;
  max-width: 860px;
  margin: auto;
}
.oubo_box {
  position: relative;
  width: 90%;
  text-align: left;
  margin: auto;
  padding-top: 4%;
}
.oubo_name {
  font-weight: bold;
  font-size: 1.4em;
  letter-spacing: .05em;
}
.oubo_info_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.oubo_tel {
  color: #000;
  font-weight: 300;
  display: block;
  font-size: 1.6rem;
  font-family: 'Montserrat';
}
.oubo_tel a {
  color: #000;
  font-weight: 300;
  display: block;
  font-size: 1.9rem;
  font-family: 'Montserrat';
  margin-right: .3em;
}
.oubo_line {
  display: block;
  width: 3em;
  margin-bottom: .4em;
}
.oubo_line img {
  height: 100%;
  width: auto;
}
.tel_block .guidance_desc{
  text-align: center;
}

@media (min-width:899px){
  .oubo_wrap{
    display: flex;
    padding: 1em 0;
    flex-wrap: wrap;
    max-width: 860px;
    margin: auto;
  }
  .oubo_box {
    width: 30%;
    padding: 1em 0;
    text-align: center;
  }
  .oubo_info_wrap {
    justify-content: center;
  }

}/*  */


/* SECTION TOP INTRO ======================== */

.top_intro_ttl_about{
  color: var();
}