/*	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;
}

/* =====================================
	TEMP css
====================================== */
/* font */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  word-break: break-all;
}

img {
  vertical-align: bottom;
}
.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;
}

/*	both
============================== */

/* text */

a:link {
	color:#3f1a0d;
	text-decoration: none;
}
a:visited {
	color:#3f1a0d;
	text-decoration: none;
}
a:hover {
	color:#aacd06;
	text-decoration: none;
}
a:active {
	color:#aacd06;
	text-decoration: none;
}

@media all and (min-width: 768px) {
	.br-pc {
		display:block;
	}
	.br-sp {
		display:none;
	}
	a:hover img {
	  opacity: 0.9;
	  filter: alpha(opacity=90);
	  -ms-filter: "alpha(opacity=90)";
	  transition:all 0.2s ease;
	}
}
@media all and (max-width: 767px) {
	.br-pc {
		display:none;
	}
	.br-sp {
		display:block;
	}
}

/*	page top
============================== */
p.pgt {
	z-index:20;
}
p.pgt a, p.pgt span {
	display:block;
}
@media all and (min-width: 768px) {
	p.pgt {
		position:fixed;
		right:40px;
		bottom:40px;
	}
	p.pgt a {
		background-image:url(../img/cmn_pgt.png);
		background-repeat:no-repeat;
		background-position:left top;
		width:104px;
		height:117px;
		text-indent:110%;white-space:nowrap;overflow:hidden;
	}
}

@media all and (max-width: 767px) {
	p.pgt {
		width:100%;
		min-width:320px;
		bottom:0;
	}
	p.pgt a {
		position:relative;
		text-decoration:none;
		color:#fff;
		text-shadow:0 2px 2px hsla(0, 0%, 0%, .25);
		background-color:#aacd06;
		height:48px;
	}
	p.pgt a span {
		position:absolute;
		left:50%;
		top:50%;
		margin-top:-0.5em;
		margin-left:-5em;
		font-size:87.5%;
		font-weight:bold;
	}
	p.pgt a span:before {
		position:absolute;
		left:50%;
		top:50%;
		margin-top:-8px;
		margin-left:-7em;
		display:block;
		content:"";
		background-image:url(../img/cmn_arrow.svg);
		background-repeat:no-repeat;
		background-position:left top;
		width:16px;
		height:16px;
	}
}

/*	background
============================== */
body {
	background-color:#3f1a0d;
}
#con-body{
	
}
div#con-wrap, div#con-body{
	overflow:hidden;
}

/*	footer
============================== */
footer{
	width:100%;
	background:#3f1a0d;
	text-align:center;
	letter-spacing:0.1em;
	padding:40px 0;
}
.footer_banner img{
	width:100%;
}
.copyright{ 
	font-size:70%; 
	line-height:1.8em;
	color:#f2e1c5;
}
footer a:link {
	text-decoration:none;
	color:#f2e1c5;
}
footer a:visited {
	text-decoration:none;
	color:#f2e1c5;
}
footer a:active {
	text-decoration:none;
	color:#f2e1c5;
}
footer a:hover {
	text-decoration:none;
	color:#aacd06;
}
.footer_nav li a{
	letter-spacing: -0.01em;
	font-weight: bold;
}

@media all and (min-width: 768px) {
	footer{
		width: 100%;
		height: 240px;
		padding:40px 0 40px;
	}
	.footer_inner{
		width:930px;
		margin: 0 auto;
	}
	.footer_left{
		width:314px;
		margin-right: 30px;
		float: left;
	}
	.footer_right{
		width:520px;
		float: left;
		padding-top: 10px;
		margin-bottom: 10px;
	}
	.footer_nav li{
		font-size:18px;
		float: left;
		margin-bottom: 20px;
		margin-right: 30px;
	}
	.footer_banner_area{
	
	}
	.footer_banner01{
		float: left;
		margin-right: 20px;
	}
	.footer_banner02{
		float: left;
	}
	.footer_banner img{
		width:100%;
	}
	.footer_bottom{
		width: 930px;
		padding-top:30px;
		text-align: center;
		clear: both;
	}
}

@media all and (max-width: 767px) {
	footer{
		padding:1em 0 2em;
	}
	.footer_logo{
		width: 50%;
		margin: 1em auto;
	}
	.footer_logo img{
		width: 100%;
	}
	.footer_nav{
		width: 90%;
		margin: 1em auto;
		text-align: center;
	}
	.footer_nav li{
		font-size:15px;
		font-weight: bold;
		float: left;
		margin: 0.5em 0.8em;
	}
	.footer_banner_area{
		width: 85%;
		margin: 0 auto 2em;
	}
	.footer_banner{
		width:47.5%;
		float: left;
	}
	.footer_banner01{
		margin: 0 2.5% 0 0;
	}
	.footer_banner02{
		margin: 0 0 0 2.5%;
	}
	.footer_banner img{
		width:100%;
	}
	.copyright{
		width: 95%;
		margin: 0 auto;
		font-size:50%; 
		line-height:1.8em;
	}
}

/*share*/
footer div.sns-btns div.tw{
	float:left;
}
footer div.sns-btns div.tw{
	float:left;
}

@media all and (min-width: 768px) {
	footer div.sns-btns{
		width: 260px;
		margin: 0px auto 20px;
		padding-left: 64px
	}
}
@media all and (max-width: 767px) {
	footer div.sns-btns{
		width: 260px;
		margin: 1em auto 1em;
	}
	footer div.sns-btns div.tw{
		padding-left: 40px;
		padding-right: 20px;
	}
	footer div.sns-btns div.fb{
		padding-left: 5px;
	}
}



/* =====================================
	USER css
====================================== */


/*header*/

.nav_smp{
	position:relative;
}
.nav_smp_inner{
	position:relative;
}
#content01{
	background-color: #3f1a0d !important;
	background-repeat: repeat-x;
	background-position: top center;
	background-size:cover;
	letter-spacing:0.15em;
}

@media all and (min-width: 768px) {
	header.main nav ul li a {
		font-size:100%;
	}
	.nav_smp{
		display:none;
	}
	.nav_smp_inner{
		display:none;
	}
}
@media all and (max-width: 767px) {
	.nav_smp{
		display: block;
		position: relative;
		padding-left: 125px;
	}
	#menu{
		position: absolute;
		right: -10%;
		z-index: 200;
		margin-top: -132%;
	}
	#menu img{
		max-width: 45%;
		width: auto;	
	}
	.nav_smp_inner{
		display: block;
		position: relative;
		padding-left: 125px;
	}
	#menu_inner{
		position: absolute;
		right: -30px;
		z-index: 200;
		margin-top: -15px;
	}
	#menu_inner img{
		max-width: 45%;
		width: auto;	
	}
	div#content01 div.modal-content ul li {
		float: none;
		width: 100%;
		text-align: center;
		height: auto;
	}
	.modal_logo{
		width:100%;
		text-align: center;
		margin: 1.5em 0 2em;
	}
	.modal_logo a img{
		height: 120px;
		width: auto;
		text-align: center;
		margin: 0 auto;
	}
	div#content01 span.close-content01 img {
		position: absolute;
		right: 1em;
		top: 25px;
		max-width: 40%;
		width: 30px;
		height: auto;
	}
	div#content01 div.modal-content ul li.modal_logo a {
		position: static;
		display: block;
		text-align: center;
	}
	#content01 div.modal-content ul li {
		margin:25px 0;
	}
	#content01 div.modal-content ul li a {
		color: #f2e1c5;
		font-size: 18px;
		font-weight:bold;
		letter-spacing: -0.005em;
		height: auto;
		padding: 8px;
	}
}


/*	00.TOP
============================== */


.mainvisual_area{
	width: 100%;
	background: url(../img/bg_topmain.jpg);
}
.mainvisual_area_inner{
	position: relative;
	background: url(../img/keyvisual_2nd.png) no-repeat;
	background-size: cover;
}
.top_contents_area{
	width: 100%;
	background: url(../img/bg_topcontent.jpg);
}
.top_contents_area_inner{
	position: relative;
}
.toppage_roof,.innerpage_roof{
	background:url(../img/roof.png) repeat-x;
	z-index: 1000;
}

.update_inner::-webkit-scrollbar {
	display: none;
}

@media all and (min-width: 768px) {
	.toppage_roof{
		width:100%;
		height:50px;
		position: absolute;
		background-position:top center;
	}
	.mainvisual_area_inner{
		width: 950px;
		height: 830px;
		margin: 0 auto;
		background-position:0 58%;
	}
	.top_logo{
		width: 500px;
		height: 249px;
		background: url(../img/logo.png);
		background-size: cover;
		position: absolute;
		left: 225px;
		top: 570px;
	}
	.top_onair{
		width: 507px;
		height: 140px;
		background: url(../img/onair_pc3.png);
		background-size: cover;
		position: absolute;
		left: 20px;
		top: 60px;
	}
	.top_jack{
		width: 443px;
		height: 157px;
		background: url(../img/jack_text_pc.png);
		background-size: cover;
		position: absolute;
		right: 40px;
		top: 70px;
	}
	.nav_pc{
		width: 100%;
		height:56px;
		background: #3f1a0d;
		display: block;
	}
	.nav_pc ul{
		width: 860px;
		margin: 0 auto;
	}
	.nav_pc ul li{
		font-size: 17px;
		letter-spacing: -0.02em;
		font-weight: bold;
		margin:22px 15px 0;
		float: left;
	}
	.nav_pc ul li a:link{
		color:#f2e1c5;
		text-decoration: none;
	}
	.nav_pc ul li a:visited{
		color:#f2e1c5;
		text-decoration: none;
	}
	.nav_pc ul li a:hover{
		color:#aacd06;
		text-decoration: none;
	}
	.nav_pc ul li a:active{
		color:#f2e1c5;
		text-decoration: none;
	}
	
	/*contents*/
	.top_contents_area_inner{
		width: 950px;
		margin: 0 auto;
		padding: 40px 0;
		position: relative;
	}
	.banner_pv_pc{
		display: block;
		position: absolute;
		top: 190px;
		right: 10px;
	}
	.banner_pv_sp{
		display: none;
	}
	.update_area{
		width: 486px;
		height: 416px;
		padding: 24px;
		border: 8px solid #3f1a0d;
		background: #d4c99d;
		float: left;		
	}
	.update_inner{
		width: 486px;
		height: 350px;
		margin-top: 10px;
		overflow: auto;
		float: left;
	}
	.update_box{
		padding: 16px 0;
		border-bottom: 1px solid #3f1a0d;
	}
	.update_date{
		font-size: 12px;
		margin-bottom: 6px;
		color:#3f1a0d;
	}
	.update_text{
		font-size: 16px;
		font-weight: bold;
		line-height: 24px;
	}
	.h2_update{
		width: 187px;
		height: 60px;
		background: url(../img/h2_update.png)no-repeat;
	}
	.twitter_area{
		width: 326px;
		height: 416px;
		padding: 24px;
		border: 8px solid #3f1a0d;
		background: #d4c99d;
		float: right;
	}
	.twitter_inner{
		margin-top:10px;
	}
	.h2_twitter{
		width: 319px;
		height: 60px;
		background: url(../img/h2_twitter.png)no-repeat;
	}
	
}
@media all and (max-width: 767px) {
	.toppage_roof{
		width:100%;
		height:30px;
		position: absolute;
		background-position:bottom center;
		background-size: 18%
	}
	.mainvisual_area_inner{
		width: 100%;
		padding-top: 145%;
		position: relative;
	}
	.top_logo{
		width: 66%;
		padding-top: 28%;
		background: url(../img/logo.png) no-repeat;
		background-size: contain;
		position: absolute;
		top:8%;
		left: 17%;
	}
	.top_onair{
		width: 94%;
		padding-top: 25%;
		background: url(../img/onair_pc3.png) no-repeat;
		background-size: contain;
		position: absolute;
		left: 3%;
		bottom:0%;
	}
	.top_jack{
		width: 90%;
		padding-top: 70%;
		background: url(../img/jack_text_sp.png) no-repeat;
		background-size: contain;
		position: absolute;
		left: 5%;
		bottom: 13%;
	}
	.top_onair{
		width: 94%;
		padding-top: 25%;
		background: url(../img/onair_pc3.png) no-repeat;
		background-size: contain;
		position: absolute;
		left: 3%;
		bottom:0%;
	}
	.nav_pc{
		display: none;
	}
	/*contents*/
	.top_contents_area{
		background-size:128px;
	}
	.top_contents_area_inner{
		width: 85%;
		margin: 0 auto;
		padding: 1em 0;
		position: relative;
	}
	.banner_pv_pc{
		display: none;
	}
	.banner_pv_sp{
		width: 100%;
		margin: 0.5em auto 1.5em;
		display: block;
	}
	.banner_pv_sp img{
		width: 100%;
	}
	.update_area{
		width: 85%;
		height: 200px;
		margin-bottom: 1.5em;
		padding: 1em;
		border: 6px solid #3f1a0d;
		background: #d4c99d;
	}
	.update_inner{
		width: 100%;
		height: 140px;
		margin-top: 0.7em;
		overflow: auto;
	}
	
	.update_box{
		padding: 0 0 1em;
		margin-bottom: 1.5em;
		border-bottom: 1px solid #3f1a0d;
	}
	.update_date{
		font-size: 0.8em;
		margin-bottom: 0.5em;
		color:#3f1a0d;
	}
	.update_text{
		font-size: 0.9em;
		font-weight: bold;
		line-height: 1.6em;
	}
	.h2_update{
		width: 50%;
		padding-top: 11%;
		background: url(../img/h2_update.png)no-repeat;
		background-size: contain;
	}
	.twitter_area{
		width: 85%;
		height: 230px;
		margin-bottom: 2em;
		padding: 1em;
		border: 6px solid #3f1a0d;
		background: #d4c99d;
	}
	.h2_twitter{
		width: 90%;
		padding-top: 13%;
		background: url(../img/h2_twitter.png)no-repeat;
		background-size: contain;
	}
	.twitter_inner{
		width:100%;
		height:170px;
		margin:10px auto 0;
		display: block;
		overflow: auto;
		background:#d4c99d;
	}
	.twitter_inner::-webkit-scrollbar {
		display: none;
	}
}



/*	00.INNER TEMP
============================== */

.main_inner_wrap{

}
.h2_area{
	background: url(../img/bg_innerpage_header.jpg);
	background-repeat: no-repeat;
	border-bottom:1px solid #3f1a0d;
}
.inner_logo{
	background: url(../img/inner_logo.png);
	background-size:cover;
	background-repeat: no-repeat;	
}

@media all and (min-width: 768px) {
	.innerpage_roof{
		display: none;
	}
	.news_contents_area_inner{
		width: 950px;
		margin: 0 auto;
		padding: 60px 0;
		position: relative;
	}
	.h2_area{
		background-size:cover;
		background-position:center 30%;
	}
	.h2_area{
		width:100%;
		height:250px;
		position: relative;
	}
	.h2_divinner{
		width:950px;
		height:250px;
		margin:0 auto;
		position:relative;
	}
	.inner_logo{
		width: 260px;
		height: 129px;
		position: absolute;
		top: 30px;
		right: 0;
	}
	.h2_area h2{
		position: absolute;
		bottom: 24px;
		right: 10px;
	}
}
@media all and (max-width: 767px) {
	.innerpage_roof{
		width:100%;
		height:30px;
		position: absolute;
		background-position:bottom center;
		background-size: 18%;
		display: block;
	}
	.h2_area{
		width:100%;
		height:250px;
		background-size:cover;
		background-position:45% 30%;
		position: relative;
	}
	.h2_divinner{
		width:100%;
		height: 250px;
		margin:0 auto;
		padding: 56px 0 0;
		position:relative;
	}
	.inner_logo{
		width: 250px;
		height: 124px;
		margin: 0 auto;
	}
}

/*	01.NEWS
============================== */
.news_h2 h2{
	background: url(../img/h2_news.png);
	background-size:contain;
	background-repeat: no-repeat;
}
.news_wrapper{
	margin: 0 auto;
	background: #d4c99d;	
}
.newsall_date{
	font-weight: bold;
	color: #3f1a0d;
}
.newsall_text{
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	padding-bottom:1em;
	border-bottom:1px solid #3f1a0d;
}

/*news_inner*/
.news_date,.news_title{
	color: #3f1a0d;
	font-weight: bold;
}
.news_inner_wrap{
	border-bottom:1px solid #3f1a0d;
}
.news_h4{
	color: #ea5357;
}
.news_title{
	line-height: 1.4em;
}
.news_text{
	color: #3f1a0d;
}
.btn_back{
	margin: 3em auto 2em;
	text-align: center;
}
.btn_back a {
    color: #d4c99d;
	text-decoration: none;
}
.btn_back span {
    padding: 1em 3em;
    background-color: #3f1a0d;
}

@media all and (min-width: 768px) {
	.news_h2 h2{
		width: 198px;
		height: 54px;
	}
	.news_wrapper{
		width: 814px;
		padding: 60px;
		border: 8px solid #3f1a0d;
	}
	.newsall_date{
		font-size:14px;
		margin-top: 1.5em;
		margin-bottom: 7px;
	}
	.newsall_text{
		font-size:20px;
		padding-bottom:1em;
	}
	
	/*news_inner*/
	.news_inner_wrap{
		padding: 0 0 50px 0;
	}
	.news_date{
		font-size: 14px;
		margin-bottom: 0.8em;
	}
	.news_title{
		font-size: 28px;
		line-height: 1.4em;
		margin-bottom: 1em;
	}
	.news_img{
		margin: 0 auto 2em;
	}
	.news_img img{

	}
	.news_h4{
		font-size:20px;
		margin-top: 1.5em;
		margin-bottom: 1em;
	}
	.news_text{
		font-size: 16px;
		line-height: 1.6em;
		margin-bottom: 1em;
	}
	
}
@media all and (max-width: 767px) {
	.news_h2 h2{
		width: 130px;
		height: 35px;
		margin: 0.6em auto 0;
	}
	.news_contents_area_inner{
		width: 90%;
		margin: 0 auto;
		padding: 2em 0;
		position: relative;
	}
	.news_wrapper{
		padding: 2em 1em 2em;
		border: 4px solid #3f1a0d;
	}
	.newsall_date{
		font-size:0.8em;
		font-weight: bold;
		margin-bottom: 0.5em;
	}
	.newsall_text{
		font-size:0.9em;
		font-weight: bold;
		line-height: 1.5em;
		margin-bottom: 1.5em;
		padding-bottom:1em;
		border-bottom:1px solid #3f1a0d;
	}
	
	/*news_inner*/
	
	.news_inner_wrap {
		padding: 1em;
	}
	.news_date{
		font-size: 0.8em;
		margin-bottom: 0.6em;
	}
	.news_title{
		font-size: 1.3em;
		line-height: 1.5em;
		margin-bottom: 0.5em;
	}
	.news_img{
		margin: 0 auto 2em;
	}
	.news_img img{
		max-width: 100%;
	}
	.news_h4{
		font-size:1.2em;
		line-height: 1.5em;
		margin-bottom: 0.6em;
	}
	.news_text{
		font-size: 0.9em;
		line-height: 1.5em;
		margin-bottom: 1.2em;
	}
}


/*	02.ONAIR
============================== */

.onair_h2 h2{
	background: url(../img/h2_onair.png);
	background-size:contain;
	background-repeat: no-repeat;
}
section.onair_section{
	margin-bottom:2em;
}
section.onair_section table{
	word-break: break-all;
}
section.onair_section th {
	background: #3f1a0d;
}
.onair_table01 th, .onair_table01 td {
	text-align: left;
	background: #d4c99d;
}
.onair_table01 td {
	color: #3f1a0d;
	font-weight: bold;
}
.onair_table02 th, .onair_table02 td {
	width: 50%; text-align: left;
	background: #d4c99d;
}
.onair_section h3{
	color:#3f1a0d;
}
.onair_caution{
	font-size:0.8em;
	padding-top:1em;
	color:#3f1a0d;
}
.henkou{
	font-size:80%;
	color:#e75256;
	font-weight:bold;
}

@media all and (min-width: 768px) {
	.onair_h2 h2{
		width: 199px;
		height: 54px;
	}
	.onair_contents_area_inner{
		width: 860px;
		margin: 0 auto;
		padding: 40px 0;
	}
	.onair_wrap{
		width:590px;
		margin:0 auto;
		padding:0 0 0 0;
	}
	.onair_section h3{
		font-size:32px;
		font-weight: normal;
		margin-bottom:16px;
	}
	section.onair_section table{
		width: 100%;
	}
	section.onair_section th, section td {
		padding: 10px 20px;
		border: 1px solid #3f1a0d;
	}
	section.onair_section2 td {
		padding: 20px;
		border: 1px solid #3f1a0d;
	}
	section.onair_section th {
		color:#fff;
		background: #3f1a0d;
		border: 1px solid #d4c99d;
	}
	section.onair_section2 th {
		color:#fff;
		background: #3f1a0d;
		border: 1px solid #3f1a0d;
	}
	.haishin_store td {
		font-size:0.9em;
		color: #3f1a0d;
		border: 1px solid #3f1a0d;
	}
	.haishin_caption{
		line-height: 1.5em;
		color: #3f1a0d;
		font-weight: bold;
	}
}

@media all and (max-width: 767px) {
	.onair_h2 h2{
		width: 129px;
		height: 35px;
		margin: 0.6em auto 0;
	}
	.onair_contents_area_inner{
		width: 85%;
		margin: 0 auto;
		padding: 1.5em 0;
	}
	.onair_wrap{
		width:85%;
		margin:0 auto;
		padding:0 0 0 0;
	}
	.onair_section h3{
		font-size:24px;
		font-weight: bold;
		margin-bottom:20px;
		text-align: left;
	}
	section.onair_section table{
		width: 100%;
	}
	section.onair_section th, section td {
		padding: 10px;
		border: 1px solid #3f1a0d;
	}
	.onair_table01 { 
		margin: 0 -10px;
	}
	section.onair_section th {
		color:#fff;
		background: #3f1a0d;
	}
	.onair_table01 tr {
		display:block;
		margin-bottom: 10px;
	}
	.onair_table01 th {
		display:block;
		width: 100%;
	}
	.onair_table01 td {
		display: list-item;
		width: 100%;
		border:none;
		list-style:none;
		border-left: 1px solid #3f1a0d;
		border-right: 1px solid #3f1a0d;
		border-bottom: 1px solid #3f1a0d;
	}
	.haishin_store td{
		font-size:0.6em;
		font-weight:bold;
		background: #3f1a0d;
		color:#ffffff;
	}
	.haishin_caption{
		line-height: 1.5em;
		color: #3f1a0d;
		font-weight: bold;
		border-bottom:10px solid #ab9c6a;
	}
	.haishin_caption_last{
	}
}

/*	03.STAFF&CAST
============================== */
.staffcast_h2 h2{
	background: url(../img/h2_staffcast.png);
	background-size:contain;
	background-repeat: no-repeat;
}
.staffcast_contents_area_inner{
	background: url(../img/bg_staffcast.png);
	background-repeat: no-repeat;
}
.h3_staffcast{
	color:#fff;
	text-shadow:0px 0px 7px #000000,0px 0px 12px #000000;
	margin-bottom:0.5em;
}
.staffcast_list{
	color:#fff;
	text-shadow:0px 0px 7px #000000,0px 0px 12px #000000;
	margin-bottom:2em;
}

@media all and (min-width: 768px) {
	.staffcast_h2 h2{
		width: 432px;
		height: 54px;
	}
	.staffcast_contents_area_inner{
		width: 100%;
		min-width: 1280px;
		margin: 0 auto;
		background-size:cover;
		background-position: center center;
	}
	.staffcast_wrapper{
		width: 750px;
		margin: 0 auto;
		padding: 165px 0;
	}
	.staffcast_left{
		float: left;
	}
	.staffcast_right{
		float: left;
		margin-left: 40px;
	}
	.h3_staffcast{
		font-size: 32px;
	}
	.staffcast_list{
		font-size: 18px;
		line-height: 36px;
		color:#fff;
	}
}

@media all and (max-width: 767px) {
	.staffcast_h2 h2{
		width: 280px;
		height: 35px;
		margin: 0.6em auto 0;
	}
	.staffcast_contents_area_inner{
		width: 100%;
		background-size:cover;
		background-position: 55% top;
	}
	.staffcast_wrapper{
		width: 85%;;
		margin: 0 auto;
		padding: 3em 0;
	}
	.staffcast_left{
		
	}
	.staffcast_right{

	}
	.h3_staffcast{
		font-size: 1.6em;
	}
	.staffcast_list{
		font-size: 0.9em;
		font-weight: bold;
		line-height: 1.8em;
	}
}

/*	04.STORY
============================== */

.story_h2 h2{
	background: url(../img/h2_story.png);
	background-size:contain;
	background-repeat: no-repeat;
}
.story_contents_area_inner{
	background: url(../img/bg_intro.png);
	background-repeat: no-repeat;
}
.story_text,.story_caption{
	color: #e2d1b6;
	font-weight: bold;
	text-shadow: 0px 0px 7px #000000, 0px 0px 12px #000000;
}
.flexslider, .flexslider img{
	width: 100%;
}


@media all and (min-width: 768px) {
	.story_h2 h2{
		width: 195px;
		height: 54px;
	}
	.story_contents_area_inner{
		width: 100%;
		min-width: 1280px;
		margin: 0 auto;
		padding: 150px 0 100px; 
		background-size:cover;
		background-position: center center;
	}
	.intro_text{
		width: 743px;
		height: 676px;
		margin: 0 auto;
		background: url(../story/img/introtext_pc.png) no-repeat;
		background-size:cover;
	}
	/*story_all*/
	.storynav{
		width: 840px;
		margin: 0 auto;
	}
	.storynav li{
		margin: 5px;
		float: left;
	}
	.btn_intro{
		width: 830px;
		margin: 5px auto;
	}
	/*inner*/
	.story_inner{
		width: 870px;
		margin: 0 auto;
		padding: 0px 0 30px;
		border-bottom:1px solid #3f1a0d;
	}
	.story_title{
		text-align: center;
		margin-bottom:20px;
	}
	.story_text{
		font-size:20px;
		line-height: 36px;
		margin-bottom: 1em;
	}
	.story_caption{
		font-size:14px;
		line-height: 20px;
		margin-bottom: 0.5em;
	}
}

@media all and (max-width: 767px) {
	.story_h2 h2{
		width: 126px;
		height: 35px;
		margin: 0.6em auto 0;
	}
	.story_contents_area_inner{
		width: 100%;
		padding: 4em 0 3em; 
		background-size:cover;
		background-position: 55% top;
	}
	.intro_text{
		width: 85%;
		margin: 0 auto;
		padding-top: 100%;
		background: url(../story/img/introtext_sp.png) no-repeat;
		background-size:contain;
	}
	/*story_all*/
	.storynav{
		width: 90%;
		margin: 0 auto;
	}
	.storynav li{
		width: 48%;
		margin: 1%;
		float: left;
	}
	.storynav li img{
		width: 100%;
	}
	.btn_intro{
		width: 90%;
		margin: 1% auto;
	}
	.btn_intro img{
		width: 100%;
	}
	/*inner*/
	.story_inner{
		width: 90%;
		margin: 0 auto;
		padding: 0px 0 1em;
		border-bottom:1px solid #3f1a0d;
	}
	.story_title{
		width: 100%;
		text-align: center;
		margin-bottom:1em;
	}
	.story_title img{
		width: 100%;
	}
	.story_text{
		font-size:0.9em;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	.story_caption{
		font-size:0.8em;
		line-height: 1.6em;
		margin-bottom: 0.5em;
	}
}

/*	05.CHARACTER
============================== */

.chara_h2 h2{
	background: url(../img/h2_chara.png);
	background-size:contain;
	background-repeat: no-repeat;
}
.chara_wrapper{
	background:#f2e1c5;	
}
.chara_nav_pc a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	transition:all 0s ease;
}

@media all and (min-width: 768px) {
	.chara_h2 h2{
		width: 389px;
		height: 54px;
	}
	.chara_wrapper_over{
		width: 1280px;
		height: 630px;
		margin: 0 auto;
		background: url(../img/bg_charaall.jpg) no-repeat;
		background-position: center top;
	}
	.chara_nav_pc{
		display: block;
		width: 960px;
		height: 600px;
		margin: 0 auto;
		position: relative;
	}
	.chara_nav_pc_01{
		position: absolute;
		bottom:0;
		left:22px;
	}
	.chara_nav_pc_02{
		position: absolute;
		bottom:0;
		left:144px;
	}
	.chara_nav_pc_03{
		position: absolute;
		bottom:0;
		left:245px;
	}
	.chara_nav_pc_04{
		position: absolute;
		bottom:0;
		left:385px;
	}
	.chara_nav_pc_05{
		position: absolute;
		bottom:0;
		left:500px;
	}
	.chara_nav_pc_06{
		position: absolute;
		bottom:0;
		left:700px;
	}
	.chara_nav_pc_07{
		position: absolute;
		bottom:0;
		left:826px;
	}
	.chara_nav_sp{
		display: none;
	}
	/* inner */
	.charainner_wrapper_over{
		width: 1280px;
		height: 950px;
		margin: 0 auto;
		background: url(../img/bg_chara.jpg) no-repeat;
		background-position: center top;
	}
	.charainner_wrapper_inner{
		width: 950px;
		height: 950px;
		margin: 0 auto;
		position: relative;
	}
	.charainner_left{
		width: 390px;
		margin: 100px 0 0 0;
		text-align: right;
		float: left;
	}
	.chara_tati{
		display: block;
	}
	.chara_sp_img{
		display: none;
	}
	.charainner_right{
		width: 550px;
		margin: 100px 0 0 10px;
		float: left;
		position: relative;
	}
	.chara_face{
		position:absolute;
		z-index: 0;
	}
	.chara_caption{
		position: absolute;
		top: 350px;
		left: 40px;
		z-index: 1;
	}
	.chara_name{
		margin: 0 0 14px 0;
	}
	.chara_text{
		font-size: 20px;
		font-weight: bold;
		color: #3f1a0d;
		line-height: 32px;
		margin: 0 0 14px 0;
	}
	.charainner_nav{
		width: 320px;
		margin-left: -10px;
	}
	.charainner_nav li{
		width: 70px;
		float: left;
		margin:0 0 10px 10px;
	}
	.charainner_nav li img{
		width: 100%;
	}
}

@media all and (max-width: 767px) {
	.chara_h2 h2{
		width: 252px;
		height: 35px;
		margin: 0.6em auto 0;
	}
	.chara_wrapper_over{
		width: 100%;
		height: 100%;
		margin: 0 auto;
		background: url(../img/bg_charaall_sp.jpg) no-repeat;
		background-position: center bottom;
		background-size: cover;
	}
	.chara_nav_pc{
		display: none;
	}
	.chara_nav_sp{
		display: block;
		padding: 2em 0 2em;
	}
	.chara_nav_sp ul{
		width:96%;
		margin:0 auto;
	}
	.chara_nav_sp ul li{
		width:48%;
		margin:1%;
		float:left;
	}
	.chara_nav_sp ul li img{
		width:100%;
	}
	/*inner*/
	.charainner_wrapper_over{
		width: 100%;
		height: 100%;
		margin: 0 auto;
		padding: 2em 0 3em 0;
		background: url(../img/bg_charaall_sp.jpg) no-repeat;
		background-position: center bottom;
		background-size: cover;
	}
	.chara_tati{
		display: none;
	}
	.chara_sp_img{
		display: block;
		width: 100%;
		text-align: right;
		margin: 0 0 1.5em 0;
	}
	.chara_sp_img img{
		width: 95%;
	}
	.chara_face{
		display: none;
	}
	.chara_name{
		display: none;
	}
	.chara_text{
		width: 85%;
		font-size: 1.1em;
		font-weight: bold;
		color: #3f1a0d;
		line-height: 1.5em;
		margin: 0 auto 1em;
	}
	.charainner_nav{
		width: 88%;
		margin: 0 auto;
	}
	.charainner_nav li{
		width: 23%;
		float: left;
		margin:1% 1%;
	}
	.charainner_nav li img{
		width: 100%;
	}
}


/*	06.Blu-ray&DVD
============================== */

/*music*/
.music_h2 h2{
	background: url(../img/h2_music.png);
	background-size:contain;
	background-repeat: no-repeat;
}
.music_wrapper{
	margin: 0 auto;
	background: #d4c99d;	
}
.cd_caption{
	color: #3f1a0d;
}
.cd_text img{
	width:100%;
}

@media all and (min-width: 768px) {
	.disc_h2 h2{
		width: 198px;
		height: 54px;
	}
	.music_h2 h2{
		width: 198px;
		height: 54px;
	}
	
	/*music*/
	.music_contents_area_inner{
		width: 950px;
		margin: 0 auto;
		padding: 60px 0;
		position: relative;
	}
	.music_wrapper{
		width: 814px;
		padding: 0 60px;
		border: 8px solid #3f1a0d;
	}
	.cd_wrap{
		width:790px;
		margin:0 auto;
		padding:0 0 0 0;
	}
	.cd_block{
		width: 790px;
		margin: 0 auto;
		padding:60px 0 60px;
		border-bottom: 1px solid #3f1a0d;
	}
	.cd_img{
		width:350px;
		float: left;
		margin-bottom: 1em;
	}
	.cd_caption{
		width: 390px;
		margin: 0 0 0 40px;
		padding: 20px 0 0 0;
		float: left;
	}
	.cd_genre{
		font-size: 16px;
		margin-bottom: 0.5em;
	}
	.cd_title{
		font-size:24px;
		margin-bottom: 0.5em;
		margin-left: -0.5em;
		letter-spacing: -0.02em;
	}
	.cd_artist{
		font-size:20px;
		margin-bottom: 2em;
	}
	.cd_text{
		font-size:16px;
		line-height: 1.5em;
		margin-bottom: 1.5em;
	}
}

@media all and (max-width: 767px) {
	.disc_h2 h2{
		width: 130px;
		height: 35px;
		margin: 0.6em auto 0;
	}
	.music_h2 h2{
		width: 130px;
		height: 35px;
		margin: 0.6em auto 0;
	}
	
	/*music*/
	
	.music_contents_area_inner{
		width: 90%;
		margin: 0 auto;
		padding: 2em 0;
		position: relative;
	}
	.music_wrapper{
		padding: 0 1em 4em;
		border: 4px solid #3f1a0d;
	}
	.cd_block{
		width: 100%;
		margin: 0 auto;
		padding:2em 0 2em;
		border-bottom: 1px solid #3f1a0d;
	}
	.cd_img{
		width:100%;
		margin-bottom: 1em;
	}
	.cd_img img{
		width:100%;
		margin-bottom: 0.5em;
	}
	.cd_caption{
		width: 100%;
		margin: 1em 0 0;
		float: left;
	}
	.cd_genre{
		font-size: 0.8em;
		margin-bottom: 0.8em;
	}
	.cd_title{
		font-size:1.1em;
		margin-bottom: 0.7em;
		margin-left: -0.5em;
		letter-spacing: -0.02em;
	}
	.cd_artist{
		font-size:1em;
		margin-bottom: 2em;
	}
	.cd_text{
		font-size:0.8em;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
}


/*	07.GOODS
============================== */

.goods_h2 h2{
	background: url(../img/h2_goods.png);
	background-size:contain;
	background-repeat: no-repeat;
}

@media all and (min-width: 768px) {
	.goods_h2 h2{
		width: 198px;
		height: 54px;
	}
	.goods_nav{
		width:810px;
		margin: 80px auto 0;
	}
	.goods_nav li{
		width: 380px;
		margin: 10px;
		float:left;
	}
	.goods_nav li img{
		width: 380px;
	}
	.goods_all_nav{
		width:750px;
		margin: 80px auto 0;
	}
	.goods_all_nav li{
		width: 230px;
		margin: 10px;
		float:left;
	}
	.goods_all_nav li img{
		width: 100%;
	}
	.goods_title{
		font-size: 24px;
		line-height: 1.3em;
		margin-bottom: 0.5em;
	}
	.goods_caption{
		font-size: 16px;
		line-height: 1.5em;
	}
	.goods_caption dt{
		font-weight: bold;
	}
	.goods_caption dd{
		margin-bottom: 1em;
	}
	.goods_caption small{
		font-size: 80%;
	}
}

@media all and (max-width: 767px) {
	.goods_h2 h2{
		width: 130px;
		height: 35px;
		margin: 0.6em auto 0;
	}
	.goods_nav{

	}
	.goods_nav li{
		width:90%;
		margin: 1.5em auto 0;
	}
	.goods_nav li img{
		width: 100%;
	}
	.goods_all_nav{
		width: 100%;
		margin: 2em auto 0;
	}
	.goods_all_nav li{
		width:46%;
		margin: 2%;
		float: left;
	}
	.goods_all_nav li img{
		width: 100%;
	}
	.goods_title{
		font-size: 1.4em;
		line-height: 1.4em;
		margin-bottom: 0.5em;
	}
	.goods_caption{
		font-size: 0.9em;
		line-height: 1.5em;
	}
	.goods_caption dt{
		font-weight: bold;
	}
	.goods_caption dd{
		margin-bottom: 1em;
	}
	.goods_caption small{
		font-size: 80%;
	}
}

/*Blu-ray&DVD*/
.disc_h2 h2{
	background: url(../img/h2_disc.png);
	background-size:contain;
	background-repeat: no-repeat;
}
.disc_wrapper{
	margin: 0 auto;
	background: #d4c99d;	
}
.disc_caption{
	color: #3f1a0d;
}
.disc_img img{
	width:100%;
	margin-bottom: 0.5em;
}
.disc_text img{
	width:100%;
}
/*oritoku*/
.oritoku_table{
	line-height: 1.6em;
}
.oritoku_table th{
	background: #3f1a0d;
	color: #d4c99d;
	padding: 1em;
	border: 1px solid #d4c99d;
}
.oritoku_table td{
	font-size:0.9em;
	background: #d4c99d;
	color: #3f1a0d;
	padding: 1em;
	border: 1px solid #3f1a0d;
}
.oritoku_store{
	font-weight: bold;
}


@media all and (min-width: 768px) {
	.disc_h2 h2{
		width: 310px;
		height: 51px;
	}
	.disc_contents_area_inner{
		width: 950px;
		margin: 0 auto;
		padding: 60px 0;
		position: relative;
	}
	.disc_wrapper{
		width: 814px;
		padding: 0 60px 80px;
		border: 8px solid #3f1a0d;
	}
	.disc_wrap{
		width:790px;
		margin:0 auto;
		padding:0 0 0 0;
	}
	.disc_block{
		width: 790px;
		margin: 0 auto;
		padding:60px 0 60px;
		border-bottom: 1px solid #3f1a0d;
	}
	.disc_img{
		width:350px;
		float: left;
		margin-bottom: 1em;
	}
	.disc_caption{
		width: 390px;
		margin: 0 0 0 40px;
		padding: 20px 0 0 0;
		float: left;
	}
	.disc_title{
		font-size:32px;
		color:#3f1a0d;
		margin-bottom: 0.5em;
		margin-left: -0.5em;
	}
	.disc_sale{
		font-size:24px;
		color:#3f1a0d;
		margin-bottom: 1.0em;
		margin-left: 1em;
	}
	.disc_text{
		font-size:16px;
		color:#3f1a0d;
		line-height: 1.5em;
		margin-bottom: 1.5em;
	}
	.disc_text small{
		font-size:12px;
	}
	/*oritoku*/
	.oritoku_title{
		font-size:32px;
		color:#3f1a0d;
		margin-bottom: 0.5em;
	}
	.oritoku_title small{
		font-size:18px;
		color:#3f1a0d;
		margin-bottom: 0.5em;
	}
	.oritoku_sample{
		font-size:12px !important;
	}
}

@media all and (max-width: 767px) {
	.disc_h2 h2{
		width: 213px;
		height: 35px;
		margin: 0.6em auto 0;
	}
	.disc_contents_area_inner{
		width: 90%;
		margin: 0 auto;
		padding: 2em 0;
		position: relative;
	}
	.disc_wrapper{
		padding: 0 1em 4em;
		border: 4px solid #3f1a0d;
	}
	.disc_block{
		width: 100%;
		margin: 0 auto;
		padding:2em 0 2em;
		border-bottom: 1px solid #3f1a0d;
	}
	.disc_img{
		width:100%;
		margin-bottom: 1em;
	}
	.disc_caption{
		width: 100%;
		margin: 1em 0 0;
		float: left;
	}
	.disc_title{
		font-size:1.15em;
		color:#3f1a0d;
		margin-bottom: 0.7em;
	}
	.disc_sale{
		font-size:1.0em;
		color:#3f1a0d;
		margin-bottom: 0.7em;
		margin-left: 1.8em;
	}
	.disc_text{
		font-size:0.9em;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	.disc_text small{
		font-size:0.8em;
	}
	/*oritoku*/
	.oritoku_title{
		font-size:1.4em;
		line-height: 1.4em;
		color:#3f1a0d;
		margin-bottom: 0.7em;
	}
	.oritoku_title small{
		font-size:0.8em;
		color:#3f1a0d;
		margin-top:0.7em;
		margin-bottom: 0.7em;
	}
	.oritoku_sample{
		width: 50px;
		font-size: 0.7em !important;
	}
	.oritoku_sample img{
		width: 50px;
	}
	.oritoku_table_2{
		font-size: 0.9em;
	}
	.oritoku_table_2 .oritoku_sample{
		font-size: 1em;
	}
	.oritoku_table_2 .oritoku_item{
		width: 110px;
	}
	.oritoku_table_2 .oritoku_loppi{
		width: 60px;
	}
	.oritoku_table_2 .oritoku_uke,.oritoku_table_2 .oritoku_ukekan{
		width: 60px;
	}
}


/*	08.SPECIAL
============================== */

.special_h2 h2{
	background: url(../img/h2_special.png);
	background-size:contain;
	background-repeat: no-repeat;
}
.special_wrapper{
	margin: 0 auto;
	background: #d4c99d;	
}
.special_list li img{
	width: 100%;
}
.special_table{
	width:100%;
}
.special_table td{
	padding: 0.5em;
}
.special_table td img{
	width:100%;
}
@media all and (min-width: 768px) {
	.special_h2 h2{
		width: 198px;
		height: 54px;
	}
	.special_contents_area_inner{
		width: 950px;
		margin: 0 auto;
		padding: 60px 0;
		position: relative;
	}
	.special_wrapper{
		width: 790px;
		padding: 72px;
		border: 8px solid #3f1a0d;
	}
	.special_list li{
		margin: 20px 0;
	}
}

@media all and (max-width: 767px) {
	.special_h2 h2{
		width: 130px;
		height: 35px;
		margin: 0.6em auto 0;
	}
	.special_contents_area_inner{
		width: 90%;
		margin: 0 auto;
		padding: 2em 0;
		position: relative;
	}
	.special_wrapper{
		padding: 2em 1em 2em;
		border: 4px solid #3f1a0d;
	}
	.special_list li{
		margin: 0.5em 0;
	}
}


/*	OTHER CSS
============================== */

/*SP保存禁止*/
img{
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}

/*/////////////////////////////////////////////////////////////////////////
ローディング
/////////////////////////////////////////////////////////////////////////*/


#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background:url(../img/bg_intro.png),#000000;
  background-position:center center;
  background-size:cover;
  z-index: 9999;
}
@media all and (min-width: 768px) {
	#loader {
	  display: none;
	  position: fixed;
	  top: 50%;
	  left: 50%;
	  width: 373px;
	  height: 444px;
	  margin-top: -182px;
	  margin-left: -186px;
	  text-align: center;
	  color: #fff;
	  z-index: 103;
	}
}

@media all and (max-width: 767px) {
	#loader {
	  display: none;
	  width: 300px;
	  height: 300px;
	  margin:40% auto 0;
	  text-align: center;
	  color: #fff;
	  z-index: 102;
	}
	#loader img{
	  width: 300px;
	  height: 300px;
	}
}
