@charset "UTF-8";
/* CSS Document */

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

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

  --font-comp: "Geologica","YakuHanJP",'NotoSansCJKjp',sans-serif;
  --font-ja: "YakuHanJP",'NotoSansCJKjp',sans-serif;
  --font-en: 'Geologica', sans-serif;
  --filter-w: invert(100%) sepia(19%) saturate(377%) hue-rotate(316deg) brightness(100%) contrast(91%);
  --filter-wg: invert(96%) sepia(8%) saturate(14%) hue-rotate(314deg) brightness(86%) contrast(111%);
  --filter-red: invert(33%) sepia(39%) saturate(3362%) hue-rotate(347deg) brightness(84%) contrast(106%);
  /* --filter-blue: invert(44%) sepia(81%) saturate(479%) hue-rotate(156deg) brightness(96%) contrast(87%); */
  --filter-blue: invert(48%) sepia(24%) saturate(1382%) hue-rotate(157deg) brightness(94%) contrast(85%);
  --filter-gold: invert(68%) sepia(8%) saturate(1335%) hue-rotate(1deg) brightness(93%) contrast(88%);

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

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


body {display: block;margin: 0;}

/*Reset =============================================*/
*{
  box-sizing: border-box;
  background-repeat: no-repeat;
}
.wrap {padding: 0 4%;}
a{text-decoration: none; color:#000000;}
ul {list-style: none;}
hr {border-top: 1px dashed #1acfd8;}
figure{
  margin: 0;
  padding: 0;
}
img{
  vertical-align: bottom;
}

/*header*/
.no-h-b {border-top: 0px solid #1acfd8;}

.h-l-bk {
width: 0;
height: 0;
border-style: solid;
border-width: 180px 200px 0 0;
border-color: #1acfd8 transparent transparent transparent;
position: absolute;
top: 0px;
left: 0;
z-index: 10;}

.header {
position: fixed;
top: 0; 
z-index: 99;
-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0);
-ms-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0);
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0);
border-bottom: 0px solid #aaa;
background-color: #1acfd8;
height: 60px;
width: 100%;
/* box-shadow: 0px 3px 3px rgba(0,0,0,0.20); */
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.20);
/* -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.20); */}


.head-logo2 {
display: table-cell;
width: 10%;
padding-left: 1%;
vertical-align: middle;
background-color: transparent;
padding-bottom: 10px;
position: relative;}

.head-logo2 img {
height: 90px;
width: auto;
position: absolute;
top: 1em;
padding-left: .5em;
z-index: 100;}
	
.head-logo2 span {display: none;}

/*.sq a{font-family: 'Noto Sans JP', sans-serif;}
.sq a img{width:70%;}*/

.no-h-b .head-tgr li {
float: left;
width: 50px;
height: 55px;
text-align: center;
cursor: pointer;}

.gnavi-main li{display:none;}
.sp_menu_bloc{background-color:#1acfd8;}
.sp_menu_bloc a{color:#fff;font-family: 'Noto Sans JP', sans-serif;}
.sp_menu_bloc span{font-size:0.5em;}

header nav.sp_header_navi{display: none;
position: absolute;
top: 72px;
width: 100%;
background: rgba(0, 0, 0, 0.61);;
left: 0;z-index:999;height:100vh}

header nav.sp_header_navi {position: fixed;top: 59px;}
	
header nav.sp_header_navi ul{
display: block;
margin: 30px auto;
padding-inline-start: 0px;
width: 90%;}

header nav.sp_header_navi li {
margin: 0 auto 20px;
text-align: center;
/* border-bottom: 1px solid #fff; */}
	
header nav.sp_header_navi ul li:last-child{
border: none; }
	
header nav.sp_header_navi ul li a{
display: block; }

#nav_toggle {
display: block;
width: 40px;
height: 40px;
position: absolute;
top: 15px;
right: 15px;
z-index: 100;}

#nav_toggle div {position: relative;}
#nav_toggle span{
display: block;
height: 3px;
background: #fff;
position: absolute;
width: 100%;
left: 0;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out; }
	
#nav_toggle span:nth-child(1){top:0px;}
#nav_toggle span:nth-child(2){top:12px;}
#nav_toggle span:nth-child(3){top:24px;}
	
/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
top: 12px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transform: rotate(135deg);
		}
.open #nav_toggle span:nth-child(2) {
width: 0;
left: 50%;
		}
.open #nav_toggle span:nth-child(3) {
top: 12px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
transform: rotate(-135deg); }



li.bdr{list-style: none;}
li.bdr img{width:20%;}

/*trial_lesson*/
.top_wrap{position:relative;}

.top_wrap .block img{width:169px;}
.top_wrap .block {
Margin:0 auto;
position: absolute;
right: 4%;
Bottom:-1em;}

.sec-ttl .en {
font-size: 1.2rem;
font-weight: 200;
margin-bottom: 0;
display: block;
font-family: 'raleway', sans-serif;
color: #4d4d4d;
letter-spacing: 6px;}


/*コース紹介*/
dl.course{display: flex;flex-wrap: wrap;margin-bottom: 0em;padding: 0 3%;}
dl.course dd {
width: 100%;
position: relative;
padding: 10vw 2vw 6vw;
box-sizing: border-box;
margin-bottom: .5em;
margin-inline-start: 0;}

dl.course dd:nth-child(1) {background: url(../common/images/course_detail_basic.jpg) center/ cover;}
dl.course dd:nth-child(2) {background: url(../common/images/course_detail_pro.jpg) center/ cover;}

h2.course-ttl {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
text-align: center;
font-size: 1.6rem;
line-height: 1.5;
letter-spacing: 5px;}

.course-in h2, .course-in p {
color: #fff;
margin-bottom: .75em;}

p.course-txt {
font-size: 3.25vw;
line-height: 1.6;
text-align: center;
text-justify: inter-ideograph;
text-shadow: 0px 0px 5px #000;
font-family: 'Noto Sans JP', sans-serif;}

.course-in h2, .course-in p {
color: #fff;
margin-bottom: .75em;}

.lesson_point_box{padding:0 0.8em;position:relative;}
.lesson_point_box ul{padding-inline-start:0;margin-top:0px;}
.lesson_point_box img{width:100%;}

.point-ttl {
position: absolute;
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
font-weight: 900;
font-size: 1.1rem;
right: 17%;
top: 17%;
letter-spacing: 2px;
color: #fff;}

.point-txt {
position: absolute;
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
right: 33%;
bottom: 30%;
color: #fff;
letter-spacing: 0.3px;
font-size: 0.5rem;}


/*column_list*/
.column_title h2{font-family: 'Josefin Sans', sans-serif;color:#4d4d4d;margin:27px;}
.column_list{padding-inline-start: 0;}

.column_list {display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 16px;
/*margin-bottom: 1.5em;*/}

.column_list li {
margin-bottom: 1.5em;
width: 50%;
position: relative;}

.column_list li img {
width: 96%;
margin: 0 auto .5em;
display: block;}

/*.column_list li img {
width: 75%;
margin: 0 auto .5em;
display: block;}*/

.column_list p.detail {
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
font-size: 0.7em;
font-weight: 900;
letter-spacing: 2px;
position: absolute;
top: 50%;
left: 0;
right: 0;
color: #fff;}

/*//// studio-list ////*/
.studio-block {width:100%;margin-bottom: 2rem;padding-inline-start: 0px;}
.studio-box {width:100%;border-bottom:1px solid #ccc;}
.tokyo-st-bg {background-image: url("../common/images/s_tokyo.jpg");background-position: 0 50%;background-size: cover;}
.harajuku-st-bg {background-image: url("../common/images/s_harajuku.jpg");background-position: 0 50%;
background-size: cover;}
.shinjuku-st-bg {background-image: url("../common/images/s_shinjuku.jpg");background-position: 0 50%;
background-size: cover;}
.nagoya-st-bg {background-image: url("../common/images/s_nagoya.jpg");background-position: 0 50%;
background-size: cover;}
.fukuoka-st-bg {background-image: url("../common/images/s_fukuoka.jpg");background-position: 0 50%;
background-size: cover;}
.nakano-st-bg {background-image: url("../common/images/s_nakano.jpg");background-position: 0 50%;
background-size: cover;}
.studio-box .inner {background-color: rgba(0, 0, 0, .35);padding:3em 1em 2em;position:relative;}
.studio-name {color:#fff;margin-bottom:.5em;text-align: center;font-weight: normal;}
.studio-name .en {display: block;line-height: 1.3;font-size: 1.5rem;font-weight: normal;
font-family: 'raleway', sans-serif;letter-spacing: 4px;}
.studio-name .ja {display: block;line-height: 1.2;font-size: 0.9rem;font-weight: normal;font-family: 'Noto Sans JP', sans-serif;}
.studio-info {padding:0 0;}
.studio-info li {width: 65px;color: #fff;vertical-align: middle;position:absolute;}
.studio-info li:first-child {bottom:12%;left:2%;}
.studio-info li:last-child {bottom:12%;right:2%;}
.studio-info li i {margin-bottom:.2em;}
.studio-info li a {display: block;color: #fff;text-align:center;font-size:.9rem !important;font-family: 'Noto Sans JP', sans-serif;}

.newopen {
  display: none !important;
  color: #f63e3e;
  font-size: .8em;
  font-weight: 600;
  margin-top: -1.5em;
}

.st-ico {display: block;font-size: .7rem;line-height: 19px;background-position: 50% 10px;background-size: auto 22px;text-align:center;padding-top:34px;width:100%;}
.st-ico.line-ico {background-image: url("../common/images/line-ico.png");background-repeat: no-repeat;}
.st-ico.pin-ico {background-image: url("../common/images/pin-ico.png");background-repeat: no-repeat;}
/*.studio-sub {display: -webkit-flex;display: -ms-flex;display: flex;padding-bottom: 1em;-webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;}
.studio-sub li {width: 22%;text-align: center;line-height: 1.4;font-size: 1.1rem;font-weight: bold;}
.studio-sub li .fac-txt {display: inline-block;padding-top: 55px;background-position: 50% 0;background-size: 45px auto;}
.studio-sub li .floor { background-image: url(../img/top/floor-ico.png);}
.studio-sub li .studio { background-image: url(../img/top/studio-ico.png);}
.studio-sub li .shower { background-image: url(../img/top/shower-ico.png);}
.studio-sub li .lobby { background-image: url(../img/top/lobby-ico.png);}
.fac-txt .fac-br {display: block;}*/

/*voat_other_school*/
.bg_blue_color {
background-color: #F0F7FC;
padding: 20px 0;}
/*.sec {margin-bottom: 2.5rem;}*/

.sec-ttl {
margin-bottom: 1em;
text-align: center;}

.sec-ttl .ja {
display: block;
margin-top: 0.2rem;
font-size: 1rem;
font-weight: normal;
line-height: 1.53;
font-family: 'Noto Sans JP', sans-serif;}

.relate-block {
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
padding-inline-start: 0px;}

.relate-block li {margin-bottom: 1.4rem;width: 48%;}
.relate-block li a {color: #000000;text-decoration: none;}
.relate-clip {margin-bottom: 18px;}
.res-img {width: 100%;height: auto;}

.relate-desc {
display: block;
font-size: 0.8rem;
line-height: 1.6;
font-family: 'Noto Sans JP', sans-serif;}

.other-school-clip {width: 48%;}
.other-school-ttl {width: 48%;}

.other-school-ttl h3 {
font-size: 1rem;
font-weight: bold;
margin-top: 0px;
margin-bottom: -8px;
font-family: 'Noto Sans JP', sans-serif;}

.other-school-ttl p {
font-size: 0.8rem;
line-height: 1.4;
font-family: 'Noto Sans JP', sans-serif;}

.other-school-box {
display: -webkit-flex;
display: -ms-flex;
display: flex;
margin-bottom: 1.5em;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;}
.other-school-clip {width: 48%;}
.other-school-ttl {width: 48%;}


.relate-block2 {
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
padding-inline-start: 0px;}

.relate-block2 li {
margin-bottom: 1.4rem;
width: 48%;}

.relate-block3 {
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
padding-inline-start: 0px;}

.relate-block3 li {
margin-bottom: 1.4rem;
width: 48%;}

/*footer*/
#footer {
bottom: 0px;
height: 170px;
background: #1acfd8;
width: 100%;}

#footerInner {
width: 90%;
margin: 0 auto;
position: relative;
height: 100%;}

#footer #pagetop {
position: absolute;
right: 0;
top: 0;}

#footer a {color: #fff;}

#footerLogo {
position: absolute;
left: 0;
top: 9px;}

#footerLink1 {
position: absolute;
right: 0;
top: 56px;}

#footerLink1 li {
display: inline;
/* margin: 0 0 0 0px; */
font-family: 'Noto Sans JP', sans-serif;
font-size: 0.8rem;}

#footerLink1 li a {
padding: 0 0 0 16px;}

#footerLink2 {
position: absolute;
right: 0;
top: 95px;
color: #fff;}

#footerLink2 ul {
display: inline;
padding: 0 0 0 0px;
margin: 0 0 0 6px;}

#footerLink2 li {
display: inline;
margin: 0 0 0 0;
font-size:0.5rem;}


/*SP版設定*/
@media screen and (max-width:320px){
.sp{display:block;}
.pc{display:none;}

.h-l-bk {
width: 0;
height: 0;
border-style: solid;
border-width: 143px 227px 0 0;
border-color: #1acfd8 transparent transparent transparent;
position: absolute;
top: 0px;
left: 0;
z-index: 10;}
	
.head-logo2 {
display: table-cell;
width: 10%;
padding-left: 1%;
vertical-align: middle;
background-color: transparent;
padding-bottom: 10px;
position: relative;}
	
.head-logo2 img {
height: 76px;
width: auto;
position: absolute;
top: 1em;
padding-left: .5em;
z-index: 100;}
	
	
.no-h-b {border-top: 0px solid #1acfd8;}
	
.gnavi-main li{display:none;}
	
.main_voat_top {position: relative;padding-top: 1em;}	
	
/*.sec {margin-bottom: 3rem;}*/

.sec-ttl .en {
font-size: 1.2rem;
font-weight: 200;
margin-bottom: 0;
display: block;
font-family: 'raleway', sans-serif;
color: #4d4d4d;
letter-spacing: 6px;}	

	
/*trial_lesson*/
.top_wrap .block img{width:135px;}

p.induct {margin-left: 39%;}
	
/*コース紹介*/
dl.course dd {width: 100%;
position: relative;
padding: 10vw 2vw 6vw;
box-sizing: border-box;
margin-bottom: .5em;}

h2.course-ttl {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
text-align: center;
font-size: 1.4rem;
line-height: 1.5;
letter-spacing: 3px;
margin-bottom: .75em;}	
	
p.course-txt {
font-size: 4.5vw;
line-height: 1.6;
text-align: center;
text-justify: inter-ideograph;
text-shadow: 0px 0px 5px #000;
font-family: 'Noto Sans JP', sans-serif;}

.lesson_point_box{padding: 0 0.7em!important;}

.point-ttl {
position: absolute;
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
font-weight: 900;
font-size: 1rem;
letter-spacing: 1px;
right: 17%;
top: 15%;
color: #fff;}	
	
.point-txt {
position: absolute;
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
right: 30%;
bottom: 27%;
color: #fff;
letter-spacing: 0.2px;
font-size: 0.5rem;}

/*コラムリスト*/
.column_list li {
margin-bottom: 1.5em;
width: 50%;}

.column_list li img {
width: 96%;
margin: 0 auto .5em;
display: block;}
	
.column_list p.detail {
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
font-size: 0.4em;
letter-spacing: 1.1px;
position: absolute;
top: 11em;
left: 4.3em;}


/*school_list*/		
/*.studio-box:not(:last-child) {margin-bottom: 1rem;}*/
.studio-box {box-shadow: 3px 3px 2px rgba(0,0,0,.05), -3px -3px 2px rgba(0,0,0,.05), -3px 3px 2px rgba(0,0,0,.05), 3px -3px 2px rgba(0,0,0,.05);}

.studio-box .inner {
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;}
	
.studio-head {
-webkit-flex-basis: 180px;
-ms-flex-basis: 180px;
flex-basis: 180px;}
	
.studio-info {
-webkit-flex-basis: calc(100% - 150px);
-ms-flex-basis: calc(100% - 150px);
flex-basis: calc(100% - 150px);
text-align: center;}
	
.studio-info-inner {padding: 15px 10px 0;}

.studio-box .inner {
background-color: rgba(0, 0, 0, .35);
padding: 3em 5em 2em;
position: relative;}	
	
.school-name {
font-size: 1rem;
text-align: center;
font-weight: 700;
margin-bottom: 5px;}	

.school-name-en {
display: block;
line-height: 1;
font-size: .9rem;
color: #808080;
margin-bottom: 6px;}
	
.btn-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-top: .25em;}

.studio-box .btnArea {padding: 5px 8px 4px 2px!important;}
.btn-wrap div {width: 50%;}
.studio-box .line-btnArea {padding: 5px 0px 4px 3px!important;}
	
	
/*voat_other_school*/
.sec-ttl {margin-bottom: 1em;text-align: center;}	
/*.sec-ttl .en {font-size: 3.0rem;margin-bottom: 7px;display: block;}*/
.sec-ttl .ja {display: block;margin-top: 0.2rem;font-size: 1.4rem;font-weight: normal;line-height: 1.53;}
	
.other-school-box {
display: -webkit-flex;
display: -ms-flex;
display: flex;
margin-bottom: 1.5em;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;}

.relate-desc {font-size: 0.5rem;}

	
/*footer*/

#footerLogo {
position: absolute;
left: 0;
top: 9px;}

#footerLink1 li a {padding: 0 0 0 0;}

#footerLink1 li {
display: inline;
/* margin: 0 0 0 0px; */
font-family: 'Noto Sans JP', sans-serif;
font-size: 0.5rem;}	
	
}



@media screen and (min-width:768px){
/*header*/
.header {
position: relative;
border-top: 0px solid #fc5087;
height: 60px;
z-index: 10;
-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0);
-ms-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0);
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0);
border-bottom: 0px solid #aaa;
background-color: #1acfd8;}
	
.head-top-block {
display: table;
width: 100%;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;}

.head-logo2 {
display: table-cell;
width: 35%;
padding-left: 1%;
vertical-align: middle;
background-color: transparent;
padding-bottom: 10px;
position: relative;}

.head-logo2 img {
height: 120px;
width: auto;
position: absolute;
top: 1.2em;
padding-left: .5em;
z-index: 100;}
	
.head-logo2 span {display: none;}
.h-l-bk {
width: 0;
height: 0;
border-style: solid;
border-width: 220px 320px 0 0;
border-color: #1acfd8 transparent transparent transparent;
position: absolute;
top: 0px;
left: 0;
z-index: 10;}

.sq a{font-family: 'Noto Sans JP', sans-serif;}
.sq a img{width:70%;}

	
header nav.sp_header_navi li {
margin: 43px auto 43px;
text-align: center;
/* border-bottom: 1px solid #fff; */}	
	
header nav.sp_header_navi ul li a {
display: block;
font-size: 1.3em;}
	
	
	
/*.no-h-b .head-tgr li {
    float: left;
    width: 50px;
    height: 55px;
    text-align: center;
    cursor: pointer;}*/
	
/*.sp_menu_bloc {display: none;}
li.bdr{display: none;}
#nav_toggle{display: none;}
	
	
.gnavi {
display: table-cell;
width: 90%;
text-align: right;
background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
background: none;
padding-right: 30px;
position: relative;
z-index: 15;}
	
.gnavi-main {
display: table;
width: 100%;
height: 58px;}
	
.gnavi-main li {
position: relative;
display: table-cell;
padding: 6px 0;
width: 16%;
vertical-align: middle;
line-height: 1;
font-size: 1rem;
font-weight: bold;
text-align: center;}
	
.gnavi-main li a {
color: #fff;
display: block;
padding: 13px 0;
font-size: 0.7rem;
font-weight: normal;}
	
.gnavi-main > li:first-child a {border-left: 0px solid #aaa;}
.gnavi-main > li:not(:last-child) a {
background-image: none;
background-repeat: repeat-y;
background-position: 100% 0;}
	*/

/*trial_lesson*/
.top_wrap .block img {width: 320px;}
.top_wrap .block {
margin: 0 auto;
position: absolute;
right: 3%;
Bottom: -1em;}

.sec-ttl .en {
font-size: 2.2rem;
letter-spacing: 19px;}

/*コース紹介*/
dl.course{display: flex;flex-wrap: wrap;justify-content: space-between;padding:0 1.5em;margin-bottom: .8em;}
dl.course dd {
width: 49%;
position: relative;
padding: 4em 3em 1em;
box-sizing: border-box;
margin-bottom: 1px;}
	
a.over {transition: all ease-out 0.3s;}
	
h2.course-ttl {
font-family: 'Lato', sans-serif;
font-weight: 900;
text-align: center;
font-size: 1.6rem;
margin-bottom: .25em;
letter-spacing: 3.5px;}
	
p.course-txt {
font-size: 18px;
line-height: 1.6;
text-align: center;
text-justify: inter-ideograph;
text-shadow: 0px 0px 5px #000;}

.point-txt {
position: absolute;
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
right: 37%;
top: 43%;
color: #fff;
letter-spacing: 1.4px;
font-size: 0.9rem;}	
	
.point-ttl {
position: absolute;
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
font-weight: 900;
font-size: 1.2rem;
right: 30%;
top: 21%;
letter-spacing: 5px;
color: #fff;}	
	
.lesson_point_box {
padding: 0 9.5em;
position: relative;}	
	
	
.course-in p {color: #fff;}

/*column_list*/
.column_list li {
margin-bottom: 1.5em;
width: 50%;
position: relative;	}
	
.column_list li img {
width: 75%;
margin: 0 auto .5em;
display: block;}
	
.column_list p.detail {
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
font-size: 1em;
position: absolute;
/*
top: 9em;
left: 7em;
*/
color: #fff;}
	

	
/*//// studio-list ////*/
.studio-block {display: flex; flex-wrap: wrap; justify-content: space-between;}
.studio-box {width: 50%;position:relative;}
.studio-box .inner {padding:3.5em 1.5em 3em;}
.studio-block:before{content:"";display: block;width:33.33%;order:1;}
.studio-block:after{content:"";display: block;width:33.33%;}
.studio-name {margin-bottom: .5em;}
.studio-name .en {font-size: 1.5rem !important;margin-bottom: .2em;letter-spacing: 4px;}
.studio-name .ja {font-size: 0.8rem !important;}
.studio-info {padding:0 0;}
.studio-info li:first-child {bottom:10%;left:3%;}
.studio-info li:last-child {bottom:10%;right:3%;}
.studio-info li a {font-size:.8rem !important;}
.st-ico {font-size: 0.5rem;background-position: 50% 10px;background-size: auto 25px;text-align:center;padding-top:37px;}
.studio-info li a:hover {opacity: .7;filter: alpha(opacity=70);}
/*.studio-sub {padding: 0 3%;}
.studio-sec {padding-bottom: 0;}
.studio-sub li {font-size: 1.6rem;}
.studio-sub li .fac-txt {display: block;padding-left: 50px;padding-top: 0;background-position: 0 50%;}}
*/
	
/*voat_other_school*/
.wrap {padding: 0;margin: 0 auto;max-width: 92%;}	

/*.sec {margin-bottom: 3rem;}*/
.sec-ttl {padding-top: 20px;margin-bottom: 30px;}
.s-sec-ttl .en {font-size: 3.5rem;letter-spacing: 1px;}
.sec-ttl .ja {display: block;font-size: 1.2rem;margin-left: 0;}

.other-school-block {
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;}
	
.other-school-box {
width: 23%;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;}
	
.other-school-clip {
-webkit-flex-basis: 100%;
-ms-flex-basis: 100%;
flex-basis: 100%;
width: 100%;
margin-bottom: 16px;}

.other-school-ttl h3 {
font-size: 1rem;
font-weight: bold;
font-family: 'Noto Sans JP', sans-serif;}	
	
.other-school-ttl {
-webkit-flex-basis: 100%;
-ms-flex-basis: 100%;
flex-basis: 100%;
width: 100%;
vertical-slign: top;}
	
.recommend-studio-sec {width: 62%;}
	
.relate-block li {margin-bottom: 1.4rem;width: 29%;}
.relate-block3 li {
margin-bottom: -2.3rem;
margin-top: 2.7rem;
width: 95%;}
/*.recommend_relate-block li {width: 28%;}*/

.other-sec {width: 32%;}

.bottom_wrap {
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;}
	
}

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

.spnavi_wrap{display:none;}

.sec-ttl .en {
font-size: 2.7rem;
letter-spacing: 21px;}	

.s-sec-ttl .en {font-size: 3.7rem;letter-spacing: 1px;}

/*header*/	
/*.s-menu-navi li {padding-left: 10px;}
.s-menu-navi li:not(:last-child) {margin-right: 10px;}
.s-menu-ttl {font-size: 1.6rem;}*/
.header {
position: relative;
border-top: 0px solid #fc5087;
z-index: 10;
height:70px;
-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0);
-ms-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0);
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0);
border-bottom: 0px solid #aaa;
background-color: #1acfd8;}

.h-l-bk {
width: 0;
height: 0;
border-style: solid;
border-width: 220px 420px 0 0;
border-color: #1acfd8 transparent transparent transparent;
position: absolute;
top: 0px;
left: 0;
z-index: 10;}

.head-logo2 img {
height: 120px;
width: auto;
position: absolute;
top: 1.5em;
padding-left: .5em;
z-index: 100;}
	
.sp_menu_bloc {display: none;}
li.bdr{display: none;}
#nav_toggle{display: none;}
	
	
.gnavi {
display: table-cell;
width: 90%;
text-align: right;
background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
background: none;
padding-right: 30px;
position: relative;
z-index: 15;}
	
.gnavi-main {
display: table;
width: 100%;
height: 58px;}
	
.gnavi-main li {
position: relative;
display: table-cell;
padding: 6px 0;
width: 16%;
vertical-align: middle;
line-height: 1;
font-size: 1rem;
font-weight: bold;
text-align: center;}
	
.gnavi-main li a {
color: #fff;
display: block;
padding: 13px 0;
font-size: 0.7rem;
font-weight: normal;}
	
.gnavi-main > li:first-child a {border-left: 0px solid #aaa;}
.gnavi-main > li:not(:last-child) a {
background-image: none;
background-repeat: repeat-y;
background-position: 100% 0;}

	
.gnavi {width: 75%;padding-right: 20px;}
.gnavi-main li a {font-size: .8rem;padding: 12px 0;}

.sq a img {width: 90%;}	
	
/*trial_lesson*/
.top_wrap .block {
margin: 0 auto;
position: absolute;
right: 3%;
Bottom: -2em;}
	
.top_wrap .block img {width: 270px;}	

	
	
/*コース紹介*/
dl.course{display: flex;flex-wrap: wrap;justify-content: space-between;padding:0 1.5em;margin-bottom: 1.5em;}
dl.course dd {
width: 49%;
position: relative;
padding: 4em 3em 1em;
box-sizing: border-box;}

h2.course-ttl {
font-family: 'Lato', sans-serif;
font-weight: 900;
text-align: center;
font-size: 2.5rem;
margin-bottom: .25em;
letter-spacing: 4px;}

.lesson_point_box {
padding: 0 12.5em;
position: relative;}	

.point-ttl {
position: absolute;
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
font-weight: 900;
font-size: 2rem;
right: 27%;
top: 18%;
letter-spacing: 5px;
color: #fff;}	

.point-txt {
position: absolute;
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
right: 38%;
top: 46%;
color: #fff;
letter-spacing: 1.4px;
font-size: 1.2rem;}	
	
/*column_list*/
.column_list {
margin-left: 50px;
margin-right: 50px;
margin-bottom: 16px;
/* margin-bottom: 1.5em; */}	
	
.column_list li {
margin-bottom: 1.5em;
width: 25%;}

.column_list li img {
width: 96%;
margin: 0 auto .5em;
display: block;}
	
.column_list p.detail {
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
font-size: 0.8em;
position: absolute;
/*
top: 9em;
left: 4.5em;
*/
color: #fff;}

.relate-block li {width: 15%;}

/*//// studio-list ////*/
.studio-box {width:33.33%;}		
.noahstudio-st-bg {display:none;}
.studio-name .en {font-size: 1.7rem !important;margin-bottom:.2em;}
.studio-name .ja {font-size: 1rem !important;}

/*voat other school*/
.other-school-ttl h3 {
font-size: 1rem;
font-weight: bold;}
	
/*recommend studio*/
.relate-block2 li {
width: 23%;}
	
/*other*/
.relate-block3 li {
margin-bottom: 1.rem;
margin-top: 3.1rem;
width: 44%;}
	
}

@media screen and (min-width:1440px){
.header{height: 85px;}
.gnavi-main li a {
font-size: 1rem;
padding: 12px 0;}	
	
	
.lesson_point_box {padding: 0 19.5em;position: relative;}	
	
dl.course dd:nth-child(1) {
background: url(../common/images/course_detail_basic.jpg) center/ cover;
background-position-y: 36em;}	
	
dl.course dd:nth-child(2) {
background: url(../common/images/course_detail_pro.jpg) center/ cover;
background-position-y: 35em;}
	
.point-ttl {
font-size: 2rem;
right: 33%;
top: 28%;
letter-spacing: 5px;}	

.point-txt {
position: absolute;
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
right: 41%;
top: 50%;
color: #fff;
letter-spacing: 1.4px;
font-size: 1.2rem;}
	
.column_list p.detail {
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
font-size: 1em;
position: absolute;
/*
top: 11em;
left: 6.5em;
*/
color: #fff;}	

}

.c_wide{
  max-width: 1400px;
  margin: 0 auto;
}
.c_wide_narrow{
  max-width: 960px;
  margin: 0 auto;
}
.c_inner{
  padding: 0 var(--inn-w);
}



/* TOP - RECOMMEND
========================================= */
.sec_top_reco {
  padding: 1em 0 3em;
}
.top_reco_block{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  /* border-top: .5px solid #d3d3d3;
  border-bottom: .5px solid #d3d3d3; */
  border: none;
  width: calc(100% + 4em);
  /* margin: 2em 0 2em -2em; */
  width: 100%;
  padding: 0;
}
.top_reco_box{
  position: relative;
  width: 33.33333%;
  border: 1px solid #d3d3d3;
  border-left: none;
  overflow: hidden;
}
@media (max-width: 898px) {
  .top_reco_box:nth-child(3n) {
    border-right: none;
  }
  .top_reco_box:nth-child(n+4) {
    border-top: none;
  }
}
.reco_detail_box{
  visibility: none;
  opacity: 0;
  /* transform: translateY(-101%); */
}
/* .top_reco_box.on  */
.reco_detail_box{
  position: absolute;
  z-index: 1;
  font-size: 10px;
  width: 100%;
  height: 100%;
  background-color: var(--c-black2);
  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;
}
/* .top_reco_box:hover .reco_detail_box{
  transform: translateY(0);
  opacity: 1;
} */
.top_reco_box:hover .reco_detail_box{
  opacity: 1;
  visibility: visible;
}

.reco_txt{
  /* position: absolute; */
  display: block;
  top: 0;
  /* bottom: 0;
  margin: auto; */
  height: fit-content;
  padding: 1em .6em 1em;
  font-size: .9em;
}

.reco_img_box{
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
/* .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%;
}
.reco_detail_btn{
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  width: 60%;
  padding: .3em 1.8em;
  margin: 0 auto;
  opacity: .2;
  z-index: 10;
  cursor: pointer;
}
.sec_ttl_reco {
  text-align: center;
  padding: 2em 0;

  .fot-ttl{
      display: block;
  }
  .pointsub{
      font-size: .8em;
  }
}

@media (min-width: 769px) {
  .foot_desc{
    padding: 2em 0 0;
  }
  .top_reco_block{
    width: 100%;
    margin: 0;
    /* border: .5px solid #d3d3d3; */
  }
  .top_reco_box{
    width: calc(100% / 8);
  }
  /* 100% / 5 */
  /* .top_reco_box:nth-child(n+6) {
    border-top: none;
  }
  .top_reco_box:nth-child(5n+1){
    border-left: 1px solid #d3d3d3;
  } */
  /* 100% / 6 */
  /* .top_reco_box:nth-child(n+7) {
    border-top: none;
  }
  .top_reco_box:nth-child(6n+1){
    border-left: 1px solid #d3d3d3;
  }  */
  /* 100% / 7 */
  /* .top_reco_box:nth-child(n+8) {
    border-top: none;
  }
  .top_reco_box:nth-child(7n+1){
    border-left: 1px solid #d3d3d3;
  } */
  /* 100% / 8 */
  .top_reco_box:nth-child(n+9) {
    border-top: none;
  }
  .top_reco_box:nth-child(8n+1){
    border-left: 1px solid #d3d3d3;
  }

  .sec_top_contents .foot_desc{
    padding-right: 0;
  }
  /* .reco_detail_btn{
    width: 42%;
  } */
  .reco_txt{
    bottom: 0;
    margin: auto;
    font-size: .8em;
    line-height: 1.4;
  }
  .top_reco_box.on .reco_detail_box{
    overflow-y:inherit;
  }
  .sec_top_reco{
    padding: 3em 0 6em;
  }
  .sec_top_reco_inner{
    display: flex;
    justify-content: space-between;
    /* padding:c ; */
  }
  .top_reco_pc_wrap{
    width: 100%;
    padding: 2em 4em;
    margin: 0 auto;
    max-width: calc( 1200px + 8em);
  }
}/* 769 */

@media (min-width: 1200px) {
  .reco_txt{
    font-size: 1em;
  }
}



/* TOP - 関連スクール
========================================= */
.voat_school_list_box._net{
  display: none;
}
.voat_school_list{
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
}
.voat_school_list_box{
  width: 47%;
  padding: 1em 0;
}
.voat_school_img_box{
  position: relative;
  background-color: #000;
}
.voat_school_img_logo{
  position: absolute;
  width: fit-content;
  height: fit-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  filter: invert(100%) saturate(377%) hue-rotate(316deg) brightness(500%) contrast(100%);
  z-index: 1;
  width: 80%;
}
.voat_school_img{
  opacity: .5;
}
.voat_school_txt_wrap{
  font-size: .75em;
  padding: .5em 0;
}

@media (min-width: 769px) {
  .voat_school_list{
    gap: 2.5%;
  }
  .voat_school_list_box{
    width: 18%;
  }

}/*  */