/*=====================================
	TEMP css
====================================== */

/*	reset
============================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,main {margin:0;padding:0;border:0;font-size:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {display:block;}
body {font-family:Verdana,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;line-height:1;}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}
wbr:after {content:"\00200B";}

/*	TBS reset
============================== */
.alt {position:absolute;top:-5000px;left:-9999px;}
.clearfix:after {content:"";clear:both;display:block;}
.hide-txt {text-indent:110%;white-space:nowrap;overflow:hidden;}
.fp-causion {display:none;}
.nocontxt {-webkit-touch-callout: none;-webkit-user-select: none;user-select: none;-webkit-user-drag:none;}
.nocontxt img {pointer-events: none;}
@media all and (min-width:768px) {
.alt-pc {position:absolute;top:-5000px;left:-9999px;}
.clearfix-pc:after {content:"";clear:both;display:block;}
.hide-txt-pc {text-indent:110%;white-space:nowrap;overflow:hidden;}
}
@media all and (max-width:767px) {
.alt-smp {position:absolute;top:-5000px;left:-9999px;}
.clearfix-smp:after {content:"";clear:both;display:block;}
.hide-txt-smp {text-indent:110%;white-space:nowrap;overflow:hidden;}
}
div.embed-tbsplayer {
background-color:#000;
position:relative;
height:0;
padding-top:56.25%;
}
div.embed-tbsplayer .tbs-player {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
div.embed-tbsplayer-audio {
background-color:#fff;
}
div.embed-tbsplayer-audio .tbs-player {
height:46px;
}
div.lbx-overlay {
z-index:10000;position:absolute;background-color:#000;width:100%;height:100%;left:0;top:0;right:0;bottom:0;opacity:0.9;
}

/*	both
============================== */
html{
	scrollbar-gutter: stable;
}
#wrapper{
	width: 100%;
	height: 100%;
}
.cover{
	
}
.z-index-ie{
	z-index:2;
}

li{
	list-style: none;
}

/* text */
body {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	word-break: break-all;
	color:#502200;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
}
a:link {
	text-decoration:none;
	color:#502200;
}
a:visited {
	text-decoration:none;
	color:#502200;
}
a:hover {
	text-decoration:underline;
	color:#502200;
	opacity: 1; filter: alpha(opacity=100); -ms-filter: "alpha(opacity=100)"; transition:all 0.5s ease
}
a:active {
	text-decoration:underline;
	color:#502200;
}
.copyright a:link{color:#ffffff; text-decoration:none}
.copyright a:visited{color:#ffffff; text-decoration:none}
.copyright a:active{color:#ffffff; text-decoration:none}
.copyright a:hover{color:#ffffff; text-decoration:none; opacity: 1; filter: alpha(opacity=100); -ms-filter: "alpha(opacity=100)"; transition:all 0.5s ease;}

img{
	vertical-align:bottom;
}
a:hover img{ 
	opacity:0.5;
	transition:0.5s;
}
.link-container {
	display: block;
	text-decoration: none;
	color: inherit;
}

.link-container .divlink {
	transition: opacity 0.5s ease;
	opacity: 1;
}

.link-container:hover .divlink {
  opacity: 0.6;
}
.cleartext {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom:2em;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.alttext{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.tbs-gfooter-btn,
.tbs-gfooter-share{
	z-index: 998 !important;
}
@media all and (min-width: 768px) {
	.br-pc {
		display:block;
	}
	.br-sp {
		display:none;
	}
	.sp_none{
		display:block;
	}
	.youtube_wrap {
		width: 560px;
		margin: 0 auto;
	}
	.pc-only{
		display:block;
	}
	.sp-only{
		display:none;
	}
}
@media all and (max-width: 767px) {
	.br-pc {
		display:none;
	}
	.br-sp {
		display:block;
	}
	.sp_none{
		display:none;
	}
	.pc-only{
		display:none;
	}
	.sp-only{
		display:block;
	}
}


/*	background
============================== */
.bg-base{
	background: url("../img/bg_base.jpg") no-repeat;
}
.bg-intro{
}

@media all and (min-width: 768px) {
	.bg-base{
		width: 100%;
		background-size: cover;
		background-position: center top;
	}
	.bg-intro{
		background-image: url("../img/bg_intro.jpg");
		background-image: image-set(url("../img/bg_intro.jpg") 1x, url(../img/bg_intro@2x.jpg) 2x);
		background-image: -webkit-image-set(url("../img/bg_intro.jpg") 1x, url(../img/bg_intro@2x.jpg) 2x);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
}

@media all and (max-width: 767px) {
	.bg-base{
		width: 100%;
		background-size: cover;
		background-position: center top;
	}
	.bg-intro::before{
		content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-image: url(../img/bg_intro.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
        z-index: -1;
	}
}



/*	text
============================== */
.sans-serif{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
.serif{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.font-color01{
	color: #222222;
}
.font-color02{
	color: #e4007f;
}


/*	header
============================== */


@media all and (min-width: 768px) {
	
}

@media all and (max-width: 767px) {

}


/*	FOOTER
============================== */
#top-footer{
	width: 100%;
	background: #451d00;
	color: #ffffff;
}
.footer-logo{
	background-image: url("../img/footer_logo.png");
	background-image: image-set(url("../img/footer_logo.png") 1x, url(../img/footer_logo@2x.png) 2x);
	background-image: -webkit-image-set(url("../img/footer_logo.png") 1x, url(../img/footer_logo@2x.png) 2x);
	background-repeat: no-repeat;
}
.footer-copyright{
	text-align: center;
}
.footer-banner img{
	width: 100%;
}
.title-copyright{
	transform: scale(1.1, 1);
	font-weight: 100;
}

@media all and (min-width: 768px) {
	#top-footer{
		padding: 100px 0 120px;
	}
	.footer-inner{
		width: 950px;
		margin: 0 auto;
	}
	.footer-banner-area{
		width: 870px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.footer-banner{
		width: 430px;
	}
	.footer-logo{
		width: 800px;
		height: 201px;
		margin: 60px auto;
		background-size: cover;
	}
	.title-copyright{
		font-size: 18px;
		margin: 0 auto 20px;
		letter-spacing: 0.2em;
	}
	
}

@media all and (max-width: 767px) {
	
	#top-footer{
		padding: 3em 0 6em;
	}
	.footer-inner{
		width: 90%;
		margin: 0 auto;
	}
	.footer-banner-area{
		width: 100%;
		margin: 0 auto;
		justify-content: space-between;
	}
	.footer-banner{
		width: 80%;
		margin: 0 auto 1em;
	}
	.footer-logo{
		width: 90%;
		padding-top: 21%;
		margin: 2.5em auto 1.5em;
		background-size: contain;
	}
	.title-copyright{
		font-size: 0.7em;
		line-height: 1.4em;
		margin: 0 auto 1em;
		letter-spacing: 0.1em;
	}
	.copyright{
		font-size: 0.5em;
		line-height: 1.6em;
	}
	
	
}


/*	H2
============================== */

.h2-news{
	background-image: url("../img/h2_news.png");
	background-image: image-set(url("../img/h2_news.png") 1x, url(../img/h2_news@2x.png) 2x);
	background-image: -webkit-image-set(url("../img/h2_news.png") 1x, url(../img/h2_news@2x.png) 2x);
	background-repeat: no-repeat;
}
.h2-intro{
	background-image: url("../img/h2_intro.png");
	background-image: image-set(url("../img/h2_intro.png") 1x, url(../img/h2_intro@2x.png) 2x);
	background-image: -webkit-image-set(url("../img/h2_intro.png") 1x, url(../img/h2_intro@2x.png) 2x);
	background-repeat: no-repeat;
}
.h2-staffcast{
	background-image: url("../img/h2_staffcast.png");
	background-image: image-set(url("../img/h2_staffcast.png") 1x, url(../img/h2_staffcast@2x.png) 2x);
	background-image: -webkit-image-set(url("../img/h2_staffcast.png") 1x, url(../img/h2_staffcast@2x.png) 2x);
	background-repeat: no-repeat;
}


@media all and (min-width: 768px) {
	.top-h2{
		width: 720px;
		height: 130px;
		margin: 0 auto 24px;
		text-align: center;
	}
	.h2_news{
		
	}
}

@media all and (max-width: 767px) {
	.top-h2{
		width: 100%;
		margin: 0 auto 1em;
		padding-top: 14%;
		background-size: contain;
	}
	
}



/*	TOP-SECTION
============================== */
#top-sec-visual{
	overflow: hidden;
}
#top-sec-textspace{
	width: 100%;
	background: #ffffff;
}
#top-sec-movie{
	
}
#top-sec-news{
	
}
#top-sec-intro{
	
}
#top-sec-staffcast{
	
}


@media all and (min-width: 768px) {
	.top-section{
		padding: 96px 0;
	}
	#top-sec-visual{
		padding-top: 12px;
	}
	.section-inner{
		width: 950px;
		margin: 0 auto;
	}
	#top-sec-movie{
		height: 560px;
	}

}

@media all and (max-width: 767px) {
	.top-section{
		padding: 10% 0;
	}
	#top-sec-visual{
		width: 100%;
	}
	.section-inner{
		width: 90%;
		margin: 0 auto;
	}
	
}


/*	TOP
============================== */

/* VISUAL */
	
/* TEXTSPACE */
.spacetext{
	background-image: url("../img/top_textspace.png");
	background-image: image-set(url("../img/top_textspace.png") 1x, url(../img/top_textspace@2x.png) 2x);
	background-image: -webkit-image-set(url("../img/top_textspace.png") 1x, url(../img/top_textspace@2x.png) 2x);
	background-repeat: no-repeat;
}
/* MOVIE */

/* NEWS */
.top-news-block{
	border: 2px solid #b99217;
	background: #ffffff;
	font-weight: bold;
}
.top-news-title a{
	color:#502200;
}
.top-news-title a:link{
	text-decoration:none;
}
.top-news-title a:visited{
	text-decoration:none;
}
.top-news-title a:hover{
	text-decoration:underline;
}
.top-news-title a:active{
	text-decoration:none;
}
.btn-more img{
	width: 100%;
}

/* INTRODUCTION */

/* STAFFCAST */
.staff-list,
.cast-list{
	display: flex;
}
.staff-list li,
.cast-list li{
	text-align: center;
}
.section-heading {
  width: 100%;
}
.section-heading h3 {
  color: #4b2b1a;
  margin-bottom: 10px;
}
.section-heading .underline {
  height: 6px;
  width: 100%;
  background: linear-gradient(
    to bottom,
    #4b2b1a 0px,
    #4b2b1a 1px,
    transparent 1px,
    transparent 4px,
    #4b2b1a 4px,
    #4b2b1a 6px
  );
}
/*comment*/
.modaal-container{
	border: solid 1px #b99217;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 3px #b99217;    /* 外側の線になる5pxの一本線の枠線をひく*/
	outline-offset: 2px;        /* 内側の線になる一本線の枠線をひく*/
	margin: 5px;            	/* outlineの値＋outline-offsetの値*/
}
.info-category{
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	margin: 0 auto 0;
	color: #b99217;
}
.infoimg{
	width: 100%;
	margin: 0 auto;
}
.infoimg img{
	width: 100%;
}
.info-h2{
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
	margin: 0 auto 0.4em;
	border-bottom: 1px solid #b99217;
}
.info-h2 span,
.info-category span{
	font-size: 60%;
}
.info-h3{
	line-height: 1.5em;
	margin: 2em 0 0.5em;
}
.info-text,
.info-text-left{
	line-height: 1.7em;
	margin: 0 auto 1em;
}
.info-text-left{
	text-align: left !important;
}
.info-h2,
.info-h3,
.info-category,
.info-text,
.info-text-left{
	transform: scale(1.05, 1);
}
.btn-castcomment img{
	vertical-align: middle;
}
.modaal-content-container{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d0d0d0+0,ffffff+50,d0d0d0+100 */
	background: url("../img/bg_paper.jpg");
	background-size: cover;
	overflow-y: scroll;
	border: 1px solid #b99217;
	color: #4b2b1a;
}
.modaal-content-container::-webkit-scrollbar{
  display: none;
}

@media all and (min-width: 768px) {
	/* VISUAL */
	.top-pc-line{
		width: 100%;
		height: 28px;
		background: url("../img/top_visual_line@2x.png");
		background-size: contain;
		background-position: top center;
		background-repeat: repeat-x;
	}
	.main-visual{
		width: 1080px;
		height: 950px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	.top-h1-logo{
		width: 193px;
		height: 432px;
		background-image: url("../img/top_h1_logo_pc.png");
		background-image: image-set(url("../img/top_h1_logo_pc.png") 1x, url(../img/top_h1_logo_pc@2x.png) 2x);
		background-image: -webkit-image-set(url("../img/top_h1_logo_pc.png") 1x, url(../img/top_h1_logo_pc@2x.png) 2x);
		background-size: cover;
		background-repeat: no-repeat;
		z-index: 2;
		position: absolute;
		top: 108px;
		left: 50px;
	}
	.top-h2-onair{
		width: 1049px;
		height: 161px;
		background-image: url("../img/top_h2_onair_pc.png");
		background-image: image-set(url("../img/top_h2_onair_pc.png") 1x, url(../img/top_h2_onair_pc@2x.png) 2x);
		background-image: -webkit-image-set(url("../img/top_h2_onair_pc.png") 1x, url(../img/top_h2_onair_pc@2x.png) 2x);
		background-size: cover;
		background-repeat: no-repeat;
		z-index: 2;
		position: absolute;
		bottom: 80px;
		left: 15px;
	}
	.top-text-catch{
		width: 43px;
		height: 563px;
		background-image: url("../img/top_text_catch.png");
		background-image: image-set(url("../img/top_text_catch.png") 1x, url(../img/top_text_catch@2x.png) 2x);
		background-image: -webkit-image-set(url("../img/top_text_catch.png") 1x, url(../img/top_text_catch@2x.png) 2x);
		background-size: contain;
		background-repeat: no-repeat;
		z-index: 2;
		position: absolute;
		top: 108px;
		right: 25px;
	}
	.top-visual{
		width: 841px;
		height: 782px;
		background-image: url("../img/top_visual.png");
		background-image: image-set(url("../img/top_visual.png") 1x, url(../img/top_visual@2x.png) 2x);
		background-image: -webkit-image-set(url("../img/top_visual.png") 1x, url(../img/top_visual@2x.png) 2x);
		background-size: cover;
		background-repeat: no-repeat;
		z-index: 1;
		position: absolute;
		top: 38px;
		left: 205px;
	}
	.top-btn-sns{
		width: 193px;
		height: 82px;
		z-index: 2;
		position: absolute;
		top: 598px;
		left: 50px;
	}
	.top-btn-sns img{
		width: 100%;
	}
	/* TEXTSPACE */
	.space-text{
		width: 1080px;
		margin: 0 auto;
		padding: 30px 0 20px;
		text-align: center;
	}
	.spacetext{
		width: 632px;
		height: 49px;
		margin: 0 auto;
		background-size: cover;
		background-position: center center;
	}
	/* MOVIE */
	#top-sec-movie{
		width: 100%;
		height: 560px;
		background-image: url("../img/bg_top_movie.jpg");
		background-image: image-set(url("../img/bg_top_movie.jpg") 1x, url(../img/bg_top_movie@2x.jpg) 2x);
		background-image: -webkit-image-set(url("../img/bg_top_movie.jpg") 1x, url(../img/bg_top_movie@2x.jpg) 2x);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		position: relative;
	}
	.btn_movieplay{
		width: 186px;
		height: 189px;
		margin: 0 auto;
		text-align: center;
		position: relative;
		top: 205px;
	}
	.btn_movieplay img{
		width: 100%;
	}
	/* NEWS */
	.top-news-block{
		width: 746px;
		margin: 0 auto 32px;
		padding: 36px 60px 28px;
		display: flex;
	}
	.top-news-date{
		width: 80px;
		font-size: 16px;
		margin: 6px 24px 0 0;
	}
	.top-news-title{
		width: 642px;
		font-size: 20px;
		line-height: 1.4em;
	}
	.btn-more{
		width: 310px;
		height: 50px;
		margin: 48px auto 24px;
	}
	/* INTRODUCTION */
	.top-introtext{
		width: 970px;
		height: 1152px;
		background-image: url("../img/top_introtext_pc.png");
		background-image: image-set(url("../img/top_introtext_pc.png") 1x, url(../img/top_introtext_pc@2x.png) 2x);
		background-image: -webkit-image-set(url("../img/top_introtext_pc.png") 1x, url(../img/top_introtext_pc@2x.png) 2x);
		background-size: cover;
		background-repeat: no-repeat;
	}
	/* STAFFCAST */
	.top-h3-staff,
	.top-h3-cast{
		font-size: 28px;
		text-align: center;
		letter-spacing: 0.3em;
		margin: 48px auto 48px;
	}
	.top-h3-staff h3,
	.top-h3-cast h3{
		font-weight: normal;
	}
	.staff-list,
	.cast-list{
		width: 950px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.staff-list li,
	.cast-list li{
		text-align: center;
		margin: 0 0 32px;
	}
	.staff-list li{
		width: 315px;
	}
	.cast-list li{
		width: 475px;
	}
	.staff-roll{
		font-size: 16px;
		letter-spacing: 0.1em;
		margin-bottom: 0.7em;
	}
	.staff-name{
		font-size: 24px;
		letter-spacing: 0.2em;
		margin-bottom: 0.5em;
	}
	.staff-subroll{
		font-size: 12px;
		letter-spacing: 0.2em;
		margin-bottom: 0.5em;
	}
	.staff-name img{
		width: 24px;
	}
	
	/*COMMENT*/
	.info-category{
		font-size: 16px;
	}
	.infoimg{
		width: 50%;
		margin: 0.5em auto 2em;
	}
	.infoimg img{
		width: 100%;
	}
	.modaal-content-container{
		/*height: 600px;*/
		padding: 5% 10%;
	}
	.info-h2{
		font-size: 32px;
		margin: 0 0 1em;
		padding: 0 0 0.2em;
	}
	.info-h3{
		font-size: 16px;
	}
	.info-text{
		font-size: 20px;
		text-align: center;
	}
	.info-text-en{
		font-size: 16px;
		line-height: 1.6em;
	}
	.staffcast-comment{
		width: 120px;
		height: 20px;
	}

}

@media all and (max-width: 767px) {
	/* VISUAL */
	.main-visual{
		width: 100%;
		padding-top: 170%;
		margin: 0 auto;
		position: relative;
	}
	.top-h1-logo{
		width: 78%;
		padding-top: 16%;
		background-image: url("../img/top_h1_logo_sp.png");
		background-image: image-set(url("../img/top_h1_logo_sp.png") 1x, url(../img/top_h1_logo_sp@2x.png) 2x);
		background-image: -webkit-image-set(url("../img/top_h1_logo_sp.png") 1x, url(../img/top_h1_logo_sp@2x.png) 2x);
		background-size: contain;
		background-repeat: no-repeat;
		z-index: 2;
		position: absolute;
		top: 4%;
		left: 11%;
	}
	.top-h2-onair{
		width: 94%;
		padding-top: 28%;
		background-image: url("../img/top_h2_onair_sp.png");
		background-image: image-set(url("../img/top_h2_onair_sp.png") 1x, url(../img/top_h2_onair_sp@2x.png) 2x);
		background-image: -webkit-image-set(url("../img/top_h2_onair_sp.png") 1x, url(../img/top_h2_onair_sp@2x.png) 2x);
		background-size: contain;
		background-repeat: no-repeat;
		z-index: 2;
		position: absolute;
		bottom: 0;
		left: 3%;
	}
	.top-text-catch{
		width: 7%;
		padding-top: 76%;
		background-image: url("../img/top_text_catch_sp.png");
		background-image: image-set(url("../img/top_text_catch_sp.png") 1x, url(../img/top_text_catch_sp@2x.png) 2x);
		background-image: -webkit-image-set(url("../img/top_text_catch_sp.png") 1x, url(../img/top_text_catch_sp@2x.png) 2x);
		background-size: contain;
		background-repeat: no-repeat;
		z-index: 2;
		position: absolute;
		top: 21%;
		left: 4%;
	}
	.top-visual{
		width: 100%;
		padding-top: 131%;
		background-image: url("../img/top_visual.png");
		background-image: image-set(url("../img/top_visual.png") 1x, url(../img/top_visual@2x.png) 2x);
		background-image: -webkit-image-set(url("../img/top_visual.png") 1x, url(../img/top_visual@2x.png) 2x);
		background-size: 130%;
        background-position: 38% 0%;
        background-repeat: no-repeat;
        z-index: 1;
        position: absolute;
        top: 16%;
        left: 0;
	}
	.top-btn-sns-sp{
		width: 31%;
		position: absolute;
		bottom: 19%;
		right: 6%;
		z-index: 3;
	}
	.top-btn-sns-sp img{
		width: 100%;
	}
	.staff-name img{
		width: 24px;
		vertical-align: top;
	}
	
	/* TEXTSPACE */
	.space-text{
		width: 100%;
		margin: 0 auto;
		padding: 3.5% 0 2.5%;
		text-align: center;
	}
	.spacetext{
		width: 80%;
		padding-top: 4%;
		margin: 0 auto;
		background-size: contain;
		background-position: center center;
	}
	
	/* MOVIE */
	#top-sec-movie{
		width: 100%;
		height: 210px;
		background-image: url("../img/bg_top_movie.jpg");
		background-image: image-set(url("../img/bg_top_movie.jpg") 1x, url(../img/bg_top_movie@2x.jpg) 2x);
		background-image: -webkit-image-set(url("../img/bg_top_movie.jpg") 1x, url(../img/bg_top_movie@2x.jpg) 2x);
		background-size: 170%;
		background-position: center center;
		background-repeat: no-repeat;
		position: relative;
	}
	.btn_movieplay{
		width: 120px;
		margin: 0 auto;
		text-align: center;
		position: relative;
		top: 45px;
	}
	.btn_movieplay img{
		width: 100%;
	}
	
	/* NEWS */
	.top-news-block{
		width: 80%;
		margin: 0 auto 1em;
		padding: 6% 7% 4%;
	}
	.top-news-date{
		width: 8em;
		font-size: 0.8em;
		margin: 0 0 0.5em;
	}
	.top-news-title{
		font-size: 1em;
		line-height: 1.4em;
	}
	.btn-more{
		width: 60%;
		margin: 1.5em auto 1em;
	}
	
	/* INTRODUCTION */
	.top-introtext{
		width: 100%;
		padding-top: 220%;
		background-image: url("../img/top_introtext_sp.png");
		background-image: image-set(url("../img/top_introtext_sp.png") 1x, url(../img/top_introtext_sp@2x.png) 2x);
		background-image: -webkit-image-set(url("../img/top_introtext_sp.png") 1x, url(../img/top_introtext_sp@2x.png) 2x);
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	/* STAFFCAST */
	.top-h3-staff,
	.top-h3-cast{
		font-size: 1.4em;
		text-align: center;
		letter-spacing: 0.3em;
		margin: 1em auto 1.2em;
	}
	.top-h3-staff h3,
	.top-h3-cast h3{
		font-weight: normal;
	}
	.staff-list,
	.cast-list{
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.staff-list li,
	.cast-list li{
		text-align: center;
		margin: 0 0 1.5em;
	}
	.staff-list li{
		width: 50%;
	}
	.cast-list li{
		width: 50%;
	}
	.staff-roll{
		font-size: 0.8em;
		line-height: 1.4em;
		letter-spacing: 0em;
		margin-bottom: 0.5em;
	}
	.staff-name{
		font-size: 1.1em;
		line-height: 1.4em;
		letter-spacing: 0.2em;
		margin-bottom: 0.3em;
	}
	.staff-subroll{
		font-size: 0.5em;
		line-height: 1.4em;
		letter-spacing: 0em;
		margin-bottom: 0.5em;
	}
	.staff-name img{
		width: 1em;
	}
	
	/* COMMENT */
	.info-category{
		font-size: 0.8em;
	}
	.infoimg{
		width: 70%;
		margin: 1em auto 1.5em;
	}
	.modaal-content-container{
		/*height: 400px;*/
		padding: 10% 8%;
	}
	.info-h2{
		font-size: 1.5em;
		margin: 0 0 1em;
		padding: 0 0 0.4em;
	}
	.info-h3{
		font-size: 0.9em;
	}
	.info-text{
		font-size: 0.8em;
	}
	
}


/*	PAGE-SECTION
============================== */

@media all and (min-width: 768px) {
	 .page-section {
		padding: 24px 0 96px;
	}
	.page-head-line{
		width: 100%;
		height: 28px;
		margin: 0 0 72px;
		background: url("../img/top_visual_line@2x.png");
		background-size: contain;
		background-position: top center;
		background-repeat: repeat-x;
	}

}

@media all and (max-width: 767px) {
	.page-section{
		padding: 2% 0 10%;
	}
	.page-head-line{
		width: 100%;
		height: 20px;
		margin: 0 0 1.5em;
		background: url("../img/top_visual_line@2x.png");
		background-size: 150%;
		background-position: top center;
		background-repeat: repeat-x;
	}
}



/*	01.NEWS
============================== */

.news-img img{
	width: 100%
}
.news-page-wrap{
	border: 2px solid #b99217;
	background: #ffffff;
}
.news-title{
	font-weight: bold;
	line-height: 1.4em;
}
.news-date{
	margin: 0 0 0.8em 0.1em;
}
.news-h4{
	margin: 2em 0 1em;
	padding-bottom: 0.4em;
	font-weight: bold;
	color: #fe60b3;
	border-bottom: 1px solid #fe60b3;
}
.news-h5{
	margin: 1.5em 0 0em;
	font-weight: bold;
}
.news-img{
	margin: 1em auto 1.5em;
}
.news-text{
	line-height: 1.6em;
	margin: 1em 0 2em;
}
.news-text-strong{
	color: #fff;
	background: #fe60b3;
}
.news-text-small{
	line-height: 1.4em;
	margin: 1em 0 1em;
}
.news-text-caution{
	line-height: 1.5em;
	margin: -1em 0 1.5em;
	color: #8457df;
	font-weight: bold;
}
.news-text a:link{color:#3c1b08; text-decoration:underline}
.news-text a:visited{color:#3c1b08; text-decoration:none}
.news-text a:active{color:#3c1b08; text-decoration:none}
.news-text a:hover{color:#3c1b08; text-decoration:none; opacity: 1; filter: alpha(opacity=100); -ms-filter: "alpha(opacity=100)"; transition:all 0.5s ease;}

@media all and (min-width: 768px) {
	.news-page-wrap{
		width: 710px;
		margin: 0 auto;
		padding: 72px 80px;
	}
	.news-header{
		border-bottom: 2px solid #b99217;
		margin-bottom: 36px;
	}
	.news-date{
		font-size: 16px;
	}
	.news-title{
		font-size: 28px;
		margin: 0 0 0.4em;
	}
	.news-h4{
		font-size: 24px;
	}
	.news-img{
		width: 710px;
	}
	.news-text{
		font-size: 16px;
	}
	.news-text-small{
		font-size: 14px;
	}
	.news-text-caution{
		font-size: 14px;
	}

}

@media all and (max-width: 767px) {
	.news-page-wrap{
		width: 80%;
		margin: 0 auto;
		padding: 10%;
	}
	.news-header{
		border-bottom: 2px solid #b99217;
		margin-bottom: 2em;
	}
	.news-date{
		font-size: 0.8em;
	}
	.news-title{
		font-size: 1.4em;
		margin: 0 0 0.4em;
	}
	.news-h4{
		font-size: 1.2em;
	}
	.news-img{
		width: 100%;
	}
	.news-text{
		font-size: 1em;
	}
	.news-text-small{
		font-size: 0.8em;
	}
	.news-text-caution{
		font-size: 0.8em;
	}

}


/*	OTHER
============================== */
img{
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}


@media all and (min-width: 768px) {
	#page-sec-news{
		
	}
}

@media all and (max-width: 767px) {

}


/*========= モーダル表示のためのCSS ===============*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
.modaal-video-wrap{
	margin: auto 20px;
}

.modaal-overlay{
	background: #ffeaf5 !important;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
	padding:0;
}
