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

:root {
  --color-black: #27353d;
  --color-black2: #27353d;
  --color-black3: #666666;
  --color-black4: #444444;
  --color-red: #ef7d83;
  --color-blue: #82b7c3;
  --color-pink: #ef7d83;
  --color-grey: #f9f9f9;
  --color-grey2: #f2f1ea;
  --color-grey-txt: #bababa;
  --color-white: #ffffff;
  --color-white2: #f9f9f7;
  --color-white3: #ffffff;
  --font-comp: "Roboto","YakuHanJP",'NotoSansCJKjp',sans-serif;
  --font-ja: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  --font-serif: "Noto Serif Japanese", serif;
  --font-en: 'Cormorant Infant', serif;
  /* --filter-w: invert(99%) sepia(1%) saturate(1685%) hue-rotate(354deg) brightness(115%) contrast(95%); */
  --filter-w: invert(100%) sepia(19%) saturate(377%) hue-rotate(316deg) brightness(100%) contrast(91%);
  --filter-wg: invert(96%) sepia(8%) saturate(14%) hue-rotate(314deg) brightness(86%) contrast(111%);
  --filter-red: invert(33%) sepia(39%) saturate(3362%) hue-rotate(347deg) brightness(84%) contrast(106%);
  --inn-w: 2rem;
  --inn-w-minus: -2rem;

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

/* SECTION
========================================= */
.sec_bloc{
  padding: 3em 0;
  overflow: hidden;
}
._top0{ padding-top: 0 !important;}
._bottom0{ padding-bottom: 0 !important;}
._top_w{ padding-top: 6em;}
._bottom_w{ padding-bottom: 6em;}

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

.sec_ttl{
  font-size: 1rem;
  padding: 1.5em 0;
}
.sec_ttl .en{
  font-size: 4.2em;
  line-height: 1.15;
    font-weight: 400;
}
.sec_ttl .ja{
  display: block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.7;
}
.sec_ttl .ja._line2{
  margin-top: .3em;
  line-height: 1.6;
}
.sec_ttl._small .en{
  font-size: 2.4em;
	font-weight: 600;
  line-height: 1.05;
}
.s_sec_ttl{
  font-size: 2.8rem;
  padding: 1rem 0;
}
.s_sec_ttl .en{
  display: block;
  line-height: 1.2;
}
.s_sec_ttl .ja{
  display: block;
  font-size: .4em;
  font-weight: 500;
  margin-top: 0.3em;
}
.sec_sub,
.sec_sub_txt{
  font-size: 1.35rem;
  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.1rem;
  line-height: 1.7;
}
.sec_desc{
  padding-bottom: 2.5em;
}
.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;
}
.block_wrap{
  padding: 1.5rem 0;
}
.txt_wrap{
  padding: 2rem 0;
}
._bright{
  background-color: #fff;
  color: var(--color-black);
}

@media (min-width: 769px) {
  /* .sec_bloc{
    padding: 3.5em 0;
  }
  ._top_w{ padding-top: 7em;}
  ._bottom_w{ padding-bottom: 7em;} */
  .sec_ttl{
    font-size: 1.1rem;
  }
  .sec_desc{
    font-size: 1.05rem;
    padding-bottom: 3rem;
  }
  .s_sec_ttl{
    font-size: 3.4rem;
  }
}/* 769 */

@media (min-width: 960px) {
  .block_wrap {
    padding: 3rem 0;
  }
  .sec_ttl{
    font-size: 1.2rem;
  }
  .sec_ttl._small .en{
    font-size: 2em;
  }
}/*  */
@media (min-width: 1400px) {
  .sec_bloc{
    padding: 6em 0;
  }
  .c_wide{
    padding: 0 var(--inn-w);
  }
}/*  */


#container {background: url(../imgs/top/flower-bk.png.webp) no-repeat;background-size:auto 18%;background-position: 100% 23%;}
.no-webp #container {background: url(../imgs/top/flower-bk.png) no-repeat;background-size:auto 18%;background-position: 100% 23%;}

#content {
  padding: 5vh 0 0;
  /* position: relative;
  z-index: 5; */
  background: url(../imgs/top/chuchu-bk.png.webp) no-repeat;
  background-size: auto 28%;
  background-position: 0% 28%;
}
.no-webp #content{ background: url(../imgs/top/chuchu-bk.png) no-repeat;background-size:auto 28%;background-position: 0% 28%;}

body#under #container,body#under #content {background:none;}
body#under #content{ padding: 3vh 0 0;}
body#under.system #content,body#under.schedule #content{ padding: 0 0 0;}
body#under.feature #content{ padding: 6vh 0 0;}
body#under.topics-post #content{padding: 13vh 0 0;}
body#under.instructor #content{padding: 15vh 0 0;}

.sp-dsp{ display: none;}
.pc-dsp{ display: inherit;}
.gray-wall{ background: #F0F0F0;}

.pc{
	display: none;
}
.left_center{
	text-align: left;
}
@media (min-width: 769px){
	.sp{
		display: none;
	}
	.pc{
		display: block;
	}
	.left_center{
		text-align: center;
	}
}
@media screen and (max-width: 1059px){
#container {background-size:auto 18%;background-position: 100% 20%;}
#content{background-size:auto 28%;background-position: 0% 25%;}
body#under.topics-post #content{padding: 10.5em 0 0;}
}

/*============================================
 key
============================================*/
.mainvis {
	width: 100%;
	position: relative;
	z-index: 2;
	margin-bottom: 2em;
}
.key-img { display: flex; justify-content: center;}
.key-img img{ width: 100%!important; max-width: none;display:block;}
.main-img{ width: 100%!important; padding:0; margin:0;}
#mv_image {width: 100%;}
@media screen and (max-width: 1400px){
.key-img img{width: 100%!important;}
.main-img{ width: 100%!important; padding:0; margin:0;}
}
@media screen and (min-width: 1400px){
.key-img span{ width: 100%;}
.key-img img{width: 100%!important;}
.main-img{ width: 100%!important; padding:0; margin:0;}
}

.key-img_store{
	position: relative;
	border-radius: 100% 0% 100% 0% / 0% 50% 35% 100%;
	overflow: hidden;
	aspect-ratio: 1 / 1.2;
}
.key-img_store img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 769px){
	.key-img_store{
		border-radius: 100% 0% 100% 0% / 0% 58% 62% 100%;
		aspect-ratio: 2.3 / 1;
	}
}


.mainvis h1{position: absolute;bottom:6vh;left:5vw;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;font-size:.7vw;}
.mainvis img {width:100%}
.mainvis .key-cam{ width: 54%; display: flex;justify-content: center; position:absolute; bottom:-1em;right:3%;}
.mainvis .key-cam div{ width: 40%; line-height: 1; padding:0 0 0 5%;}
.mainvis .key-cam div img{ width: 100%;}

.mainvis .key-in{ position: absolute; width: 55%; top: 10%; right: 0%; display: flex; flex-wrap: wrap; align-items: center;}
.mainvis .key-txt{width:100%;}
.mainvis .key-txt h2 img{width:30%!important;display:block;margin:0 auto 4vh;}
.mainvis .key-txt h2 img[src$=".svg"]{max-width:30%;}
.mainvis .key-txt ul{width:100%;margin:0 auto 0;padding:0 0 0 10%}
.mainvis .key-txt li{position:relative;padding:0 0 0 20%;margin-bottom:3.5em;}
.mainvis .key-txt li p.key-num{position:absolute;top:-.15vh;left:0;font-size:10vw;font-family: 'Prata', serif;font-weight:normal;font-style:italic;  color:rgba(221,98,118,0.5);line-height:1.0;}
.mainvis .key-txt li:first-child p.key-num{left:.15em;}
.mainvis .key-txt li h3{font-size:1.85vw;line-height:1.5;font-weight:700;color:#dd6276;margin-bottom:.5em;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;}
.mainvis .key-txt li p{font-size:1.2em;padding-right:16%;}
.mainvis .key-about-more{text-align:center;margin-bottom:2em;}
.mainvis .key-about-more a{color:#dd6276;border:1px solid #dd6276;padding:1em 3em 1em 2em;position:relative;font-size:1.2em;}
.mainvis .key-about-more a:after{font-family: "Font Awesome 5 Free"; content: "\f054"; font-weight: 900; position: absolute; top: 50%; right: .5vw; transform: translate(0,-50%); font-size: .6vw;}

@media screen and (max-width: 1600x){
.mainvis .key-cam{bottom:-2em;}
.mainvis .key-txt h2 img{margin:0 auto 2.75vh;width:32%!important;}
.mainvis .key-txt h2 img[src$=".svg"]{max-width:32%;}
.mainvis .key-txt li{margin-bottom:3em;}
.mainvis .key-txt li p{font-size:1.1em;}
}

@media screen and (max-width: 1440px){
.mainvis .key-cam{bottom:-3em;}
.mainvis .key-txt h2 img{margin:0 auto 2.75vh;width:32%!important;}
.mainvis .key-txt h2 img[src$=".svg"]{max-width:32%;}
.mainvis .key-txt li{margin-bottom:2.5em;}
.mainvis .key-txt li p{font-size:1.1em;}
}
@media screen and (max-width: 1280px){
.mainvis .key-cam{bottom:-1em;}
.mainvis .key-txt h2 img{margin:0 auto 3vh;width:33%!important;}
.mainvis .key-txt h2 img[src$=".svg"]{max-width:33%;}
.mainvis .key-txt li{margin-bottom:2em;}
.mainvis .key-txt li p{font-size:1.1em;}
}

@media screen and (max-width: 1200px){
.mainvis .key-cam {
    bottom: -4em;
    right: 6em;
    width: 44%;
}
	.mainvis .key-about-more a{
		font-size: 1em;
	}
	.mainvis .key-txt li p {
    font-size: 1em;
}
	}
@media screen and (max-width: 1035px){
.mainvis .key-cam div {
    width: 34%;
    line-height: 1;
    padding: 0 0 0 5%;
}
}
@media screen and (max-width: 1024px){
.mainvis .key-txt h2 img{margin:0 auto 2vh;width:30%!important;}
.mainvis .key-txt h2 img[src$=".svg"]{max-width:30%;}
.mainvis .key-txt li{padding:0 0 0 20%;margin-bottom:2em;}
.mainvis .key-txt li p{font-size:.9em;padding-right:10%;}
.mainvis .key-cam{bottom:-2em;right:3%;}

.mainvis .key-about-more a{font-size:1em;}
.mainvis .key-about-more a:after{top: 50%; right: .8em;font-size: .7em;}
}
@media screen and (max-width: 850px) {
.mainvis .key-txt li p {
    font-size: 0.8em;
}}
/*============================================
  INDEX contents
============================================*/

/* TOPインストラクター
========================================================================== */
.sec-instrc h2 img{width:30%; margin: 0 auto 3vh;}
.top-inst-info{
	background:rgba(239,239,239,0.3);
	padding: 0 .5em 1.8em;
	text-align: center;
}
.top-inst-info p{
	text-align: center;
}
.top-inst-info .sankaku{display:none;}

/*スライダー*/
.slick-slide{opacity: 0;transition: .25s;}
.slick-active{ opacity: 1;}
.slick-dotted.slick-slider{ margin-bottom: 90px;}
.slick-prev, .slick-next{z-index: 5; width: 30px; height: 30px; top: auto; bottom: -25%;}
.slick-next{ right: 30%;}
.slick-prev{ left: 30%;}
.slick-prev:before, .slick-next:before{ font-family: "Font Awesome 5 Free";font-weight: bold; background: #000; display: flex; text-align: center; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50px; line-height: 1; opacity: .95;}
.slick-next:before{ content: "\f0da"; padding-left: .15em; box-sizing: border-box;}
.slick-prev:before{ content: "\f0d9"; padding-right: .15em; box-sizing: border-box;}
.slick-dots{ bottom: -18%;}

/*リスト内*/
.slick-track{ padding:0 0;}
.slick-slide{ padding: .5em;}
.slick-slide p{font-size: .85em;line-height:1.7; width: 100%; margin: 0 auto;color:#353538;}
.slick-slide p.img { width: 100%;}
.slick-slide p.img img{ width: 100%; margin: 0 auto;}
.slick-slide p.name{font-weight: 700;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;font-size:1.2em;padding: 1em 0 .88em;text-align: center;}
.slick-slide p.name span{font-size:.7vw;display:block;}

@media screen and (max-width: 1059px){
.sec-instrc h2 img{width:20%; margin: 0 auto 4vh;}
}

/* TOPスタジオ
========================================================================== */
.sec-st{
	padding: 2em 0 1.5em;
}
.sec-st h2 img{width:18%;  margin: 0 auto 3vh;}
.st-box {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
	gap: 1%;
}
.st-box > div{ width: 48%;background:#000;padding:1em;background:rgba(221,210,191,0.6);}
.st-infobox{padding:1em;text-align:center;}
.st-at{ width: 100%;position:relative;}
.st-at img{display:block;}
.st-at p{
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: clamp(10px,2em,22px);
	line-height: 1.3;
	letter-spacing: .3em;
	position: absolute;
	bottom: 0%;
	width: 100%;
	padding: .3em 0 .5em;
	display: block;
}
.st-at p span{ display: block; font-size: .7em; letter-spacing: normal;font-weight:normal;}
.st-at p span.new{color:#f67e92;display: inline!important;padding-left:1em;font-size: 1em;letter-spacing:1px;}

.st-infobox p.tel{font-family: 'Oswald', sans-serif; font-weight:500;font-size: 1.9em;padding:1.5vh 0 1vh;letter-spacing: .1em;}
.st-infobox p.add{font-size: .9em;padding-bottom:1.5vh;text-align: left;}
.st-infobox p.lead {
	font-size: .9em;
	text-align: left;
	text-align: justify;
	padding: 0 0 1vw;
}

@media screen and (max-width: 1059px){
.sec-st h2 img{width:15%;  margin: 0 auto 4vh;}
}

/* TOPニュース
========================================================================== */
.sec-news h2 img{width:18%; margin: 0 auto 3vh;}

.news-box{ display: flex; justify-content: space-between; margin-top: 1vh;}
.news{ width: 100%;}
.news-box .inttl{ display: flex; justify-content: space-between;}
.news-box .inttl > div{ width: 50%; font-weight: bold; font-size: 1.25em; text-align: center; border: 1px solid;}
.news-box .inttl > div p{ padding: .75em 0;}

.news-contents ul {display: flex; flex-wrap: wrap;border-top:2px solid #47474c;border-bottom:2px solid #47474c;margin-bottom:4vh;}
.news-contents ul li {width: 50%; padding: 2em 0;border-bottom: 1px dashed #47474c;}
.news-contents ul li:nth-child(even){border-left: 1px dashed #47474c;}
.news-contents ul li:nth-child(3),.news-contents ul li:nth-child(4){border-bottom: none;}
.news-contents .post{padding: 0 1vw 0 ; display: flex; justify-content: space-between;}
.news-contents ul li:nth-child(even) .post{padding: 0 0 0 1.5vw;}
.news-contents .post p.img{ width: 10%;}
.news-contents .post p.deta{ width: 70%;font-weight: bold; padding: 0 1em;}
.news-contents .post p.more{ width: 15%;display: flex; align-items: center; justify-content: center;}
.news-contents .post p.more span{ padding-top: 1vh; display: flex; justify-content: center; width: 30px; height: 30px; border-radius: 30px; background: #8dd4cc; color: #fff; font-size: .5vw;line-height:1;}

.news-more{text-align:center;margin-bottom:6vh;}
.news-more a {
  display: block;
  width: fit-content;
  color: #47474c;
  border: 1px solid #47474c;
  padding: 1em 3em 1em 2em;
  position: relative;
  font-size: .8vw;
  margin: 1em auto;
}

.news-more a:after{font-family: "Font Awesome 5 Free"; content: "\f054"; font-weight: 900; position: absolute; top: 50%; right: .5vw; transform: translate(0,-50%); font-size: .6vw;}

@media screen and (max-width: 1059px){
.sec-news h2 img{width:15%; margin: 0 auto 4vh;}
.news-contents .post p.more span{ padding-top: 1em;font-size: .7em;line-height:1;}
.news-more a{font-size:1em;}
.news-more a:after{top: 50%; right: 1em; transform: translate(0,-50%); font-size: 1em;}
}

/* TOPバナー
========================================================================== */
.top-baner ul{ display: flex; justify-content: space-between;/* margin-bottom:6vh; */}
.top-baner li{ width: 24%;position:relative;}
.top-baner li a{display:block;}
.top-baner li img{display:block;}
.top-baner li h3{ 
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: clamp(10px,1.5vw,22px);
	letter-spacing: .2em;
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	padding: .2em 0 .4em;
	width: 100%;
}
.top-baner li h3 span {
	display: block;
	font-size: .7em;
	letter-spacing: normal;
	font-weight: normal;
}

@media screen and (max-width: 1059px){
.top-baner li h3{font-size:1.8em;}
.top-baner li h3 span{font-size: .5em;}
}

/* TOP系列スクール
========================================================================== */
/* .other-sc{ padding-top: 1em;} */
.other-sc h2 img{height:5.5vh;  margin: 0 auto 3vh;}
.other-sc-box{ display: flex; flex-wrap: wrap;  justify-content: center;}
.other-sc-box img{width:100%;}
.other-sc-box a{ display: block; width: 20%; border-bottom:1px solid #ccc;border-right:1px solid #fff;}


/* TOP系列スタジオ
========================================================================== */
.other-st{margin-bottom:10vh;}
.other-st h2 img{height:5.5vh;  margin: 0 auto 3vh;}
.other-st-box{ display: flex; justify-content: center;}
.other-st-box a{ width: 20%; display: flex;border-right:1px solid #fff;}
.other-st-box a p.inimg{ width: 100%;}
.other-st-box a p.inimg > img{ width: 100%;}


/*============================================
  footer
============================================*/
.bk-gray{background:rgba(221,210,191,0.6);}
.bk-blk{ background: #47474c; color: #fff;}

.sec-foot .bk-blk{ padding: 5vh 0;}
.sec-foot .bk-gray p{ padding: 1.5em 0; font-size: .8em;line-height:1.8;}
.sec-foot .bk-blk > .inner{ display: flex; flex-wrap: wrap; letter-spacing: .05em;}

.foot-nav{ width: 45%;}
.foot-nav p.logo{ width: 65%;}
.foot-nav ul{ display: flex; flex-wrap: wrap; margin-top: 4vh;}
.foot-nav ul li{ padding-bottom: 1.5vh;position:relative;}
.foot-nav ul li:nth-child(odd){ width: 45%;}
.foot-nav ul li:nth-child(even){ width: 55%;}
.foot-nav ul li a{ padding-left: 1em;font-size: 1em;}
.foot-nav ul li:before{content: "\f0da"; font-weight: bold; font-family: "Font Awesome 5 Free"; position: absolute; top: 45%; left:0; transform: translate(0,-55%); font-size: 1.15em;color:#fff;}

.foot-intxt{ width: 55%; letter-spacing: .025em; text-align: justify; line-height: 1.8;font-size: .85em;}
.foot-intxt span{font-weight:bold;display:block;font-size: 1.1em;padding-bottom:.3em;}

p.copy{width:100%; text-align: center!important; font-size: .85em; padding: 2vh 0;border-top:1px solid #fff;border-bottom:1px solid #fff;margin-top:4vh;}


/*============================================
  PAGE : contents
============================================*/

#under .mainvis h1{text-align: center;color: #333; font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(10px,3.4vw,42px); padding: 0 .15em .15em; line-height: 1.6; letter-spacing: .05em;bottom:55%;left:50%;transform: translate(-50%,45%);}
#under.qa .mainvis h1 {font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;}
#under.store .mainvis h1{background: rgba(255,255,255,.6);width:100%;padding: 0 .15em .35em;}
#under .mainvis h1 span{display: block;font-size:.4em;font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;font-weight:normal;letter-spacing: 0em;}

#under .mainvis .key-cam{ width: 20%; bottom:-1em;right:4%;display:block;}
#under .mainvis .key-cam div{ width: 100%; line-height: 1; padding:0 10% 2%;}
#under .mainvis .key-cam div img{ width: 100%;}

#under.no-main .mainvis h1{position:static;width:100%;margin:3.5em 0 0;padding:0;transform: translate(0%,0%);}

#under.feature .main-ttl{ display: flex;; justify-content: center; padding: 1.5em 0;}
#under.feature .main-ttl p{ width: 70%;}
#under.feature .main-ttl p img{ width: 100%;}
#under .other-st{ padding: 0;}

@media screen and (min-width: 769px){
	#under.no-main .mainvis h1{margin:3.5em 0 0;}
}


/*============================================
  pan-kuzu
============================================*/
.breadcrumbs {text-align:left;margin-top:4em;border-top:1px dotted #aaa;}
.breadcrumbs ol {padding: .5em 0;width:100%;margin:0 auto;color:#555;}
.breadcrumbs li {position: relative;display: inline-block;margin-right: 1.5em;font-size: 12px;}
.breadcrumbs li:not(:last-child)::after {position: absolute;content: ">";right: -1em;top: 0;}
.breadcrumbs li a{color:#aaa;}
.breadcrumbs li a:hover {text-decoration: underline;}
.breadcrumbs ol {padding: .6em 0;}


/*============================================
　FEATURE
============================================*/
.feature-wrap{width:100%;margin-bottom:4em;}
.feature-wrap ul{width:100%;margin-bottom:4em;}
.feature-wrap li{width:50%;background:#efefef;position:relative;}
.feature-wrap li img{height:100%;width:auto;object-fit: cover;}
.feature-wrap li h2{font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;font-weight:700; font-size: 1.8em;margin-bottom:.65em;letter-spacing:.01em;color:#dd6276;text-align:center;line-height:1.6;}
.feature-wrap li h2 span{font-weight:700;}
.feature-wrap li.text{padding:3em 6em 4em;font-size:1vw;line-height:1.8;}
.feature-wrap li.left{float:left}
.feature-wrap li.right{float:right}
.feature-wrap li p.num{position:absolute;top:-4vh;left:-.01em;font-size:10vw;font-family: 'Prata', serif;font-weight:normal;font-style:italic; color:rgba(221,98,118,0.25);line-height:1.0;}
.feature-wrap li p.more{text-align:center;margin-top:2.5em;}
.feature-wrap li p.more a{color:#dd6276;border:1px solid #dd6276;padding:1em 3em 1em 2em;position:relative;font-size:1vw;}
.feature-wrap li p.more a:after{font-family: "Font Awesome 5 Free"; content: "\f054"; font-weight: 900; position: absolute; top: 50%; right: .75vw; transform: translate(0,-50%); font-size: .6vw;}

@media screen and (max-width: 1059px){
.feature-wrap li.text{padding:3em 3em 4em;font-size:1.1em;line-height:1.8;}
.feature-wrap li h2{font-size: 1.5em;}
.feature-wrap li p.more a{font-size:.9em;}
.feature-wrap li p.more a:after{font-size:.9em;}
}

/*============================================
　SYSTEM
============================================*/
body.system .sec-ttl{ width: 15%!important; margin: 0 auto 3em;}

body.system .cat-wrap{margin-bottom:3em;}
body.system .cat-wrap ul{width: 100%; display: flex; justify-content: center;padding:0 3em 3em;}
body.system .cat-wrap li{width: 33.3%;position:relative;padding:0 1vw;}
body.system .cat-wrap li .text-box{width:70%;background:#8dd4cc;color:#fff;text-align:center;padding:1.5em .75em 1em;margin:0 auto;border-radius:6px;}
body.system .cat-wrap li img{position:absolute;left:-4em;bottom:-2.4em;width:45%;}
body.system .cat-wrap li:first-child img{bottom:-2.8em;}
body.system .cat-wrap li h3{font-weight:700;font-size:1.9em;margin-bottom:.2em;line-height:1;color:#fff;}
body.system .cat-wrap li p{padding-left:0em;}
body.system .cat-wrap li p.age{font-weight:600;font-size:1.3em;padding-bottom:.5em;margin-bottom:.5em;border-bottom:0px dashed #fff;color:#fff;}
body.system .cat-wrap li p.age span{display:block;font-size:.9em;}
body.system .cat-wrap li p.time{font-size:.9em;background:#fff;color:#8dd4cc;border-radius:2px;}
body.system .cat-wrap li p.time span{font-size:1.4em;font-weight:bold;display:inline;}
body.system .cat-wrap p.cat-ttl{text-align:center;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;font-weight:600;font-size:2.2em;margin-bottom:.6em;}
body.system .cat-wrap p.cat-lead{text-align:center;font-size:1.1em;}

body.system .system-wrap{margin-bottom:2em;}
body.system .system-wrap ul{width: 100%; display: flex; justify-content: space-between;padding:0 3em 2em;}
body.system .system-wrap li{width:47%}
body.system .system-wrap li p.icon{width:100px; height:100px;border-radius:100px;background-color:#8dd4cc;border:0px solid #d0ab80;position:relative;margin:0 auto 1em;}
body.system .system-wrap li p.icon img{position:absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);width:60px;}
body.system .system-wrap li p.inttl{text-align:center;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;font-weight:600;font-size:2.2em;margin-bottom:.6em;line-height:1.4;}
body.system .system-wrap li p.intxt{font-size:1.1em;line-height:1.7;}

.table_wrap + .table_wrap {margin-top: 4em;}
.table_wrap h3{font-size: 30px;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;font-weight:700;text-align:center;margin-bottom:1em;color:#dd6276;}
.table_wrap h3 span{font-size: 20px;display:inline;}

.system_table {width: 100%;font-size: 16px;}
.system_table i{padding:0 .5em 0 1em; font-size: 16px!important;}
.system_table th,.system_table td {border: solid 1px #bbb;padding: 1em;}
.system_table th:first-child {width: 25%;}
.system_table.system_table_last th:first-child {width: auto;}
.system_table thead th {background:#f7f4ee;}
.system_table tbody th {background:#f6f6f6;}
.system_table tbody td {text-align:center;}
.system_table tbody td span {padding-left:.5em;font-size: 12px;}

.system_table tbody th.osusume-th{position:relative;background:#ffcfd7;}
.system_table tbody th.osusume-th .osusume{position:absolute;left:1em;top:50%;transform: translate(0%,-50%);width:50px; height:50px;border-radius:50px;color:#fff;background:#dd6276;text-align:center;border:2px solid #fff;}
.system_table tbody th.osusume-th .osusume span{position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);font-size: .6vw;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;width:100%;}
.system_table tbody td.osusume-td{background:#fef3f5;}

.system_table .normal-price{text-decoration:line-through;font-weight:normal;font-size: 18px!important;}
.system_table .campaign-price{color:#dd6276;font-size:36px!important;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;font-weight:700;}
.system_table .up{color:#dd6276;font-size: 16px!important;}
.system_table .tb-xs{font-size:12px;}
.system_table .tb-s{font-size:14px;}
.system_table .tb-m{font-size:16px}

.different-sec{margin-top:4em;padding:3em 0 4em;background:#f7f4ee;}
.different-sec-ttl{font-size:1.8rem;font-weight:bold;text-align:center;}

.attention_list {font-size:14px;text-align: left;margin-top: 2em;}
.attention_list li {padding-left:1.5em;position:relative;margin-bottom:.2em;}
.attention_list li:before {position:absolute;left:0;content:"※";color:#dd6276;font-weight:bold;}
.attention_list2 {font-size:14px;text-align: left;margin-top: 1em;}
.attention_list2 li {padding-left:1.5em;position:relative;margin-bottom:.2em;}
.attention_list2 li:before {position:absolute;left:0;content:"※";color:#dd6276;font-weight:bold;}
.system_link_list {text-align: center;margin-top: 2em;margin-bottom: 3em;}
.system_link_list p {text-align: center;display:block;margin-bottom:1em;font-weight:bold;font-size:18px;}
.system_link_list .link_list {width:100%;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;}
.system_link_list li {width:22%;text-align: center;}
.system_link_list .link_list li a {font-weight:bold;color: #42dcda; border: solid 2px #42dcda;background: #fff;text-decoration: none;display: block;padding:1em;}
.system_link_list .link_list li a:after {content: '\f054';font-family: "Font Awesome 5 Free";float: right;margin-right: 4px;color: #42dcda;
font-weight: 900;}

.lesson_table {width: 100%;font-size: 16px;}
.lesson_table th,.lesson_table td {border: solid 1px #bbb;padding: 1em;text-align:center;width: 20%!important;background:#fff;}
.c_ora {color:#fbbd6f;font-weight:bold;}
.c_pin {color:#ff5b85;font-weight:bold;}
.lesson_table {width: 100%;font-size: 16px;}
.lesson_table thead span{display:block;font-size: 12px;}
.lesson_table thead th{background:#f6f6f6;}
.lesson_table thead td{background:#f6f6f6;}
.lesson_table .logo-academy img{width:30%;margin:0 auto;}
.lesson_table .logo-other img{width:40%;margin:0 auto;}

.recept-table {width: 100%;font-size: 14px;border-top:1px solid #ccc;border-left:1px solid #ccc;margin-bottom:4em;}
.recept-table th,.recept-table td {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;}
.recept-table th {padding: .6em 1em;text-align:center;background-color: #ededed; }
.recept-table th span {display:block;}

@media screen and (min-width: 768px){
	.recept-table th span {display:inline;}
}

.recept-table td {padding: 1em 1em 1em 1em;text-align:center;}
.recept-table .dial {color:#8dd4cc;font-size:15px;font-weight:bold;letter-spacing: 1px;padding-left:1em;}
.recept-table a{background:none;display:inline;}

@media screen and (max-width: 1059px){
}

/*============================================
　GUIDANCE
============================================*/
.guide h2{text-align:center;margin-bottom:1em;}
.guide h2 span{font-size:3em;font-weight:bold;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;font-weight: 700;text-align: center;color:#d0ab80;}
.guide h2 img{width:180px;margin:0 auto .2em;}
.guide .sec-guide03 h2 img{width:140px;margin:0 auto 0em;}
.guide h4{ text-align: center; font-size: 1.44em; font-weight: 900; margin-bottom: .5em;}

.web-ttl{text-align:center;font-size:2em;font-weight:700;color:#dd6276;margin-bottom:0;line-height:1.2;}
.web-desc{text-align:center;margin-bottom:1.2em;}
.web-btn{margin-bottom:4.5em;}
.web-btn a{text-align:center;background:#dd6276;color:#fff;padding:.6em;margin:0 auto;display:block;width:400px;font-weight:bold;font-size:1.2em;}

.studio-ttl{text-align:center;font-size:2em;font-weight:700;color:#dd6276;margin-bottom:1em;line-height:1.2;display:block;}
.sec-guide01,.sec-guide02,.sec-guide03{ font-size: 1.15em;}

.guide p.ttl-txt{font-size: 1.5em; font-weight: bold; letter-spacing: .05em; padding: 1em 0 2.2em;text-align: center;}

.guide01_box1,.guide01_box2 .boxin{ display: flex;padding:0 3em;}

.guide01_box1{ padding-bottom: 50px;}
.guide01_box1 p:nth-child(1){ width: 23.5%;}
.guide01_box1 p:nth-child(2){ width: 76.5%; padding-left: 2.5em; line-height: 1.8;}

.guide01_box2 .boxin{ justify-content: space-around; width: 80%; margin: 0 auto; padding: 1.44em 0 1.8em; border: 1px solid; border-radius: 15px;}

.guide01_box2 .boxin > div{ width: 20%; text-align: center;}
.guide01_box2 .boxin > div p:nth-child(1){ min-height: 3.5em; display: flex; justify-content: center; align-items: center;}
.guide01_box2 .boxin > div p:nth-child(2){ display: flex; align-items: flex-end; justify-content: center;}

.guide01_box2 .boxin > div:nth-child(1) p:nth-child(2) span{ width: 55%; padding-top: 1.5em;}
.guide01_box2 .boxin > div:nth-child(2) p:nth-child(2) span{ width: 45%; padding-top: 1em;}
.guide01_box2 .boxin > div:nth-child(3) p:nth-child(2) span{ width: 45%;}

.sec-guide01 p.at{ font-size: .85em; letter-spacing: .05em; text-align: center; padding: 2.5em 0;}
.sec-guide01 > .cam{ border: 4px solid #dd6276;}
.sec-guide01 > .cam p{ font-size: 1.2em; text-align: center; padding: .88em 0; letter-spacing: .05em;}
.sec-guide01 > .cam p span{ color: #dd6276;; font-weight: bold; font-size: 1.25em;}
.sec-guide01 > .cam p span > span{ font-size: 1.5em;}

.sec-guide02{ margin-top: 80px;}
.sec-guide02 .inner{ padding: 2em 0 60px;}

.guide02_box1 { width: 85%; margin: 0 auto; display: flex; justify-content: space-around;}
.guide02_box1 > .guide02in{ width: 380px; height: 380px; background-size: 100% 100%; border-radius: 100%; display: flex; align-items: center; justify-content: center;background-color:#454548;border:4px solid #d0ab80;}

.guide02_box1 > div p.icn{ padding: 2em 0 0;}
.guide02_box1 > div:nth-child(1) p.icn{ width: 30%;}
.guide02_box1 > div:nth-child(2) p.icn{ width: 20%;}

.guide02_box1 > .guide02in > div{ display: flex; flex-direction: column; align-items: center; padding-top: 1.5em;}
.guide02_box1 > .guide02in p.txt{ font-weight: bold; color: #fff; text-align: center;}
.guide02_box1 > .guide02in p.txt span{ display: block; font-size: 1.66em; padding-bottom: .5em;color:#ddc99a;}

.sec-guide02 .cam { border: 4px solid #8dd4cc; margin: 100px auto 50px;}
.sec-guide02 .cam > div{ padding: 0 0 3em;}
.sec-guide02 .cam p.inttl{ width: 26%; margin: 0 auto; background: #8dd4cc; border-radius: 50px; text-align: center; margin-top: -1.5em;}
.sec-guide02 .cam p.inttl span{ display: block; font-size: 1.25em; padding: .5em 0; font-weight: bold; color: #fff;}
.sec-guide02 .cam p.intxt{font-size: 1.25em; text-align: center; padding: .88em 0; letter-spacing: .05em;}
.sec-guide02 .cam p.intxt span{ color: #dd6276; font-weight: bold;}
.sec-guide02 .cam p.intxt span > span{ font-size: 1.5em;}
.sec-guide02 .cam p.intxt span.at{ display: block; font-size: .5em; text-align: center; font-weight: normal;}

.sec-guide02 .cam > div a{ display: block; width: 45%; margin: 0 auto; background: #fff; font-weight: bold; text-align: center; border: 1px solid;}
.sec-guide02 .cam > div a p{ padding: 1em 0;position:relative;}
.sec-guide02 .cam > div a p::after{font-family: "Font Awesome 5 Free";content: "\f054";font-weight: 900;position:absolute;top: 50%;right: 1.2em;transform: translate(0, -50%);font-size:.9em;}

.guide_lesson{ width: 90%; margin: 0 auto; background: #fff; border-radius: 15px; display: flex; justify-content: space-around;}
.guide_lesson > div{ padding: 2em 0;}
.guide_lesson .txt{ width: 65%;}
.guide_lesson .img{ width: 25%;}
.guide_lesson .txt p.inttl{ display: flex; align-items: center;}
.guide_lesson .txt p.inttl span{ font-size: 1.25em; font-weight: bold;}
.guide_lesson .txt p.inttl span:nth-child(1){font-size:3em;font-family: 'Prata', serif;font-weight:normal;font-style:italic;  color:rgba(141,212,204,0.5);line-height:1.0;}
.guide_lesson .txt p.inttl span:nth-child(2){ padding-left: 1em;}
.guide_lesson .txt p.intxt{ padding-top: 1.5em; letter-spacing: .05em;}
.guide_lesson.mg{ margin: 60px auto;}

.guide_lesson_btm{ width: 90%; margin: 60px auto; background: #fff; border: 2px solid #8dd4cc;}

.guide_lesson_btm .fx-clm{margin: 0 auto; padding: .88em 0;}
.guide_lesson_btm .fx-clm > div{ width: 80%; margin: 1.5em auto 0; display: flex; justify-content: center;}
.guide_lesson_btm .fx-clm > div > div{ width: 45%; display: flex; justify-content: center;}

.guide_lesson_btm p.ttl{ background: #8dd4cc; color: #fff; text-align: center; font-size: 1.3em; font-weight: 700;letter-spacing: .25em;}
.guide_lesson_btm p.txt{text-align: center;}
.guide_lesson_btm p.intxt{ display: flex; align-items: center; font-weight: 900; padding-right: 1em;}
.guide_lesson_btm p.intxt span{display: block; width: 1.45em; margin-right: .88em;}
.guide_lesson_btm p.inimg{ width: 30%;}
.guide_lesson_btm p.inimg.sz img{ width: 65%; margin: 0 auto;}

.sec-guide03{margin-bottom:5em;}
.sec-guide03 h2 p{ background-image: url("../imgs/page-guide/ttl-bk03.png");}
.sec-guide03 .guide01_box1{ padding-bottom: 0;}


/*下層スタジオ*/
.under-st{ display: flex;}
.under-st a{ width: 25%;}
.under-st a img{ width: 100%;}
.under-st .st-at {flex-wrap: wrap; justify-content: center; filter: drop-shadow(0 0 2px rgba(0,0,0,0.8));color: #fff; font-family: 'Lato', sans-serif; font-size: 1.25em; letter-spacing: .18em;}
.under-st .st-at span{ width: 100%; display: block; text-align: center;}
.under-st .st-at span:nth-child(2){font-size: .85em;}


/*============================================
　SCHEDULE
============================================*/
.sc-wrap{margin-bottom:3em;}
.kidssc-tabs {padding-bottom: 3em; width: 100%; margin:1em 0 0; padding:0;}
.kidssc-tab-item {width: 25%; border-bottom: 6px solid #fff; border-right: 6px solid #fff; background-color: #efefef; line-height:1.2; padding:1em 0; font-size: 1.3em; color:#47474c; display: block; float: left; text-align: center; font-weight:bold; transition: all 0.2s ease;letter-spacing:2px;margin-bottom:2em;}
.kidssc-tab-item span{display:block;font-size: .8em;font-weight:normal;padding-top:.4em;}
.no-border{border-right: 0px solid #fff;}
.kidssc-tab-item:hover {opacity: 1;background-color: #dd6276; color: #fff ;}
input[name="kidssc-tab-item"] {display: none;}
.kidssc-tab-content {display: block; padding:0; clear: both; overflow: hidden;}
#all:checked ~ #all_content,#jr1:checked ~ #jr1_content,#toritsu:checked ~ #jr1_content,#jr2:checked ~ #jr2_content,#jr3:checked ~ #jr3_content{display: block;}
.kidssc-tabs input:checked + .kidssc-tab-item,.kidssc-tabs input:checked + .kidssc-tab-item span {background-color: #dd6276; color: #fff;transition: all 0.2s ease;}

.sc-box h2{font-family: 'Playfair Display', serif;font-size:3.5em;text-align:center;font-weight:700;color:#47474c;}
.sc-box h2 span{font-size:.3em;font-weight:normal;display:block;}
.sc-box table{border:2px solid #d0ab80;margin-bottom:3em;width:100%;}
.sc-box td{border-bottom:1px solid #d0ab80;padding:1em;}
.sc-box td.time{width:18%;font-size:1.8em;font-family: 'Oswald', sans-serif;text-align:center;color:#ddc99a;line-height:1.3;background-color:#454548}
.sc-box td.time span{font-size:.7em;display:block;font-weight:normal;}
.sc-box td.info{width:82%;padding:1.5em 1.5em 1.5em 2.5em;position:relative;}
.sc-box td.info ul{display:flex;width:100%;overflow:hidden;position:relative;z-index:2;}
.sc-box td.info li:last-child{padding-left:2em;}
.sc-box .clipbox{width: 120px;height:120px;overflow: hidden;position: relative;}
.sc-box .clipbox img {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 100%;height: auto;}
.sc-box p.inst-name{font-size:1.8em;font-weight:bold;margin-bottom:.4em;padding-left:.5em;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;font-weight: 700;}
.sc-box p.inst-name span{font-size:.7em;padding-left:.3em}
.sc-box p.class-name{font-size:1.3em;font-weight:bold;margin-bottom:.2em;}
.sc-box p.class-name span{font-size:.8em;}
.sc-box p.st-name{font-size:1.2em;padding-left:.5em;}
.sc-box td.info .jr-sc-trialbt button{cursor: pointer;border: none;width:35%;color:#fff!important;font-size:1.1em;font-weight:bold;background-color: #8dd4cc;border-radius: 2px;padding: 1.5em 1em 1.3em;}
.sc-box td.info .jr-sc-trialbt button i{padding-left:.5em;}
.sc-box td.info .tri-btn{position:absolute;right:1em;top:50%;transform: translate(0, 50%);overflow:hidden;z-index:3;}


.page-head-ttl .month {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	padding: 1em 0 .5em;
}
.page-head-ttl .month span{
	font-weight: bold;
}
.page-head-ttl .month a {
	font-size: .7em;
	line-height: 1.8;
	font-weight: bold;
	color: #34ceca;
	position: relative;
	padding: 0 0.75em 0;
	margin-left: 0;
	margin-top: 0.1em;
	cursor: pointer;
}
.page-head-ttl .month a.disabled {
	color: #aaa;
	pointer-events: none;
}
.page-head-ttl .month a:after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%,-50%);
	font-family: fontAwesome;
	content: '\f104';
}
.page-head-ttl a:last-child:after {
	position: absolute;
	top: 50%;
	left: inherit;
	right: 0;
	transform: translate(-0%,-50%);
	font-family: fontAwesome;
	content: '\f105';
}

@media screen and (min-width: 768px){
	.page-head-ttl .month {
		font-size: clamp(20px,2.604166vw,30px);
	}
}/*  */


/*============================================
　STORE
============================================*/
body.store .sec-ttl{ width: 16%!important; margin: 0 auto 2em;}
body.store .sec-ttl svg{ width: 100%;}

.branch-lede-copy {text-align: center;font-size: 2.4em;font-weight:500;margin-bottom:1em;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;}

.branch-lede .text {font-size: 16px;}
@media (min-width:769px){
	.branch-lede .text {
		text-align: center;
	}
}

.b-photo-main {
	padding: 10px 20px 17px;
	/* border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f6f6f6; */
}
.b-photo-ttl {
	margin-bottom: 10px;
	font-size: 2em;
	/* text-align: center; */
	font-weight: bold;
	font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;
}
.b-photo-main .text p{font-size: 1em!important;line-height:1.5;height: auto;}
.b-photo-clip img{width:100%;}
.branch-photo-list.slick-initialized.slick-slider.slick-dotted {margin-bottom: 0em;margin-top:0!important;padding-top:0!important;}
.branch-photo-list .slick-dots li {margin: 0 4px;width: auto;}
.branch-photo-list .slick-dots {bottom: 0;position:relative;padding: 1em;}
.branch-photo-list .slick-dots .bp-btn {width: 25px;height: 25px;vertical-align: top;background-size: 25px 25px;}

body.store .slick-track{ padding: 0 0; background: #fff;}
body.store .slick-slide{ padding: 0;}

.access-block{text-align:left;}
.access-map {float: left;width: 47%;}
.access-info {float: right;width: 47%;}
.access-info .news_link{ margin: 0em auto 1.5em;}
.access-info .news_link p{border:1px solid #eee;}
.access-imap {margin-bottom: 2.5rem;}
.access-gmap {position: relative;padding-bottom: 60%;margin-bottom: 3rem;height: 0;overflow: hidden;}
.access-gmap iframe {position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;}
.add_detail_block{
	padding: .5rem 0;
}
.ad-detail {margin-bottom: 2.5rem;text-align: left;font-size: 14px;}
.ad-detail .ad-dial {font-family: 'Prata', serif; color: #dd6276;font-size: 28px;margin-bottom:1em;letter-spacing: 2px;font-weight:bold;}
.ad-address{
	margin: .5rem 0;
}
.ad-time {margin-bottom: 1em;font-size: 14px;}
.ad-pickup {margin: .5rem 0;color: #ff5b85;font-weight: bold;text-align: left;}
.ad-route {margin-bottom:2em;}
.ad-route .text {margin-bottom: 1em;text-align: left;color: #ff5b85;font-weight:bold;}
.ad-route ol li {position: relative;padding-left: 2.5em;text-align: left;font-size: 14px;}
.ad-route ol li::before {position: absolute;content: "→";left: 0;top: 0;}
.ad-traffic-case {margin-bottom: 2em;padding-left: 2.5em;font-size: 14px;text-align: left;}
.ad-traffic p{font-weight:bold;font-size: 14px;}
.ad-train,.ad-bus {position:relative;}
.ad-train:before {position: absolute;top: 0;left: 0;font-family: "Font Awesome 5 Free";content: "\f238";font-weight: 900;color: #6c6a60;font-size:1.6em;}
.ad-bus:before {position: absolute;top: 0;left: 0;font-family: "Font Awesome 5 Free";content: "\f207";font-weight: 900;color: #6c6a60;font-size:1.6em;
}
.ad-sc {text-align:center;margin:0 auto 2em;width:100%;}
.ad-sc a{padding:1em;display:block;font-size:14px;font-weight:bold;color: #fff;background: #dd6276;border:1px solid #dd6276;}
.ad-sc a:hover{color: #dd6276;background: #fff;}
.branch-text-img{margin: 2rem auto;display:block;width:100%;max-width:600px;}

/* 以下972行まで202403に上山が記述 */

.branch-text-img {
    max-width: 600px;
  }
  
.ac_add_detail_ttl {
    font-weight: 500;
    color: var(--color-black4);
}

.ac_ad_dial {
    font-size: 1rem;
	font-family: 'Prata', serif;
}

.ac_ad_dial a {
    font-size: 1.7rem;
}

p.ac_ad_dial.acpink {
    padding: 0.3rem 0rem;
}

.acpink{
	color: #dd6276;
}

.ac_ad-pickup{
	font-weight: bold;
    font-size: 0.9rem;
	padding: 1rem 0;
}

.ac_ad-pickup_p{
	font-size: 0.85rem;
}

.ac_ad_link_btn {
    position: relative;
    display: block;
    width: fit-content;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 2px;
    padding: 0.75em 3em;
    margin: 1em 0;
    border: 1px solid #666666;
}

.ac_ad_link_btn::after {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-5%,-50%);
    font-family: fontAwesome;
    content: '\f105';
}

.ad_data {
	padding: 0.5em 0;
	letter-spacing: 0.03em;
	font-size: 1.15rem;
	line-height: 1.5;
  }
  
　dl {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
  }
  
  dd {
	display: block;
	margin-inline-start: 10px;
	font-size: 0.85rem;
	letter-spacing:0.01em;
  }
  
  dt {
	display: block;
  }
  
  .ad_bus, .ad_train {
	position: relative;
	padding-left: 2.5rem;
  }
  
  .ad_data dt, .add_sns_ttl {
	font-size: 0.85rem;
	line-height: 1.9;
  }

  
  .ad_train::before {
	background-image: url(https://www.noadance.com/imgs/icon_train.svg);
  }
  
  .ad_bus::before {
	background-image: url(https://www.noadance.com/imgs/icon_bus.svg);
  }
  
  .ad_bus::before, .ad_train::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5rem;
	width: 2rem;
	height:3em;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	filter: invert(28%) sepia(7%) saturate(317%) hue-rotate(202deg) brightness(93%) contrast(94%);
  }
  
  .add_sns_block {
		display: flex;
		margin: 0;
  }

  
  .add_sns_box a {
		display: block;
		font-size: 3rem;
		line-height: 1;
		padding: 0.2em 0.2rem;
		margin-right: 1.5rem;
  }
  
  .hov a {
		transition: opacity .5s;
  }
  
  
  a {
		text-decoration: none;
		color: inherit;
  }
  
  .ri-instagram-line:before {
		content: "\ee66";
  }
  
  .ri-twitter-x-line:before {
		content: "\f3e7";
  }
  
  .ri-youtube-fill:before {
		content: "\f2d4";
  }


  .link_circle_arrow{
    display: flex;
    width: fit-content;
    align-items: center;
    font-size: 1rem;
    padding: 1em 0;
    transition: transform .2s;
   	margin-left: auto;
}
.link_circle_arrow._left{
  margin-right: 0;
  margin-left: auto;
}
.link_circle_arrow._left .txt{
  padding-left: 0;
}
.link_circle_arrow._center{
  margin: auto;
}
.link_circle_arrow .txt{
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 400;
}
.arrow_circle{
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 1.2em;
  overflow: hidden;
  margin-left: 1em;
  margin-bottom: 0.3em;
  transition: transform .25s ease-in, opacity .25s;
}
.arrow_circle_img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
}
.arrow_circle_img._pdf{
  width: 44%;
}

.link_circle_arrow:hover .arrow_circle{
    transform: translateX(5%);
    opacity: 0.5;
}
.link_circle_arrow:hover .arrow_circle::before,
.top_cont_box:hover .arrow_circle::before{
  transform: translateX(0);
  opacity: 1;
}

.link_circle_arrow:hover{
	opacity: 0.5!important;
}

.arrow_circle._line{
  background-color: inherit;
  border: 1px solid #fff;
}
.arrow_circle._line .arrow_circle_img{
  bottom: 0;
}

/* ADD LINK BUTTON */
.ad_link_btn{
	position: relative;
	display: block;
	width: 100%;
	max-width: 24em;
	font-weight: 600;
	font-size: .85rem;
	letter-spacing: .02em;
	text-align: center;
	padding: 0.75em 1.5em 0.75em 0;
	margin: 1em 0;
	border: 1px solid #666666;
}
.ad_link_btn::after{
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-5%,-50%);
  font-family: fontAwesome;
  content: '\f105';
}

/* LINK CIRCLE + BUTTON */
.link_circle_btn_wrap{
  background-color:#82b7c3;
  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._border{
  background-color: transparent;
  color: currentColor;
  border: 1px solid #666666;
}

.bg_black .link_circle_btn_wrap._border .arrow_circle_img,
.bg_black .link_circle_btn_wrap._border .arrow_circle::before {
  filter: none;
}


/*============================================
　FAQ
============================================*/
/* .qa-box{margin-bottom:2em;} */
.qa-lede-copy{color:#47474c;font-size: 22px;text-align:center;padding-bottom:3rem;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;}
.qa-text-box{padding:3rem 0;border-top:1px solid #DDDDDD;text-align:left;font-size: 16px;color:#47474c;}
.qa-text-box h3.q{font-size: 22px; color: #dd6276;padding-bottom:1em; font-weight:normal;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;}
.qa-text-box i{font-size:21px;padding-right:0.5rem; }


/*============================================
　CLOSE
============================================*/
.close-box p{font-size:14px;text-align:center;margin-bottom:1em;}
.close-lede-desc {font-size:14px;margin-bottom:2em;text-align:center;}
.close_table{border-collapse:collapse;width:100%;border-top:1px solid #cccccc;border-left:1px solid #cccccc;font-size:15px;line-height:1.4;text-align:left;margin-top:2em;}
.close_table th{font-weight:normal;width:28%;padding:1em;border:1px solid #CCCCCC;vertical-align:middle;text-align:center;background-color:#F6F6F6;}
.close_table td{padding:1em;border:1px solid #CCCCCC!important;vertical-align:middle;text-align:left;}
.close_table td.back {background:#F6F6F6;text-align:center;padding:1em .5em;}
.close_table td.sun {color:#FF0000;}
.close_table td.sat {color:#0000FF;}
.branch-info-ttl{font-size: 20px;font-weight: bold;text-align: center; margin:0 0 2em;}
.studio-add{border-collapse:collapse;width:100%;border-top:1px solid #cccccc;border-left:1px solid #cccccc;font-size:1.2rem;text-align:left;
margin-bottom:3em;}
.studio-add th{font-weight:normal;width:28%;padding:1em;border:1px solid #CCCCCC;vertical-align:middle;text-align:center;background-color:#F6F6F6;font-size: 14px;}
.studio-add td{padding:1em 1.5em;border:1px solid #CCCCCC;vertical-align:middle;text-align:left;font-size: 14px;line-height:1.6;}
.studio-add td a{color: #ff5b85;padding-left:1em;}
.studio-add td a:hover {opacity: .7;filter: alpha(opacity=70);}
.studio-contact-text {text-align:center;font-size: 16px;margin:2em 0 0;}


/*============================================
　INSTRUCTOR
============================================*/
.inst-top-lead{margin-bottom:4em;}
.inst-top-lead h2{color:#47474c;font-size: 26px;text-align:center;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;font-weight:600;margin-bottom:1em;letter-spacing:2px;}
.inst-top-lead p{font-size: 16px;text-align:center;}

.inst-top-wrap{margin-bottom:3em;}
.inst-top-wrap ul{
	display: flex; 
	flex-wrap: wrap; 
	/* justify-content: space-between; */
	gap: 6%;
}
.inst-top-wrap li{
	width: 29.3333333333%;
	box-shadow: 0px 0px 4px rgba(120,120,120,0.2);
	background:rgba(239,239,239,0.4);
	padding:0em;
	margin-bottom:6em;
}
.inst-top-wrap li img{width:100%;border:3px solid #d0ab80;}
.inst-top-wrap li .top-inst-info{background:none;padding:1.5vh 1.25vw 2vh;font-size:13px;line-height:1.8;}
.inst-top-wrap li .top-inst-info .name{font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif; color:#47474c;font-weight:600;font-size:24px;margin-bottom:.5em;}
.inst-top-wrap li .top-inst-info .name span{font-size:14px;padding-left:.5em;}


.inst-main{width:100%;margin:0 auto;font-size:1em;line-height:1.6;}
.inst-main2 {width:100%;margin:0 auto 4em;padding:4em 0;font-size:1em;line-height:1.6;background:#f9f9f9;}

.inst-cover {margin:0 auto 2em;max-width:400px;}
.inst-cover img {display:block;margin:0 auto 0;width:100%;border:5px solid #d0ab80;box-shadow: 2px 2px 4px rgba(120,120,120,0.2);}
.inst-lede dl {text-align:center;font-size: 18px;margin-bottom:2em;}
.inst-lede dt {font-size: 16px;color:#534741;font-weight:normal;font-family: 'Oswald', sans-serif;letter-spacing:5px;}
.inst-lede .name dt {margin-bottom:1em;}
.inst-lede .name dd h1 {font-size: 50px!important;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif; color:#47474c!important;position:static;font-weight: bold;padding:0 0; line-height: 1.3; letter-spacing: 0;text-shadow:0 0 0 rgba(0,0,0,0)!important;display:block;margin-top:0em!important;}
.inst-lede .name dd span{font-size: 20px;padding-left:1em;}
.inst-lede .genre dt {margin-bottom: .5em;}
.inst-lede .genre dd span{display:block;}
.inst-lede .genre dd {font-size: 30px;font-weight:bold;}
.inst-sec-ttl {font-size: 16px;color:#534741;}
.inst-coat {padding:2em 1.75em;background:#f9f9f9;border-radius:4px;font-size: 16px;}
.inst-coat iframe{width:100%;height:250px;padding-top:1em;}
.inst-coat-ttl {font-size: 16px;margin-bottom:1.5em;color:#534741;font-weight:normal;font-family: 'Oswald', sans-serif;letter-spacing:3px;text-align:center;}
.inst-col h2 img{width:30%;margin:0 auto 2em;}
.inst-col-a {float: right;width: 47%;}
.inst-col-b {float: left;width: 47%;}
.inst-col-c {float: left;width: 47%;}
.inst-col-d {float: right;width: 47%;}
.inst-col-c h2 img{margin:0 auto 2.2em;}
.inst-sec {margin-bottom: 4em;}
.inst-prof-info {background:#fff;border:4px solid #e2ded9;padding:2em;}
.inst-prof-info p {font-size:15px;}
.inst-lesson-box{display: table;width: 100%;background:#fff;border:4px solid #e2ded9;padding:1.5em;font-size:18px;margin-bottom:1em}
.inst-lesson-info {font-size:16px;display: table-cell;width: 60%;line-height:1.1;vertical-align: middle;}
.inst-lesson-info p {line-height:1.7;font-size:16px;}
.inst-lesson-info p.time {margin-left:-.6em;}
.inst-lesson-info p.class{font-weight:bold;}
.inst-lesson-btn {padding:1em 1.5em 1em 1em;background-color: #8dd4cc; font-size:16px;color:#fff;font-weight:bold;position:relative;border-radius:4px;}
.inst-lesson-btn:after {font-family: "Font Awesome 5 Free";content: "\f054";font-weight: 900;position:absolute;top: 50%;right: 1em;transform: translate(0, -50%);font-size:.9em;}
.inst-lesson-btn span {display: block;}



/*============================================
　TRIAL FORM
============================================*/

button, [type="button"], [type="reset"], [type="submit"] {cursor: pointer;}
button, input, optgroup, select, textarea {font: inherit;}
button, select, textarea {color: inherit;border-style: none;background-color: transparent;}
button, html [type="button"], [type="reset"], [type="submit"] {border: none;border-radius: 0;-webkit-appearance: button; /* iOS */}
button, select {text-transform: none; /* Firefox 40+, IE 11- */}
select::-ms-expand {display: none; /* IE 11+ */}
select::-ms-value {color: currentColor; /* IE 11+ */}
optgroup {font-weight: bold;}
button {overflow: visible; /* IE 8/9/10/11 */}
textarea {overflow: auto; /* IE 11+ */resize: vertical;}

.form-sec {margin-bottom: 4em;
}
.form-lede {margin-bottom: 2em;}
.form-lede-desc{margin-bottom: 2em;
text-align:center;}
.form-lede-ttl {font-size:20px;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;font-weight:600;text-align:center;margin-bottom:1.5em;}
.form-caution {
	color: #dd6276;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}
.caution-txt{color: #dd6276;font-weight:bold;text-align:center;margin:1em 0;font-size:20px;}
.req {color: #dd6276;font-weight:bold;font-size:15px;}
.studio-select {position: relative;}
.studio-select {display: none;}
.from-basic .change-lesson {display: none;}
.from-basic .studio-select {display: block;}
.form-table th.bring {background-color: #f5f1ea;}
.cfm-form-lede {margin-bottom: 2rem;}
.form-caution-ttl {color: #dd6276;font-size: 18px;font-weight: bold;margin-bottom: 2rem;text-align: center;margin-top:3em;}
.comp-recept {margin-bottom: 2rem;}
.trial-link-branch {background:rgba(180,176,163,0.8);color:#fff;position: relative;padding:1em;}
.link-branch-btn {font-size: 16px;font-weight: bold;}
.link-branch-btn a {display: block;padding: 0;color: #fff;text-align:center;}
.link-branch-btn a:after{margin-right: 10px;vertical-align: text-top;font-family: "Font Awesome 5 Free";content: "\f073";font-weight: 900;float: right;font-size: 18px;}
.expand-menu {display: none;background-color: #fff;position: absolute;width: 100%;border-right: 1px solid #ccc;border-left: 1px solid #ccc;z-index: 5;
left:0;top:100%;}
.expand-menu li {border-bottom: 1px solid #aaa;background:#fff;font-size: 18px;text-align:center;}
.expand-menu li:first-child {border-top: 1px solid #aaa;}
.expand-menu li a:hover {background: #eee;}
.expand-menu li a {display: block;padding:1em .5em;}
.expand-menu li a:after{margin-right: 10px;vertical-align: text-top;font-family: "Font Awesome 5 Free";content: "\f054";font-weight: 900;float: right;
color: #95907C;font-size:14px;}
.supple-btn {display: inline-block;padding:1em 3em 1em 1em;color: #fff;font-size: 16px;font-weight: bold;position:relative;}
.supple-btn:after {vertical-align: text-top;font-family: "Font Awesome 5 Free";content: "\f054";font-weight: 900;font-size: 18px;position:absolute;right:1em;}
.lesson-edit-btn {background:rgba(180,176,163,0.8);color:#fff;}
.closing-btn {background:#8dd4cc;color:#fff;}

.form-supple p:not(:last-child) {margin-bottom: 1rem;}
.input-list li {margin-top: .4em;margin-right: 1em;margin-bottom: .4em;display: inline-block;}
.input-list li label {padding-left: .4em;}
.input,textarea {width: 100%;padding: 8px;font-size: 18px;border-radius: 0;border: 1px solid #666;}
.input.input-date {width: 22%;}
.d-unit {margin: 0 .5em;}
.select {padding: 8px;font-size: 18px;border: 1px solid #666;}
.input-head {margin-bottom: 1rem;}
.form-operate {padding: 1em 3%;text-align: center;}
.form-operate li {text-align: center;font-size: 1.6em;}
.form-operate li input {
	padding: 0.8em 1em;
	color: #fff;
	font-weight: bold;
	width: 100%;
	/* max-width: 24rem; */
}
.form-operate li input[disabled] {cursor:not-allowed;background-color: #ccc;}
.form-operate li input.long-word {padding: 0.8em 3em;}
.couple-operate {padding: 0 8%;margin-bottom:2em;}
.couple-operate li {float: left;width: 46%;}
.couple-operate li:last-child {float: right;}
.couple-operate li input {padding: 0.8em 0;width: 100%;}
.primary-btn {background-color: #333;}
.secondary-btn {background-color: #dd6276;}
.error-list {padding: 1.4em 4%;margin-bottom: 2rem;}
.caution-ttl {color: #dd6276;font-size: 20px;font-weight: bold;margin-bottom: 2rem;text-align: center;}
/* .cfm-form-lede {margin-bottom: 4rem;} */
.restriction {margin-bottom: 3rem;text-align: center;font-size: 18px;}
.stand-btn {text-align: center;font-size: 18px;}
.stand-btn a{text-align:center;font-size:16px;font-weight:bold;padding:1em;border:1px solid #ccc;color:333;width:50%;margin:0 auto 4em;display:block;}
.stand-btn a:after{margin-right: 10px;vertical-align: text-top;font-family: "Font Awesome 5 Free";content: "\f054";font-weight: 900;float: right;font-size: 18px;color:#888;}

.stand-btn .back-btn {
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 0.8em 4em;
	text-align: center;
	width: auto;
}

.stand-btn a.back-btn::after {
	font-family: inherit;
	content: "";
}

.form-bottom-desc{margin-bottom:2em;text-align:center;}

.complete-lede .sec-lede-desc p {
	margin-bottom: 2.5rem;
}

/*============================================
　TOPICS(NEWS)
============================================*/
.topics-box {width:80%;margin:0 auto;}
.topics-box li{padding:0 0 2em;margin-bottom:2em;border-bottom:1px dotted #ccc;}
.topics-date {color:#dd6276;font-size:14px;margin-bottom:.3em;}

.knowledge-box li{width:100%;}
.knowledge-box li a{width:100%;display: flex; flex-wrap: wrap; justify-content: space-between;}
.knowledge-box li div:first-child{width:10%;}
.knowledge-box li div:last-child{width:85%;}
.knowledge-box li:last-child{border-bottom:none;}

.topics-title {font-size:18px;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;color:#47474c;}

.topics-post-wrap{
  margin: 3em auto;
  padding: 3em 0;
}
.topics-post-wrap h1{font-size: 23px;color:#47474c;font-weight: bold;padding:0 0; line-height: 1.3; letter-spacing: 0;text-shadow:0 0 0 rgba(0,0,0,0)!important;display:block;margin-top:0em!important;margin-bottom:2em;text-align:center;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;}
.topics-post-wrap h2{font-size:18px;line-height:1.7;text-align:center;font-weight:bold;font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;margin:1.5em 0;}
.topics-post-txt {
  font-size: 16px;
  line-height: 1.7;
  padding-bottom: 2em;
}
.topics-post-txt img{margin:1em auto!important;display:block;height:auto;max-width:800px;}

.topics-post-wrap2 {background:#fff !important;}
.topics-post-wrap2 img{width:70%;margin:0 auto 1em;display:block;}
.topics-post-wrap2 .news_link{border:1px solid #ccc;}
.topics-post-wrap2 .news_link{ margin: 2em auto 0; box-sizing: border-box; width: 300px; text-align:center;}
.topics-post-wrap2 .news_link p{background: #fff;padding: .5em 1.5em; position: relative;}
.topics-post-wrap2 .news_link p::after{position: absolute; top: 50%; left: 90%; transform: translate(0,-50%); font-family: "Font Awesome 5 Free"; content: "\f054"; font-weight: 900; color: #47474c;}
.topics-post-wrap2 .news_link p:hover{ background: #000; color: #fff; transition: all0.3s ease;}
.campaign-glay {background:#f6f6f6;}
.campaign-box {padding: 4em 0em;}
.campaign-box p{padding: 1em 2em;text-align:center;font-size:18px;line-height:1.7;}
.campaign-box p span{font-weight:bold;color:#dd6276;display:block;font-size:20px;padding-top:1em;}


/* pager
========================================================================== */
.pager{text-align:center;padding:1em 0 0;}
.pager a{color:#AAAAAA;}
.pager .num{display:inline-block;padding:.4em .8em;font-size:1em !important;margin-bottom:1em;}
.pager .num a{color:#ccc;display:inline-block;border:1px solid #ccc;padding:.4em .8em;margin-bottom:1em;}
.pager .num a:hover{background-color:#ccc;border:1px solid #ccc;color:#FFFFFF;padding:.4em .8em;text-decoration:none;margin-bottom:1em;}
.pager .num .current_page{display:inline-block;border:1px solid #47474c;background-color:#47474c;color:#ffffff;padding:.4em .8em;margin-bottom:1em;}
.pager span{display:inline-block;}
.center-block {display:block;margin:2em auto 0;}
.center-block2 {display:block;margin:2em auto;}


/*============================================
　LESSON NOTE
============================================*/
.note-sec p{margin:2em 0;text-align:center;font-size:1.1em;}
.note-block {width:100%;margin:0 auto;}
.note-box {border-bottom:1px solid #ccc;border-right:1px solid #fff;float:none;width: 48%;margin:0 auto 4em;position:relative;}
.note-box:nth-child(even) {float:none;}
.toritsudai-note-bg {background-image: url(../imgs/studio-img/st-toritsudai.jpg);background-position: 0 50%;background-size: cover;}
.ebisu-note-bg {background-image: url(../imgs/studio-img/st-ebisu.jpg);background-position: 0 50%;background-size: cover;}
.note-box .bg-color {background-color: rgba(0, 0, 0, .2);padding:3.5em 1.5em 3em;position:relative;}
.note-name {width:100%;color:#fff;margin-bottom:.5em;text-align: center;font-weight: normal;}
.note-name .en {display: block;line-height: 1.3;font-size: 30px;font-weight: bold;font-family: 'Oswald', sans-serif; font-weight:500;letter-spacing: .3em;}
.note-name .ja {display: block;line-height: 1.2;font-size: 14px;font-weight: normal;}

.bloglist {width:70%;float:right;}
.bloglist li{width:100%;padding:2em 2.5em; margin-bottom:1em;border:4px solid #eee;list-style:none;}
.bloglist li:first-child{padding:2em 2.5em;}
.bloglist-box li a{color:#000000;}
.blog-date {font-size:30px;font-weight:400;color:#333;padding-bottom:.4em;margin-bottom:.6em; border-bottom:1px dashed #ccc;font-family: 'Questrial', sans-serif;}
.blog-date-small {padding-left:.5em;font-size:20px;font-weight:200;}
.blog-ttl {font-size:28px;line-height:1.4;font-weight:bold;margin-bottom:1em;}
.blog-ttl a:hover{color:#dd6276;}
.blog-text {font-size:15px;line-height:1.6;margin-bottom:2em;-webkit-text-size-adjust: 100%;}
.blog-text a{color: #dd6276;}
.blog-detail-bt a{color: #dd6276;display:block;margin:1em 0;}
.blog-detail-bt a:hover {color: #dd6276;}
.blog-detail-bt i {padding-left:.5em;}


/* lesson note post
========================================================================== */
.blogpost-box {margin-bottom:3em;width:70%;float:right;border:4px solid #eee;padding:2em 2.5em;font-size:16px;}
.blogpost-date {font-size:30px;font-weight:400;color:#333;padding-bottom:.4em;margin-bottom:.6em; border-bottom:1px dashed #ccc;font-family: 'Questrial', sans-serif;}
.blog-date-small {padding-left:.5em;font-size:20px;font-weight:200;}
.blogpost-ttl {font-size:28px;line-height:1.4;font-weight:bold;margin-bottom:3em;}
.blogpost-text {font-size:15px;line-height:1.6;margin-bottom:2em;-webkit-text-size-adjust: 100%;}
.blogpost-text img{margin:2em auto !important;}
.blog-back-bt{margin-top:2em;padding-top:2em;border-top:1px dashed #ccc;}
.blog-back-bt a{padding:1em;border:2px solid #aaa;color:#999;display:block;margin:0 auto 1em;width:50%;text-align:center;}
.blog-back-bt i {padding-right:.5em;}
.blog-back-bt  a:hover{color:#dd6276;border:2px solid #dd6276;}
.category-school-box {width:25%;float:left;padding:2em 0 0;  }
.blog-category-ttl {font-size:24px;font-weight:200;color:#333;margin-bottom:.3em;text-align:left;font-family: 'Questrial', sans-serif;}
.blog-category-text {font-size:16px;margin-bottom:2em;text-align:left;}
.blog-category-list, .blogpost-school-link{margin-bottom:3em;}
.blog-category-list li, .blogpost-school-link li{display:block;position:relative;margin-bottom:.8em;padding:.8em 2em .8em 0;border-bottom:1px dashed #ccc;line-height:1.4;font-size:16px;width:100%;}
.blog-category-list li:after, .blogpost-school-link li:after{position: absolute; top: 50%; left: 90%; transform: translate(0,-50%); font-family: "Font Awesome 5 Free"; content: "\f054"; font-weight: 900;}
.blog-category-list li a, .blogpost-school-link li a{padding-bottom:.2em;font-weight:bold;}
.blog-category-list li a:hover, .blogpost-school-link li a:hover{text-decoration:none;color:#8dd4cc;}
.blog-category-list li i, .blogpost-school-link li i{position:absolute;right:0;top:30%;}


/*============================================
　COMPANY
============================================*/
.company-info{margin:0 0 4em;}
.company-info dl{width:100%;border-bottom:1px dotted #CCCCCC;padding:1em 0;}
.company-info dt{text-align:center;font-weight:bold;margin-bottom:.2em;text-align:left;font-weight:bold;margin-bottom:0em;clear:left;float:left;width:15%;}
.company-info dd{text-align:left;}
.company-info dd a{color:#dd0000;}
.company-info dd span{display:inline;}

.brandtop_box{width:100%;height:25px;margin-bottom:2em;}
.pickupbox ul{width:100%;display: flex; flex-wrap: wrap; justify-content: space-between;}
.pickupbox ul:before{content:"";display: block;width:17%;order:1;}
.pickupbox ul:after{content:"";display: block;width:17%;}
.pickupbox li{width:17%;margin:0 0 2em;box-shadow:0px 0px 10px rgba(0,0,0,0.15);-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.15);-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.15);position:relative;padding:0em 0em 3.5em;}
.brandimage img{width:100%;overflow:hidden;}
.pickup_text{width:100%;font-size:.9em;padding:1em 1em 0em;}
.pickupbox li .br_web_btn{width:60%;background-color:#000;position:absolute;right:0;bottom:0;text-align:center;font-size:.8em;font-weight:normal;padding:0em;}
.pickupbox li .br_web_btn a{color:#fff;display:block;padding:.4em 0;}
.pickupbox li .br_web_btn a:hover{color:#fff;background-color:#ee0000;display:block;padding:.4em 0;}
.pickupbox li .br_web_btn i{padding-left:.5em;}


/* CLASS =========================== */
.class-ttl .play {
  font-weight: 700;
  vertical-align: middle;
  font-size: 2em;
}
.class-ttl .ja {
  font-weight: bold;
  display: inline;
  margin-left: 0.8rem;
}
.class-view table {
  width: 100%;
  text-align: center;
  border: solid 1px #ccc;
}
body.system .cat-wrap p.cat-lead {
  padding-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .class-view th {
    padding: 0.4em 1em;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #efefef;
  }
  .class-view td {
    padding: 0.8em 1em;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .class-view th, .class-view td {
    display: table-cell;
    font-size: 0.9rem;
    border-bottom: 1px solid #ccc;
  }
  .class-view th {
    width: 25%;
  }
}
@media screen and (max-width: 898px) {
  .class-view th, .class-view td {
    display: block;
  }
  .class-view {
    padding-top: 14%;
  }
  .class-view th {
    padding: 0.4em 1em;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #efefef;
  }
  .class-view th, .class-view td {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    padding: 6%;
  }
  .class-ttl {
    padding-bottom: 3%;
  }
  .class-view th {
    display: block;
  }
  .class-view td {
    text-align: left;
  }
}


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

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

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

  visibility: none;
  opacity: 0;
}
.work_list_box:hover .work_list_txt {
  opacity: 1;
  visibility: visible;
}
._kpop .work_list_img_logo{
  width: 30%;
}
@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;
  }
}/*  */


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

  width: calc(100% + 4em);
  margin: 0 0 2em -2em;
}
.top_reco_box{
  position: relative;
  width: 50%;
  border: 1px solid var(--color-grey2);
  border-left: none;
  overflow: hidden;
  aspect-ratio: 5 / 3.5;
}
.reco_box_inner{
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .top_reco_box:nth-child(2n) {
    border-right: none;
  }
  .top_reco_box:nth-child(n+3) {
    border-top: none;
  }
}

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

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

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

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

@media (min-width: 769px) {
  .top_reco_pc_wrap {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .top_reco_block{
    width: 100%;
    margin: 0;
    /* border: .5px solid var(--color-grey); */
  }
  .top_reco_box{
    width: 20%;
    aspect-ratio: 1 / 1;
  }
  .top_reco_box:nth-child(n+6) {
    border-top: none;
  }
  .top_reco_box:nth-child(5n+1) {
    border-left: 1px solid var(--color-grey2);
  }
  .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.on .reco_detail_box{
    overflow-y:inherit;
  } */
}/* 769 */

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



/* 20200713 ms add strat */
/*画面ローディング*/
.u-loading-area {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.u-spinner {
	margin: 0 auto;
	width: 150px;
	height: 100px;
	text-align: center;
	font-size: 25px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	bottom: 50%;
}

.u-spinner > div {
	background-color: #949393;
	height: 100%;
	width: 10px;
	display: inline-block;

	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}
/*ポイント:以下のディレイの指定*/
.u-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.u-spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.u-spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.u-spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
	0%, 40%, 100% { transform: scaleY(0.4) }
	20% { transform: scaleY(1.0) }
}
/* 20200713 ms add end */

/* 20200817 ms add */
.youbi {
	cursor : pointer;
}

.youbi.today {
	cursor : auto;
}
/* 20200817 ms add end */


