@charset "utf-8";
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
html {
	overflow: hidden;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-size: 14px;
	min-width: 1200px;
	overflow: hidden;
}
.ah {
	transition: all .4s ease;
}
.ah:hover {
	opacity: .7;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.min {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.comW {
	width: 1086px;
	margin: 0 auto;
}
a.cLink01:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(left, #914cef 0%, #5c8be1 100%);
	background-image: linear-gradient(to right, #914cef 0%, #5c8be1 100%);
	z-index: 1;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
a.cLink01.back:before {
	transform-origin: left top;
}
a.cLink01:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
a.cLink01.back:hover:before {
	transform-origin: right top;
}
a.cLink01 > span {
	position: absolute;
	z-index: 2;
}
body#index #loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #000;
	z-index: 150000;
	transition: .8s cubic-bezier(0.02, 0.88, 0.58, 1);
	overflow: hidden;
}
body#index #loading.active {
	height: 0;
}
.opLogo {
	position: absolute;
	width: 561px;
	height: 157px;
	margin: auto;
	right: 0;
	left: 0;
	top: 17%;
	z-index: 6;
	background: url(../images/main_logo.png) no-repeat center;
	transform: scale(1.3);
	transition: .8s cubic-bezier(0.02, 0.88, 0.58, 1);
}
.opLogo.active {
	transform: scale(1);
}
/*.opLogo.on{
    opacity: 0;
}*/

/* ▼HEADER▼ --------------------------------- 
-------------------------------------------------*/

header {
	width: 100%;
	height: 72px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
body#index header {
	top: -72px;
	transition: .6s cubic-bezier(0.02, 0.88, 0.58, 1);
}
body#index header.active {
	top: 0;
}
header:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/ptn_head.jpg) repeat;
	top: 0;
	left: 0;
	z-index: 1;
}
#headIn {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	position: relative;
	z-index: 2;
}
#headIn nav ul {
	position: absolute;
	height: 100%;
	right: 20px;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#headIn nav ul li {
	height: 100%;
}
#headIn nav ul li a {
	display: block;
	height: 100%;
	position: relative;
}
/*--navigationBg--*/
#headIn nav ul li.nav01 a {
	background: url(../images/nav/pcnav_01.png) no-repeat center center;
	width: 67px;
}
#headIn nav ul li.nav02 a {
	background: url(../images/nav/pcnav_02.png) no-repeat center center;
	width: 71px;
}
#headIn nav ul li.nav03 a {
	background: url(../images/nav/pcnav_03.png) no-repeat center center;
	width: 65px;
}
#headIn nav ul li.nav04 a {
	background: url(../images/nav/pcnav_04.png) no-repeat center center;
	width: 105px;
}
#headIn nav ul li.nav05 a {
	background: url(../images/nav/pcnav_05.png) no-repeat center center;
	width: 122px;
}
#headIn nav ul li.nav06 a {
	background: url(../images/nav/pcnav_06.png) no-repeat center center;
	width: 73px;
}
#headIn nav ul li.nav07 a {
	background: url(../images/nav/pcnav_07.png) no-repeat center center;
	width: 74px;
}
#headIn nav ul li.nav08 a {
	background: url(../images/nav/pcnav_08.png) no-repeat center center;
	width: 80px;
}
#headIn nav ul li.nav09 a {
	background: url(../images/nav/pcnav_09.png) no-repeat center center;
	width: 151px;
}
#headIn nav ul li.nav99 a {
	background: url(../images/nav/pcnav_99.png) no-repeat center center;
	width: 76px;
}
#headIn nav ul li.nav00 a {
	background: url(../images/nav/pcnav_00.png) no-repeat center center;
	width: 52px;
}
/*--navigationBg--*/
#headIn nav ul li a:before {
	content: "";
	position: absolute;
	width: calc(100% - 20px);
	height: 3px;
	background-image: -webkit-linear-gradient(left, #914cef 0%, #5c8be1 100%);
	background-image: linear-gradient(to right, #914cef 0%, #5c8be1 100%);
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
#headIn nav ul li a:hover:before, #headIn nav ul li a.active:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
#headIn > h1 a {
	display: block;
	position: absolute;
	background: url(../images/main_logo.png) no-repeat 0 0 / 100%;
	width: 151px;
	height: 42px;
	top: 50%;
	left: 38px;
	transform: translateY(-50%);
}
/* ▼INDEX▼ --------------------------------- 
-------------------------------------------------*/

body#index main {
	position: relative;
	z-index: 5;
}
body#index main > h1 {
	position: absolute;
	width: 603px;
	height: 191px;
	z-index: 3;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 220px;
}
body#index main > h1 > span {
	display: block;
	background: url(../images/main_logo_r.png) no-repeat 0 0 / 100%;
	width: 603px;
	height: 191px;
	z-index: 1;
	opacity: 0;
	transition: .1s ease;
}
body#index main > h1:before {
	content: "";
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 2;
}
body#index main > h1.tOn > span {
	opacity: 1;
}
body#index main > h1.active:before {
	animation: flushHorizontal .6s cubic-bezier(0.02, 0.88, 0.58, 1);
}
body#index main > h1.active > span {
	animation: flash .4s forwards;
	animation-delay: .3s;
}
@keyframes flushHorizontal {
0% {
 left:0;
 right:100%;
}
45% {
 left:0;
 right:0;
}
55% {
 left:0;
 right:0;
}
100% {
 left:100%;
 right:0;
}
}
@keyframes flash {
0% {
opacity:0;
}
10% {
opacity:1;
}
13% {
opacity:0;
}
15% {
opacity:1;
}
20% {
opacity:0;
}
25% {
opacity:1;
}
30% {
opacity:0;
}
40% {
opacity:1;
}
50% {
opacity:0;
}
60% {
opacity:1;
}
70% {
opacity:0;
}
80% {
opacity:1;
}
90% {
opacity:0;
}
100% {
opacity:1;
}
}
.space {
	display: block;
	position: absolute;
	width: 100%;
	height: 39%;
	bottom: 0;
	left: 0;
	z-index: 2;
}
#mainVs {
	background: url(../images/main_vs_r.jpg) no-repeat 0 0 / 100%;
	width: 100%;
	height: auto;
	padding-top: 126.8%;
	position: relative;
	z-index: 1;
}
body#index .startDate {
	background: url(../images/start_onair.png) no-repeat 0 0 / 100%;
	width: 645px;
	height: 107px;
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
	bottom: 70px;
	z-index: 3;
	opacity: 0;
}
body#index .startDate.active {
	opacity: 1;
}
.mainCatch {
	background: url(../images/main_catch_r.png) no-repeat center top / contain;
	width: 4%;
	position: absolute;
	left: 50%;
	top: 10%;
	bottom:0;
	z-index: 3;
	opacity: 0;
	transition: .4s cubic-bezier(0.02, 0.88, 0.58, 1);
	transform: translate(-50%, 30px);
}
.mainCatch.tOn {
	opacity: 1;
	transform: translate(-50%,0);
}
.mainCatch.active {
	opacity: 1;
	transform: translate(-50%,0);
}
.topics {
	position: absolute;
	bottom: 20px;
	height: 22px;
	width: 70%;
	min-width: 832px;
	max-width: 1200px;
	background: #000;
	margin: 0 auto;
	right: 0;
	left: 0;
	z-index: 4;
	opacity: 0;
}
.topics.active {
	opacity: 1;
}
.topics > h2 {
	background: url(../images/topics_head.png) no-repeat 0 0 / 100%;
	width: 68px;
	height: 14px;
	position: absolute;
	top: 4px;
	left: 4px;
}
.moreN a {
	background: url(../images/topics_more.png) no-repeat 0 0 / 100%;
	width: 102px;
	height: 14px;
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 2;
}
.topics ul {
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding-left: 84px;
	padding-right: 120px;
}
.topics ul li {
	height: 100%;
	width: 100%;
	background: #000;
	line-height: 22px;
}
.topics ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	display: block;
	width: 100%;
	height: 100%;
	transition: .3s ease;
}
.topics ul li a:hover {
	color: #b55cad;
}
.topics ul li a .newsDate {
	color: #b55cad;
	margin-right: 8px;
}
.movBtn {
	width: 257px;
	height: 259px;
	background: url(../images/pc_mvthumb_r.png) no-repeat 0 0 / 100%;
	position: absolute;
	z-index: 3;
	right: -43px;
	bottom: -33px;
	opacity: 0;
}
.movBtn.active {
	opacity: 1;
}
.movBtn a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
}
.mask {
	position: absolute;
	width: 251px;
	height: 253px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
.maskImg {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-clip-path: url(#svgPath);
	clip-path: url(#svgPath);
	background-repeat: no-repeat;
	background-size: 227%;
	background-position: center;
	position: relative;
	overflow: hidden;
	transition: .6s ease;
}
.movBtn:hover .maskImg {
	background-size: 300%;
}
.maskImg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	top: 0;
	left: 0;
}
.playBtn {
	width: 66px;
	height: 66px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
}
.playBtn:after {
	content: "";
	position: absolute;
	width: 62px;
	height: 62px;
	border-radius: 31px;
	border: 1px solid #464646;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}
.playBtn:before {
	content: "";
	position: absolute;
	z-index: 1;
	background: url(../images/icon_arrow.svg) no-repeat;
	width: 12px;
	height: 13px;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 5px;
}
.playBtn > span {
	display: block;
	position: absolute;
	background: url(../images/txt_playmov.png) no-repeat 0 0 / 100%;
	width: 67px;
	height: 13px;
	bottom: -23px;
	left: 0;
	right: 0;
	margin: auto;
}
.playBtn svg {
	transform: rotate(-90deg);
	position: relative;
	z-index: 2;
}
.playBtn svg circle {
	fill: transparent;
	stroke: #fff;
	stroke-width: 2;
	animation: circle-out .8s forwards;
}
.movBtn:hover .playBtn svg circle {
	animation: circle .8s forwards;
}
@keyframes circle {
 0% {
stroke-dasharray: 0 201;
} /*-- 円の直径(64)x3.14 --*/
 100% {
stroke-dasharray: 201 201;
}
}
@keyframes circle-out {
 0% {
stroke-dasharray: 201 201;
} /*-- 円の直径(64)x3.14 --*/
 100% {
stroke-dasharray: 0 201;
}
}
.underCont {
	min-width: 1200px;
}
.twoWrap {
	position: relative;
	padding-bottom: 190px;
	z-index: 4;
}
.twoWrap:after {
	content: "";
	position: absolute;
	background: url(../images/evollove.png) no-repeat 0 0 / 100%;
	width: 1200px;
	height: 130px;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: .4;
}
.twoWrapBgArea {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
.twoWrapBg {
	background-image: url(../images/vs_bg.jpg);
	top: -100px;
}
.bgFix {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#t_movie {
	position: relative;
	padding-top: 80px;
	margin-bottom: 100px;
	z-index: 2;
}
#t_movie:after {
	content: "";
	background: #000;
	width: 100%;
	height: calc(100% + 150px);
	position: absolute;
	transform: skewY(8deg);
	top: -160px;
	z-index: 1;
}
h2.contHead {
	width: 87px;
	padding-top: 92px;
	position: absolute;
}
h2.contHead:before {
	content: "";
	background: url(../images/evollove_s.png) no-repeat 0 0 / 100%;
	position: absolute;
	width: 87px;
	height: 71px;
	top: 0;
	left: 3px;
	z-index: 1;
}
h2.contHead:after {
	content: "";
	position: absolute;
	top: 71px;
	z-index: 1;
}
h2.contHead > span {
	display: block;
	position: relative;
	z-index: 2;
}
/*------[[ CONTENTS_HEADER_BG ]]------*/
h2.contHead.pv01 {
	top: 0;
	left: 0;
}
h2.contHead.pv01 > span {
	background: url(../images/txt_pv03.svg) no-repeat 0 0 / 100%;
	width: 90px;
	height: 202px;
}
h2.contHead.pv01:after {
	background: url(../images/bg_st_pv01.png) no-repeat 0 0 / 100%;
	width: 37px;
	height: 199px;
	left: 2px;
}
h2.contHead.teaser {
	top: -92px;
	right: 0;
}
h2.contHead.teaser > span {
	background: url(../images/txt_pv02.svg) no-repeat 0 0 / 100%;
	width: 91px;
	height: 204px;
}
h2.contHead.teaser:after {
	background: url(../images/bg_st_pv01.png) no-repeat 0 0 / 100%;
	width: 37px;
	height: 199px;
	left: 2px;
}
h2.contHead.pv02 {
	top: -92px;
	left: 150px;
}
h2.contHead.pv02 > span {
	background: url(../images/txt_pv01.svg) no-repeat 0 0 / 100%;
	width: 91px;
	height: 201px;
}
h2.contHead.pv02:after {
	background: url(../images/bg_st_pv01.png) no-repeat 0 0 / 100%;
	width: 37px;
	height: 199px;
	left: 2px;
}
h2.contHead.episodes {
	top: 4px;
	left: 0;
}
h2.contHead.episodes > span {
	background: url(../images/txt_episodes.svg) no-repeat 0 0 / 100%;
	width: 91px;
	height: 389px;
}
h2.contHead.episodes:after {
	background: url(../images/bg_st_episodes.png) no-repeat 0 0 / 100%;
	width: 37px;
	height: 401px;
	left: 2px;
}
h2.contHead.story {
	top: 4px;
	left: 0;
}
h2.contHead.story > span {
	background: url(../images/txt_story.svg) no-repeat 0 0 / 100%;
	width: 91px;
	height: 255px;
}
h2.contHead.story:after {
	background: url(../images/bg_st_story.png) no-repeat 0 0 / 100%;
	width: 37px;
	height: 253px;
	left: 2px;
}
h2.contHead.staff {
	top: 80px;
	left: 0;
}
h2.contHead.staff > span {
	background: url(../images/txt_staff.svg) no-repeat 0 0 / 100%;
	width: 91px;
	height: 243px;
}
h2.contHead.staff:after {
	background: url(../images/bg_st_staff.png) no-repeat 0 0 / 100%;
	width: 37px;
	height: 236px;
	left: 2px;
}
h2.contHead.cast {
	top: 54px;
	right: 0;
}
h2.contHead.cast > span {
	background: url(../images/txt_cast.svg) no-repeat 0 0 / 100%;
	width: 91px;
	height: 199px;
}
h2.contHead.cast:after {
	background: url(../images/bg_st_cast.png) no-repeat 0 0 / 100%;
	width: 37px;
	height: 198px;
	left: 2px;
}
h2.contHead.sNews {
	top: 260px;
	left: 0;
}
h2.contHead.sNews > span {
	background: url(../images/txt_news.svg) no-repeat 0 0 / 100%;
	width: 89px;
	height: 227px;
}
h2.contHead.sNews:after {
	background: url(../images/bg_st_news.png) no-repeat 0 0 / 100%;
	width: 37px;
	height: 233px;
	left: 2px;
}
h2.contHead.sEvent {
	top: 260px;
	left: 0;
}
h2.contHead.sEvent > span {
	background: url(../images/txt_event.svg) no-repeat 0 0 / 100%;
	width: 86px;
	height: 245px;
	left: 2px;
}
h2.contHead.sEvent:after {
	background: url(../images/bg_st_event.png) no-repeat 0 0 / 100%;
	width: 37px;
	height: 247px;
	left: 2px;
}
h2.contHead.sGoods {
	top: 260px;
	left: 0;
}
h2.contHead.sGoods > span {
	background: url(../images/txt_goods.svg) no-repeat 0 0 / 100%;
	width: 89px;
	height: 254px;
}
h2.contHead.sGoods:after {
	background: url(../images/bg_st_goods.png) no-repeat 0 0 / 100%;
	width: 37px;
	height: 261px;
	left: 2px;
}
h2.contHead.sOnair {
	top: 260px;
	left: 0;
}
h2.contHead.sOnair > span {
	background: url(../images/txt_onair.svg) no-repeat 0 0 / 100%;
	width: 90px;
	height: 273px;
	left: 0px;
}
h2.contHead.sOnair:after {
	background: url(../images/bg_st_onair.png) no-repeat 0 0 / 100%;
	width: 37px;
	height: 289px;
	left: 2px;
}
h2.contHead.sStreaming {
	top: 0;
	left: -205px;
}
h2.contHead.sStreaming > span {
	background: url(../images/txt_streaming.svg) no-repeat 0 0 / 100%;
	width: 91px;
	height: 466px;
	left: 0px;
}
h2.contHead.sStreaming:after {
	background: url(../images/bg_st_streaming.png) no-repeat 0 0 / 100%;
	width: 37px;
	height: 476px;
	left: 2px;
}
h2.contHead.sBddvd {
	top: 260px;
	left: 0;
}
h2.contHead.sBddvd > span {
	background: url(../images/txt_bddvd.svg) no-repeat 0 0 / 100%;
	width: 103px;
	height: 478px;
	left: -21px;
}
h2.contHead.sBddvd:after {
	background: url(../images/bg_st_bddvd.png) no-repeat 0 0 / 100%;
	width: 37px;
	height: 498px;
	left: 2px;
}
/*------[[ CONTENTS_HEADER_BG ]]------*/
.t_movie_01, .t_movie_02, .t_movie_03 {
	position: relative;
	z-index: 3;
}
.t_movie_01, .t_movie_02 {
	margin-bottom: 80px;
}
.t_movie_01 .movThumbBox {
	width: 600px;
	height: 340px;
	margin-left: 148px;
}
.t_movie_02 .movThumbBox {
	width: 480px;
	height: 252px;
	margin-left: 450px;
}
.t_movie_03 .movThumbBox {
	width: 480px;
	height: 252px;
	margin-left: 300px;
}
.movThumbBox {
	position: relative;
}
.movThumb {
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
	position: relative;
}
.movThumb a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 127%;
	position: relative;
	transition: .8s cubic-bezier(0.02, 0.88, 0.58, 1);
}
.movThumbBox:hover .movThumb a {
	transform: scale(1.3);
}
.movThumb a:before {
	content: "";
	position: absolute;
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}
.movThumbBox:before {
	content: "";
	position: absolute;
	background: url(../images/txt_playmov.png) no-repeat 0 0 / 100%;
	width: 67px;
	height: 13px;
	left: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 3;
	pointer-events: none;
}
.movCaption {
	position: absolute;
	width: 122px;
	height: 30px;
	background: #5f7dbf;
	bottom: 0;
	left: 0;
	z-index: 2;
	text-align: center;
	font-weight: 600;
	line-height: 30px;
	font-size: 12px;
	pointer-events: none;
}
.movThumbBox .playBtn {
	pointer-events: none;
	z-index: 3;
}
.movThumb:before {
	content: "";
	pointer-events: none;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 60px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	transition: .35s ease;
}
.movThumb.active:before {
	width: calc(50% - 92px);
}
.movThumbBox .playBtn svg {
	transform: rotate(180deg);
}
.movThumbBox .playBtn.active svg circle {
	animation: circle .8s forwards;
}
.movThumbBox .playBtn > span {
	display: none !important;
}
.movThumbBox:after {
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	position: absolute;
	bottom: -10px;
	right: -10px;
	z-index: 1;
}
.t_movie_01 .movThumbBox:after {
	border: 3px solid #5f7dbf;
}
.t_movie_02 .movThumbBox:after, .t_movie_03 .movThumbBox:after {
	border: 3px solid #b55cad;
}
.t_movie_01 .movCaption {
	background: #5f7dbf;
}
.t_movie_02 .movCaption, .t_movie_03 .movCaption {
	background: #b55cad;
}
.catch01 {
	background: url(../images/second_catch.png) no-repeat 0 0 / 100%;
	width: 146px;
	height: 218px;
	position: absolute;
	top: 150px;
	right: 70px;
}
.catch02 {
	background: url(../images/third_catch.png) no-repeat 0 0 / 100%;
	width: 424px;
	height: 242px;
	position: absolute;
	bottom: 0px;
	left: -20px;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.catchArea {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	pointer-events: none;
	height: 100%;
}
#t_story {
	position: relative;
	z-index: 2;
	padding-top: 70px;
	padding-bottom:70px;
}
.t_storyTxtArea {
	margin-left: 246px;
	width: calc(100% - 246px);
}
.t_storyTxtArea_catch {
	background: url(../images/story_catch.png) no-repeat 0 0 / 100%;
	width: 673px;
	height: 138px;
	margin-bottom: 50px;
}
.t_storyTxtArea_text {
	font-size: 16px;
	line-height: 46px;
	margin-bottom: 20px;
}
#t_episodes {
	position: relative;
	z-index: 2;
	padding-top: 70px;
	min-height:620px;
}
.t_episodeList {
	margin-left:245px;
	width:800px;
	display:flex;
	flex-wrap:wrap;
}
.t_episodeList li {
	margin:10px 20px 20px 10px;
	border:3px solid #B55CAD;
	width:230px;
	height:130px;
}
.t_episodeList li:nth-child(even){
	border-color:#5F7DBF;
}
.t_episodeList li p {
	width:230px;
	height:130px;
	overflow:hidden;
	transform:translate(-13px,-13px);
	position:relative;
}
.t_episodeList li span {
	display:block;
	height:31px;
	width:122px;
	text-align:center;
	pointer-events:none;
	letter-spacing:0.1em;
	line-height:31px;
	font-size:14px;
	text-indent:0.1em;
	color:#FFF;
	background:#B55CAD;
	position:absolute;
	left:0;
	bottom:0;
	z-index:6;
}
.t_episodeList li:nth-child(even) span {
	background:#5F7DBF;
}
.t_episodeList li a {
	display:block;
	height:130px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	transition:all 0.3s ease;
}
.t_episodeList li a:hover {
	transform:scale(1.3);
}
.t_episodeList li:nth-child(1) a{
	background-image:url(../images/episodes/1-1.jpg)
}
.t_episodeList li:nth-child(2) a{
	background-image:url(../images/episodes/2-1.jpg)
}
.t_episodeList li:nth-child(3) a{
	background-image:url(../images/episodes/3-1.jpg)
}
.t_episodeList li:nth-child(4) a{
	background-image:url(../images/episodes/4-1.jpg)
}
.t_episodeList li:nth-child(5) a{
	background-image:url(../images/episodes/5-1.jpg)
}
.t_episodeList li:nth-child(6) a{
	background-image:url(../images/episodes/6-1.jpg)
}
.t_episodeList li:nth-child(7) a{
	background-image:url(../images/episodes/7-1.jpg)
}
.t_episodeList li:nth-child(8) a{
	background-image:url(../images/episodes/8-1.jpg)
}
.t_episodeList li:nth-child(9) a{
	background-image:url(../images/episodes/9-1.jpg)
}
.t_episodeList li:nth-child(10) a{
	background-image:url(../images/episodes/10-1.jpg)
}
.t_episodeList li:nth-child(11) a{
	background-image:url(../images/episodes/11-1.jpg)
}
.t_episodeList li:nth-child(12) a{
	background-image:url(../images/episodes/12-1.jpg)
}
#t_chara {
	position: relative;
	z-index: 3;
	height: 1052px;
	overflow: hidden;
}
.charaFullBg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.charaFullBg span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/chara_in_bg.jpg) no-repeat center / cover;
}
/*.charaFullBg span{
    display: block;
    background: url(../images/chara_in_bg.jpg) no-repeat center / cover;
    animation: spin 80s linear infinite;
}
@keyframes spin {
	0%   {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}*/
#t_chara > h2 {
	position: absolute;
	z-index: 2;
	background: url(../images/txt_character.png) no-repeat 0 0 / 100%;
	width: 602px;
	height: 160px;
	margin: auto;
	right: 0;
	left: 0;
	top: 90px;
}
.charaWrap {
	width: 100%;
	height: 480px;
	position: absolute;
	top: 300px;
	left: 0;
	z-index: 2;
}
.charaInBg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: skewY(-9deg);
	overflow: hidden;
	z-index: 1;
}
.charaInBgIn {
	position: absolute;
	width: 100%;
	height: 1052px;
	top: -300px;
	left: 0;
	transform: skewY(9deg);
}
.charaInBg span {
	display: block;
	width: 100%;
	height: 1052px;
	top: 0;
	background: url(../images/chara_bg.jpg) no-repeat center / cover;
	z-index: 1;
}
.charaList {
	position: relative;
	z-index: 2;
}
.charaList > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.charaList > ul li {
	height: 542px;
	width: 291px;
	position: relative;
}
.charaList > ul li:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	transition: .3s ease;
}
.charaList > ul li:hover:before {
	opacity: 0;
}
.charaInBg:before {
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 2;
	opacity: .8;
	transition: .4s cubic-bezier(0.02, 0.88, 0.58, 1);
}
.charaInBg.active:after, .charaInBg.active:before {
	width: 100%;
}
.charaList > ul li:after {
	content: "";
	position: absolute;
	z-index: 3;
}
/*--[[ CHARACTER-LIST ]]--*/
.charaList > ul li.chara01 {
	background: url(../images/chara01.png) no-repeat 0 0 / 100%;
}
.charaList > ul li.chara01:before {
	background: url(../images/chara01_ov.png) no-repeat 0 0 / 100%;
}
.charaInBg#chara01:before {
	background: #ffd906;
}
.charaList > ul li.chara01:after {
	background: url(../images/chara_name01.png) no-repeat 0 0 / 100%;
	width: 143px;
	height: 97px;
	top: 248px;
	left: 15px;
}
.twoWrapBg02#chara01_c:before {
	background: url(../images/chara01_circle.png) no-repeat 0 0 / 100%;
}
.charaList > ul li.chara02 {
	background: url(../images/chara02.png) no-repeat 0 0 / 100%;
}
.charaList > ul li.chara02:before {
	background: url(../images/chara02_ov.png) no-repeat 0 0 / 100%;
}
.charaInBg#chara02:before {
	background: #e5344b;
}
.charaList > ul li.chara02:after {
	background: url(../images/chara_name02.png) no-repeat 0 0 / 100%;
	width: 107px;
	height: 97px;
	top: 318px;
	left: 30px;
}
.twoWrapBg02#chara02_c:before {
	background: url(../images/chara02_circle.png) no-repeat 0 0 / 100%;
}
.charaList > ul li.chara03 {
	background: url(../images/chara03.png) no-repeat 0 0 / 100%;
}
.charaList > ul li.chara03:before {
	background: url(../images/chara03_ov.png) no-repeat 0 0 / 100%;
}
.charaInBg#chara03:before {
	background: #8c8cf1;
}
.charaList > ul li.chara03:after {
	background: url(../images/chara_name03.png) no-repeat 0 0 / 100%;
	width: 198px;
	height: 98px;
	top: 318px;
	left: 49px;
}
.twoWrapBg02#chara03_c:before {
	background: url(../images/chara03_circle.png) no-repeat 0 0 / 100%;
}
.charaList > ul li.chara04 {
	background: url(../images/chara04.png) no-repeat 0 0 / 100%;
}
.charaList > ul li.chara04:before {
	background: url(../images/chara04_ov.png) no-repeat 0 0 / 100%;
}
.charaInBg#chara04:before {
	background: #33a8f5;
}
.charaList > ul li.chara04:after {
	background: url(../images/chara_name04.png) no-repeat 0 0 / 100%;
	width: 159px;
	height: 97px;
	top: 248px;
	left: 82px;
}
.twoWrapBg02#chara04_c:before {
	background: url(../images/chara04_circle.png) no-repeat 0 0 / 100%;
}
/*--[[ CHARACTER-LIST ]]--*/
.charaList > ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 4;
}
.charaDetail {
	position: absolute;
	width: 100%;
	z-index: 3;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.charaDetail:after {
	content: "";
	position: absolute;
	background: #3a3a3a;
	width: 100%;
	height: 140px;
	bottom: 0;
	left: 0;
	z-index: 1;
	transform: skewY(-9deg);
}
ul.charaDetailList {
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
ul.charaDetailList li {
	display: none;
}
.charaVs {
	position: absolute;
	top: -270px;
	left: 50%;
	transform: translateX(-50%);
}
/*--[[ CHARACTER-DETAIL ]]--*/
#chara01_d .charaVs {
	margin-left: -290px;
}
#chara01_d .charaCatch {
	bottom: 37px;
	left: 46px;
}
#chara02_d .charaVs {
	margin-left: -330px;
}
#chara02_d .charaCatch {
	bottom: 52px;
	left: 46px;
}
#chara03_d .charaVs {
	margin-left: -300px;
}
#chara03_d .charaCatch {
	bottom: 38px;
	left: 46px;
}
#chara04_d .charaVs {
	margin-left: -360px;
}
#chara04_d .charaCatch {
	bottom: 38px;
	left: 46px;
}
/*--[[ CHARACTER-DETAIL ]]--*/
.charaTxtWrap {
	position: absolute;
	width: 540px;
	height: 100%;
	top: 0;
	right: 0;
}
.charaName {
	margin-top: 20px;
}
.charaTxt {
	transform: rotate(-9deg);
	padding-left: 25px;
}
.charaTxt p {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
}
.charaCatch {
	position: absolute;
}
ul.charaContNav {
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
}
ul.charaContNav li {
	position: absolute;
	top: 170px;
	width: 40px;
	height: 40px;
}
ul.charaContNav li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
ul.charaContNav li a img {
	position: absolute;
	width: 28px;
	height: 14px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: .3s ease;
}
ul.charaContNav li:first-child a:hover img {
	transform: translateX(-10px);
}
ul.charaContNav li:first-child {
	left: -40px;
}
ul.charaContNav li:first-child a:hover img {
	transform: translateX(-10px);
}
ul.charaContNav li:last-child {
	right: -40px;
}
ul.charaContNav li:last-child a:hover img {
	transform: translateX(10px);
}
#charaBack {
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
	pointer-events: none;
}
#charaBack a {
	display: block;
	width: 215px;
	height: 40px;
	position: absolute;
	bottom: -26px;
	right: 0;
	border: 1px solid #fff;
	background: #000;
	pointer-events: auto;
}
#charaBack a > span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/chara_back.png) no-repeat center;
}
#t_staffIn {
	position: relative;
	padding: 80px 0 100px;
	z-index: 2;
}
ul.staffList {
	margin-left: 246px;
	width: calc(100% - 246px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.staffList li {
	width: 33.3%;
	transform: scaleY(1.2);
	font-size: 28px;
	margin-bottom: 50px;
	font-weight: 100;
}
ul.staffList li small {
	font-size: 16px;
}
ul.staffList li.w100 {
	width: 100%;
}
ul.staffList li.w50 {
	width: 50%;
}
ul.staffList .role {
	display: block;
	font-size: 16px;
	color: #676767;
	margin-bottom: -3px;
}
ul.staffList .andS {
	font-size: 20px;
}
#t_staff {
	position: relative;
	z-index: 4;
	margin-top: -40px;
}
#t_staff:after {
	content: "";
	background: #191919;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -80px;
	left: 0;
	transform: skewY(-8deg);
	z-index: 1;
}
.twoWrapBgArea02 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	background: #000;
}
#twoWrap02 {
	position: relative;
	z-index: 3;
}
.twoWrapBg02 {
	background: url(../images/glass.png) no-repeat center / cover;
	position: relative;
}
.twoWrapBg02:before {
	content: "";
	position: absolute;
	background: url(../images/circle.png) no-repeat 0 0 / 100%;
	width: 1411px;
	height: 1374px;
	margin: auto;
	top: -30px;
	right: 0;
	bottom: 0;
	left: 0;
	min-width: 1200px;
	animation: spin 80s linear infinite;
}
@keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
#t_cast {
	position: relative;
	z-index: 5;
}
#t_cast:after {
	content: "";
	background: #000;
	width: calc(100% + 100px);
	height: 100%;
	position: absolute;
	top: -100px;
	left: 0;
	transform: skewY(-8deg);
	z-index: 1;
}
#t_castIn {
	position: relative;
	padding: 54px 0 100px;
	z-index: 2;
}
ul.castList {
	margin-left: 290px;
	width: calc(100% - 376px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.castList li {
	width: 50%;
	transform: scaleY(1.2);
	font-size: 28px;
	margin-bottom: 50px;
	font-weight: 100;
}
ul.castList .role {
	display: block;
	font-size: 16px;
	margin-bottom: -3px;
}
ul.castList li.kira .role {
	color: #dea44f;
}
ul.castList li.zen .role {
	color: #a8424f;
}
ul.castList li.haku .role {
	color: #50a2d8;
}
ul.castList li.shimon .role {
	color: #7d7dd2;
}
ul.castList li.me .role {
	color: #6b6b6b;
}
#movModal {
	overflow: auto;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	display: none;
	background: #000;
}
#movModalIn {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 1200px;
	min-height: 620px;
	width: 100%;
	height: 100%;
}
#movModalIn iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.modalClose {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 40px;
	right: 25px;
	z-index: 2;
}
.modalClose a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.modalClose a span:first-child {
	position: absolute;
	display: block;
	width: 100px;
	height: 2px;
	background: #fff;
	top: 50px;
	left: 5px;
	transform: rotate(40deg);
}
.modalClose a span:last-child {
	position: absolute;
	display: block;
	width: 100px;
	height: 2px;
	background: #fff;
	top: 50px;
	left: 5px;
	transform: rotate(-40deg);
}
.modalClose a span:first-child:before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	background: #b55cad;
	top: 0;
	right: 0;
	transition: .1s ease-in-out;
}
.modalClose a span:last-child:before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	background: #5f7dbf;
	top: 0;
	left: 0;
	transition: .1s ease-in-out;
}
.modalClose a:hover span:first-child:before {
	width: 100%;
}
.modalClose a:hover span:last-child:before {
	transition-delay: .1s;
	width: 100%;
}
/* ▼FOOTER▼ --------------------------------- 
-------------------------------------------------*/

.pageTop {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}
.pageTop a {
	display: block;
}
footer {
	padding: 160px 0 120px;
	position: relative;
	z-index: 2;
}
footer > small {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #616161;
	margin-bottom: 50px;
}
#shareArea ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 60px;
}
#shareArea ul li {
	margin: 0 30px;
}
#shareArea ul li img {
	width: 100%;
}
#shareArea ul li.tw {
	width: 38px;
}
#shareArea ul li.fb {
	width: 33px;
}
#shareArea ul li.ln {
	width: 33px;
}
.infoBtn {
	margin-bottom: 30px;
}
.infoBtn a {
	display: block;
	width: 490px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	margin: 0 auto;
	border: 2px solid #b55cad;
	font-weight: 600;
	transition: .3s ease;
}
.infoBtn a:hover {
	background: #b55cad;
	color: #fff;
}
.notice {
	text-align: center;
	color: #616161;
	font-size: 11px;
}
/* ▼ SUB ▼ --------------------------------- 
-------------------------------------------------*/

body#sub, .subCont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	min-width: 1200px;
}
body#sub footer {
	margin-top: auto;
}
#subBg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.subBgIn {
	background: url(../images/sub_allbg.jpg) no-repeat 0 0 / 100%;
	height: 100% !important;
}
.subContIn {
	position: relative;
	z-index: 2;
	padding-top: 260px;
}
.subRightWrap {
	width: 882px;
	margin-left: 204px;
}
/*----------[[ NEWS & EVENT ]]----------*/

ul.subNewsList li {
	position: relative;
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
ul.subNewsList li:nth-child(odd) {
	border-bottom: 1px solid #3d203a;
}
ul.subNewsList li:nth-child(even) {
	border-bottom: 1px solid #2a3651;
}
ul.subNewsList li > p.s_newsDate {
	position: relative;
	margin-right: 30px;
}
ul.subNewsList li > p.s_newsDate span {
	transform: scaleY(1.2);
	display: block;
	font-size: 14px;
}
ul.subNewsList li > p.s_newsDate:before {
	content: "";
	width: 29px;
	height: 14px;
	position: absolute;
	top: 36px;
	left: 50%;
	transform: translateX(-50%);
}
ul.subNewsList li:nth-child(odd) > p.s_newsDate:before {
	background: url(../images/mark_p.png) no-repeat 0 0 / 100%;
}
ul.subNewsList li:nth-child(even) > p.s_newsDate:before {
	background: url(../images/mark_b.png) no-repeat 0 0 / 100%;
}
ul.subNewsList li > a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	transition: .3s ease;
	font-weight: 600;
}
ul.subNewsList li:nth-child(odd) > p.s_newsDate span, ul.subNewsList li:nth-child(odd) > a:hover {
	color: #b55cad;
}
ul.subNewsList li:nth-child(even) > p.s_newsDate span, ul.subNewsList li:nth-child(even) > a:hover {
	color: #5f7dbf;
}
ul.subNewsList li > a:hover {
	text-decoration: underline;
}
ul.subNewsList {
	margin-bottom: 100px;
	margin-top: -37px;
}
ul.pageNation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
ul.pageNation li {
	margin: 0 2px;
}
ul.pageNation li a {
	display: block;
	width: 90px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	position: relative;
}
ul.pageNation li a > span {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
.oneArticle {
	margin-top: -37px;
}
.oneArticle > h3 {
	position: relative;
	padding: 30px 0 40px;
	border-bottom: 1px solid #b55cad;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 43px;
}
.oneArticleTtl {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	display: block;
}
.s_newsDate {
	display: block;
	position: relative;
	margin-right: 30px;
	color: #b55cad;
}
.s_newsDate > span {
	transform: scaleY(1.2);
	display: block;
	font-size: 14px;
}
.oneArticleDetail {
	font-size: 16px;
	line-height: 38px;
	margin-bottom: 70px;
}
.oneArticleDetail img {
	max-width: 100%;
	margin-bottom: 36px;
}
.oneArticleDetail a {
	font-weight: bold;
}
.listBack {
	width: 172px;
	height: 30px;
	margin: 0 auto;
	position: relative;
	border : 1px solid #fff;
	border-radius: 3px;
}
.listBack a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
}
.listBack a span {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 28px;
}
.nBorder {
	border: 5px solid #fff;
	padding: 30px;
	margin: 30px 0;
}
/*----------[[ GOODS ]]----------*/

ul.subGoodsList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
ul.subGoodsList li {
	width: 180px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 40px;
}
ul.subGoodsList li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.goodsThumb {
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 14px;
}
.goodsTxt {
	text-align: center;
	color: #b55cad;
	font-weight: 600;
	font-size: 14px;
}
.oneGoodsArticle {
	margin-top: -37px;
}
.oneGoodsArticle > h3 {
	position: relative;
	padding: 30px 0 40px;
	border-bottom: 1px solid #2a383a;
	margin-bottom: 52px;
	color: #b55cad;
	font-size: 16px;
	font-weight: 600;
}

/*----------[[ ONAIR ]]----------*/

.onairCont {
	position: relative;
	padding-bottom: 80px;
}
.onairStrong {
	font-size:28px;
	line-height:48px;
	font-weight:bold;
	color:#b55cad;
	margin-bottom:30px;
}
.onairTable table {
	width:100%;
	border-top:1px solid #3d203a;
	margin-bottom:25px;
}
.onairTable th,
.onairTable td {
	font-size:16px;
	line-height:38px;
	padding:30px 0;
	border-bottom:1px solid #3d203a;
	vertical-align:top;
}
.onairTable th {
	width:170px;
}
.onairTable td .onairDate {
	width:240px;
	display:inline-block;
}

/* EPISODE MODAL */
#episodeModal {
	overflow: auto;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	display: none;
	background: rgba(0,0,0,.9);
}
#episodeModalIn {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 1200px;
	min-height: 620px;
	width:100%;
	height:100%;
}
.episode {
	width:900px;
	padding:50px 0;
	margin:0 auto;
	overflow:hidden;
}
.episode h4 {
	font-size:36px;
	line-height:45px;
	margin-bottom:25px;
	margin-left:-12.5%;
	margin-right:-12.5%;
	width:125%;
	transform:scaleX(0.8);
	color:#b55cad;
}
.episodeImages {
	margin-bottom:20px;
}
.episodeImage {
	height: 506px;
	width: 900px;
	margin-bottom: 10px;
}
.episodeImageSub {
	display:flex;
	justify-content:space-between;
}
.episodeImageSub li,
.episodeImageSub li a {
	width:106px;
	display:block;
	overflow:hidden;
}
.episodeImageSub li img {
	width:106px;
	display:block;
	transition:all 0.3s ease;
}
.episodeImageSub li a:hover img {
	transform:scale(1.3);
}
.episodeText {
	font-size:16px;
	line-height:40px;
	letter-spacing:0.1em;
}

/*----------[[ BDDVD ]]----------*/
.bddvdToTkt {
	margin: 0px auto 20px 0;
	height: 48px;
	width: 780px;
}
.bddvdToTkt a {
	width:380px;
	display:block;
	height:48px;
	background:#FFF;
	color:#b55cad;
	text-align:center;
	line-height:48px;
	text-decoration:none;
	font-size:16px;
	transition:all 0.3s ease;
	font-weight:600;
	margin:0 auto;
}
.bddvdToTkt a:hover {
	background:#b55cad;
	color:#FFF;
}
.bddvdList {
	width: 780px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.bddvdList li {
	width:380px;
	margin-bottom:20px;
}
.bddvdList li a {
	display:block;
	text-decoration:none
}
.bddvdThumb {
	height: 540px;
	width: 380px;
	overflow: hidden;
	margin-bottom:10px;
}
.bddvdThumb span {
	display:block;
	height:540px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	transition:all 0.3s ease;
}
.bddvdList li a:hover .bddvdThumb span {
	transform:scale(1.1);
}
.bddvdList li:nth-child(1) .bddvdThumb span{
	background-image:url(../images/bddvd/1thumb.jpg);
}
.bddvdList li:nth-child(2) .bddvdThumb span{
	background-image:url(../images/bddvd/2thumb.jpg);
}
.bddvdList li:nth-child(3) .bddvdThumb span{
	background-image:url(../images/bddvd/3thumb.jpg);
}
.bddvdList li:nth-child(4) .bddvdThumb span{
	background-image:url(../images/bddvd/4thumb.jpg);
}
.bddvdListBtn {
	height: 48px;
	width: 380px;
	border: 1px solid #B55CAD;
	line-height: 46px;
	text-align: center;
	font-weight: 600;
	transition:all 0.3s ease;
	color:#B55CAD;
}
.bddvdList li a:hover .bddvdListBtn {
	background-color:#B55CAD;
	color:#FFF;
}
.bddvdSingle {
	width: 795px;
}
.bddvdSingle h3 {
	height:84px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:20px;
	color:#b55cad;
	font-weight:bold;
	border-bottom:1px solid #2a383a;
	margin-bottom:40px;
}
.bddvdMainimg {
	margin-bottom:30px;
}
.bddvdMainText {
	font-size:16px;
	line-height:38px;
	font-weight:500;
	margin-bottom:40px;
}
.bddvdMainText strong {
	font-size:20px;
	color:#b55cad;
}
.bddvdSpecialEach {
	margin-bottom: 60px;
}
.bddvdSpecialText {
	font-size: 16px;
	line-height: 38px;
	font-weight: 500;
	margin-bottom: 20px;
}
.bddvdSpecialText strong {
	font-size:16px;
	color:#2385d7;
	font-weight:bold;
}
.bddvdSingle h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	height: 60px;
	border:1px solid #b55cad;
	margin-bottom:40px;
}
.bddvdSingle h4 a {
	display:block;
	text-decoration:none;
	height:60px;
	transition:all 0.3s ease;
}
.bddvdSingle h4 a:hover {
	background:#b55cad;
	color:#FFF;
}
.bddvdToSingle {
	display:flex;
	justify-content:space-between;
}
.bddvdToSingle li {
	height: 60px;
	width: 390px;
}
.bddvdToSingle li a {
	display:block;
	height:60px;
	background:#FFF;
	text-align:center;
	line-height:60px;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	color:#2385d7;
	transition:all 0.3s ease;
}
.bddvdToSingle li a:hover {
	color:#FFF;
	background:#2385d7;
}

.bddvdToSingle .cs {
	display:block;
	height:60px;
	background:#FFF;
	text-align:center;
	line-height:60px;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	color:#2385d7;
	transition:all 0.3s ease;
	opacity: 0.3;
}

.stampL {
	display:flex;
	justify-content:space-between;
}
.stampL li {
	height: 60px;
	width: 600px;
	margin: 0 auto;animation-delay: 
}

.stampL .cs {
	display:block;
	height:60px;
	background:#FFF;
	text-align:center;
	line-height:60px;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	color:#2385d7;
	transition:all 0.3s ease;
}

.eventLink {
	display:flex;
	justify-content:space-between;
}
.eventLink li {
	height: 60px;
	width: 600px;
	margin: 30px auto 60px;
}
.eventLink li a {
	display:block;
	height:60px;
	background:#FFF;
	text-align:center;
	line-height:60px;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	color:#2385d7;
	transition:all 0.3s ease;
}
.eventLink li a:hover {
	color:#FFF;
	background:#2385d7;
}

.eventLink2 {
	display:flex;
	justify-content:space-between;
}
.eventLink2 li {
	height: 60px;
	width: 600px;
	margin: 30px auto 0;
}
.eventLink2 li a {
	display:block;
	height:60px;
	background:#FFF;
	text-align:center;
	line-height:60px;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	color:#2385d7;
	transition:all 0.3s ease;
}
.eventLink2 li a:hover {
	color:#FFF;
	background:#2385d7;
}

.bddvdToNews {
	display:flex;
	justify-content:space-between;
	margin: 20px 0 50px;
}
.bddvdToNews li {
	height: 60px;
	width: 430px;
}
.bddvdToNews li a {
	display:block;
	height:60px;
	background:#FFF;
	text-align:center;
	line-height:60px;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	color:#2385d7;
	transition:all 0.3s ease;
}
.bddvdToNews li a:hover {
	color:#FFF;
	background:#2385d7;
}

.bddvdToNewsH {
	display:flex;
	justify-content:space-between;
	margin: 20px 0 16px;
}
.bddvdToNewsH li {
	height: 60px;
	width: 430px;
}
.bddvdToNewsH li a {
	display:block;
	height:60px;
	background:#FFF;
	text-align:center;
	line-height:60px;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	color:#2385d7;
	transition:all 0.3s ease;
}
.bddvdToNewsH li a:hover {
	color:#FFF;
	background:#2385d7;
}

.t22 {
	font-size: 24px;
}

.t22p {
	font-size: 24px;
	color: #FF4F90;
}
.serialInput {
	background:rgba(92,134,181,0.8);
	padding:45px;
	margin:40px 0;
	border-radius: 5px;
}
.serialInput h4 {
	color:#FFF;
	text-align:center;
	font-size:24px;
	font-weight: bold;
	margin-bottom:25px;
}
.serialInput input {
	width: 100%;
	text-align: center;
	height:60px;
	font-size:24px;
	background: #FFF;
	border:none;
	border-radius: 30px;
	margin-bottom:35px;
}
.serialInput button {
	color:#FFF;
	border:1px solid #FFF;
	width:308px;
	height:40px;
	display: block;
	margin:0 auto;
	font-size:16px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0.1em;
	padding-left:0.1em;
	transition:all 0.3s ease;
	font-weight: bold;
}
.serialInput button:hover {
	background:#FFF;
	color:#5c86b5;
}
.error {
	padding-bottom:10px;
	color:#F00;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.audioList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top:50px;
}
.audioList div {
	width:48%;
}
.audioList dt {
	text-align: center;
	color:#FFF;
	font-weight: bold;
}
.audioList dd {
	margin-bottom:40px;
}
.audioList dd a {
	display: block;
	height:55px;
	text-align:center;
	line-height: 55px;
	border:2px solid #FFF;
	text-decoration: none;
	color:#FFF;
	font-weight: bold;
	transition:all 0.3s ease;
	border-radius: 3px;
}
.audioList dd a:hover {
	color:#000;
	background:#FFF;
}