@font-face {
	font-family: 'mplus';
	src: url('../font/mplus-1c-black.eot');
	src: url('../font/mplus-1c-black.eot?iefix') format('eot'),
		url('../font/mplus-1c-black.woff') format('woff'),
		url('../font/mplus-1c-black.ttf') format('truetype')
}


html {
	font-size: 10px;
	background-color: #000;
}

body {
	font-family: ’ヒラギノ角ゴ Pro W3′, ’Hiragino Kaku Pro’, ’メイリオ’, Meiryo, ’ＭＳ Ｐゴシック’, ’MS P’, sans-serif;
	min-width: 1200px;
	font-size: 10px;
	background-color: #fff;
}

.sp {
	display: none;
}

.sp_img {
	display: none;
}

.lazyload {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
	transition: all 0.5s;
}

body.scroll_lock {
	overflow: hidden;
}

html.lity-active body {
	overflow: hidden;
}

/*hover_actions*/
a {
	transition: 0.3s;
}

a:hover {
	opacity: 0.5;
}

button {
	cursor: pointer;
	transition: 0.3s;
}

button:hover {
	opacity: 0.5;
}

.character_box a {
	position: relative;
	top: 0;
	display: inline-block;
	transform: rotate(0deg);
}

.character_box a:hover {
	opacity: 1;
}

.character_box a.active {
	transform: rotate(-10deg);
}

/**/

.share.sp {
	display: none;
}

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

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.share.pc {
		display: none;
	}

	.share.sp {
		display: flex;
	}

	.sp_img {
		display: inline-block;
	}

	.character_box a .character_name {
		position: absolute;
		left: -228px;
		right: 0;
		top: auto;
		bottom: 14px;
		margin: auto;
		transform: rotate(45deg);
		width: 100%;
		text-align: center;
	}

}


/*ツイッタ*/
.twitter_bg {
	box-shadow: none;
	background: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	width: 100%;
}

img {
	vertical-align: bottom;
}


#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 110;
	display: none;
	background: url(../img/hexagon_right.png) repeat-y right center, url(../img/hexagon_left.png) repeat-y left center, #d20612;
	-webkit-animation: bgroop 10s linear infinite;
	animation: bgroop 10s linear infinite;
}

@-webkit-keyframes bgroop {
	from {
		background-position: right 0, left 0;
	}

	to {
		background-position: right -486px, left -486px;
	}
}

@keyframes bgroop {
	from {
		background-position: right 0, left 0;
	}

	to {
		background-position: right -486px, left -486px;
	}
}


#loader {
	position: fixed;
	top: 49%;
	left: 0%;
	height: 30px;
	width: 100%;
	z-index: 120;
	display: -webkit-box;
	display: -moz-box;
	/*Firefox21*/
	display: -ms-flexbox;
	/*IE10*/
	display: -webkit-flex;
	/*PC-Safari,iOS8.4*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 700px;
}



.loadanime {
	animation: loadanime 0.5s forwards;
	opacity: 0;
}

@keyframes loadanime {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.kirakira {
	position: relative;
}

.kirakira:before {
	content: "";
	background: url(../img/kazari_left.png) repeat-y right center;
	height: 173px;
	width: 182px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0 auto -50px;

	animation-name: Floatingx;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	z-index: 1;
}

.kirakira:after {
	content: "";
	background: url(../img/kazari_right.png) repeat-y left center;
	height: 173px;
	width: 182px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto -50px auto 0;
	animation-name: Floatingx;
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	z-index: 1;
}

.books_box.kirakira:before {
	top: 0;
	bottom: auto;
	margin: auto 0 auto -50px;
}

.books_box.kirakira:after {
	top: 0;
	bottom: auto;
	margin: auto -50px auto 0;
}

@keyframes Floatingx {
	from {
		transform: translate(0, 0px);
	}

	50% {
		transform: translate(0, 55px);
	}

	to {
		transform: translate(0, -0px);
	}
}


/**/
.kv {
	position: relative;
	background: url(../img/hexagon_right.png) repeat-y right center, url(../img/hexagon_left.png) repeat-y left center #d20612;
	-webkit-animation: bgroop 10s linear infinite;
	animation: bgroop 10s linear infinite;
}

.outer {
	/*overflow: hidden;*/
	width: 100%;
	height: 100%;
	position: relative;
}

.white_obi {
	height: 180px;
	width: 100%;
	top: 30px;
	position: absolute;
	background: #fff;
}

.kv .mv {
	position: absolute;
	top: 57px;
	left: 0;
	right: 0;
	z-index: 40;
	width: 640px;
	text-align: left;
}

.kv .mv h1 {
	opacity: 0;
}


.kv .mv img {
	width: 100%;
}

.news_area {
	background: #000;
	padding: 20px 20px;
	box-sizing: border-box;
	font-size: 2.4rem;
	color: #fff;
	overflow: hidden;

}

.news_area_inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news_area_inner .news_more {
	margin-left: auto;
	background: #d20612;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	display: inline-block;
	padding: 7px 45px;
	position: relative;
	margin-right: 40px;
}

.news_area_inner .news_more:before {
	content: "";
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 14px 10px 14px 0;
	border-color: transparent #d20613 transparent transparent;
}

.news_area_inner .news_more:after {
	content: "";
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 14px 0 14px 10px;
	border-color: transparent transparent transparent #d20612;
}

.news_text {
	display: flex;
	align-items: center;
}

.news_text01 {
	font-size: 2.4rem;
	font-family: 'mplus';
	background: url(../img/news_point.png) no-repeat left center;
	padding-left: 30px;
	padding-right: 60px;
	letter-spacing: 3px;
	position: relative;
}

.news_text01:after {
	position: absolute;
	height: 40px;
	width: 1px;
	background: #fff;
	content: "";
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(15deg);
}

.news_text02 {
	font-size: 1.4rem;
}

.news_text_detail {
	font-size: 1.4rem;
	padding-left: 35px;
}

.news_text_detail a {
	color: #fff;
	text-decoration: none;
}

.top_content_area {
	top: 245px;
	position: absolute;
	left: 0;
	z-index: 40;
	width: 360px;
}

.animeka_area {
	margin-bottom: 40px;
}

.animeka01 img {
	width: 100%;
}

.staff_area {}

.maincast_area {
	padding: 20px 0;
}

.main_cast_list li {
	font-size: 1.4rem;
	color: #fff;
	padding: 10px 25px 0;
}

.main_cast_list li a {
	padding-left: 10px;
}

.main_cast_list li a img {
	width: 104px;
	height: auto;
}

.staff_box_inner01 {
	display: flex;
	justify-content: center;
	padding: 15px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #e98389;
	margin: 0 10px;
}

.staff_text01 {
	font-size: 1.4rem;
	padding-top: 12px;
}

.staff_text02 {
	font-size: 2.6rem;
	font-family: 'mplus';
	line-height: 1;
}

.staff_text02 img {
	width: 120px;
	height: auto;
}

.staff_text02 span {
	font-size: 1.1rem;
	font-family: ’ヒラギノ角ゴ Pro W3′, ’Hiragino Kaku Pro’, ’メイリオ’, Meiryo, ’ＭＳ Ｐゴシック’, ’MS P’, sans-serif;
}

.staff_box_inner02 ul {
	padding-top: 10px;
}

.staff_box_inner02 ul li {
	font-size: 1.4rem;
	color: #fff;
	padding: 10px 25px 0;
}

.box_title img {
	width: 100%;
}

.kv .inner {
	width: 1200px;

	margin: 0 auto;
	position: relative;
}

.menu {
	padding: 0;
	margin: 0 auto;
	width: 58px;
	height: 56px;
	position: fixed;
	top: 50%;
	left: 20px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
	z-index: 200;
	opacity: 0;
}

.share {
	z-index: 200;
	opacity: 0;
	transition: 0.3s;
}

/**/

.menu_btn_area.active .pc_menu_btn {
	display: none;
}

.menu_btn_area .pc_menu_close {
	display: none;
}

.menu_btn_area.active .pc_menu_close {
	display: block;
}

.menu_btn_area.active .pc_menu_list {
	opacity: 1;
	top: 30px;
	left: -230px;
	pointer-events: auto;
}

.pc_menu_list {
	position: absolute;
	top: 30px;
	left: -220px;
	opacity: 0;
	display: block;
	transition: 0.3s ease-in;
	pointer-events: none;
}

.pc_menu_list:after {
	content: "";
	position: absolute;
	top: 15px;
	right: -27px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 14px 10px 0;
	border-color: transparent #000000 transparent transparent;
}

.pc_menu_list li {
	margin-bottom: 1px;
}

.pc_menu_list li a {
	width: 190px;
	background: #000;
	padding: 14px 15px;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	font-size: 1.8rem;
	color: #fff;
	font-family: 'Russo One', ’ヒラギノ角ゴ Pro W3′, ’Hiragino Kaku Pro’, ’メイリオ’, Meiryo, ’ＭＳ Ｐゴシック’, ’MS P’, sans-seri;
}

.pc_menu_list li a:hover {
	opacity: 1;
	margin-left: -20px;
}

/**/
.inner {
	width: 1200px;
	margin: 0 auto;
}

body.is-fixed .menu,
body.is-fixed .share {
	opacity: 1;
	transition: all 300ms 0s ease;
}

.mv_img {
	text-align: right;
	position: relative;
}

.mv_movie {
	margin-bottom: 30px;
}

.mv_movie img {
	width: 100%;
}



.mv_catchcopy {
	position: absolute;
	right: 20px;
	top: 325px;
	overflow: hidden;
	opacity: 0;
	-moz-perspective: 500;
	-webkit-perspective: 500;
	-o-perspective: 500;
	-ms-perspective: 500;
	transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
	transition: 1s;
}

.showtime.mv_catchcopy {
	transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	opacity: 1;
}

/*
.mv_catchcopy:before{
    content: '';
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: calc(100%);
    background-color: #000;
    transform: translateY(0%);
    transition: 0.35s;
    transition-delay: 0.4s;
}
.showtime.mv_catchcopy:before{
    transform: translateY(101%)
}
*/



.mv_catchcopy img {
	width: 77px;
	height: auto;
}

/*menubtn*/
.menu_btn_area {
	display: -webkit-box;
	display: -moz-box;
	/*Firefox21*/
	display: -ms-flexbox;
	/*IE10*/
	display: -webkit-flex;
	/*PC-Safari,iOS8.4*/
	display: flex;
	position: fixed;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 80;
	top: 40px;
	right: 40px;
	margin: auto;
	width: 92px;
	box-sizing: border-box;
}

.menu_btn {
	display: -webkit-box;
	display: -moz-box;
	/*Firefox21*/
	display: -ms-flexbox;
	/*IE10*/
	display: -webkit-flex;
	/*PC-Safari,iOS8.4*/
	display: flex;
	align-items: center;
}

.sns_btn {
	display: -webkit-box;
	display: -moz-box;
	/*Firefox21*/
	display: -ms-flexbox;
	/*IE10*/
	display: -webkit-flex;
	/*PC-Safari,iOS8.4*/
	display: flex;
	align-items: center;
}

.is-fixed .sns_btn,
.is-fixed .menu_btn {
	pointer-events: auto;
}


.sns_btn .menu_sns {
	display: -webkit-box;
	display: -moz-box;
	/*Firefox21*/
	display: -ms-flexbox;
	/*IE10*/
	display: -webkit-flex;
	/*PC-Safari,iOS8.4*/
	display: flex;
	flex-direction: column;
	width: 36px;
}

.menu_btn_pc {
	padding-bottom: 20px;
}

.sns_btn .menu_sns li {
	margin-bottom: 30px;
	border-radius: 2px;
	position: relative;
}

.sns_btn .menu_sns li:first-child:after {
	display: none;
}

.sns_btn .menu_sns li:after {
	width: 1px;
	height: 14px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	margin: auto;
}

/*pc_random_voice_area*/
.random_voice_area {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(230, 88, 84, 0.9);
	width: 100%;
	height: 100%;
	z-index: 100;
	transition: 0.3s;
	display: -webkit-box;
	display: -moz-box;
	/*Firefox21*/
	display: -ms-flexbox;
	/*IE10*/
	display: -webkit-flex;
	/*PC-Safari,iOS8.4*/
	display: flex;
	align-items: center;
	transition: 0.3s;
}

.random_voice_area.active {
	opacity: 0;
	pointer-events: none;
}

.random_voice_box {
	background: #fff;
	box-sizing: border-box;
	padding: 18px 20px;
	width: 1120px;
	height: 640px;
	margin: auto;
	border-radius: 10px;
	overflow: hidden;
}

.random_voice_box_outer {
	width: 1120px;
	margin: auto;
	position: relative;
	z-index: 110;
}

.random_voice_close {
	position: absolute;
	right: 0;
	top: -50px;
	margin: auto;
}

.random_voice_box_inner {
	height: 100%;
	background: url(../img/chara_detail_edge_lb.png) no-repeat left bottom, url(../img/chara_detail_edge_rt.png) no-repeat right top #fff;
	display: -webkit-box;
	display: -moz-box;
	/*Firefox21*/
	display: -ms-flexbox;
	/*IE10*/
	display: -webkit-flex;
	/*PC-Safari,iOS8.4*/
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.random_voice_left {
	width: 600px;
	margin-right: 300px;
}

.random_voice_right {
	pointer-events: none;
}

.random_voice_right.random_chara01 {
	position: absolute;
	top: 95px;
	right: -370px;
}

.random_voice_right.random_chara01 img {
	width: 80%;
}

.random_voice_right.random_chara02 {
	position: absolute;
	top: 95px;
	right: -50px;
}

.random_voice_text {
	height: 183px;
	width: 100%;
	color: #000;
	background: #e7605d;
	border-radius: 10px;
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	/*Firefox21*/
	display: -ms-flexbox;
	/*IE10*/
	display: -webkit-flex;
	/*PC-Safari,iOS8.4*/
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
	position: relative;
	box-sizing: border-box;
	padding: 0 20px;
}

.random_voice_text:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 16px;
	border-color: transparent transparent transparent #e7605d;
	content: "";
	position: absolute;
	right: -16px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.random_voice_btn {
	text-align: center;
	padding: 70px 0 50px;
}

.random_voice_syurui {
	text-align: center;
	font-size: 1.9rem;

}


/*menu*/
.menu_bg {
	position: fixed;
	left: 0;
	top: 0;
	background: none;
	width: 100%;
	height: 150%;
	z-index: 500;
	transition: 0.3s;
	pointer-events: none;
}

.menu_bg.active {
	pointer-events: auto;
	background: rgba(0, 0, 0, 0.9);
}

.menu_outer {
	height: 100%;
	position: absolute;
	transition: 0.3s;
	left: -800px;
	top: 0;
}

.menu_bg.active .menu_outer {
	left: 0;
}

.menu_area {
	width: 100vw;
	height: 100vh;
	transition: 0.3s;
	padding: 60px 50px;
	box-sizing: border-box;
	position: relative;

}

.menu_logo {
	margin-bottom: 70px;
}

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

.menu_list li {
	margin-bottom: 58px;
	text-align: center;
}

.menu_list li a {
	font-size: 5.0rem;
	letter-spacing: 3px;
	padding-top: 5px;
	color: #fff;
	font-family: 'Russo One', ’ヒラギノ角ゴ Pro W3′, ’Hiragino Kaku Pro’, ’メイリオ’, Meiryo, ’ＭＳ Ｐゴシック’, ’MS P’, sans-seri;
	text-decoration: none;
}

.menu_close {
	position: absolute;
	z-index: 80;
	top: auto;
	left: auto;
	right: 40px;
	bottom: 60px;
	text-align: right;
}

.menu_sns {
	display: -webkit-box;
	display: -moz-box;
	/*Firefox21*/
	display: -ms-flexbox;
	/*IE10*/
	display: -webkit-flex;
	/*PC-Safari,iOS8.4*/
	display: flex;
	justify-content: space-between;
	width: 130px;
	margin: auto;
}

.menu_sns img {
	width: 36px;
	height: auto;
}



/*pc_content*/
.content {
	overflow: hidden;
}


.ami_bg {
	background-image: url(../img/anime_bg.png);
}

.white_bg {}

.character_bg {
	background: #d20612;
}


.content_box {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 70px;
}

.flex_style {
	display: -webkit-box;
	display: -moz-box;
	/*Firefox21*/
	display: -ms-flexbox;
	/*IE10*/
	display: -webkit-flex;
	/*PC-Safari,iOS8.4*/
	display: flex;
	justify-content: center;
}

.title_box {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}

/* title animation */

.title_base {
	background: url(../img/red_ttl_area.png) no-repeat;
	font-family: 'Russo One', ’ヒラギノ角ゴ Pro W3′, ’Hiragino Kaku Pro’, ’メイリオ’, Meiryo, ’ＭＳ Ｐゴシック’, ’MS P’, sans-seri;
	width: 400px;
	margin: auto;
	height: 42px;
	position: relative;
	overflow: hidden;
}

.title_base:before {
	content: '';
	opacity: 1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: calc(100%);
	background-color: #d20612;
	transform: translateX(0%);
	transition: 0.35s;
	transition-delay: 0.4s;
}

.black_bg.title_base:before {
	background-color: #000;
}

.showtime .title_base:before {
	transform: translateX(101%);
}


.title_base.black_bg {
	background: url(../img/black_ttl_area.png) no-repeat;
}

.title_text {
	font-size: 3.0rem;
	letter-spacing: 3px;
	padding-top: 5px;
	color: #fff;
	font-family: 'Russo One', ’ヒラギノ角ゴ Pro W3′, ’Hiragino Kaku Pro’, ’メイリオ’, Meiryo, ’ＭＳ Ｐゴシック’, ’MS P’, sans-seri;
}


.title_base img {
	z-index: 3;
}

.introduction_list {
	text-align: center;
	padding: 0 50px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.introduction_list li {
	padding-top: 40px;
	text-align: center;
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: 'mplus';
	line-height: 1.5;
	opacity: 0;
}

.introduction_list li .blue_text {
	color: #004183;
	font-weight: bold;
	font-family: 'mplus';
}

.introduction_list li .red_text {
	color: #d20612;
	font-weight: bold;
	font-family: 'mplus';
}

.introduction_list li .big_text {
	font-size: 2.4rem;
	font-weight: bold;
	font-family: 'mplus';
}

.introduction_list li:first-child {
	padding-top: 0;
}




/*pc cast comment modal*/
.commnet_modal {
	border: #fff5f8 2px solid;
	width: 1120px;
	position: relative;
	background: #fff;
	border: 2px solid #db5e5a;
	border-radius: 10px;
}

.commnet_modal_box {
	display: -webkit-box;
	display: -moz-box;
	/*Firefox21*/
	display: -ms-flexbox;
	/*IE10*/
	display: -webkit-flex;
	/*PC-Safari,iOS8.4*/
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 55px 60px;
	box-sizing: border-box;
}

.comment_left {
	width: 354px;
	margin-right: 50px;
}

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

.comment_right {
	width: 590px;
}

.comment_modal_close {
	display: block;
	margin: auto;
	background: url(../img/chara_detail_close.png) no-repeat center;
	width: 107px;
	height: 16px;
	border: none;
	padding: 15px 0;
}

.comment_right_name {
	border-bottom: 3px solid #db5e5a;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.comment_right_name01 {
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
}

.comment_right_name02 {
	font-size: 2.0rem;
	color: #db5e5a;
	padding-left: 24px;
	font-weight: bold;
}

.comment_right_name03 {
	font-size: 2.6rem;
	color: #db5e5a;
	font-weight: bold;
}

.comment_right_text01 {
	font-size: 1.6rem;
	line-height: 1.8;
	height: 370px;
}

.comment_right_text02 {
	padding-top: 40px;
	font-size: 1.6rem;
	line-height: 1.8;
}

.comment_modal_close_box {
	padding-top: 0;
	height: 30px;
}

/*character*/
.lity-content:after {
	box-shadow: none;
}

.lity-close {
	display: none;
}

.character_box {
	display: -webkit-box;
	display: -moz-box;
	/*Firefox21*/
	display: -ms-flexbox;
	/*IE10*/
	display: -webkit-flex;
	/*PC-Safari,iOS8.4*/
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 840px;
	margin: auto;
}

.character_box li {
	padding: 20px;
	opacity: 0;
}

.character_modal {
	border: #d20612 5px solid;
	width: 1000px;
	position: relative;
	background: #fff;
}

.character_modal_box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 30px 50px;
}

.chara_area.cast {
	padding-right: 30px;
}

.chara_area.cast img {
	width: 100%;
}

.chara_berunoa {
	position: relative;
	left: -40px;
}

.chara_text {
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 0 20px;
	font-weight: bold;
	font-family: 'mplus';
}

.character_hyoujou {
	text-align: center;
	padding: 0 20px;
	margin-top: 20px;
}

.chara_detail {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	width: 554px;
	padding: 20px 0;
}

.chara_name_core {
	background: url(../img/character_namebg.png) no-repeat center bottom;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px 20px;
	margin-bottom: 20px;
}

.chara_name {
	font-size: 4.8rem;
	font-family: 'mplus';
	color: #d20612;
}

.chara_name ruby rt {
	text-align: left;
	font-size: 1.2rem;
	font-family: 'mplus';
	line-height: 1;
}

.chara_cv {
	font-size: 1.4rem;
	font-family: 'mplus';
	color: #d20612;
}

.chara_name_inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}

.chara_close {
	display: block;
	margin: auto;
	background: url(../img/chara_detail_close.png) no-repeat center;
	width: 46px;
	height: 46px;
	border: none;
	position: absolute;
	right: 24px;
	top: 24px;
}

.youtube_area {
	position: relative;
}

.youtube_close {
	display: block;
	margin: auto;
	background: url(../img/chara_detail_close.png) no-repeat center;
	width: 46px;
	height: 46px;
	border: none;
	position: absolute;
	right: 0px;
	top: -60px;
}

/*music*/
.music_bg {
	background: #e9c63a;
}

.music_box {
	display: flex;
	justify-content: center;
	margin-left: -64px;
	margin-top: -64px;
}

.music_box li {
	width: 477px;
	margin-left: 64px;
	margin-top: 64px;
}

.music_cdimg {
	text-align: center;
}

.music_cdimg img {
	width: 322px;
	height: auto;
}

.music_list_box_text01 {
	font-size: 2.7rem;
	font-weight: bold;
	color: #d20612;
	font-family: 'mplus';
	padding: 40px 0 20px 0;
	border-bottom: 4px solid #d20612;
	line-height: 1.2;
}

.music_list_box_text02 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #000;
	font-family: 'mplus';
	padding: 20px 0;
	line-height: 1.5;
}

.music_list_box_text03 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #000;
	font-family: 'mplus';
	line-height: 1.5;
}

/*bluray*/


.bluray_area {
    width: 1100px;
    margin: 0 auto;
}

#bluray .content_box {
    padding-bottom: 20px;
}

.bluray_box {
	display: flex;
	justify-content: center;
	margin-left: -64px;
	margin-top: -64px;
}

.bluray_box li {
	width: 430px;
	margin-left: 64px;
	margin-top: 64px;
}

.bluray_img {
	text-align: center;
}

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

.bluray_list_box_text01 {
	font-size: 2.7rem;
	font-weight: bold;
	color: #d20612;
	font-family: 'mplus';
	padding: 40px 0 20px 0;
	border-bottom: 4px solid #d20612;
	line-height: 1.2;
}

.bluray_list_box_text02 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #000;
	font-family: 'mplus';
	padding: 20px 0;
	line-height: 1.5;
}

.bluray_list_box_text03 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #000;
	font-family: 'mplus';
	line-height: 1.5;
}

/* movie */

.movie_bg {
	background: #d20612;
}

.movie_area {
	text-align: center;
}

.movie_area .title {
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: 30px;
}

#movie .more {
	padding-top: 50px;
	width: 291px;
	margin: 0 auto;
}

#movie .more img {
	width: 100%;
}

#movie .inner {
	display: flex;
	width: 100%;
}

#movie .pv {
	width: 40%;
	padding: 0 5%;
	margin: 0 auto;
}

#movie .diary {
	width: 40%;
	padding: 0 5%;
	border-left: 1px solid #fff;
}

#movie .thumb {
	width: 100%;
}

/* on air */
.onair_bg {
	background: #e9c63a;
}

#onair {
	font-family: 'mplus';
}

#onair .text {
	font-size: 2.6rem;
	font-family: 'mplus';
	text-align: center;
	padding: 0 40px 20px 40px;
	line-height: 4rem;
	margin: -25px auto 30px auto;
	width: 550px;
}

#onair p {
	text-align: center;
	font-size: 1.9rem;
	padding: 10px;
}

#onair .accent {
	color: #d20612;
}

#onair .row {
	display: flex;
	justify-content: space-between;
	width: 950px;
	margin: 0 auto;
	align-items: baseline;
}

#onair .tv_area {
	width: 48%;
	color: #000;
}

#onair .net_area {
	width: 48%;
	color: #000;
}

#onair .net_list li,
#onair .tv_list li {
	color: #000;
	line-height: 2.5rem;
	font-size: 1.8rem;
	padding-top: 15px;
}

#onair ul {
	padding-top: 10px;
}

#onair .small {
	font-size: 1.2rem;
	margin-top: -3px;
	display: block;
}


/* staff cast */

#staffcast {
	font-family: 'mplus';
}

#staffcast .row {
	display: flex;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto;
	align-items: baseline;
}

#staffcast .staff_area {
	width: 48%;
	color: #000;
}

#staffcast .name {
	height: 30px;
}

#staffcast .magazine {
	font-size: 12px;
	text-indent: 38px;
}

#staffcast .maincast_area {
	width: 48%;
	color: #000;
}

#staffcast .main_cast_list li,
#staffcast .staff_box_inner02 ul li {
	color: #000;
	line-height: 22px;
}

#staffcast .main_cast_list {
	padding-top: 10px;
}

/**/
.books_area {
	text-align: center;
}

.books_box:first-child {
	padding-bottom: 60px;
}

.books_img {
	width: 830px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto 30px;
	position: relative;
	z-index: 2;
	opacity: 0;
}

.books_img a {
	display: inline-block;
	padding-left: 40px;
	padding-bottom: 40px;

}

.books_img a:nth-child(4n+1) {
	padding-left: 0;
}

.books_img img {
	width: 176px;
	height: 249px;
}

.books_text {
	font-size: 1.6rem;
	font-family: 'mplus';
	font-weight: bold;
	line-height: 1.8;
}

.books_text .big_text {
	font-size: 3.0rem;
	font-family: 'mplus';
}

.books_text .red_text {
	color: #d20612;
	padding-left: 10px;
	font-family: 'mplus';
}




/*pc_footer*/
footer {
	border-top: 4px solid #000000;
	padding-top: 26px;
}


.footer_banner_list {
	width: 610px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 40px 0 65px;
}

.footer_banner_list li {
	width: 280px;
}

.footer_banner_list li:first-child {
	margin: 0 20px 0 0;
}

.footer_banner_list li img {
	width: 100%;
}

.footer_pagetop {
	text-align: center;
	padding: 30px 0;
	background: #d20612;
}

.copyright_area {
	background: #000;
}

.footer_sns.sp {
	display: none;
	justify-content: center;
	padding: 40px 0;
}

.footer_sns li {
	margin: 0 25px;
	position: relative;
}

.footer_sns li:before {
	position: absolute;
	left: -32px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	width: 15px;
	height: 1px;
	content: "";
}

.footer_sns li:first-child:before {
	display: none;
}

.copyright {
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	padding-top: 24px;
	padding-bottom: 24px;
}

.pagetop {
	position: fixed;
	right: 40px;
	bottom: 40px;
	text-align: center;
	z-index: 1;
}

.pagetop {
	pointer-events: none;
	opacity: 0;
	transition: 0.3s;
}

.is-fixed .pagetop {
	pointer-events: auto;
	opacity: 1;
}

.notfound {
	text-align: center;
}

.notfound .second_page_box {
	padding-bottom: 300px;
}

.notfound .text {
	color: #000;
	line-height: 3rem;
	font-size: 1.8rem;
	font-family: 'mplus';
	text-align: center;
	padding-bottom: 50px;
}

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

	/*sp_common*/
	body {
		max-width: 750px;
		min-width: 750px;
		-webkit-text-size-adjust: 100%;
	}

	#loader {
		min-width: 100%;
	}

	.lity-content {
		height: 100%;
		box-sizing: border-box;
		padding: 100px 0;
	}

	.lity-iframe-container {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;

	}


	.kirakira:before {
		margin: auto 0 auto 0;
	}

	.kirakira:after {
		margin: auto 0 auto 0;
	}

	.books_box.kirakira:before {
		display: none;
	}

	.books_box.kirakira:after {
		display: none;
	}

	#staffcast .kirakira:before {
		display: none;
	}

	#staffcast .kirakira:after {
		display: none;
	}


	.kv {
		height: auto;
		animation: none;
		-webkit-animation: none;
	}

	.kv .inner {
		width: 100%;
	}

	.kv .mv {
		position: absolute;
		top: 13px;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.mv_img {
		border-top: 150px solid #fff;
	}

	.mv_img img {
		width: 100%;
	}

	.mv_catchcopy {
		position: absolute;
		right: 20px;
		top: 234px;
	}


	.mv_catchcopy img {
		width: auto;
		height: auto;
	}

	.news_area {
		font-size: 3.6rem;
		padding: 20px 20px 30px 20px;
	}

	.news_text01 {
		font-size: 3.6rem;
	}

	.news_text02 {
		font-size: 2.0rem;
	}

	.news_area_inner {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.news_area_inner .news_more {
		margin: auto;
		padding: 20px 230px;
		font-size: 2.4rem;
	}

	.news_area_inner .news_more:before {
		content: "";
		position: absolute;
		left: -23px;
		top: 0;
		bottom: 0;
		width: 0;
		height: 0;
		margin: auto;
		border-style: solid;
		border-width: 31.5px 24px 31.5px 0;
		border-color: transparent #d20613 transparent transparent;
	}

	.news_area_inner .news_more:after {
		content: "";
		position: absolute;
		right: -23px;
		top: 0;
		bottom: 0;
		width: 0;
		height: 0;
		margin: auto;
		border-style: solid;
		border-width: 31.5px 0 31.5px 24px;
		border-color: transparent transparent transparent #d20613;
	}

	.news_text_detail {
		font-size: 2.4rem;
		line-height: 1.5;
		padding: 20px 0 30px;
		display: block;
		width: 100%;
	}

	.top_content_area {
		background: url(../img/hexagon_right.png) repeat-y right center, url(../img/hexagon_left.png) repeat-y left center #d20612;
		top: auto;
		bottom: 0;
		position: relative;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 40;
		width: 100%;
		padding-bottom: 65px;
	}

	.animeka_area {
		padding: 50px 20px 0;
		box-sizing: border-box;
		margin-bottom: 50px;
	}

	#staffcast .row {
		flex-wrap: wrap;
		padding: 0 50px;
		width: auto;
	}


	/* スタッフ */
	#staffcast .staff_box_inner02 ul li {
		color: #000;
		line-height: 45px;
	}

	#staffcast .box_title img {
		width: 100%;
	}

	#staffcast .maincast_area {
		width: 100%;
	}

	#staffcast .staff_area {
		width: 100%;
	}

	#staffcast .name {
		height: 50px;
	}

	#staffcast .magazine {
		font-size: 20px;
		text-indent: 70px;
	}

	.staff_box_inner01 {
		display: flex;
		justify-content: flex-start;
		padding: 15px 12px;
		box-sizing: border-box;
		border-bottom: 1px solid #e98389;
		margin: 0 15px;
	}

	.staff_text01 {
		color: #fff;
		font-size: 2.4rem;
		padding-top: 18px;
	}

	.staff_text02 {
		color: #fff;
		font-size: 4.6rem;
		font-family: 'mplus';
		line-height: 1;
	}

	.staff_text02 img {
		width: 170px;
		height: auto;
	}

	.staff_text02 span {
		font-size: 1.9rem;
		font-family: ’ヒラギノ角ゴ Pro W3′, ’Hiragino Kaku Pro’, ’メイリオ’, Meiryo, ’ＭＳ Ｐゴシック’, ’MS P’, sans-serif;
	}

	.staff_box_inner02 ul {
		padding-top: 10px;
	}

	.staff_box_inner02 ul li {
		font-size: 2.4rem;
		color: #fff;
		padding: 10px 25px 0;
		line-height: 1.5;
	}

	.maincast_area {
		padding: 66px 0;
	}

	#staffcast .main_cast_list li {
		font-size: 2.4rem;
		padding: 25px 25px 0;
		line-height: 36px;
	}

	.main_cast_list li a {
		padding-left: 10px;
	}

	.main_cast_list li a img {
		width: auto;
		height: auto;
	}

	.kv .top_content {
		padding: 0 50px;
		box-sizing: border-box;
	}

	.content_box {
		width: 100%;
	}

	.character_box {
		width: 100%;
		box-sizing: border-box;
		display: -webkit-box;
		display: -moz-box;
		/*Firefox21*/
		display: -ms-flexbox;
		/*IE10*/
		display: -webkit-flex;
		/*PC-Safari,iOS8.4*/
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		margin: auto;
	}

	.twitter_bg {
		width: 100%;
	}

	/*sp_menubtn*/
	.menu_btn_area {
		display: -webkit-box;
		display: -moz-box;
		/*Firefox21*/
		display: -ms-flexbox;
		/*IE10*/
		display: -webkit-flex;
		/*PC-Safari,iOS8.4*/
		display: flex;
		position: fixed;
		justify-content: space-between;
		z-index: 80;
		top: auto;
		left: auto;
		right: 40px;
		bottom: 60px;
		margin: auto;
		width: auto;
		pointer-events: none;
		z-index: 100;
	}

	.menu_list li a {
		font-size: 4.0rem;
	}

	.menu_btn {
		display: -webkit-box;
		display: -moz-box;
		/*Firefox21*/
		display: -ms-flexbox;
		/*IE10*/
		display: -webkit-flex;
		/*PC-Safari,iOS8.4*/
		display: flex;
		align-items: center;
		pointer-events: auto;
		padding-bottom: 0;
		margin-left: 0;
		pointer-events: none;
		position: relative;
	}

	.menu_btn a {
		pointer-events: auto;
	}

	.sns_btn {
		display: -webkit-box;
		display: -moz-box;
		/*Firefox21*/
		display: -ms-flexbox;
		/*IE10*/
		display: -webkit-flex;
		/*PC-Safari,iOS8.4*/
		display: flex;
		align-items: center;
		pointer-events: auto;
		padding-bottom: 0px;
		pointer-events: none;
	}

	.sns_btn .menu_sns {
		display: -webkit-box;
		display: -moz-box;
		/*Firefox21*/
		display: -ms-flexbox;
		/*IE10*/
		display: -webkit-flex;
		/*PC-Safari,iOS8.4*/
		display: flex;
		flex-direction: initial;
		width: auto;
		height: 100%;
		align-items: center;
		pointer-events: none;

	}

	.sns_btn .menu_sns li {
		margin-bottom: 0;
		margin-left: 15px;
		border: 3px solid #fff;
		border-radius: 2px;
		pointer-events: auto;
	}

	/*sp_random_voice_area*/
	.random_voice_area {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(230, 88, 84, 0.9);
		width: 100%;
		height: 100%;
		z-index: 100;
		transition: 0.3s;
		display: -webkit-box;
		display: -moz-box;
		/*Firefox21*/
		display: -ms-flexbox;
		/*IE10*/
		display: -webkit-flex;
		/*PC-Safari,iOS8.4*/
		display: flex;
		align-items: center;
	}

	.random_voice_area.active {
		opacity: 0;
		pointer-events: none;
	}

	.random_voice_box {
		background: #fff;
		box-sizing: border-box;
		padding: 18px 20px;
		width: 600px;
		height: 90vh;
		max-height: 960px;
		margin: 60px auto auto auto;
		border-radius: 10px;
		overflow: hidden;
	}

	.random_voice_box_outer {
		width: 600px;
		margin: auto;
		position: relative;
	}

	.random_voice_close {
		position: absolute;
		right: 10px;
		top: 16px;
		margin: auto;
	}

	.random_voice_box_inner {
		height: 100%;
		background: url(../img/chara_detail_edge_lb.png) no-repeat left bottom #fff;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
	}

	.random_voice_left {
		width: 100%;
		margin-right: 0;
	}

	.random_voice_right {
		width: 100%;
		pointer-events: none;
		padding-top: 50px;
	}

	.random_voice_right.random_chara01 {
		position: relative;
		top: 0;
		right: 0;
	}

	.random_voice_right.random_chara01 img {
		width: 100%;
	}

	.random_voice_right.random_chara02 {
		position: relative;
		top: 0;
		right: 0;
	}

	.random_voice_right.random_chara02 img {
		width: 100%;
	}

	.random_voice_text {
		height: 183px;
		width: 100%;
		color: #000;
		background: #e7605d;
		border-radius: 10px;
		color: #fff;
		font-size: 2.4rem;
		text-align: center;
		display: -webkit-box;
		display: -moz-box;
		/*Firefox21*/
		display: -ms-flexbox;
		/*IE10*/
		display: -webkit-flex;
		/*PC-Safari,iOS8.4*/
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.5;
		position: relative;
	}

	.random_voice_text:before {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 16px 8px 0 8px;
		border-color: #e7605d transparent transparent transparent;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: auto;
		bottom: -15px;
		margin: auto;
	}

	.random_voice_btn {
		text-align: center;
		padding: 70px 0 50px;
	}

	.random_voice_syurui {
		text-align: center;
		font-size: 2.2rem;

	}

	/*sp_menu*/
	.menu_bg {
		position: fixed;
		left: 0;
		top: 0;
		background: none;
		width: 100%;
		height: 150%;
		z-index: 500;
		transition: 0.3s;
		pointer-events: none;
	}

	.menu_bg.active {
		pointer-events: auto;
		background: rgba(0, 0, 0, 0.9);
	}

	.menu_outer {
		height: 100%;
		position: absolute;
		transition: 0.3s;
		left: -800px;
		top: 0;
	}

	.menu_box {
		position: relative;
	}

	.menu_bg.active .menu_outer {
		left: 0;
	}

	.menu_area {
		width: 100vw;
		height: 100vh;
		transition: 0.3s;
		padding: 60px 50px;
		box-sizing: border-box;
		position: relative;
		overflow-y: scroll;
	}

	.menu_logo {
		margin-bottom: 70px;
	}

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

	.menu_area .footer_sns.sp {
		border-top: 1px solid #fff;
		padding: 70px 0;
		margin: 0 56px;
	}

	.menu_close {}

	.menu_sns {
		display: -webkit-box;
		display: -moz-box;
		/*Firefox21*/
		display: -ms-flexbox;
		/*IE10*/
		display: -webkit-flex;
		/*PC-Safari,iOS8.4*/
		display: flex;
		justify-content: space-between;
		width: 210px;
		margin: auto;
	}

	.menu_sns img {
		width: auto;
		height: auto;
	}

	/**/
	.introduction_list li {
		padding-top: 40px;
		text-align: center;
	}

	/*sp cast comment modal*/
	.comment_btn {
		text-align: center;
		display: block;
		padding-top: 0;
	}

	.comment_btn a {
		display: inline-block;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.comment_btn img {
		width: auto;
		height: auto;
	}

	.cast_comment_area {
		padding: 20px;
	}

	.commnet_modal {
		border: #fff5f8 2px solid;
		width: 100%;
		position: relative;
		background: #fff;
		border: 2px solid #db5e5a;
		border-radius: 10px;
	}

	.commnet_modal_box {
		display: -webkit-box;
		display: -moz-box;
		/*Firefox21*/
		display: -ms-flexbox;
		/*IE10*/
		display: -webkit-flex;
		/*PC-Safari,iOS8.4*/
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding: 55px 60px;
		box-sizing: border-box;
	}

	.comment_left {
		width: 100%;
		height: auto;
		min-height: 503px;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.comment_right {
		width: 100%;
	}

	.comment_modal_close {
		display: block;
		margin: auto;
		background: url(../img/chara_detail_close.png) no-repeat center;
		width: 107px;
		height: 16px;
		border: none;
	}

	.comment_right_name {
		border-bottom: 3px solid #db5e5a;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.comment_right_name01 {
		text-align: center;
		font-size: 2.6rem;
		font-weight: bold;
	}

	.comment_right_name02 {
		font-size: 2.6rem;
		color: #db5e5a;
		padding-left: 24px;
		font-weight: bold;
	}

	.comment_right_name03 {
		font-size: 3.6rem;
		color: #db5e5a;
		font-weight: bold;
	}

	.comment_right_text01 {
		font-size: 2.6rem;
		line-height: 1.8;
		height: auto;
	}

	.comment_right_text02 {
		padding-top: 40px;
		font-size: 2.6rem;
		line-height: 1.8;
	}

	.comment_modal_close_box {
		padding-top: 80px;
	}

	/*sp_character*/

	.character_box {
		padding: 0 80px;
	}

	.chara_area {
		width: 100%;
		text-align: center;
	}

	.chara_area.cast {
		padding-right: 0;
	}

	.chara_area.cast img {
		width: auto;
	}



	/*sp_charamodal*/
	.lity-container {
		height: 100%;
		overflow-y: scroll;
	}

	.lity-wrap {
		top: 0;
	}

	.character_modal {
		height: auto;
		width: auto;
		position: relative;
		background: #fff;
		box-sizing: border-box;
		margin: 20px;
	}

	.character_modal_box {
		flex-wrap: wrap;
		padding: 60px 50px 30px 50px
	}

	.chara_detail {
		width: 100%;
	}

	.chara_name {
		font-size: 4.8rem;
	}

	.chara_cv {
		font-size: 2.4rem;
	}

	.chara_text {
		font-size: 2.4rem;
		padding: 30px 40px;
	}

	.chara_name ruby rt {
		font-size: 2.4rem;
	}

	/*music*/
	.music_bg {
		background: #e9c63a;
	}

	.music_box {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-left: 0;
		margin-top: -50px;
		padding: 0 50px;
		box-sizing: border-box;
	}

	.music_box li {
		width: 100%;
		margin-left: 0;
		margin-top: 100px;
	}
    
    .music_box li:first-child {
		margin-top: 50px;
	}

	.music_cdimg {
		text-align: center;
	}

	.music_cdimg img {
		width: 420px;
		height: auto;
	}

	.music_list_box_text01 {
		font-size: 3.6rem;
	}

	.music_list_box_text02 {
		font-size: 2.4rem;
	}

	.music_list_box_text03 {
		font-size: 2.4rem;
	}
    
	/*bluray*/

    .bluray_area {
        width: 100%;
    }
    
	.bluray_box {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-left: 0;
		margin-top: -50px;
		padding: 0 50px;
		box-sizing: border-box;
	}

	.bluray_box li {
		width: 100%;
		margin-left: 0;
		margin-top: 100px;
	}
    
    .bluray_box li:first-child {
		margin-top: 50px;
	}

	.bluray_img {
		text-align: center;
	}

	.bluray_img img {
		width: 420px;
		height: auto;
	}

	.bluray_list_box_text01 {
		font-size: 3.6rem;
	}

	.bluray_list_box_text02 {
		font-size: 2.4rem;
	}

	.bluray_list_box_text03 {
		font-size: 2.4rem;
	}

	/* movie */
	#movie .pv,
	#movie .diary {
		width: 100%;
		padding: 0 50px;
	}

	#movie .diary .title {
		padding-top: 80px;
	}

	#movie .inner {
		width: 100%;
		flex-wrap: wrap;
	}

	#movie .more {
		width: 60%;
	}

	#movie .title {
		font-size: 4rem;
	}

	/* onair */

	#onair .text {
		font-size: 3.6rem;
		line-height: 4.8rem;
		width: 80%;
	}

	#onair p {
		font-size: 3.2rem;
	}

	/* オンエア */
	#onair .row {
		flex-wrap: wrap;
		padding: 0 50px;
		width: auto;
	}

	#staffcast .staff_box_inner02 ul li {
		color: #000;
		line-height: 45px;
	}

	#onairt .box_title img {
		width: 100%;
	}

	#onair .tv_area,
	#onair .net_area {
		width: 100%;
	}

	#onair .net_area {
		padding-top: 50px;
	}

	#onair .net_list li,
	#onair .tv_list li {
		font-size: 2.4rem;
		padding: 25px 25px 0;
		line-height: 36px;
	}

	#onair .small {
		font-size: 2rem;
	}



	/*sp_books*/
	.books_img img:first-child {
		margin-top: 0;
	}

	/**/
	.books_area {
		text-align: center;
	}

	.books_box:first-child {
		padding-bottom: 60px;
	}

	.books_img {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 auto 0;
	}

	.books_img a {
		display: inline-block;
		padding-left: 40px;
		margin-bottom: 40px;
	}

	.books_img a:nth-child(4n+1) {
		padding-left: 40px;
	}

	.books_img a:nth-child(2n+1) {
		padding-left: 0;
	}

	.books_img img {
		width: auto;
		height: auto;
	}

	.books_text {
		font-size: 2.4rem;
		font-family: 'mplus';
		font-weight: bold;
		line-height: 1.8;
		padding: 0 20px;
	}

	.books_text .big_text {
		font-size: 3.0rem;
		font-family: 'mplus';
	}

	.books_text .red_text {
		color: #d20612;
		padding-left: 10px;
		font-family: 'mplus';
	}



	/*sp_footer*/
	footer {
		padding-top: 40px;
	}

	.footer_banner_list {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		box-sizing: border-box;
		padding: 65px 100px 65px;
	}

	.footer_banner_list li {
		width: 100%;
		margin: 40px 0 0 0;
	}

	.footer_banner_list li:first-child {
		margin: 0px;
	}

	.footer_banner_list li img {
		width: 100%;
	}

	.footer_pagetop {
		text-align: center;
		padding: 0;
		background: #d20612;
	}

	.footer_pagetop a {
		padding: 30px 0;
		display: block;
	}

	.copyright_area {
		background: #000;
	}

	.footer_sns.sp {
		display: flex;
		justify-content: center;
		padding: 40px 0;
	}

	.footer_sns li {
		margin: 0 25px;
		position: relative;
	}

	.footer_sns li:before {
		position: absolute;
		left: -32px;
		top: 0;
		bottom: 0;
		margin: auto;
		background: #fff;
		width: 15px;
		height: 1px;
		content: "";
	}

	.footer_sns li:first-child:before {
		display: none;
	}

	.copyright {
		font-size: 1.6rem;
		text-align: center;
		line-height: 1.5;
		color: #fff;
		padding: 0 20px 32px;
	}
	
	.notfound .text {
		line-height: 4rem;
		font-size: 2.5rem;
	}
	
	.notfound .back {
		width: 52%;
		margin: 0 auto;
	}
	
	.notfound .back img {
		width: 100%;
	}
}


/*new_list_area*/

.news-movie {
	width: 650px;
	margin: 30px auto;
}

.news_page_area {
	position: relative;
	background: url(../img/hexagon_right.png) repeat-y right center, url(../img/hexagon_left.png) repeat-y left center #d20612;
	-webkit-animation: bgroop 10s linear infinite;
	animation: bgroop 10s linear infinite;

}

.news_page_box {
	width: 1200px;
	margin: auto;
	background: #fff;
	padding: 0 100px;
	box-sizing: border-box;
}

/**/
footer.news_page {
	border-top: none;
	padding-top: 0px;
	background: #000;
	text-align: center;
}

.news_page_footer_logo {
	text-align: center;
	display: inline-block;
	padding-top: 50px;
	padding-bottom: 30px;
}

.news_page_title {
	padding: 70px 0 50px;
	text-align: center;
	width: 240px;
	margin: auto;
}

.news_page_title01 {
	margin-bottom: 17px;
	padding-bottom: 17px;
	border-bottom: 3px solid #d20612;
	font-family: "Russo One", "’ヒラギノ角ゴ Pro W3′", "’Hiragino Kaku Pro’", ’メイリオ’, Meiryo, "’ＭＳ Ｐゴシック’", "’MS P’", sans-seri;
	font-size: 4.8rem;
	color: #d20612;
}

.news_page_title02 {
	font-family: 'mplus';
	font-size: 1.4rem;
	font-weight: bold;
}

.news_page_list ul {
	padding-bottom: 60px;
}

.news_page_list ul li {
	margin-top: 45px;
}

.news_page_list ul li:first-child {
	margin-top: 0;
}

.news_page_list ul li {
	border: 4px solid #000;
	position: relative;
}

.news_page_list ul li:after {
	content: "";
	position: absolute;
	bottom: -8px;
	right: -4px;
	background: #d20612;
	width: 99%;
	height: 2px;
}

.news_page_date {
	background: #d20612;
	width: 120px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	position: relative;
	font-size: 1.4rem;
}

.news_page_date:after {
	content: "";
	position: absolute;
	right: -28px;
	top: 0;
	width: 0;
	height: 0;
	border-top: 16px solid #d20612;
	border-right: 14px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 14px solid #d20612;
}

.news_page_detail {
	padding: 25px 20px;
}

.news_page_detail .news_list_intro {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding-top: 10px;
}

.news_page_detail01 {
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 16px;
	padding-left: 26px;
	background: url(../img/news_icon.png) no-repeat 2px 6px;
	line-height: 1.5;
}

.news_page_detail02 {
	font-size: 1.4rem;
	line-height: 1.8;
}

.news_page_tham {
	font-size: 1.4rem;
	padding: 36px 0 18px;
	line-height: 1.8;
}

/*.news_page_detail_box*/
.news_page_detail_box {
	padding: 18px 26px 0;
	font-size: 1.4rem;
	line-height: 1.8;
}

/**/




.news_page_more {
	text-align: right;
	padding-top: 20px;
}

.news_page_more a {
	margin-left: auto;
	background: #d20612;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	display: inline-block;
	padding: 7px 45px;
	position: relative;
	margin-right: 12px;

}

.news_page_more a:before {
	content: "";
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 14px 10px 14px 0;
	border-color: transparent #d20613 transparent transparent;
}

.news_page_more a:after {
	content: "";
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 14px 0 14px 10px;
	border-color: transparent transparent transparent #d20612;
}

.second_page_pager {
	padding-bottom: 90px;
}

.second_page_pager ul {
	display: flex;
	justify-content: center;
}

.second_page_pager ul li {
	margin: 0 6px;
}

.second_page_pager ul li a,
.second_page_pager ul li span {
	background: #000000;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 9px;
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	font-weight: bold;
}

.second_page_pager ul li a:hover {
	opacity: 1;
	background: #d20612;
	font-weight: bold;
}

.second_page_pager ul li span.current {
	background: #d20612;
}

.second_page_pager ul li a.next {
	background: none;
	color: #c7c7c7;
	font-family: 'mplus';
}

.second_page_pager ul li a.prev {
	background: none;
	color: #c7c7c7;
	font-family: 'mplus';
}

.second_page_pager ul li a.next:hover,
.second_page_pager ul li a.prev:hover {
	opacity: 0.5;
}

.news_page_back {
	text-align: center;
}

.news_page_back a {
	margin-left: auto;
	background: #d20612;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	display: inline-block;
	padding: 20px 90px;
	position: relative;
	margin-bottom: 60px;
}

.news_page_back a:before {
	content: "";
	position: absolute;
	left: -17px;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 27px 17px 27px 0;
	border-color: transparent #d20613 transparent transparent;
}

.news_page_back a:after {
	content: "";
	position: absolute;
	right: -17px;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 27px 0 27px 17px;
	border-color: transparent transparent transparent #d20612;
}

.news_page_iframe {
	position: relative;
	width: 100%;
	padding-top: 57.25%;
	margin: 30px 0;
}

.news_page_iframe iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width:750px) {
	.news_page_footer_logo {
		padding-top: 50px;
	}

	.news_page_box {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		border-top: 20px solid #d20612;
	}

	.news_page_title01 {
		font-size: 6rem;
	}

	.news_page_title02 {
		font-size: 2.4rem;
	}

	.news_page_date {
		font-size: 2.8rem;
		width: 240px;
	}

	.news_page_date:after {
		content: "";
		position: absolute;
		right: -35px;
		top: 0;
		width: 0;
		height: 0;
		border-top: 24px solid #d20612;
		border-right: 18px solid transparent;
		border-bottom: 24px solid transparent;
		border-left: 18px solid #d20612;
	}

	.news_page_detail01 {
		font-size: 3.0rem;
		background: url(../img/news_icon.png) no-repeat 2px 14px;
	}

	.news_page_detail02 {
		font-size: 2.0rem;
	}

	.news_page_tham {}

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

	.news_page_more a {
		margin-left: auto;
		background: #d20612;
		color: #fff;
		font-size: 2.8rem;
		text-decoration: none;
		display: inline-block;
		padding: 7px 45px;
		position: relative;
		margin-right: 12px;

	}

	.news_page_more a:before {
		content: "";
		position: absolute;
		left: -11px;
		top: 0;
		bottom: 0;
		width: 0;
		height: 0;
		margin: auto;
		border-style: solid;
		border-width: 22px 12px 22px 0;
		border-color: transparent #d20613 transparent transparent;
	}

	.news_page_more a:after {
		content: "";
		position: absolute;
		right: -11px;
		top: 0;
		bottom: 0;
		width: 0;
		height: 0;
		margin: auto;
		border-style: solid;
		border-width: 22px 0 22px 12px;
		border-color: transparent transparent transparent #d20612;
	}

	.second_page_pager ul li {
		margin: 0 12px;
	}

	.second_page_pager ul li a,
	.second_page_pager ul li span {
		width: 60px;
		height: 60px;
		padding-top: 16px;
		font-size: 3.2rem;
		font-weight: bold;
	}

	.second_page_pager ul li a:hover {
		opacity: 1;
		background: #d20612;
		font-weight: bold;
	}

	.second_page_pager ul li span.current {
		background: #d20612;
	}

	.second_page_pager ul li a.next {
		background: none;
		color: #c7c7c7;
		font-family: 'mplus';
	}

	.second_page_pager ul li a.prev {
		background: none;
		color: #c7c7c7;
		font-family: 'mplus';
	}

	.second_page_pager ul li a.next:hover,
	.second_page_pager ul li a.prev:hover {
		opacity: 0.5;
	}

	.news_page_back {
		text-align: center;
	}

	.news_page_back a {
		margin-left: auto;
		background: #d20612;
		color: #fff;
		font-size: 2.8rem;
		text-decoration: none;
		display: inline-block;
		padding: 20px 90px;
		position: relative;
		margin-bottom: 60px;
	}

	.news_page_back a:before {
		content: "";
		position: absolute;
		left: -17px;
		top: 0;
		bottom: 0;
		width: 0;
		height: 0;
		margin: auto;
		border-style: solid;
		border-width: 34px 17px 34px 0;
		border-color: transparent #d20613 transparent transparent;
	}

	.news_page_back a:after {
		content: "";
		position: absolute;
		right: -17px;
		top: 0;
		bottom: 0;
		width: 0;
		height: 0;
		margin: auto;
		border-style: solid;
		border-width: 34px 0 34px 17px;
		border-color: transparent transparent transparent #d20612;
	}
}

/* second common */

.second_page_area {
	position: relative;
	background: url(../img/hexagon_right.png) repeat-y right center, url(../img/hexagon_left.png) repeat-y left center #d20612;
	-webkit-animation: bgroop 10s linear infinite;
	animation: bgroop 10s linear infinite;
}

.second_page_box {
	width: 1200px;
	margin: auto;
	background: #fff;
	padding: 0 100px;
	box-sizing: border-box;
	padding-bottom: 60px;
}

footer.second_page {
	border-top: none;
	padding-top: 0px;
	background: #000;
	text-align: center;
}

.second_page_footer_logo {
	text-align: center;
	display: inline-block;
	padding-top: 50px;
	padding-bottom: 30px;
}

.second_page_title {
	padding: 70px 0 50px;
	text-align: center;
	width: 240px;
	margin: auto;
}

.second_page_title01 {
	margin-bottom: 17px;
	padding-bottom: 17px;
	border-bottom: 3px solid #d20612;
	font-family: "Russo One", "’ヒラギノ角ゴ Pro W3′", "’Hiragino Kaku Pro’", ’メイリオ’, Meiryo, "’ＭＳ Ｐゴシック’", "’MS P’", sans-seri;
	font-size: 4.8rem;
	color: #d20612;
}

.second_page_title02 {
	font-family: 'mplus';
	font-size: 1.4rem;
	font-weight: bold;
}


/* movie */

.movie_page_title,
.diary_page_title {
	padding: 70px 0 50px;
	text-align: center;
	width: 240px;
	margin: auto;
}

.diary_page_title .second_page_title01 {
	font-family: 'mplus';
}

.movie_page .movie_list {
	display: flex;
	padding-bottom: 60px;
}

.movie_page .movie_list .subtitle {
	text-align: center;
	font-size: 2.4rem;
	padding-bottom: 30px;
	font-family: 'mplus';
	color: #d20612;
}

.movie_page .movie_list .left {
	width: 48%;
	margin-right: 4%;
	position: relative;
}

.movie_page .movie_list .right {
	width: 48%;
	position: relative;
}

.movie_page .movie_list .video {
	position: relative;
	width: 100%;
	padding-top: 57.25%;
}

.movie_page .video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.movie_page .back {
	width: 290px;
	margin: 0 auto;
}

.movie_page .back img {
	width: 100%;
}

/* diary */
.diary_area {
	display: flex;
	padding-bottom: 50px;
	flex-wrap: wrap;
}

.diary_area .movie_twi {
	width: 32%;
	margin-right: 2%;
}

.diary_area :nth-child(3n) {
	margin-right: 0;
}

.diary_area :nth-child(n+13) {
	display: none;
}

.diary_area .movie_twi span {
	background-color: #d20612;
	color: #fff;
	display: block;
	padding: 5px;
	text-align: center;
	font-size: 1.5rem;
	margin-top: 30px;
	font-family: "mplus";
}



/*story*/

#story .inner {
	width: 580px;
	margin: 0 auto;
}

#story .inner {
	padding: 0 0 70px 0;
}

#story .title_box {
	padding-top: 40px;
}

#story .inner img {
	width: 100%;
    height: auto;
}

#story .inner .subtitle {
	font-family: 'mplus';
	font-weight: bold;
	font-size: 20px;
	color: #d20612;
	padding: 20px 0;
	border-bottom: 4px solid #d20612;
	font-size: 2rem;
	font-family: 'mplus';
}

#story .inner p {
	font-size: 1.5rem;
	padding: 20px 0;
	line-height: 2.5rem;
}

#story .btn_more {
	margin: 30px auto 0 auto;
}

.btn_more {
	margin: 0 auto;
	width: 200px;
}

.btn_more a,
.btn_more a:hover,
.btn_more a:visited,
.btn_more a:active {
	text-decoration: none;
}

.btn_more span {
	padding: 10px 30px;
	background-color: #fff;
	text-align: center;
	color: #d20612;
	font-size: 2.5rem;
	display: block;
	border: 2px solid #d20612;
	font-family: 'Russo One', ’ヒラギノ角ゴ Pro W3′, ’Hiragino Kaku Pro’, ’メイリオ’, Meiryo, ’ＭＳ Ｐゴシック’, ’MS P’, sans-seri;
}

/* 下層用story */

.story_page_link {
	padding-bottom: 40px;
}

.story_page_link ul {
	display: flex;
	flex-wrap: wrap;
	width: 636px;
	justify-content: space-between;
	margin: 20px auto 0 auto;
	flex-flow: row-reverse;
}

.story_page_link ul:nth-child(2) {
	width: 600px;
}

.story_page_link ul li {
	font-size: 2.0rem;
	font-family: 'mplus';
	color: #adadad;
}

.story_page_link ul li a,
.story_page_link ul li a:hover,
.story_page_link ul li a:visited,
.story_page_link ul li a:active {
	color: #d20612;
	text-decoration: none;
}

.story_page_article {
	width: 580px;
	margin: 30px auto 0 auto;
	padding-top: 10px;
}

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

.story_page_article .subtitle {
	font-family: 'mplus';
	font-weight: bold;
	font-size: 20px;
	color: #d20612;
	padding: 20px 0;
	border-bottom: 4px solid #d20612;
	font-size: 2rem;
	font-family: 'mplus';
}

.story_page_article p {
	font-size: 1.5rem;
	padding: 20px 0;
	line-height: 2.5rem;
}

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

	.second_page_footer_logo {
		padding-top: 50px;
	}

	.second_page_box {
		width: 100%;
		padding: 0 20px 60px 20px;
		box-sizing: border-box;
		border-top: 20px solid #d20612;
	}

	.second_page_title02 {
		font-size: 2.4rem;
	}

	.movie_page .movie_list .subtitle {
		font-size: 4rem;
	}

	.movie_page_title,
	.diary_page_title {
		width: 350px;
	}

	.movie_page .movie_list .video {
		width: 100%;
		position: relative;
		padding-top: 54%;
	}

	.movie_page .movie_list .video .title {
		position: absolute;
		width: 100%;
		top: -20px;
		left: 0;
	}

	.movie_page .movie_list .right {
		margin: 50px auto 0 auto;
		width: 96%;
	}

	.movie_page .movie_list .left {
		margin: 0 auto;
		width: 96%;
	}

	.movie_page .movie_list {
		flex-wrap: wrap;
	}

	.movie_page .back {
		width: 60%;
	}

	.diary_area {
		flex-wrap: wrap;
	}

	.diary_area .movie_twi {
		width: 500px;
		margin: 0 auto;
		padding: 60px 0;
		transform: scale3d(1.2, 1.2, 1.2);
	}

	.story_page_article {
		width: 100%;
	}

	.story_page_article .inner {
		width: 92%;
	}

	.story_page_link ul {
		width: 100%;
	}

	.story_page_link ul:nth-child(2) {
		width: 100%;
	}

	.story_page_link ul li {
		font-size: 3rem;
		width: 33%;
		text-align: center;
		margin-top: 40px;
	}

	.story_page_link ul {
		margin: 0px auto 0 auto;
	}

	.story_page_article .subtitle {
		font-size: 2.8rem;
	}

	.story_page_article p {
		font-size: 2.2rem;
		line-height: 3.5rem;
	}

	#story .inner {
		width: 92%;
	}

	#story .inner .subtitle {
		font-size: 2.8rem;
	}

	#story .inner p {
		font-size: 2.2rem;
		line-height: 3.5rem;
	}

	.btn_more {
		width: 40%;
	}

}
