@charset "utf-8";

/* .mov-topimg
================================================== */
.mov-topimg {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow:hidden;
}

@media screen and (max-width: 810px) {
.mov-topimg {
  min-height: initial;
  height: 500px;
}
}

@media screen and (max-width: 568px) {
.mov-topimg {
  height: 350px;
}
}

.mov-topimg img {
  width:100%;
  height:auto;
}


#vdo {
  width: 100%;
  height: auto;
  margin:auto;
}

@media screen and (max-width: 1580px) {
#vdo {
  width: 120%;
  margin:0 0 0 -10%;
}
}

@media screen and (max-width: 1280px) {
#vdo {
  width: 140%;
  margin:0 0 0 -20%;
}
}


@media screen and (max-width: 568px) {
#vdo {
  width: 180%;
  margin:0 0 0 -40%;
}
}

#video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width:100%;
  height:100%;
  z-index:1;
  display:block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/topimg.jpg);
}

#player {
  width: 100%;
  height: auto;
  margin:auto;
  transition: .5s;
}

@media screen and (max-width: 1580px) {
#player {
  width: 120%;
  margin:0 0 0 -10%;
}
}

@media screen and (max-width: 1280px) {
#player {
  width: 140%;
  margin:0 0 0 -20%;
}
}

@media screen and (max-width: 810px) {
#player {
  width: 180%;
  margin:0 0 0 -40%;
}
}

/* .comp-info
================================================== */
.comp-info {
  width: 100%;
  margin:0 auto;
  padding:3% 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

/* .top-info
-------------------------------------------------- */
.top-info{
	text-align: center;
	padding: 0 0 3%;
}

.top-info img{
    width:250px;
	height:auto;
	margin:0 auto 2%;
}

@media screen and (max-width: 810px) {
.top-info img{
    width:200px;
}
}
@media screen and (max-width: 568px) {
.top-info img{
    width:180px;
}
}

.top-info p{
    font-family:YuMincho,Yu Mincho,Hiragino Mincho ProN,serif;
	font-size:1.4em;
	line-height:1.6;
	font-weight:600;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 810px) {
.top-info p{
  font-size: 1.1em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
}
}

@media screen and (max-width: 568px) {
.top-info{
	padding: 5% 0 5%;
}

.top-info img{
	width:180px;
	margin:0 auto 2%;
}

.top-info p{
  font-size: 14px;
}
}

/* .project_list
-------------------------------------------------- */
.project_list{
	width:100%;
	margin:1% auto;
}

.project_ttl{
	border-top:1px solid #000;
	width:98%;
	margin: 0 auto;
	box-sizing: border-box;
	padding:1%;
	font-size:1.3em;
	font-family: Roboto,Meiryo,sans-serif;
	letter-spacing:.1em;
	font-weight:700;
	text-transform: uppercase;
	text-align: center;
}

.project_list li{
	width:33.3333%;
	box-sizing: border-box;
	padding:3% 1.5%;
	display:inline-block;
	vertical-align:top;
}

@media screen and (max-width: 800px) {
.project_list li{
  width:50%;
}
}

@media screen and (max-width: 568px) {
.project_list li{
  width:94%;
  margin: 1.5% 3%;
}
}


.project_list li img{
	width:100%;
	height:auto;
	margin-bottom:15px;
}

@media screen and (max-width: 800px) {
.project_list li img{
  margin-bottom:10px;
}
}

.pj_name span{ 
	letter-spacing:.05em;
	font-family: Roboto,Meiryo,sans-serif;
	font-weight:700;
}

.pj_name{
	font-size:1.1em;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	margin-bottom:10px;
	line-height:1.2;
	text-align: center;
	color:#C4111A;
}

@media screen and (max-width: 800px) {
.pj_name{
  margin-bottom:8px;
}
}

.pj_text{
	font-size:14px;
	padding:5px;
	text-align: left;
}

@media screen and (max-width: 568px) {
.pj_text{
  font-size:0.9em;
}
}

.pj_bt{
	font-size:0.9em;
	font-family: Roboto,Meiryo,sans-serif;
	letter-spacing:.05em;
	font-weight:500;
	text-transform: uppercase;
	margin-top:15px;
	line-height:1;
	text-align: center;
}

@media screen and (max-width: 568px) {
.pj_bt{
  font-size:0.9em;
  font-weight:400;
  margin-top:10px;
}
}

.pj_bt a{display:inline-block;color:#FFF;text-decoration:none;background-color:#989898;padding:8px 20px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;}
.pj_bt a:hover{color:#FFF;text-decoration:none;background-color:#5E5E5E;}

/* site_info
--------------------------------------------------*/
.site_info{
 width:100%;
 box-sizing: border-box;
 padding:5% 0;
 position:relative;
 background-color:#FFF;
}

@media screen and (max-width: 810px) {
.site_info{
  padding:3% 2% 5%;
}
}

@media screen and (max-width: 568px) {
.site_info{
  padding:8% 2% 8%;
}
}

.sin-tit p{
 text-align: center;
 color:#000;
	font-size:1.3em;
	font-family: Roboto,Meiryo,sans-serif;
	letter-spacing:.1em;
	font-weight:700;
	text-transform: uppercase;
}

.kinken{
 width:100%;
 margin:2% auto;
 max-width:580px;
}

.kinken img{
 width:100%;
 height:auto;
}

.site_info .catch span{color:#C4111A;}

.site_info .catch{
 font-size:1em;
 line-height:2;
 font-family: 'Noto Sans Japanese', sans-serif;
 font-weight: 400;
 text-align: center;
}

@media screen and (max-width: 568px) {
.site_info .catch{
 font-size:0.95em;
 line-height:1.8;
}
}

.csbt_box2{
  margin:2% auto 0;
  width:100%;
  text-align: center;
}

@media screen and (max-width: 568px) {
.csbt_box2{
  margin:10px auto 0;
}
}

.csbt_box2 p{font-size:14px;letter-spacing: 0.05em;display:inline-block;padding-left:5px;padding-right:5px;}

@media screen and (max-width: 568px) {
.csbt_box2 p{padding-left:3px;padding-right:3px;}
}

.csbt_box2 .bt02 a{background-color:#989898;color:#FFF;display:inline-block;padding:5px 15px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-decoration:none;}
.csbt_box2 .bt02 a:hover{color:#FFF;text-decoration:none;background-color:#5E5E5E;}

/* コースリスト
--------------------------------------------------*/
#course-list {
  padding:4% 0 5%;
  width:100%;
  text-align: center;
  background:#F2F2F2;
}

@media screen and (max-width: 810px) {
#course-list {
  padding:5% 2%;
  box-sizing: border-box;
}
}

@media screen and (max-width: 568px) {
#course-list {
  padding:8% 2%;
}
}

#course-list .tor-tit{
  text-align: center;
  display: block;
  line-height:1.2;
  margin-bottom:4%;
	font-size:1.3em;
	font-family: Roboto,Meiryo,sans-serif;
	letter-spacing:.1em;
	font-weight:700;
	text-transform: uppercase;
}

@media screen and (max-width: 568px) {
#course-list .tor-tit{
  font-size:1.6em;
  font-weight: 700;
  line-height:1.3;
  margin-bottom:4%;
}
}

#course-list .tor-tit span{
  color:#0E6BAE;
}

#course-list .tor-tit strong{
  color:#343087;
  font-weight: 800;
}

/* category_list
--------------------------------------------------*/
.category_list {
  width: 100%;
  margin:0 auto;
}

.category_list li{
  box-sizing: border-box;
  -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
  overflow:hidden;
  display:inline-block;
  background:#FFF;
  position: relative;
  vertical-align:top;
  position: relative;
}

.category_list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  z-index: 1;
}

.category_list li a:hover {
  background-color: #fff;
  opacity: 0.4;
  z-index: 1;
}

.category_list li .flag{
  position: absolute;
  top: 0;
  left:20px;
  z-index:1;
}

.category_list li .flag img{
  width:50px;
  height:auto;
}

@media screen and (max-width: 568px) {
.category_list li .flag{
  left:15px;
}
.category_list li .flag img{
  width:35px;
}
}

.category_list .w100{
  width: 99%;
  margin:0.5%;
  padding:10px;
}

.category_list .w50{
  width: 49%;
  margin:0.5%;
  padding:10px 10px 15px;
}

.category_list .w30{
  width: 30.3333%;
  margin:1.5%;
  padding:0 0 5px;
}

@media screen and (max-width: 810px) {
.category_list .w30{
  width: 48%;
  margin:1%;
  padding:0 0 15px;
}
}

@media screen and (max-width: 568px) {
.category_list .w100{
  width: 100%;
  margin:1% 0;
}

.category_list .w50{
  width: 100%;
  margin:1% 0;
  padding:10px;
}

.category_list .w30{
  width: 94%;
  margin:2% 3%;
}
}

.ct-wrapper {
  width:100%;
  height:auto;
  position: relative;
  display:block;
}

.ct-wrapper .h_photo{
  width: 100%;
  margin:0;
  position: relative;
}

.ct-wrapper .h_photo img{
  width: 100%;
  height:auto;
}

.cat_txt {
  width:100%;
  position: relative;
  overflow: hidden;
  display:block;
  box-sizing: border-box;
  padding:10px 5% 15px;
  text-align: left;
}

@media screen and (max-width: 568px) {
.cat_txt {
  height:auto;
  margin:0;
  padding:10px 5%;
}
}


.cat_txt h3{
  font-size:1.1em;
  margin:2px 0 7px;
  line-height:1.5;
  color:#C4111A;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
}


.cat_txt p{
  font-size:13px;
  line-height:1.6;
}

.category_list a .ct_text{
  position: absolute;
  top: 0;
  bottom:0;
  right:0;
  left: 0;
  margin: 0 !important;
  color: #FFF;
  background: rgba(0, 0, 0, 0.1);
  display:inline-block;
  text-shadow:1px 1px 1px #000;
}

.ct_text p{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color:#FFF;
  line-height:1.2;
  letter-spacing	: 0.05em;
  font-size:1.2em;
  text-align: center;
  width:100%;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
}

.category_list a { color:#000; }
.category_list a:hover { opacity: 0.7;text-decoration: underline; }

.c_label {
  color:#000;
  padding:0 10px;
  margin-top:2px;
  margin-bottom:5px;
  line-height:1;
  font-size:12px;
  border:0.15em solid #000;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  display:inline-block;
  -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}

.c_label .fa {
  margin-right:3px;
}
.nw_cat{
border-top:1px solid #DADADA;
padding: 10px 15px 8px;
color:#A6A6A6;
font-weight:400;
font-size:0.9em;
letter-spacing:.02em;
color:#A6A6A6;
font-family: Roboto,Meiryo,sans-serif;
text-transform: uppercase;
}

.nw_cat .jap{
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing:0em;
  font-weight:400;
  font-size:0.95em;
}

/* .category_list2
================================================== */
.category_list2 {
  width: 100%;
  padding:4% 3% 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 810px) {
.category_list2 {
  padding:4% 1% 0;
  text-align: left;
}
}

.category_list2 h3{
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:2.4em;
  margin-bottom:30px;
  color:#000;
}

@media screen and (max-width: 810px) {
.category_list2 h3{
  font-size:1.8em;
  margin-bottom:15px;
  line-height:1.5;
  text-align: center;
}
}

@media screen and (max-width: 568px) {
.category_list2 h3{
  font-size:1.4em;
}
}

.category_list2 .w30{
  width:30.333%;
  margin:1%;
  position: relative;
  display:inline-block;
  vertical-align:top;
}

@media screen and (max-width: 810px) {
.category_list2 .w30{
  width:47%;
  margin:2% 1%;
}
}

@media screen and (max-width: 568px) {
.category_list2 .w30{
  width:96%;
  display:block;
  margin:0 2% 10px;
}
}

.category_list2 .w30 .item{
  width: 100%;
  box-sizing: border-box;
}

.category_list2 .w30 .item a{
  border-radius: 3px 3px 3px 3px;
  display:block;
}

.category_list2 .w30 .item a:hover{
  opacity: 0.8;
}

.category_list2 .w30 .item .tl_photo{
  width: 100%;
  height:auto;
  margin:0;
  position: relative;
  overflow: hidden;
  border-radius: 3px 3px 3px 3px;
}

.category_list2 .w30 .item .tl_photo img{
  width: 100%;
  height:auto;
}

.category_list2 .w30 .overlays{
  background: rgba(0, 0, 0, 0.15);
  width:100%;
  height:100%;
  position: absolute;
  top: 0;
  left: 0;
}

.category_list2 .w30 .tl_title{
  position: absolute;
  bottom: 15px;
  left: 5%;
  color: #FFF;
  display:inline-block;
  line-height:1;
}

.category_list2 .w30 .tl_title .ja{
  color: #FFF;
  font-size: 1.15em;
  font-weight:500;
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-bottom:10px;
  text-shadow:1px 1px 1px #000;
}

.category_list2 .w30 .tl_title .en{
  color: #FFF;
  font-size: 0.9em;
  font-weight:400;
  font-family: 'Roboto', sans-serif;
  padding-left:10px;
  text-shadow:1px 1px 1px #000;
}

.category_list2 .w30 .ot_tx{
  padding:10px 5px;
  font-size:14px;
}


/* insta_blox
-----------------------------------*/
.insta_blox{
  width:100%;
  padding: 4% 0;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 810px) {
.insta_blox{
  padding: 4% 0 8%;
}
}

#insta_container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}

@media screen and (max-width: 1280px) {
#insta_container{
  box-sizing: border-box;
  padding:0 2%;
}
}

@media screen and (max-width: 810px) {
#insta_container {
  padding: 0 0;
}
}

.insta_blox .insta_top{
  padding:0 0 2%;
  text-align: center;
  font-size:1.5em;
}

.insta_blox .insta_top img{
  width:100%;
  max-width:150px;
  height:auto;
  margin:0 0 0 10px;
  display:inline-block;
  vertical-align:middle;
}


@media only screen and  (max-width: 568px) {
.insta_blox .insta_top img{
  max-width:120px;
}
}

.insta_ph{
  width:100%;
  margin:0 auto;
}

.insta_bt{font-size:13px!important;padding:0;list-style:none;text-align:center;margin-top:25px;}
.insta_bt a{color:#333;display:inline-block;padding:8px 20px 6px;background-color:#fff;border:1px solid #ccc;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-decoration:none!important;}
.insta_bt a:hover{text-decoration:none;background-color:#EAEAEA;color:#333;}

@media screen and (max-width: 810px) {
.insta_bt{margin-top:10px;}
}

.insta_bt .fa{
  margin-right:3px;
}