@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&subset=japanese');
::selection {
	background: #edeb20;
	color: #000;
}
::-moz-selection {
 background: #edeb20;
 color:#000;
}
html { /*overflow: hidden;*/ }
body {
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	background-color: #000;
}
a { color: #000; }
a:hover { text-decoration: none; }
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	max-height: 999999px;
}
.ah { transition: all 0.3s ease; }
.ah:hover { opacity: 0.7; }
@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 spin-r { from {
transform: rotate(0deg);
}
to { transform: rotate(360deg); }
}
@keyframes spin-l { from {
transform: rotate(360deg);
}
to { transform: rotate(0deg); }
}
@keyframes fuwa { 0% {
transform:translate(0, 0);
}
50% {
transform:translate(0, -35px);
}
100% {
transform:translate(0, 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 {
	min-width: 1200px;
	padding-top: 60px;
	overflow: hidden;
}
#index #fullWrap { display: none; }
header {
	height: 60px;
	width: 100%;
	position: fixed;
	z-index: 9999;
	left: 0px;
	top: 0px;
	min-width: 1200px;
	background: rgba(0,0,0,1);
}
header h1 {
	position: absolute;
	width: 120px;
	left: 0px;
	top: 0px;
	height: 60px;
}
header h1 a {
	background: url(../images/header_logo.png) no-repeat center center;
	display: block;
	height: 60px;
}
nav ul {
	display: table;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
}
nav li {
	display: table-cell;
	height: 60px;
}
#nav01 { width: 67px; }
#nav02 { width: 70px; }
#nav03 { width: 130px; }
#nav04 { width: 107px; }
#nav05 { width: 114px; }
#nav06 { width: 69px; }
#nav07 { width: 84px; }
#nav08 { width: 70px; }
#nav09 { width: 69px; }
#nav10 { width: 126px; }
#nav99 { width: 111px; }
nav li a {
	display: block;
	height: 60px;
	position: relative;
	background-repeat: none;
	background-position: center top;
}
/*nav li a:hover { animation: navOver 1.5s ease; }*/
nav li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center top;
	transition: all 1s ease;
	height: 0;
	backface-visibility: hidden;
}
nav li a:hover:before,
nav li a.active:before {
	transition: all .5s ease;
	height: 100%;
}
#nav01 a { background-image: url(../images/nav01.png); }
#nav02 a { background-image: url(../images/nav02.png); }
#nav03 a { background-image: url(../images/nav03.png); }
#nav04 a { background-image: url(../images/nav04.png); }
#nav05 a { background-image: url(../images/nav05.png); }
#nav06 a { background-image: url(../images/nav06.png); }
#nav07 a { background-image: url(../images/nav07.png); }
#nav08 a { background-image: url(../images/nav08.png); }
#nav09 a { background-image: url(../images/nav09.png); }
#nav10 a { background-image: url(../images/nav10.png); }
#nav99 a { background-image: url(../images/nav99.png); }
#nav01 a:before { background-image: url(../images/nav01_ov.png); }
#nav02 a:before { background-image: url(../images/nav02_ov.png); }
#nav03 a:before { background-image: url(../images/nav03_ov.png); }
#nav04 a:before { background-image: url(../images/nav04_ov.png); }
#nav05 a:before { background-image: url(../images/nav05_ov.png); }
#nav06 a:before { background-image: url(../images/nav06_ov.png); }
#nav07 a:before { background-image: url(../images/nav07_ov.png); }
#nav08 a:before { background-image: url(../images/nav08_ov.png); }
#nav09 a:before { background-image: url(../images/nav09_ov.png); }
#nav10 a:before { background-image: url(../images/nav10_ov.png); }
#nav99 a:before { background-image: url(../images/nav99_ov.png); }
#mainvs {
	margin-top: 108px;
	position: relative;
	height: 530px;
}
#mainvs:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -108px;
	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; }
#vsSlide {
	height: 490px;
	pointer-events: none;
	position: relative;
}
#vsSlide li {
	height: 490px;
	position: absolute;
	animation: mvBg 60s linear infinite;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	perspective: 500px;
}
#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) rotateY(30deg) scaleX(0.77);
 opacity:0;
}
 5% {
 transform:translateX(30px) rotateY(30deg) scaleX(0.77);
 opacity:1;
}
 100% {
 transform:translateX(0px) rotateY(30deg) scaleX(0.77);
 opacity:1;
}
}
.vsChara {
	height: 660px;
	width: 1200px;
	margin-left: -600px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
	transform: translateX(-100px);
	opacity: 0;
}
.vsName {
	height: 424px;
	width: 326px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	transform: translateX(200px);
	opacity: 0;
}
#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: 490px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#vsFront {
	height: 530px;
	width: 1200px;
	margin-left: -600px;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 5000;
}
#topLogo {
	background: url(../images/main_logo.png) no-repeat center center / contain;
	position: absolute;
	height: 105px;
	width: 252px;
	right: 35px;
	bottom: 149px;
}
/*#startDate {
	position: absolute;
	height: 53px;
	width: 226px;
	right: 48px;
	bottom: 68px;
	background: url(../images/startdate.png) no-repeat center center / contain;
}*/
#vsNav {
	display: table;
	width: 1200px;
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
#vsNav li {
	display: table-cell;
	width: 150px;
	height: 40px;
}
#vsNav li a {
	display: block;
	height: 40px;
	width: 150px;
	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:hover:before,
#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: 50%;
	top: 0px;
	right: 0px;
}
#vsBnrs li { 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;
}
#vsBnrs li a:hover:before {
	width: 91px;
	height: 119px;
	opacity: 0.5;
}
#catch {
	background: url(../images/catch.png);
	position: absolute;
	height: 131px;
	width: 412px;
	left: 0px;
	top: 337px;
}
#movArea {
	height: 865px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#movArea h2 {
	position: relative;
	z-index: 3;
	text-align: center;
	margin-top: 75px;
}
#movArea:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/mov_ptn_t.png), url(../images/mov_ptn_b.png), url(../images/mov_ptn.png);
	background-position: center top, center bottom, center center;
	background-repeat: no-repeat, no-repeat, repeat;
	z-index: 2;
}
#bgMovie {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#bgMovie video {
	height: 100%;
	width: 100%;
}
.movBox {
	width: 900px;
	height: 500px;
	position: relative;
	margin: 70px auto 0;
	z-index: 3;
}
.movBoxIn {
	width: 900px;
	height: 500px;
	position: relative;
	border: 1px solid #32e3e5;
	background: #000;
	z-index: 4;
}
.movBox:before {
	content: "";
	background: #32e3e5;
	width: 400px;
	height: 140px;
	position: absolute;
	top: -32px;
	right: -20px;
	z-index: 2;
}
.movBox:after {
	content: "";
	background: #32e3e5;
	width: 400px;
	height: 140px;
	position: absolute;
	bottom: -32px;
	left: -20px;
	z-index: 2;
}
.movBoxIn iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.movThumb {
	position: absolute;
	width: 900px;
	height: 500px;
	top: 0;
	left: 0;
	border: 1px solid #32e3e5;
	z-index: 4;
	cursor: pointer;
	background: #000;
}
.movThumb a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	position: relative;
}
.movThumb:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 5;
	transition: all 0.6s ease;
}
.movThumb:hover:before { background: none; }
#movBtn {
	position: absolute;
	width: 128px;
	height: 106px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 6;
	pointer-events: none;
	transition: all 0.6s ease-in-out;
	transform: rotateZ(0deg);
}
.movThumb:hover #movBtn,
#player:hover #movBtn { transform: rotateZ(360deg); }
#caststaff {
	padding: 140px 0;
	background: #32e3e5;
	position: relative;
}
#caststaff:before {
	content: "";
	position: absolute;
	background: url(../images/ptn_top_b.png) repeat-x;
	left: 0;
	right: 0;
	top: -26px;
	height: 26px;
	z-index: 3;
}
#caststaff:after {
	content: "";
	position: absolute;
	background: url(../images/ptn_under_b.png) repeat-x;
	left: 0;
	right: 0;
	bottom: -26px;
	height: 26px;
	z-index: 3;
}
.csCont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.csCont .csArea {
	width: 600px;
	position: relative;
}
.csCont .csArea h2 {
	text-align: center;
	margin-bottom: 40px;
}
.csCont dl {
	color: #000;
	font-size: 18px;
}
.csCont dt {
	display: inline-block;
	text-align: right;
	padding-right: 14px;
	width: 50%;
	position: relative;
	vertical-align: top;
}
.csCont dt:after {
	content: "";
	background: url(../images/cs_parts.png) no-repeat;
	width: 2px;
	height: 8px;
	position: absolute;
	right: -1px;
	top: 12px;
}
.csCont dd {
	display: inline-block;
	text-align: left;
	padding-left: 14px;
	margin-bottom: 26px;
	width: 49%;
}
.csCont dd span { font-size: 12px; }
#staff dl dt:first-child + dd span { margin-left: -5px; }
#staff dl .fou {
	font-size: 16px;
	letter-spacing: -0.9px;
}
#staff dl .mh { margin-top: 20px; }
#cast:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 10px;
	background: url(../images/partition_img.png) repeat-y;
	right: -5px;
}
#csBg01 { position: absolute; }
#csBg02 { position: absolute; }
.csWrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.csWrap:before {
	content: "";
	position: absolute;
	background: url(../images/bg_img02.png) no-repeat;
	width: 388px;
	height: 388px;
	right: -210px;
	top: -50px;
	animation: spin-r 7s linear infinite;
}
.csWrap:after {
	content: "";
	position: absolute;
	background: url(../images/bg_img01.png) no-repeat;
	width: 454px;
	height: 337px;
	left: -100px;
	bottom: -50px;
	animation: spin-l 10s linear infinite;
}
#shareArea {
	background: #edeb20;
	padding: 80px 0;
	position: relative;
}
.shareCont {
	width: 728px;
	height: 238px;
	margin: 0 auto;
	position: relative;
}
.shareCont:before {
	content: "";
	position: absolute;
	background: url(../images/bg_img03.png) no-repeat;
	width: 188px;
	height: 238px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.shareCont ul li:first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 106px;
}
.shareCont ul li:last-child {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 106px;
}
#shareArea h2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 340px;
	height: 26px;
	z-index: 2;
}
footer {
	background: #000;
	padding: 126px 0 50px;
	position: relative;
}
footer:before {
	content: "";
	position: absolute;
	background: url(../images/ptn_under_y.png) repeat-x;
	left: 0;
	right: 0;
	top: 0;
	height: 26px;
	z-index: 3;
}
footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	width: 1200px;
	margin: 0 auto 80px;
}
footer ul li { margin-left: 20px; }
footer ul li:first-child { margin-left: 0; }
footer #copyR {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
footer #pageTop {
	position: absolute;
	right: 40px;
	top: -100px;
	z-index: 5;
	animation: fuwa 3s ease-in-out infinite;
}
.linkRotation img {
	transition: all 0.6s ease-in-out;
	transform: rotateZ(0deg);
}
.linkRotation:hover img { transform: rotateZ(360deg); }
.flashImg { animation: flash 1s; }
#sub #mainvs { height: 260px; }
#sub #vsSlide { height: 220px; }
#sub #vsSlide li { height: 220px; }
#sub .vsChara {
	height: 220px;
	width: 1200px;
	margin-left: -600px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	background-position: center center;
	background-repeat: no-repeat;
}
#sub .vsinner,
#sub .vsName { height: 220px; }
#sub #vsFront { height: 260px; }
#sub #topLogo {
	height: 89px;
	width: 213px;
	right: 45px;
	bottom: 97px;
}
.subContent {
	min-height: 865px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding-bottom: 110px;
}
.subContent h2 {
	position: relative;
	z-index: 3;
	text-align: center;
	margin: 65px 0px 60px;
}
.subContent:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/mov_ptn_t.png), url(../images/mov_ptn_b.png), url(../images/mov_ptn.png);
	background-position: center top, center bottom, center center;
	background-repeat: no-repeat, no-repeat, repeat;
	z-index: 2;
}
.subContent:after {
	content: "";
	position: absolute;
	background: url(../images/ptn_top_y.png) repeat-x;
	left: 0;
	right: 0;
	bottom: 0;
	height: 26px;
	z-index: 3;
}
#introduction article {
	width: 920px;
	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 405px;
}
#introduction article:after {
	content: '';
	position: absolute;
	width: 780px;
	height: 291px;
	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: 16px;
	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: 73px;
	margin-top: 33px;
}
#comicList {
	width: 960px;
	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:hover img {
	transform: scale(1.03);
	traonsition: all 0.3s 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;
}
#playArea {
	margin: 0px auto;
	width: 940px;
	z-index: 500;
	position: relative;
}
#player {
	height: 518px;
	width: 920px;
	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: 920px;
	height: 518px;
}
#movName {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: rgba(237,235,32,1);
	text-align: center;
	padding: 22px 0px 40px;
	position: relative;
	z-index: 500;
}
#movName2 {
	font-size: 16px;
	line-height: 38px;
	font-weight: 600;
	color: rgba(237,235,32,1);
	text-align: center;
	padding: 22px 0px 40px;
	position: relative;
	z-index: 500;
}
#playArea ul li {
	height: 141px;
	width: 235px;
	padding: 0px 10px 20px;
	float: left;
}
#playArea ul li a {
	display: block;
	height: 121px;
	width: 215px;
	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: -26px;
	font-size: 14px;
	color: rgba(237,235,32,1);
	transition: bottom 0.3s ease;
	min-width: 100%;
	padding: 0 10px;
	pointer-events: none;
}
#playArea ul li a:hover span { bottom: 0; }
#playArea ul li a.active {
	border: 2px solid rgba(237,235,32,1);
	width: 219px;
	height: 125px;
	margin-left: -2px;
	margin-top: -2px;
}
#specialList {
	margin: 0px auto;
	width: 960px;
	position: relative;
	z-index: 500;
}
#specialList li {
	float: left;
	padding: 0px 20px 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:hover img {
	transform: scale(1.05);
	transition: all 0.3s ease;
}
#specialList li a span {
	display: block;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	color: rgba(237,235,32,1);
}
#specialevent p {
	position: relative;
    padding: 16px 35px 16px 35px;
    color: #363636;
    background-color: rgba(237,235,32,1);
    font-size: 18px;
    min-height: 60px;
    font-weight: 600;
    text-align: center;
}
#newsList {
	margin: 0px auto;
	width: 1200px;
	position: relative;
	z-index: 500;
}
#newsList li {
	height: 60px;
	margin-bottom: 5px;
}
#newsList li a {
	background: rgba(54,54,54,1);
	display: block;
	position: relative;
	height: 60px;
	text-decoration: none;
	overflow: hidden;
}
#newsList li a time {
	font-size: 16px;
	line-height: 60px;
	color: rgba(237,235,32,1);
	height: 60px;
	width: 216px;
	display: block;
	text-align: center;
	position: relative;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	z-index: 10;
}
#newsList li a time:before {
	content: '';
	position: absolute;
	left: 198px;
	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 {
	position: absolute;
	display: block;
	left: 247px;
	top: 50%;
	right: 40px;
	line-height: 24px;
	font-size: 16px;
	color: rgba(237,235,32,1);
	transform: translateY(-50%);
	z-index: 10;
	transition: all 0.5s ease;
}
#newsList li a:before,
#newsList li a:after {
	content: '';
	position: absolute;
	transform: skew(45deg);
	opacity: 0.7;
	width: 1322px;
	height: 60px;
	top: 0;
	bottom: 0;
	background-color: rgba(237,235,32,0.3);
	transition: all 0.6s ease;
}
#newsList li a:before { left: -1353px; }
#newsList li a:after { left: 1231px; }
#newsList li a:hover time,
#newsList li a:hover span { color: rgba(54,54,54,1); }
#newsList li a:hover time:before { border-color: transparent transparent transparent #363636; }
#newsList li a:hover:before,
#newsList li a:hover:after {
	left: -31px;
	transition: all 0.3s ease;
	background-color: rgba(237,235,32,1);
}
#btList {
	margin: 0px auto;
	height: 40px;
	width: 137px;
	padding-top: 50px;
	padding-bottom: 30px;
}
#btList a {
	border: 3px solid rgba(237,235,32,1);
	display: block;
	height: 40px;
	line-height: 34px;
	text-decoration: none;
	background-color: #363636;
	font-size: 16px;
	text-align: center;
	color: rgba(237,235,32,1);
	transition: all 0.3s ease;
	letter-spacing: 0.1em;
}
#btList a:hover {
	background-color: rgba(237,235,32,1);
	color: #363636;
}
.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: 34px;
	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,
.wp-pagenavi a:hover {
	color: #363636;
	background: rgba(237,235,32,1);
}
#news article {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 500;
}
#news article h3 {
	position: relative;
	padding: 16px 40px 16px 247px;
	color: #363636;
	background-color: rgba(237,235,32,1);
	font-size: 17px;
	min-height: 60px;
	font-weight: 600;
}
#news article h3 time {
	font-size: 16px;
	line-height: 60px;
	color: #363636;
	height: 60px;
	width: 216px;
	display: block;
	text-align: center;
	position: relative;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
}
#news article h3 time:before {
	content: '';
	position: absolute;
	left: 198px;
	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 #363636;
}
#newsDetail {
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 247px;
}
#newsDetail p {
	font-size: 16px;
	line-height: 34px;
	color: rgba(237,235,32,1);
	padding-bottom: 26px;
	font-weight: 400;
}
#newsDetail img {
	max-width: 100%;
	height: auto;
}
#characterList {
	width: 1200px;
	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;
}
#characterList li a:hover img {
	transition: all 0.3s ease;
	transform: scale(1.05);
	z-index: 30;
}
#subCharacterList {
	display: table;
	margin: 0px auto;
	padding-top: 42px;
	position: relative;
	z-index: 500;
}
#subCharacterList li a {
	display: block;
	perspective: 500px;
	transition: all 0.6s ease;
}
#subCharacterList li a:hover {
	transition: all 0.3s ease;
	transform: scale(1.05);
}
#subCharacterList li a img { display: block; }
#subCharacterList li a:hover img { animation: characterRotate 1s linear infinite; }
.characterModal {
	background: rgba(0,0,0,.8);
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	z-index: 12000;
	display: none;
}
.characterIn {
	min-height: 620px;
	min-width: 1200px;
	position: absolute;
	width: 100%;
	height: 100%;
}
.characterIn:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 50%;
	background-position: center center;
}
#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 {
	position: absolute;
	height: 190px;
	width: 482px;
	right: 50%;
	bottom: 50%;
}
#character3 *,
#character4 *,
#character5 *,
#character7 * { color: #FFF; }
.characterLt h3 { padding-bottom: 13px; }
.cv {
	background: url(../images/icon_cv.png) no-repeat left top;
	height: 40px;
	margin-left: 24px;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0.2em;
	padding-left: 55px;
}
.cv a {
	display: inline-block;
	height: 29px;
	width: 138px;
	margin-left: 15px;
	background: url(../images/btn_comment.png) no-repeat center center;
	vertical-align: middle;
	transition: all 0.3s ease;
}
.cv a:hover { border: 2px solid #000; }
.characterBs {
	line-height: 24px;
	margin-left: 35px;
	font-size: 14px;
	padding-top: 18px;
}
.characterLb {
	width: 450px;
	margin-top: 42px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 14px;
	line-height: 28px;
	color: rgba(0,0,0,1);
}
.characterLb * { float: left; }
.characterLb dt {
	clear: both;
	margin-right: 1em;
}
.characterRb {
	margin-left: 167px;
	padding-top: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 420px;
	line-height: 28px;
	color: rgba(0,0,0,1);
}
.characterMainimg {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	pointer-events: none;
}
#character1 .characterMainimg { background-image: url(../images/character01_mainimg.png); }
#character2 .characterMainimg { background-image: url(../images/character02_mainimg.png); }
#character3 .characterMainimg { background-image: url(../images/character03_mainimg.png); }
#character4 .characterMainimg { background-image: url(../images/character04_mainimg.png); }
#character5 .characterMainimg { background-image: url(../images/character05_mainimg.png); }
#character6 .characterMainimg { background-image: url(../images/character06_mainimg.png); }
#character7 .characterMainimg { background-image: url(../images/character07_mainimg.png); }
#character8 .characterMainimg { background-image: url(../images/character08_mainimg.png); }
#character11 .characterMainimg { background-image: url(../images/character11_mainimg.png); }
.characterNav {
	height: 30px;
	margin-top: -15px;
	position: absolute;
	left: 34px;
	top: 50%;
	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; }
.prev a:hover,
.next a:hover { transform: scale(1.3); }
.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;
}
.characterClose a:hover,
.commentClose a:hover,
.visualClose a:hover { transform: scale(1.05); }
.characterComment {
	content: '';
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	display: none;
}
.characterCommentin {
	padding: 30px;
	width: 800px;
	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: 30px;
	font-size: 16px;
	color: rgba(235,233,37,1) !important;
}
.characterCommentin p strong { color: rgba(235,233,37,1) !important; }
#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;
}
#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; }
}
#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 bottom;
	background-size: cover;
	opacity: 0;
}
#firstVisual.on { animation: keySlide 6s ease forwards; }
#op {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 19998;
	overflow: hidden;
	min-width: 1200px;
	min-height: 620px;
}
/*#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;
	margin-bottom: 2px;
	vertical-align: text-bottom;
	transition: all 0.3s ease;
	backgound-color: #000;
}
#staff dl dd a img {
	transition: all 0.3s ease;
	display: block;
}
#staff dl dd a:hover img { opacity: 0.8; }
#product article {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 500;
}
#product article h3 {
	position: relative;
	padding: 16px 35px 16px 35px;
	color: #363636;
	background-color: rgba(237,235,32,1);
	font-size: 18px;
	min-height: 60px;
	font-weight: 600;
	text-align: center;
}
#product #newsDetail {
	padding-right: 20px;
	padding-left: 20px;
}
#product #newsDetail p {
	font-size: 17px;
	line-height: 34px;
	color: rgba(237,235,32,1);
	padding-bottom: 26px;
	font-weight: 400;
	margin: 0 auto;
}
#product #newsDetail .np {
	font-size: 17px;
	line-height: 450px;
	color: rgba(255,255,255,1);
	background: rgba(153,153,153,1);
	text-align: center;
	height: 450px;
	width: 450px;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	margin: 0 auto 100px;
	padding: 0;
	margin-top: 40px;
}
#product #newsDetail strong { font-size: 19px; }
#product #newsDetail dl { padding-bottom: 40px; }
#product #newsDetail dt { }
#product #newsDetail dd {
	margin-top: 15px;
	line-height: 26px;
	color: rgba(237,235,32,1);
}
#product #newsDetail a { color: #edeb20; }
.proWrap {
	width: 48%;
	float: left;
	margin: 0 1%;
}
/*--------[[ONA AIR]]--------*/

#onair article {
	width: 920px;
	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: 90px 0 0;
}
#onair .tblWrap {
	padding: 0 38px;
	margin-bottom: 50px;
}
#onair .tblWrap > h3 {
	font-weight: bold;
	color: #000;
	font-size: 18px;
	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: 16px;
}
#onair .tblWrap table th:first-child { border-left: 1px solid #edeb20; }
#onair .tblWrap table th:last-child {
	border-right: 1px solid #edeb20;
	width: 40%;
}
#onair .tblWrap table td {
	border: 1px solid #edeb20;
	background-color: #000;
	padding: 15px;
	font-weight: bold;
	color: #edeb20;
	font-size: 16px;
}
#onair .tblWrap > p {
	color: #edeb20;
	font-size: 13px;
}
br.pc { display: block; }
br.sp { display: none; }
#onair .tblWrap table a { color: #edeb20; }
#storyList {
	margin: 0px auto;
	width: 960px;
	position: relative;
	z-index: 500;
}
#storyList li {
	float: left;
	padding: 0px 20px 35px;
}
#storyList li:nth-child(odd) { clear: both; }
#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: 440px;
}
#storyList li a:hover img {
	transform: scale(1.05);
	transition: all 0.3s ease;
}
#storyList li a span {
	display: block;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	color: rgba(237,235,32,1);
}
#story article {
	width: 920px;
	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: 90px 0 0;
}
#story .tblWrap {
	padding: 0 38px;
	margin-bottom: 50px;
}
#story .tblWrap > h3 {
	font-weight: bold;
	color: #000;
	font-size: 18px;
	background: #0debff;
	display: inline-block;
	padding: 0 8px;
	margin-bottom: 20px;
}
#story .tblWrap table {
	width: 100%;
	margin-bottom: 20px;
}
#story .tblWrap table th {
	border-right: 1px solid #000;
	background-color: #edeb20;
	padding: 15px;
	font-weight: bold;
	color: #000;
	font-size: 16px;
}
#story .tblWrap table th:first-child { border-left: 1px solid #edeb20; }
#story .tblWrap table th:last-child {
	border-right: 1px solid #edeb20;
	width: 40%;
}
#story .tblWrap table td {
	border: 1px solid #edeb20;
	background-color: #000;
	padding: 15px;
	font-weight: bold;
	color: #edeb20;
	font-size: 16px;
}
#story .tblWrap > p {
	color: #edeb20;
	font-size: 15px;
	line-height: 1.6em;
}
br.pc { display: block; }
br.sp { display: none; }
#story .tblWrap table a { color: #edeb20; }
#story .tblWrap li {
	width: 410px;
	float: left;
}
#story .tblWrap p { margin-bottom: 1.0em; }
#story #mainImg { padding-top: 30px; }
#story #mainImg img {
	width: 840px;
	display: block;
}
#story #thumbImg {
	display: flex;
	margin-bottom: 30px;
}
#story #thumbImg li { width: 145px; }
#story #thumbImg img {
	width: 140px;
	height: auto;
	display: block;
	transition: all 0.3s ease;
}
#story #thumbImg a:hover img { opacity: 0.8; }
#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: 26px;
	border: 2px solid #edeb20;
	padding: 0 5px;
	font-weight: bold;
	color: #edeb20;
	margin-bottom: 20px;
}
#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: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 500;
}
#bddvdNav {
	width: 880px;
	margin: auto;
}
#bddvdNav li {
	height: 60px;
	width: 145px;
	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: 18px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	line-height: 60px;
	transition: all .3s ease;
}
#bddvdNav li a:hover {
	background: rgba(237,235,32,1);
	color: #363636;
}
#bddvdNav li:nth-child(1) { margin-left: 120px; }
#bddvdNav li:nth-child(4),
#bddvdNav li:nth-child(7) { margin-right: 0; }
#bddvdNav li:nth-child(5) { clear: both; }
#bddvdNav li:nth-child(5),
#bddvdNav li:nth-child(6),
#bddvdNav li:nth-child(7) { width: 280px; }
#bddvdWrap article {
	width: 880px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}
#bddvdWrap article h3 {
	padding: 16px 40px 16px 40px;
	color: #363636;
	background-color: rgba(237,235,32,1);
	font-size: 18px;
	min-height: 60px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
#bddvdWrap article h4 {
	font-size: 19px;
	line-height: 34px;
	color: rgba(237,235,32,1);
	padding-bottom: 26px;
	font-weight: 600;
	margin: 0 auto;
}
#bddvdWrap article .pk_img {
	height: 450px;
	width: 880px;
	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: 17px;
	line-height: 450px;
	color: rgba(255,255,255,1);
	background: rgba(153,153,153,1);
	text-align: center;
	height: 450px;
	width: 880px;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	position: absolute;
	top: 0;
	left: 0;
}
#bddvdWrap article .pk_img2 {
	height: 450px;
	width: 880px;
	margin-bottom: 30px;
}
#bddvdWrap article p {
	font-size: 17px;
	line-height: 34px;
	color: rgba(237,235,32,1);
	padding-bottom: 26px;
	font-weight: 400;
	margin: 0 auto;
}
#bddvdWrap article p strong { font-size: 19px; }
.bddvd-spec {
	display: flex;
	font-size: 17px;
	line-height: 34px;
	color: rgba(237,235,32,1);
	padding-bottom: 26px;
	font-weight: 400;
}
.bddvd-spec .c1 {
	width: 33%;
	display: flex;
	flex-wrap: wrap;
}
.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: 17px;
	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: 17px;
	line-height: 34px;
	color: rgba(237,235,32,1);
	font-weight: 400;
}
.entry-body {
	font-size: 17px;
	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: 450px;
	color: rgba(255,255,255,1);
	background: rgba(153,153,153,1);
	text-align: center;
	height: 450px;
	width: 880px;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	padding: 0;
	margin-top: 20px;
}
.entry-body small {
	font-size: 10px;
	display: block;
}
#c2 h3 { margin-bottom: 0 !important; }
#c2 dl {
	margin-top: 30px;
	border-bottom: 1px solid rgba(255,255,32,1);
}
#c2 dl:last-child dd { margin-bottom: 0; }
#c2 dl.single {
	width: 400px;
	float: left;
}
#c2 dl.single:nth-child(odd) { margin-right: 40px; }
#c2 dl.single:nth-child(even) { margin-left: 40px; }
#c2 dt {
	clear: both;
	font-size: 20px;
	line-height: 34px;
	color: rgba(237,235,32,1);
	padding-bottom: 26px;
	font-weight: 600;
}
#c2 dd {
	margin: 25px 0;
	float: left;
	width: 400px;
	position: relative;
}
#c2 dd:nth-child(even) { margin-right: 40px; }
#c2 dd:nth-child(odd) { margin-left: 40px; }
#c2 dd p {
	font-size: 17px;
	line-height: 26px;
	color: rgba(237,235,32,1);
	padding-top: 30px;
	padding-bottom: 26px;
	font-weight: 400;
}
#c2 dd .tk_img {
	width: 400px;
	height: 280px;
	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: 17px;
	line-height: 280px;
	color: rgba(255,255,255,1);
	text-align: center;
	width: 400px;
	height: 280px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(153,153,153,1);
}
#c2 .tk_img small {
	font-size: 10px;
	display: block;
	position: absolute;
	bottom: -27px;
	left: 0;
}
#c3 ul {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#c3 ul li {
	font-size: 17px;
	line-height: 26px;
	color: rgba(237,235,32,1);
	font-weight: 400;
	padding: 3px 0;
}
#c3 .daihon { padding-top: 20px; }
#c3 .daihon img {
	width: 880px;
	height: auto;
}
#special article.specialTbl {
	width: 920px;
	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: 90px 0 0;
}
#special .tblWrap {
	padding: 0 38px;
	margin-bottom: 50px;
}
#special .tblWrap > h3 {
	font-weight: bold;
	color: #000;
	font-size: 18px;
	background: #0debff;
	display: inline-block;
	padding: 0 8px;
	margin-bottom: 20px;
}
#special .tblWrap table {
	width: 100%;
	margin-bottom: 20px;
}
#special .tblWrap table th {
	border-right: 1px solid #000;
	background-color: #edeb20;
	padding: 15px;
	font-weight: bold;
	color: #000;
	font-size: 16px;
}
#special .tblWrap table th:first-child { border-left: 1px solid #edeb20; }
#special .tblWrap table th:last-child {
	border-right: 1px solid #edeb20;
	width: 40%;
}
#special .tblWrap table td {
	border: 1px solid #edeb20;
	background-color: #000;
	padding: 15px;
	font-weight: bold;
	color: #edeb20;
	font-size: 16px;
}
#special .tblWrap > p {
	color: #edeb20;
	font-size: 15px;
	line-height: 33px;
}
#special .tblWrap > p span {
	color: #0debff;
	font-weight: bold;
	font-size: 16px;
}
#special .tblWrap > p a {
	color: #edeb20;
}

#eventBnr {
	position: absolute;
	height: 53px;
	width: 226px;
	right: 48px;
	bottom: 68px;
}
#eventBnr a {
	display: block;
	height: 53px;
	background: url(../images/pc_event_bnr.jpg) no-repeat center center / contain;
	transition: all .3s ease;
}
#eventBnr a:hover { opacity: .7; }