@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500&display=swap');
@keyframes rotate { from {
 transform:rotate(0);
}
to { transform: rotate(360deg); }
}
@keyframes rotateHalf { from {
 transform:rotate(180deg);
}
to { transform: rotate(540deg); }
}
::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
 background: #000;
 color:#fff;
}
* { outline: none; }
body {
	font-family: "游明朝体", "Yu Mincho", YuMincho, 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
	background-color: #fff;
}
a { color: #00ffde; }
a:hover { text-decoration: none; }
.sp { display: none; }
#fullWrap {
	min-width: 1200px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
header {
	width: 140px;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	min-height: 620px;
	z-index: 9999;
}
header h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -56px;
	margin-top: -39px;
	width: 112px;
	height: 78px;
	background: url(../images/logo.png) no-repeat center center / contain;
}
#menuBtn {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 30px;
	top: 30px;
}
#menuBtn:before {
	content: '';
	position: absolute;
	left: 0;
	top: -12px;
	width: 23px;
	height: 7px;
	background: url(../images/str_menu.png) no-repeat center center / contain
}
#menuBtn:after {
	content: '';
	position: absolute;
	top: 0;
	right: -55px;
	width: 51px;
	height: 14px;
	background: url(../images/menu_parts.png) no-repeat center center / contain;
}
#menuBtn:after {
	content: '';
	position: absolute;
	left: -1px;
	top: 122px;
	width: 113px;
	height: 72px;
	background: url(../images/top_aiming.png) no-repeat center center;
}
#menuBtn a {
	position: absolute;
	display: block;
	width: 72px;
	height: 72px;
	left: 4px;
	top: 4px;
	background: rgba(21,106,181,1);
}
#menuBtn a:before {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	left: -4px;
	top: -4px;
	background: url(../images/menu_inframe.png) no-repeat center center;
}
#menuBtn a:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 308px;
	height: 308px;
	background: url(../images/menu_circle.png) no-repeat center center;
	margin-left: -154px;
	margin-top: -154px;
	z-index: -1;
	animation: rotate 20s infinite linear;
	pointer-events: none;
}
#menuBtn a:hover { background: #000; }
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger { position: relative; }
.menu-trigger span {
	position: absolute;
	left: 22px;
	width: 28px;
	height: 3px;
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) { top: 25px; }
.menu-trigger span:nth-of-type(2) { top: 34px; }
.menu-trigger span:nth-of-type(3) { top: 43px; }
.menu-trigger.active span:nth-of-type(1) { transform: translateY(9px) rotate(-45deg); }
.menu-trigger.active span:nth-of-type(2) { opacity: 0; }
.menu-trigger.active span:nth-of-type(3) { transform: translateY(-9px) rotate(45deg); }
#topics {
	width: 100%;
	padding-left: 180px;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 80px;
	box-sizing: border-box;
	padding-right: 220px;
	padding-top: 30px;
	z-index: 6000;
	min-width: 1200px;
}
#topicsin {
	border: 1px solid rgba(48,214,214,1);
	height: 40px;
	background: rgba(0,0,0,.7);
	box-sizing: border-box;
}
#topicsin ul {
	height: 38px;
	overflow: hidden;
}
#topicsin li { height: 38px; }
.topicsDate {
	width: 124px;
	height: 38px;
	background: url(../images/topics_datebg.png) no-repeat left bottom;
	line-height: 30px;
	box-sizing: border-box;
	padding-left: 24px;
	float: left;
	color: #30d6d6;
	font-size: 13px;
}
.topicsDate span {
	transform: scaleX(0.8);
	transform-origin: left top;
	display: inline-block;
	letter-spacing: 0.1em;
}
.topicsTitle {
	height: 38px;
	margin-left: 150px;
	line-height: 38px;
	margin-right: 20px;
}
.topicsTitle a {
	display: block;
	margin-right: -25%;
	transform: scaleX(0.8);
	transform-origin: left top;
	color: rgba(255,255,255,1);
	letter-spacing: 0.1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#share {
	position: absolute;
	width: 190px;
	top: 25px;
	right: 15px;
	height: 52px;
	display: flex;
	justify-content: space-around;
}
#share li {
	height: 52px;
	width: 52px;
	position: relative;
}
#share li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 52px;
	height: 52px;
	background: url(../images/btn_share.png) no-repeat center center;
	animation: rotate 10s infinite linear;
	z-index: -1;
	transition: all 0.3s ease;
}
#share li:nth-child(2):before { animation: rotateHalf 10s infinite linear reverse; }
#share li:nth-child(3):before { animation: rotateHalf 10s infinite linear; }
#share li a {
	display: block;
	height: 52px;
	background-position: center center;
	background-repeat: no-repeat;
}
#tw a { background-image: url(../images/icon_twitter.png); }
#fb a { background-image: url(../images/icon_facebook.png); }
#ln a { background-image: url(../images/icon_line.png); }
#share li:hover:before { animation: rotate 3s infinite linear; }
#share li:nth-child(2):hover:before { animation: rotateHalf 3s infinite linear reverse; }
#mv {
	height: 0px;
	width: 100%;
	padding-top: 140.25%;
	position: relative;
}
#scene {
	position: absolute;
	overflow: hidden;
	left: -3%;
	top: -3%;
	right: -3%;
	bottom: -3%;
}
#scene li {
	display: block;
	position: absolute;
	z-index: 6;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
}
.mv {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#mvbg { background: url(../images/mv_bg.jpg) no-repeat center top / cover; }
#mv1 { background: url(../images/mv1.png) no-repeat center top / cover; }
#mv2 { background: url(../images/mv2.png) no-repeat center top / cover; }
#catch {
	background: url(../images/catch.png);
	position: absolute;
	height: 97px;
	width: 753px;
	top: 95px;
	z-index: 5000;
	margin-left: -376px;
	left: 50%;
}

#bnrNews {
	position: absolute;
	height: 200px;
	width: 200px;
	top: 200px;
	z-index: 5000;
	left: 120px;
}
#bnrNews a:hover {
	opacity: 0.6;
}

#mv h1 {
	background: url(../images/logo.png);
	height: 415px;
	width: 593px;
	margin-left: -296px;
	position: absolute;
	z-index: 5000;
	left: 50%;
	bottom: 360px;
}
#fullWrap footer {
	height: 246px;
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: flex;
	justify-content: space-between;
	z-index: 10001;
}
.footers {
	width: 50%;
	height: 246px;
}
#startDate {
	background: url(../images/startdate.png) no-repeat center center / contain;
	height: 161px;
	width: 845px;
	margin-left: -380px;
	position: absolute;
	left: 50%;
	bottom: 254px;
	z-index: 6000;
}
#bnrs {
	display: table;
	width: 600px;
	background: rgba(21,106,181,1);
	margin-top: 143px;
}
#bnrs li {
	width: 300px;
	height: 88px;
	display: table-cell;
}
#bnrs li a img { transition: all 0.3s ease; }
#bnrs li a:hover img { opacity: 0.7; }
.footers #copyright {
	font-size: 10px;
	line-height: 15px;
	color: rgba(255,255,255,1);
	text-align: center;
	height: 15px;
	width: 600px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	background: rgba(22,111,183,0.9);
}
.twidget {
	height: 206px;
	width: 600px;
	margin-top: 40px;
	margin-left: auto;
	background: rgba(22,111,183,0.9);
}
header nav {
	position: absolute;
	left: 30px;
	top: 19px;
	pointer-events: none;
	overflow: hidden;
	width: 0;
	height: 0;
	transition: all 0.3s ease;
}
header nav.on {
	width: 524px;
	height: 579px;
}
#navin {
	width: 524px;
	padding-top: 129px;
}
#navin li {
	float: left;
	height: 113px;
	width: 113px;
	margin-right: 18px;
	position: relative;
	margin-bottom: 37px;
}
#navin li:before {
	content: '';
	position: absolute;
	width: 113px;
	height: 130px;
	left: 0;
	bottom: 0;
	background: url(../images/nav_frame.png) no-repeat center bottom;
	pointer-events: none;
}
#navin li.active:before { background: url(../images/nav_frame_ov.png) no-repeat center bottom; }
#navin li a {
	display: block;
	height: 113px;
	background-color: rgba(19,98,179,1);
	transition: all 0.3s ease;
	pointer-events: auto;
}
#nav0 a { background-image: url(../images/nav0.png); }
#nav1 a { background-image: url(../images/nav1.png); }
#nav2 a { background-image: url(../images/nav2.png); }
#nav3 a { background-image: url(../images/nav3.png); }
#nav4 a { background-image: url(../images/nav4.png); }
#nav5 a { background-image: url(../images/nav5.png); }
#nav6 a { background-image: url(../images/nav6.png); }
#nav7 a { background-image: url(../images/nav7.png); }
#nav8 a { background-image: url(../images/nav8.png); }
#nav9 a { background-image: url(../images/nav9.png); }
#nav10 a { background-image: url(../images/nav10.png); }
#navin li a:hover { background-color: #000; }
#otw {
	height: 64px;
	width: 64px;
	position: absolute;
	left: 171px;
	top: 20px;
	pointer-events: auto;
}
#otw:before {
	content: '';
	position: absolute;
	left: -8px;
	top: -20px;
	width: 96px;
	height: 7px;
	background: url(../images/str_official_twitter.png) no-repeat center center;
}
#otw a {
	display: block;
	height: 64px;
	background-color: rgba(22,111,183,1);
	position: relative;
	background-image: url(../images/icon_twitter_l.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.3s ease;
}
#otw a:hover { background-color: #000; }
#otw a:before {
	content: '';
	position: absolute;
	left: -8px;
	top: -8px;
	width: 80px;
	height: 80px;
	background: url(../images/menu_inframe.png) no-repeat center center;
}
#sub { opacity: 0; }
#sub #fullWrap {
	position: relative;
	background: rgba(222,225,235,1) url(../images/sub_dot.png) repeat center top;
	min-height: 100%;
}
#sub #fullWrap:before {
	content: '';
	position: fixed;
	width: 711px;
	height: 711px;
	right: 100px;
	bottom: 100px;
	background: url(../images/sub_footer_aiming.png) no-repeat center center;
	animation: rotate 30s linear reverse infinite;
	z-index: 2;
	margin-right: -356px;
	margin-bottom: -356px;
}
#sbg {
	height: 0px;
	width: 100%;
	padding-top: 140.25%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(222,225,235,1);
	z-index: 1;
}
#sbg:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/sub_dot.png) repeat center top;
	z-index: 5000;
}
#subContent {
	padding: 70px 0px 140px;
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 10;
	min-height: 100%;
	box-sizing: border-box;
}
#subContentin { border-top: 10px solid rgba(255,255,255,1); }
#subContentHead {; border: 10px solid rgba(19,98,179,.9); }
#subContentHead h2 {
	background: url(../images/sub_h2_bg.png);
	height: 110px;
	position: relative;
}
#subContentHead h2:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 58px;
	height: 15px;
	background: url(../images/sub_h2_parts.png);
}
#subContentHead h2 img {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}
#subContentMain {
	width: 1040px;
	border-right: 10px solid rgba(19,98,179,0.9);
	border-left: 10px solid rgba(19,98,179,0.9);
 margin:0 auto:
}
#subContentMainin {
	background: rgba(0,0,0,.8) url(../images/icon_subarrow.png) no-repeat center 25px;
	width: 920px;
	padding: 40px 60px;
}
#subContentMainin.character {
	background: rgba(0,0,0,.8);
	width: 1040px;
	position: relative;
	padding: 0;
}
#characterG1 {
	padding: 40px 60px;
	position: relative;
	background: rgba(22,108,182,0.3);
}
#characterG1:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 25px;
	width: 19px;
	height: 16px;
	background: url(../images/icon_subarrow.png);
	margin-left: -10px;
}
#characterG2 {
	padding: 40px 60px;
	position: relative;
	background: rgba(182,0,0,0.3);
}
#characterG2:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 25px;
	width: 19px;
	height: 16px;
	background: url(../images/icon_subarrow_r.png);
	margin-left: -10px;
}
#subContentMain h3 {
	height: 78px;
	padding-bottom: 8px;
	position: relative;
	line-height: 78px;
	transform: scale(0.8, 1);
	margin: 0 -12.5% 26px;
	text-align: center;
	font-size: 30px;
	color: #00ffde;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
}
#subContentMain .gTitle {
	height: 55px;
	position: relative;
	line-height: 57px;
	transform: scale(0.8, 1);
	margin: 15px -12.5% 15px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
}
#subContentMain #characterG1 .gTitle { background-color: #156BB6; }
#subContentMain #characterG2 .gTitle { background-color: #C40000; }
#subContentMain #characterG1 h3 { color: #50adff; }
#subContentMain #characterG2 h3 { color: #f00; }
#subContentMain h3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 8px;
	background: url(../images/sub_h3_line.png);
}
#subContentMain #characterG1 h3:after { background: url(../images/sub_h3_line_az.png); }
#subContentMain #characterG2 h3:after { background: url(../images/sub_h3_line_re.png); }
.introduction p {
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	margin-bottom: 24px;
}
.introduction p strong {
	font-size: 26px;
	display: inline-block;
	margin-bottom: 25px;
	margin-top: 15px;
}
#introductionBnr {
	text-align: center;
	padding-bottom: 50px;
}
#introductionBnr a img { transition: all 0.3s ease; }
#introductionBnr a:hover img { opacity: 0.7; }
#subContentFooter {
	background: rgba(19,98,179,.9);
	position: relative;
	width: 1060px;
	height: 320px;
	padding-top: 20px;
}
#footerLogo {
	height: 180px;
	width: 260px;
	margin: 0px auto;
}
#footerLogo a {
	height: 180px;
	display: block;
	background: url(../images/logo.png) no-repeat center center / contain;
	transition: all 0.3s ease;
}
#footerLogo a:hover { opacity: 0.8; }
#subShare {
	display: table;
	margin: 0px auto;
	padding-top: 20px;
	position: relative;
	z-index: 50;
}
#subShare li {
	display: table-cell;
	padding: 0px 5px;
	height: 52px;
	width: 52px;
	position: relative;
}
#subShare li a {
	position: relative;
	display: block;
	height: 52px;
}
#subShare li a:before { content: ''; }
#subShare li:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 0;
	width: 52px;
	height: 52px;
	background: url(../images/btn_subshare.png) no-repeat center center;
	animation: rotate 10s infinite linear;
	z-index: -1;
	transition: all 0.3s ease;
}
#subShare li:nth-child(2):before { animation: rotateHalf 10s infinite linear reverse; }
#subShare li:nth-child(3):before { animation: rotateHalf 10s infinite linear; }
#subShare li a {
	display: block;
	height: 52px;
	background-position: center center;
	background-repeat: no-repeat;
}
#ftw a { background-image: url(../images/icon_twitter.png); }
#ffb a { background-image: url(../images/icon_facebook.png); }
#fln a { background-image: url(../images/icon_line.png); }
#subShare li:hover:before { animation: rotate 3s infinite linear; }
#subShare li:nth-child(2):hover:before { animation: rotateHalf 3s infinite linear reverse; }
#subContentFooter #copyright {
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	padding-top: 13px;
}
#bttop {
	height: 72px;
	width: 72px;
	position: absolute;
	top: -36px;
	right: -18px;
}
#bttop:before {
	content: '';
	position: absolute;
	left: -4px;
	top: -17px;
	height: 7px;
	width: 17px;
	background: url(../images/str_top.png) no-repeat center center;
}
#bttop:after {
	content: '';
	position: absolute;
	left: -4px;
	top: -4px;
	width: 80px;
	height: 80px;
	background: url(../images/menu_inframe.png);
	pointer-events: none;
}
#bttop a {
	background-color: rgba(27,101,169,1);
	background-image: url(../images/btn_bttop.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 72px;
	transition: all 0.3s ease;
}
#bttop a:hover { background-color: #000; }
#newsList li a {
	line-height: 30px;
	padding-top: 27px;
	padding-bottom: 27px;
	display: block;
	text-decoration: none;
	color: #FFF;
	position: relative;
}
#newsList li { position: relative; }
#newsList li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 8px;
	background: url(../images/sub_h3_line.png);
}
.newsTime {
	font-size: 17px;
	color: #F00;
	float: left;
	width: 100px;
	transform: scale(0.8, 1);
	transform-origin: left center;
	letter-spacing: 0.1em;
}
.newsTitle {
	float: left;
	width: 820px;
}
.newsTitle span {
	transform: scale(0.8, 1);
	transform-origin: left top;
	margin-right: -25%;
	font-size: 17px;
	letter-spacing: 0.1em;
	display: block;
	word-break: break-all;
	transition: all 0.3s ease;
}
#newsList li a:hover .newsTitle span { color: #00ffde; }
#subContentMain .news article h3 {
	line-height: 30px;
	padding-top: 27px;
	padding-bottom: 27px;
	display: block;
	text-decoration: none;
	color: #FFF;
	position: relative;
	text-align: left;
	transform: scale(1);
	margin: 0;
	font-size: 17px;
	padding-left: 0;
	height: auto;
	margin-bottom: 27px;
}
#newsArticlein {
	font-size: 15px;
	line-height: 34px;
	padding-bottom: 40px;
}
#newsArticlein p { padding-bottom: 30px; }
#newsArticlein img {
	max-width: 100%;
	height: auto;
}
.mvArea iframe {
	width: 880px;
	height: 495px;
	display: block;
	margin: 0 auto;
}
#btlist {
	margin: 0px auto;
	height: 53px;
	width: 53px;
}
#btlist a {
	background: rgba(32,96,141,1);
	display: block;
	height: 53px;
	position: relative;
	transition: all 0.3s ease;
}
#btlist a:before {
	content: '';
	position: absolute;
	left: -3px;
	top: -3px;
	width: 59px;
	height: 59px;
	pointer-events: none;
	background: url(../images/btn_btlist.png) no-repeat center center;
}
#btlist a:hover { background: #000; }
.keywordsNav {
	margin: 0px auto;
	width: 696px;
	padding-top: 27px;
	padding-bottom: 25px;
}
.keywordsNav li {
	width: 106px;
	height: 32px;
	margin: 0 5px 10px;
	float: left;
}
.keywordsNav li a {
	display: block;
	height: 32px;
	transition: all 0.3s ease;
}
.keywordsNav li a.soon {
	pointer-events: none;
	opacity: 0.3;
}
.keywordsNav li a:hover { transform: translate(2px, 2px); }
.keywordsNav1 a { background: url(../images/keywords_btn1.png); }
.keywordsNav2 a { background: url(../images/keywords_btn2.png); }
.keywordsNav3 a { background: url(../images/keywords_btn3.png); }
.keywordsNav4 a { background: url(../images/keywords_btn4.png); }
.keywordsNav5 a { background: url(../images/keywords_btn5.png); }
.keywordsNav6 a { background: url(../images/keywords_btn6.png); }
.keywordsNav7 a { background: url(../images/keywords_btn7.png); }
.keywordsNav8 a { background: url(../images/keywords_btn8.png); }
.keywordsNav9 a { background: url(../images/keywords_btn9.png); }
.keywordsNav10 a { background: url(../images/keywords_btn10.png); }
.keywordsNav11 a { background: url(../images/keywords_btn11.png); }
.keywordList dt {
	padding-top: 12px;
	font-size: 22px;
	line-height: 36px;
	padding-left: 25px;
	display: table;
	background: url(../images/keywords_bar.png) no-repeat right bottom;
	position: relative;
	margin-bottom: 22px;
}
.keywordList dt:before {
	content: '';
	position: absolute;
	right: -47px;
	bottom: -12px;
	width: 58px;
	height: 36px;
	background: url(../images/keywords_aiming.png) no-repeat center center;
}
.keywordList dt span {
	display: inline-block;
	padding-right: 100px;
	transform: scale(0.8, 1);
	transform-origin: left center;
}
.keywordList dd {
	font-size: 14px;
	line-height: 44px;
	letter-spacing: 0.1em;
	margin-bottom: 35px;
}
.scHalf {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
#subContentMain #staff h3 { color: #F00; }
#subContentMain #staff h3:after { background: url(../images/staffcast_staffline.png) right top; }
#subContentMain #cast h3 { color: #00ffde; }
#subContentMain #cast h3:after { background: url(../images/staffcast_castline.png) left top; }
.scHalf dl { padding: 0 20px; }
.scHalf dt,
.scHalf dd {
	line-height: 42px;
	font-size: 18px;
}
.scHalf dt {
	float: left;
	clear: both;
	margin-right: -1em;
}
.scHalf dt:after { content: '：'; }
.scHalf dd {
	padding-top: 0;
	padding-left: 1em;
	float: left;
	padding-bottom: 6px;
}
.scHalf dd span { font-size: 14px; }
#staff dt {
	color: #F00;
	font-weight: bold;
}
#cast dt {
	color: #00ffde;
	font-weight: bold;
}
#cast p {
	clear: both;
	padding: 10px 0px 0px 20px;
}
#onairText {
	height: 78px;
	padding-bottom: 50px;
	position: relative;
	line-height: 78px;
	transform: scale(0.8, 1);
	margin: 0 -12.5% 26px;
	text-align: center;
	font-size: 40px;
	color: #00ffde;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	padding-top: 30px;
}
.movieList li {
	float: left;
	width: 448px;
	padding-bottom: 30px;
}
.movieList li:nth-child(even) { float: right; }
.movieList li a {
	display: block;
	text-decoration: none;
}
.moviein {
	height: 252px;
	width: 448px;
	border: 2px solid rgba(17,108,174,1);
	background-position: center center;
	background-repeat: no-repeat;
	backgrous-size: cover;
	box-sizing: border-box;
	transition: all 0.3s ease;
	position: relative;
}
.moviein:after {
	content: '';
	position: absolute;
	width: 59px;
	height: 59px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	background-image: url(../images/btn_play.png);
}
.moviein:before {
	content: '';
	position: absolute;
	width: 53px;
	height: 53px;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: -27px;
	background: rgba(19,98,179,0.8);
	transition: all 0.3s ease;
}
.movieList li a:hover .moviein { border-color: #00ffde; }
.movieList li a:hover .moviein:before { background: #000; }
.movieList li p {
	text-align: center;
	padding-top: 15px;
	line-height: 26px;
	transition: all 0.3s ease;
	color: #FFF;
}
.movieList li a:hover p { color: #00ffde; }
#musicList {
	display: flex;
	flex-wrap: wrap;
}
#musicList li {
	width: 221px;
	padding-right: 12px;
	padding-bottom: 20px;
}
#musicList li:nth-child(4n) { padding-right: 0; }
.musicThumb {
	height: 217px;
	border: 2px solid rgba(17,108,174,1);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: rgba(5,34,54,1);
	position: relative;
	transition: all 0.3s ease;
}
.musicThumb.np:before {
	content: 'NOW PRINTING';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: -15px;
	color: #FFF;
}
.musicThumb.tokuten:before {
	content: '購入特典情報';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: -15px;
	color: #FFF;
}

.bdThumb {
	height: 280px;
	border: 2px solid rgba(17,108,174,1);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: rgba(5,34,54,1);
	position: relative;
	transition: all 0.3s ease;
}
.bdThumb.np:before {
	content: 'NOW PRINTING';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: -15px;
	color: #FFF;
}
.bdThumb.tokuten:before {
	content: '法人特典情報';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: -15px;
	color: #FFF;
}


#musicList li a {
	display: block;
	text-decoration: none;
}
#musicList li a:hover .musicThumb { border-color: #00ffde; }
#musicList li a:hover .bdThumb { border-color: #00ffde; }
.goodsName {
	color: rgba(255,255,255,1);
	padding-top: 12px;
	padding-bottom: 30px;
	text-align: center;
	transition: all 0.3s ease;
}
#musicList li a:hover .goodsName { color: #00ffde; }
#goodsNav {
	margin: 0px auto;
	padding: 25px 0px;
	width: 744px;
	height: 52px;
}
#goodsNav li {
	width: 173px;
	height: 52px;
	padding: 0 6px 0 7px;
	float: left;
}
#goodsNav li a {
	display: block;
	height: 52px;
	transition: all 0.3s ease;
}
#goodsNav li a:hover { transform: translate(3px, 3px); }
#goodsNav li a.soon {
	pointer-events: none;
	opacity: 0.3;
}
#goodsNav1 a { background: url(../images/goods_nav1.png) no-repeat center center; }
#goodsNav2 a { background: url(../images/goods_nav2.png) no-repeat center center; }
#goodsNav3 a { background: url(../images/goods_nav3.png) no-repeat center center; }
#goodsNav4 a { background: url(../images/goods_nav4.png) no-repeat center center; }
#movieNav {
	margin: 0px auto;
	padding: 25px 0px;
	width: 372px;
	height: 52px;
}
#movieNav li {
	width: 173px;
	height: 52px;
	padding: 0 6px 0 7px;
	float: left;
}
#movieNav li a {
	display: block;
	height: 52px;
	transition: all 0.3s ease;
}
#movieNav li a:hover { transform: translate(3px, 3px); }
#movieNav li a.soon {
	pointer-events: none;
	opacity: 0.3;
}
#movieNav1 a { background: url(../images/movie_nav1.png) no-repeat center center; }
#movieNav2 a { background: url(../images/movie_nav2.png) no-repeat center center; }
#goodsMainimg {
	height: 350px;
	background: rgba(0,0,0,1);
	position: relative;
}
#goodsMainimg.np:before {
	content: 'NOW PRINTING';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: -20px;
	color: #FFF;
	font-size: 20px;
}
.goods article { padding-bottom: 30px; }
.goods article h4 {
	padding: 15px 0 20px;
	position: relative;
	line-height: 36px;
	transform: scale(0.8, 1);
	margin: 0 -12.5% 40px;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
}
.goods article h4:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 8px;
	background: url(../images/sub_h3_line.png);
}
.goods article p {
	font-size: 14px;
	line-height: 34px;
	padding-bottom: 30px;
}
#specialList {
	display: flex;
	flex-wrap: wrap;
	padding: 60px 0;
	position: relative;
}
#specialList:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 8px;
	background-image: url(../images/sub_h3_line.png);
}
#specialList:before { top: 26px; }
#specialList li {
	width: 221px;
	padding-right: 12px;
	padding-bottom: 20px;
}
#specialList li:nth-child(4n) { padding-right: 0; }
.specialThumb {
	height: 256px;
	border: 2px solid rgba(17,108,174,1);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: rgba(5,34,54,1);
	position: relative;
	transition: all 0.3s ease;
}
.specialThumb.np:before {
	content: 'NOW PRINTING';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: -15px;
	color: #FFF;
}
#specialList li a {
	display: block;
	text-decoration: none;
}
#specialList li a:hover .specialThumb { border-color: #00ffde; }
.specialName {
	color: rgba(255,255,255,1);
	padding-top: 12px;
	padding-bottom: 30px;
	text-align: center;
	transition: all 0.3s ease;
}
#specialList li a:hover .specialName { color: #00ffde; }
.specialImgLiner {
	min-height: 350px;
	background: #000;
	position: relative;
	margin-bottom: 50px;
}
.specialImgLiner:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 8px;
	background-image: url(../images/sub_h3_line.png);
	bottom: -29px;
}
.special article p {
	fons-size: 14px;
	line-height: 34px;
	margin-bottom: 30px;
}
#loading {
	background: rgba(255,255,255,1) url(../images/logo.png) no-repeat center center / 300px auto;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 20000;
}
#mo {
	position: fixed;
	overflow: scroll;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 50000;
	opacity: 0;
}
#mo div {
	width: 10000px;
	height: 10000px;
}
.modal {
	background: rgba(0,0,0,1);
	position: fixed;
	z-index: 25000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	display: none;
}
.modailin {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	min-width: 1200px;
	min-height: 620px;
}
#movieModal iframe {
	width: 100%;
	height: 100%;
	display: block;
}
.closeBtn {
	position: absolute;
	height: 80px;
	width: 80px;
	right: 30px;
	top: 30px;
}
.closeBtn a {
	position: absolute;
	display: block;
	width: 72px;
	height: 72px;
	left: 4px;
	top: 4px;
	background: rgba(21,106,181,1);
}
.closeBtn a:before {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	left: -4px;
	top: -4px;
	background: url(../images/menu_inframe.png) no-repeat center center;
}
.closeBtn a:hover { background: #000; }
.closeBtn a,
.closeBtn a span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.closeBtn a { position: relative; }
.closeBtn a span {
	position: absolute;
	left: 22px;
	width: 28px;
	height: 3px;
	background-color: #fff;
}
.closeBtn a span:nth-of-type(1) {
	top: 25px;
	transform: translateY(9px) rotate(-45deg);
}
.closeBtn a span:nth-of-type(2) {
	top: 43px;
	transform: translateY(-9px) rotate(45deg);
}
#nav8 { display: none; }
#onairNav {
	margin: 0px auto;
	padding: 25px 0px;
	width: 372px;
	height: 52px;
}
#onairNav li {
	width: 173px;
	height: 52px;
	padding: 0 6px 0 7px;
	float: left;
}
#onairNav li a {
	display: block;
	height: 52px;
	transition: all 0.3s ease;
}
#onairNav li a:hover { transform: translate(3px, 3px); }
#onairNav li a.soon {
	pointer-events: none;
	opacity: 0.3;
}
#onairNav1 a { background: url(../images/onair_nav1.png) no-repeat center center; }
#onairNav2 a { background: url(../images/onair_nav2.png) no-repeat center center; }
.onairTable { padding-bottom: 50px; }
.onairTable table { width: 100%; }
.onairTable th {
	font-size: 18px;
	line-height: 25px;
	background: rgba(4,115,187,1);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.onairTable td {
	font-size: 16px;
	line-height: 25px;
	border-bottom: 1px solid rgba(4,114,187,1);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.onairTable tr th:first-child,
.onairTable tr td:first-child { }
.onairTable p {
	font-size: 14px;
	padding-top: 15px;
}
.storyList { padding-top: 40px; }
.storyList li {
	float: left;
	width: 448px;
	padding-bottom: 30px;
}
.storyList li:nth-child(odd) { clear: both; }
.storyList li:nth-child(even) { float: right; }
.storyList li a {
	display: block;
	text-decoration: none;
	font-size: 16px;
}
.storyin {
	height: 253px;
	width: 448px;
	border: 2px solid rgba(17,108,174,1);
	background-position: center center;
	background-repeat: no-repeat;
	backgrous-size: cover;
	box-sizing: border-box;
	transition: all 0.3s ease;
	position: relative;
}
.storyin img {
	width: 444px;
	height: auto;
}
.storyList li p {
	text-align: center;
	padding-top: 15px;
	line-height: 26px;
	transition: all 0.3s ease;
	color: #FFF;
}
.storyList li a:hover p { color: #00ffde; }
#storySingleImgs { padding-bottom: 30px; }
#storySingleImg { margin-bottom: 5px !important; }
#storySingleThumbs {
	display: flex;
	justify-content: space-between;
}
#storySingleThumbs li,
#storySingleThumbs li img {
	width: 150px;
	height: auto;
}
#storySingleThumbs li { background-color: #000; }
#storySingleThumbs li a {
	display: block;
	opacity: 0.6;
	transition: all 0.3s ease;
}
#storySingleThumbs li a:hover,
#storySingleThumbs li a.active { opacity: 1; }
.storyText {
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
}
.storyStaff {
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}
.characterList {
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
}
.characterList li {
	width: 221px;
	padding-right: 12px;
	padding-bottom: 20px;
}
.characterList li:nth-child(4n) { padding-right: 0; }
.characterThumb {
	height: 256px;
	border: 2px solid rgba(17,108,174,1);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: rgba(5,34,54,1);
	position: relative;
	transition: all 0.3s ease;
}
#characterG2 .characterThumb { border-color: #F00; }
.characterList li a {
	display: block;
	text-decoration: none;
}
.characterList li a:hover .characterThumb { border-color: #00ffde; }
#characterG2 .characterList li a:hover .characterThumb { border-color: #FEABAB; }
.characterName {
	color: rgba(255,255,255,1);
	padding-top: 12px;
	padding-bottom: 30px;
	text-align: center;
	transition: all 0.3s ease;
}
.character h3 span {
	font-size: 22px;
	display: inline-block;
	padding-left: 30px;
}
#characterMainImg {
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 32px;
}
#characterMainImg:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 8px;
	background: url(../images/sub_h3_line.png);
}
#characterG1 #characterMainImg:after { background: url(../images/sub_h3_line_az.png); }
#characterG2 #characterMainImg:after { background: url(../images/sub_h3_line_re.png); }
#characterText {
	font-size: 16px;
	line-height: 34px;
	padding-bottom: 40px;
}
