
.s_title{	border-top: none; padding-bottom: 20px;}
.cnt{	padding-bottom: 0;}

header,
.fix header{
	font-size: 0;
	line-height: 0;
	position: static;
	height: auto;
	padding-top: 0;
}

header #homelink{	display: none;}

header .header_img img{
	width: 100%;
	height: auto;
}

.fix header h1{
	top: 5px;
	opacity: 1;
	filter: alpha(opacity=100);
}

main, .fix main{	padding-top: 0;}



/** top_slider **/

.slider_bg{
	width: auto;
	overflow: visible;
	padding: 0 0 40px 0;
}
.top_slider{
	font-size: 0;
	line-height: 0;
	overflow: visible;
	text-align: center;
	margin: 0 auto;
}
.slider_bg img{
	width: 100%;
	height: auto;
	margin: 0;
}
.top_slider .slick-slide{
	width: 100%;
}
.slick-slide:focus{	outline: none;}

.top_slider .slick-prev,
.top_slider .slick-next{
	width: 25px;
	height: 25px;
	border: 0;
	outline: 0;
	background: none;
	position: absolute;
	z-index: 3;
	bottom: -32px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.top_slider .slick-prev{
	background: url(img/l.png) no-repeat;
	background-size: 25px auto;
}
.top_slider .slick-next{
	background: url(img/r.png) no-repeat;
	background-size: 25px auto;
}

.top_slider .slick-prev{	left: 3px;}
.top_slider .slick-next{	right: 3px;}
	.slider_bg{
		width: auto;
	}
	.top_slider .slick-prev{	left: 3px;}
	.top_slider .slick-next{	right: 3px;}
	.top_slider .slick-prev,
	.top_slider .slick-next{
		width: 25px;
		height: 25px;
	}
	.top_slider .slick-prev{
		background: url(img/l.png) no-repeat;
		background-size: 25px auto;
	}
	.top_slider .slick-next{
		background: url(img/r.png) no-repeat;
		background-size: 25px auto;
	}

.slider_bg .slick-dots{
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	position: absolute;
	z-index: 2;
	bottom: -20px;
	left: 0;
}
.slider_bg .slick-dots li{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.slider_bg .slick-dots li button{
	width: 10px;
	height: 10px;
	border: none;
	outline: none;
	border-radius: 50%;
	background: #ccc;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.slider_bg .slick-dots li.slick-active button{	background: #977342;}

	.slider_bg .slick-dots{
		bottom: -25px;
	}
	.slider_bg .slick-dots li{
		display: inline-block;
		vertical-align: top;
		margin: 0 5px;
	}
	.slider_bg .slick-dots li button{
		width: 10px;
		height: 10px;
	}

#event{
	padding: 20px 20px 20px 20px;
	background: url(img/event_bg.jpg) no-repeat top center;
	background-size: cover;
}


/** pickup **/

#pickup{
	padding: 20px;
}

.pbox_bg{
	border: 3px solid #e8dac6;
	margin: 0 0 20px 0;
	padding: 3px;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.pbox{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border: 1px solid #e8dac6;
	box-shadow:0px 0px 0px 5px #fff inset;
	padding: 13px 0 13px 13px;
	background: rgb(250,249,246);
	background: linear-gradient(180deg, rgba(250,249,246,1) 0%, rgba(255,255,255,1) 50%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.pbox .pbox_l,
.pbox .pbox_r{
	width: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.pbox .pbox_r{
	padding: 10px 30px;
}

@media screen and (max-width: 750px) {
	.pbox{
		display: block;
		padding: 10px;
	}
	.pbox .pbox_l,
	.pbox .pbox_r{
		width: auto;
	}
	.pbox .pbox_r{	padding: 10px;}
}


.pbox .img{
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 10px 5px rgba(205,191,150,0.1);
}

.pbox .img a > img{
	width: 100%;
	height: auto;
}

.pbox .i_new{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
}
.pbox .i_new img{
	width: 56px;
	height: auto;
}

.pbox .i_twit{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.pbox .time+.i_twit{	bottom: 32px;}
.pbox a.i_twit > img{
	width: 40px;
	height: auto;
}

.pbox .time{
	display: inline-block;
	vertical-align: top;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% - 10px);
	height: 22px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	border-radius: 2px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.pbox h3{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100px;
	color: #977342;
	margin: 0 0 20px 0;
	background: url(img/pick_h3.png) no-repeat 50% 50%;
	background-size: 100px auto;
}
.pbox h3 span{
	width: 100%;
	font-family: "FontA";
	font-size: 34px;
	line-height: 38px;
}
.pbox h3 em{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
}
.pbox h3:before,
.pbox h3:after{
	content: "";
	width: calc(100% - 20px);
	height: 1px;
	background: rgb(232,218,198);
	background: linear-gradient(90deg, rgba(232,218,198,0) 0%, rgba(232,218,198,1) 50%, rgba(232,218,198,0) 100%);
	position: absolute;
	position: absolute;
	left: 10px;
}
.pbox h3:before{	bottom: 0;}
.pbox h3:after{	bottom: 2px;}

.pbox .size{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 13px;
	line-height: 14px;
	color: #977342;
	text-align: center;
	margin: 0 0 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.pbox .size span{
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	background: #977342;
	border-radius: 7px;
	margin-right: 5px;
	padding: 0 7px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.pbox .name{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin: 0 0 17px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.pbox .name a{
	display: inline-block;
	font-size: 26px;
	line-height: 1;
	color: #333;
}

.pbox .txt{
	position: relative;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	padding: 7px;
	background: #caf4fa;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.pbox .txt:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: -7px;
	left: calc(50% - 15px);
	border-width: 5px 25px 5px 0;
	border-color: transparent #caf4fa transparent transparent;
	-webkit-transform: rotate(27deg);
	   -moz-transform: rotate(27deg);
		-ms-transform: rotate(27deg);
		 -o-transform: rotate(27deg);
			transform: rotate(27deg);
}


/** twit **/

#twit{
	font-size: 0;
	line-height: 0;
	padding: 20px 20px 30px 20px;
	background: url(img/twit_bg.jpg) no-repeat top center;
	background-size: cover;
}
.twit_in{
}


/** tdday_btbox **/

#tdday_btbox{
	font-size: 0;
	line-height: 0;
	padding: 30px 20px;
	background: url(img/twit_bg.jpg) no-repeat top center;
	background-size: cover;
}
#tdday_btbox img{
	max-width: 500px;
	vertical-align: middle;
}




/** list **/

#schedule{
	padding: 20px 0 30px 0;
}

#schedule .bt_all{
	width: 90%;
	max-width: 500px;
	height: 70px;
	font-size: 20px;
	margin-top: 20px;
	color: #ff8e00;
	border: 2px solid #ff8e00;
}

#schedule .bt_all:hover{
	color: #fff;
	background: #ff8e00;
}

#newface{
	padding: 20px 0 30px 0;
	background: url(img/new_bg.jpg) no-repeat top center;
	background-size: cover;
}

.list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.list .cbox{
	position: relative;
	width: calc(100% / 3 - 10px);
	max-width: calc(100% / 3 - 10px) !important;
	margin: 0 5px 10px 5px;
}
.list .cbox:hover{
	text-decoration: none;
}

.list .cbox .img{
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 10px 5px rgba(205,191,150,0.1);
}

.list .cbox .img a > img{
	width: 100%;
	height: auto;
}

.list .cbox .i_new{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
}
.list .cbox .i_new img{
	width: 56px;
	height: auto;
}

.list .cbox .i_twit{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.list .cbox .time+.i_twit{	bottom: 32px;}
.list .cbox a.i_twit > img{
	width: 40px;
	height: auto;
}

.list .cbox .time{
	display: inline-block;
	vertical-align: top;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% - 10px);
	height: 22px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	border-radius: 2px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
#schedule .cbox .time,
#cast .cbox .time{	background: rgba(6, 180, 149, 0.8);}
#pickup .pbox .time,
#newface .cbox .time{	background: rgba(255, 133, 0, 0.8);}

.list .cbox .size{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 13px;
	line-height: 14px;
	color: #977342;
	text-align: center;
	margin: 10px 0 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.list .cbox .size span{
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	background: #977342;
	border-radius: 7px;
	margin-right: 5px;
	padding: 0 7px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.list .cbox .name{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin: 5px 0 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.list .cbox .name a{	font-size: 18px; color: #333;}

.list .cbox .txt{
	position: relative;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	padding: 7px;
	background: #caf4fa;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.list .cbox .txt:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: -7px;
	left: calc(50% - 15px);
	border-width: 5px 25px 5px 0;
	border-color: transparent #caf4fa transparent transparent;
	-webkit-transform: rotate(27deg);
	   -moz-transform: rotate(27deg);
		-ms-transform: rotate(27deg);
		 -o-transform: rotate(27deg);
			transform: rotate(27deg);
}

#newface .list{
	display: block;
	white-space: nowrap;
	overflow-x: scroll;
	padding: 0 5px;
}
#newface .list::-webkit-scrollbar{	display: none;}

#newface .cbox{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 10px);
	max-width: 220px !important;
	margin: 0 5px
}
#newface .cbox:hover{
	text-decoration: none;
}
#newface .list .cbox .txt{
	white-space: normal;
}
@media screen and (max-width: 750px) {
	#newface .cbox{
		width: calc(98% / 2 - 10px);
	}
}

/** news **/

#news{
	padding: 20px 20px 30px 20px;
	background: url(img/news_bg.gif) top center;
	background-size: 60px auto;
}
.nbox_bg{
	border: 3px solid #e8dac6;
	margin: 0 0 20px 0;
	padding: 3px;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.nbox{
	border: 1px solid #e8dac6;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.nbox h4{
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #977342;
}
.nbox .date{
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	margin: 0 0 15px 0;
}
.nbox .txt{
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
}
.nbox .n_main{
	display: flex;
	justify-content: flex-start;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.nbox .n_main .img{	padding-right: 20px;}
.n_main .img > img{
	width: 180px;
	height: auto;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}

.nbox .img+.txt{	width: calc(100% - 200px);}
.nbox .txt:only-child{	width: 100%;}

.nbox .txt i{	font-style: italic; font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','Yu Gothic UI', Meiryo, sans-serif;}
.nbox .txt u{	text-decoration: underline;}


/** concept **/

#concept{
	font-size: 0;
	line-height: 0;
}

#concept img{
	width: 100%;
	height: auto;
}


/** imgup **/

.imgup{
	margin: 0 0 20px 0;
	padding: 0 20px;
}
.imgup:last-of-type{	margin-bottom: 0;}

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

#system{
	padding: 20px 0 30px 0;
	background: url(img/sys_bg.jpg) no-repeat top center;
	background-size: cover;
}

#recruit{
	padding: 20px 0 30px 0;
	background: url(img/rec_bg.jpg?t=0829) no-repeat top center;
	background-size: cover;
}

#recruit div img{
	vertical-align: middle;
}

#recruit a{
	margin-top: 20px;
	background: rgba(255,255,255,0.9)
}


/** outlink **/

.outlink{
	padding: 20px 10px 10px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.outlink_in{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#fgo{	padding-bottom: 10px;}
#fgo2{	padding-bottom: 10px;}
.fgo{
}
.fgo_in{
		margin: 0 0 5px 0;
		padding: 0 10px;
}
.fgo_in table{	margin: 0 auto;}

.link_list{
	font-size: 0;
	line-height: 0;
	padding: 0 0 5px 0;
}

.link_list a{
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 5px 2px;
}

.bnr46860 img,
#bnr46860 img{ width: 100%;	max-width: 468px; height: auto;}
#bnr468 img{	width: 100%; max-width: 468px; height: auto;}
#hg{	margin-bottom: 30px;}

#etc_link .bn468 img{
	width: 300px;
	height: auto;
}

#etc_link .box.b468{
	width: 300px;
}

.top_btbnr{
	margin-bottom: 20px;
}


.other_bnr{	padding-top: 0; padding-bottom: 10px;}

/*=================================================
 * CSS for SP
 * ================================================= */

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

	.list .cbox{
		width: calc(100% / 2 - 10px);
		max-width: calc(100% / 2 - 10px) !important;
	}
	.list .cbox .size{	font-size: 11px;}
	.list .cbox .time{	font-size: 14px;}

	.nbox .n_main .img{	padding-right: 10px;}
	.n_main .img > img{
		width: 100px;
		height: auto;
	}
	.nbox .img+.txt{	width: calc(100% - 110px);}

}


@media screen and (max-width: 460px) {
	.list .cbox .size{	font-size: 10px;}
	.list .cbox .time{	font-size: 13px;}
}
