@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;
  cursor: pointer;
}
table {
  border-collapse: collapse;
}

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

@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: 600;
  src: local('NotoSansCJKjp-Bold'),
  local('NotoSansJP-Bold'),
  url('/font/NotoSansCJKJP/NotoSansCJKjp-Bold.woff2') format('woff2');
}

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

/* Module =============================================*/
:root {
  --c-bg: #b5bec8;
  --c-black: #030a1d;
  --c-black2: #212121;
  --c-black3: #666666;
  /* --c-gold: #c0ab49; */
  /* --c-gold-l: #cfbc6a; */
  --c-gold: #cfbc6a;
  --c-gold-d: #a19155;
  --c-grey: #e4e1e1;
  --c-grey2: #f9f9f9;
  --c-grey-txt: #bababa;
  --c-grey-d: #66737b;
  --c-grey-d2: #abaeb0;;
  --c-grey-l: #d9d9d9;
  --c-grey-bg: #f5f5f5;
  --c-white: #f3f3f3;
  --c-white2: #e7e4e4;
  --c-yellow: #e1ff00;
  --c-blue: #376077;
  --c-red: #ee0000;
  --c-pink: #da5e7f;
  --grad: linear-gradient(135deg, rgb(0 244 233) 0%, rgb(146 116 245) 65%, rgb(138 143 246) 100%);
  --grad2: linear-gradient(135deg, rgb(0 177 244 ) 0%, rgb(146 116 245 ) 65%, rgb(107 113 242 ) 100%);
  --grad3: linear-gradient(135deg, rgb(0 202 255) 0%, rgb(89 79 250) 65%, rgb(161 131 254) 100%);

  --font-comp: "Antonio",'NotoSansCJKjp', sans-serif;
  --font-ja: "YakuHanJP","NotoSansCJKjp",sans-serif;
  --font-en: "Antonio", sans-serif;
  --filter-b: invert(6%) sepia(71%) saturate(2299%) hue-rotate(215deg) brightness(94%) contrast(101%);;
  --filter-w: invert(100%) saturate(377%) hue-rotate(316deg) brightness(200%) contrast(100%);
  --filter-wg: invert(96%) sepia(8%) saturate(14%) hue-rotate(314deg) brightness(86%) contrast(111%);
  --filter-red: invert(33%) sepia(39%) saturate(3362%) hue-rotate(347deg) brightness(84%) contrast(106%);
  --filter-pink: invert(69%) sepia(31%) saturate(5663%) hue-rotate(307deg) brightness(84%) contrast(90%);
  --filter-grey: invert(89%) sepia(17%) saturate(153%) hue-rotate(171deg) brightness(84%) contrast(88%);
  --filter-grey-d: invert(89%) sepia(17%) saturate(153%) hue-rotate(171deg) brightness(64%) contrast(88%);
  /* --filter-gold: invert(71%) sepia(58%) saturate(304%) hue-rotate(11deg) brightness(95%) contrast(89%); */
  --filter-gold: invert(74%) sepia(29%) saturate(805%) hue-rotate(14deg) brightness(88%) contrast(87%);
  --filter-b3: invert(18%) sepia(0%) saturate(0%) hue-rotate(303deg) brightness(93%) contrast(90%);
  --inn-w: 1.5rem;
  --inn-wm: -1.5rem;
  --kv-fill-color: #fff;
}

/* font-size =============================================*/
/* html, */.vw_base{
  font-size: 3.125vw;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 769px) {
  /* html, */.vw_base{
    /* W769:10 */
    /* font-size: clamp(10px,1.112347052vw,14px); */
    font-size: 10px;
  }
}/*  */
@media (min-width: 960px) {
  /* html, */.vw_base{
    /* W960:10 */
    font-size: clamp(10px,1.041666vw,15px);
  }
}/*  */

/* section parts =============================================*/
body{
  font-family: var(--font-ja);
  line-height:1.5;
  color: var(--c-black);
  /* background-color: var(--c-grey-bg); */
}

.sec_bloc{
  padding-top: 3em;
  padding-bottom: 3em;
}
._top0{ padding-top: 0 !important;}
._bottom0{ padding-bottom: 0 !important;}
._top_w{ padding-top: 6em;}
._bottom_w{ padding-bottom: 6em;}
.mv+.sec_bloc{
  padding-top: 6em;
}
.no_mv{
  padding-top: 9em;
}
.c_inner{
  width: 100%;
  padding-left: var(--inn-w);
  padding-right: var(--inn-w);
}
.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; }
.c_wide{
  max-width: 1400px;
  margin: 0 auto;
}
.c_wide_narrow{
  max-width: 70em;
  margin: 0 auto;
}
.c_wide.c_inner,
.c_wide.c_inner_pc{
  max-width: calc(1400px + (5em * 2) );
}

@media (min-width: 769px) {
  :root {
    --inn-w: 5em;
    --inn-w-minus: -5em;
  }
  .body_bg::before{
    background-size: 1100px;
  }
  .c_inner_pc{
    padding-left: var(--inn-w);
    padding-right: var(--inn-w);
  }
  .sec_bloc{
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  ._top_w{ padding-top: 8em;}
  ._bottom_w{ padding-bottom: 8em;}
  .mv+.sec_bloc {
    padding-top: 7em;
  }
}/*  */


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

.bg_grey{
  position: relative;
  overflow: hidden;
}
.bg_grey::before ,
.bg_grey::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.bg_grey::before {
  background-color: #eef0f3;
  z-index: -2;
}
.bg_grey::after {
  background-image: url(/imgs/noise.jpg);
  background-size: 6rem;
  /* background-size: 50%; */
  opacity: .1;
  mix-blend-mode: multiply;
  z-index: -1;
}

.no_mv main.bg_grey{
  padding-top: 9em;
  margin-top: -9em;
}
/* 背景判反転 */
.bg_black{
  position: relative;
  z-index: 1;
}
.bg_black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  opacity: 0;
  transition: opacity .5s;
}

.header_w .bg_black {
  color: var(--c-white);
}
.header_w .bg_black::before {
  opacity: 1;
}

.sec_ttl{
  font-size: 1em;
  padding: 0 0 1em;
}

.sec_ttl .en{
  font-size: 5em;
  font-weight: 700;
  line-height: 1.1;
}
.sec_ttl._m .en{
  font-size:4em;
}
.sec_ttl._s .en{
  font-size: 3.5em;
}

.sec_ttl .ja{
  display: block;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-left: .1em;
  margin-top: .8em;
}

.sec_ttl .ja._line2{
  margin-top: .3em;
  line-height: 1.6;
}
.sec_ttl._small .en{
  font-size: 3.8em;
}
.sec_ttl .before_border::before {
  background-color: var(--c-gold);
}

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

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

._icon_w,.filter_w{ filter: var(--filter-w); }
._icon_gold,.filter_gold{ filter: var(--filter-gold); }
.block{display: block;}
.none{display: none;}
.height_img{
  height: 100%;
  width: auto;
}
.hov a,.hover,.r-over,button{
  transition: opacity .5s;
}
.hov a:hover,.hover:hover,.r-over:hover,button:hover{
  opacity: .7;
}
.smooth {
  scroll-behavior: smooth;
}
.img_box{
  width: 100%;
  aspect-ratio: 3/2;
  margin: 1em 0;
}
.img_box img,
.ofit{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* font =============================== */
.en { font-family: var(--font-en);}
.ja { font-family: var(--font-ja); }
.comp { font-family: var(--font-comp); }
.roboto { font-family: "Roboto", sans-serif; }
.antonio { font-family: "Antonio", sans-serif; }
.league { font-family: "League Gothic", sans-serif; }
.center{ text-align: center;}
.left{ text-align: left;}
.left-center{ text-align: left;}
.center-left{ text-align: center;}
.small{font-size: .9em;}
.small2{font-size: .8em;}
.small3{font-size: .7em;}
.red{ color: var(--c-red); }
.red2{ color: var(--c-red2); }
.blue{ color: var(--c-blue); }
.blue{ color: var(--c-yellow); }
.black{ color: var(--c-black);}
.gold{ color: var(--c-gold); }
.grey{ color: var(--c-grey-d); }
.grey-l{ color: var(--c-grey-l); }
.grey-bg{ color: var(--c-grey-bg); }
.bold{ font-weight: bold;}
.iframe_box{
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 0 2em;
}
.iframe_box iframe{
  width: 100%;
  height: 100%;
  margin: 0;
}
@media (min-width: 769px) {
  .sp{display: none;}
  .pc{display: block;}
  .left-center,.left_center{ text-align: center;}
  .center-left,.center_left{ text-align: left;}
  .sec_ttl .en{
    font-size: 5.5em;
    letter-spacing: 0;
  }
  .sec_ttl._m .en{
    font-size: 4.8em;
  }

  .iframe_box{
    aspect-ratio: 5/4;
  }
}/*  */

.before_border{
  position: relative;
  padding-left: 2.4em !important;
}
.before_border::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 2em;
  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%);
}

.youtube_box {
  position: relative;
  margin: 1em 0 ;
}
.youtube_box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

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

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

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

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

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


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

.arrow_circle._line{
  border: 1px solid var(--c-white2);
  background-color: transparent;
}
.arrow_circle._line .arrow_circle_img{
  bottom: 0;
}

/* LINK CIRCLE + BUTTON */
.link_circle_btn_wrap{
  background-color: var(--c-gold-d);
  /* background: linear-gradient(135deg, rgb(0 244 233) 0%, rgb(146 116 245) 65%, rgb(138 143 246) 100%); */
  border-radius: .1em;
  margin: 1.5em auto;
  max-width: 36rem;
  color: #fff;
}
.link_circle_btn_wrap._left{
  margin: 1.5em auto 1.5em 0;
}
.link_circle_btn_wrap._right{
  margin: 1.5em 0 1.5em auto;
}
.link_circle_btn_wrap .link_circle_arrow{
  width: 100%;
  justify-content: center;
}
.link_circle_btn_wrap .arrow_circle{
  background-color: transparent;
}
/* .link_circle_btn_wrap .arrow_circle_img,
.link_circle_btn_wrap .arrow_circle::before{
  filter: var(--filter-grey-d);
} */
.link_circle_btn_wrap._border{
  background-color: transparent;
  background: none;
  color: currentColor;
  border: 1px solid currentColor;
  /* min-width: 30rem; */
}
/* .link_circle_btn_wrap .arrow_circle::before,
.link_circle_btn_wrap .arrow_circle::after {
  filter: var(--filter-gold);
} */
.link_circle_arrow .txt.ja {
  margin-bottom: .2em;
}

/* 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_block{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  color: var(--c-white);
}

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

.reverse .header_block ._icon_w { filter: var(--filter-b3);}
.reverse .sp_btn { color: var(--c-black3);}
.reverse._tel_open .header_logo,
.reverse._panel_open .header_logo{
  filter: var(--filter-w);
}
/* .reverse.header_w .header_block ._icon_w{
  filter: var(--filter-w);
} */

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

/* 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) !important;
}
._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.4em;
  height: 2px;
  margin: auto;
  opacity: 1;
}
._tel_open .tel_btn_icon:before,
._tel_open .tel_btn_icon:after {
  content: "";
  background-color: var(--c-white2);
  left: -1em;
}
._tel_open .tel_btn_icon:before { 
  margin-top: -0.8em; 
  transform-origin: right top;
  transform: rotate(-45deg); 
  -webkit-transform: rotate(-45deg); 
}
._tel_open .tel_btn_icon:after { 
  margin-top: 0.8em; 
  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: 4em;
  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.7em; 
  transform-origin: right top;
}
.panel_btn_icon:after { 
  margin-top: 0.7em; 
  transform-origin: right  bottom;
}

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

/* 開閉メニュー 共通================================= */
.sp_tel_bloc,.sp_menu_bloc{
  position: absolute;
  top:0;
  right: -100%;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 10em 0 15em;
  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, .9);
  color: var(--c-white2);
  opacity: 0;
  transition: right .1s , opacity .1s;
  transition-timing-function: cubic-bezier(.34,.1,.64,.74);
}
.sp_tel_bloc{
  background: linear-gradient(180deg, rgba(0, 0, 0,.9) 0%, rgba(0, 0, 0,.9) 70%, rgba(0,59,85,.9) 100%);
}
.sp_menu_bloc{
  background: linear-gradient(180deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .9) 70%, rgb(62,1,1, .9) 100%);
}
._tel_open .sp_tel_bloc,
._panel_open .sp_menu_bloc{
  opacity: 1;
  right:0;
}

/* SP TEL MENU ================================= */
.sp_tel_bloc{
  text-align: center;
}
.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: 1em 0;
}
.s_menu_box{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em 0;
}
.s_menu_ttl {
  width: 12em;
  text-align: left;
}
.s_menu_ttl a{
  font-size: 1.3em;
  padding: 0.3em 0;
  font-weight: 500;
}
.s_menu_dial a{
  font-size: 1.6em;
  letter-spacing: 0.03em;
}
.s_menu_btn{
  font-family:  var(--font-en);
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.s_menu_num{
  position: relative;
  padding-left: 1.1em;
  font-family: 'Roboto', sans-serif;
}
.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);
}

.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: var(--filter-w);
}
.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-gold);
  color: var(--c-black);
  /* 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: 1.5em;
  position: relative;
  font-size: 1.5em;
  font-weight: 500;
}
.sp_member_bottom_txt::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4.5em;
  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);
  filter: var(--filter-b);
}
.sp_member_bottom_txt.contact::before{
  background-image: url(/imgs/icon_sp_tel_contact.svg);
}


/* SP NAV MENU ================================= */
.sp_login_box {
  color: var(--c-gold);
}
.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-gold);
}
.sp_login_txt{
  font-weight: 500;
  padding: 0 .5em;
}

.sp_menu_main{
  padding: 1em 0 2em;
}
.sp_menu_main li{
  position: relative;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: left;
  border-top: 1px solid #ffffff44;
}
.sp_menu_main>li:last-child{
  border-bottom: 1px solid #ffffff44;
}
.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.6rem 0;
  font-weight: 500;
}
.accshow li a{
  width: 100%;
  font-size: .95em;
  padding: 1.2rem 1.5rem 1.2rem 0;
}
.women {
  color: var(--c-gold);
  font-size: .8em;
  letter-spacing: 0;
  padding-left: 0.7em;
}
.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: .9em;
  height: .9em;
  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";
  margin-right: 100px;
  font-weight: 900;
  line-height: 0;
  font-size: .5em;
} */
.sp_menu_bloc .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 #ffffff44;
}
.cssacc:checked + label + .accshow {
  transform: translateY(0);
  height: auto;
  opacity: 1;
  padding-bottom: 2em;
  padding-left: 1em;
}
.cssacc:checked + .cssacc_label::before {
  transform: rotateZ(135deg);
}
.sc-small {
  color: var(--c-blue4);
  font-size: .7em;
  letter-spacing: 0;
  padding-left: 0.5em;
}
.sp_menu_txt {
  font-size: 10px;
  text-align: justify;
  padding: 2em 0;
  color: var(--c-grey-l);
}

/* .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-white2);
}
/* .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-white2);
  /* border: 1px solid var(--c-black); */
}
.sp_menu_contact_box .arrow_circle_img,
.sp_menu_contact_box .arrow_circle::after,
.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{
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
}
.sp_menu_banner_li{
  width: 47%;
  background-color: rgba(67, 67, 67, .8);
  border-radius: 50%;
}
.sp_menu_banner_li a{
  display: block;
}

@media (min-width: 769px) {
  .header_block{
    transition: background-color .5s;
  }
  .reverse .header_block:hover{
    background-color: #ffffffee;
  }

  .header_inner {
    font-size: min(1em, 16px);
    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 0 0 2em;
    height: 8em;
  }
  .sp_btn,.sp_tel_bloc, .sp_menu_bloc,
  ._tel_open .header_block::after, ._panel_open .header_block::after {
    display: none !important;
  }
  .header_logo_box{
    width: fit-content;
    padding: 1.5rem 0;
    margin: auto;
    max-height: 7em;
  }
  .pc_gnav{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .pc_gnav_main{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    padding-left: 4em;
    max-width: 55em;
  }
  .pc_gnav_main:first-child{
    justify-content: flex-end;
  }
  .pc_gnav_main_li{
    width: 20%;
    height: 100%;
  }
  .pc_gnav_main_li>a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 1.2em .1em;
  }
  .pc_gnav_main_li>a .en{
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .03em;
  }
  .pc_gnav_main_li>a .ja{
    display: block;
    font-weight: 600;
    line-height: 1.8;
    transform: scale(.8);
    transform-origin: left center;
  }
  .flip{
    display: block;
    height: 1.5em;
    text-align: center;
    overflow: hidden;
  }
  .flip span{
    transition: transform .3s , opacity .3s;
  }
  .flip .ja{
    opacity: 0;
    white-space: nowrap;
  }
  .pc_gnav_main_li:hover .flip span{
    transform: translateY(-1.5em);
  }
  .pc_gnav_main_li:hover .flip .en{
    opacity: 0;
  }
  .pc_gnav_main_li:hover .flip .ja{
    opacity: 1;
  }
  .login{
    /* position: absolute; */
    right: 0;
    display: flex;
    width: fit-content;
    height: 3.6em;
    align-items: center;
    color: var(--c-white2);
    padding: 1em 1.3em 1em 1.4em;
    border: 1px solid currentcolor;
    border-right: none;
    border-radius: 1.8em 0 0 1.8em;
    min-width: 8.5em;
  }
  .pc_login_btn{
    display: flex;
    align-items: center;
  }
  .pc_login_icon {
    display: block;
    margin: auto;
    width: 2.8em;
    height: 2.8em;
  }
  .sp_login_txt {
    padding: 0 .5em 0 .2em;
  }

  /* PULL DOWN MENU ===============*/
  .pulldown_host{
    position: relative;
  }
  .pulldown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50% , -1%);
    overflow: hidden;
    width: 12em;
    margin-top: -2em;
    /* height: 100vh; */
    /* height: 0; */
    visibility: hidden;
    opacity: 0;
  }
  .pulldown_host:hover .pulldown{
    /* height: calc(1.1rem * 4 * 12); */
    transition: .5s;
    visibility: visible;
    transform: translate(-50% , 0);
    opacity: 1;
  }
  .pulldown li {
    background-color:rgba(0,0,0,0.8);
    border-top:1px solid rgb(80 80 80);
    color: #fff;
    display:block;
    font-weight: 400;
    font-size: 1em;
    text-align:center;
  }
  .pulldown li:first-child {
    border-top: none;
  }
  .pulldown li a {
    display: block;
    line-height: 3.2;
    text-align: center;
  }
  .pulldown li:hover{
    background-color: rgba(0, 0, 0);
  }

  .reverse .pc_gnav_main , .reverse .login {
    color: #333;
  }

}/*  */
@media (min-width: 769px) {
  .pc_gnav_main {
    max-width: 60em;
  }
}/*  */


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


/* FOOTER
========================================= */
.n_st_desc{
  font-size: 11px;
  color: #6f777f;
  padding: 1em 0;
}

.footer {
  position: relative;
  background-color: rgba(0, 0, 0 , .6);
  color: var(--c-white);
  font-size: clamp(10px,1rem,14px);
  padding: 0 0;
}
.footer::before{
  position: sticky;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #000;
  /* background-image: url(/imgs/footer_bg_sp.jpg); */
  background-size: cover;
  z-index: -1;
}
.footer.lazyloaded::before{
  background-image: url(https://www.noaboxing.com/imgs/footer_bg_sp.jpg);
}
.footer_inner{
  padding-top: 3em;
  padding-bottom: 3em;
  margin-top: -100vh;
}
.footer_wrap_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #aaa;
  padding: 0 0 2em;
}
.n_foot-logo {
  width: 6em;
  /* margin: 0 auto 3rem; */
}
.footer_sns{
  display: flex;
  justify-content: center;
  font-size: 1.8em;
  gap: .5em;
  line-height: 1;
  /* color: #aaaaaa; */
}
.footer_sns_box {
  width: 2.2rem;
}

.footer_wrap_bottom{
  display: flex;
  flex-direction: column-reverse;
  padding: 1.5em 0;
}
.n_foot-lede-desc{
  font-size: .82em;
  text-align: justify;
  padding: 0.5em 0;
  line-height: 1.7;
}
.n_foot-lede-desc p{
  padding: 0.5em 0;
}

.foot_right_block{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  letter-spacing: -.05em;
  margin: 1.5em 0;
}
.foot_right_box{
  width: 47%;
  margin-right: 3%;
  margin-bottom: 2.5em;
}
/* .foot_right_box:nth-child(3n){
  width: 26%;
  margin-right: 0;
} */
.fbox_ttl{
  font-family: var(--font-en);
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: .02em;
  margin-bottom: .4em;
  color: var(--c-gold-d);
}
.fbox_ttl a{
  color: var(--c-gold-d);
}
/* .fbox_ul {
  font-size: .9em;
} */
.fbox_ul a{
  display: block;
  padding: .12em 0;
  color: var(--c-white);
  transition: transform .5s;
}
.fbox_ul a:hover{
  color: var(--c-gold);
  transform: translateX(.5em);
}

.n_copyright {
  padding: 2rem 0;
  font-size: 10px;
  color: var(--c-grey-l);
}

@media (min-width: 769px) {
  .footer{
    position: relative;
    font-size: 1em;
  }
  .footer::before{
    position: absolute;
    height: 100%;
    /* background-image: url(/imgs/footer_bg_pc.jpg); */
    background-position: top 30% center;
  }
  .footer.lazyloaded::before{
    background-image: url(/imgs/footer_bg_pc.jpg);
  }
  .footer_inner{
    padding-top: 4em;
    padding-bottom: 6em;
    margin-top: 0;
  }
  .footer_sns {
    font-size: 2em;
    gap: .6em;
  }

  .footer_wrap_bottom{
    font-size: .9em;

    flex-direction: row;
    justify-content: space-between;
  }

  .foot_left_block {
    width: 35%;
   }
  .foot_right_block{
    width: 56%;
    justify-content: flex-end;
    gap: 2% 6%;
    margin: .5em 0;
    max-width: 48em;
  }
  .foot_right_box,.foot_right_block::after{
    width: 40%;
    margin: 0 0 2em;
  }
  .foot_right_block::after{
    content: "";
  }

}/* 769  */

@media (min-width: 960px) {
  .foot_left_block {
    width: 30%;
  }
  .foot_right_block {
    width: 70%;
    max-width: initial;
  }
  .foot_right_box {
    width: fit-content;
  }
  .fbox_ul a{
    padding: .2em 0;
  }
}/*  1400 */


/* TOP MV 
========================================= */
.mv{
  position: relative;
}
.mv_inner{
  width: 100%;
  height: 190vw;
  position: relative;
  /* background-image: linear-gradient( 120deg,  rgba(0, 0, 0,.9) 0%, rgba(0, 0, 0,.9) 50%, rgba(0,59,85,.9) 100% ); */
  background: linear-gradient( 109.6deg,  rgba(156,252,248,.8) 11.2%, rgba(110,123,251,.8) 91% ); ;
  /* background-image: linear-gradient(135deg, rgb(156, 252, 248) 0%, rgb(185, 105, 255) 50%, rgb(255, 17, 219)100%); */
}

/* MV TOP VIDEO */
.mv_top_video .video-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mv_top_video #bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: fadeIn 2s ease forwards normal;
}
.mv_top_video .video-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* opacity: .5; */
  opacity: 0;
  mix-blend-mode: multiply;
  /* background: linear-gradient(180deg, rgba(255,255,255,0) 40%, rgba(0,0,0,.5) 100%); */
  /* background: linear-gradient( 109.6deg,  rgba(156,252,248,.8) 11.2%, rgba(110,123,251,.5) 91% ); */
  animation: fadeIn 2s ease forwards normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

/* MV TOP TITLE */
.mv_top_ttl{
  position: absolute;
  z-index: 2;
  left: 5%;
  top: 42vw;
  width: 58%;
  /* pointer-events: none; */
}
.mv_top_ttl_img span{
  display: block;
  margin-bottom: 1em;
}
.mv_top_ttl_sub{
  font-size: 1.45em;
  font-weight: bold;
  letter-spacing: .05em;
  padding: .1em 0;
  color: var(--c-gold);
}
.mv_top_ttl_txt{
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: .1em;
  color: #fff;
  margin-top: 1.2em;
}

/* MV LINK ICON */
.mv_gnav_side {
  /* position: absolute;
  right: 3%;
  top: 12%; */
  position: fixed;
  right: 1.5em;
  top: 7.2em;
  margin: auto;
  text-align: center;
  /* transition: opacity .5s; */
}
.member{
  padding-bottom: 1.2em;
}
.member img,
.welcome img,
.event-b img {
  width: 2.8em;
  padding-bottom: .3em;
}
.member p,
.welcome p,
.event-b p{
  font-size: .8em !important;
  color: white;
}
._tel_open .mv_gnav_side,
._panel_open .mv_gnav_side,
.reverse .mv_gnav_side {
  visibility: hidden;
}
.no_mv .mv_gnav_side,
.schedule_search_page .mv_gnav_side,
.inst_page .mv_gnav_side{
  display: none;
}

/* MV BANNER */
.mv_banner_block{
  position: absolute;
  right: 0%;
  bottom: 5%;
  margin: auto;
  justify-content: space-between;
  width: 95%;
  max-width: 32em;
  z-index: 5;
}
.mv_banner_li{
  width: 100%;
}
.mv_banner_li a{
  display: block;
  background-color: rgb(35,35,35,.5);
}
.mv_banner_li + .mv_banner_li{
  margin-top: .8em;
}
.mv_com_text{
  position: absolute;
  right: 3%;
  bottom: 2.2%;
  font-size: .65em;
  font-weight: 400;
  color: var(--c-grey-l);
}

@media (min-width:769px){

  .mv_top_video{
    min-height: 56vw;
    max-height: 62em;
    height: 100vh;
  }
  .mv_top_ttl {
    top: 1em;
    bottom: 0;
    margin: auto;
    height: fit-content;
  }
  .mv_top_ttl_img {
    width: 27vw;
  }
  .mv_top_ttl_sub {
    font-size: 2vw;
    letter-spacing: .1em;
  }
  .mv_top_ttl_txt {
    font-size: 1.6em;
  }
  .mv_gnav_side {
    top: 9vw;
    right: 2.2vw;
  }
  .mv_com_text {
    right: 1%;
  }

  .member img, .welcome img, .event-b img {
    width: 3.8em;
  }
}/*  */


/* TOP - NEWS
========================================= */
.sec-news{background:#efefef;padding:3em 0 2em;}
.news-main {margin-bottom:4em;}

.news-block{
  padding: 1em 0 0;
}
.news-tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.news-tab li {
  width: 32%;
}
.news-tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  padding:.8em .6rem;
  color: var(--c-grey-txt);
  border: 1px solid var(--c-black3);
  transition: background-color .3s , color .3s;
}
.news-tab li a:hover,.news-tab li a.active {
  font-weight: 600;
  background-color: var(--c-red);
  border-color: var(--c-red);
  color: var(--c-white2);
}

.news-cat-block {
  width: calc(100% + 3em);
  margin-left: -1.5em;
  margin-top: 1.5em;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.news-cat-box {
  width: 70%;
  margin: 0 .5em 2em 1.5em;
  flex: none;
  scroll-snap-align: center;
}
.news-cat-box:last-child{
  margin-right: 2rem;
}
.news-clip {
  aspect-ratio: 3/4;
  width: 100%;
  margin-bottom: .5em;
  overflow: hidden;
}
.news-clip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s, opacity .5s;
}
.news-cat-box p{
  font-size: 1.2rem;
  line-height:1.5;
}
.news-cat-box .date{
  font-size: 1.1em;
  font-weight: 600;
  color:var(--c-grey-d2);
  padding:.3em 0;
  letter-spacing: .02em;
}
.news-cat-box:hover .news-clip img{
  transform: scale(1.08);
}

@media (min-width: 769px) {
  .news-block{
    display: flex;
    justify-content: space-between;
  }
  .news-tab{
    flex-direction: column;
    justify-content: flex-start;
    width: 27%;
  }
  .news-tab li {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .news-tab li a {
    padding: 1.2em 0.6rem;
  }
  .news-cat-block{
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 2em 0;
    scroll-snap-type: inherit;
    overflow-x: inherit;
  }
  .news-cat-box {
    width: 22.5%;
    margin: 0;
    flex: none;
    scroll-snap-align: none;
  }
  .news-cat-box:last-child {
    margin-right: 0;
  }
  .news-cat-box p.date {
    font-size: 1em;
  }
  .news-cat-box p {
    font-size: 1.05em;
  }
  .sec_top_news .link_circle_arrow {
    justify-content: flex-end;
    margin-left: auto;
  }
}/* 769 */


/* STUDIO slider ///////////////////*/
/* SLICK */
.top_studio_slider_block{
  position: relative;
  margin: 1.5em 0;
  width: 100%;
}

.top_studio_img_box{
  position: relative;
  overflow: hidden;
}
.top_studio_img{
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: 0 auto;
width: 100%;
height: auto;
object-fit: cover;
transition: transform .5s ease ,opacity .5s ease;
}
.top_studio_slider_li:hover .top_studio_img{
transform: scale(1.08);
}
.st_new_open{
position: absolute;
bottom: -1.6em;
right: 0.6em;
z-index: 999;
width: 90px;
height: 90px;
font-size: 1.2rem;
/* font-weight: 400; */
line-height: 1.1;
text-align: center;
/* padding: 2.1em 0; */
/* background-color: var(--c-red); */
border-radius: 10em;
color: var(--c-white2);
background: linear-gradient(-80deg, #f2d4ce, #cf9f9f);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
  
  @media (min-width: 769px) {
    font-size: 1.4rem;
  }
  @media (min-width: 1200px) {
    width: 110px;
    height: 110px;
  }
}
.st_new_open .ja{
font-size: .85em;
}
.top_studio_img_warp{
position: relative;
}
.top_studio_ttl{
font-size: 1rem;
}
.top_studio_ttl .en{
font-size: 1.8em;
line-height: 1.1;
/*font-family: var(--font-comp);*/
  font-weight: 700;
}
.top_studio_ttl .ja{
font-size: 1em;
display: block;
}
/* .slick-active .top_studio_ttl{
opacity: 1;
} */

.top_studio_nav_block{
display: flex;
flex-wrap: wrap;
padding: 1.5em 0;
}
.top_studio_nav_li{
font-size: 1.2em;
font-weight: 500;
padding: .3em 0;
margin-right: .8em;
color: var(--c-black3);
}
.top_studio_nav_li.active{
color: var(--c-white2);
}
.top_studio_nav_li .ja{
display: none;
}
.pro_bar_box{
position: absolute;
display: block;
width: 100%;
height: 4px;
background-color: rgba(180, 180, 180, 1);
bottom: 8.5em;
}
.pro_bar{
position: absolute;
display: block;
background-color: #fff;
opacity: .9;
transition: width .5s ease;
height: 100%;
width: 0;
}

/* SLICK ARROW DOTS CUSTOM */
.top_studio_slider .slick-prev,
.top_studio_slider .slick-next{
top: 38%;
z-index: 10;
width: 4rem;
height: 4rem;
filter: var(--filter-w);
transition: filter .5s;
}
/* .top_studio_slider .slick-prev:hover,
.top_studio_slider .slick-next:hover{
filter: var(--filter-red);
} */
.top_studio_slider .slick-prev::before,
.top_studio_slider .slick-next::before{
content: '';
}
.top_studio_slider .slick-prev{
left: 1rem;
background-image: url(/imgs/top_studio_slick_arrow_left.svg);
}
.top_studio_slider .slick-next{
right: 1rem;
background-image: url(/imgs/top_studio_slick_arrow_right.svg);
}
.top_studio_slider .slick-dots{
padding: 0 var(--inn-w);
text-align: left;
top: 100%;
}
.top_studio_slider .slick-dots li{
width: fit-content;
height: fit-content;
margin: 0 1em 0 0;
}
.top_studio_slider .slick-dots li button{
width: fit-content;
height: fit-content;
padding: 0;
}
.slick-dots li button:before{
opacity: .4;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:after{
opacity: .85;
}
.top_studio_slider .slick-dots li button:before{
width: fit-content;
height: fit-content;
display: block;
position: inherit;
font-family: var(--font-en);
font-size: 1.1rem;
font-weight: 500;
color: var(--c-white2);
padding: .4em 0;
}
/* .top_studio_slider .slick-dots li:first-child button:before{content: 'KICHIJOJI ANNEX';}
.top_studio_slider .slick-dots li:nth-child(2) button:before{content: 'NAKANO';}
.top_studio_slider .slick-dots li:nth-child(3) button:before{content: 'IKEBUKURO';}
.top_studio_slider .slick-dots li:nth-child(4) button:before{content: 'TORITSUDAI';}
.top_studio_slider .slick-dots li:nth-child(5) button:before{content: 'SHINJUKU';}
.top_studio_slider .slick-dots li:nth-child(6) button:before{content: 'SHINJUKU ANNEX';}
.top_studio_slider .slick-dots li:nth-child(7) button:before{content: 'AKIHABARA';}
.top_studio_slider .slick-dots li:nth-child(8) button:before{content: 'NAKAMEGURO';}
.top_studio_slider .slick-dots li:nth-child(9) button:before{content: 'KOMAZAWA';}
.top_studio_slider .slick-dots li:nth-child(10) button:before{content: 'EBISU';}
.top_studio_slider .slick-dots li:nth-child(11) button:before{content: 'GINZA';}
.top_studio_slider .slick-dots li:nth-child(12) button:before{content: 'KICHIJOJI';}
.top_studio_slider .slick-dots li:nth-child(13) button:before{content: 'AKASAKA';}
.top_studio_slider .slick-dots li:nth-child(14) button:before{content: 'HARAJUKU';}
.top_studio_slider .slick-dots li:nth-child(15) button:before{content: 'OCHANOMIZU';} */

.women-navi{
  display: inline-block;
  /* background-color: var(--c-pink); */
  font-size: .9rem;
  font-weight: 500;
  padding: .8em .8em .85em;
  line-height: 0;
  letter-spacing: .1em;
  border-radius: 1.2em;
  border: 1px solid var(--c-pink);
  transform: scale(.85);
  transform-origin: top center;
  margin-left: 0.2em;
  color: var(--c-pink);
}

/* STUDIO SLIDER SP解除用  */
@media (max-width: 768px) {
  .top_studio_slider{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding:  0 2em; */
    color: #fff;
  }
  .top_studio_slider_li{
    position: relative;
    width: calc(50% - .5px);
    margin-bottom: 1px;
  }
  .top_studio_img_box{
    aspect-ratio: 3 / 1.9;
  }
  .top_studio_img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top_studio_img{
    margin: 0;
    height: 100%;
  }
  .top_studio_img_box::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-top: initial;
    background-color: #000;
    background: linear-gradient(-20deg, rgba(0, 0, 0, .7) 0%,rgba(0, 0, 0, .3) 30%,rgba(0, 0, 0, .5) 70%, rgba(0, 0, 0, 1) 100%);
    opacity: .9;
    mix-blend-mode: multiply;
  }
  .top_studio_detail_box{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: .8em ;
    pointer-events: none;
  }

  .sec_top_studio .link_circle_arrow{
    margin-left: auto;
  }
  .st_new_open{
    top: .5em;
    transform: scale(.7);
    transform-origin: top right;
  }
}/* STUDIO SLIDER SP解除用  */

.top_studio_ttl .ja {
  position: relative;
  display: block;
  width: fit-content;
  font-weight: 500;
  padding-right: 1.3em;
  padding-top: .1em;
}
.top_studio_ttl .ja::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: .17em;
  display: block;
  width: 1.1em;
  height: 1.1em;
  background-image: url(/imgs/icon_map.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: var(--filter-w);
  letter-spacing: .1em;
}
.studio_anchor_box {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  /* flex-direction: column; */
  align-items: flex-end;
  padding-right: .5em;
  padding-bottom: .4em;
}
.studio_anchor {
  position: relative;
  display: block;
  pointer-events: visible;
  width: fit-content;
  font-size: 1em;
  font-weight: 500;
  padding: .1em 1.5em .1em .7em;
  /* margin-bottom: .1em; */
}
.studio_anchor::after {
  content: "";
  position: absolute;
  right: 0;
  top: .1em;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1.3em;
  height: .9em;
  background-color: currentColor;
  mask-image: url(/imgs/icon_cursor_right.svg);
  /* background-image: url(/imgs/icon_cursor_right.svg); */
  /* background-repeat: no-repeat;
  background-position: center;
  background-size: contain; */
  /* filter: var(--filter-w); */
}
.top_studio_detail_box .women-navi {
  position: absolute;
  display: block;
  left: .3em;
  bottom: .8em;
  width: max-content;
  font-size: .4em;
  margin: 0;
  background-color: var(--c-pink);
  color: #fff;
  padding: .6em .7em .8em;
  /* border: none; */
}

@media (min-width: 769px) {

  .top_studio_slider{
    opacity: 0;
    height: 0;
    transition: opacity .5s linear;
  }
  .top_studio_slider.slick-initialized{
    height: inherit;
    opacity: 1;
  }
  .top_studio_slider_inner{
    display: block;
    padding: 0 0.5em;
  }
  .top_studio_slider .slick-prev{
    top: 35%;
    bottom: 45%;
    left: 3rem;
    margin: auto;
    width: 3.5vw;
    height: 3.5vw;
  }
  .top_studio_slider .slick-next{
    top: 35%;
    bottom: 45%;
    right: 3rem;
    margin: auto;
    width: 3.2vw;
    height: 3.2vw;
  }
  .top_studio_slider .slick-dots {
    top: 102%;
    width: 60%;
  }
  .top_studio_slider .slick-dots li button:before {
    padding: 0.2em 0;
  }
  .pro_bar_box {
    height: 2px;
    top: calc(10% + 18em);
    left: var(--inn-w);
    margin: auto;
  }
  .top_studio_img_box{
    aspect-ratio: 3/2;
  }
  .top_studio_img_box img{
    aspect-ratio: 3/2;
  }
  .top_studio_img_box::before {
    content: "MORE";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    display: block;
    width: 6em;
    height: fit-content;
    font-family: var(--font-en);
    font-size: 1.6em;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: .15em;
    opacity: 0;
    transform: none;
    transition: opacity .5s ease .2s , top .3s ease .2s;
    color: var(--c-gold);
    background-image: none;
    padding: 0;
  }
  .top_studio_slider_li:hover .top_studio_img_box::before{
    opacity:1;
    top: 0;
    transform: none;
  }
  .top_studio_img_box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: rgba(0,0,0,.8);
    z-index: 1;
    transition: all .5s ease;
  }
  .top_studio_slider_li:hover .top_studio_img_box::after{
    width: 42vw;
    height: 42vw;
  }
  .top_studio_ttl {
    font-size: 1em;
    padding: .8em .8em 1.2em;
  }
  .top_studio_ttl .en {
    display: block;
    font-size: 2.2em;
  }
  .top_studio_ttl .ja{
    padding-top: .25em;
  }
  .top_studio_ttl .ja::after{
    filter: none;
    opacity: .8;
  }
  
  .top_studio_wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  
    padding: 0 var(--inn-w);
    max-width: 1400px;
    margin: 0 auto;
  }
  .top_studio_wrap .c_inner{
    width: 32%;
    margin: 0;
    padding: 0;
  }

  .sec_top_studio {
    margin-bottom: 0;
    margin-top: 0;
  }
  .top_studio_detail_box{
    position: relative;
    color: #333;
  }
  .top_studio_detail_box .women-navi{
    position: static;
    display: inline-block !important;
    color: var(--c-gold-d);
    background-color: transparent;
    border: 1px solid currentColor;
    margin-left: .5em;
    vertical-align: .5em;
    transform: none;
    letter-spacing: 0;
  }
  .studio_anchor_box{
    padding-right: 1.5em;
  }
  .studio_anchor {
    font-size: 1em;
    padding: .85em 1.15em;
    padding-right: 1.6em;
    transition: transform .2s;
    /* color: var(--c-gold-d); */
  }
  /* .studio_anchor::after{
    filter: none;
  } */
  .studio_anchor:hover{
    transform: translateX(.3em);
  }
}/* 769 */
  
@media (min-width: 1400px) {
  /* .top_studio_slider .slick-prev{
    left: 7rem;
  }
  .top_studio_slider .slick-next{
    right: 7rem;
  } */
  .pro_bar_box {
    top: 115%;
  } 
  .slick-active .top_studio_ttl{
  opacity: 1;
  }
}/* 1400 */


/* TOP - CONTENTS
========================================= */
.top_cont_block{
  width: 100%;
  padding: 1.5em 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: currentColor;
  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: 1.1em 1.5em 1.4em 0;
}
.top_cont_box_ttl{
  font-size: 1em;
}
.top_cont_box_ttl .en{
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .02em;
}
.top_cont_box_ttl .ja{
  display: block;
  font-size: 1em;
  font-weight: 400;
  /* 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:hover{
  color: var(--c-gold-d);
}
.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_cursor_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: 5.2em;
    letter-spacing: 0.02em;
  }
  .top_cont_pc_wrap{
    display: flex;
    justify-content: space-between;
  }
  .top_cont_block{
    width: 52%;
    padding: 1.5em 0;
  }
  .top_cont_detail_box {
    width: 20em;
  }

  ._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 */

.topinfo_btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 2em 0 0;
}
.topinfo_btn li {
  width: 100%;
  background-color: #efefef;
  margin: .5em 0;
  position: relative;
}
.topinfo_wrap {
  display: flex;
  align-items: center;
}
.topinfo_btn_clip {
  width: 35%;
}
.topinfo_btn_txt {
  width: 65%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 1.5em;
}
.topinfo_btn_txt::after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 0px;
  height: 0px;
  transform: rotate(90deg);
  border-style: solid;
  border-width: 0px 14px 14px 0px;
  border-color: transparent rgb(51, 51, 51) transparent transparent;
}
.topinfo_btn_ttl {
  font-size: 2.4rem;
}
.topinfo_btn_ttl {
  font-size: 1em;
}
.topinfo_btn_ttl .en {
  display: block;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.1em;
}
.topinfo_btn_ttl .ja {
  font-size: 1em;
}
@media (min-width:769px){
  .topinfo_btn li {
    width: 31%;
  }
  .topinfo_wrap {
    display: block;
    /* flex-direction: column; */
  }
  .topinfo_btn_clip {
    width: 100%;
  }
  .topinfo_btn_txt {
    width: 100%;
    padding: 1em 1.2em 1em 1em;
  }
}/*  */

/* OTHER WORKS LIST
========================================== */
.noaschool-box{
  padding-top: 4em;
}
/* .work_list_box._boxing{
  display: none;
} */
.work_list{
  display: flex;
  flex-wrap: wrap;
  gap: 1px ;
  margin: 1.5em 0;
}
.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%;
}
@media (min-width:769px){
  .work_list_box { 
    /* width: calc(20% - .8px); */
    width: calc(16.66% - .8px); 
  }
  .work_list_img_logo {
    width: 60%;
  }
  ._kpop .work_list_img_logo {
    width: 24%;
  }
  .work_list_txt{
    font-size: .75em;
    padding: .5em 1.5em;
  }
}/*  */


/* RECOMMEND
========================================= */
.top_reco_block {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 3em);
  padding: 1em 0;
  margin: 0 0 0 -1.5em;
}
.top_reco_box{
  position: relative;
  width: 50%;
  border: 1px solid var(--c-grey);
  border-left: none;
  overflow: hidden;
  aspect-ratio: 5 / 3.5;
}
.header_w .top_reco_box{
  border-color: var(--c-black3);
}
.reco_box_inner{
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .top_reco_box:nth-child(2n) {
    border-right: none;
    border-left: 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-gold-d);
  color: var(--c-white2);
  overflow-y: scroll;

  visibility: hidden;
  opacity: 0;
  transform:none;
}
/* .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;
}

.header_w .reco_img_box ,
.header_w .reco_detail_btn {
  filter: var(--filter-w);
}
.header_w .reco_detail_btn {
  opacity: .5;
}

@media (min-width: 769px) {
  .n-studio {
    padding: 6em 0;
  }
  .top_reco_pc_wrap {
    width: 100%;
    margin: 0 0 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(5n+1) {
    border-left: 1px solid var(--c-grey);
  }
  .top_reco_box:nth-child(n+6) {
    border-top: none;
  }
  .header_w .top_reco_box:nth-child(5n+1) {
    border-color: var(--c-black3);
  }

  .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;
  }
  .top_reco_box:hover .reco_detail_box {
    overflow-y: initial;
  }
  /* .top_reco_box.on .reco_detail_box{
    overflow-y:inherit;
  } */
}/* 769 */

@media (min-width: 960px) {
  /* .n-studio .sec-ttl .en {
    display: block;
    font-size: 4rem;
  }
  .n-studio .sec-ttl .ja {
    display: block;
    font-size: 1.3rem;
    margin: 0;
  } */
  .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 */


/* TOP BOTTOM CONTACT ================*/
.top_bottom_contact_box_wrap{
  padding: 2em 0;
}
.top_bottom_contact_box{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2.5em 1.8em;
  margin: 0 auto 4em;
  border-radius: .2em;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .5);
  /* background-color: var(--c-white2); */
  /* max-width: 52em; */
}
.sp-header .top_bottom_contact_box{
  background-color: transparent;
  border: 1px solid #fff;
  margin-bottom: 0;
}
.top_bottom_contact_txt_wrap{
  color: var(--c-white2);
  text-align: left;
}
.top_bottom_contact_ttl{
  font-weight: 600;
  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: greyscale(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: var(--c-gold-d);
} */
/* .top_bottom_contact_box .arrow_circle_img{
  filter: none;
} */

.top_bottom_contact_box .arrow_circle{
  position: relative;
  display: inline-block;
  /* background-color: var(--c-red); */
  width: 3.2em;
  height: 3.2em;
  border-radius: 50%;
  margin-left: .8em;
  overflow:hidden;
}
.top_bottom_contact_box .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;
}
.top_bottom_contact_box .arrow_circle_img._pdf{
  width: 44%;
}
.top_bottom_contact_box .arrow_circle::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 38%;
  height: 38%;
  background-image: url(/imgs/icon_cursor_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-200%);
  opacity: 0;
  transition: transform .25s ease-out, opacity .25s ease-out;
  /* filter: var(--filter-w); */
}
@media (min-width: 769px) {
  .top_bottom_contact_box {
    padding: 6em 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);
  }
}/*  */


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


/* UNDER PAGE HEAD
==================================================== */
.page_head {
  position: relative;
  display: block;
  width: 100%;
  height: 150vw;
  text-align: center;
  margin-bottom: 2em;
}
.page_head_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_head_ttl{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 4.5em;
  margin: auto;
  width: fit-content;
  height: fit-content;
  color: var(--c-white);
  font-size: 1em;
  z-index: 5;
}
.page_head_ttl .en{
  display: block;
  font-size: 4em;
}
.page_head_ttl .ja{
  font-size: 1.2em;
  font-weight: 500;
}

.ticket-list {
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 5%;
}
.ticket-list li {
  width: 48%;
  background-color: #fff;
}
.ticket-cam {
  border: 3px solid #ffa624;
}
.ticket-trial {
  border: 3px solid #4abed1;
}

@media (min-width: 769px){

  .page_head {
    height: 46vw;
    margin-bottom: 1em;
  }
  .page_head .mv_banner_block {
    max-width: 34%;
  }
  .page_head_ttl {
    font-size: 1.3vw;
    bottom: 1em;
  }
  .ticket-list {
    width: 80%;
    max-width: 1100px;
  }
  .ticket-block {
    display: table;
    width: 100%;
  }
  .ticket-head, .ticket-main {
    display: table-cell;
    width: 50%;
  }
}/*  */


/* スケジュール表 開閉メニュー link-branch 
======================================= */
.link-branch-box{
  position: relative;
  margin: 1em auto;
  z-index: 100;
  max-width: 36rem;
}
.link-branch-box svg{
  fill: currentColor;
}
.link-branch a{
  position: relative;
  display: block;
  font-size: 1.5rem;
  padding: 1.1em 1em;
  line-height: 1.4;
  transition: opacity .5s;
  color: #fff;
  font-weight: 500;
  border-radius: 0.1em;
  background-color: var(--c-gold-d);
  text-align: center;
}
.link-branch .btn{
  cursor: pointer;
}
.link-branch .txt{
  position: relative;
  padding-right: 3rem;
}
.link-branch svg{
  position: absolute;
  right: 0;
  width: 2rem;
  height: 2rem;
}
.expand_menu {
  display: none;
  position: absolute;
  background-color: var(--c-black2);
  width: 100%;
  z-index: 20;
  left:0;
  top:100%;
}
.expand_menu_inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* padding:  3% 2%;; */
}
.expand_menu li {
  width: 100%;
  /* font-size: 1.8rem;
  margin: 1% 2% 1%; */
}
.expand_menu li:not(:last-child) {
  border-bottom: 1px solid var(--c-black3);
}
.expand_menu li a {
  display: block;
  font-size: 1.1em;
  padding: 1.1em 0;
  color: #fff;
  text-align:center;
  /* background:#fff; */
  /* border-radius: 19rem; */
  /* box-shadow: 0 0 5px rgba(177, 177, 177, 0.5); */
}
.expand_menu li a:hover {
  color: var(--c-gold);
  background-color: var(--c-black);
}
@media (min-width: 769px){
  .link-branch-box {
    position: relative;
    max-width: 36rem;
    margin: auto;
  }
  .link-branch a {
    padding: 1.3em 1em;
  }
}/* 960 */


/* INSTRUCTOR 
========================================= */
.topboxer-box {
	padding:0 0;
	margin-bottom:3em;
}
.pickup-boxer-box{
	margin-bottom:1em;
}
.pickup-boxer-slide-wrap {
	margin-bottom:0;
}
.boxer-item {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.pickup-boxer-slide {
	width: 100%;
	height: auto;
	/* overflow: hidden; */
	margin: 1.5em 0;
}
.pickup-pro-slide .slick-slide {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.pickup-boxer-img {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 .6rem;
	box-sizing: border-box;
	margin: 0 auto 0px;
	display: block;
}
.boxer-bg {
	background:#000;
	position:relative;
	overflow: hidden;
  aspect-ratio: 3/4;
}
.boxer-bg::after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(1, 1, 1, .3) 90%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.boxer-bg img {
  display:block;
	width: 100%;
	height: 100%;
  object-fit: cover;
  object-position: center top ;
  transition: transform .6s , opacity .5s;
}
.boxer-bg:hover img{
  transform: scale(1.1);
}
.pickup-boxer-title {
  position: absolute;
	bottom:5%;
  left: calc( .5em + 4%);
  width: fit-content;
  font-family: "Antonio", sans-serif;
	font-size: 2.5em;
  font-weight: 700;
	line-height:1.1;
  letter-spacing: .02em;
	color:#fff;
  z-index: 5;
}
.inst.slick-next, .inst.slick-prev{
  width: 12%;
  opacity:  .8;
}
.inst.slick-next img, .inst.slick-prev img{
  width: 40%;
  filter: brightness(100);
}
.pickup-boxer-slide .slick_num.en {
  position: absolute;
  top: calc(100% + 3.1rem);
  left: 1.5em;
  margin: auto;
  font-size: 1.4em;
  z-index: 10;
  color: var(--c-gold-d);
}
.slick_num span{
  font-weight: 700;
}

@media (min-width:769px){
  .inst.slick-next, .inst.slick-prev {
    width: 4rem;
    height: 4rem;
  }
  .inst.slick-next img, .inst.slick-prev img {
    width: 90%;
    height: 90%;
    object-fit: contain;
  }
  .pickup-boxer-title {
    font-size: 1.8em;
  }

  .pickup-boxer-slide .slick_num.en {
    position: absolute;
    top: calc(100% + .8rem);
    left: 0.3em;
    margin: auto;
    font-size: 1.2em;
    z-index: 10;
  }
}/*  */


/* POP UP - CONTENTS ======================== */
.popup_btn {
  display: block;
  position: relative;
  width: fit-content;
  font-size: 1.3em;
  font-weight: bold;
  padding: .5em .1em .6em;
  margin: 2em auto;
  cursor: pointer;
}
.popup_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.can_sec_bloc .popup_btn {
  margin: 2em auto;
}
.popup_wrap{
  font-size: 1rem;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height:100vh;
  z-index: 20000;
}
.popup_wrap.open{
  display: block
}
.popup-content {
  display: none;
  display: block;
  position: absolute;
  top: 6.2em;
  left: 0;
  right: 0;
  z-index: 998!important;
  width: 94%;
  max-width: 1200px;
  height: 82%;
  border-radius: .4em;
  margin: auto;
  background-color: #fff;
  color: var(--c-black);
  overflow: scroll;
}
.popup-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.80);
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 997;
  text-indent: -999999px;
  overflow: hidden;
}
.popup-close-btn {
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  position: absolute;
  right: .5em;
  top: 1em;
  z-index: 999;
  width: 1.6em;
  height: 1.6em;
  /* line-height: 1.6em; */
  font-size: 2em;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;

  color: var(--c-black);
}
.popup-content-inner {
  padding: 1em 2em;
}
.popup-ttl{
  font-size: 2em;
  padding: 1em 0 !important;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  text-align: center;
}
.res_detail_box{
  padding: 3em 0;
}
.res_detail_box:not(:last-child){
  border-bottom: 1px solid #bbb;
}
.self_res_detail_box_ttl {
  font-size: 1.8em !important;
  margin: 1em 0 1.2em;
  letter-spacing: .02em;
  text-align: center;
}
.self_res_detail_num{
  display: block;
  font-family: "Outfit",sans-serif;
  font-size: 2.8em;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1;
  width: fit-content;
  height: fit-content;
  background-color: #fff;
  padding: 0 .4em;
  margin: auto;
}
.self_res_detail_img {
  display: block;
  max-width: 17em !important;
  margin: auto !important;
}
.self_res_box_desc {
  font-size: 1em;
  line-height: 1.6;
  margin: 0.2em 0 2em;
}
/* .self_res_detail_img{
  border: 1px solid #bbb;
  margin: .5em auto 2em;
  border-radius: 0.4em;
} */
.popup-content .popup-btn{
  font-size: 1em;
  margin: 1em auto 0;
}
.mobile_img_box{
  width: 80%;
  margin: auto;
}
.mobile_img_box img{
  border-radius: 1em;
  border: 3px solid #333;
  overflow: hidden;
}

.reservation-web-box {
  background-color: var(--c-gold-d);
  color: #FFF;
  padding: 1em 0em!important;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 1em;
}
.reservation-web-box.black{
  background-color: var(--c-black);
}

@media (min-width:769px){
  .popup-content {
    width: 60%;
    margin-top: 1em;
  }

  .popup-ttl{
    padding: 1.5em 0;
  }
  .res_detail_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .res_detail_desc_wrap{
    width: 55%;
  }
  .self_res_detail_img_wrap{
    width: 40%;
  }
}/* min-width:769px */
@media (min-width:1200px){
  .res_detail_desc_wrap,
  .self_res_detail_img_wrap{
    width: 47%;
  }
}/* */

