@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Zilla+Slab:700i);
@import url(https://fonts.googleapis.com/css?family=Montserrat:600,700,800);
@import url(https://fonts.googleapis.com/css?family=Emblema+One);

#contents{
	width: auto;
}

body.page-template-single-hakata{
	/*font-family: 'Noto Sans Japanese', serif !important;*/
}

#header.pc_header{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*
#page_top a p{
	color: #fff;
}

#page_top a p.txt_color{
	color: #111;
}
*/
a{
	color: #fff;
}

html{
	font-size: 10px;
}

#contents{
	color: #fff;
	line-height: 1;
	background: url(../images/sp09_new/bg_ill.png) no-repeat #111 center 980px;
	padding: 0;
}
	@media screen and (max-width: 1170px){
		#contents{
			background: #111;
		}
	}

/*###############################################

header

##############################################*/
#sp09_header{
	background: #fff100;
	overflow: hidden;
	height: 55px;
	width: 100%;
	position: fixed;
	z-index: 100000;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	@media screen and (max-width: 1170px){
		#sp09_header{
			height: 160px;
		}
	}

#sp09_header .inr_header{
	width: 1170px;
	margin: 0 auto;
}
	@media screen and (max-width: 1170px){
		#sp09_header .inr_header{
			width: 100%;
		}
	}

#sp09_header ul li{
	float: left;
	/*width: 16.66%;*/
	width: 12.5%;
	text-align: center;
}
	@media screen and (max-width: 1170px){
		#sp09_header ul li{
			width: 50%;
			height: 40px;
			overflow: hidden;
		}
	}

#sp09_header ul li a{
	color: #111;
	display: block;
	line-height: 55px;
	text-decoration: none;
	font-size: 1.7rem;
	font-family: 'Emblema One', cursive;
	font-weight: 600;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
	@media screen and (max-width: 1170px){
		#sp09_header ul li a{
			font-size: 1.4rem;
			height: 40px;
			line-height: 40px;
		}
	}

#sp09_header ul li a:hover{
	color: #e1222a;
	text-decoration: none;
}


#sp09_header.slide{
	top: -55px
}
	@media screen and (max-width: 1170px){
		#sp09_header.slide{
			top: -160px;
		}
	}

/*###############################################

sma_sns

##############################################*/
#sma_sns{
	display: none;
}
@media screen and (max-width: 1170px){
	#sma_sns{
		display: block;
	}

	#sma_sns .sns_area{
		margin: 0 auto;
		padding: 15px 0;
		display: flex;
		justify-content: center;
		width: 100%;
	}
}

/*###############################################

main

##############################################*/
#main{
	width: 100%;
	height: 876px;
	background: url(../images/sp09_new/main.png) no-repeat center 0;
	margin-bottom: 80px;
}

#main .main_inr{
	width: 100%;
	height: 876px;
	position: relative;
}

#main .main_inr .sns_area{
	width: auto;
}

#main .main_inr .sns_area iframe{
	width: 90px;
}

#main .main_inr .sns_area{
	position: absolute;
	left: 50%;
	top: 400px;
	transform: translate(-50%, 0);
}
	@media screen and (max-width: 1170px){
		#main .main_inr .sns_area{
			display: none;
		}
	}

#main .main_inr .pv{
	position: absolute;
	right: 20px;
	top: 25px;
}

/* スマホ */
#sma_main{
	display: none;
}
	@media screen and (max-width: 1170px){
		#sma_main{
			display: block;
			margin-bottom: 20px;
		}

		#sma_main img{
			width: 100%;
		}

		#main{
			display: none;
		}
	}

/*###############################################

inr_common

##############################################*/
.inr_common{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
	@media screen and (max-width: 1170px){
		.inr_common{
			width: auto;
			padding: 0 15px;
			overflow: hidden;
		}
	}

/*###############################################

ttl_base

##############################################*/
.ttl_base{
	color: #111;
	margin: 0 0 40px;
	background: #fff100;
	text-align: left;
	text-indent: 80px;
	padding: 10px 0;
	position: relative;
}
	@media screen and (max-width: 1170px){
		.ttl_base{
			background: none;
			color: #fff100;
			text-align: center;
			text-indent: 0;
			margin: 0 0 20px;
		}
	}

.ttl_base:before{
	content: "";
	width: 104px;
	height: 68px;
	display: block;
	background: url(../images/sp09_new/icon_bullet_hole.png) no-repeat;
	position: absolute;
	left: -20px;
	top: -4px;
	background-size: 104px 68px;
}
	@media screen and (max-width: 1170px){
		.ttl_base:before{
			display: none;
		}
	}

.ttl_base span{
	vertical-align: middle;
}

.ttl_base span.en{
	font-family: 'Emblema One', cursive;
	font-size: 4.0rem;
	font-weight: 600;
	margin: 0 8px 0 0;
	vertical-align: middle;
}
	@media screen and (max-width: 1170px){
		.ttl_base span.en{
			font-size: 3.7rem;
			margin: 0 0 3px;
			display: block;
		}
	}

.ttl_base span.jp{
	font-size: 1.6rem;
	font-weight: 500;
}
	@media screen and (max-width: 1170px){
		.ttl_base span.jp{
			font-size: 1.4rem;
			font-weight: 600;
		}
	}

/*###############################################

comment

##############################################*/
.comment-box{
	width: 1000px;
	margin: 0 auto 100px;
	box-sizing: border-box;
}
	@media screen and (max-width: 1170px){
		.comment-box{
			width: auto;
			margin-bottom: 30px;
		}
	}

.comment-box .inr_common{
	width: auto;
}

.comment-box .set-box{
	margin-bottom: 40px;
	padding: 20px 40px 35px;
}
	@media screen and (max-width: 1170px){
		.comment-box .set-box{
			margin-bottom: 30px;
			padding: 20px;
		}
	}

.comment-box .set-box.-author{
	background: rgba(35, 42, 69, 0.5);
}

.comment-box .set-box.-illustrator{
	background: rgba(78, 67, 59, 0.5);
}

.comment-box p{
	font-size: 1.5rem;
	line-height: 2;
}
	@media screen and (max-width: 1170px){
		.comment-box p{
			font-size: 1.4rem;
			margin: 0;
			line-height: 1.8;
		}
	}

.comment-box p.txt-ttl{
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 10px;
}
	@media screen and (max-width: 1170px){
		.comment-box p.txt-ttl{
			font-size: 2.2rem;
			margin-bottom: 0;
		}
	}

.comment-box p.txt-ttl span{
	font-size: 20px;
	margin-left: 5px;
}


/*###############################################

news

##############################################*/
#news{
	background: #fff100;
	padding: 30px 0;
	margin: 0 0 80px;
	display: none;
}
	@media screen and (max-width: 1170px){
		#news{
			padding: 30px 0;
			margin: 0 0 40px;
		}
	}

#news .inr_common{
	width: 900px;
	overflow: hidden;
}
	@media screen and (max-width: 1170px){
		#news .inr_common{
			width: auto;
		}
	}

#news .inr_common .ttl_news{
	float: left;
	margin: 0 60px 0 0;
	color: #111;
	text-indent: 0;
	padding: 0;
}
	@media screen and (max-width: 1170px){
		#news .inr_common .ttl_news{
			float: none;
			margin: 0 0 15px;
		}
	}

#news .inr_common .ttl_news:before{
	display: none;
}

#news .inr_common .ttl_news span.en{
	font-size: 5.0rem;
}
	@media screen and (max-width: 1170px){
		#news .inr_common .ttl_news span.en{
			font-size: 3.0rem;
		}
	}

#news .inr_common ul{
	font-size: 1.4rem;
	width: 600px;
	float: left;
}
	@media screen and (max-width: 1170px){
		#news .inr_common ul{
			width: auto;
			float: none;
			font-size: 1.5rem;
		}
	}

#news .inr_common ul li{
	margin: 0 0 10px;
	overflow: hidden;
	color: #111;
	white-space: nowrap;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
	@media screen and (max-width: 1170px){
		#news .inr_common ul li{
			line-height: 1.5;
			margin: 0 0 20px;
			white-space: normal;
			text-overflow: inherit;
			-moz-text-overflow: inherit;
			-o-text-overflow: nowrap;
		}

		#news .inr_common ul li:last-child{
		margin: 0;
		}
	}

#news .inr_common ul li  span{
	background: #111;
	color: #fff100;
	padding: 6px 10px 4px;
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 1.4rem;
}
	@media screen and (max-width: 1170px){
		#news .inr_common ul li  span{
			display: block;
			font-size: 1.5rem;
			padding: 5px 10px;
			margin: 0 0 8px;
		}
	}

#news .inr_common ul li a{
	color: #111;
	text-decoration: underline;
}

#news .inr_common ul li a:hover{
	text-decoration: none;
}

/*###############################################

banner

##############################################*/
#banner ul{
	margin: 0 auto 80px;
	font-size: 0;
	text-align: center;
}
	@media screen and (max-width: 750px){
		#banner ul{
			width: auto;
			margin: 0 auto 40px;
			padding: 0 15px;
		}
	}

#banner ul{
	overflow: hidden;
}

#banner ul li{
	display: inline-block;
	margin: 0 20px;
}

@media screen and (max-width: 750px){
	#banner ul li{
		float: none;
	}

	#banner ul li img{
			width: 100%;
	}
}

#banner ul li:first-child{
}
	@media screen and (max-width: 750px){
		#banner ul li:first-child,
		#banner ul li:nth-child(2){
			margin: 0 0 20px;
		}
	}

/*###############################################

tw_story_wpr

##############################################*/
#tw_story_wpr{
	width: 1000px;
	overflow: hidden;
	margin: 0 auto 50px;
}
	@media screen and (max-width: 1170px){
		#tw_story_wpr{
			width: auto;
		}
	}

#tw_story_wpr .ttl_base{
	margin: 0 0 25px;
}

/*###############################################

tw

##############################################*/
#tw{
	float: left;
	width: 450px;
}
	@media screen and (max-width: 1170px){
		#tw{
			float: none;
			width: auto;
			padding: 0 15px;
			margin: 0 auto 80px;
			max-width: 450px;
		}

		iframe#twitter-widget-0{
			width: 100% !important;
			;
		}
	}

#tw .followme{
	border: 1px solid #fff100;
	text-align: right;
	color: #fff100;
	font-size: 1.4rem;
	margin: 10px 0 0;
	display: inline-block;
	padding: 5px 10px 8px;
	float: right;
}

#tw .followme:hover{
	text-decoration: none;
	background: #fff100;
	color: #111;
}

/*###############################################

story

##############################################*/
#story{
	width: 450px;
	float: right;
	text-align: center;
	margin: 0 0 100px;
}
	@media screen and (max-width: 1170px){
		#story{
			float: none;
			width: auto;
			margin: 0;
		}
	}

#story .inr_common{
	width: auto;
}

#story p{
	text-align: left;
	font-size: 1.45rem;
	line-height: 1.5;
}
	@media screen and (max-width: 1170px){
		#story p{
			text-align: left;
			line-height: 1.75;
		}

		#story p br{
			display: none;
		}
	}

#story p span.font_lb{
	color: #fff100;
	font-size: 150%;
	font-weight: 600;
}
	@media screen and (max-width: 1170px){
		#story p span.font_lb{
			font-size: 100%;
		}
	}

#story p span.dash{
	font-weight: lighter;
	letter-spacing: -0.4rem;
}

/*###############################################

animation

##############################################*/
#animation {
	margin: 0 0 50px;
}

@media screen and (max-width: 1170px){
	#animation .ttl_base{
		margin: 0 0 25px;
	}
}

#animation p.main{
	font-size: 2.2rem;
	line-height: 1.5;
	color: #fff100;
	text-align: center;
	font-weight: bold;
	margin: 0 0 40px;
}
	@media screen and (max-width: 1170px){
		#animation p.main{
			text-align: left;
			font-size: 1.8rem;
		}

		#animation p.main br{
			display: none;
		}
	}

#animation .inr_common > ul{
	width: 810px;
	overflow: hidden;
	margin: 0 auto 40px;
}
	@media screen and (max-width: 1170px){
		#animation .inr_common > ul{
			width: 100%;
			margin: 0 auto 20px;
		}
	}

#animation ul li.cast-box,
#animation ul li.staff-box{
	height: 565px;
	float: left;
	border: 5px solid #fff100;
	padding: 20px 40px 30px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}
	@media screen and (max-width: 1170px){
		#animation ul li.cast-box,
		#animation ul li.staff-box{
			height: auto;
			float: none;
			padding: 25px;
		}
	}


#animation ul li.cast-box .ttl,
#animation ul li.staff-box .ttl,
#animation .onair-box .ttl,
#animation .bl-box .ttl,
#animation .music-box .ttl{
	color: #fff100;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	font-family: 'Emblema One', cursive;
	margin: 0 0 40px;
}
	@media screen and (max-width: 1170px){
		#animation ul li.cast-box .ttl,
		#animation ul li.staff-box .ttl,
		#animation .onair-box .ttl,
		#animation .bl-box .ttl,
		#animation .music-box .ttl{
			font-size: 2.9rem;
		}
	}

#animation ul li.cast-box p{
	font-size: 1.75rem;
	line-height: 2;
}
	@media screen and (max-width: 1170px){
		#animation ul li.cast-box p{
			font-size: 1.7rem;
			line-height: 1.75;
		}
	}

#animation ul li.staff-box p{
	font-size: 1.4rem;
	line-height: 1.95;
}


#animation .cast-box{
	width: 380px;
	margin: 0 40px 0 0;
}
	@media screen and (max-width: 1170px){
		#animation .cast-box{
			width: 100%;
			margin: 0 0 20px;
		}
	}

#animation .staff-box{
	width: 390px;
}
	@media screen and (max-width: 1170px){
		#animation .staff-box{
			width: 100%;
		}
	}

#animation .onair-box,
#animation .music-box,
#animation .stage-box,
#animation .bl-box{
	width: 810px;
	margin: 0 auto;
	border: 5px solid #fff100;
	padding: 40px 40px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}
	@media screen and (max-width: 1170px){
		#animation .onair-box,
		#animation .music-box,
		#animation .stage-box,
		#animation .bl-box{
			width: auto;
			padding: 25px;
		}
	}

#animation .onair-box,
#animation .music-box{
	margin: 0 auto 40px;
}
	@media screen and (max-width: 1170px){
		#animation .onair-box,
		#animation .music-box{
			margin: 0 auto 20px;
		}
	}

#animation .onair-box p{
	font-size: 1.3rem;
	line-height: 1.75;
	margin: 0 0 10px;
}

#animation .onair-box .broadcaster{
	font-size: 1.6rem;
	margin: 0 0 40px;
}

#animation .onair-box .broadcaster dl{
	margin: 0 0 20px;
}

#animation .onair-box .broadcaster dl:last-child{
	margin: 0;
}

#animation .onair-box .broadcaster dl dt,
#animation .onair-box .broadcaster dl dd{
	display: inline-block;
}

#animation .onair-box .broadcaster dl dt{
	background: #fff100;
	color: #000;
	width: 150px;
	padding: 5px 0;
	font-size: 1.3rem;
	margin: 0 15px 0 0;
}


	@media screen and (max-width: 1170px){
		#animation .onair-box .broadcaster{
			font-size: 1.5rem;
			margin: 0 0 40px;
			text-align: left;
		}

		#animation .onair-box .broadcaster dl {
			margin: 0 0 20px;
		}

		#animation .onair-box .broadcaster dl:last-child{
			margin-bottom: 0
		}

		#animation .onair-box .broadcaster dl dt{
			width: 100%;
			background: #fff100;
			color: #000;
			padding: 5px 10px;
			margin: 0 0 10px;
			box-sizing: border-box;
		}
	}

/*###############################################

blulay & dvd

##############################################*/
#animation .bl-box{
	text-align: left;
	margin: 0 auto 40px;
}
	@media screen and (max-width: 1170px){
		#animation .bl-box{
			margin: 0 auto 20px;
		}
	}

#animation .bl-box > ul > li{
	margin: 0 auto 60px;
	overflow: hidden;
	width: 630px;
}
	@media screen and (max-width: 1170px){
		#animation .bl-box > ul > li{
			width: auto;
		}
	}

/* #animation .bl-box > ul > li:last-child{
	margin: 0;
	width: auto;
}

#animation .bl-box > ul > li:last-child .txt_onsale{
	text-align: center;
	margin: 0 0 20px;
}

#animation .bl-box > ul > li:last-child .txt-lead {
	line-height: 1.25;
	text-align: center;
}

#animation .bl-box > ul > li:last-child .txt-lead a{
	color: #fff;
	font-size: 3.5rem;
	font-weight: bold;
} */

#animation .bl-box > ul > li .img_box{
	float: left;
}
	@media screen and (max-width: 1170px){
		#animation .bl-box > ul > li .img_box{
			float: none;
			width: 170px;
			margin: 0 auto 30px;
		}

		#animation .bl-box > ul > li .img_box img{
			width: 100%;
		}
	}

#animation .bl-box > ul > li .txt_box{
	margin: 0 0 0 250px;
}
	@media screen and (max-width: 1170px){
		#animation .bl-box > ul > li .txt_box{
			margin: 0;
		}
	}

#animation .bl-box .txt_onsale{
	font-size: 3.5rem;
	font-weight: bold;
	margin: 0 0 30px;
	color: #fff100;
}
	@media screen and (max-width: 1170px){
		#animation .bl-box .txt_onsale{
			line-height: 1.25;
			text-align: center;
		}
	}

#animation .bl-box .txt_onsale:last-of-type{
	text-align: center;
	margin: 0;
	width: auto;
}

#animation .bl-box > ul > li .txt_box .ttl_book{
	font-size: 2.5rem;
	margin: 0 0 20px;
	line-height: 1.5;
}
	@media screen and (max-width: 1170px){
		#animation .bl-box > ul > li .txt_box .ttl_book{
			font-size: 2.3rem;
			line-height: 1.5;
		}
	}

#animation .bl-box > ul > li .txt_box .ttl_book a{
	color: #fff;
	font-weight: bold;
}

#animation .bl-box > ul > li .txt_box > ul{
	font-size: 0;
	margin: 0 0 30px;
}

#animation .bl-box > ul > li .txt_box > ul > li{
	font-size: 1.4rem;
	line-height: 1.5;
	display: inline-block;
}
	@media screen and (max-width: 1170px){
		#animation .bl-box > ul > li .txt_box > ul > li{
			display: block;
			margin: 0 0 20px !important;
		}
	}

#animation .bl-box > ul > li .txt_box > ul > li:first-child{
	margin: 0 30px 0 0;
}

#animation .bl-box > ul > li .txt_privilege{
	font-size: 1.4rem;
	line-height: 1.5;
}
	@media screen and (max-width: 1170px){
		#animation .bl-box > ul > li .txt_privilege{
			font-size: 1.3rem;
		}
	}

/*###############################################

music

##############################################*/
#animation .music-box ul{
	width: auto;
	text-align: left;
}
	@media screen and (max-width: 1170px){
		#animation .music-box ul{
			margin: 0 !important;
		}
	}

#animation .music-box > ul > li{
	overflow: hidden;
	margin: 0 0 80px;
}

#animation .music-box > ul > li:last-child{
	margin: 0;
}

#animation .music-box > ul > li .ttl_sub{
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 30px;
	background: #fff100;
	height: 45px;
	line-height: 45px;
	color: #000;
	text-indent: 20px;
}
	@media screen and (max-width: 1170px){
		#animation .music-box > ul > li .ttl_sub{
			color: #fff100;
			background: none;
			text-indent: 0;
			line-height: 1.5;
			height: auto;
			font-size: 2.3rem;
			border-bottom: 2px solid #fff100;
			padding: 0 0 15px;
		}
	}

#animation .music-box > ul > li .detail_wpr > ul{
	font-size: 0;
	text-align: center;
	margin: 0;
}

#animation .music-box > ul > li .detail_wpr > ul > li{
	display: inline-block;
	vertical-align: top;
	margin: 0 25px;
}
	@media screen and (max-width: 1170px){
		#animation .music-box > ul > li .detail_wpr > ul > li{
			margin: 0 25px 35px;
			display: block;
		}

		#animation .music-box > ul > li .detail_wpr > ul > li:last-child{
			margin: 0 25px;
		}
	}

#animation .music-box > ul > li .detail_wpr > ul > li .img_box{
}
	@media screen and (max-width: 1170px){
		#animation .music-box > ul > li .detail_wpr > ul > li .img_box{
			margin: 0 0 10px;
		}

		#animation .music-box > ul > li .detail_wpr > ul > li .img_box img{
			width: 100%;
			max-width: 235px;
		}
	}

#animation .music-box > ul > li .detail_wpr > ul > li .txt_box{
	margin: 10px 0 0;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
}
	@media screen and (max-width: 1170px){
		#animation .music-box > ul > li .detail_wpr > ul > li .txt_box{
			width: 235px;
			margin: 0 auto;
		}
	}

#animation .music-box > ul > li .detail_wpr a.lead{
	display: block;
	padding: 15px;
	border: 1px solid #fff100;
	font-size: 2.2rem;
	color: #fff100;
	text-align: center;
	margin: 50px 0 0;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#animation .music-box > ul > li .detail_wpr a.lead:hover{
	text-decoration: none;
	background: #fff100;
	color: #000;
}
	@media screen and (max-width: 1170px){
		#animation .music-box > ul > li .detail_wpr a.lead{
			line-height: 1.5;
		}
	}

#animation .music-box > ul > li > .detail_wpr > .img_box{
	float: left;
	margin: 0 0 0 20px;
}
	@media screen and (max-width: 1170px){
		#animation .music-box > ul > li > .detail_wpr > .img_box{
			float: none;
			text-align: center;
			margin: 0 auto 10px;
			width: 235px;
		}

		#animation .music-box > ul > li > .detail_wpr > .img_box img{
			width: 100%;
		}
	}

#animation .music-box > ul > li .detail_wpr > .txt_box{
	margin: 0 0 0 320px;
}
	@media screen and (max-width: 1170px){
		#animation .music-box > ul > li .detail_wpr > .txt_box{
			margin: 0;
			text-align: left;
		}
	}

#animation .music-box > ul > li .detail_wpr > .txt_box .cd_detail{
	font-size: 1.3rem;
	line-height: 1.5;
	margin: 0 0 30px;
}
	@media screen and (max-width: 1170px){
		#animation .music-box > ul > li .detail_wpr > .txt_box .cd_detail{
			width: 235px;
			margin: 0 auto 25px;
		}
	}

#animation .music-box > ul > li .detail_wpr > .txt_box .lead_wh{
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 30px;
}
	@media screen and (max-width: 1170px){
		#animation .music-box > ul > li .detail_wpr > .txt_box .lead_wh br{
			display: none;
		}
	}

#animation .music-box > ul > li .detail_wpr > .txt_box a{
	width: 335px;
	display: block;
	padding: 15px 20px;
	border: 1px solid #fff100;
	text-align: center;
	line-height: 1.5;
	font-size: 1.75rem;
	font-weight: bold;
	color: #fff100;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	@media screen and (max-width: 1170px){
		#animation .music-box > ul > li .detail_wpr > .txt_box a{
			width: 100%;
			max-width: 350px;
			margin: 0 auto;
		}
	}


#animation .music-box > ul > li .detail_wpr > .txt_box a:hover{
	background: #fff100;
	color: #000;
}


#animation .music-box > ul > li .detail_wpr .txt_box a:hover{
	text-decoration: none;
}

#animation .stage-box .ttl{
	font-size: 23px;
	font-weight: bold;
	color: #fff100;
	margin: 0 0 30px;
	line-height: 1.5;
}

#animation .stage-box .ttl span{
	display: block;
	margin: 15px 0 0;
	font-size: 16px;

}

#animation .stage-box p{
	font-size: 15px;
}
	@media screen and (max-width: 1170px){
		#animation .stage-box p{
			text-align: left;
		}
	}

#animation .stage-box p.font_red{
	font-size: 1.7rem;
	margin: 30px 0 0;
	color: red;
}


#animation .stage-box a{
	color: #fff100;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}

#animation .stage-box a:hover{
	text-decoration: none;

}

/*###############################################

ch_profile

##############################################*/
#ch_profile{
	clear: both;
	margin: 0 0 60px;
}
	@media screen and (max-width: 1170px){
		#ch_profile{
			margin: 0 0 50px;
		}
	}

#ch_profile .ttl_ch_profile{
	margin: 0 0 50px;
}
	@media screen and (max-width: 1170px){
		#ch_profile .ttl_ch_profile{
			margin: 0 0 30px;
		}
	}

#ch_profile ul{
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}
	@media screen and (max-width: 1170px){
		#ch_profile ul{
			width: auto;
		}
	}

#ch_profile ul li{
	width: 400px;
	float: left;
}
	@media screen and (max-width: 1170px){
		#ch_profile ul li{
			float: none;
			overflow: hidden;
			width: auto;
		}
	}

#ch_profile ul li:nth-child(even){
	float: right;
}
	@media screen and (max-width: 1170px){
		#ch_profile ul li:nth-child(even){
			float: none;
		}
	}

#ch_profile ul li{
	margin-bottom: 40px;
}
	@media screen and (max-width: 1170px){
		#ch_profile ul li{
			margin-bottom: 30px;
		}
	}

#ch_profile ul li .img_box{
	float: left;
}
	@media screen and (max-width: 1170px){
		#ch_profile ul li .img_box img{
			width: 85px;
		}
	}

#ch_profile ul li .txt_box{
	margin: 0 0 0 175px;
}
	@media screen and (max-width: 1170px){
		#ch_profile ul li .txt_box{
			margin: 0 0 0 110px;
		}
	}

#ch_profile ul li .txt_box .job{
	font-size: 2.0rem;
	color: #fff100;
	margin: 0 0 10px;
	font-weight: 600;
}
	@media screen and (max-width: 1170px){
		#ch_profile ul li .txt_box .job{
			font-size: 1.6rem;
			line-height: 1.5;
		}
	}

#ch_profile ul li .txt_box .name{
	font-size: 2.0rem;
	color: #fff;
	margin: 0 0 12px;
	font-weight: 600;
}

#ch_profile ul li .txt_box .name span{
	font-size: 80%;
	font-weight: 600;
}

#ch_profile ul li .txt_box p{
	font-size: 1.4rem;
	line-height: 1.75;
}

/*###############################################

original

##############################################*/
#original{
	margin: 0 0 40px;
}

#original .ttl_original{
}

#original ul{
	margin: 0 auto;
}
	@media screen and (max-width: 1170px){
		#original ul{
			width: auto;
			display: flex;
			flex-wrap: wrap;
		}
	}

#original ul li{
	display: inline-block;
	margin: 0 20px;
	position: relative;
}
	@media screen and (max-width: 1170px){
		#original ul li{
			width: 44%;
			margin: 0 3%;
		}
	}

#original ul li{
	margin-bottom: 65px;
}
	@media screen and (max-width: 1170px){
		#original ul li{
			margin-bottom: 30px;
		}
	}

/*#original ul li:last-child:after{
	content: "12/22\A発売決定!";
	width: 59px;
	height: 59px;
	display: block;
	position: absolute;
	font-size: 1.15rem;
	background: #fff100;
	color: #111;
	border-radius: 50%;
	padding: 14px 6px 0;
	line-height: 1.3;
	font-weight: 500;
	top: -20px;
	left: -20px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	white-space: pre;
}*/
	@media screen and (max-width: 1170px){
		#original ul li:last-child:after{
			top: -10px;
			left: -10px;
		}
	}

#original ul li .img_box{
	font-size: 1.3rem;
	margin: 0 0 15px;
}
	@media screen and (max-width: 1170px){
		#original ul li .img_box{
			text-align: center;
		}
	}

#original ul li .img_box img{
	width: 205px;
	display: block;
	margin: 0 auto 10px;
}
	@media screen and (max-width: 1170px){
		#original ul li .img_box img{
			width: 100%;
		}
	}

#original ul li a{
	width: 205px;
	height: 45px;
	background: #e1222a;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 43px;
	font-size: 1.6rem;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	@media screen and (max-width: 1170px){
		#original ul li a{
			width: 100%;
		}
	}

/*###############################################

collabo

##############################################*/
#collabo {
	width: 600px;
	margin: 0 auto 100px;
	overflow: hidden;
}
	@media screen and (max-width: 1170px){
		#collabo {
			width: auto;
			margin: 0 auto 50px;
		}
	}

#collabo .img_box{
	float: left;
	margin: 0 50px 0 0;
	width: 250px;
}

#collabo .img_box img{
	width: 100%;
}
	@media screen and (max-width: 1170px){
		#collabo .img_box{
			float: none;
			text-align: center;
			margin: 0 auto 20px;
		}

		#collabo .img_box img{
			width: 100%;
			max-width: 190px;
		}
	}

#collabo .detail_wrp{
	float: left;
}
	@media screen and (max-width: 1170px){
		#collabo .detail_wrp{
			float: none;
			max-width: 450px;
			margin: 0 auto;
		}
	}

#collabo .detail_wrp .ttl_collabo{
	text-align: left;
	background: none;
	color: #fff100;
	text-indent: 0;
	font-size: 2.0rem;
	padding: 0;
}
	@media screen and (max-width: 1170px){
		#collabo .detail_wrp .ttl_collabo{
			text-align: center;
		}

		#collabo .detail_wrp .ttl_collabo br{
			display: none;
		}
	}

#collabo .detail_wrp .ttl_collabo:before{
	display: none;
}

#collabo .detail_wrp .ttl_collabo span.en{
	display: block;
	font-size: 6.0rem;
}
	@media screen and (max-width: 1170px){
		#collabo .detail_wrp .ttl_collabo span.en{
			font-size: 4.7rem;
		}
	}

#collabo .detail_wrp a{
	width: 205px;
	height: 45px;
	background: #e1222a;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 43px;
	font-size: 1.6rem;
	text-decoration: none;
	border-radius: 3px;
	margin: 0 0 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	@media screen and (max-width: 1170px){
		#collabo .detail_wrp a{
			width: auto;
			margin: 0 0 20px;
		}
	}

#collabo .detail_wrp .txt_box p.lead{
	font-size: 1.8rem;
	line-height: 1.4;
	margin: 0 0 20px;
	font-weight: 500;
}
	@media screen and (max-width: 1170px){
		#collabo .detail_wrp .txt_box p.lead{
			font-size: 1.5rem;
			margin: 0 0 5px;
		}

		#collabo .detail_wrp .txt_box p.lead br{
			display: none;

		}
	}

#collabo .detail_wrp .txt_box p.lead span{
	font-size: 80%;
	font-weight: 500;
}

#collabo .detail_wrp .txt_box p.ttl{
	font-size: 3.0rem;
	margin: 0 0 25px;
	font-weight: 600;
	margin: 0 0 25px -1.5rem;
}
	@media screen and (max-width: 1170px){
		#collabo .detail_wrp .txt_box p.ttl{
			margin: 0 0 25px;
			font-size: 2.5rem;
			line-height: 1.3;
		}
	}

#collabo .detail_wrp .txt_box p.author{
	font-size: 1.4rem;
	line-height: 1.75;
}

#collabo .detail_wrp .txt_box p.author img{
	display: block;
	margin: 0 0 15px;
}

/*###############################################

comic

##############################################*/
#comic {
	margin: 0 0 75px;
}
	@media screen and (max-width: 1170px){
		#comic {
			margin: 0 0 50px;
		}
	}

#comic .bullet_hole{
	width: 349px;
	height: 236px;
	background: url(../images/sp09_new/bullet_hole.png) no-repeat;
	position: absolute;
	right: -90px;
	top: 170px;
}
	@media screen and (max-width: 1170px){
		#comic .bullet_hole{
			display: none;
		}
	}

#comic .top_box{
	display: table;
	margin: 0 auto 60px;
}
	@media screen and (max-width: 1170px){
		#comic .top_box{
			margin: 0 auto 30px;
		}
	}

#comic .top_box ul li{
	position: relative;
}

#comic .top_box.tp_2{
	margin-bottom: 0;
}
	@media screen and (max-width: 1170px){
		#comic .top_box.tp_2{
			display: block;
		}
	}

#comic .top_box.tp_2 ul li:last-child span.img_inlinebox{
	position: relative;
	display: block;
	text-align: left;
}
	@media screen and (max-width: 1170px){
		#comic .top_box.tp_2 ul li:last-child span.img_inlinebox{
			width: 100%;
			margin: 0 auto;
		}
	}

/* #comic .top_box.tp_2 ul li:last-child span.img_inlinebox:after{
	content: "2018年\A 12月27日\A発売!!";
	width: 80px;
	height: 80px;
	display: block;
	background: red;
	border-radius: 50%;
	position: absolute;
	right: -40px;
	top: -40px;
	white-space: pre;
	text-align: center;
	box-sizing: border-box;
	padding: 18px 0 0;
	font-size: 1.3rem;
	line-height: 1.2;
} */
	@media screen and (max-width: 1170px){
		/* #comic .top_box.tp_2 ul li:last-child span.img_inlinebox:after{
			width: 60px;
			height: 60px;
			right: 2px;
			top: auto;
			bottom: 2px;
			padding: 13px 0 0;
			font-size: 0.9rem;
		} */
	}


#comic .top_box p.lead{
	font-size: 1.4rem;
	margin: 0 0 30px;
}

#comic .top_box ul{
	width: 900px;
	margin: 0 auto;
}
	@media screen and (max-width: 1170px){
		#comic .top_box ul{
			width: auto;
		}
	}

#comic .top_box ul li{
	float: left;
	margin: 0 50px 0 0;
}
	@media screen and (max-width: 1170px){
		#comic .top_box ul{
			overflow: hidden;
			margin: 0 0 20px;
		}

		#comic .top_box ul li{
			width: 44%;
			margin: 0 3%;
			text-align: center;
		}
	}

#comic .top_box ul li img{
	display: block;
	margin: 0 auto 10px;
}
	@media screen and (max-width: 1170px){
		#comic .top_box ul li img{
			width: 100%;
		}
	}

#comic .top_box ul li span.txt_bookttl{
	display: block;
	font-size: 1.4rem;
	margin: 5px 0 0;
}
@media screen and (max-width: 1170px){
	#comic .top_box ul li span.txt_bookttl{
		line-height: 1.5;
	}
}

#comic .top_box p.credit{
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 340px 0 0;
	vertical-align: bottom;
}
	@media screen and (max-width: 1170px){
		#comic .top_box p.credit{
			padding: 0;
		}
	}

#comic .btm_box{
	border: 9px solid #fff100;
	padding: 30px;
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}
	@media screen and (max-width: 1170px){
		#comic .btm_box{
			width: auto;
			padding: 15px;
			text-align: left;
			border: 5px solid #fff100;
		}
	}

#comic .btm_box .img_box{
	float: left;
}
	@media screen and (max-width: 1170px){
		#comic .btm_box .img_box{
			float: none;
			text-align: center;
			margin: 0 0 20px;
		}
	}

#comic .btm_box .txt_box{
	margin: 0 0 0 250px;
}
	@media screen and (max-width: 1170px){
		#comic .btm_box .txt_box{
			margin: 0;
		}
	}

#comic .btm_box .lead{
	font-size: 3.0rem;
	color: #fff100;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 10px;
	font-feature-settings : "palt";
	letter-spacing: -0.05em;
}
	@media screen and (max-width: 1170px){
		#comic .btm_box .lead br{
			display: none;
		}

		#comic .btm_box .lead{
			font-size: 2.0rem;
		}
	}

#comic .btm_box .lead span{
	font-size: 85%;
	font-weight: 600;
}
	@media screen and (max-width: 1170px){
		#comic .btm_box .lead span{
			font-size: 100%;
		}
	}

#comic .btm_box p{
	font-size: 1.6rem;
	line-height: 2;
}

/*###############################################

stage

##############################################*/
#stage {
	margin: 0 0 75px;
}

#stage .inr_common > .txt_box{
	margin: 0 0 30px;
}

#stage .inr_common > .txt_box > p{
	font-size: 2.0rem;
	color: #fff001;
	font-weight: bold;
}

#stage .bnr_box{
	width: 420px;
	margin: 0 auto;
}
	@media screen and (max-width: 1170px){
		#stage .bnr_box{
			width: auto;
			max-width: 420px;
		}
	}

#stage .bnr_box .img_box{
	text-align: center;
	margin: 0 0 20px;
}

#stage .bnr_box .cast_box {
	margin: 0 0 30px;
}

#stage .bnr_box .cast_box p.ttl{
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff100;
}

#stage .bnr_box .cast_box p,
#stage .bnr_box .txt_box p{
	font-size: 1.3rem;
}

#stage .bnr_box .txt_box p span{
	width: 110px;
	display: inline-block;
}
	@media screen and (max-width: 1170px){
		#stage .bnr_box .txt_box p span{
			width: auto;
			display: block;
		}

		#stage .bnr_box .txt_box p span:nth-of-type(2){
			margin: 20px 0 0;
		}
	}

#stage .bnr_box .txt_box p span.ticket{
	width: auto;
	color: #fff001;
	font-weight: bold;
	font-size: 1.6rem;
}


/*###############################################

author

##############################################*/
#author{
	margin: 0 0 100px;
}

#author .txt_box{
	width: 820px;
	margin: 0 auto;
	text-align: center;
}
	@media screen and (max-width: 1170px){
		#author .txt_box{
			width: auto;
		}
	}

#author .txt_box p.name{
	font-size: 5.0rem;
	font-weight: 600;
	margin: 0 0 30px;
	line-height: 1;
}
	@media screen and (max-width: 1170px){
		#author .txt_box p.name{
			font-size: 3.0rem;
			margin: 0 0 20px;
		}
	}

#author .txt_box p.detail{
	font-size: 1.6rem;
	line-height: 1.75;
}
	@media screen and (max-width: 1170px){
		#author .txt_box p.detail{
			text-align: left;
		}

		#author .txt_box p.detail br{
			display: none;
		}
	}

/*###############################################

footnote

##############################################*/
#footnote{
	background: #fff100;
	color: #111;
	text-align: center;
	padding: 15px 0;
	line-height: 1.5;
}
	@media screen and (max-width: 1170px){
		#footnote{
			padding: 15px;
		}
	}

/*###############################################

copy

##############################################*/
#copy-box{
	text-align: center;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	line-height: 1.3;
}

/*###############################################

featherlight

##############################################*/
.news_detail .img_box{
	float: left;
}
	@media screen and (max-width: 1170px){
		.news_detail .img_box{
			float: none;
			margin: 0 0 20px;
		}

		.news_detail .img_box img{
			width: 100%;
			height: auto;
		}
	}

.news_detail .txt_box{
	margin: 0 0 0 360px;
}
	@media screen and (max-width: 1170px){
		.news_detail .txt_box{
			margin: 0;
		}
	}

.news_detail .txt_box .date{
	font-size: 1.4rem;
	margin: 0 0 10px;
	background: #fff100;
	display: inline-block;
	padding: 4px 7px 5px;
	color: #111;
}

.news_detail .txt_box .ttl{
	font-size: 2.7rem;
	font-weight: 600;
	margin: 0 0 20px;
	line-height: 1.3;
}

.news_detail .txt_box p{
	font-size: 1.5rem;
	line-height: 1.75;
}

.news_detail .txt_box a.link_more{
	width: 100%;
	height: 60px;
	display: block;
	line-height: 60px;
	color: #111;
	text-align: center;
	background: #fff100;
	margin: 30px 0 0;
	font-size: 1.8rem;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
}
