@charset "utf-8";
::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
 background: #000;
 color:#fff;
}
body {
	font-size: 20px;
	color: #000;
	background: #000000;
	font-family: sans-serif;
}
a { color: #000; }
a:hover { text-decoration: none; }
@keyframes headerline { from {
background-position:0 0;
}
to { background-position: -1336px 0; }
}
@keyframes opline_l { from {
background-position:0 0;
}
to { background-position: -69px 0; }
}
@keyframes opline_r { from {
background-position:0 0;
}
to { background-position: 69px 0; }
}
@keyframes flash { 0% {
opacity:0;
}
5% {
opacity:1;
}
7% {
opacity:0;
}
10% {
opacity:1;
}
13% {
opacity:0;
}
15% {
opacity:1;
}
18% {
opacity:0;
}
20% {
opacity:1;
}
25% {
opacity:0;
}
30% {
opacity:1;
}
40% {
opacity:0;
}
50% {
opacity:1;
}
60% {
opacity:0;
}
70% {
opacity:1;
}
90% {
opacity:0;
}
100% {
opacity:1;
}
}
@keyframes navOver { 0%, 100% {
 transform:scale(1);
}
 15% {
 transform:scale(1.1);
}
}
@keyframes mvBg { from {
background-position:0 0;
}
to { background-position: 1323px 0; }
}
@keyframes mvDot { from {
background-position:0 0;
}
to { background-position: -1320px 0; }
}
@keyframes characterRotate { from {
 transform:rotateY(0deg);
}
to { transform: rotateY(360deg); }
}
#fullWrap {
	width: 640px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 95px;
}
#index #fullWrap { display: none; }
header {
	height: 95px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999;
	background-color: #000;
}
header h1 {
	height: 95px;
	width: calc(100% - 95px);
	float: left;
}
header h1 a {
	background: url(../../images/main_logo.png) no-repeat center center / 139px 58px;
	display: block;
	height: 95px;
}
#menuBtn {
	float: right;
	height: 95px;
	width: 95px;
	background: rgba(50,227,229,1);
	position: relative;
	z-index: 9998;
}
#menuBtn.active { background: #000; }
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 95px;
	height: 95px;
}
.menu-trigger span {
	position: absolute;
	left: 29px;
	width: 38px;
	height: 4px;
	background-color: #000;
}
.menu-trigger span:nth-of-type(1) { top: 34px; }
.menu-trigger span:nth-of-type(2) { top: 44px; }
.menu-trigger span:nth-of-type(3) { top: 54px; }
.menu-trigger.active { transform: rotate(360deg); }
.menu-trigger.active span { background-color: rgba(50,227,229,1); }
.menu-trigger.active span:nth-of-type(1) { transform: translateY(10px) rotate(-45deg); }
.menu-trigger.active span:nth-of-type(2) { transform: translateY(0) rotate(45deg); }
.menu-trigger.active span:nth-of-type(3) { opacity: 0; }
#mainvs {
	position: relative;
	height: 624px;
	padding-top: 130px;
	background-color: #000;
}
#mainvs:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 22px;
	height: 88px;
	animation: headerline 7.4s linear infinite;
	z-index: 1;
}
#mainvs.vs1:before { background: url(../../images/slide_img1.png) repeat-x; }
#mainvs.vs2:before { background: url(../../images/slide_img2.png) repeat-x; }
#mainvs.vs3:before { background: url(../../images/slide_img3.png) repeat-x; }
#mainvs.vs4:before { background: url(../../images/slide_img4.png) repeat-x; }
#mainvs.vs5:before { background: url(../../images/slide_img5.png) repeat-x; }
#mainvs.vs6:before { background: url(../../images/slide_img6.png) repeat-x; }
#mainvs.vs7:before { background: url(../../images/slide_img7.png) repeat-x; }
#mainvs.vs8:before { background: url(../../images/slide_img8.png) repeat-x; }
#sub #mainvs { height: 324px; }
#vsSlide {
	height: 540px;
	pointer-events: none;
	position: relative;
}
#vsSlide li {
	height: 540px;
	position: absolute;
	animation: mvBg 60s linear infinite;
	z-index: 3;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 400;
}
#sub #vsSlide {
	height: 240px;
	overflow: hidden;
}
#sub #vsSlide li { height: 240px; }
#vsSlide li:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	animation: mvDot 60s linear infinite;
}
@keyframes vsChara { 0% {
 transform:translateX(-100px);
 opacity:0;
}
 5% {
 transform:translateX(-30px);
 opacity:1;
}
 100% {
 transform:translateX(0px);
 opacity:1;
}
}
@keyframes vsName { 0% {
 transform:translateX(200px);
 opacity:0;
}
 5% {
 transform:translateX(30px);
 opacity:1;
}
 100% {
 transform:translateX(0px);
 opacity:1;
}
}
.vsChara {
	height: 760px;
	width: 640px;
	margin-left: -320px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
	transform: translateX(-100px);
	opacity: 0;
}
#sub .vsChara {
	height: 420px;
	background-position: center center;
	margin-left: -150px;
	bottom: -60px;
}
.vsName {
	height: 220px;
	width: 320px;
	position: absolute;
	left: 13px;
	bottom: 0;
	background-position: left center;
	background-repeat: no-repeat;
	transform: translateX(200px);
	opacity: 0;
	z-index: 5000;
}
#vsSlide li.active { opacity: 1; }
#vsSlide li.active .vsChara { animation: vsChara 4s linear forwards; }
#vsSlide li.active .vsName { animation: vsName 4s linear forwards; }
#vsin1 { background-image: url(../../images/slide_bg1.jpg); }
#vsin1:before { background: url(../../images/slide_dot1.png); }
#vsin1 .vsChara { background-image: url(../../images/slide_chara1.png) }
#vsin1 .vsName { background-image: url(../../images/slide_name1.png) }
#vsin2 { background-image: url(../../images/slide_bg2.jpg); }
#vsin2:before { background: url(../../images/slide_dot2.png); }
#vsin2 .vsChara { background-image: url(../../images/slide_chara2.png) }
#vsin2 .vsName { background-image: url(../../images/slide_name2.png) }
#vsin3 { background-image: url(../../images/slide_bg3.jpg); }
#vsin3:before { background: url(../../images/slide_dot3.png); }
#vsin3 .vsChara { background-image: url(../../images/slide_chara3.png) }
#vsin3 .vsName { background-image: url(../../images/slide_name3.png) }
#vsin4 { background-image: url(../../images/slide_bg4.jpg); }
#vsin4:before { background: url(../../images/slide_dot4.png); }
#vsin4 .vsChara { background-image: url(../../images/slide_chara4.png) }
#vsin4 .vsName { background-image: url(../../images/slide_name4.png) }
#vsin5 { background-image: url(../../images/slide_bg5.jpg); }
#vsin5:before { background: url(../../images/slide_dot5.png); }
#vsin5 .vsChara { background-image: url(../../images/slide_chara5.png) }
#vsin5 .vsName { background-image: url(../../images/slide_name5.png) }
#vsin6 { background-image: url(../../images/slide_bg6.jpg); }
#vsin6:before { background: url(../../images/slide_dot6.png); }
#vsin6 .vsChara { background-image: url(../../images/slide_chara6.png) }
#vsin6 .vsName { background-image: url(../../images/slide_name6.png) }
#vsin7 { background-image: url(../../images/slide_bg7.jpg); }
#vsin7:before { background: url(../../images/slide_dot7.png); }
#vsin7 .vsChara { background-image: url(../../images/slide_chara7.png) }
#vsin7 .vsName { background-image: url(../../images/slide_name7.png) }
#vsin8 { background-image: url(../../images/slide_bg8.jpg); }
#vsin8:before { background: url(../../images/slide_dot8.png); }
#vsin8 .vsChara { background-image: url(../../images/slide_chara8.png) }
#vsin8 .vsName { background-image: url(../../images/slide_name8.png) }
.vsinner {
	height: 540px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#sub .vsinner { height: 240px; }
#vsFront {
	height: 624px;
	width: 640px;
	margin-left: -320px;
	position: absolute;
	left: 50%;
	top: 130px;
	z-index: 5000;
}
#sub #vsFront { height: 324px; }
#topLogo {
	background: url(../../images/main_logo.png) no-repeat center center / contain;
	position: absolute;
	height: 105px;
	width: 252px;
	right: 12px;
	bottom: 116px;
}
/*#startDate {
	position: absolute;
	height: 53px;
	width: 226px;
	right: 25px;
	bottom: 116px;
	background: url(../../images/startdate.png) no-repeat center center / contain;
}*/
#vsNav {
	width: 640px;
	height: 84px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
#vsNav li {
	width: 160px;
	height: 42px;
	float: left;
}
#vsNav li a {
	display: block;
	height: 42px;
	width: 160px;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
}
#vsNav li a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 0;
	background-position: center top;
	background-repeat: no-repeat;
	transition: all 0.5s ease;
	backface-visibility: hidden;
}
#vsNav li a.active:before { height: 100%; }
#vsNav1 a { background-image: url(../images/vsnav01.png); }
#vsNav2 a { background-image: url(../images/vsnav02.png); }
#vsNav3 a { background-image: url(../images/vsnav03.png); }
#vsNav4 a { background-image: url(../images/vsnav04.png); }
#vsNav5 a { background-image: url(../images/vsnav05.png); }
#vsNav6 a { background-image: url(../images/vsnav06.png); }
#vsNav7 a { background-image: url(../images/vsnav07.png); }
#vsNav8 a { background-image: url(../images/vsnav08.png); }
#vsNav1 a:before { background-image: url(../images/vsnav01_ov.png); }
#vsNav2 a:before { background-image: url(../images/vsnav02_ov.png); }
#vsNav3 a:before { background-image: url(../images/vsnav03_ov.png); }
#vsNav4 a:before { background-image: url(../images/vsnav04_ov.png); }
#vsNav5 a:before { background-image: url(../images/vsnav05_ov.png); }
#vsNav6 a:before { background-image: url(../images/vsnav06_ov.png); }
#vsNav7 a:before { background-image: url(../images/vsnav07_ov.png); }
#vsNav8 a:before { background-image: url(../images/vsnav08_ov.png); }
#vsBnrs {
	position: absolute;
	height: 132px;
	width: 100%;
	top: 0;
	right: 0px;
}
#vsBnrs li { float: left; }
#vsBnrs li:nth-child(2) { float: right; }
#vsBnrs li a {
	position: relative;
	display: block;
}
#vsBnrs li a.vsModal:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background-color: #9C283D;
	width: 19px;
	height: 19px;
	transition: all 0.3s ease;
}
#vsBnrs li a.vsLink:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background-color: #28569C;
	width: 19px;
	height: 19px;
	transition: all 0.3s ease;
}
#vsBnrs li a:after {
	content: '';
	position: absolute;
	right: 7px;
	top: 7px;
	background: url(../../images/icon_plus.png) no-repeat center center / cover;
	width: 5px;
	height: 5px;
}
#catch {
	background: url(../images/catch.png);
	height: 163px;
	margin-bottom: 38px;
}
#product {
	position: relative;
	z-index: 100;
	padding-top: 9px;
}
#bgMovie {
	position: fixed;
	left: 0;
	bottom: 0px;
	right: 0px;
	height: 1080px;
	z-index: -1;
}
#bgMovie video {
	height: 100%;
	width: 100%;
}
#bgMovie:before {
	content: '';
	position: absolute;
	z-index: 40;
	mix-blend-mode: multiply;
	background-color: rgba(8,39,39,0.9);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#bgMovie:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/ptn_movie.png);
	background-repeat: repeat;
	z-index: 45;
}
#productin {
	padding-top: 64px;
	padding-bottom: 100px;
	background-image: url(../images/mov_ptn_t.png), url(../images/mov_ptn_b.png);
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	position: relative;
}
#product .under {
	background-image: url(../images/cast_bg.png);
	background-repeat: no-repeat;
	height: 26px;
	bottom: -1px;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 50;
}
#product h2 {
	text-align: center;
	margin-bottom: 40px;
}
#product iframe {
	border: #32e3e5 2px solid;
	width: 580px;
	height: 327px;
	display: block;
	margin: 0 auto;
}

#caststaff {
	position: relative;
	z-index: 200;
}
#caststaff:after {
	position: absolute;
	content: '';
	background: url(../images/caststaffLine.png) no-repeat center bottom;
	height: 26px;
	bottom: -1px;
	left: 0;
	right: 0;
}
#caststaff .box { background: #32e3e5; }
#caststaff .box .cast {
	background-image: url(../images/cast.png);
	background-repeat: no-repeat;
	padding-top: 110px;
}
#caststaff .box .cast:before {
	content: "";
	position: absolute;
	background: url(../../images/bg_img02.png) no-repeat;
	width: 388px;
	height: 388px;
	right: -60px;
	margin-top: 50px;
	animation: spin-r 7s linear infinite;
}
@keyframes spin-l { from {
transform: rotate(360deg);
}
to { transform: rotate(0deg); }
}
#caststaff .box .cast dl {
	margin-top: 190px;
	font-size: 22px;
	text-align: center;
}
#caststaff .box .cast dt,
#caststaff .box .cast dd { display: block; }
#caststaff .box .cast dt {
	float: left;
	clear: left;
	width: 50%;
	text-align: right;
	padding-right: 25px;
	box-sizing: border-box;
	position: relative;
	line-height: 34px;
	padding-bottom: 40px;
}
#caststaff .box .cast dt:after {
	content: '：';
	position: absolute;
	top: 0;
	line-height: 34px;
	right: -25px;
	text-align: center;
	width: 50px;
}
#caststaff .box .cast dd {
	float: left;
	width: 50%;
	text-align: left;
	padding-left: 25px;
	box-sizing: border-box;
	padding-bottom: 40px;
	line-height: 34px;
}
#caststaff .box .staff {
	background-image: url(../images/staff.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 60px;
	margin-top: 60px;
}
#caststaff .box .staff:after {
	content: "";
	position: absolute;
	background: url(../../images/bg_img01.png) no-repeat;
	width: 454px;
	height: 337px;
	left: -80px;
	top: 1200px;
	animation: spin-l 10s linear infinite;
}
@keyframes spin-r { from {
transform: rotate(0deg);
}
to { transform: rotate(360deg); }
}
#caststaff .box .staff dl {
	margin-top: 190px;
	font-size: 22px;
	text-align: center;
}
#caststaff .box .staff dt,
#caststaff .box .staff dd { display: block; }
#caststaff .box .staff dt {
	float: left;
	clear: left;
	width: 50%;
	text-align: right;
	padding-right: 25px;
	box-sizing: border-box;
	position: relative;
	line-height: 34px;
	padding-bottom: 40px;
}
#caststaff .box .staff dt:after {
	content: '：';
	position: absolute;
	top: 0;
	line-height: 34px;
	right: -25px;
	text-align: center;
	width: 50px;
}
#caststaff .box .staff dd {
	float: left;
	width: 50%;
	text-align: left;
	padding-left: 25px;
	box-sizing: border-box;
	padding-bottom: 40px;
	line-height: 34px;
}
#caststaff .box .staff .mh { margin-top: 20px; }
#caststaff .box .staff span { font-size: 16px; }
/*############ share ############*/

#share { position: relative; }
#share .under {
	background-image: url(../images/shareLine.png);
	background-repeat: no-repeat;
	height: 26px;
	margin-top: -1px;
}
#share .box {
	background-color: #edeb20;
	background-image: url(../images/share_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 37px;
	height: 414px;
	margin-top: -1px;
}
#share .box p {
	text-indent: -9999px;
	background-image: url(../images/tit_share.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 80px;
	height: 26px;
}
#share .box ul { padding-top: 50px }
#share .box li {
	float: left;
	padding-left: 40px;
}
#share .box li:first-child { padding-left: 89px; }
#share .after {
	background-image: url(../images/ftLine.png);
	background-repeat: no-repeat;
	height: 26px;
	margin-top: -1px;
}
/*############ pagetop ############*/

#pagetop {
	position: relative;
	z-index: 300;
	padding-left: 120px;
	animation: fuwa 3s ease-in-out infinite;
}
@keyframes fuwa { 0% {
transform:translate(0, 0);
}
50% {
transform:translate(0, -35px);
}
100% {
transform:translate(0, 0);
}
}
/*############ footer ############*/

#ft {
	margin-top: 60px;
	text-align: center;
}
#ft p {
	padding-top: 60px;
	padding-bottom: 60px;
	color: #FFFFFF;
	font-size: 16px;
}
footer { background: rgba(0,0,0,1); }
#ftnav {
	background: #000 url(../images/fnav_ptn.png) no-repeat center center;
	padding: 50px 0 40px;
}
#ftnav li {
	float: left;
	height: 80px;
	width: 320px;
}
#ftnav li:nth-child(odd) {
	border-right: 1px solid rgba(47,47,47,1);
	width: 319px;
}
#ftnav li a {
	display: block;
	height: 82px;
	border-bottom: 1px solid rgba(47,47,47,1);
	position: relative;
	background-position: 30px center;
	background-repeat: no-repeat;
}
#ftnav li a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 20px;
	height: 1px;
	background-color: rgba(227,226,54,1);
}
#ftnav li:nth-child(1) a,
#ftnav li:nth-child(2) a { border-top: 1px solid rgba(47,47,47,1); }
#ftnav li:nth-child(1) a:before,
#ftnav li:nth-child(2) a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	top: -1px;
	width: 20px;
	border-top: 1px solid rgba(227,226,54,1);
	border-bottom: 1px solid rgba(227,226,54,1);
	height: auto;
	background-color: transparent;
}
#ftnav #nav00 a { background-image: url(../images/fnav00.png); }
#ftnav #nav01 a { background-image: url(../images/fnav01.png); }
#ftnav #nav02 a { background-image: url(../images/fnav02.png); }
#ftnav #nav03 a { background-image: url(../images/fnav03.png); }
#ftnav #nav04 a { background-image: url(../images/fnav04.png); }
#ftnav #nav05 a { background-image: url(../images/fnav05.png); }
#ftnav #nav06 a { background-image: url(../images/fnav06.png); }
#ftnav #nav07 a { background-image: url(../images/fnav07.png); }
#ftnav #nav08 a { background-image: url(../images/fnav08.png); }
#ftnav #nav09 a { background-image: url(../images/fnav09.png); }
#ftnav #nav10 a { background-image: url(../images/fnav10.png); }
#ftnav #nav99 a { background-image: url(../images/fnav99.png); }
header nav {
	background: rgba(50,227,229,1) url(../images/nav_bg.png) no-repeat center top;
	z-index: 9996;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	transition: all 0.5s ease;
	height: 0;
}
header nav.active { height: 100%; }
header nav #navin {
	position: absolute;
	left: 0;
	right: 0;
	top: 95px;
	bottom: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
header nav ul {
	padding-top: 58px;
	padding-bottom: 280px;
	background: url(../images/nav_characters.png) no-repeat center bottom;
}
header nav li { height: 91px; }
header nav li a {
	height: 91px;
	display: block;
	background-repeat: no-repeat;
}
#navLogo {
	height: 95px;
	width: calc(100% - 95px);
}
#navLogo a {
	background: url(../images/nav_logo.png) no-repeat center center / 139px 58px;
	display: block;
	height: 95px;
}
header nav #nav00 a { background-image: url(../images/nav00.png) }
header nav #nav01 a { background-image: url(../images/nav01.png) }
header nav #nav02 a { background-image: url(../images/nav02.png) }
header nav #nav03 a { background-image: url(../images/nav03.png) }
header nav #nav04 a { background-image: url(../images/nav04.png) }
header nav #nav05 a { background-image: url(../images/nav05.png) }
header nav #nav06 a { background-image: url(../images/nav06.png) }
header nav #nav07 a { background-image: url(../images/nav07.png) }
header nav #nav08 a { background-image: url(../images/nav08.png) }
header nav #nav09 a { background-image: url(../images/nav09.png) }
header nav #nav10 a { background-image: url(../images/nav10.png) }
header nav #nav99 a { background-image: url(../images/nav99.png) }
.subContent {
	background-image: url(../images/mov_ptn_t.png), url(../images/mov_ptn_b.png);
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-bottom: 70px;
	position: relative;
}
.subContent:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 26px;
	background: url(../images/subcontent_ft.png) no-repeat center center;
	;
}
.subContent h2 {
	text-align: center;
	padding-bottom: 60px;
}
#introduction article {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid rgba(237,235,32,1);
	border-radius: 10px;
	background: rgba(0,0,0,1) url(../images/introduction_head.png) no-repeat center top;
	position: relative;
	z-index: 500;
	color: rgba(237,235,32,1);
	padding: 96px 0px 300px;
}
#introduction article:after {
	content: '';
	position: absolute;
	width: 780px;
	height: 194px;
	background: url(../images/introduction_characters.png) no-repeat center center;
	left: 50%;
	bottom: 73px;
	margin-left: -390px;
}
#introductionText1 {
	background: url(../images/introduction_text1.png) no-repeat center center;
	height: 46px;
	margin-bottom: 33px;
}
.introductionText {
	font-size: 20px;
	line-height: 46px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
}
#introductionText2 {
	background: url(../images/introduction_text2.png) no-repeat center center;
	height: 146px;
	margin-top: 33px;
}
#comicList {
	width: 480px;
	margin: 0px auto;
	position: relative;
	z-index: 500;
}
#comicList li {
	float: left;
	height: 407px;
	width: 240px;
}
#comicList li a {
	display: block;
	text-decoration: none;
}
#comicList li a img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	transition: all .6s ease;
}
#comicList li a span {
	font-size: 16px;
	line-height: 30px;
	color: rgba(237,235,32,1);
	text-align: center;
	display: block;
	padding-top: 14px;
	padding-left: 0.4em;
	text-indent: -0.4em;
}
#specialList {
	margin: 0px auto;
	width: 440px;
	position: relative;
	z-index: 500;
}
#specialList li {
	width: 440px;
	padding: 0px 0 35px;
}
#specialList li:nth-child(odd) { clear: both; }
#specialList li a {
	display: block;
	text-decoration: none;
}
#specialList li a img {
	display: block;
	margin-bottom: 15px;
	transition: all 0.6s ease;
}
#specialList li a span {
	display: block;
	text-align: center;
	line-height: 26px;
	font-size: 20px;
	padding-top: 10px;
	color: rgba(237,235,32,1);
}
#specialevent p {
	padding: 13px 30px 13px 30px;
    background-color: rgba(237,235,32,1);
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
#playArea {
	margin: 0px auto;
	width: 640px;
	z-index: 500;
	position: relative;
}
#player {
	height: 360px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #000
}
#player a {
	position: relative;
	height: 518px;
	width: 920px;
	display: block;
}
#playArea iframe {
	width: 640px;
	height: 360px;
}
#movName {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: rgba(237,235,32,1);
	text-align: center;
	padding: 22px 0px 40px;
	position: relative;
	z-index: 500;
}
#playArea ul {
	width: 624px;
	margin: 0 auto;
}
#playArea ul li {
	height: 113px;
	width: 200px;
	padding: 0px 12px 20px 0;
	float: left;
}
#playArea ul li:nth-child(3n) { padding-right: 0; }
#playArea ul li a {
	display: block;
	height: 113px;
	width: 200px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	text-decoration: none
}
#playArea ul li a:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 20px;
	background: url(../images/special_listplay.png) no-repeat center center;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -10px;
}
#playArea ul li a span {
	position: absolute;
	overflow: hidden;
	height: 26px;
	background-color: rgba(0,0,0,0.8);
	line-height: 26px;
	white-space: nowrap;
	left: 0;
	bottom: 0;
	font-size: 14px;
	color: rgba(237,235,32,1);
	transition: bottom 0.3s ease;
	min-width: 180px;
	padding: 0 10px;
	pointer-events: none;
}
#playArea ul li a.active {
	border: 2px solid rgba(237,235,32,1);
	width: 200px;
	height: 113px;
	margin-left: -2px;
	margin-top: -2px;
}
#newsList {
	margin: 0px auto;
	width: 640px;
	position: relative;
	z-index: 500;
}
#newsList li { margin-bottom: 5px; }
#newsList li a {
	background: rgba(54,54,54,1);
	display: block;
	position: relative;
	text-decoration: none;
	padding-top: 13px;
	padding-bottom: 13px;
}
#newsList li a time {
	font-size: 20px;
	line-height: 60px;
	color: rgba(237,235,32,1);
	height: 60px;
	width: 154px;
	display: block;
	text-align: center;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
}
#newsList li a time:before {
	content: '';
	position: absolute;
	left: 154px;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 9px;
	border-color: transparent transparent transparent #edeb20;
}
#newsList li a span {
	display: block;
	padding-left: 193px;
	top: 50%;
	padding-right: 40px;
	line-height: 34px;
	font-size: 20px;
	color: rgba(237,235,32,1);
	z-index: 10;
	transition: all 0.5s ease;
}
#btList {
	margin: 0px auto;
	height: 40px;
	width: 150px;
	padding-top: 50px;
	padding-bottom: 30px;
}
#btList a {
	border: 3px solid rgba(237,235,32,1);
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	background-color: #363636;
	font-size: 20px;
	text-align: center;
	color: rgba(237,235,32,1);
	transition: all 0.3s ease;
	letter-spacing: 0.1em;
}
.wp-pagenavi {
	padding-top: 50px;
	text-align: center;
	position: relative;
	z-index: 500;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	margin-left: 5px;
	background: #363636;
	border: 3px solid rgba(237,235,32,1);
	line-height: 40px;
	text-align: center;
	transition: all 0.3s ease;
	font-weight: 600;
	text-decoration: none;
	color: rgba(237,235,32,1);
}
.wp-pagenavi .extend {
	background-color: transparent;
	color: rgba(237,235,32,1)
}
.wp-pagenavi .current {
	color: #363636;
	background: rgba(237,235,32,1);
}
#news article {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 500;
}
#news article h3 {
	position: relative;
	padding: 13px 30px 13px 194px;
	background-color: rgba(237,235,32,1);
	color: #000;
	font-size: 20px;
	font-weight: 600;
}
#news article h3 time {
	font-size: 20px;
	line-height: 60px;
	color: rgba(0,0,0,1);
	height: 60px;
	width: 154px;
	display: block;
	text-align: center;
	position: relative;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0%;
}
#news article h3 time:before {
	content: '';
	position: absolute;
	left: 154px;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 9px;
	border-color: transparent transparent transparent #000;
}
#newsDetail { padding: 40px 30px 20px; }
#newsDetail p {
	font-size: 20px;
	line-height: 34px;
	color: rgba(237,235,32,1);
	padding-bottom: 34px;
	font-weight: 400;
}
#newsDetail img {
	max-width: 100%;
	height: auto;
}
#news article h3 span { line-height: 34px; }
#characterList {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 500;
}
#characterList li {
	width: 300px;
	height: 423px;
	float: left;
}
#characterList li a {
	display: block;
	height: 423px;
}
#characterList li a img {
	display: block;
	transition: all 0.6s ease;
	position: relative;
	z-index: 1;
}
#subCharacterList {
	display: table;
	margin: 0px auto;
	padding-top: 42px;
	position: relative;
	z-index: 500;
}
#subCharacterList li a {
	display: block;
	-webkit-perspective: 500px;
	perspective: 500px;
	transition: all 0.6s ease;
}
#subCharacterList li a img { display: block; }
.characterModal {
	background: rgba(0,0,0,.8);
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	z-index: 12000;
	display: none;
	-webkit-overflow-scrolling: touch;
}
.characterIn {
	position: absolute;
	width: 100%;
	padding-top: 110px;
	padding-bottom: 60px;
}
.characterIn:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 680px;
	z-index: -1;
}
#character3 *,
#character4 *,
#character5 *,
#character7 * { color: #FFF; }
#character1 .characterIn:before { background-image: url(../../images/character01_bg.png); }
#character2 .characterIn:before { background-image: url(../../images/character02_bg.png); }
#character3 .characterIn:before { background-image: url(../../images/character03_bg.png); }
#character4 .characterIn:before { background-image: url(../../images/character04_bg.png); }
#character5 .characterIn:before { background-image: url(../../images/character05_bg.png); }
#character6 .characterIn:before { background-image: url(../../images/character06_bg.png); }
#character7 .characterIn:before { background-image: url(../../images/character07_bg.png); }
#character8 .characterIn:before { background-image: url(../../images/character08_bg.png); }
#character11 .characterIn:before { background-image: url(../../images/character11_bg.png); }
.characterLt {
	width: 580px;
	margin: 0px auto;
}
.characterLt h3 { padding-bottom: 25px; }
.cv {
	background: url(../images/icon_cv.png) no-repeat left top;
	height: 67px;
	margin-left: 40px;
	font-size: 26px;
	line-height: 67px;
	letter-spacing: 0.2em;
	padding-left: 85px;
	color: #FFF;
}
.cv a {
	display: inline-block;
	height: 37px;
	width: 201px;
	margin-left: 40px;
	background: url(../images/btn_comment.png) no-repeat center center;
	vertical-align: middle;
	transition: all 0.3s ease;
}
.characterBs {
	line-height: 60px;
	margin-left: 125px;
	font-size: 23px;
	padding-top: 15px;
	color: rgba(255,255,255,1);
}
.characterLb {
	width: 540px;
	font-size: 20px;
	line-height: 38px;
	color: rgba(0,0,0,1);
	margin: 0 auto;
}
.characterLb * { float: left; }
.characterLb dt {
	clear: both;
	margin-right: 1em;
}
.characterRb {
	padding-top: 42px;
	width: 540px;
	line-height: 38px;
	color: rgba(0,0,0,1);
	font-size: 20px;
	margin: 0 auto;
	clear: both;
}
.characterMainimg {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}
.characterNav {
	height: 30px;
	margin-top: -15px;
	position: absolute;
	left: 34px;
	top: 680px;
	right: 34px;
}
.prev {
	float: left;
	height: 30px;
	width: 18px;
}
.next {
	float: right;
	height: 30px;
	width: 18px;
}
.characterNav a {
	display: block;
	height: 30px;
	width: 18px;
	transition: all 0.3s ease;
}
.prev a { background: url(../../images/icon_prev.png) no-repeat center center; }
.next a { background: url(../../images/icon_next.png) no-repeat center center; }
.characterClose,
.commentClose,
.visualClose {
	height: 42px;
	width: 42px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 5000;
}
.characterClose a,
.commentClose a,
.visualClose a {
	background: url(../../images/icon_close.png);
	height: 42px;
	display: block;
	transition: all 0.3s ease;
}
.characterComment {
	content: '';
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	display: none;
	z-index: 15000;
}
.characterCommentin {
	padding: 30px;
	width: 500px;
	border: 3px solid rgba(235,233,37,1);
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0,0,0,0.8);
	color: rgba(235,233,37,1);
}
.characterCommentin p { line-height: 38px; }
#firstAnim {
	position: fixed;
	z-index: 20000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#firstAnim {
	position: fixed;
	z-index: 20000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}
#firstAnimin {
	position: absolute !important;
	width: 640px;
	height: 400px;
	overflow: hidden;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -200px;
}
#container {
	width: 640px;
	height: 400px;
	margin: 0 auto;
	border: 5px solid #fff;
	overflow: hidden;
}
@keyframes keySlide { from {
 background-position:center bottom;
}
to { background-position: center top; }
}
#visualModal {
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	z-index: 15000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
}
#visualModalin {
	position: absolute;
	z-index: 3000;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
#firstVisual {
	overflow: hidden;
	position: fixed;
	z-index: 19997;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/first_key.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	opacity: 0;
	background-color: #000;
}
#op {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 19998;
	overflow: hidden;
}
/*#op:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
	height: 67px;
    background: url(../images/op_arrow_l.jpg) repeat-x;
	animation: opline_l 0.58s linear infinite;
    z-index: 1;
}
#op:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20%;
	height: 67px;
    background: url(../images/op_arrow_r.jpg) repeat-x;
	animation: opline_r 0.58s linear infinite;
    z-index: 1;
}*/
#op h1 {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 383px;
	height: 178px;
	opacity: 0;
	z-index: 1;
}
#op.on h1 {
	animation: flash 1s;
	animation-fill-mode: forwards;
	animation-direction: normal;
}
#first {
	background: rgba(255,255,255,1);
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	z-index: 15000;
}
.staff dl dd a {
	display: inline-block;
	margin-left: 10px;
	padding-bottom: 5px;
	vertical-align: text-bottom;
	transition: all 0.3s ease;
	backgound-color: #000;
}
.characterCommentin p { color: rgba(235,233,37,1) !important; }
.characterCommentin p strong { color: rgba(235,233,37,1) !important; }
#products article {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 500;
}
#products article h3 {
	position: relative;
	padding: 13px 30px 13px 30px;
	background-color: rgba(237,235,32,1);
	color: #000;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
#products article h3 time {
	font-size: 20px;
	line-height: 60px;
	color: rgba(0,0,0,1);
	height: 60px;
	width: 154px;
	display: block;
	text-align: center;
	position: relative;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0%;
}
#productsDetail { padding: 40px 30px 20px; }
#productsDetail p {
	font-size: 20px;
	line-height: 34px;
	color: rgba(237,235,32,1);
	padding-bottom: 34px;
	font-weight: 400;
}
#productsDetail p a { color: #edeb20; }
#productsDetail img {
	max-width: 100%;
	height: auto;
}
#productsDetail .products_image {
	width: 580px;
	height: 580px;
	background: #828282;
	margin-bottom: 34px;
}
#productsDetail .products_image span {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 60px;
	padding: 260px 0;
}
#productsDetail dl {
	padding-bottom: 40px;
	width: 580px;
}
#productsDetail dt { }
#productsDetail dd {
	margin-top: 20px;
	color: rgba(237,235,32,1);
}
#products article h3 span { line-height: 34px; }
/*--------[[ONA AIR]]--------*/

#onair article {
	width: 580px;
	margin: 0 auto;
}
#onair .tblWrap { margin-bottom: 50px; }
#onair .tblWrap > h3 {
	font-weight: bold;
	color: #000;
	font-size: 20px;
	background: #0debff;
	display: inline-block;
	padding: 0 8px;
	margin-bottom: 20px;
}
#onair .tblWrap table {
	width: 100%;
	margin-bottom: 20px;
}
#onair .tblWrap table th {
	border-right: 1px solid #000;
	background-color: #edeb20;
	padding: 15px;
	font-weight: bold;
	color: #000;
	font-size: 18px;
}
#onair .tblWrap table th:first-child { border-left: 1px solid #edeb20; }
#onair .tblWrap table th:last-child {
	border-right: 1px solid #edeb20;
	width: 27%;
}
#onair .tblWrap table td {
	border: 1px solid #edeb20;
	background-color: #000;
	padding: 15px;
	font-weight: bold;
	color: #edeb20;
	font-size: 18px;
}
#onair .tblWrap table td:last-child { font-size: 16px; }
#onair .tblWrap > p {
	color: #edeb20;
	font-size: 15px;
}
#onair #onair-web table th:last-child {
	border-right: 1px solid #edeb20;
	width: auto !important;
}
br.pc { display: none; }
br.sp { display: block; }
#onair .tblWrap table a { color: #edeb20; }
#storyList {
	margin: 0px auto;
	width: 600px;
	position: relative;
	z-index: 500;
}
#storyList li {
	float: left;
	padding: 0px 0 35px;
	width: 290px;
}
#storyList li:nth-child(odd) { clear: both; }
#storyList li:nth-child(even) { float: right; }
#storyList li a {
	display: block;
	text-decoration: none;
}
#storyList li a img {
	display: block;
	margin-bottom: 15px;
	transition: all 0.6s ease;
	height: auto;
	width: 290px;
}
#storyList li a span {
	display: block;
	text-align: center;
	line-height: 26px;
	font-size: 20px;
	color: rgba(237,235,32,1);
}
#story article {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid rgba(237,235,32,1);
	border-radius: 10px;
	background: rgba(0,0,0,1) url(../images/introduction_head.png) no-repeat center top;
	position: relative;
	z-index: 500;
	color: rgba(237,235,32,1);
	padding: 96px 0px 0px;
}
#story .tblWrap {
	padding: 0 38px;
	margin-bottom: 50px;
}
#story .tblWrap > h3 {
	font-weight: bold;
	color: #000;
	font-size: 22px;
	background: #0debff;
	display: inline-block;
	padding: 0 8px;
	margin-bottom: 25px;
	line-height: 36px;
}
#story .tblWrap > p {
	color: #edeb20;
	font-size: 20px;
	line-height: 1.8em;
}
br.sp { display: block; }
br.pc { display: none; }
#story .tblWrap li {
	width: 410px;
	float: left;
}
#story .tblWrap p { margin-bottom: 1.0em; }
#story #mainImg { padding-top: 30px; }
#story #mainImg img {
	width: 504px;
	display: block;
}
#story #thumbImg { margin-bottom: 30px; }
#story #thumbImg li {
	width: 168px;
	float: left;
}
#story #thumbImg img {
	width: 168px;
	height: auto;
	display: block;
	transition: all 0.3s ease;
}
#story .epSub {
	border-top: 1px dotted #edeb20;
	padding: 30px 0;
}
#story .epSub:last-of-type { padding-bottom: 0; }
#story .epSub h4 {
	display: inline-block;
	height: 34px;
	border: 2px solid #edeb20;
	padding: 0 5px;
	font-weight: bold;
	color: #edeb20;
	margin-bottom: 20px;
	line-height: 34px;
}
#story .epSub p { line-height: 1.6em; }
#story .epSub p:last-of-type { margin-bottom: 0; }
#story #endImg {
	padding-top: 20px;
	height: auto;
}
#story #endImg img { max-width: 100%; }
#bddvdWrap {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 500;
}
#bddvdNav {
	width: 580px;
	margin: auto;
}
#bddvdNav li {
	height: 60px;
	width: 270px;
	border: 1px solid rgba(237,235,32,1);
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
#bddvdNav li a {
	display: block;
	height: 60px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	line-height: 60px;
}
#bddvdNav li:nth-child(2n + 1) { clear: both; }
#bddvdNav li:nth-child(even) { margin-right: 0; }
#bddvdWrap article {
	width: 580px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}
#bddvdWrap article h3 {
	padding: 13px 30px 13px 30px;
	background-color: rgba(237,235,32,1);
	color: #000;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
#bddvdWrap article h4 {
	font-size: 22px;
	line-height: 34px;
	color: rgba(237,235,32,1);
	padding-bottom: 26px;
	font-weight: 600;
	margin: 0 auto;
}
#bddvdWrap article .pk_img {
	height: 350px;
	width: 580px;
	background-position: center center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	margin-bottom: 30px;
}
#bddvdWrap article .pk_img span {
	font-size: 20px;
	line-height: 350px;
	color: rgba(255,255,255,1);
	background: rgba(153,153,153,1);
	text-align: center;
	height: 350px;
	width: 580px;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	position: absolute;
	top: 0;
	left: 0;
}
#bddvdWrap article .pk_img2 img {
	width: 580px;
	margin-bottom: 30px;
}
#bddvdWrap article p {
	font-size: 20px;
	line-height: 34px;
	color: rgba(237,235,32,1);
	padding-bottom: 26px;
	font-weight: 400;
	margin: 0 auto;
}
#bddvdWrap article p strong { font-size: 22px; }
.bddvd-spec {
	/*display: flex;*/
	font-size: 20px;
	line-height: 34px;
	color: rgba(237,235,32,1);
	padding-bottom: 26px;
	font-weight: 400;
}
.bddvd-spec .c1 {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.bddvd-spec .c1 >div { width: 40%; }
.bddvd-spec .c1 >div.clp { width: 100%; }
.bddvd-tk { display: flex; }
.bddvd-tk >div {
	width: 45%;
	margin-right: 10%;
}
.bddvd-tk >div:last-child { margin: 0; }
.bddvd-tk {
	display: flex;
	flex-wrap: wrap;
}
.bddvd-tk >div {
	width: 100%;
	margin: 0 0 1em 0;
}
.bddvd-tk ol.maru {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
.bddvd-tk ol.maru li {
	margin-bottom: 0.5em;
	padding-left: 1.9em;
	position: relative;
	font-size: 20px;
	line-height: 34px;
	color: rgba(237,235,32,1);
	font-weight: 400;
}
.bddvd-tk ol.maru li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	border: 1px solid rgba(237,235,32,1);
	color: rgba(237,235,32,1);
	display: block;
	float: left;
	line-height: 19px;
	margin-left: -1.9em;
	text-align: center;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	margin-top: 8px;
}
.bddvd-tk ol li {
	margin-bottom: 0.5em;
	padding-left: 1.9em;
	position: relative;
	font-size: 20px;
	line-height: 34px;
	color: rgba(237,235,32,1);
	font-weight: 400;
}
.entry-body {
	font-size: 20px;
	line-height: 34px;
	color: rgba(237,235,32,1);
	padding-bottom: 26px;
	font-weight: 400;
}
.ttl1 {
	border-bottom: rgba(237,235,32,1) solid 1px;
	margin-bottom: .5em !important;
	padding-bottom: 0 !important;
}
.entry-body .c_np {
	font-size: 17px;
	line-height: 350px;
	color: rgba(255,255,255,1);
	background: rgba(153,153,153,1);
	text-align: center;
	height: 350px;
	width: 580px;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	padding: 0;
	margin-top: 20px;
}
.entry-body small {
	font-size: 15px;
	display: block;
	line-height: 25px;
}
#c2 h3 { margin-bottom: 0 !important; }
#c2 dl {
	margin-top: 40px;
	border-bottom: 1px solid rgba(255,255,32,1);
}
#c2 dt {
	clear: both;
	font-size: 24px;
	line-height: 34px;
	color: rgba(237,235,32,1);
	padding-bottom: 26px;
	font-weight: bold;
}
#c2 dd {
	margin-bottom: 20px;
	width: 580px;
	position: relative;
}
#c2 dd p {
	font-size: 20px;
	line-height: 26px;
	color: rgba(237,235,32,1);
	padding-top: 40px;
	padding-bottom: 26px;
	font-weight: 400;
}
#c2 dd .tk_img {
	width: 580px;
	height: 350px;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
#c2 dd .tk_img span {
	display: block;
	font-size: 20px;
	line-height: 350px;
	color: rgba(255,255,255,1);
	text-align: center;
	width: 580px;
	height: 350px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(153,153,153,1);
}
#c2 .tk_img small {
	font-size: 15px;
	display: block;
	position: absolute;
	bottom: -35px;
	left: 0;
}
#c3 ul {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#c3 ul li {
	font-size: 20px;
	line-height: 26px;
	color: rgba(237,235,32,1);
	font-weight: 400;
	padding: 3px 0;
}
#c3 .daihon {
	padding-top: 20px;
	padding-bottom: 30px;
}
#c3 .daihon img {
	width: 580px;
	height: auto;
}
#special article.specialTbl {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid rgba(237,235,32,1);
	border-radius: 10px;
	background: rgba(0,0,0,1) url(../images/introduction_head.png) no-repeat center top;
	position: relative;
	z-index: 500;
	color: rgba(237,235,32,1);
	padding: 96px 0px 0px;
}
#special .tblWrap {
	padding: 0 38px;
	margin-bottom: 50px;
}
#special .tblWrap > h3 {
	font-weight: bold;
	color: #000;
	font-size: 22px;
	background: #0debff;
	display: inline-block;
	padding: 0 8px;
	margin-bottom: 25px;
	line-height: 36px;
}
#special .tblWrap > p {
	color: #edeb20;
	font-size: 20px;
	line-height: 1.8em;
}
#special .tblWrap li {
	width: 410px;
	float: left;
}
#special .tblWrap p { margin-bottom: 1.0em; }
.eventName {
	font-weight: bold;
	color: rgba(255,255,255,1);
}
#special .tblWrap > p span {
	color: #0debff;
	font-weight: bold;
	font-size: 20px;
}
#special .tblWrap > p a {
	color: #edeb20;
}

#eventBnr {
	height: 160px;
	width: 640px;
}
#eventBnr a {
	display: block;
	height: 160px;
	background: url(../images/sp_event_bnr.jpg) no-repeat center center / contain;
}