﻿/*=================================================
 * CSS for PC
 * ================================================= */

h1{
    color: #fff;
    top: 140px;
    right: 20px;
    z-index: 1000;
}

main{	padding-bottom: 0;}
main > h2{
	font-size: 0;
	line-height: 0;
}

.top_title{
	position: relative;
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: flex-start;
	width: 100%;
	height: 100px;
	color: #fff;
	padding: 0 10px 20px 10px;
	background: rgb(122, 90, 10);
	background: linear-gradient(90deg, rgba(143,107,11,1) 0%, rgba(212,175,55,1) 50%, rgba(232,215,163,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.top_title span{
	font-family: "FontA";
	font-size: 56px;
	line-height: 1;
}
.top_title em{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 2;
	margin-left: 10px;
}
.top_title:before{
	font-family: "FontA";
	font-size: 18px;
	line-height: 1;
	letter-spacing: 5px;
	position: absolute;
	z-index: 2;
	top: calc(50% - 9px);
	right: 10px;
}
.top_title:after{
	content: "";
	width: 1030px;
	height: 100px;
	background: url(../images/top_title.png) no-repeat;
	background-size: auto 100px;
	position: absolute;
	top: 0;
	right: 0;
}


/** topimg **/

.pc_topimg{
	font-size: 0;
	line-height: 0;
}
.pc_topimg img{
	width: 100%;
	height: auto;
}
.sp_topimg{	display: none;}


/** info **/

#info_bg{
	display: flex;
	font-size: 0;
	line-height: 0;
	padding: 30px 15px;
	background: url(../images/sub_bg.jpg) no-repeat;
	background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#info_bg > div{
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: calc(100% / 2 - 30px);
	text-align: left;
	margin: 0 15px;
	padding: 100px 20px 20px 20px;
	box-shadow:0px 0px 0px 2px #000 inset;
	-moz-box-shadow:0px 0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 0px 2px #000 inset;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#info_bg h3{
	position: relative;
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: flex-start;
	width: 400px;
	height: 60px;
	color: #fff;
	padding: 0 10px 10px 10px;
	background: rgb(216,6,0);
	background: linear-gradient(90deg, #8F6B0B 0%, #D4AF37 50%, #E8D7A3 100%);
	box-shadow: 5px 5px 0px 0px rgba(255, 255, 255, 0.1);
	position: absolute;
	top: 20px;
	left: -10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#info_bg h3 span{
	font-family: "FontA";
	font-size: 38px;
	line-height: 1;
}
#info_bg h3 em{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 2;
	margin-left: 5px;
}
.infobox{
	display: flex;
	width: 100%;
}
.infobox .img{
	width: 275px;
	margin-right: 20px;
}
.infobox .img a{
	display: inline-block;
	vertical-align: top;
}
.infobox .img img{
	width: 100%;
	height: auto;
}
.infobox_txt{
	width: calc(100% - 295px);
}
.infobox_txt:only-child{	width: 100%;}
.infobox_txt .news_title{
	border-bottom: 1px solid #fff;
	padding: 0 0 12px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.infobox_txt .news_title h4{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	padding: 0 0 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.infobox_txt .news_title h4 span{
	font-size: 18px;
	position: absolute;
	top: 2px;
	left: 0;
}
.infobox_txt .news_title p{
	font-size: 12px;
	line-height: 18px;
	color: #ffa400;
}
.infobox_txt .newface_date{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-align: center;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 50%, rgba(245,245,255,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.infobox_txt .newface_date:before,
.infobox_txt .newface_date:after{
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
}
.infobox_txt .newface_date:before{	top: 2px;}
.infobox_txt .newface_date:after{	bottom: 2px;}
.infobox_txt .newface_cbox{}
.infobox_txt .newface_cbox h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 2px 0;
}
.infobox_txt .newface_cbox h4 a{	color: currentColor;}
.infobox_txt .newface_cbox p{
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 10px 0;
}
.infobox_txt .newface_cbox p span{	color: #ffa400;}

.infobox_main{
	max-height: 310px;
	overflow-y		: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	font-size: 16px;
	line-height: 1.5;
	padding: 15px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#news .infobox_main{	max-height: 310px;}
#newface .infobox_main{	max-height: 325px;}

#info_bg .bt_main{
	width: 100px;
	height: 35px;
	font-size: 14px;
	position: absolute;
	top: 35px;
	right: 20px;
}

.newface-slider > div{	float: inherit !important;}
#newface .prev,
#newface .next{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 60px;
	position: absolute;
	z-index: 3;
	top: calc(50% - 30px);
	cursor: pointer;
}
#newface .prev{	left: -20px;}
#newface .next{	right: -20px;}


/** mid-slider **/

#mid_slider_bg{
	font-size: 0;
	line-height: 0;
	padding: 30px;
	background: #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#pc-mid-s img{
	width: 100%;
	height: auto;
}
.thumb{
	text-align: center;
	margin: 10px 0 0 0;
}
.thumb .slick-slide{
	display: inline-block;
	vertical-align: top;
	width: 150px !important;
	float: inherit;
	margin: 0 5px;
	cursor: pointer;
}
.thumb img{
	width: 150px;
	height: auto;
}
#sp-mid-s{	display: none;}


/** flow_mv **/

#flow_mv{
	padding: 30px;
	background: url(../images/mv_bg.jpg) no-repeat;
	background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#flow_mv h3{
	position: relative;
	text-align: center;
	margin: 0 0 50px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#flow_mv h3 em{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px 0;
	color: #fff;
}
#flow_mv h3 span{
	position: relative;
	display: block;
	font-family: "FontA";
	font-size: 56px;
	line-height: 60px;
	letter-spacing: 1px;
	color: #ffa400;
}
#flow_mv h3 em:before,
#flow_mv h3 em:after{
	content: '';
	width: 50px;
	border-bottom: 1px solid currentColor;
	position: absolute;
	top: 13px;
}
#flow_mv h3 em:before{	left: -60px;}
#flow_mv h3 em:after{	right: -60px;}

#flow_mv .mv1{
	margin: 0 0 0 0;
}
#flow_mv .movie{
	position: relative;
}
.movie video,
.movie .noimg img{
	width: 100%;
	max-width: 800px;
	border-radius: 30px;
}
.movie .play-btn{
	display: block;
	width: 105px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.movie .play-btn.playActive{display:none;}
.mv1 .movie .play-btn{
	width: 150px;
	height: auto;
}

#flow_mv ul{
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
}
#flow_mv li{
	position: relative;
	display: inline-flex;
	justify-content: space-between;
	width: calc(50% - 40px);
	margin: 0 20px 50px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#flow_mv li:nth-of-type(2){	padding-top: 100px;}
#flow_mv li:nth-of-type(3){	margin-top: -100px;}
#flow_mv li h4{
	position: relative;
	width: 50px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	font-style: italic;
	line-height: 1.1;
	text-align: center;
	color: #e3d099;
	padding: 50px 20px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#flow_mv li h4 span{
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 45px;
	font-size: 32px;
	line-height: 42px;
	text-indent: -5px;
	border: 1px solid currentColor;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#flow_mv li > div{
	flex: 1;
	padding-top: 20px;
}
#flow_mv li > div p{
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	margin: 10px 0 0 0;
}
#flow_mv .noimg{	margin-top: 0;}


/** ranking **/

#ranking{
	width: 100%;
}

#ranking .prev,
#ranking .next{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 60px;
	position: absolute;
	z-index: 3;
	top: calc(50% - 30px);
	cursor: pointer;
}
#ranking .prev{	left: 0;}
#ranking .next{	right: 0;}
.prev img,
.next img{
	width: 40px;
	height: 60px;
}
#ranking ul{
	display: block;
	text-align: left;
}
#ranking .slick-track{	margin-left: 0;}
#ranking li .rank_no{
	display: inline-block;
	vertical-align: top;
	width: 110px;
	height: 95px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
}
#ranking li .rank_no img{
	width: 100%;
	height: auto;
	filter:drop-shadow(1px 1px 0px #b6970d);
}


/** list **/

.list{
	text-align: center;
	padding-bottom: 30px;
}
#schedule{	padding-bottom: 10px;}

.list ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	font-size: 0;
	line-height: 0;
	text-align: left;
	padding: 5px 2.5px;
}

.list li{
	position: relative;
	width: calc(100% / 5 - 5px);
	margin: 0 2.5px 20px 2.5px;
	background: rgb(21,21,21);
	background: linear-gradient(-15deg, rgba(21,21,21,1) 15%, rgba(43,43,43,1) 25%, rgba(21,21,21,1) 35%);
}
#rank li{	margin-bottom: 0;}

.list li figure{
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #fff;
	text-align: center;
	margin: 0;
}
.list li figure *{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.list li figure img{
	opacity: 1;
	width: 100%;
}
.list li figure:after,
.list li figure:before{
	background: #000;
	width: 50vw;
	height: 50vw;
	position: absolute;
	content: '';
	opacity: 0.5;
	-webkit-transition: all 0.55s ease-in-out;
	transition: all 0.55s ease-in-out;
	z-index: 1;
}
.list li figure:after{
	top: 0;
	left: 0;
	-webkit-transform: skew(-45deg) translateX(-150%);
	transform: skew(-45deg) translateX(-150%);
}
.list li figure:before{
	right: 0;
	bottom: 0;
	-webkit-transform: skew(-45deg) translateX(150%);
	transform: skew(-45deg) translateX(150%);
}
.list li figure figcaption{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.list li figure p{
	margin: 0;
	width: 100%;
	opacity: 0;
}
.list li figure p{
	padding: 0 20px;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
}
.list li figure a{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
}
.list li figure:hover img{
}
.list li figure:hover:after{
	-webkit-transform: skew(-45deg) translateX(-50%);
	transform: skew(-45deg) translateX(-50%);
}
.list li figure:hover:before{
	-webkit-transform: skew(-45deg) translateX(50%);
	transform: skew(-45deg) translateX(50%);
}
.list li figure:hover figcaption p{
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.list li figure:hover figcaption p{
	opacity: 1;
}

.list li .photo{
	position: relative;
}
.list li .i_new{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.list li .i_new img{
	width: 70px;
	height: auto;
}
.list li .x_bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	bottom: 5px;
	right: 5px;
}
.list li .x_bt img{
	width: 40px;
	height: auto;
}
.list li .course{
}
.list li .course img{
	width: 100%;
	height: auto;
}
.list .txt{
	position: relative;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list .txt .name{
	font-size:min(4vw, 24px);
	font-weight: bold;
	line-height: 1.2;
}
.list .txt .name a{	color: currentColor;}
.list .txt .size{
	font-size:min(2.5vw, 16px);
	line-height: 1.5;
	margin: 0 0 5px 0;
}
.list .txt .size span{	color: #ffa400;}

.list .time{
	background: #333;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list .time p:nth-of-type(1){
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #000;
	padding: 5px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 50%, rgba(245,245,255,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list .time p:nth-of-type(1) span{
	position: relative;
	bottom: -2px;
	font-size: 16px;
	margin-right: 5px;
}
.list .time p:nth-of-type(2){
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #e3d099;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.list .bt_main{	margin-top: 30px;}
#ranking .bt_main{	margin-top: 10px;}


/** wid **/

#wid{
	display: flex;
	justify-content: center;
	padding: 30px 0;
	background: url(../images/sub_bg.jpg) no-repeat;
	background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#wid .widbox{
	width: 360px;
	margin: 0 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#wid .widbox .top_title{
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	height: 80px;
	padding: 0;
	border-radius: 20px 20px 0 0;
}
#wid .widbox .top_title span{
	width: 100%;
	font-size: 38px;
	line-height: 1.1;
}
#wid .widbox .top_title em{
	width: 100%;
	font-size: 16px;
	line-height: 1.1;
}
#wid .widbox .top_title:before,
#wid .widbox .top_title:after{	display: none;}
#wid .widbox .widbox_in{
	padding: 20px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 0 0 20px 20px;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#wid .widbox .widbox_in iframe{
	width: 100%;
	height: 515px;
	border: none;
	outline: none;
}


/** btm_bt **/

#btm_bt{
	font-size: 0;
	line-height: 0;
	padding: 30px 15px 10px 15px;
	background: #151515;
}
#btm_bt a{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4 - 20px);
	margin: 0 10px 20px 10px;
}
#btm_bt a img{
	width: 100%;
	height: auto;
}


#newface{
	padding: 30px;
}
.newbox{
	display: flex;
	font-size: 0;
	line-height: 0;
	margin: 0 0 30px 0;
	padding: 0 30px 30px 0;
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover;
	box-shadow: 30px 30px 0 rgba(0, 0, 0, 1) inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.newbox .photo{
	position: relative;
	width: 360px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.newbox .photo .img_bg{
	position: relative;
}
.newbox .photo .img{
	position: relative;
	z-index: 2;
	display: inline-block;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	box-shadow: 10px 10px 0 rgba(255, 255, 255, 0.1);
}
.newbox .photo .img:hover{
	filter: brightness(1.15);
}
.newbox .photo .img > img{
	width: 100%;
	height: auto;
}
.newbox .photo .x_bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 50%;
	position: absolute;
	z-index: 3;
	bottom: 20px;
	left: 20px;
}
.newbox .photo .x_bt img{
	width: 40px;
	height: auto;
}

.newbox .txt{
	position: relative;
	flex: 1;
	text-align: left;
	padding-left: 40px;
}
.newbox .date{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 32px;
	font-style: italic;
	line-height: 1.3;
	color: #e3d099;
	margin: 0 0 10px 0;
	padding: 60px 0 0 0;
}
.newbox .name{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.3;
}
.newbox .name a{	color: currentColor;}
.newbox .size{
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 10px 0;
}
.newbox .size span{	color: #ffa400;}

.newbox .course{
	margin: 0 0 20px 0;
}
.newbox .course img{
	width: 175px;
	height: auto;
}
.newbox .comment{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 15px 15px;
	background: rgba(0, 0, 0, 0.8);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.newbox .comment p{
	font-size: 16px;
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
}

.newbox .bt_main{
	position: relative;
	display: flex;
	width: 190px;
	height: 40px;
	margin-left: auto;
	padding-right: 20px;
}
.newbox .bt_main:after{
	content: '';
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: calc(50% - 4px);
	right: 10px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}


.worklrnext{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 30px auto 30px auto;
}
.worklrnext > a,
.worklrnext > span{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100px;
	height: 50px;
	font-size: 16px;
	line-height: 1;
	margin: 0 5px;
}
.worklrnext > a{
	color: #fff;
	background: #151515;
	border: 1px solid #333;
}
.worklrnext > a:hover{
	text-decoration: none;
	border: 1px solid #fff;
}
.worklrnext > span{
	color: #000;
	background: #ffa400;
	border: 1px solid #ffa400;
}

.worklrnext .sat{
	color:#0047b4;
}
.worklrnext .sun{
	color:#b00000;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px){
	h1{
		position: absolute;
		top: -100vh;
		right: -100vw;
	}

	.top_title{
		height: 70px;
		padding: 0 10px 16px 10px;
	}
	.top_title span{
		font-family: "FontA";
		font-size: 36px;
		line-height: 1;
	}
	.top_title em{
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		font-size: 12px;
		line-height: 2;
		margin-left: 3px;
	}
	.top_title:before{	display: none;}
	.top_title:after{
		content: "";
		width: 100%;
		height: 70px;
		background: url(../images/top_title.png) no-repeat;
		background-size: 100% 70px;
		position: absolute;
		top: 0;
		right: 0;
	}

	/** topimg **/
	.sp_topimg{
		display: block;
		font-size: 0;
		line-height: 0;
	}
	.sp_topimg img{
		width: 100%;
		height: auto;
	}
	.pc_topimg{	display: none;}


	/** info **/
	#info_bg{
		display: block;
		padding: 30px 15px;
		background: url(../images/sub_bg.jpg) no-repeat;
		background-size: cover;
	}
	#info_bg > div{
		position: relative;
		display: block;
		width: auto;
		text-align: center;
		margin: 0 0 30px 0;
		padding: 100px 20px 20px 20px;
	}
	#info_bg > div:last-of-type{	margin-bottom: 0;}
	#info_bg h3{
		width: calc(100% - 10px);
		height: 60px;
		color: #fff;
		padding: 0 10px 10px 10px;
		position: absolute;
		top: 20px;
		left: -10px;
	}
	.infobox{
		display: block;
	}
	.infobox .img{
		width: auto;
		text-align: center;
		margin: 0 0 20px 0;
	}
	.infobox .img img{
		display: block;
		width: 80%;
		max-width: 600px;
		height: auto;
		margin: 0 auto;
	}
	.infobox_txt{
		width: auto;
		text-align: left;
	}
	.infobox_txt .newface_cbox p br{	display: none;}
	.infobox_main{
		margin: 0 0 20px 0;
	}
	#news .infobox_main{	max-height: 310px;}
	#newface .infobox_main{	max-height: 180px;}
	#newface .prev,
	#newface .next{
		top: 25%;
	}
	#info_bg .bt_main{
		position: static;
		width: 180px;
		height: 45px;
		font-size: 16px;
	}


	/** mid-slider **/
	#mid_slider_bg{
		position: relative;
		padding: 0 0 30px 0;
		background: #000;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#pc-mid-s{	display: none;}
	#sp-mid-s img{
		width: 100%;
		height: auto;
	}
	.thumb{	display: none;}
	#sp-mid-s{	display: block;}
	.slick-dots{
		width: 100%;
		font-size: 0;
		line-height: 0;
		text-align: center;
		position: absolute;
		z-index: 2;
		bottom: -20px;
		left: 0;
	}
	.slick-dots li{
		display: inline-block;
		vertical-align: top;
		margin: 0 5px;
	}
	.slick-dots li button{
		width: 10px;
		height: 10px;
		border: none;
		outline: none;
		border-radius: 50%;
		background: #333;
		border-radius: 50%;
		margin: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.slick-dots li.slick-active button{	background: #fff;}


	/** flow_mv **/
	#flow_mv{
		padding: 30px 15px;
	}
	#flow_mv h3{
		position: relative;
		text-align: center;
		margin: 0 0 10px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#flow_mv h3 em{
		font-size: 15px;
		line-height: 20px;
		margin: 0 0 10px 0;
	}
	#flow_mv h3 span{
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 1px;
	}
	#flow_mv h3 em:before,
	#flow_mv h3 em:after{
		top: 10px;
	}
	#flow_mv .mv1{
		margin: 0 0 0 0;
	}
	#flow_mv .movie{
		position: relative;
	}
	.movie video,
	.movie .noimg img{
		border-radius: 20px;
	}
	.movie .play-btn{
		width: 80px;
	}
	.movie .play-btn.playActive{display:none;}
	.mv1 .movie .play-btn{
		width: 80px;
		height: auto;
	}
	#flow_mv ul{
		width: auto;
		margin: 0;
	}
	#flow_mv li{
		position: relative;
		display: flex;
		width: 90%;
		margin: 0 auto 30px auto;
	}
	#flow_mv li:nth-of-type(even){
		flex-direction: row-reverse;
	}
	
	#flow_mv li:last-of-type{	margin-bottom: 0;}
	#flow_mv li:nth-of-type(2){	padding-top: 0;}
	#flow_mv li:nth-of-type(3){	margin-top: 0;}
	#flow_mv li h4{
		position: relative;
		width: 35px;
		font-size: 20px;
		font-style: italic;
		line-height: 1.1;
		text-align: center;
		padding: 35px 20px 0 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#flow_mv li h4 span{
		display: inline-block;
		vertical-align: middle;
		width: 30px;
		height: 30px;
		font-size: 22px;
		line-height: 28px;
		text-indent: -5px;
		border: 1px solid currentColor;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: -3px;
	}
	#flow_mv li:nth-of-type(even) h4{
		padding: 35px 0 0 10px;
	}
	#flow_mv li:nth-of-type(even) h4 span{
		left: 8px;
	}
	#flow_mv li > div p{
		font-size: 14px;
		line-height: 24px;
	}


	/** list **/
	.list{
		text-align: center;
	}
	.list ul{	padding: 5px 2.5px;}
	.list li{
		width: calc(100% / 2 - 5px);
		height: auto;
		margin: 0 2.5px 5px 2.5px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.list li figure:after,
	.list li figure:before,
	.list li figure figcaption{	display: none;}

	.list li .i_new img{
		width: 50px;
		height: auto;
	}
	.list li .x_bt{
		width: 40px;
		height: 40px;
	}
	.list li .x_bt img{
		width: 30px;
		height: auto;
	}
	.list .txt{
		padding: 10px 0;
	}
	.list .txt .name{
		font-size:min(2.8vw, 13px);
		line-height: 1.2;
	}
	.list .txt .name a{
		font-size:min(4vw, 24px);
	}
	.list .txt .size{
		font-size:min(2.5vw, 14px);
		line-height: 1.2;
		margin: 0 0 5px 0;
	}
	.list .bt_main{	margin-top: 10px;}


	/** wid **/
	#wid{
		display: block;
		padding: 30px 15px;
		background: url(../images/sub_bg.jpg) no-repeat;
		background-size: cover;
	}
	#wid .widbox{
		width: auto;
		margin: 0 0 30px 0;
	}
	#wid .widbox:last-of-type{	margin-bottom: 0;}
	#wid .widbox .widbox_in iframe{
		width: 100%;
		height: 430px;
		border: none;
		outline: none;
	}

	/** btm_bt **/
	#btm_bt{
		font-size: 0;
		line-height: 0;
		padding: 30px 7.5px 15px 7.5px;
	}
	#btm_bt a{
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 2 - 15px);
		margin: 0 7.5px 15px 7.5px;
	}
	#btm_bt a img{
		width: 100%;
		height: auto;
	}
	
	.worklrnext > a,
	.worklrnext > span{
		width: 40px;
		height: 40px;
		font-size: 14px;
		line-height: 1;
		margin: 0 5px;
	}
	
	.worklrnext > a > span, .worklrnext > span > span{
		width: 41px;
	}

}


