@charset "utf-8";
@import url(colorbox.css);
@import url(owl.carousel.min.css);
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,700,700i);
* {
	max-height:999999px;
}
::selection {background: #E60012; color: #fff;}
::-moz-selection {background: #E60012; color: #fff;}
body {
/*	font-family: 'Noto Sans Japanese', sans-serif;*/
	-webkit-text-size-adjust: 100%;
}
@keyframes xfade {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes overRotate {
	0% {
		transform:perspective(250px) rotateY(0deg);
	}
	100% {
		transform:perspective(250px) rotateY(360deg);
	}
}
@keyframes flash {
	0% {
		opacity:0.4;
	}
	100% {
		opacity:1;
	}
}
a {
	color: #FFF;
}
a:hover {
	text-decoration: none;
	position: relative;
}
.ah{
	-webkit-transition: all  0.3s ease;
	transition: all  0.3s ease;
}
.ah:hover{
	opacity: 0.7;
}
.ct {
	font-family: "Crimson Text","游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
	letter-spacing: 0.03em;
}
.xfade {
	background-image: url(../images/pattern_p.jpg);	
}
.xfade .blue {
	background-image: url(../images/pattern_b.jpg);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	animation: xfade 5s linear infinite alternate;
}
#mainWrap {
	min-width: 1200px;
	width: 100%;
	background-image: url(../images/bg.jpg);
	position: relative;
	padding-bottom: 50px;
}
h1 {
	height: 120px;
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-size: 200%;
	background-position: center center;
	z-index: 150;
}
h1.xfade .blue {
	background-size:200%;
	background-position:center center;
}
h1 a {
	background-image: url(../images/left_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 120px;
	width: 120px;
	position: relative;
}
#mainWrap .catch {
	position: absolute;
	left: 177px;
	top: 0px;
	right: 0px;
	z-index: 100;
	text-align: right;
}
#patternR {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	width:70%;
	height:58%;
	background-position:center right;
	background-size:120%;
}
#patternL {
	position: absolute;
	height: 300px;
	left: 0px;
	right: 360px;
	bottom: 0px;
	background-position:center right;
	background-size:120%;
}
#patternL .blue,
#patternR .blue {
	background-position:center right;
	background-size:120%;
}
#visual {
	position: relative;
	z-index: 2;
	padding-top: 50px;
	margin-right: 20px;
	margin-left: 230px;
}
#pkBnr{
	position: absolute;
	bottom:0;
	left:0;
	z-index: 10;
}
#dot {
	background-image: url(../images/dot.gif);
	position: absolute;
	left: 0px;
	top: 50px;
	right: 0px;
	bottom: 0px;
}
#scene {
	position: absolute;
	left: -50px;
	top: 0px;
	right: -20px;
	bottom: -59px;
	overflow: hidden;
}
#scene li {
	display: block;
	position: absolute;
	z-index: 6;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height:100%;
	width:100%;
}
.parallax {
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size:cover;
	pointer-events:none;
}
#character {
	background-image: url(../images/visual.png);
}
#character2 {
	background-image: url(../images/visual_flash.png);
	animation: xfade 3s linear infinite alternate;
}
#flowerTop {
	background-image: url(../images/flower_top.png);
}
#flowerBottom {
	background-image: url(../images/flower_bottom.png);
}
#startDate {
	background-image: url(../images/startdate.png);
	background-size:auto;
	background-position:right top;
}
#logo {
	background-image: url(../images/logo.png);
	background-size:auto;
	background-position:center center;
}
/*#moreInfo{
	position: absolute;
	top:405px;
	right:54px;
	display: block;
}*/
nav {
	width: 200px;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 180px;
}
nav a {
	transition: .3s;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	height: 30px;
	padding-right: 30px;
	padding-left: 40px;
	font-size: 18px;
	position:relative;
}
nav a:before {
	content:"";
	position:absolute;
	left:0;
	top:14px;
	height:1px;
	width:0px;
	background-color:#e60012;
	transition:all 0.3s ease;
}
nav a:hover:before,
nav a.active:before {
	width:26px;
}
nav a span {
	display: inline-block;
}
nav a:hover span,
nav a.active span {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	transition: .6s;
	text-shadow:0px 0px 6px #e60012,0px 0px 6px #e60012;
}
nav a:hover span:nth-of-type(1) {
	-webkit-transition-delay: .02s;
	transition-delay: .02s;
}
nav a:hover span:nth-of-type(2) {
	-webkit-transition-delay: .04s;
	transition-delay: .04s;
}
nav a:hover span:nth-of-type(3) {
	-webkit-transition-delay: .06s;
	transition-delay: .06s;
}
nav a:hover span:nth-of-type(4) {
	-webkit-transition-delay: .08s;
	transition-delay: .08s;
}
nav a:hover span:nth-of-type(5) {
	-webkit-transition-delay: .10s;
	transition-delay: .10s;
}
nav a:hover span:nth-of-type(6) {
	-webkit-transition-delay: .12s;
	transition-delay: .12s;
}
nav a:hover span:nth-of-type(7) {
	-webkit-transition-delay: .14s;
	transition-delay: .14s;
}
nav a:hover span:nth-of-type(8) {
	-webkit-transition-delay: .16s;
	transition-delay: .16s;
}
nav a:hover span:nth-of-type(9) {
	-webkit-transition-delay: .18s;
	transition-delay: .18s;
}
nav a:hover span:nth-of-type(10) {
	-webkit-transition-delay: .20s;
	transition-delay: .20s;
}
nav a:hover span:nth-of-type(11) {
	-webkit-transition-delay: .22s;
	transition-delay: .22s;
}
nav a:hover span:nth-of-type(12) {
	-webkit-transition-delay: .24s;
	transition-delay: .24s;
}
nav a:hover span:nth-of-type(13) {
	-webkit-transition-delay: .26s;
	transition-delay: .26s;
}
nav a:hover span:nth-of-type(14) {
	-webkit-transition-delay: .28s;
	transition-delay: .28s;
}
nav li {
	display: inline-block;
	height: 30px;
	margin-bottom: 12px;
}
.ln {
	padding-top: 40px;
	position: relative;
}
.ln:before {
	content:"";
	position:absolute;
	top:15px;
	left:40px;
	width:10px;
	height:1px;
	background-color:#FFF;
}
.external {
	position: relative;
}
.external:after {
	content:"";
	position:absolute;
	width:5px;
	height:5px;
	border:solid 1px #FFF;
	background-color:#0F0D14;
	bottom:10px;
	right:17px;
}
.external a:after {
	content:"";
	position:absolute;
	width:5px;
	height:5px;
	border:solid 1px #FFF;
	background-color:#0F0D14;
	bottom:12px;
	right:15px;
}
#share {
	background-color: #E60012;
	padding-top: 68px;
	width: 30px;
	padding-right: 1px;
	padding-left: 1px;
	background-image: url(../images/h2_share.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position:absolute;
	left:0;
	bottom:300px;
}
#share li {
	height: 30px;
	width: 30px;
	margin-bottom: 1px;
}
#share li a {
	transition:all 0.3s ease;
}
#share li a:hover {
	opacity:0.6;
}
#topics {
	height: 50px;
	background-color: #000;
	position: relative;
}
#topics h2 {
	font-size: 12px;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	height: 50px;
	width: 80px;
	background-color: #E60012;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:50;
}
#topics ul {
	position: absolute;
	height: 50px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	min-width:1200px;
}
#topics ul li {
	height: 50px;
}
#topics ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 50px;
	display: block;
	height: 50px;
	padding-left: 110px;
	transition: all 0.3s ease;
}
#topics ul li a span {
	color: #E60012;
}
#topics ul li a:hover {
	/*text-decoration:underline;*/
	color: #E60012;
}
#topicsMore {
	position: absolute;
	height: 50px;
	width: 140px;
	z-index: 50;
	top: 0px;
	right: 0px;
	background-color:#000;

}
#topicsMore a {
	line-height: 50px;
	display: block;
	height: 50px;
	text-decoration: none;
	padding-left: 34px;
	color: #FFF;
	position: relative;
	width:106px;
}
#topicsMore a:before {
	content:"";
	position:absolute;
	top:25px;
	left:81px;
	height:1px;
	width:30px;
	background-color:#FFF;
	transition:width 0.3s ease;
}
#topicsMore a:after {
	content:"";
	position:absolute;
	top:25px;
	left:102px;
	width:9px;
	height:1px;
	background-color:#FFF;
	transform-origin:right bottom;
	transform:rotate(30deg);
	transition: left 0.3s ease;
}
#topicsMore a:hover:before {
	width:40px;
}
#topicsMore a:hover:after {
	left:112px;
}
#indexMovie {
	height: 350px;
	min-width:1200px;
}
#movieLeft {
	background-image: url(../images/h2_indexmovie.png),url(../images/bg_moviesquare.gif);
	background-position:center center,center center;
	background-repeat:no-repeat,repeat;
	float: left;
	height: 350px;
	width: 50%;
	position: relative;
}
#movieLeft:before {
	content:"";
	position:absolute;
	top:175px;
	right:-20px;
	height:1px;
	width:40px;
	background-color:#FFF;
	z-index:50;
}
#movieLeft:after {
	content:"";
	position:absolute;
	top:175px;
	right:-20px;
	width:9px;
	height:1px;
	background-color:#FFF;
	transform-origin:right bottom;
	transform:rotate(30deg);
	transition: left 0.3s ease;
	z-index:50;
}
#movieRight {
	height: 350px;
	width: 50%;
	position: relative;
	background-color: #000;
	float: left;
	overflow: hidden;
}
#movieBlock {
	width: 112%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
}
#movieBlock video {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#movieDot {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 50;
}
#movieDot a {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/dot.gif);
	background-position:center center;
}
#movieDot a img {
	margin-top: -35px;
	margin-left: -35px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#movieDot a:hover img {
	animation:overRotate 1s infinite;
}
footer {
	background-color: #000;
	min-width: 1200px;
	position: relative;
	z-index: 25;
}
#copyright {
	height: 50px;
	padding-right: 40px;
	font-size: 10px;
	line-height: 50px;
	text-align: right;
	color: #FFF;
	background-position: center bottom;
	position:relative;
}
#copyright .blue {
	background-position: center bottom;
}
.copyright {
	position: relative;
	z-index: 55;
}
#bnrArea {
	padding-top: 30px;
	padding-bottom: 30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
    display: flex;
	 -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
    align-items: center;
}
#bnrArea li{
	margin-right: 20px;
}
#bnrArea a {
	transition:all 0.3s ease;
}
#bnrArea a:hover {
	opacity:0.7;
}
#flower {
	position: absolute;
	left: 0px;
	bottom: 58px;
}
#bttop {
	position: absolute;
	z-index: 100;
	height: 60px;
	width: 60px;
	right: 0px;
	bottom: 0px;
}
#bttop a {
	background-color: #E60012;
	height: 60px;
	width: 61px;
	display: block;
	transition: all 0.3s ease;
}
#bttop a:hover {
	background-color:transparent;
}
#bttop a:before {
	content:"";
	position:absolute;
	bottom:17px;
	left:29px;
	width:1px;
	height:26px;
	background-color:#FFF;
	transition:all 0.3s ease;
}
#bttop a:after {
	content:"";
	position:absolute;
	width:1px;
	height:10px;
	left:29px;
	bottom:32px;
	background-color:#FFF;
	transform-origin:right top;
	transform:rotate(30deg);
	transition:all 0.3s ease;
}
#bttop a:hover:before {
	height:36px;
}
#bttop a:hover:after {
	bottom:42px;
}
#fullWrap {
	display:none;
}
#loadWrap {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	z-index: 9999;
	background-color: #000;
}
#firstCatch {
	height: 128px;
	width: 618px;
	margin-top: -64px;
	margin-left: -309px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#firstCatch .f2 {
	transition-delay:0.3s;
}
#firstCatch .f2.active {
	transition-delay:1s;
}
#firstCatch img {
	opacity:0;
	-webkit-filter:blur(15px);
	-moz-filter:blur(15px);
	filter:blur(15px);
	transition:all 1.5s;
}
#firstCatch img.active {
	opacity:1;
	-moz-filter:blur(0px);
	-webkit-filter:blur(0px);
	filter:blur(0px);
	transition:all 1.5s;
}
#firstEye {
	padding-left: 180px;
	opacity:0;
	transition:opacity 0.1s ease;
}
#firstEye.active {
	opacity:1;
}
.f1 {
	position: absolute;
	left: 303px;
	top: 40px;
}
#subWrap {
	width: 100%;
	min-width: 1200px;
	position: relative;
	z-index: 10;
}
#subHead {
	height: 6px;
	padding-left: 120px;
	background-position: center center;
	position: relative;
}
#subHead .blue {
	background-position:center center;
}
#sceneSub {
	position: fixed;
	left: 0px;
	top: -5%;
	right: 0px;
	bottom: -5%;
	z-index: 1;
}
#sceneSub li {
	display: block;
	position: absolute;
	z-index: 6;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
}
#subflower1 {
	background-image: url(../images/sub_flower1.png);
}
#subflower2 {
	background-image: url(../images/sub_flower2.png);
}
#subInner {
	overflow: hidden;
	position: relative;
	min-width: 1200px;
	width: 100%;
}
#parallelogram {
	background-image: url(../images/bg.jpg);
	position: absolute;
	width: 200%;
	left: 50%;
	top: 50%;
	background-position:center center;
	transform-origin:center center;
	transform:translate(-50%,-50%) skewY(35deg);
}
#subInnerCont {
	padding-top: 168px;
	padding-right: 50px;
	padding-left: 250px;
	position: relative;
	z-index: 15;
	padding-bottom: 200px;
	background-image: url(../images/sub_pattern.png);
	min-height:500px;
}
.subHeadTitle {
	position: absolute;
	top: 30px;
	right: 30px;
	height: 7px;
}
.subHeadTitle img {
	display:block;
}
#subInnerCont h2 {
	text-align: center;
	padding-bottom: 34px;
	position: relative;
	opacity:0;
	-webkit-filter:blur(15px);
	-moz-filter:blur(15px);
	filter:blur(15px);
	transition:all 1.5s;
}
#subInnerCont h2.active {
	opacity:1;
	-webkit-filter:blur(0px);
	-moz-filter:blur(0px);
	filter:blur(0px);
	animation: flash 1.5s linear infinite alternate;
}
#subInnerCont h2:after {
	content:'';
	background-color: #E60012;
	height: 1px;
	width: 14px;
	margin-left: -7px;
	position: absolute;
	left: 50%;
	bottom: 0px;
}
#subInnerCont #subInnerWrap {
	opacity: 0;
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	filter: blur(15px);
	transition: all 1.5s;
	transition-delay: 1s;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#subInnerCont #subInnerWrap.active {
	opacity:1;
	-webkit-filter:blur(0px);
	-moz-filter:blur(0px);
	filter:blur(0px);
	transition:all 1.5s;
	transition-delay:1s;
/*	animation: flash 1.5s linear infinite alternate;*/
}
#introduction {
	background-image: url(../images/introduction.png);
	height: 512px;
	width: 736px;
	margin-top: 72px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 160px;
}
#cast {
	padding-top: 70px;
}
#cast h3, #staff h3 {
	float: left;
	width: 140px;
	padding-left: 5px;
}
#cast ul, #staff ul {
	float: left;
	width: 760px;
}
#cast li{
	float: left;
	height: 115px;
	width: 253px;
}
#cast li p {
	display: inline-block;
	padding-right: 98px;
	position: relative;
}
.commentBtn {
	display: block;
	position: absolute;
	height: 22px;
	width: 90px;
	top: 23px;
	right: 0px;
}
.comment {
	display: block;
	height: 20px;
	width: 88px;
	border: 1px solid #272727;
	line-height: 20px;
	background-color: #000;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	transition:all 0.3s ease;
}
.comment:after {
	content:"+";
	color:#E60012;
	font-weight:700;
	display:inline-block;
	padding-left:5px;
	transition:all 0.3s ease;
}
.comment:hover {
	background-color: #E60012;
}
.comment:hover:after {
	color: #FFF;
}
#comment {
	background-color: transparent;
}
#commentWrap {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#commentInner h1 {
	background-image: url(../images/comment_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
	margin-bottom: 30px;
	height: auto;
	width: auto;
	position: inherit;
	left: auto;
	top: auto;
	background-size: auto;
	background-position: center center;
	z-index: 150;
}
#commentInner p {
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
}
#commentInner {
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 100px;
	padding-left: 100px;
	right: 0px;
}
#commentCont {
	margin:0 auto;
	max-width:1000px;
}#staff {
	padding-top: 74px;
}
#staff .merge {
	width: 760px;
}
#staff li {
	height: 115px;
}
#staff li:last-child {
	height: auto;
}
#articleList {
	padding-top: 70px;
	padding-bottom: 50px;
}
#articleList li {
	width: 910px;
	padding-bottom: 30px;
}
#articleList li a {
	background-color: rgba(0,0,0,0.8);
	display: block;
	position: relative;
	padding-top: 25px;
	padding-right: 32px;
	padding-bottom: 25px;
	padding-left: 32px;
	color: #FFF;
	text-decoration: none;
	transition:all 0.3s ease;
}
#articleList li a:before {
	content:"";
	left:-1px;
	top:-1px;
	width:5px;
	height:5px;
	position:absolute;
	border-left:solid 1px #E60012;
	border-top:solid 1px #E60012;
	transition:all 0.3s ease;
}
#articleList li a:after {
	content:"";
	right:-1px;
	bottom:-1px;
	width:5px;
	height:5px;
	position:absolute;
	border-right:solid 1px #E60012;
	border-bottom:solid 1px #E60012;
	transition:all 0.3s ease;
}
#articleList li a:hover {
	background-color:rgba(0,0,0,0.6);
}
#articleList li a:hover:before,
#articleList li a:hover:after {
	width:100%;
	height:100%;
}
.articleOnce {
	position: relative;
	border:solid 1px #313131;
}
.articleOnce h3 {
	font-size: 14px;
	line-height: 28px;
}
.articleOnce:before {
	content:"";
	left:-1px;
	bottom:-1px;
	width:5px;
	height:5px;
	position:absolute;
	border-left:solid 1px #E60012;
	border-bottom:solid 1px #E60012;
}
.articleOnce:after {
	content:"";
	right:-1px;
	top:-1px;
	width:5px;
	height:5px;
	position:absolute;
	border-right:solid 1px #E60012;
	border-top:solid 1px #E60012;
}
.listDate {
	letter-spacing: 0.075em;
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	padding-bottom: 4px;
	color: #E60012;
	font-weight: 700;
}
.paging {
	height: 50px;
	position: relative;
	text-align: center;
}
.paging a,
.paging span {
	display: inline-block;
	line-height: 50px;
	text-align: center;
	height: 50px;
	width: 30px;
	font-size: 13px;
	margin-right: 11px;
	margin-left: 11px;
	transition: all 0.3s ease;
	color: #FFF;
	text-decoration: none;
}
.paging a:hover,
.paging span {
	color: #E60012;
}
.paging a:first-child {
	display: block;
	position: absolute;
	width: 60px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	padding-left:40px;
	text-align:left;
	margin:0;
}
.paging a:first-child:before {
	content:"";
	position:absolute;
	left:10px;
	top:26px;
	width:20px;
	height:1px;
	background-color:#FFF;
	transition: all 0.3s ease;
}
.paging a:first-child:after {
	content:"";
	position:absolute;
	left:10px;
	top:26px;
	width:10px;
	height:1px;
	transform-origin:left bottom;
	transform:rotate(-30deg);
	background-color:#FFF;
	transition: all 0.3s ease;
}
.paging a:first-child:hover:before {
	left:0;
	width:30px;
	background-color:#E60012;
}
.paging a:first-child:hover:after {
	left:0;
	background-color:#E60012;
}
.paging a:last-child {
	display: block;
	position: absolute;
	width: 60px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding-right:40px;
	text-align:right;
	margin:0;
}
.paging a:last-child:before {
	content:"";
	position:absolute;
	right:10px;
	top:26px;
	width:20px;
	height:1px;
	background-color:#FFF;
	transition: all 0.3s ease;
}
.paging a:last-child:after {
	content:"";
	position:absolute;
	right:10px;
	top:26px;
	width:10px;
	height:1px;
	transform-origin:right bottom;
	transform:rotate(30deg);
	background-color:#FFF;
	transition: all 0.3s ease;
}
.paging a:last-child:hover:before {
	right:0;
	width:30px;
	background-color:#E60012;
}
.paging a:last-child:hover:after {
	right:0;
	background-color:#E60012;
}
#articleDetail {
	background-color: rgba(0,0,0,0.8);
	margin-top: 70px;
	position: relative;
	border: solid 1px #313131;
}
#articleDetail:before {
	content:"";
	position:absolute;
	left:-1px;
	top:-1px;
	border-left:solid 1px #E60012;
	border-top: solid 1px #E60012;
	width:5px;
	height:5px;
}
#articleDetail:after {
	content:"";
	position:absolute;
	right:-1px;
	top:-1px;
	border-right:solid 1px #E60012;
	border-top: solid 1px #E60012;
	width:5px;
	height:5px;
}
#articleDetailin {
	position: relative;
	padding: 50px;
}
#articleDetailin:before {
	content:"";
	position:absolute;
	left:-1px;
	bottom:-1px;
	border-left:solid 1px #E60012;
	border-bottom: solid 1px #E60012;
	width:5px;
	height:5px;
}
#articleDetailin:after {
	content:"";
	position:absolute;
	right:-1px;
	bottom:-1px;
	border-right:solid 1px #E60012;
	border-bottom: solid 1px #E60012;
	width:5px;
	height:5px;
}
.detailDate {
	font-size: 13px;
	font-weight: bold;
	color: #E60012;
	padding-bottom: 10px;
}
#articleDetail h3 {
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #313131;
}
.detailCont {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #313131;
	position: relative;
	padding-top: 30px;
}
.detailCont:last-child{
	border: none;
}
.detailCont:last-child:after{
	opacity: 0;
}
.detailCont:after {
	content:"";
	position:absolute;
	width:30px;
	height:1px;
	right:0px;
	bottom:-1px;
	background-color:#E60012;
}
.detailCont p {
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 26px;
}
.detailCont p a {
	color: #FF0000;
	font-weight: bold;
}
.detailCont p img {
	display:inline-block;
	margin-top:30px;
	margin-bottom:30px;
}
.musicCont p img {
	display:inline;
	margin-top:0px;
	margin-bottom:0px;
}
#detailShare {
	width: 130px;
	padding-top: 20px;
	margin-right: 0px;
	margin-left: auto;
	height: 30px;
}
#detailShare dt {
	font-size: 10px;
	line-height: 30px;
	float: left;
	height: 30px;
	width: 52px;
	position: relative;
}
#detailShare dt:after {
	content:"+";
	position:absolute;
	right:0;
	top:0;
	height:30px;
	width:12px;
	line-height:30px;
	text-align:center;
	color:#E60012;
	font-weight:700;
}
#detailShare dd {
	float: left;
	height: 30px;
	width: 30px;
	padding-left: 9px;
}
#detailShare dd a {
	background-color: #000;
	display: block;
	height: 28px;
	width: 28px;
	border: 1px solid #2B2A2C;
	transition:all 0.3s ease;
}
#detailShare dd a:hover {
	background-color:#E60012;
}
#btList {
	height: 40px;
	padding-top: 40px;
	text-align: center;
}
#btList p {
	display: inline-block;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
}
#btList p a {
	line-height: 40px;
	display: block;
	height: 40px;
	padding-left: 50px;
	font-size: 12px;
	text-decoration: none;
	position:relative;
	transition:all 0.3s ease;
}
#btList p a:before {
	content:"";
	position:absolute;
	left:10px;
	top:21px;
	width:30px;
	height:1px;
	background-color:#FFF;
	transition:all 0.3s ease;
}
#btList p a:after {
	content:"";
	position:absolute;
	left:10px;
	top:21px;
	width:10px;
	height:1px;
	background-color:#FFF;
	transform:rotate(-30deg);
	transform-origin:left bottom;
	transition:all 0.3s ease;
}
#btList p a:hover {
	color:#E60012;
}
#btList p a:hover:before {
	width:40px;
	left:0;
	background-color:#E60012;
}
#btList p a:hover:after {
	left:0;
	background-color:#E60012;
}
#movieList {
	padding-top: 70px;
}
#movieList li {
	float: left;
	height: 320px;
	width: 440px;
	margin-right: 30px;
}
#movieList li:nth-child(even){
	margin-right:0px;
}
#movieList li p {
    font-size: 15px;
    line-height: 18px;
    color: #FFF;
    text-align: center;
    padding-top: 14px;
    height: 36px;
}
#onair {
	padding-top: 70px;
	text-align: center;
	padding-bottom: 70px;
}
.characterList {
	width: 744px;
	margin-right: auto;
	margin-left: auto;
	padding-top:70px;
}

.characterList li {
	float: left;
	width: 136px;
	padding-right: 25px;
	padding-left: 25px;
	height: 330px;
	padding-bottom: 70px;
}
.characterList li a {
	display:block;
	height:330px;
}
.characterList li a:hover .characterIcon:before,
.characterList li a:hover .characterIcon:after
 {
	width:134px;
	height:134px;
}
.characterIcon {
	height: 136px;
	width: 136px;
	position:relative;
}
.characterIcon:before {
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	height:5px;
	width:5px;
	border-left:solid 1px #FFF;
	border-top:solid 1px #FFF;
	transition: all 0.3s ease;
	z-index:30;
}
.characterIcon:after {
	content:'';
	position:absolute;
	right:0px;
	bottom:0px;
	height:5px;
	width:5px;
	border-right:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
	transition: all 0.3s ease;
}
.characterIcon span {
	height: 134px;
	width: 134px;
	border: 1px solid #000;
	display:block;
	position:relative;
}
.characterIcon span:before {
	content:'';
	position:absolute;
	right:-1px;
	top:-1px;
	height:5px;
	width:5px;
	border-right:solid 1px #FFF;
	border-top:solid 1px #FFF;
}
.characterIcon span:after {
	content:'';
	position:absolute;
	left:-1px;
	bottom:-1px;
	height:5px;
	width:5px;
	border-left:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
}
.characterList li a p {
	text-align: center;
	padding-top: 22px;
}
.characterIcon strong {
	background-color: rgba(0,0,0,0.9);
	position: absolute;
	overflow: hidden;
	left: 0px;
	right: 0px;
	bottom: 0px;
	line-height: 134px;
	padding-right: 68px;
	text-align: right;
	text-decoration: none;
	display:block;
	height:0px;
	transition: all 0.3s ease;
}
.characterList li a:hover .characterIcon strong {
	height:134px;
}
.characterIcon strong:before {
	content:"";
	position:absolute;
	left:75px;
	top:67px;
	width:30px;
	height:1px;
	background-color:#FFF;
	transition:all 0.3s ease;
}
.characterIcon strong:after {
	content:"";
	position:absolute;
	right:30px;
	top:67px;
	width:10px;
	height:1px;
	background-color:#FFF;
	transform:rotate(30deg);
	transform-origin:right bottom;
	transition:all 0.3s ease;
}
.characterOnce {
	position: absolute;
	min-height: 954px;
	min-width: 1200px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	z-index: 20000;
	background-color: #000;
	background-image: url(../images/bg_chara_flower.png),url(../images/bg_chara_parallelogram.png),url(../images/bg_chara.gif);
	background-repeat: no-repeat,no-repeat,repeat;
	background-position: right bottom,center center,center center;
	display: none;
}
.characterOnce .close {
	height: 70px;
	width: 70px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 5000;
}
.characterOnce .close a {
	display: block;
	height: 70px;
	width: 70px;
	position: relative;
	background-color:#E60012;
}
.characterOnce .close a:before {
	content:'';
	position:absolute;
	width:68px;
	height:1px;
	top:35px;
	left:1px;
	transform-origin:50% 50%;
	transform:rotate(45deg);
	background-color:#FFF;
	transition:all 0.5s ease;
}
.characterOnce .close a:after {
	content:'';
	position:absolute;
	width:68px;
	height:1px;
	top:35px;
	left:1px;
	transform-origin:50% 50%;
	transform:rotate(-45deg);
	background-color:#FFF;
	transition:all 0.5s ease;
}
.characterOnce .close a:hover:before {
	transform:rotateZ(405deg);
}
.characterOnce .close a:hover:after {
	transform:rotateZ(315deg);
}
.characterOnceInner {
	padding: 50px;
	height: 854px;
	width: 1100px;
	margin-top: -477px;
	margin-left: -600px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}
.characterOnceInner h3 {
	padding-bottom: 30px;
}
.characterText {
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.15em;
}
#chara01 .characterOnceInner {
	background-image: url(../images/charaonce01.png);
}
#chara02 .characterOnceInner {
	background-image: url(../images/charaonce02.png);
}
#chara03 .characterOnceInner {
	background-image: url(../images/charaonce03.png);
}
#chara04 .characterOnceInner {
	background-image: url(../images/charaonce04.png);
}
#chara05 .characterOnceInner {
	background-image: url(../images/charaonce05.png);
}
#chara06 .characterOnceInner {
	background-image: url(../images/charaonce06.png);
}
#chara07 .characterOnceInner {
	background-image: url(../images/charaonce07.png);
}
#chara08 .characterOnceInner {
	background-image: url(../images/charaonce08.png);
}
#chara09 .characterOnceInner {
	background-image: url(../images/charaonce09.png);
}
#chara10 .characterOnceInner {
	background-image: url(../images/charaonce10.png);
}
#chara11 .characterOnceInner {
	background-image: url(../images/charaonce11.png);
}
.characterfst {
	position: absolute;
	left: 50px;
	bottom: 50px;
}
.charaOnceNav {
	position: absolute;
	right: 50px;
	bottom: 50px;
	height: 20px;
	text-align: right;
}
.charaOnceNav li {
	height: 20px;
	width: 20px;
	float: left;
}
.charaOnceNav li:first-child,
.charaOnceNav li:last-child {
	width: 94px;
}
.charaOnceNav li a {
	height:20px;
	width:20px;
	display:block;
	position:relative;
	text-decoration:none;
	transition:all 0.3s ease;
}
.charaOnceNav li a:hover {
	color:#E60012;
}
.charaOnceNav li a:hover span {
	background-color:#E60012;
	transform:rotate(45deg);
}
.charaOnceNav li a.active span {
	background-color:#E60012;
	transform:rotate(45deg);
}
.charaOnceNav li:first-child a,
.charaOnceNav li:last-child a {
	width:47px;
	line-height:20px;
	font-size:12px;
	position:relative;
	transition:all 0.3s ease;
}
.charaOnceNav li:first-child a {
	padding-left:47px;
	text-align:left;
}
.charaOnceNav li:last-child a {
	padding-right:47px;
	text-align:right;
}
.charaOnceNav li:first-child a:before {
	content:"";
	position:absolute;
	width:30px;
	height:1px;
	right:54px;
	top:10px;
	background-color:#FFF;
	transition:all 0.3s ease;
}
.charaOnceNav li:first-child a:hover:before {
	width:40px;
	background-color:#E60012;
}
.charaOnceNav li:first-child a:after {
	content:"";
	position:absolute;
	width:10px;
	height:1px;
	left:10px;
	top:10px;
	transform-origin:left bottom;
	transform:rotate(-40deg);
	background-color:#FFF;
	transition:all 0.3s ease;
}
.charaOnceNav li:first-child a:hover:after {
	left:0px;
	background-color:#E60012;
}
.charaOnceNav li:last-child a:before {
	content:"";
	position:absolute;
	width:30px;
	height:1px;
	left:54px;
	top:10px;
	background-color:#FFF;
	transition:all 0.3s ease;
}
.charaOnceNav li:last-child a:hover:before {
	width:40px;
	background-color:#E60012;
}
.charaOnceNav li:last-child a:after {
	content:"";
	position:absolute;
	width:10px;
	height:1px;
	right:10px;
	top:10px;
	transform-origin:right bottom;
	transform:rotate(40deg);
	background-color:#FFF;
	transition:all 0.3s ease;
}
.charaOnceNav li:last-child a:hover:after {
	right:0px;
	background-color:#E60012;
}
.charaOnceNav li a span {
	display:block;
	width:8px;
	height:8px;
	position:absolute;
	left:6px;
	top:6px;
	background-color:#FFF;
	text-indent:-9807px;
	transition:all 0.3s ease;
}
.bnrLeft {
	position: absolute;
	left: 40px;
	top:910px
}
.bnrLeft li{
	margin-bottom: 15px;
}
.bnrLeft li:last-child{
	margin-bottom: 0;
}
.bnrLeft a {
	transition:all 0.3s ease;
}
.bnrLeft a:hover {
	opacity:0.8;
}
#boxList {
	padding-top: 70px;
}
#boxList li {
	float: left;
	height:350px;
	width: 202px;
	margin-right: 34px;
	margin-bottom: 34px;
	position: relative;
}
#boxList li:nth-child(4n) {
	margin-right:0px;
}
#boxList li .boxOnce {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border:solid 1px #313131;
}
#boxList li a {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.8);
	text-decoration: none;
}
#boxList li a:before {
	content:"";
	left:-1px;
	top:-1px;
	width:5px;
	height:5px;
	position:absolute;
	border-left:solid 1px #E60012;
	border-top:solid 1px #E60012;
	transition:all 0.3s ease;
}
#boxList li a:after {
	content:"";
	right:-1px;
	bottom:-1px;
	width:5px;
	height:5px;
	position:absolute;
	border-right:solid 1px #E60012;
	border-bottom:solid 1px #E60012;
	transition:all 0.3s ease;
}
#boxList .boxOnce:before {
	content:"";
	left:-1px;
	bottom:-1px;
	width:5px;
	height:5px;
	position:absolute;
	border-left:solid 1px #E60012;
	border-bottom:solid 1px #E60012;
}
#boxList .boxOnce:after {
	content:"";
	right:-1px;
	top:-1px;
	width:5px;
	height:5px;
	position:absolute;
	border-right:solid 1px #E60012;
	border-top:solid 1px #E60012;
}
#boxList li a:hover {
	background-color:rgba(0,0,0,0.6);
}
#boxList li a:hover:before,
#boxList li a:hover:after {
	width:100%;
	height:100%;
}
.boxThumb {
	width: 200px;
	border-bottom: 1px solid #313131;
	margin-right: auto;
	margin-left: auto;
}
.boxOnce h3 {
	font-size: 13px;
	text-decoration: none;
	width: 175px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	line-height: 22px;
}
.packageLeft {
	width:200px;
	float:left;
	padding-right:40px;
}
.packageRight {
	width:568px;
	float:left;
}
.packageDetail {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:dotted 1px #313131;
}
.packageDetail:last-of-type {
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:none;
}
.detailCont .kbn {
	padding-bottom:0px;
}
.detailCont h4 {
	font-size:20px;
	color:#F00;
	font-weight:bold;
}
.packageRight p {
	padding-bottom:8px;
}
.discindex {
	padding-bottom:15px;
}
#articleDetail #pkgtitle {
	font-size:22px;
	color:#F00;
	font-weight:bold;
}

#articleDetail .detailCont h3 {
	padding:10px;
	margin-bottom:30px;
	border-bottom:solid 1px #E60012;
	color:#F00;
	font-size:20px;
	font-weight:bold;
}

.shoplink,.dllink {
	display:block;
	width:200px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#E60012;
	transition:all 0.3s ease;
}
.shoplink:hover,.dllink:hover {
	background-color:rgba(230,0,18,0.7);
}
#tp {
	background-color: transparent;
}
#shopList {
	padding: 25px;
	border: 1px solid #E60012;
	background-color: rgba(0,0,0,0.6);
}
#shopList img {
	margin: 5px;
	border: solid 1px #E60012;
}
#shopList h1 {
	font-size: 20px;
	color: #E60012;
	padding-bottom: 15px;
	font-weight: bold;
	position:relative;
	width:auto;
	height:auto;
}
.box {
	padding-bottom:20px;
	border: 1px dotted #BF913B;
	margin-bottom:20px;
}
.dlicon img a {
	border:none !important;
}
.pkgimg {
	width:200px;
	height:auto;
}
.onairTable {
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	font-size:16px;
}
.onairTable table {
	width: 100%;
}
.onairTable th, .onairTable td {
	width: 168px;
	padding-left: 60px;
}
.onairTable th {
	line-height: 40px;
	background-color: #E60012;
	text-align: left;
	height: 40px;
}
.onairTable td {
	line-height: 60px;
	text-align: left;
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#onairAttention {
	text-align: right;
	padding-top: 30px;
}
#firstMovie {
	position: absolute;
	opacity:0;
}
#h3SpecialTwitter {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 50px;
}
#specialList {
	width: 910px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 50px;
}
#specialList li {
	float: left;
	height: 338px;
	width: 438px;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	border: 1px solid #000;
	background-color: rgba(0,0,0,0.8);
}
#specialList li:nth-child(2n){
	margin-right:0;
}
.specialListOnce {
	padding: 19px;
	height: 300px;
	width: 400px;
	position: relative;
}
.specialListBnr {
	height: 240px;
	width: 400px;
}
.specialListText {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	height: 48px;
	text-decoration: none;
	padding-top: 14px;
}
#specialList li a {
	display: block;
	position: relative;
	height: 338px;
	width: 438px;
	text-decoration:none;
}
#specialList li a:before {
	content:'';
	height: 5px;
	width: 5px;
	border-top:solid 1px #E60012;
	border-left:solid 1px #E60012;
	position: absolute;
	left: -1px;
	top: -1px;
	transition:all 0.3s ease;
}
#specialList li a:after {
	content:'';
	height: 5px;
	width: 5px;
	border-bottom:solid 1px #E60012;
	border-right:solid 1px #E60012;
	position: absolute;
	right: -1px;
	bottom: -1px;
	transition:all 0.3s ease;
}
#specialList li a:hover:before,
#specialList li a:hover:after {
	width:100%;
	height:100%;
}
#specialList li a .specialListOnce:before {
	content:'';
	height: 5px;
	width: 5px;
	border-top:solid 1px #E60012;
	border-right:solid 1px #E60012;
	position: absolute;
	right: -1px;
	top: -1px;
}
#specialList li a .specialListOnce:after {
	content:'';
	height: 5px;
	width: 5px;
	border-bottom:solid 1px #E60012;
	border-left:solid 1px #E60012;
	position: absolute;
	left: -1px;
	bottom: -1px;
}

/*----[[GOODS]]----*/

#goods-tags {
	padding-top:70px;
    display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
    display: flex;
	 -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
    align-items: center;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
#goods-tags li{
    display: inline-block;
	margin-right: 7px;
	margin-bottom: 7px;
}
#goods-tags li:last-child{
	margin-right: 0;
}
#goods-tags a{
    display: inline-block;
	border: 1px solid #313131;
    padding:5px 20px 3px;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
	transition: all  0.3s ease;
}
#goods-tags a.is-active, #goods-tags a:hover{
	color: #FFF;
	background-color: #E60012;
}

#goodsList {
	padding-top: 70px;
	padding-bottom: 70px;
}
#goodsList li {
	float: left;
	height:350px;
	width: 202px;
	margin-right: 34px;
	margin-bottom: 34px;
	position: relative;
}
#goodsList li:nth-child(4n) {
	margin-right:0px;
}
#goodsList li .goodsOnce {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border:solid 1px #313131;
}
#goodsList li a {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.8);
	text-decoration: none;
}
#goodsList li a:before {
	content:"";
	left:-1px;
	top:-1px;
	width:5px;
	height:5px;
	position:absolute;
	border-left:solid 1px #E60012;
	border-top:solid 1px #E60012;
	transition:all 0.3s ease;
}
#goodsList li a:after {
	content:"";
	right:-1px;
	bottom:-1px;
	width:5px;
	height:5px;
	position:absolute;
	border-right:solid 1px #E60012;
	border-bottom:solid 1px #E60012;
	transition:all 0.3s ease;
}
#goodsList .goodsOnce:before {
	content:"";
	left:-1px;
	bottom:-1px;
	width:5px;
	height:5px;
	position:absolute;
	border-left:solid 1px #E60012;
	border-bottom:solid 1px #E60012;
}
#goodsList .goodsOnce:after {
	content:"";
	right:-1px;
	top:-1px;
	width:5px;
	height:5px;
	position:absolute;
	border-right:solid 1px #E60012;
	border-top:solid 1px #E60012;
}
#goodsList li a:hover {
	background-color:rgba(0,0,0,0.6);
}
#goodsList li a:hover:before,
#goodsList li a:hover:after {
	width:100%;
	height:100%;
}
.goodsThumb {
	width: 200px;
	height: 200px;
	border-bottom: 1px solid #313131;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#goodsList dl {
	text-decoration: none;
    padding: 10px;
    height: 128px;
	position: relative;
}
#goodsList dt{
	font-size: 14px;
}
#goodsList dd{
	font-size: 12px;
	position: absolute;
	bottom:10px;
	right: 10px;
}
#goodsModal {
	background-color: #000;
	height: 500px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	border: solid 1px #E60012;
	box-sizing: border-box;
	padding: 30px;
	overflow: auto;
	position: relative;
}
.thumbnail span {
	cursor:pointer;
}
#goodsLeft {
	float: left;
	width: 330px;
}
#goodsRight {
	float: right;
	width: 380px;
	padding-bottom: 30px;
}
.goodsTitle {
	font-size: 24px;
    line-height: 35px;
    color: #E60012;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #313131;
    margin-bottom: 20px;
}
#goods-tags {
	text-align: center;
}
#goodsRight h4 {
    margin-top: 40px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 14px;
    background-color: #E60012;
    display: block;
    width: 150px;
     padding: 0 4px; 
    text-align: center;
}

.shopLink {
	float:left;
	margin-right:10px;
	margin-bottom: 10px;
}
.shopLink:nth-child(3n){
	margin-right:0;
}
.shopLink img {
	transition: all  0.3s ease;
}
.shopLink img:hover {
	opacity: 0.7;
}
.item_image {
	width: 64px;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}
.item_image img {
	width:64px;
}
.item_image img:hover {
	opacity: 0.7;
}
.photo{
	margin-bottom: 10px;
}
.player {
	display:inline-block;
	margin-left:10px;
	vertical-align:sub;
	height:16px;
}
.player:hover {
	opacity:0.7;
}
.player input {
	outline:none;
	width:70px;
	height:16px;

}

#subInnerCont h2 {
	text-align: center;
	padding-bottom: 34px;
	position: relative;
	opacity:0;
	-webkit-filter:blur(15px);
	-moz-filter:blur(15px);
	filter:blur(15px);
	transition:all 1.5s;
}
#subInnerCont h2.active {
	opacity:1;
	-webkit-filter:blur(0px);
	-moz-filter:blur(0px);
	filter:blur(0px);
	animation: flash 1.5s linear infinite alternate;
}
#subInnerCont h2:after {
	content:'';
	background-color: #E60012;
	height: 1px;
	width: 14px;
	margin-left: -7px;
	position: absolute;
	left: 50%;
	bottom: 0px;
}
#subInnerCont #subInnerWrap {
	opacity: 0;
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	filter: blur(15px);
	transition: all 1.5s;
	transition-delay: 1s;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#subInnerCont #subInnerWrap.active {
	opacity:1;
	-webkit-filter:blur(0px);
	-moz-filter:blur(0px);
	filter:blur(0px);
	transition:all 1.5s;
	transition-delay:1s;
/*	animation: flash 1.5s linear infinite alternate;*/
}

/*----[[BD/DVD/CD]]----*/

.tagList {
	padding-top:70px;
    display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
    display: flex;
	 -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
    align-items: center;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.tagList li{
    display: inline-block;
	margin-right: 7px;
	margin-bottom: 7px;
}
.tagList li:last-child{
	margin-right: 0;
}
.tagList a{
    display: inline-block;
	border: 1px solid #313131;
    padding:5px 20px 3px;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
	transition: all  0.3s ease;
}
.tagList a.active, .tagList a:hover{
	color: #FFF;
	background-color: #E60012;
}

.tagSub{
	margin-top: -40px;
}

/*----[[BD/DVD/CD]]-TOKUTEN----*/

#tokutenWrap {
	background-color: rgba(0,0,0,0.8);
	margin-top: 70px;
	position: relative;
	border: solid 1px #313131;
}
#tokutenWrap:before {
	content:"";
	position:absolute;
	left:-1px;
	top:-1px;
	border-left:solid 1px #E60012;
	border-top: solid 1px #E60012;
	width:5px;
	height:5px;
}
#tokutenWrap:after {
	content:"";
	position:absolute;
	right:-1px;
	top:-1px;
	border-right:solid 1px #E60012;
	border-top: solid 1px #E60012;
	width:5px;
	height:5px;
}
#tokutenInner {
	position: relative;
	padding: 50px;
}
#tokutenInner:before {
	content:"";
	position:absolute;
	left:-1px;
	bottom:-1px;
	border-left:solid 1px #E60012;
	border-bottom: solid 1px #E60012;
	width:5px;
	height:5px;
}
#tokutenInner:after {
	content:"";
	position:absolute;
	right:-1px;
	bottom:-1px;
	border-right:solid 1px #E60012;
	border-bottom: solid 1px #E60012;
	width:5px;
	height:5px;
}

.tokutenBox h3{
	font-size: 16px;
	line-height: 30px;
	padding: .25em 0 .5em .75em;
	border-left: 5px solid #E60012;
	border-bottom: 1px solid #E60012;
}
.tokutenList{
	margin-top: 20px;
}
.tokutenList dt{
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top: 1px dotted #313131;
}
.tokutenList dt:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.tokutenList dt:before{
	content:"■";
	color:  #E60012;
}
.tokutenBox .tokutenInfo{
	font-size: 12px;
	margin-top: 30px;
}

/*----[[STORY]]----*/
#storyList {
	padding-top: 70px;
	margin-bottom: 300px;
}
#storyList li {
	float: left;
	height: 280px;
	width: 290px;
	margin-right: 20px;
	margin-bottom: 70px;
	position: relative;
}
#storyList li:nth-child(3n) {
	margin-right:0px;
}
#storyList li .boxOnce {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border:solid 1px #313131;
}
#storyList li a {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.8);
	text-decoration: none;
}
#storyList li a:before {
	content:"";
	left:-1px;
	top:-1px;
	width:5px;
	height:5px;
	position:absolute;
	border-left:solid 1px #E60012;
	border-top:solid 1px #E60012;
	transition:all 0.3s ease;
}
#storyList li a:after {
	content:"";
	right:-1px;
	bottom:-1px;
	width:5px;
	height:5px;
	position:absolute;
	border-right:solid 1px #E60012;
	border-bottom:solid 1px #E60012;
	transition:all 0.3s ease;
}
#storyList .boxOnce:before {
	content:"";
	left:-1px;
	bottom:-1px;
	width:5px;
	height:5px;
	position:absolute;
	border-left:solid 1px #E60012;
	border-bottom:solid 1px #E60012;
}
#storyList .boxOnce:after {
	content:"";
	right:-1px;
	top:-1px;
	width:5px;
	height:5px;
	position:absolute;
	border-right:solid 1px #E60012;
	border-top:solid 1px #E60012;
}
#storyList li a:hover {
	background-color:rgba(0,0,0,0.6);
}
#storyList li a:hover:before,
#storyList li a:hover:after {
	width:100%;
	height:100%;
}
.storyThumb {
	background-size: cover;
	width: 288px;
    height: 168px;
	margin-right: auto;
	margin-left: auto;
}
.storyTitleWrap{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
    display: flex;
	 -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
    align-items: center;
	width: 290px;
	height: 112px;
}
.storyTitle {
	font-size: 13px;
	margin-top: -5px;
	text-align: center;
	width: 210px;
	text-decoration: none;
	line-height: 22px;
}
.stDetailCont p {
	font-size: 14px;
	line-height: 25px;
	margin: 30px 0;
}
.stDetailCont p a {
	color: #FF0000;
	font-weight: bold;
}
.stDetailCont p img {
	display:inline-block;
	width: 258px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.stDetailCont iframe{
	width: 808px;
	height: 455px;
	margin-top: 50px;
}
#oaInfo{
	border: 1px #313131 solid;
	padding: 30px;
	margin-top: 70px;
}
#oaInfo .oaTop{
	border-left: 5px solid #E60012;
	padding-left: 10px;
	margin-bottom: 20px;
}
dl#oaInfoIn dt{
	margin-bottom: 10px;
}
dl#oaInfoIn dd{
	margin-bottom: 20px;
	border-bottom: 1px dotted #313131;
	padding-bottom: 20px;
}

/*----[[GAME RULES]]----*/
#ruleTxt01{
	text-align: center;
	margin: 60px 0 30px;
}
#gameNavTxt{
	text-align: center;
	font-size:13px;
	padding: 0 10px;
	position: relative;
}
#gameNavTxt:before{
    content: "";
    display: block;
    position: absolute;
    border-top: #e60012 solid 1px;
    width: 14px;
    height: 1px;
	top: 9px;
    left: 380px;
}
#gameNavTxt:after{
    content: "";
    display: block;
    position: absolute;
    border-top: #e60012 solid 1px;
    width: 14px;
    height: 1px;
	top: 9px;
    right: 380px;
}
#gameNav{
	background: url(../images/game_rules/gamenav_bg.png) no-repeat;
	width: 910px;
	height: 60px;
	margin-top: 20px;
	padding: 1px;
}
#gameNav li{
	float: left;
	text-indent: -99999px;
}
#gameNav li a{
	display: block;
	width: 100%;
	height: 100%;
}
#gameNav .act:hover,
#gameNav .act.current{
	background-position: 0 -59px;
}
#gameNav01{
	background: url(../images/game_rules/gamenav_01.png) no-repeat;
	width: 151px;
	height: 58px;
}
#gameNav02{
	background: url(../images/game_rules/gamenav_02.png) no-repeat;
	width: 158px;
	height: 58px;
}
#gameNav03{
	background: url(../images/game_rules/gamenav_03.png) no-repeat;
	width: 112px;
	height: 58px;
}
#gameNav04{
	background: url(../images/game_rules/gamenav_04.png) no-repeat;
	width: 224px;
	height: 58px;
}
#gameNav05{
	background: url(../images/game_rules/gamenav_05_ss.png) no-repeat;
	width: 125px;
	height: 58px;
}
#gameNav06{
	background: url(../images/game_rules/gamenav_06_ss.png) no-repeat;
	width: 138px;
	height: 58px;
}
#gameNav05_s{
	background: url(../images/game_rules/gamenav_05.png) no-repeat;
	opacity: 0.6;
	width: 125px;
	height: 58px;
}
#gameNav06_s{
	background: url(../images/game_rules/gamenav_06.png) no-repeat;
	opacity: 0.6;
	width: 138px;
	height: 58px;
}
.gameFlow h3{
	font-size: 22px;
	font-weight: bold;
	text-shadow:0px 0px 6px #e60012,0px 0px 6px #e60012;
	letter-spacing: 2;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #e60012;
	position: relative;
}
.gameFlow h3 span{
	position: absolute;
	top:-1px;
	right:0;
	background: url(../images/game_rules/rule_try.png) no-repeat;
	width: 317px;
	height: 94px;
	display: inline-block;
	text-indent: -99999px;
}
.gameFlowIn{
	background: rgba(0,0,0,0.8);
	border: 1px solid #313131;
	padding: 30px;
	margin-bottom: 40px;
}
.gameFlowIn h5{
	border-left: 5px solid #E60012;
	padding-left: 10px;
}
.gameTxt{
	position: relative;
}
.gameTxt span{
	position: absolute;
	background: url(../images/game_rules/red_bg.png) no-repeat;
	width: 50px;
	height: 50px;
	top: -30px;
	left: -30px;
	padding-left: 10px;
	padding-top: 5px;
}
.gameImg{
	margin-top: 30px;
	margin-bottom: -8px;
}
.gameImg img{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.gameImg img:last-child{
	margin-right: 0;
}
.gamePoint{
	width: 700px;
	margin: 100px auto 0;
	border: 1px solid #e60012;
	position: relative;
}
.gamePoint:before{
	content: "";
	display: block;
	position: absolute;
	background-image: url(../images/game_rules/card.png);
	background-repeat: no-repeat;
	width: 101px;
	height: 118px;
	top:-20px;
	right:-20px;
	z-index: 1;
}
.gamePoint:after{
	content: "";
	display: block;
	position: absolute;
	background-image: url(../images/game_rules/rule_pointimg.png);
	background-repeat: no-repeat;
	width: 321px;
	height: 100%;
	top:0;
	right:0;
	z-index: -1;
}
.gamePointInner{
	margin: 40px;
	position: relative;
}
.gamePointInner h4{
	position: absolute;
	top:-57px;
	left:204px;
}
.gamePointInner p{
	font-size: 16px;
	line-height: 28px;
}
#bnrs {
	height: 250px;
	width: 400px;
	border: 1px solid #E60012;
	position: absolute;
	z-index: 50;
	left: 0px;
	bottom: 0px;
	background-color:rgba(0,0,0,0.6);
}
#bnrsin {
	height: 225px;
	width: 350px;
	position: absolute;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
#bnrs:before {
	content:'';
	position:absolute;
	left:-1px;
	top:-1px;
	width:5px;
	height:5px;
	border-top:solid 1px #FFF;
	border-left:solid 1px #FFF;
}
#bnrs:after {
	content:'';
	position:absolute;
	right:-1px;
	top:-1px;
	width:5px;
	height:5px;
	border-top:solid 1px #FFF;
	border-right:solid 1px #FFF;
}
#bnrsin:before {
	content:'';
	position:absolute;
	left:-1px;
	bottom:-1px;
	width:5px;
	height:5px;
	border-bottom:solid 1px #FFF;
	border-left:solid 1px #FFF;
}
#bnrsin:after {
	content:'';
	position:absolute;
	right:-1px;
	bottom:-1px;
	width:5px;
	height:5px;
	border-bottom:solid 1px #FFF;
	border-right:solid 1px #FFF;
}
#bnrsin ul {
	height: 225px;
	width: 350px;
	
}
#bnrsin li {
	background-color: #000;
	height: 180px;
	width: 350px;
}
#eventWrap {
	position: relative;
}
/*#eventWrap:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 334px;
	height: 364px;
	background-image: url(../event/images/flower.png);
}*/
#eventWrap:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 726px;
	height: 556px;
	background-image: url(../event/images/bg_leftbottom.jpg);
	z-index:1;
}
#eventWrap #share {
	position: absolute;
	top: 0px;
	right: 0px;
	left: auto;
	bottom: auto;
}
#eventin {
	width: 1200px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
}
#eventin h1 {
	height: 118px;
	width: 225px;
	margin-right: auto;
	margin-left: auto;
	position: static;
}
#eventin h2 {
	padding-bottom: 10px;
	position: relative;
	color: #E60012;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E60012;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 24px;
}
/*#eventin h2:after {
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-13px;
	height:1px;
	width:26px;
	background-color:#FFF;
}*/
#en {
	padding-top:30px;
	padding-bottom: 60px;
	text-align: center;
}
#article li { padding-bottom: 63px; }
#article {
	padding-top: 80px;
	padding-bottom: 95px;
	font-size:22px;
}
#ecast {
	margin-top: -100px;
}
#ecast dt {
	float: left;
	height: 300px;
	width: 300px;
	background-image: url(../event/images/ecast_title.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#ecast dd {
	float: left;
	height: 300px;
	width: 300px;
}
#article2 { 
    padding-top: 90px;
	position: relative;z-index: 2;
	font-size:22px;
}
#article2 li { padding-bottom: 95px; }
#ebddvd {
	background-color: #B30000;
	padding-top: 105px;
	padding-right: 75px;
	padding-bottom: 105px;
	padding-left: 75px;
	position: relative;
	z-index: 10;
}
#epackage { float: left; }
#ebddvdart {
	float: right;
	width: 509px;
}
#ebddvdart p a:hover {
	opacity:0.7;
}
#eventin footer {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 80px;
}
#article a:hover {
	opacity:0.7;
}
.eDetail{
	background: url(../event/images/article9.png) no-repeat;
	width: 1200px;
	height: 322px;
}
#pkInfo{
	position: absolute;
	top: 120px;
	right: 40px;
	background: url(../images/new_2nd_bg.png) no-repeat;
	width: 250px;
	height: 131px;
	z-index: 100;
}
#pkInfoIn{
	width: 100%;
	height: 100%;
	position: relative;
}
#moreInfo{
	position: absolute;
	bottom:64px;
	right: 20px;
	width: 210px;
	height: 34px;
	border: 1px solid #e60012;
	text-align: center;
	line-height: 34px;
	font-size:12px;
	box-sizing: border-box;
}
#moreMovie{
	position: absolute;
	bottom:20px;
	right: 20px;
	width: 210px;
	height: 34px;
	border: 1px solid #e60012;
	text-align: center;
	line-height: 34px;
	font-size:12px;
	box-sizing: border-box;
}
#moreInfo a,
#moreMovie a{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all  0.3s ease;
	transition: all  0.3s ease;
	text-decoration: none;
}
#moreInfo a:hover,
#moreMovie a:hover{
	background: #e60012;
}

#pkImg{
	position: absolute;
	top: 20px;
	left: 20px;
}
.eventfont { font-size: 18px; 
}
.eventdetailDate {
	font-weight: bold;
	color: #E60012;
}

.eventLink{
	margin-top: 140px;
}

.eventLink a:hover {
	opacity: 0.6;
}

.eventtokuten {
	padding: 30px 40px;
	margin: 40px;
	border: solid 2px #E60012;
}
.eventtokuten p {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

#egoods {
	margin-top: -100px;
	padding-bottom:300px;

}
#egoods dt {
	float: left;
	height: 400px;
	width: 300px;

}
#egoods dd {
	float: left;
	height: 300px;
	width: 400px;
}

#open01,
#open02,
#open03 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
	 z-index:5000;
}
 
.close_overlay {
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    background: #000;
    opacity: 0.5;
    z-index: 5;
}
 
.modal_window {
	top: 50%;
	left: 50%;
	margin: -325px 0 0 -550px;
	width: 1100px;
	height: 650px;
	text-align: center;
	display: block;
	background: #000000;
	position: absolute;
	z-index: 10;
	border: solid 2px #E60012;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.modal_window p {
	font-family: "Crimson Text","游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
	letter-spacing: 0.03em;
	padding:30px 0 0 0;
}

.modaltext {
	font-size:20px;
	text-align:left;
	margin:10px 40px 40px 40px;
}
header{
	background: url(../event/images/event_top.png) no-repeat center top;
	height: 679px;
	min-width: 1200px;
}
#eventNav{
	width: 100%;
	min-width: 120px;
	height: 80px;
	background: #000;
	position: absolute;
	top: 679px;
	border-top:solid 5px #e60012;
	border-bottom:solid 5px #e60012;
}
#eventNav ul{
	width: 1200px;
	line-height: 80px;
	height: 80px;
	margin: 0 auto;
}
#eventNav ul li a{
	float: left;
	width: 400px;
	height: 80px;
	display: block;
	text-align: center;
	font-size: 30px;
	text-decoration: none;
}
#eventNav ul li a:hover{
	opacity: 0.7;
}
	
.eventparag { padding-bottom: 20px; }
.eventtokuten ul { display: table;
table-layout:fixed;
width:100%; }
.eventtokuten li h3 {
	color: #E60012;
	/*padding-bottom: 20px;*/
}
#article .eventtokuten li { display: table-cell; padding-bottom:30px; }
.eventtokuten li ul {
	display:block;
}
#article .eventtokuten li li { float: left;padding-bottom:0px;min-width:190px; }
/*.eventtokuten li li p { padding-top: 15px; }*/
.eventparag strong { display: block; }
.eventparag.ind {
	padding-left:1em;
}
.eventparag.ind strong {
	margin-left:-1em;
}
.eventTable tr:first-child td{
	padding-bottom:15px;
}
.eventTable tr:last-child td{
	padding-top:15px;
}
#secondImg {
    position: fixed;
    overflow: auto;
    z-index: 9999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    min-width: 1200px;
    min-height: 620px;
    display: none;
}
#secondImgWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 600px;
    height: auto;
    margin: 0 auto;
    min-height: 100vh;
    min-height: 100%;
    padding: 30px 0;
    position: relative;
}
#secondImg .close a {
	display: block;
	height: 70px;
	width: 70px;
	position: absolute;
	top:0;
	right: 0;
	background-color:#E60012;
}
#secondImg .close a:before {
	content:'';
	position:absolute;
	width:68px;
	height:1px;
	top:35px;
	left:1px;
	transform-origin:50% 50%;
	transform:rotate(45deg);
	background-color:#FFF;
	transition:all 0.5s ease;
}
#secondImg .close a:after {
	content:'';
	position:absolute;
	width:68px;
	height:1px;
	top:35px;
	left:1px;
	transform-origin:50% 50%;
	transform:rotate(-45deg);
	background-color:#FFF;
	transition:all 0.5s ease;
}
#secondImg .close a:hover:before {
	transform:rotateZ(405deg);
}
#secondImg .close a:hover:after {
	transform:rotateZ(315deg);
}
#secondImgBox a{
    background: #000;
}
.linkR {
    position: relative;
    display: block;
    text-decoration: none;
    transition: .3s;
    z-index: 0;
}
.linkR:hover {
    color: #fff;
}
.linkR:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #e60012;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s ease-in-out;
}
.linkR:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
}