@charset "UTF-8";

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

/* @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: "NotoSansCJKjp"; font-style: normal; font-display: swap;
  font-weight: 400;
  src:  local('Noto Sans CJK JP'),
  local('NotoSansCJKjp-Regular'),
  local('NotoSansJP-Regular'),
  url('/font/NotoSansCJKJP/NotoSansCJKjp-Regular.woff2') format('woff2');
}
@font-face {
  font-family: "NotoSansCJKjp"; font-style: normal; font-display: swap;
  font-weight: 500;
  src: local('NotoSansCJKjp-Medium'),
  local('NotoSansJP-Medium'),
  url('/font/NotoSansCJKJP/NotoSansCJKjp-Medium.woff2') format('woff2');
}
@font-face {
  font-family: "NotoSansCJKjp"; font-style: normal; font-display: swap;
  font-weight: 700;
  src: local('NotoSansCJKjp-Bold'),
  local('NotoSansJP-Bold'),
  url('/font/NotoSansCJKJP/NotoSansCJKjp-Bold.woff2') format('woff2');
} */

/* font-size =============================================*/

html{
  /* font-size: 10px; */
  /* font-size: clamp(10px,3.125vw,16px) !important; */
  font-size: 3.125vw;
}
@media (min-width: 769px) {
  html{
    font-size: 11px;
  }
  body ,.header {
    min-width: 960px;
  }
}/*  */
@media (min-width: 960px) {
  html{
    /* W1024:12 ~ 15px */
    font-size: clamp(11px,1.1458333vw,16px);
  }
}/*  */


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

/* Module =============================================*/
:root {
  --c-black: #161613;
  --c-black: #293a35;
  --c-black2: #212121;
  --c-black3: #666666;
  --c-black4: #444444;
  --c-red: #d22505;
  --c-pink: #ef7d83;
  --c-grey: #e4e1e1;
  --c-grey2: #f2f1ea;
  --c-grey3: #cacaca;
  --c-grey-txt: #a0a0a0;
  --c-gold: #a99f7f;
  --c-gold-l: #e1ded7;
  --c-green: #293a35;
  /* --c-kg: #00582f; */
  --c-kg: #00743B;
  /* --c-white: #fbfbfb; */
  --c-white: #dfdad7;
  --c-white2: #f9f9f7;
  --c-bg: #f1f1f1;
  --font-comp: "Libre Baskerville",'Zen Old Mincho',serif;
  --font-ja: 'Zen Old Mincho',serif;
  --font-en: "Gilda Display",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%);
  --inn-w: 2rem;
  --inn-wm: -2rem;

  --kv-fill-color: #fff;
}
.pc,.pc960{display: none;}

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

.comp{ font-family: var(--font-comp);}
.en{ font-family: var(--font-en);}
.ja{ font-family: var(--font-ja);}
.roboto{ font-family:"Roboto",sans-serif;}
.red{ color: var(--c-red);}
.gold{ color: var(--c-gold);}
.bold{font-weight: bold !important;}
.w_600{font-weight: 600 !important;}
.w_500{font-weight: 500 !important;}
.w_400{font-weight: 400 !important;}
.small{font-size: .9em;}
.small2{font-size: .8em;}
.small3{font-size: .7em;}
.small4{font-size: .6em;}
.small5{font-size: .5em;}
.nowrap{white-space: nowrap;}
.hor {
  font-family: "Zen Old Mincho",serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.block{display: block;}
.none{display: none;}
.asterisk{
  position: relative;
  display: block;
  padding-left: 1.2em !important;
  margin-top: 0.2em;
}
.asterisk::before{
  content: "※";
  position: absolute;
  left: 0;
}
.hov a,.hover,.r-over,button{
  transition: opacity .5s;
}
.hov a:hover,.hover:hover,.r-over:hover,button:hover{
  opacity: .6;
}
[v-cloak] {
  display: none;
}
.youtube_box{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  :root {
    --inn-w: 3rem;
    --inn-wm: -3rem;
  }
  .sp{display: none;}
  .pc{display: block;}

  .left-center{ text-align: center;}
  .center-left{ text-align: left;}
}/*  */
@media (min-width: 960px) {  
  :root {
    --inn-w: 5rem;
    --inn-wm: -5rem;
  }
  .pc960{display: block;}
  .sp960{display: none;}
}/*  */
@media (min-width: 1400px) {
  /* :root {
    --inn-w: 8rem;
    --inn-wm: -8rem;
  } */
}/*  */

/* BODY  =============================================*/
body{
  font-family: var(--font-ja);
  line-height:1.5;
  position: relative;
}
.body{
  color: var(--c-black);
}
.body::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
  background-color:var(--c-bg);
  transition: background-color 1s;
}

.body.reverse {
  color: var(--c-white);
}
.body.reverse::before {
  background-color: var(--c-black);
}

.bg_w{
  background-color: #fbfbfb;
}
/* .bg_black, */
/* .header_w{
  color: var(--c-white);
}
.bg_black::before,
.header_w.body::before{
  background-color:var(--c-black);
}*/

._filter_w{filter: var(--filter-w);}
._icon_w{filter: var(--filter-w);}
._icon_b{filter: none;}

/* .header_w ._icon_w,
.bg_black ._icon_w,
.reverse .header ._icon_w{
  filter: none;
}*/
.header_w ._icon_b,
.bg_black ._icon_b,
.reverse .header ._icon_b{
  filter: var(--filter-w);
}  

.no_mv{
  padding-top: 10.5em;
}
@media (min-width: 769px) {
  .no_mv{
    padding-top: 12em;
  }
}/*  */


/* SECTION
========================================= */
html.smooth {
  scroll-behavior: smooth;
  scroll-padding-top: 7em;
}
.sec_bloc{
  padding: 3em 0;
}
._top0{ padding-top: 0 !important;}
._bottom0{ padding-bottom: 0 !important;}
._top_w{ padding-top: 6em;}
._bottom_w{ padding-bottom: 6em;}

.c_wide{
  max-width: 1400px;
  margin: 0 auto;
}
.c_wide_narrow{
  max-width: 960px;
  margin: 0 auto;
}
.c_inner{
  padding: 0 var(--inn-w);
}
.max600{ max-width: 600px; margin: 0 auto; }
.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; }
.max1400{ max-width: 1400px; margin: 0 auto; }

.page_ttl,
.sec_ttl{
  font-size: 1rem;
  padding: 2em 0;
}
.page_ttl .en,
.sec_ttl .en{
  font-size: 4.2em;
  font-weight: 300;
  line-height: 1.1;
}
.page_ttl .en{
  font-size: 3.55em;
  font-weight: 300;
}
.page_ttl .ja,
.sec_ttl .ja{
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.7;
}
.sec_ttl .ja._line2{
  margin-top: .3em;
  line-height: 1.6;
}
.sec_ttl._small .en{
  font-size: 3.4em;
  line-height: 1.05;
}
.sec_ttl._small,
.sec_ttl._s{
  font-size: 1rem;
  padding: 1rem 0;
}
.sec_ttl._s .en{
  display: block;
  font-size: 3.8em;
  line-height: 1.2;
}
.sec_ttl._small .ja,
.sec_ttl._s .ja{
  display: block;
  font-size: 1.1em;
  font-weight: 500;
  margin-top: 0.2em;
}
.sec_sub,
.sec_sub_txt{
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.sec_sub{
  padding: 1em 0;
}
.sec_sub_txt{
  padding: .5em 0;
}
.sec_desc,.sec_desc_txt{
  font-size: 1.1rem;
  line-height: 1.8;
}
.sec_desc{
  padding: .5em 0;
}
.sec_desc_txt{
  padding: .5em 0;
}
.sec_txt{
  padding: .5em 0;
  line-height: 1.7;
}
.sec_desc p,.sec_desc_txt p,.sec_txt p{
  padding: .2em 0;
}
.sec_text {
  font-size: .95em;
  color: var(--c-black3);
  padding: 0 0 2em;
}
.sec_text p {
  line-height: 1.8;
  padding: .2em 0;
}
.block_wrap{
  padding: 1.5rem 0;
}
.txt_wrap{
  padding: 2rem 0;
}
._bright{
  background-color: var(--c-white);
  color: var(--c-black);
}

.img_box{
  width: 100%;
  aspect-ratio: 4/3;
}
.img_box img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {

  html.smooth {
    scroll-padding-top: 10em;
  }
  .c_inner_pc{
    padding: 0 var(--inn-w);
  }
  .sec_bloc{
    padding: 4em 0;
  }
  ._top_w{ padding-top: 6em;}
  ._bottom_w{ padding-bottom: 6em;}
  .sec_ttl{
    font-size: 1.1rem;
  }
  .sec_ttl .ja{
    font-size: 1em;
  }
  .sec_ttl._small .en{
    font-size: 2.8em;
  }
  .page_ttl .en {
    font-size: 5em;
    font-weight: 300;
  }
  .sec_ttl_s{
    font-size: 3.4rem;
  }
  .sec_sub{
    font-size: 1.5em;
  }
  /* .sec_desc{
    font-size: 1.05rem;
  } */
  .pc_flex{
    display: flex;
    justify-content: space-between;
  }

}/* 769 */


/* STUDIO - HEAD =========================*/
.studio_page_head h2,.branch-lede-copy{
  font-size: 2.2em;
  padding: .5em 0;
  letter-spacing: .02em;
}
.branch_lede_ttl{
  font-size: 1.8em;
  padding: .5em 0;
  letter-spacing: .01em;
  line-height: 1.7;
}
.about_page .branch_lede_ttl{
  font-size: 1.8em;
}
.branch_lede_text {
  padding: .15em 0;
}  
.studio_page_head p{
  font-size: 1.2em;
  padding: .4em 0;
  line-height: 1.8;
}
.studio_page_head .st_open_txt{
  font-family: var(--font-comp);
  font-size: 2em !important;
  padding: 0 !important;
  font-weight: 600;
  color: var(--c-gold);
  line-height: 1.4;
}
.st_top_img_box{
  aspect-ratio: 1/1;
  margin: 4em auto 2em;
}
.st_top_img_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width:769px){
  /* .studio_page_head {
    font-size: 1.1em;
  } */
  .studio_page_head h2,.branch-lede-copy{
    font-size: 2.2em;
    text-align: center;
  }
  .branch_lede_ttl{
    font-size: 2.2em;
  }
  .about_page .branch_lede_ttl {
    font-size: 2em;
  }
  .branch_lede_text {
    width: 70%;
    margin: 2em auto;
  }
  .st_top_img_box {
    /* aspect-ratio: 16/9; */
    max-width: 42em;
  }
}/*  */

/* link_btn ========== */
.link_btn{
  position: relative;
  display: block;
  width: fit-content;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--c-a);
  text-align: center;
  padding: .8em 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.15em;
  bottom: 0;
  margin: auto;
  border-top: 0.1em solid;
  border-right: 0.1em solid;
  transform: rotateZ(45deg);
}
.link_btn._border::before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: .5;
  position: absolute;
  bottom: .7em;
  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_btn.square {
  width: 100%;
  border: 1px solid;
  max-width: 28em;
  margin: auto;
}
.link_btn:hover{
  transition: transform .2s;
}
.link_btn:hover{
  transform: translateX(.2em);
}

/* LINK ====================== */
.link_circle_arrow{
  display: flex;
  width: fit-content;
  align-items: center;
  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 .txt{
  display: inline-block;
  font-family: var(--font-comp);
  font-size: 1.4em;
  font-weight: 500;
}
.arrow_circle{
  position: relative;
  display: inline-block;
  background-color: var(--c-white);
  width: 3.2em;
  height: 3.2em;
  border-radius: 50%;
  margin-left: .8em;
  overflow:hidden;
}
.arrow_circle_img{
  position: absolute;
  top: 0;
  bottom: .1em;
  left: 0;
  right: 0;
  margin: auto;
  width: 38% !important;
  /* filter: var(--filter-w); */
  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: 30%;
  mask-image: url(/imgs/icon_arrow_right.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: var(--c-gold);
  transform: translateX(-200%);
  opacity: 0;
  transition: transform .25s ease-out, opacity .25s ease-out;
  /* filter: var(--filter-w); */
}
.arrow_circle::after{
  transform: translateX(0);
  opacity: 1;
}
.link_circle_arrow:hover{
  transform: translateX(.3em);
}
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{
  background-color: inherit;
  border: 1px solid var(--c-white);
}
.arrow_circle._line .arrow_circle_img{
  bottom: 0;
}

/* ADD LINK BUTTON */
.ad_link_btn{
  position: relative;
  display: block;
  width: fit-content;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 2px;
  padding: 0.75em 3em;
  margin: 1em 0;
  border: 1px solid var(--c-black3);
}
.ad_link_btn::after{
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-5%,-50%);
  font-family: fontAwesome;
  content: '\f105';
}

/* LINK CIRCLE + BUTTON */
.link_circle_btn_wrap{
  background-color: var(--c-gold);
  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: transparent;
}
.link_circle_btn_wrap .arrow_circle::before,
.link_circle_btn_wrap .arrow_circle::after{
  background-color: var(--c-white);
}
/* .link_circle_btn_wrap .arrow_circle_img,
.link_circle_btn_wrap .arrow_circle::before{
  filter: var(--filter-red);
} */

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

.before_border{
  position: relative;
  padding-left: 3.2em !important;
}
.before_border::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 3em;
  height: 1px;
  background-color: currentColor;
}
.before_point{
  position: relative;
  padding-left: .8em !important;
  color: currentColor;
}
.before_point::before{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  line-height: 1;
  width: .4em;
  height: .4em;
  background-color: currentColor;
  border-radius: 50%;
}
.before_tri{
  position: relative;
  padding-left: .8em !important;
  color: currentColor;
}
.before_tri::before{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  line-height: 1;
  width: .4em;
  height: .55em;
  background-color: currentColor;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
/* 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;}


/* HEADER
========================================= */
.pc_gnav{
  display: none;
}
.header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}
.header_w .header,
.bg_black .header,
.reverse .header{
  color: var(--c-white);
}

.header_inner{
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 1rem;
  height: 6.2rem;
}
.header_logo_box{
  display: block;
  height: 100%;
}
.header_logo_box a{
  display: block;
  height: 100%;
}
.header_logo{
  height: 100%;
  width: auto;
  transition: filter .3s;
}

._tel_open .header_logo,
._panel_open .header_logo{
  filter: var(--filter-w);
}

/* SP BUTTON================================= */
.sp_btn{
  display: flex;
  justify-content: space-between;
}
.tel_btn,.panel_btn{
  display: block; 
  position: relative;
  width: 4rem;
  height: 3.5rem;
}
/* .no_mv .panel_btn{
  color: var(--c-black);
} */
._tel_open .panel_btn{
  color: var(--c-white);
}

/* TEL BUTTON ================================= */
.tel_btn{
  padding: .8rem;
}
.no_mv._tel_open ._icon_w,
.no_mv._panel_open ._icon_w{
  filter: var(--filter-wg);
}
.tel_btn_icon{
  display: block;
  width: 100%;
  height: 100%;
}
.tel_btn_img{
  display: block;
  height: 100%;
  width: auto;
  margin: auto;
  transition: opacity .3s;
}
.tel_btn_icon,.tel_btn_icon:before,.tel_btn_icon:after{
  opacity: 0;
  transition: opacity .3s;
}
@media (max-width: 768px) {
  body._tel_open,
  body._panel_open {
    overflow: hidden;
  }
}/*  */

._tel_open .tel_btn_img{
  opacity: 0;
}
._panel_open .tel_btn_img{
  filter: var(--filter-w);
}
._tel_open .tel_btn_icon,
._tel_open .tel_btn_icon:before,
._tel_open .tel_btn_icon:after{ 
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2.4rem;
  height: 1px;
  margin: auto;
  opacity: 1;
}
._tel_open .tel_btn_icon:before,
._tel_open .tel_btn_icon:after {
  content: "";
  background-color: var(--c-white);
  left: -1em;
}
._tel_open .tel_btn_icon:before { 
  margin-top: -0.8rem; 
  transform-origin: right top;
  transform: rotate(-45deg); 
  -webkit-transform: rotate(-45deg); 
}
._tel_open .tel_btn_icon:after { 
  margin-top: 0.8rem; 
  transform-origin: right  bottom;
  transform: rotate(-45deg); 
  -webkit-transform: rotate(45deg); 
}

/* Panel Button ================================= */
.panel_btn_icon,.panel_btn_icon:before, .panel_btn_icon:after { 
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2.3rem;
  height: 1px;
  margin: auto;
  background-color: currentColor;
  transition: transform .3s , background-color .3s;
}
.panel_btn_icon:before, .panel_btn_icon:after {
  content: "";
  transition: transform .3s; 
}
.panel_btn_icon:before { 
  margin-top: -0.8rem; 
  transform-origin: right top;
}
.panel_btn_icon:after { 
  margin-top: 0.8rem; 
  transform-origin: right  bottom;
}

._panel_open .panel_btn_icon{ 
  background: transparent; 
}
._panel_open .panel_btn_icon:before {
  transform: rotate(-45deg); 
  -webkit-transform: rotate(-45deg); 
  color: var(--c-white);
}
._panel_open .panel_btn_icon:after { 
  transform: rotate(-45deg); 
  -webkit-transform: rotate(45deg); 
  color: var(--c-white);
}

/* 開閉メニュー 共通================================= */
.sp_tel_bloc,.sp_menu_bloc{
  position: absolute;
  top:0;
  right: -100%;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 10rem 0 15rem;
  box-sizing: border-box;
  border-bottom: solid 0px #ccc;
  -webkit-overflow-scrolling:touch;
  overflow-y: scroll;
  z-index: -1;
  /* background-color: rgba(22, 22, 19, .95); */
  background-color: rgba(41, 58, 53, 0.95);
  color: var(--c-white);
  opacity: 0;
  transition: right .1s , opacity .1s;
  transition-timing-function: cubic-bezier(.34,.1,.64,.74);
}
._tel_open .sp_tel_bloc,
._panel_open .sp_menu_bloc{
  opacity: 1;
  right:0;
}



/* SP TEL MENU ================================= */
.sp_tel_bloc {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp_tel_bloc .c_inner {
  width: 100%;
}
.sp_tel_bloc ul{
  height: 100%;
}
.sp_tel_head{
  padding: 1em 0;
}
.sp_tel_head span{
  display: block;
  font-size: 1.15em;
  font-weight: 500;
}
.s_menu_block{
  padding: 0.6em 0;
}
.s_menu_box{
  padding: 0.6em 0;
}
.s_menu_ttl a{
  font-size: 1.6em;
  padding: 0.3em 0;
  font-weight: 500;
}
.s_menu_btn{
  font-family:  var(--font-en);
  font-size: 2.2em;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.s_menu_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.s_menu_num{
  position: relative;
  padding-left: 1.1em;
}
.s_menu_num::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  background-image: url(/imgs/icon_tel_line.svg);
  width: .85em;
  height: .85em;
  filter: var(--filter-w);
}
.s_menu_line {
  display: block;
  width: 2.5em;
}

.sp_tel_bottom_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0;
}
.sp_tel_bottom_p:first-child{
  width: 46%;
}
.sp_tel_bottom_p:last-child{
  width: 54%;
}
.sp_tel_bottom_line{
  width: 1px;
  height: 3.6rem;
  display: block;
  background-color: currentColor;
}
.sp_tel_bottom_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
  position: relative;
}
.sp_tel_bottom_txt{
  display: block;
  padding-left: 3.4em;
  position: relative;
}
.sp_tel_bottom_txt::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2.8em;
  height: 2.8em;
  filter: brightness(1000);
}
.sp_tel_bottom_txt.admission::before{
  background-image: url(/imgs/icon_sp_tel_web.svg);
}
.sp_tel_bottom_txt.contact::before{
  background-image: url(/imgs/icon_sp_tel_contact.svg);
}

.sp_member_bottom_wrap{
  text-align: center;
  padding: 1.8em 0;
  margin: 1em 0;
  border-radius: .2em;
  background-color: var(--c-red);
  /* border: 1px solid #fff; */
}
.sp_member_bottom_line{
  width: 1px;
  height: 3.6rem;
  display: block;
  background-color: currentColor;
}
.sp_member_bottom_btn{
  padding: 1em 0;
  position: relative;
}
.sp_member_bottom_txt{
  display: block;
  padding-left: 2.4em;
  position: relative;
  font-size: 1.5em;
  font-weight: 500;
}
.sp_member_bottom_txt::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4em;
  margin: auto;
  width: 2.8em;
  height: 2.8em;
  filter: var(--filter-w);
}
.sp_member_bottom_txt.admission::before{
  background-image: url(/imgs/icon_sp_tel_web.svg);
}
.sp_member_bottom_txt.contact::before{
  background-image: url(/imgs/icon_sp_tel_contact.svg);
}


/* SP NAV MENU ================================= */
.login{
  padding: 1em 0;
  text-align: center;
}
.sp_login_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  height: 5.5rem;
  background-repeat: 2em;
  font-size: 1.6rem;
  text-align: center;
}
.sp_login_icon {
  display: block;
  width: 3rem;
  height: 3rem;
  filter: var(--filter-w);
}
.sp_login_txt{
  padding: 0 .5em;
}

.sp_menu_main{
  padding: 1em 0 2em;
}
.sp_menu_main li{
  position: relative;
  width: 100%;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: left;
  border-top: 1px solid var(--c-black3);
}
.sp_menu_main>li:last-child{
  border-bottom: 1px solid var(--c-black3);
}
.sp_menu_main>li>a::before {
  content: "→";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.sp_menu_main>li:first-child{
  border-top: none;
}
.sp_menu_main li>a,.cssacc_label {
  display: block;
  padding: 1.7rem 0;
  font-weight: 500;
}
.sp_menu_main li>a .en {
  display: none;
}
.accshow li a{
  width: 100%;
  font-size: .95em;
  padding: 1.2rem 1.5rem 1.2rem 0;
}
.accshow .newopen{
  display: block;
  font-size: 1rem;
  color: #f00;
}
.newopen{
  display: none !important;
}
.header-search-text{
  display: block;
  font-size: .7rem;
  line-height: 1.4;
  margin-top: 0.2em;
  color: var(--c-grey);
}
.pulldown .header-search-text{
  display: none;
}

.cssacc{
  display: none;
}
.cssacc_label{
  position: relative;
}
.cssacc_label::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: .7em;
  height: .7em;
  font-size: 1.9em;
  font-weight: 100;
  border: 1px solid #000;
  border-radius: 50%;
  background-image: url(/imgs/icon_plus_circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: var(--filter-w);
  transition: transform .5s , border .5s;
}
/* ボタン開閉リスト */
.accbox input {
  display: none;
}
.accbox label {
  display: block;
  position: relative;
  cursor :pointer;
  transition: all 0.5s;
}
.accbox label:after {
  position: absolute;
  top: 28%;
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  /* float: right; */
  margin-right: 100px;
  font-weight: 900;
  line-height: 0;
  font-size: .5em;
}
.accshow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  overflow: hidden;
  /* padding-left: 1.5rem; */
  height: 0;
  opacity: 0;
  transition: opacity 0.8s;
}
.accshow li {
  width: 46%;
  display: flex;
  /* align-items: center; */
  border-top: none;
  font-size: 1.2rem;
  text-align: left;
  border-bottom: 1px solid var(--c-black4);
}
.cssacc:checked + label + .accshow {
  transform: translateY(0);
  height: auto;
  opacity: 1;
  padding-bottom: 2em;
}
.cssacc:checked + .cssacc_label::before {
  transform: rotateZ(135deg);
}
.sc-small {
  color: #ff7bac;
  font-size: .7em;
  letter-spacing: 0;
  padding-left: 0.5em;
}
.sp_menu_txt {
  font-size: 10px;
  padding: 2em 0;
}

/* .sp_menu_contact */
.sp_menu_contact_box{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5em 1.4em;
  margin: 3em 0 ;
  border-radius: .2em;
  overflow: hidden;
  /* background-color: rgba(0, 0, 0, 0.5); */
  border: 1px solid var(--c-white);
}
/* .sp_menu_contact_txt_wrap{
  color: var(--c-black);
} */
.sp_menu_contact_ttl{
  margin: .25em 0 .8em;
  font-weight: 600;
  letter-spacing: .03em;
}
.sp_menu_contact_ttl .en{
  display: block;
  font-size: 2em;
  line-height: 1.1;
}
.sp_menu_contact_ttl .ja{
  display: block;
  font-size: 1em;
}
.sp_menu_contact_txt{
  margin: .1em 0;
}
.sp_menu_contact_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.sp_menu_contact_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sp_menu_contact_box .arrow_circle {
  background-color: var(--c-white);
  border: 1px solid var(--c-black);
}
.sp_menu_contact_box .arrow_circle_img,
.sp_menu_contact_box .arrow_circle::before{
  filter: none;
}

/* .sp_login_box,.sp_menu_main,.sp_tel_bloc .c_inner{
  opacity: 0;
  transform: translateY(5px);
  transition: .4s .3s;
}
._panel_open .sp_login_box,
._panel_open .sp_menu_main,
._tel_open .sp_tel_bloc .c_inner{
  transform: translateY(0);
  opacity: 1;
}
._panel_open .sp_menu_main{
  transition-delay: .4s;
} */

/* 全検索・全ブランド検索非表示 */
.li_search,.li_allbrand{
  display: none !important;
}

/* TOP BANNER */
.sp_menu_banner_box{
  background-color: var(--c-black2);
  margin: 1em 0;
}
.sp_menu_banner_li{
  width: 47%;
}
.sp_menu_banner_li a{
  display: block;
}
/* @media (min-width: 769px) {
  .header_inner {
    padding: 1.5rem 0.8rem 1.5rem 1.5rem;
  }
  .sp_tel_bloc, .sp_menu_bloc {
    max-width: 40rem;
  }
  .header::after{
    position: fixed;
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: -100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: -10;
    transition: right .3s, opacity .3s;
    transition-delay: .1s;
  }
  ._tel_open .header::after,
  ._panel_open .header::after{
    right: 0;
    opacity: 1;
  }
  ._tel_open .header_logo_box,
  ._panel_open .header_logo_box{
    opacity: .5;
    transition: opacity .3s .3s;
  }
} */
/*  */

@media (min-width: 769px) {

  .header_inner {
    padding: 0 1.5rem 0 ;
    height: 6.8em;
  }
  .sp_btn,.sp_tel_bloc, .sp_menu_bloc,
  ._tel_open .header::after, ._panel_open .header::after {
    display: none !important;
  }
  .header_logo_box{
    padding: 1.8rem 0;
  }
  .pc_gnav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .pc_gnav_main{
    display: flex;
    align-items: center;
    height: 100%;
  }
  
  .pc_gnav_main>li{
    height: 100%;
    text-align: center;
  }
  .pc_gnav_main>li>a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 1.2em 1.5em 1.2em;
  }
  .pc_gnav_main>li>a .ja{
    display: block;
    font-size: 1em;
    margin-bottom: .2em;
    letter-spacing: .01em;
  }
  .pc_gnav_main>li>a .en{
    display: nones;
    font-size: .7em;
    font-weight: 400;
    line-height: 1.1;
    opacity: .9;
  }
  .pc_gnav_main>li>a.ja{
    display: block;
    transform: scale(.8);
    transform-origin: left center;
  }
  .login{
    padding: 1em 1.2em;
  }
  .pc_login_icon {
    display: block;
    margin: auto;
    width: 2.8rem;
    height: 2.8rem;
  }
  .bg_black .pc_login_icon,
  .header_w .pc_login_icon{
    filter: var(--filter-w);
  }

  .pulldown {
    position: fixed;
    top: -50%;
    left: 0;
    z-index: -1;
    display: flex;
    justify-content: center;
    width: 100vw;
    padding: 9em 2em 3em;
    background-color: var(--c-white);
    opacity: 0;
  }
  .bg_black .pulldown,
  .header_w .pulldown,
  .reverse .pulldown {
    background-color: #000;
    color: var(--c-white);
  }
  .pulldown_host:hover .pulldown{
    top: 0;
    opacity: 1;
    transition: top .3s ease , opacity .3s .15s;
  }
  .pulldown_ttl{
    padding: .7rem 5rem 0 2em;
    opacity: .7;
  }
  .pulldown_ttl .en{
    display: block;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .04em;
  }
  .pulldown_ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 1em;
    width: calc(10em * 5);
  }
  ._schedule .pulldown_ul{
    width: calc(7em * 7);
  }
  .pulldown_ul li a {
    position: relative;
    display: block;
    width: 10em;
    font-weight: 500;
    letter-spacing: .03em;
    padding: .6em 0 .6em  .9em;
    white-space: nowrap;
  }
  ._schedule .pulldown_ul li a {
    width: 7em;
  }
  
  ._schedule .pulldown_ul .li_search a ,
  ._schedule .pulldown_ul .li_allbrand a {
    width: 10em;
  }
  
  .pulldown_ul li a::before{
    position: absolute;
    top: 1.15em;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: .4em;
    height: .4em;
    background-color: var(--c-red);
    border-radius: 50%;
  }
  .pulldown_ul .newopen{
    font-family: "Oswald";
    font-weight: 400;
    display: block;
    font-size: 1rem;
    color: #f00;
    transform: scale(.8);
    transform-origin: left top;
  }
  .pc_wm_box{
    display: flex;
    width: fit-content;
    height: 4em;
    justify-content: flex-end;
    align-items: center;
    /* flex-direction: column; */
    background-color: var(--c-red);
    color: var(--c-white);
    padding: 0.7em 1.2em 0.8em;
    margin: 0 -1.5em .3em .6em;
  }
  .pc_wm_img{
    display: block;
    height: 100%;
    width: auto;
  }
  .pc_wm_txt{
    padding: 0 .4em 0 .8em;
  }
  /* .pulldown_host{
    position: relative;
  }
  .pulldown_host:hover .pulldown{
    transition: .8s;
    height: calc(1.1rem * 4 * 12);
  }
  .pulldown {
    position: absolute;
    top: 100%;
    left: -25%;
    overflow: hidden;
    width: 150%;
    height: 100vh;
    height: 0;
  }
  .pulldown_host:hover .pulldown{
    transition: .8s;
    height: calc(1.1rem * 4 * 12);
  }
  .pulldown li {
    background-color:rgba(0,0,0,0.8);
    border-top:1px solid rgb(126, 126, 126);
    color: #fff;
    display:block;
    font-weight: 400;
    font-size: 1rem;
    text-align:center;
    padding: 0;
  }
  .pulldown li:first-child {
    border-top: none;
  }
  .pulldown li a {
    display: block;
    line-height: 3.5;
    text-align: center;
  } */
}/*  */


/* FIXED FOOT BANNER 
==================================================== */
.footbaner{
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 3em;
  font-size: 1.2em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .9em .3em;
  margin: 0 0 0 auto;
  background-color: var(--c-gold);
  color: var(--c-white);
  cursor: pointer;
  transition:  padding .2s , background-color .2s , color .3s;
  transform: translateY(100%);
  animation: slideUpOnce .5s 2s 1 forwards;

  writing-mode: vertical-rl;
  text-orientation: upright;
}
@keyframes slideUpOnce {
  0% { transform: translateX(100%); }
  100% { transform: translateX(0); }
}
.footbaner .ja{
  display: block;
}
.footbaner:hover{
  color: var(--c-black);
}
.top_page.reverse .footbaner{
  animation: none;
}
.top_page .footbaner{
  animation: slideUpOnce .5s 1 forwards;
}
.reserve_page .footbaner,
.join_page .footbaner,
.sche_search_page .footbaner{
  display: none;
}



/* FOOTER
========================================= */
.n_footer {
  background-color: var(--c-black);
  color: #fff;
  font-size: clamp(10px,1rem,12px);
  padding: 4em 0;
}
.n_foot_logo a{
  width: 85%;

  margin: 0 auto 1.2em;
}
.n_foot_logo a{
  display: block;
}
.n_foot_logo_img{
  filter: var(--filter-w);
}
.footer_sns{
  display: flex;
  justify-content: center;
  margin: 0 auto 1em;
}
.footer_sns i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5em;
  padding: .2em .5em;
  color: var(--c-white);
}

.n_foot-lede-desc{
  padding: 0.5em 0;
  line-height: 1.6;
  color: var(--c-grey);
}
.n_copyright {
  padding: 4em 0;
  /* text-align: center; */
  font-size: 10px;
  color: var(--c-grey-txt);
}
.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;
}

.foot_right_block.pc{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.foot_right_box{
  width: 49%;
  margin-right: 1%;
  margin-bottom: 2em;
}
.fbox_ttl{
  font-size: 1.3em;
  font-weight: 500;
}
.fbox_ul a{
  display: block;
  padding: .12em 0;
  color: var(--c-grey-txt);
  transition: transform .5s , color .5s;
}
.fbox_ul a:hover{
  color: var(--c-white);
  transform: translateX(.5em);
}
.foot_term_box{
  font-size: .9em;
  padding: 1.5em 0;
}
.foot_term_box a{
  display: block;
  margin: 1.5em 0;
}

@media (min-width: 769px) {
  .n_footer{
    font-size: clamp(10px,1rem,11px);
    font-size: 10px;
    padding: 3rem 0;
  }
 .footer_wrap{
   display: flex;
   justify-content: space-between;
 }
 .foot_left_block {
    width: 38%;
  }
 .foot_right_block{
    width: 56%;
  }
  .n_foot-lede-desc{
    font-size: clamp(10px,1rem,11.5px);
  }
  .n_foot_logo a{
    display: block;
    width: 16em;
    margin: 0 2.4rem 1em 0;
  }
  .footer_sns {
    justify-content: flex-start;
    height: 6rem;
  }
  .footer_sns_a {
    padding: 1rem 2.2rem 0;
  }
  .footer_sns_box:first-child i{
    font-size: 2.2em;
    padding-left: 0;
  }
  
  .n_copyright {
    text-align: left;
  }
  .foot_right_block{
    display: flex;
    justify-content:  flex-start;
    flex-wrap: wrap;
    letter-spacing: -.05em;
  }
  .foot_term_box{
    display: flex;
    gap: 2em;
    text-align: left;
    margin: 0;
  }
  .foot_term_box a{
    margin:  0;
  }
}/* 769 */

@media (min-width: 960px) {
  .n_footer{
    font-size: clamp(10px,1rem,11px);
  }
  .foot_right_block{
    position: relative;
    width: 44%;
    margin-right: 10%;
    max-width: 440px;
  }
  .foot_right_box{
    width: 33%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .foot_right_box:nth-child(-n+3){
    width: 33%;
    margin-right: 0;
  }
  .foot_right_box:nth-child(7) {
    position: absolute;
    top: 0;
    left: 100%;
  }
}/*  */


/* FOOTER前 テキスト ======================= */
.foot_desc{
  padding: 2em 0 0;
  font-size: clamp(10px,.9em,10px);
  color: var(--c-black3);
}
.bg_black .foot_desc{
  color: var(--c-grey-txt);
}
.sec_top_reco .foot_desc{
  color: var(--c-black3) !important;
}
.sec_top_contents .foot_desc{
  padding-right: 2em;
  color: var(--c-black3) !important;
}
@media (min-width: 769px) {
  .sec_top_contents .foot_desc{
    padding-right: 0;
  }
}/* 769 */


/* KEY VISUAL
========================================= */
.sec_top_kv {
  /* padding-bottom: 18vw; */
  /* height: 100vh; */
  height: 62em;
  background-color: var(--c-black);
}
.kv_area{
  position: relative;
  height: 100%;
  /* overflow: hidden; */
  /* min-height: 72.8rem; */
  /* margin-bottom: 6em; */
}
/* TOP TXT  */
.kv_logo{
  width: 12em;
  margin: 1em auto 1.6em;
}
.kv_ttl_box{
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  top: -5%;
  bottom: 0;
  margin: auto;
  width: fit-content;
  /* display: flex;
  flex-direction: row-reverse;
  align-items: flex-end; */
  font-size: 1rem;
  height: fit-content;
  color: var(--c-white);
}
.kv_ttl_p {
  font-size: 3.2em;
  letter-spacing: .15em;
  color: #fafafa;
}
.kv_ttl{
  font-size: 1em;
  letter-spacing: 0.1em;
  margin-top: .5em;
}
.kv_txt_box{
  position: absolute;
  z-index: 10;
  top: 46%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1rem;
  text-align: center;
  height: fit-content;
  color: var(--c-white);
}
.kv_txt_main{
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.tline{
  display: block;
}
.kv_txt_genre{
  display: none;
  font-weight: 500;
  padding: 2em 0 0 !important;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: var(--c-white);
}
.page_head .kv_txt_genre{
  display: block;
}


.kv_area::after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, .1); */
  /* animation: fadeInOnce 10s forwards 1;  */
  z-index: 1;
  background-color: rgba(0, 0, 0, .4) !important;
  transition: background-color 1s;
}
/* @keyframes fadeInOnce {
  0% { background-color: rgba(0, 0, 0, 0); }
  100% { background-color: rgba(0, 0, 0, .2); }
} */

/* scrolled */
/* .bg_filter .teaser_bg_inner{
  filter: blur(3px);
} */
/* .bg_filter .teaser_bg::after{
  background-color: rgba(0, 0, 0, .5) !important;
} */


.kv_scroll {
  position: absolute;
  bottom: 25.5%;
  left: 6%;
  display: block;
  width: 2px;
  border-radius: 1px;
  height: 27%;
  background-color: rgba(0, 0, 0, .2);
  overflow: hidden;
}
.kv_scroll_bar{
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  border-radius: 1px;
  background-color: #fff;
  background: linear-gradient(0deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,256,0) 100%);
  top: 100%;
  animation: kvScroll 2s infinite ease-in-out;
}
@keyframes kvScroll{
  0%{
    top: -60%;
  }
  100%{
    top: 110%;
  }
}

/* TOP TYPO  */
/* .kv_typo_pc{
  opacity: 0;
} */

.kv_typo_img_box{
  position: absolute;
  top: 22.5%;
  left: 3%;
  width: 94%;
}
/* .kvfadeIn{
  animation-name:kvfadeInAnime;
  animation-duration:1s;
  animation-fill-mode:both;
  opacity:0;
}
@keyframes kvfadeInAnime{
  0% { opacity: 0; }
  50%  {opacity:.45;}
  100%   { opacity: 1;}
}
.kvfadeInUp{
  animation-name:kvfadeInUpAnime;
  animation-duration:.7s;
  animation-fill-mode:both;
  opacity:0;
}
@keyframes kvfadeInUpAnime{
  0% { opacity: 0; transform: translateY(20px);}
  50%  { opacity:.5; transform: translateY(0);}
  100%   { opacity: 1; transform: translateY(0); }
} */

.kv_banner{
  position: absolute;
  bottom: 1.5em;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  width: 27em;
  backdrop-filter: blur(3px);
}
.kv_banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  mix-blend-mode: multiply;
  opacity: .6;
  z-index: -1;
}

/* TOP BANNER */
.pc_gnav_side {
  position: absolute;
  right: 0;
  top: 8.5%;
  margin: auto;
  text-align: center;
}
.member{
  padding-bottom: 1em;
}
.member img, .welcome img{
  width: 8.5em;
/*  padding-bottom: .3em;*/
}
.member p, .welcome p{
    font-size: .8em;
    color: white;
}
.kv_banner_box{
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 5%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  width: 70%;
}
.kv_banner_li{
  width: 47%;
}
.kv_banner_li a{
  display: block;
}
.kv_foot_desc{
  display: none;
  position: absolute;
  z-index: 10;
  /* left: 5%; */
  right: 5%;
  bottom: 3%;
  width: 90%;
  font-size: .8rem;
  font-weight: normal;
  margin: auto;
  color: var(--c-grey);
}

/* TOP NEWS BANNER */
.top_news_banner_box{
  position: absolute;
  width: 100%;
  /* bottom: -32%; */
  bottom: 5.8%;
  padding: 4% 5% ;
}
.top_bannar_inner{
  display: block;
  /* margin: 0 .4em; */
}

.top_banner_list{
  opacity: 0;
  transition: opacity .5s linear;
}
.top_banner_list.slick-initialized{
  opacity: 1;
}

@media (min-width: 769px) {
  .sec_top_kv{
    height: 54vw;
    min-height: 54em;
  }
  .kv_ttl_box {
    top: 4%;
  }

  .kv_banner{
    left: inherit;
    width: 24em;
  }
  .kv_banner::before{
    transition: opacity .5s;
  }
  .kv_banner:hover::before{
    opacity: .4;
  }

  .kv_banner_box{
    left: inherit;
    right: 3.5%;
    bottom: 5%;
    width: 11%;
    flex-direction: column;
    margin:0;
  }
  .kv_banner_li{
    width: 100%;
    margin-top: 9%;
  }

  /* .sec_top_kv {
    padding-bottom: 0;
  }
  .kv_area{
    min-height: inherit;
    height: 69vw;
    margin-bottom: 7em;
  }
  .kv_img_box{
    width: 80%;
    margin-left: auto;
  }
  .kv_txt_box{
    top: 50%;
    left: 3.7%;
    text-align: left;
  }
  .kv_txt_main{
    font-size: 2.2em;
  }
  .kv_txt_genre{
    display: block;
    transform: scale(.85);
    transform-origin: left top;
  }
  .kv_txt_genre_sp .kv_txt_genre{
    display: none;
  }
  .kv_txt_genre .pc{
    display: inline;
  }
  .kv_typo_img_box{
    position: absolute;
    top: 27%;
    right: inherit;
    left: 3.5%;
    width: 68%;
  }
  .pc_gnav_side {
    display: none;
  }
  .kv_foot_desc{
    position: absolute;
    display: block;
    width: 48em;
    font-size: clamp(10px,1rem,13px);
    font-weight: 300;
    right: 3%;
    left: inherit;
    bottom: -1%;
    transform: scale(.8);
    transform-origin: right top;
  }
  .top_news_banner_box{
    position: absolute;
    width: 28%;
    right: 3.5%;
    padding: 0;
    bottom: 9%;
  }
  .kv_scroll{
    top: 80%;
    left: 4.3%;
    height: 20%;
  }
  .kv_scroll_bar{
    height: 50%;
  }*/
} 
/* 769 */

/* 2024/02  TOP KV スライダー 追加 ================== */
.top_kv{
  position: relative;
  width: 100%;
}
.top_kv::before{
  content: "";
  display: block;
  width: 100%;
  padding-top: 200%;
  background-color: var(--c-black);
}
.top_kv_slider_wrap{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.top_kv_slider{
  opacity: 0;
  transition: opacity .3s;
}
.top_kv_slider.slick-initialized{
  opacity: 1;
}
.top_kv_slider,
.top_kv_box,
.top_kv_img_box,
.top_kv_slider .slick-list,
.top_kv_slider .slick-track{
  width: 100%;
  height: 100%;
}
.top_kv_box{
  overflow: hidden;
}
.top_kv_img_box img{
  object-fit: cover;
  height: 100%;
}
.top_kv_img{
  max-width: inherit;
  height: 100%;
  width: auto;
  transform: scale(1);
  /* transform: translateX(-1em); */
  /* transition: transform 3s , filter .7s; */
  /* transition-timing-function: ease-in; */
}
.slick-initialized .top_kv_img{
  /* filter: blur(2); */
  transition: transform 2s , filter 1s;
}
.top_kv_box.slick-current .top_kv_img{
  /* transform: translateX(-8em); */
  /* filter: blur(0); */
  transform: scale(1.2);
  transition: transform 15s , filter .7s;
}
.top_kv .kv_scroll{
  top: 45%;
  left: 6%;
}
/* @media screen and (min-width: 769px){
  .top_kv::before{
    padding-top: 56.5%;
  }
  .top_kv_copy {
    top: 19%;
    left: 4%;
  }
  .top_kv .kv_scroll{
    top: inherit;
    bottom: -5em;
    left: 4%;
    height: 24%;
  }
  .top_kv_img{
    max-width: inherit;
    height: auto;
    width: 100%;
  }
  .top_kv_box.slick-current .top_kv_img{
    filter: blur(0);
    transform: scale(1.1);
  }
  .top_kv_slider_wrap{
    width: 80%;
    height: 94%;
  }
} */
/*  */

/* 2024/11  TOP KV 動画に変更 ================== */
/* .top_kv_video_wrap .video-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top_kv_video_wrap #bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.top_kv_video_wrap #bg-video.on {
  animation: topFadeIn 3s ease 1s forwards normal;
}
@keyframes topFadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
.top_kv_video_wrap .video-bg::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
  background-color: #22222244;
  opacity: .7;
}
@media screen and (min-width: 769px){
  .top_kv_video_wrap{
    width: 100%;
    height: 94%;
  }
} */
/*  */


/* ===================================== 
TOP ABOUT
=========================================*/
.top_about_sec{
  padding: 5em 0;
}
.sec_about_ttl{
  padding: 1.5em 0;
  font-weight: 300;
}
.sec_about_ttl .en {
  display: block;
  font-family: var(--font-en);
  font-size: .7em;
  margin-bottom: .4em;
}
.sec_about_ttl .ja {
  display: block;
  font-size: 1.4em;
  letter-spacing: .08em;
  line-height: 1.7;
}
.top_about_desc{
  font-size: 1.2em;
  line-height: 2.2;
  padding: 1em 0;
}
.top_about_desc p{
  padding: .3em 0;
}
.top_about_img.sp{
  width: 80%;
  margin: 0 -2em 2em auto;
}
.top_about_img_wrap {
  margin-top: 3em;
}
.top_about_img._01{
  position: relative;
  width: 86%;
  margin-left: auto;
  margin-right: var(--inn-wm);
}
.top_about_img._03{
  width: 50%;
  margin-left: 3%;
  margin-top: -1em;
}
@media (min-width: 769px) {
  .top_about_sec {
    padding: 7em 0 3em;
  }
  .top_about_pc_flex{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    /* align-items: center; */
  }
  .top_about_img_wrap{
    position: relative;
    width: 56%;
    z-index: 1;
    margin: 0;
  }
  .top_about_img._01{
    top: 33em;
    width: 60%;
    right: -1em;
    margin-right: 0;
  }
  .top_about_img._02{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 60%;
    z-index: -1;
    margin: auto;
  }
  .top_about_img._03{
    position: relative;
    width: 47%;
    margin-left: 3%;
    margin-top: 30em;
    z-index: 1;
  }
  .top_about_txt_wrap {
    width: 35%;
  }
  /* .sec_about_ttl {
    font-size: .75em;
  } */
  .top_about_desc {
    font-size: 1.05em;
  }
}/*  */



/* TOP ABOUT SADO
========================================= */
.top_about_sado_detail {
  padding-top: 3em;
}
.top_about_sado_txt{
  font-size: 1.2em;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 2.4;
  padding-bottom: 1.2em;
}
.top_about_sado_detail .link_btn {
  padding-left: 1em;
}
@media (min-width: 769px) {
  .top_about_sado_pc_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin-top: -7em;
  }
  .top_about_sado_detail {
    padding-top: 0;
  }
  .top_about_sado_img{
    width: 39em;
    margin-bottom: 2em;
  }
  /* .top_about_sado_txt {
    font-size: 1.4rem;
  } */
  .top_about_sado_detail .link_btn {
    padding-left: 0;
    margin-left: initial;
  }
}/*  */


/* TOP FEATURE
========================================= */
.top_feat_ttl_wrap{
  display: flex;
  align-items: flex-end;
  padding: 1.5em 0;
}
.top_feat_ttl_img{
  width: 11em;
}
.top_feat_ttl_wrap .sec_ttl{
  padding: 0;
  margin-left: -.6em;
}

.top_feat_list_box{
  position: relative;
  padding-top: 1.5em;
  margin: 0 0 3em;
}
.top_feat_list_img{
  width: 100%;
  height: fit-content;
  aspect-ratio:  5 / 4;
  /* border-radius: .8em; */
  overflow: hidden;
  margin: 4em 0 2em;
  margin-left: var(--inn-w);
  /* background-color: #ccc; */
}
.top_feat_list_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_feat_list_num{
  position: absolute;
  top: -1em;
  right: 0;
}
.top_feat_list_num .txt{
  font-size: 2.2em;
  font-weight: 500;
}
.top_feat_list_num .num{
  font-size: 10em;
  /* font-weight: 600; */
  line-height: 1;
  vertical-align: -.01em;
}
.top_feat_list_num .num2{
  writing-mode: vertical-lr;
  font-size: 1.4em;
  line-height: 1;
  vertical-align: 1.6em;
}
.top_feat_list_ttl{
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.6;
  padding: .3em 0;
  white-space: nowrap;
}
.top_feat_list_desc{
  font-size: 1.1em;
  line-height: 1.8;
  padding: .8em 0;
}
.top_feat_list_desc p{
  padding: .3em 0;
}

.top_feat_list_box:nth-child(even) .top_feat_list_img {
  margin-left: var(--inn-wm);
}
/* .top_feat_list_box:nth-child(2) .top_feat_list_num {
  left: 0;
  right: 0;
  margin: autos;
} */
.top_feat_list_box:nth-child(2) .top_feat_list_num ,
.top_feat_list_box:nth-child(3) .top_feat_list_num {
  left: 0;
}
.top_feat_foot_block{
  padding: .3em 0;
  border-bottom: 1px solid var(--c-grey);
}
.top_feat_foot_txt{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: .5em;
  padding: 1em 0;
}
.top_feat_foot_txt .en{
  font-size: 1.7em;
}

@media (min-width: 769px) {
  /* .sec_top_feat{
    padding-top: 0;
  } */
  /* .sec_top_feat .c_inner{
    width: 95%;
  } */
  .top_feat_ttl_wrap{
    font-size: 1.2em;
  }
  .top_feat_list_box{
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
    padding: 3em 0;
    margin-top: 0;
  }
  .top_feat_list_box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .top_feat_list_box:last-child{
    margin-bottom: 0;
  }
  .top_feat_list_img{
    width: 50%;
    margin: 0 !important;
  }
  .top_feat_list_detail{
    width: 45%;
  }
  .top_feat_list_num{
    position: static;
    font-size: .8em;
    margin-bottom: 1.2em;
  }
  .top_feat_list_ttl {
    font-size: 2.5em;
  }
  .top_feat_list_desc{
    padding-bottom: 0;
  }
}/* 769 */



/* STUDIO ACCESS
========================================= */
.top_acceess_gmap_box {
  width: calc(100% + 4em);
  aspect-ratio: 4/3;
  /* filter: grayscale(.7); */
  /* filter: sepia(1) hue-rotate(175deg) grayscale(.5) saturate(1.5); */
  transition: filter .5s;
  margin: 2em 0 2em -2em;
}
figure.top_acceess_gmap_box{
  aspect-ratio: 3/2;
}
/* .top_acceess_gmap_box:hover{
  filter: grayscale(.2);
} */
.top_acceess_gmap_box iframe{
  width: 100%;
  height: 100%;
}
.top_acceess_ttl{
  font-size: 1em;
  letter-spacing: .05em;
  padding: 1em 0;
}
.top_acceess_ttl .en{
  display: block;
  font-size: 1.4em;
  font-weight: 300;
}
.top_acceess_ttl .ja{
  font-size: 1.1em;
  font-weight: 400;
  color: var(--c-grey-d);
}
.top_acceess_txt_wrap{
  font-size: 1em;
  padding: .5em 0;
  line-height: 1.6;
}
.top_acceess_txt_wrap p{
  padding: .3em 0;
  letter-spacing: .02em;
}

.access_dl{
  padding: .7em 0;
}
.access_dl dt{
  font-size: 1.1em;
  font-weight: 500;
}
.access_dl dd{
  padding: .5em 0 .5em 1em;
}
.access_dd_box{
  padding: .3em 0;
}

.route_box > span:not(:first-child)::before{
  content: ">";
  display: inline-block;
  font-weight: 500;
  margin: 0 .5em;
  color: var(--c-grey-d);
  vertical-align: .12em;
}

@media (min-width: 769px) {
  .top_acceess_ttl{
    padding-top: 0;
  }
  .top_access_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 3em 0 0;
  }
  .top_acceess_gmap_box{
    width: 60%;
    margin: 0;
    /* aspect-ratio: 1 / 1; */
  }
  .top_acceess_detail_box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 100%;
  }
  .access_dl {
    font-size: .9em;
  }
}/*  */


/* INSTRUCTOR
========================================= */
.top_inst_block{
  max-width: calc(1400px + (5em * 2) );
  margin: auto;
}
/* .top_inst_block .slick-track{
  display: flex;
} */
.top_inst_box{
  padding: 1em 1rem;
  transition: color .3s;
}
.top_inst_box a{
  display: block;
  width: 100%;
  height: 100%;
}
.top_inst_box:hover{
  /* transform: translate(-.2rem,-.3rem); */
  color: var(--c-blue);
}
.inst_img_box{
  /* aspect-ratio: 1 / 1.414; */
  /* border-radius: .5em; */
  overflow: hidden;
}
.inst_img_box img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
.inst_detail{
  padding: 1.2em 0;
  /* min-height: 15rem; */
}
.top_pd_box_ttl{
  font-weight: 500;
}
.top_pd_name {
  font-family: var(--font-comp);
  font-size: 1.9rem;
  letter-spacing: .02em;
}
.top_pd_team{
  display: block;
  font-size: 1rem;
  line-height: 1.2;
}
.inst_cate{
  display: none;
  font-size: 1.4rem;
}
.inst_pick_txt {
  font-size: .9rem;
  padding: .2em 0;
}

/* INST ARROW */
.top_inst_block .slick-prev,
.top_inst_block .slick-next{
  top: -2rem;
}
.top_inst_block .slick-prev{
  left:auto;
  right: 4rem;
}
.top_inst_block .slick-next{
  right: 1.5rem;
}
.top_inst_block .slick-prev:before,
.top_inst_block .slick-next:before{
  display: block;
  width: clamp(16px,1.6rem,18px);
  height: clamp(16px,1.6rem,18px);
  color: var(--c-gold);
  /* background-color: #ddd; */
  border-top: 1.5px solid;
  border-left: 1.5px solid;
}
.top_inst_block .slick-prev:before {
  content: '';
  transform: rotateZ(-45deg);
}
.top_inst_block .slick-next:before {
  content: '';
  transform: rotateZ(135deg);
}

@media (min-width: 769px){
  /* .top_inst_block{
    padding: 0 var(--inn-w);
  } */
  .top_inst_box {
    padding: 1em 2em 0 0;
  }

  .top_inst_block .slick-next {
    right: 2.5rem;
  }
  .top_inst_block .slick-prev {
    right: 6rem;
  }
}/* 769 */


/* TOP - CONTENTS
========================================= */
.top_cont_block{
  width: 100%;
  padding: 1em 0;
}
.top_cont_box{
  position: relative;
}
.top_cont_box::before,
.top_cont_box::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--c-grey);
}
.top_cont_box::after{
  background-color: var(--c-gold);
  width: 0;
  transition: width .5s ease-out;
}

.top_cont_box:first-child{
  border-top: 1px solid var(--c-grey);
}
.top_cont_box_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4em 1.5em 2.4em 0;
}
.top_cont_box_ttl{
  font-size: 1rem;
}
.top_cont_box_ttl .en{
  font-size: 1.8em;
  line-height: 1.3;
  letter-spacing: .03em;
}
.top_cont_box_ttl .ja{
  display: block;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: .04em;
  /* margin-top: 0.2em; */
}
.top_cont_detail_box{
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.top_cont_box_num{
  display: none;
  font-size: 1.1em;
  font-weight: 700;
  padding-top: .25em;
  letter-spacing: .02em;
}
/* .top_cont_box .arrow_circle{
  transition: border-color .4s , background-color .4s , transform .4s ease-in;
}
.top_cont_box .arrow_circle._line {
  border: none;
} */
.top_cont_box:hover{
  color: var(--c-black);
}
.top_cont_box:hover::after{
  width: 100%;
}
.top_cont_box:hover .top_cont_box_ttl{
  transition: color .5s;
}
/* .top_cont_box:hover .arrow_circle{
  border-color: transparent; 
  background-color: currentColor;
  transform: translateX(.5em);
} */

._sub .top_cont_box_inner{
  padding-right: 0;
}
._sub .top_cont_detail_box {
  width: 100%;
  flex-direction: column;
}
.top_cont_sub_list{
  display: flex;
  flex-wrap: wrap;
  gap: 5.5%;
  padding-top: .8em;
}
.top_cont_sub_list li{
  width: 29%;
}
.top_cont_sub_list li a{
  position: relative;
  display: block;
  padding: .1em 1.1em .1em 0;
}
.top_cont_sub_list li a::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: .8em;
  height: .8em;
  background-image: url(/imgs/icon_arrow_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: filter .5s , transform .5s;
}
.top_cont_sub_list li a:hover{
  color: var(--c-red);
  transition: color .5s;
}
.top_cont_sub_list li a:hover::after{
  filter: var(--filter-pink);
  transform: translateX(.2em);
}

@media (min-width: 769px) {
  .sec_cont .sec_ttl .en {
    font-size: 4.8em;
  }
  .top_cont_pc_wrap{
    display: flex;
    justify-content: space-between;
  }
  .top_cont_block{
    width: 52%;
    padding: 1em 0 2em;
  }
  .top_cont_detail_box {
    width: 20em;
  }
  .top_cont_box_ttl .en {
    font-size: 2.4em;
  }
  .top_cont_box_ttl .ja {
    font-size: 1.1em;
  }
  ._sub .top_cont_box_inner {
    padding-right: 2.5em;
  }
  .top_cont_sub_list{
    font-size: 1.1em;
    gap: 4%;
    padding-top: .5em;
  }
  .top_cont_sub_list li {
    width: 22%;
  }
  .top_cont_sub_list li a {
    padding: .2em 1.1em .2em 0;
  }
  
}/* 769 */


/* OTHER WORKS LIST
========================================== */
.work_list{
  display: flex;
  flex-wrap: wrap;
  gap: 1px ;
}
.work_list_box{
  width: calc(50% - .5px);
}
.work_list_box a{
  display: block;
  position: relative;
}
.work_list_img_wrap{
  position: relative;
  background-color: #000;
  aspect-ratio: 3 / 2;
}
.work_list_img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.noah_school .work_list_img{
  opacity: .6;
}
.work_list_img_logo{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 80%;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(152deg) brightness(103%) contrast(103%);
}

.work_list_txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 10px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  color: #fff;
  /* overflow-y: scroll; */
  /* visibility: visible; */
  transform: translateY(0);
  /* opacity: 1; */
  transition: transform .4s, opacity .4s;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: .7em;
  font-weight: 500;
  padding: .5em 1.5em;

  visibility: none;
  opacity: 0;
}
.work_list_box:hover .work_list_txt {
  opacity: 1;
  visibility: visible;
}
._kpop .work_list_img_logo{
  width: 30%;
}

/* .work_list_box._academy{
  display: none;
} */


@media (min-width:769px){

  .sec_other_brand .c_wide {
    max-width: 78.75em;
  }
  .work_list_box { 
    /* width: calc(20% - .8px); */
    width: calc( (100% / 5) - .8px); 
  }
  .work_list_img_logo {
    width: 60%;
  }
  ._kpop .work_list_img_logo {
    width: 24%;
  }
  .work_list_txt{
    font-size: .7em;
    padding: .5em 1.5em;
  }
}/*  */


/* TOP - RECOMMEND
========================================= */
.top_reco_block{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  /* border-top: .5px solid var(--c-grey);
  border-bottom: .5px solid var(--c-grey); */

  width: calc(100% + 4em);
  margin: 2em 0 2em -2em;
}
.top_reco_box{
  position: relative;
  width: 50%;
  border: 1px solid var(--c-grey);
  border-left: none;
  overflow: hidden;
  aspect-ratio: 5 / 3.5;
}

@media (max-width: 768px) {
  .top_reco_box:nth-child(2n) {
    border-right: none;
  }
  .top_reco_box:nth-child(n+3) {
    border-top: none;
  }
}

.reco_detail_box{
  position: absolute;
  z-index: 5;
  font-size: 10px;
  width: 100%;
  height: 100%;
  background-color: var(--c-black2);
  color: var(--c-white);
  overflow-y: scroll;

  visibility: hidden;
  opacity: 0;
  /* transform: translateY(-101%); */
}
/* .top_reco_box.on .reco_detail_box, */
.top_reco_box:hover .reco_detail_box{
  /* transform: translateY(0); */
  visibility: visible;
  opacity: 1;
  transition: opacity .5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .top_reco_box:hover .reco_detail_box{
  transform: translateY(0);
  opacity: 1;
} */
.reco_txt{
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  padding: 1em  2em;
}

.reco_img_box{
  position: relative;
  width: 70%;
  padding-top: 70%;
  overflow: hidden;
  margin: auto;
  transform: translateY(-.25em);
}
/* .top_reco_box:hover .reco_img_box{
  transform: translateY(-100%);
  opacity: 0;
} */
.reco_logo_img{
  position: absolute;
  pointer-events: none;
}
.reco_logo_img.nda{top: 0;}
.reco_logo_img.ndak{top: -100%;}
.reco_logo_img.nds{top: -200%;}
.reco_logo_img.nyoga{top: -300%;}
.reco_logo_img.npila{top: -1800%;}
.reco_logo_img.nbox{top: -400%;}
.reco_logo_img.nbal{top: -500%;}
.reco_logo_img.nbalk{top: -600%;}
.reco_logo_img.non{top: -700%;}
.reco_logo_img.nmusic{top: -800%;}
.reco_logo_img.tdl{top: -900%;}
.reco_logo_img.sst{top: -1300%;}
.reco_logo_img.pst{top: -1400%;}
.reco_logo_img.stn{top: -1500%;}
.reco_logo_img.voat{top: -1000%;}
.reco_logo_img.voice{top: -1100%;}
.reco_logo_img.voatk{top: -1200%;}
.reco_img_box{
  transition: transform .4s , opacity .4s;
}
.reco_logo_img_single{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
  width: 90%;
  z-index: 2;
}

.reco_detail_btn{
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  width: 35%;
  padding: .3em 1.8em;
  margin: 0 auto;
  opacity: .2;
  z-index: 10;
}

@media (min-width: 769px) {
  .top_reco_pc_wrap {
    width: 70%;
    margin: 0 auto;
  }
  .top_reco_block{
    width: 100%;
    margin: 0;
    /* border: .5px solid var(--c-grey); */
  }
  .top_reco_box{
    width: 20%;
    aspect-ratio: 1 / 1;
  }
  .top_reco_box:nth-child(n+6) {
    border-top: none;
  }
  .top_reco_box:nth-child(5n+1) {
    border-left: 1px solid var(--c-grey);
  }
  .reco_img_box {
    width: 90%;
    padding-top: 90%;
    transform: translateY(.25em);
  }
  .sec_top_contents .foot_desc{
    padding-right: 0;
  }
  .reco_detail_btn{
    width: 38%;
  }
  .reco_txt{
    bottom: 0;
    margin: auto;
    padding: 1em ;
  }
  /* .top_reco_box.on .reco_detail_box{
    overflow-y:inherit;
  } */
}/* 769 */

@media (min-width: 1200px) {
  .sec_top_reco .sec_ttl._small{
    font-size: 1.1rem;
    padding-top: 0;
  }
  /* .sec_top_reco_inner{
    display: flex;
    justify-content: space-between;
  }*/
  /* .top_reco_pc_wrap{
    width: 70%;
    margin-left: auto;
    margin-top: -7.7em;
  } */
  /* .top_reco_box {
    width: 11.1111111111111111%;
  } */
  .reco_detail_box{
    font-size: .7em;
    overflow-y: initial;
  }
  .reco_detail_btn {
    width: 45%;
  }
}/* 960 */


/* BREADCRUMS ================================= */
.breadcrumbs {
  text-align: right;
  padding: 2em 0;
  line-height: 1;
  width: 100%;
  margin: 0 auto;
}
.breadcrumbs ol{
  font-size: 10px;
}
.breadcrumbs li{
  position: relative;
  display: inline-block;
  margin: 0.3em 0;
}
.breadcrumbs li a{
  display: inline;
  margin: 0.2em 0 0.2em 0;
  padding: 0;
  line-height: 1.3;
}
.breadcrumbs li:not(:last-child) {
  padding-right: 1.5em;
}
.breadcrumbs li:not(:last-child)::after {
  position: absolute;
  display: inline;
  content: ">";
  right: .4em;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto;
  color: currentColor;
}
.breadcrumbs li h1{
  display: inline;
  font-size: inherit;
  font-weight: normal;
}
@media (min-width: 769px) {
  .breadcrumbs li{
    display: inline;
  }
}/* 769 */


/* FOOTER
==================================================== */
.footer{
  position: relative;
  z-index: 1;
  letter-spacing: .05em;
  text-align: center;
  padding: 5em 0 8em;
  /* background-color: var(--c-black); */
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(1,1,1,.3) 20%); */
  color: var(--c-white);
  background-color: var(--c-black);
}
/* .footer::before,
.footer::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.footer::before{
  background-color: var(--c-black);
  z-index: -1;
  mix-blend-mode: multiply;
  opacity: .7;
}
.footer::after{
  background-image: url(/resort/imgs/teaser/top_keyvis_bg_01_pc.jpg);
  background-size: cover;
  z-index: -2;
} */
.foot_logo {
  width: 7em;
  padding: 1.2em 0;
  padding-right: 0.5em;
  margin: auto;
}
.foot_logo a {
  display: flex;
  width: fit-content;
  height: fit-content;
}
.footer_desc{
  font-size: .9em;
  line-height: 1.9;
  text-align: left;
  padding: 3em 1em;
}
.footer_desc > span{
  display: block;
  padding: .2em 0;
}
.copyright{
  font-size: 10px;
  padding: 6em 0;
  opacity: .8;
  color: var(--c-grey-l);
}

.foot_txt{
  font-weight: 500;
  margin: 1.5em 0 ;
}
.foot_logo_list{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  gap: 14%;
  /* width: 76%; */
  padding: 3em 12%;
  margin: 3em auto 6em;
  border-top: 1px solid #686868;
  border-bottom: 1px solid #686868;
}
.foot_logo_list li{
  width: 42%;
  padding: .8em 0;
}
.foot_logo_list img{
  filter: var(--filter-w);
}
.foot_add{
  padding: 1em 0;
}
.foot_add i{
  display: block;
  font-size: 1.5em;
  margin-top: .3em;
}
.foot_add p{
  padding: .3em 0;
}

.footer_nav_list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 2em 0;
  margin: auto;
}
.footer_nav_list li{
  width: 50%;
  font-size: 1.25em;
  line-height: 1.5;
  padding: .7em 0;
}
.footer_nav_list li .ja{
  display: block;
  /* font-size: 0.6em; */
  color: var(--c-grey-l);
}
.footer_nav_list li .en{
  display: block;
  font-size: 0.7em;
}

.footer_nav_list._b {
  font-size: 1.05em;
  width: 100%;
  padding: 1em 0 2em;
}
.footer_nav_list._b li {
  width: 100%;
}

@media (min-width:769px){
  .footer{
    font-size: clamp(10px, 1em, 14px);
    padding: 6em 0 8em;
  }
  .footer_pc_flex{
    display: flex;
    justify-content: space-between;
  }
  .footer_pc_flex_left{
    width: 30%;
  }
  .footer_pc_flex_right{
    width: 65%;
  }
  .foot_flex_wrap{
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 2em;
    /* border-bottom: 1px solid #686868; */
  }
  .footer_desc {
    font-size: clamp(10px, 0.9em, 12px);
    padding: 2.5em 0;
  }
  .footer_desc > span {
    padding: .3em 0;
  }
  .foot_logo{
    width: 6.5em;
    padding: .7em 0;
    margin: 0;
  }
  .foot_add {
    font-size: .85em;
    text-align: left;
  }
  .foot_logo_list{
    justify-content: left;
    gap: 4%;
    padding: 3em 0;
    margin: 0;
    /* max-width: 35em; */
    border-bottom: none;
  }
  .foot_logo_list li {
    width: 7em;
  }
  .footer_nav_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding-top: .5em;
    gap: 2%;
  }
  .footer_nav_list li{
    width: 23.5%;
    font-size: 1em;
    padding: .3em 0;
    margin-bottom: .3em;
  }
  .footer_nav_list li .ja {
    font-size: 1em;
    margin-bottom: .1em;
  }
  .copyright {
    text-align: right;
    margin-top: 3em;
  }

}/*  */




/* ===================================== 
NEWS
=========================================*/
.sec_news{
  position: relative;
  z-index: 1;
  color: var(--c-white);
  margin: 4em 0;
}
.sec_news::before,.sec_news::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--c-black);
  z-index: -1;
}
.sec_news::before{
  background-size: cover;
  background-position: center;
}
.sec_news.lazyloaded::before{
  background-image: url(/imgs/top_keyvis_bg_01_sp.jpg);
}
.sec_news::after{
  background-color: var(--c-black);
  opacity: .8;
  mix-blend-mode: multiply;
}

.sec_news_inner{
  margin-left: 2em ;
  background-color: #e7e7e4;
  padding: 3em 2em 2.5em 3em;
  border-radius: .75em 0 0 .75em;
  /* max-width: 1400px; */
}
.news_list{
  padding: 1.5em 0;
}
.news_list_box{
  position: relative;
  padding-right: .5em;
}
.news_list_box::before,
.news_list_box::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
}
.news_list_box::before{
  background-color: var(--c-black3);
}
.news_list_box::after{
  width: 0;
  background-color: var(--c-gold);
  transition: width .3s;
}
.news_list_box:hover::after{
  width: 100%;
}
.news_list_box:hover .news_list_box_inner{
  transform: translateX(.5em);
}

.news_list_box_inner{
  display: block;
  padding: 1.6em 0;
  transition: transform .3s;
}
.news_date {
  font-size: 1.1em;
  font-weight: 500;
  color: var(--c-grey-txt);
  padding: .3em 0;
  letter-spacing: .08em;
}
.news_ttl {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.8;
  padding: .2em 0;
}

/* NEWS ENTRY PAGE ================ */
._under.news_list {
  padding: 3em 0;
  margin-bottom: 3em;
}
._under .news_date {
  color: var(--c-black3);
}
._under .news_list_box::before {
  background-color: var(--c-grey-l);
}
._under .news_list_box_inner {
  padding: 1.6em 0 1.2em;
}

@media (min-width: 769px) {
  .sec_news::before{
    background-image: url(/imgs/top_keyvis_bg_01_pc.jpg);
  }
  /* .sec_news{
    padding-left: 5em;
    max-width: calc(1400px + (5em * 2) );
    margin: auto;
  } */
  .sec_news_inner{
    padding: 5em 8em 3em 8em;
    margin-left: 5em;
  }
  .news_flex{
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    padding-top: 3em;
  }
  .flex_left{
    width: 25%;
  }
  .flex_right{
    width: 70%;
  }
  .news_list {
    padding: 0 0 1em;
  }
  .news_list_box_inner{
    padding: 1.8em 0;
  }
  .news_list_box:first-child  .news_list_box_inner{
    padding-top: 1em;
  }

}/* 769 */


/* TOP BOTTOM CONTACT 
===============================================*/
.top_bottom_contact_box{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3.5em 1.8em;
  margin: 0 auto;
  border-radius: .2em;
  overflow: hidden;

  background-color: rgba(41,58,53, .9);
  /* background-color: var(--c-white); */
  /* max-width: 52em; */
}
.top_bottom_contact_txt_wrap{
  color: var(--c-white);
}
.top_bottom_contact_ttl{
  font-weight: 300;
  letter-spacing: .05em;
  margin: 0 0 1.5em;
}
.top_bottom_contact_ttl .en{
  display: block;
  font-size: 2.4em;
  line-height: 1.1;
}
.top_bottom_contact_ttl .ja{
  display: block;
  font-size: 1em;
}
.top_bottom_contact_txt{
  margin: .1em 0;
  letter-spacing: .03em;
}
.top_bottom_contact_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  filter: grayscale(1);
}
.top_bottom_contact_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position: top; */
  transition: transform .5s ;
}
.top_bottom_contact_box .arrow_circle {
  background-color: transparent;
  border: 1px solid var(--c-gold);
}
/* .top_bottom_contact_box .arrow_circle::before, 
.top_bottom_contact_box .arrow_circle::after{
  filter: var(--filter-w);
} */
@media (min-width: 769px) {
  .top_bottom_contact_box {
    padding: 7em 4.5em;
    /* max-width: 80%; */
  }
  .top_bottom_contact_ttl  {
    font-size: 1.2em;
  }
  .top_bottom_contact_ttl .en {
    font-size: 3.8em;
  }
  .top_bottom_contact_txt {
    font-size: 1.1em;
  }
  .top_bottom_contact_box .arrow_circle {
    font-size: 1.2em;
  }
  .top_bottom_contact_box:hover .top_bottom_contact_img img{
    transform: scale(1.05);
  }
}/*  */


/* Q&A
================================================ */
.qa_block_wrap{
  padding: 2em 0;
}
.qa_block_ttl {
  font-size: 1.6em;
  padding: .5em 0 0;
}
.qa_block{
  /* max-width: 56em; */
  margin: .5em auto;
}
.qa_box{
  border-bottom: 1px solid var(--c-grey);
}
.tab-head,.tab-content{
  padding: 1.6em 0;
  width: 100%;
  /* line-height: 1.7; */
}
.tab-head{
  display: inline-block;
  position: relative;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .03em;
  cursor: pointer;
  transition: padding .5s;
  padding-right: 3em;
}
.tab-head::before,.tab-head::after{
  content: "";
  position: absolute;
  display: block;
  background-color: var(--c-black3);
  width: 1.5px;
  height: 1.1em;
  right: 1.2em;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform .3s;
}
.tab-head::after{
  transform: rotateZ(90deg);
}
.tab-content{
  display: none;
  font-size: 1.05em;
  line-height: 1.8;
  padding-top: 0;
  padding-right: 3em;
  color: var(--c-black4);
  cursor: pointer;
}
.tab-content p{
  padding: .2em 0;
}
.tab-content a{
  font-weight: 500;
  text-decoration: underline;
}

.tab-head.open::before{
  transform: rotateZ(135deg);
}
.tab-head.open::after{
  transform: rotateZ(225deg);
}
.tab-head-q{
  display: inline-block;
  font-family: var(--font-en);
  font-size: 1.6em;
  font-weight: 500;
  vertical-align: -.08em;
  color: var(--c-gold);
  padding-right: .5em;
}
.tab_head_txt{
  display: block;
  font-weight: 600;
  transition: padding .3s;
}

.tab-head:hover,
.tab-content{
  transition: background-color .3s , padding-left .3s;
}
.tab-head:hover,
.tab-head.open,
.tab-head:hover + .tab-content,
.tab-head.open + .tab-content{
  background-color: #fff;
  padding-left: 1rem;
}

@media (min-width: 769px) {
  .tab-head{
    font-size: 1.2em;
    padding-right: 5em;
  }
  .tab-head br{
    display: none;
  }
  .tab-content{
    padding-right: 5em;
  }
  .qa_block {
    max-width: initial;
    margin: 0 0 2em;
  }
  .sec_top_qa .sec_ttl_s {
    width: fit-content;
    margin-left: auto;
  }
  .qa_flex{
    display: flex;
    justify-content: center;
    gap: 10%;
  }
  .qa_flex_child_left {
    width: 15%;
  }
  .qa_flex_child_right {
    width: 55%;
  }

}/* 769 */


/* BLOG TRIAL ===============*/
.blog_trial_block {
  background-color: var(--c-white2);
  color: var(--c-black);
}
.join-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding: .8em 0;
}
.join-ttl-desc {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
  text-align: center;
}
.join-ttl-desc span {
  display: block;
  font-weight: normal;
  font-size: 1.1rem;
  padding-top: 1em;
}
.trial-caution {
  color: var(--c-red);
  display: block;
  font-size: 1.2rem;
  margin-top: .2em;
}
.trial-common-ttl {
  font-size: 2.1rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: bold;
  padding: 0.5em 0;
  position: relative;
  z-index: 10;
  text-align: center;
}
.trial-common-sub {
  font-size: 1.35rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 1em;
  position: relative;
  z-index: 10;
  text-align: center;
}

.trial-block.tel {
  padding: 3em 0 0;
}
.trial-block.underline {
  padding: 3em 0 4em;
  border-bottom: 1px solid #c5c5c5;
}
.trial-block.topline {
  padding: 3em 0 4em;
  border-top: 1px solid #c5c5c5;
  margin-top: 5em;
}

/* NEXT BLOCK =========== */
.next_block_img {
  width: 70%;
  aspect-ratio: 1/1;
  margin: 0 auto 1.5em;
  max-width: 16em;
}

/* TEL BLOCK 
========================== */
.tel-block{
  margin: 1em 0;
}
.tel-ul{
  font-size: 2.2rem;
}
.tel-li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 1em;
}
.tel-a {
  width: 13em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.2em;
  padding: 2em;
  transition: background-color .5s;
  color: inherit;
  border: none;
  text-align: left;
  padding: 0.2em 0;
  cursor: pointer;
}
.tel-a:hover {
  color: var(--c-blue);
}
.tel-txt {
  display: inline-block;
  /* color: var(--c-black4); */
  font-size: .8em;
  font-weight: 500;
  vertical-align: middle;
  margin: 0 .5em 0.15em 0;
  text-align: left;
  width: fit-content;
}
.tel-num{
  display: inline-block;
  font-family: 'Roboto' , sans-serif;
  font-weight: 500;
  color: var(--c-gold);
}
.trial-common-p {
  font-size: 1.15em;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 0.5em 0;
  margin: 1em 0;
  /* color: var(--c-black2); */
  position: relative;
  z-index: 10;
  text-align: center;
}
@media (min-width: 769px){
  .tel-ul{
    max-width: 27.5em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.9em;
    margin: auto;
  }
  .tel-li{
    margin: 0;
  }
  .tel-a {
    padding: 0.3em 0;
  }
  .join_lead_box .tel-ul {
    justify-content: flex-start;
  }
}/* 769 */
@media (min-width: 960px){
  .join_lead_box .tel-li{
    margin: 0;
  }
}/* 960 */


/* スケジュール表 開閉メニュー link-branch 
======================================= */
.link-branch-box{
  position: relative;
  margin: 1em auto;
  z-index: 100;
}
.join_lead_block .link-branch-box{
  margin: 1em auto 1em 0;
}
.link-branch-box svg{
  fill: currentColor;
}
.link-branch a{
  position: relative;
  display: block;
  font-size: 1.5em;
  padding: 1em 1em;
  line-height: 1.4;
  transition: opacity .5s;
  color: #fff;
  font-weight: 500;
  border-radius: 0.1em;
  background: var(--c-gold);
  text-align: center;
}
.link-branch .btn{
  cursor: pointer;
}
.link-branch .txt{
  color: #fff;
  position: relative;
  /* padding-right: 3rem; */
}
.link-branch svg{
  position: absolute;
  right: 0;
  width: 2em;
  height: 2em;
  fill: currentColor;
}
.trial-block  .arrow_circle {
  background-color: var(--c-grey);
}
.expand_menu {
  display: none;
  position: absolute;
  background-color: rgba(199, 199, 199, 0.95);
  width: 100%;
  z-index: 20;
  left:0;
  top:100%;
}
.expand_menu_inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4%;
}
.expand_menu li {
width: 48%;
font-size: 1.8rem;
margin: 3% 0;
}
.expand_menu li a {
  display: block;
  font-size: .8em;
  padding: .6em 0 .65em;
  color: var(--c-black);
  background:#fff;
  text-align:center;
  border-radius: 19em;
  box-shadow: 0 0 5px rgba(177, 177, 177, 0.5);
}
.expand_menu li a:hover {
  background: #eee;
}
.oubo_line{
  display: block;
  width: 1.4em;
  height: 1em;
  background-color: var(--c-gold);
  mask-image: url(/imgs/line.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
.line_img {
    display: inline-block;
    width: 1.4em;
    filter: var(--filter-w);
    margin-left: .3em;
}
@media (min-width: 769px){
  .link-branch-box{
    position: relative;
    max-width: 36em;
    margin: 1em auto;
  }
  .link-branch a {
    padding: 1.1em 1em;
  }
}/* 769 */



/* ========================================================
SYSTEM PAGE /system/
======================================================== */
html.system_page{
  scroll-behavior: smooth;
}
.system_lead_sec{
  overflow: hidden;
  margin-bottom: 2em;
}
.system_lead_block{
  padding: 3em 0;
}
.system_lead_box{
  position: relative;
  padding: 3em 0;
  z-index: 1;
}
.system_lead_num{
  display: block;
  font-size: 8.5em;
  line-height: 1;
  color: var(--c-gold);
}
.system_lead_ttl{
  font-size: 1.5em;
  padding: 1rem 0;
}
.system_lead_ttl .tline{
  font-size: 1.6em;
  letter-spacing: .02em;
}
.system_lead_desc{
  font-size: 1.1em;
  line-height: 1.7;
  padding: 0.2em 0;
}
.system_lead_desc p{
  padding: .2em 0;
}
.system_lead_icon_box {
  position: absolute;
  right: 0;
  top: 1.5em;
  z-index: -1;
  width: 35%;
  height: fit-content;
  overflow: hidden;
}
.system_lead_icon_box::before{
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.system_lead_icon{
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
}
._01 .system_lead_icon{top: 0;}
._02 .system_lead_icon{top: -100%;}
._03 .system_lead_icon{top: -200%;}

@media (min-width: 769px){

  .system_lead_block{
    display: flex;
    justify-content: space-between;
  }
  .system_lead_box{
    width: 28%;
    padding: 0;
  }
  .system_lead_icon_box {
    width: 34%;
    top: -.5em;
  }
  .system_lead_num {
    font-size: 6.5em;
  }
  .system_lead_ttl {
    font-size: 1.3em;
  }
  .system_lead_desc{
    font-size: 1em;
  }

}/*  */

/* CONCEPT */
.concept_ttl {
  font-size: 1em;
  padding: 1em 0;
  font-weight: 400;
  letter-spacing: .05em;
}
.concept_ttl .ja {
  font-size: 2em;
}
.concept_ttl .en{
  display: block;
  margin-top: .2em;
  opacity: .7;
}
.concept_img{
  max-width: 38em;
  margin: .5em auto;
  cursor: pointer;
}

/* SYSTEM BRANDS BOX ================= */
.sys_brands_block{
  display: flex;
  flex-wrap: wrap; 
  /* justify-content: space-between; */
  gap: 1px 1px;
}
.sys_brands_box{
  position: relative;
  background-color: #000;
  width: calc(50% - .5px);
  /* margin-bottom: 1px; */
}
.sys_brands_box_img{
  opacity: .6;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* filter: gray; */
  -webkit-filter: grayscale(100%);
  transition: opacity 1s;
  object-fit: cover;
  object-position:center top;
  height: 9em;
}
.sys_brands_box:hover .sys_brands_box_img{
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0%);
}
.sys_brands_detail{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: fit-content;
  color: #fff;
  margin: auto 0;
}
.sys_brands_ttl{
  font-size: .8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: -.02em;
}
.sys_logos_blk{
  position: relative;
  width: 5.2rem;
  overflow: hidden;
  margin: 0 auto .2em;
  /* max-width: 8rem; */
}
.sys_logos_blk::before{
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.sys_logos_blk img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.sys_logos_blk.box2 img{
  top:-100%;
}
.sys_logos_blk.box3 img{
  top: -200%;
}
.sys_logos_blk.box4 img{
  top: -300%;
}
.sys_logos_blk.box5 img{
  top: -400%;
}
.sys_logos_blk.box6 img{
  top: -500%;
}
.sys_logos_blk.box7 img{
  top: -600%;
}

/* 幅100%用 */
.sys_brands_box._column2{
  width: 100%;
}
._column2 .sys_brands_box_img{
  height: 10rem;
}
._column2 .sys_logos_blk{
  width: 70px;
  margin: 0;
  max-width: 11rem;
}
._column2 .sys_brands_detail{
  display: flex;
  justify-content: center;
  align-items: center;
}
._column2 .sys_brands_ttl{
  font-size: 1.2rem;
  text-align: left;
  margin-left: 1em;
}

/* CorporateSite ContentsData 修正用 */
/* .sys_brands_box[data-brandcode="1"]{
  display: none;
} */
.sys_logo_img {
  display: flex;
  align-items: center;
  height: 6em;
}
.sys_logo_img img{
  display: block;
  width: 5.2rem;
  max-height: 3.5em;
  aspect-ratio: 1 / 1;
  margin: 0 auto .5em;
  filter: var(--filter-w);
}
.sys_brands_box:nth-child(8),
.sys_brands_box:last-child{
  display: none;
}
@media screen and (min-width: 769px){
  ._pc_w100 .sys_brands_box{
    width: calc(25% - .5px);
  }
  /* ._pc_w100 .sys_logos_blk{
    width: 32%;
  } */
  ._pc_w100 .sys_brands_box_img{
    height: 11em;
  }

  .schedule_page .sys_brands_box {
    /* width: calc(16.666666% - .833333333333px); */
    width: calc((100% / 4) - 1px);
  }
  .schedule_page .sys_brands_box {
    /* width: calc(16.666666% - .833333333333px); */
    width: calc((100% / 4) - 1px);
  }
  .schedule_page .sys_brands_box_img {
    height: 8em;
  }

  .sys_wrap {
    position: absolute;
    right: 0;
    top: 34em;
    width: 50%;
  }
  .top_feat_list_box:nth-child(4){
    padding-bottom: 20em;
  }
}/* 769 */


/* TOP - CONTENTS
========================================= */
.top_cont_block{
  width: 100%;
  padding: 1em 0;
}
.top_cont_box{
  position: relative;
}
.top_cont_box::before,
.top_cont_box::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--c-grey);
}
.top_cont_box::after{
  background-color: var(--c-gold);
  width: 0;
  transition: width .5s ease-out;
}

.top_cont_box:first-child{
  border-top: 1px solid var(--c-grey);
}
.top_cont_box_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4em 1.5em 2.4em 0;
}
.top_cont_box_ttl{
  font-size: 1rem;
}
.top_cont_box_ttl .en{
  font-size: 1.8em;
  line-height: 1.3;
  letter-spacing: .03em;
}
.top_cont_box_ttl .ja{
  display: block;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: .04em;
  /* margin-top: 0.2em; */
}
.top_cont_detail_box{
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.top_cont_box_num{
  display: none;
  font-size: 1.1em;
  font-weight: 700;
  padding-top: .25em;
  letter-spacing: .02em;
}
/* .top_cont_box .arrow_circle{
  transition: border-color .4s , background-color .4s , transform .4s ease-in;
}
.top_cont_box .arrow_circle._line {
  border: none;
} */
.top_cont_box:hover{
  color: var(--c-black);
}
.top_cont_box:hover::after{
  width: 100%;
}
.top_cont_box:hover .top_cont_box_ttl{
  transition: color .5s;
}
/* .top_cont_box:hover .arrow_circle{
  border-color: transparent; 
  background-color: currentColor;
  transform: translateX(.5em);
} */

._sub .top_cont_box_inner{
  padding-right: 0;
}
._sub .top_cont_detail_box {
  width: 100%;
  flex-direction: column;
}
.top_cont_sub_list{
  display: flex;
  flex-wrap: wrap;
  gap: 5.5%;
  padding-top: .8em;
}
.top_cont_sub_list li{
  width: 29%;
}
.top_cont_sub_list li a{
  position: relative;
  display: block;
  padding: .1em 1.1em .1em 0;
}
.top_cont_sub_list li a::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: .8em;
  height: .8em;
  background-image: url(/imgs/icon_arrow_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: filter .5s , transform .5s;
}
.top_cont_sub_list li a:hover{
  color: var(--c-red);
  transition: color .5s;
}
.top_cont_sub_list li a:hover::after{
  filter: var(--filter-pink);
  transform: translateX(.2em);
}

@media (min-width: 769px) {
  .sec_cont .sec_ttl .en {
    font-size: 4.8em;
  }
  .top_cont_pc_wrap{
    display: flex;
    justify-content: space-between;
  }
  .top_cont_block{
    width: 52%;
    padding: 1em 0 2em;
  }
  .top_cont_detail_box {
    width: 20em;
  }
  .top_cont_box_ttl .en {
    font-size: 2.4em;
  }
  .top_cont_box_ttl .ja {
    font-size: 1.1em;
  }
  ._sub .top_cont_box_inner {
    padding-right: 2.5em;
  }
  .top_cont_sub_list{
    font-size: 1.1em;
    gap: 4%;
    padding-top: .5em;
  }
  .top_cont_sub_list li {
    width: 22%;
  }
  .top_cont_sub_list li a {
    padding: .2em 1.1em .2em 0;
  }
  
}/* 769 */



/* ABOUT 非表示 */
.sec_top_about_sado,
[data-page="about"] {
  display: none !important;
}

/* TOP - KIDS BANNER =================== */
.kids_banner{
  display: flex;
  justify-content: space-between;
  background-color: #00743B;
  color: var(--c-white2);
  max-width: 48em;
  margin: auto;
}
.kids_banner_detail{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 58%;
  padding: 1.1em 1.2em;
  gap: .3em;
}
.kids_banner_img{
  width: 42%;
}
.kids_banner_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kids_banner_txt{
  font-size: .9em;
}
.kids_banner_ttl{
  font-size: 1.8em;
  line-height: 1.3;
  /* letter-spacing: 0.03em; */
}
.kids_banner_detail .arrow_circle{
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: .9em;
  background-color: var(--c-white2);
}
.kids_banner_detail .arrow_circle::before,
.kids_banner_detail  .arrow_circle::after {
  background-color: #00743B;
}


@media (min-width: 769px) {

  .kids_banner_detail{
    width: 67%;
    padding: 0 2em;
    gap: .5em;
  }
  .kids_banner_img{
    width: 33%;
  }
  .kids_banner_txt{
    font-size: 1.15em;
  }
  .kids_banner_ttl {
    font-size: 2.4em;
  }

  .kids_banner_detail .arrow_circle{
    right: 2em;
  }

}/* 769 */
