@charset "utf-8";
html {
	overflow: auto;
}
body {
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	overflow: hidden;
}
#fullWrap {
	width: 640px;
	margin: 0 auto;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
.min {
	font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
body#index #loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #000;
	z-index: 150000;
	transition: .6s cubic-bezier(0.02, 0.88, 0.58, 1);
	overflow: hidden;
}
body#index #loading.active {
	height: 0;
}
/* ▼HEADER▼ --------------------------------- 
-------------------------------------------------*/

header {
	position: relative;
	z-index: 100;
}
#triggerBox {
	position: fixed;
	top: 0;
	right: 0;
	width: 90px;
	height: 90px;
	z-index: 2;
}
.menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 90px;
	height: 90px;
	background: #000;
	display: block;
	text-decoration: none;
	text-align: center;
	transition: .3s ease;
}
.menu-trigger span {
	position: absolute;
	left: 22px;
	width: 45px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	transition: .4s ease;
}
.menu-trigger span:nth-of-type(1) {
	top: 36px;
}
.menu-trigger span:nth-of-type(2) {
	top: 46px;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(-1px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
	transform: translateY(-11px) rotate(315deg);
}
.menu-trigger small {
	position: absolute;
	text-align: center;
	font-size: 11px;
	white-space: nowrap;
	line-height: 1;
	display: block;
	width: 100%;
	bottom: 16px;
	color: #fff;
	font-style: italic;
}
#headIn {
	position: fixed;
	background: #000;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	transition: .4s cubic-bezier(0.02, 0.88, 0.58, 1);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 96px 0;
	z-index: 1;
}
#headIn.active {
	width: 100%;
}
#headIn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/sp_nav_bg.jpg) no-repeat 0 0 / cover;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#headIn nav {
	position: relative;
	z-index: 2;
}
#headIn nav ul li a {
	display: block;
	width: 100%;
	height: 80px;
}
/*--navigationBg--*/
#headIn nav ul li.nav01 a {
	background: url(../images/nav/spnav_01.png) no-repeat;
}
#headIn nav ul li.nav02 a {
	background: url(../images/nav/spnav_02.png) no-repeat;
}
#headIn nav ul li.nav03 a {
	background: url(../images/nav/spnav_03.png) no-repeat;
}
#headIn nav ul li.nav04 a {
	background: url(../images/nav/spnav_04.png) no-repeat;
}
#headIn nav ul li.nav05 a {
	background: url(../images/nav/spnav_05.png) no-repeat;
}
#headIn nav ul li.nav06 a {
	background: url(../images/nav/spnav_06.png) no-repeat;
}
#headIn nav ul li.nav07 a {
	background: url(../images/nav/spnav_07.png) no-repeat;
}
#headIn nav ul li.nav08 a {
	background: url(../images/nav/spnav_08.png) no-repeat;
}
#headIn nav ul li.nav09 a {
	background: url(../images/nav/spnav_09.png) no-repeat;
}
#headIn nav ul li.nav99 a {
	background: url(../images/nav/spnav_99.png) no-repeat;
}
#headIn nav ul li.nav00 a {
	background: url(../images/nav/spnav_00.png) no-repeat;
}
/*--navigationBg--*/
#headIn nav ul li {
	opacity: 0;
	transform: translateX(10px);
	transition: .3s ease-in-out;
}
#headIn nav ul li.active {
	opacity: 1;
	transform: translateX(0);
}
#headIn > h1 a {
	display: block;
	position: absolute;
	background: url(../images/main_logo.png) no-repeat 0 0 / 100%;
	width: 136px;
	height: 39px;
	margin: auto;
	right: 0;
	left: 0;
	top: 25px;
	z-index: 2;
	opacity: 0;
	transition: .4s ease;
}
#headIn.active > h1 a {
	opacity: 1;
	transition-delay: .3s;
}
/* ▼INDEX▼ --------------------------------- 
-------------------------------------------------*/

.underCont {
	position: relative;
}
.comW {
	position: relative;
}
body#index main {
	position: relative;
	margin-bottom: 86px;
	z-index: 5;
}
#mainVs {
	background: url(../images/main_vs_sp_r.jpg) no-repeat 0 0 / 100%;
	width: 100%;
	height: 945px;
	position: relative;
	z-index: 1;
}
body#index main > h1 {
	width: 480px;
	height: 140px;
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
	top: 676px;
	z-index: 2;
}
body#index main > h1 > span {
	display: block;
	background: url(../images/main_logo_r.png) no-repeat 0 0 / 100%;
	width: 480px;
	height: 140px;
	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 .5s 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;
}
}
.mainCatch {
	background: url(../images/main_catch_r.png) no-repeat 0 0 / 100%;
	width: 51px;
	height: 4455px;
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
	top: 75px;
	z-index: 2;
	opacity: 0;
	transition: .4s cubic-bezier(0.02, 0.88, 0.58, 1);
}
.mainCatch.tOn {
	opacity: 1;
	top: 45px;
}
.mainCatch.active {
	transition-delay: .5s;
	opacity: 1;
	top: 45px;
}
.startDate {
	background: url(../images/start_onair.png) no-repeat 0 0 / 100%;
	width: 549px;
	height: 100px;
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
	top: 848px;
	z-index: 2;
}
.topics {
	padding-top: 36px;
}
.topics > h2 {
	background: url(../images/topics_head_sp.png) no-repeat 0 0 / 100%;
	width: 100px;
	height: 21px;
	margin: 0 auto 30px;
}
.topics > ul {
	padding: 0 30px;
	height: 74px;
	overflow: hidden;
	margin-bottom: 30px
}
.topics > ul li {
	background: #000;
	height: 74px;
}
.topics > ul li a {
	display: -webkit-box;
	display: flex;
}
.topics > ul li a {
	text-decoration: none;
}
.topics > ul li a > .newsDate {
	display: block;
	position: relative;
	margin-right: 30px;
	color: #b55cad;
}
.topics > ul li a > .newsDate span {
	transform: scaleY(1.2);
	display: block;
	font-size: 18px;
	padding-top: 1px;
}
.topics > ul li a > .newsTtl {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
}
.moreN a {
	background: url(../images/topics_more_sp.png) no-repeat 0 0 / 100%;
	width: 173px;
	height: 30px;
	margin: 0 auto;
	display: block;
}
body#index h2.contHead {
	width: 87px;
	padding-top: 92px;
	position: absolute;
}
body#index 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;
}
body#index h2.contHead:after {
	content: "";
	position: absolute;
	top: 71px;
	z-index: 1;
}
body#index h2.contHead > span {
	display: block;
	position: relative;
	z-index: 2;
}
body#sub h2.contHead {
	width: 100%;
	height: 87px;
	position: relative;
	margin-bottom: 70px;
}
body#sub h2.contHead:before {
	content: "";
	background: url(../images/evollove_s_sp.png) no-repeat 0 0 / 100%;
	position: absolute;
	width: 140px;
	height: 87px;
	top: 0;
	left: 0;
	z-index: 1;
}
body#sub h2.contHead:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 140px;
	z-index: 1;
}
body#sub h2.contHead > span {
	display: block;
	position: absolute;
	top: 0;
	left: 140px;
	z-index: 2;
}
/*------[[ CONTENTS_HEADER_BG ]]------*/
h2.contHead.pv01 {
	top: -70px;
	left: 0;
}
h2.contHead.pv01 > span {
	background: url(../images/txt_pv03.svg) no-repeat 0 0 / 100%;
	width: 89px;
	height: 199px;
}
h2.contHead.pv01:after {
	background: url(../images/bg_st_pv01.png) no-repeat 0 0 / 100%;
	width: 37px;
	height: 199px;
	left: 0px;
}
h2.contHead.teaser {
	top: -70px;
	right: 3px;
}
h2.contHead.teaser > span {
	background: url(../images/txt_pv02.svg) no-repeat 0 0 / 100%;
	width: 91px;
	height: 208px;
}
h2.contHead.teaser:after {
	background: url(../images/bg_st_pv01.png) no-repeat 0 0 / 100%;
	width: 37px;
	height: 199px;
	left: 0px;
}
h2.contHead.pv02 {
	top: -70px;
	left: 70px;
}
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: 0px;
}
h2.contHead.story {
	top: -10px;
	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: 0;
}
h2.contHead.episodes {
	top: -10px;
	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.staff {
	top: 50px;
	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: 0;
}
h2.contHead.cast {
	top: -14px;
	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: 0;
}
h2.contHead.sNews > span {
	background: url(../images/txt_news_sp.svg) no-repeat 0 0 / 100%;
	width: 229px;
	height: 91px;
	top: -3px;
}
h2.contHead.sNews:after {
	background: url(../images/bg_st_news_sp.png) no-repeat 0 0 / 100%;
	width: 241px;
	height: 37px;
}
h2.contHead.sEvent > span {
	background: url(../images/txt_event_sp.svg) no-repeat 0 0 / 100%;
	width: 245px;
	height: 86px;
	top: 1px;
}
h2.contHead.sEvent:after {
	background: url(../images/bg_st_event_sp.png) no-repeat 0 0 / 100%;
	width: 247px;
	height: 37px;
}
h2.contHead.sGoods > span {
	background: url(../images/txt_goods_sp.svg) no-repeat 0 0 / 100%;
	width: 254px;
	height: 89px;
	top: 1px;
}
h2.contHead.sGoods:after {
	background: url(../images/bg_st_goods_sp.png) no-repeat 0 0 / 100%;
	width: 267px;
	height: 37px;
}
h2.contHead.sOnair > span {
	background: url(../images/txt_onair_sp.svg) no-repeat 0 0 / 100%;
	width: 273px;
	height: 91px;
	top: 1px;
	left:150px !important;
}
h2.contHead.sOnair:after {
	background: url(../images/bg_st_onair_sp.png) no-repeat 0 0 / 100%;
	width: 291px;
	height: 37px;
}
body#sub h2.contHead.sStreaming {
	margin-left:-30px;
}
h2.contHead.sStreaming > span {
	background: url(../images/txt_streaming_sp.svg) no-repeat 0 0 / 100%;
	width: 466px;
	height: 91px;
	top: 1px;
	left:150px !important;
}
h2.contHead.sStreaming:after {
	background: url(../images/bg_st_streaming_sp.png) no-repeat 0 0 / 100%;
	width: 476px;
	height: 37px;
}
h2.contHead.sBddvd > span {
	background: url(../images/txt_bddvd_sp.svg) no-repeat 0 0 / 100%;
	width: 445px;
	height: 95px;
	top: 10px !important;
	left:160px !important;
}
h2.contHead.sBddvd:after {
	background: url(../images/bg_st_bddvd_sp.png) no-repeat 0 0 / 100%;
	width: 465px;
	height: 37px;
}

/*------[[ CONTENTS_HEADER_BG ]]------*/

.movThumbBox .playBtn > span {
	display: none !important;
}
.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 .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;
}
}
.movThumbBox .playBtn {
	pointer-events: none;
	z-index: 3;
}
.t_movie_01 .movThumbBox {
	width: 460px;
	height: 259px;
	margin-left: 148px;
}
.t_movie_02 .movThumbBox {
	width: 380px;
	height: 214px;
	margin-left: 100px;
}
.t_movie_03 .movThumbBox {
	width: 380px;
	height: 214px;
	margin-left: 220px;
}
.t_movie_01, .t_movie_02, .t_movie_03 {
	position: relative;
	z-index: 3;
}
.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);
}
.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: calc(50% - 92px);
	height: 2px;
	background: #fff;
	position: absolute;
	left: 60px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}
.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;
}
.t_movie_01, .t_movie_02 {
	margin-bottom: 160px;
}
.twoWrap {
	position: relative;
	padding-bottom: 100px;
	z-index: 4;
}
.twoWrap:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 500px;
	background: #000;
	top: -308px;
	left: 0;
	z-index: 2;
}
#twoWrap02 {
	position: relative;
	z-index: 5;
}
#t_cast {
	position: relative;
	z-index: 5;
}
#t_movie {
	position: relative;
	padding-bottom: 125px;
	margin-bottom: 60px;
	z-index: 3;
}
#t_story {
	position: relative;
	z-index: 3;
	padding-top: 60px;
	padding-bottom:60px;
}
#t_episodes {
	position: relative;
	z-index: 3;
	padding-top: 60px;
	min-height:540px;
}
.t_episodeList {
	margin-left:118px;
	width:520px;
	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: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_movie:after {
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	transform: skewY(8deg);
	top: 0;
	z-index: 1;
}
.catchArea {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
	height: 100%;
}
.catch01 {
	position: absolute;
	background: url(../images/second_catch_sp.png) no-repeat 0 0 / 100%;
	width: 414px;
	height: 63px;
	top: 307px;
	left: 67px;
}
.catch02 {
	background: url(../images/third_catch.png) no-repeat 0 0 / 100%;
	width: 424px;
	height: 242px;
	position: absolute;
	left: -17px;
	bottom: -7px;
	filter: blur(6px);
}
.t_storyTxtArea {
	margin-left: 120px;
	width: calc(100% - 120px);
	padding-right: 30px;
}
.t_storyTxtArea_catch {
	background: url(../images/story_catch_sp.png) no-repeat 0 0 / 100%;
	width: 489px;
	height: 101px;
	margin-bottom: 40px;
}
.t_storyTxtArea_text {
	font-size: 20px;
	line-height: 46px;
	margin-bottom: 30px;
}
.twoWrapBgArea {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
.twoWrapBg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../images/vs_bg_sp.jpg);
}
.twoWrap:after {
	content: "";
	position: absolute;
	background: url(../images/evollove.png) no-repeat 0 0 / 100%;
	width: 640px;
	height: 70px;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: .4;/*mix-blend-mode: overlay;*/
}
#t_chara {
	position: relative;
	z-index: 3;
	height: 1000px;
	overflow: hidden;
}
#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: 72px;
}
.twoWrapBgArea02 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	background: #000;
}
.twoWrapBg02 {
	position: relative;
	width: 100%;
	height: 100%;
}
.twoWrapBg02:before {
	content: "";
	position: absolute;
	background: url(../images/glass.png) no-repeat 0 0 / 100%;
	width: 1411px;
	height: 1374px;
	margin: auto;
	top: -680px;
	right: 0;
	bottom: 0;
	left: -385px;
}
.twoWrapBg02:after {
	content: "";
	position: absolute;
	background: url(../images/circle.png) no-repeat 0 0 / 100%;
	width: 1411px;
	height: 1374px;
	margin: auto;
	top: -680px;
	right: 0;
	bottom: 0;
	left: -385px;
	animation: spin 80s linear infinite;
}
@keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
.charaWrap {
	width: 100%;
	height: 480px;
	position: absolute;
	top: 290px;
	left: 0;
	z-index: 2;
}
.charaInBg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: skewY(-9deg);
	overflow: hidden;
	z-index: 1;
}
.charaInBg span {
	display: block;
	width: 100%;
	height: 1052px;
	position: absolute;
	top: -300px;
	left: 0;
	background: url(../images/chara_bg.jpg) no-repeat center / cover;
	transform: skewY(9deg);
	z-index: 1;
}
.owl-carousel {
	touch-action: manipulation;
}
.charaList {
	position: relative;
	z-index: 2;
}
.charaList > ul {
	height: 542px;
	position: relative;
	margin-bottom: 50px;
}
.charaList > ul li {
	width: 291px;
	height: 542px;
	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 .owl-item.center li:before {
	opacity: 0;
}
.charaList > ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 4;
}
.charaInBg:before {
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 2;
	mix-blend-mode: hard-light;
	transition: .3s ease;
}
.charaInBg:after {
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 2;
	opacity: .5;
	transition: .3s ease;
}
.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, .charaInBg#chara01:after {
	background: #e5c40f;
}
.charaList > ul li.chara01:after {
	background: url(../images/chara_name01.png) no-repeat 0 0 / 100%;
	width: 143px;
	height: 97px;
	top: 248px;
	left: 15px;
}
.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, .charaInBg#chara02:after {
	background: #a8424f;
}
.charaList > ul li.chara02:after {
	background: url(../images/chara_name02.png) no-repeat 0 0 / 100%;
	width: 107px;
	height: 97px;
	top: 318px;
	left: 30px;
}
.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, .charaInBg#chara03:after {
	background: #5d5da7;
}
.charaList > ul li.chara03:after {
	background: url(../images/chara_name03.png) no-repeat 0 0 / 100%;
	width: 198px;
	height: 98px;
	top: 318px;
	left: 49px;
}
.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, .charaInBg#chara04:after {
	background: #50a2d8;
}
.charaList > ul li.chara04:after {
	background: url(../images/chara_name04.png) no-repeat 0 0 / 100%;
	width: 159px;
	height: 97px;
	top: 248px;
	left: 82px;
}
/*--[[ CHARACTER-LIST ]]--*/
.charaList > ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 4;
}
#spCharaWrap {
	position: fixed;
	overflow: auto;
	z-index: 140000;
	top: 0;
	left: 0;
	background: #000;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	display: none;
}
#spCharaWrapIn {
	width: 100%;
	height: 100%;
}
#spCharaWrapBox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	min-height: 100vh;
	min-height: 100%;
	padding-bottom: 230px;
	position: relative;
}
.spCharaOne {
	display: none;
	position: relative;
}
.spCharaOne:before {
	content: "";
	position: absolute;
	background: url(../images/txt_character.png) no-repeat 0 0 / 100%;
	width: 602px;
	height: 160px;
	margin: auto;
	right: 0;
	left: 0;
	top: 0;
}
.charaContNav {
	position: absolute;
	z-index: 2;
	top: 190px;
	left: 0;
	width: 100%;
	height: 40px;
}
.charaContNav li {
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
}
.charaContNav li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.charaContNav li a img {
	position: absolute;
	width: 28px;
	height: 14px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.charaContNav li:first-child {
	left: 20px;
}
.charaContNav li:last-child {
	right: 20px;
}
.spCharaWrap_vs {
	position: relative;
	z-index: 1;
}
.spCharaWrap_box {
	position: relative;
	padding: 80px 0 190px;
	margin-top: -90px;
}
.spCharaWrap_box:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/chara_bg.jpg) no-repeat center / cover;
	top: 0;
	left: 0;
	z-index: 1;
	transform: skewY(-9deg);
}
.spCharaWrap_box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	transform: skewY(-9deg);
	opacity: .8;
}
.spCharaWrap_box > p {
	position: relative;
	z-index: 4;
}
.spCharaWrap_name {
	margin-left: 30px;
}
.spCharaWrap_txt {
	color: #000;
	font-size: 20px;
	transform: rotate(-9deg);
	padding-left: 52px;
	width: 94%;/* padding-right: 40px; */
}
.spCharaWrap_catch_bg {
	background: #3a3a3a;
	width: 100%;
	height: 150px;
	position: absolute;
	z-index: 3;
	transform: skewY(-9deg);
	bottom: 0;
	left: 0;
}
.spCharaWrap_catch {
	position: absolute !important;
	margin: auto;
	left: 50%;
	transform: translateX(-50%);
}
.charaBackSp {
	width: 280px;
	height: 60px;
	background: url(../images/chara_back.png) no-repeat center;
	border: 1px solid #fff;
	margin: 90px auto 0;
}
.charaBackSp a {
	display: block;
	width: 100%;
	height: 100%;
}
/*----[[ CHARACTER ]]----*/
#chara01_dSp {
	background: url(../images/chara01_bg_sp.jpg) no-repeat 0 0 / 100%;
}
#chara01_dSp .spCharaWrap_box:before {
	background: #e5c40f;
}
#chara01_dSp .spCharaWrap_catch {
	bottom: -9px;
}
#chara02_dSp {
	background: url(../images/chara02_bg_sp.jpg) no-repeat 0 0 / 100%;
}
#chara02_dSp .spCharaWrap_box:before {
	background: #a8424f;
}
#chara02_dSp .spCharaWrap_catch {
	bottom: 13px;
}
#chara03_dSp {
	background: url(../images/chara03_bg_sp.jpg) no-repeat 0 0 / 100%;
}
#chara03_dSp .spCharaWrap_box:before {
	background: #5d5da7;
}
#chara03_dSp .spCharaWrap_catch {
	bottom: -9px;
}
#chara04_dSp {
	background: url(../images/chara04_bg_sp.jpg) no-repeat 0 0 / 100%;
}
#chara04_dSp .spCharaWrap_box:before {
	background: #50a2d8;
}
#chara04_dSp .spCharaWrap_catch {
	bottom: -9px;
}
/*----[[ CHARACTER ]]----*/
#t_staff {
	position: relative;
	z-index: 4;
	margin-top: -60px;
}
#t_staffIn {
	position: relative;
	padding: 48px 0 94px;
	z-index: 2;
}
#t_staff:after {
	content: "";
	background: #191919;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -60px;
	left: 0;
	transform: skewY(-8deg);
	z-index: 1;
}
ul.staffList {
	margin-left: 160px;
	width: calc(100% - 160px);
	padding-right: 5px;
	display: -webkit-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.staffList li.w100 {
	width: 100%;
}
ul.staffList li small {
	font-size: 14px;
}
ul.staffList li {
	width: 50%;
	transform: scaleY(1.2);
	font-size: 26px;
	margin-bottom: 50px;
	font-weight: 100;
	line-height: 33px;
}
ul.staffList .role {
	display: block;
	font-size: 16px;
	color: #676767;
	margin-bottom: 1px;
}
ul.staffList .andS {
	font-size: 20px;
}
#t_cast:after {
	content: "";
	background: #000;
	width: 100%;
	height: calc(100% + 210px);
	position: absolute;
	top: -70px;
	left: 0;
	transform: skewY(-8deg);
	z-index: 1;
}
#t_castIn {
	position: relative;
	padding: 54px 0 100px;
	z-index: 2;
}
ul.castList {
	margin-left: 90px;
	width: calc(100% - 216px);
	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: rgba(0,0,0,.8);
}
#movModalIn {
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 640px;
	height: 360px;
}
#movModalIn iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.modalClose {
	width: 110px;
	height: 100px;
	position: absolute;
	top: -120px;
	right: 10px;
	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: #b55cad;
	top: 50px;
	left: 5px;
	transform: rotate(40deg);
}
.modalClose a span:last-child {
	position: absolute;
	display: block;
	width: 100px;
	height: 2px;
	background: #5f7dbf;
	top: 50px;
	left: 5px;
	transform: rotate(-40deg);
}
/* ▼ FOOTER ▼ --------------------------------- 
-------------------------------------------------*/

.pageTop {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 7;
}
.pageTop a {
	display: block;
}
body#index footer {
	background: #000;
	z-index: 6;
	padding: 40px 0 100px;
}
footer {
	padding: 130px 0 60px;
	position: relative;
	z-index: 2;
}
footer > small {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #616161;
	margin-bottom: 60px;
}
#shareArea ul {
	display: -webkit-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	margin-bottom: 70px;
}
#shareArea ul li {
	margin: 0 50px;
}
#shareArea ul li img {
	width: 100%;
}
#shareArea ul li.tw {
	width: 58px;
}
#shareArea ul li.fb {
	width: 51px;
}
#shareArea ul li.ln {
	width: 53px;
}
.infoBtn {
	margin-bottom: 30px;
}
.infoBtn a {
	display: block;
	width: 400px;
	height: 60px;
	line-height: 56px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	margin: 0 auto;
	border: 2px solid #b55cad;
	font-weight: 600;
}
.notice {
	text-align: center;
	color: #616161;
	font-size: 12px;
}
/* ▼ SUB ▼ --------------------------------- 
-------------------------------------------------*/

body, .subCont {
	display: -webkit-box;
	display: flex;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-height: 100vh;
}
footer {
	margin-top: auto;
}
body#sub #fullWrap:before {
	content: "";
	position: fixed;
	background: url(../images/sub_allbg_sp.jpg) no-repeat left top / 100%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.subContIn {
	position: relative;
	z-index: 2;
	padding-top: 147px;
}
.subRightWrap {
	padding: 0 30px;
}
/*----------[[ NEWS & EVENT ]]----------*/

ul.subNewsList li {
	position: relative;
	padding: 30px 0;
	display: -webkit-box;
	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:before {
	content: "";
	width: 29px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -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 > p.s_newsDate span {
	transform: scaleY(1.2);
	display: block;
	font-size: 18px;
	padding-top: 1px;
}
ul.subNewsList li > a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	transition: .3s ease;
	font-weight: 600;
	line-height: 36px;
}
ul.subNewsList li:nth-child(odd) > p.s_newsDate span {
	color: #b55cad;
}
ul.subNewsList li:nth-child(even) > p.s_newsDate span {
	color: #5f7dbf;
}
ul.pageNation {
	display: -webkit-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-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;
}
ul.subNewsList {
	margin-bottom: 50px;
}
.oneArticle > h3 {
	position: relative;
	padding: 30px 0 40px;
	border-bottom: 1px solid #b55cad;
	display: -webkit-box;
	display: flex;
	margin-bottom: 43px;
}
.oneArticleTtl {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
	display: block;
}
.s_newsDate {
	display: block;
	position: relative;
	margin-right: 30px;
	color: #b55cad;
}
.s_newsDate > span {
	transform: scaleY(1.2);
	display: block;
	font-size: 18px;
	padding-top: 1px;
}
.oneArticleDetail {
	font-size: 20px;
	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;
	text-decoration: none;
}
.listBack a span {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 30px;
}
.s_newsDate:before {
	content: "";
	width: 29px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/mark_p.png) no-repeat 0 0 / 100%;
}
.nBorder {
	border: 5px solid #fff;
	padding: 30px;
	margin: 30px 0;
}
/*----------[[ GOODS ]]----------*/

ul.subGoodsList {
	display: -webkit-box;
	display: flex;
	-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:nth-child(3n) {
	margin-right: 0;
}
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: 20px;
}
.oneGoodsArticle > h3 {
	position: relative;
	padding: 30px 0 40px;
	border-bottom: 1px solid #2a383a;
	margin-bottom: 52px;
	color: #b55cad;
	font-size: 20px;
	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:20px;
	line-height:38px;
	padding:30px 0;
	border-bottom:1px solid #3d203a;
	vertical-align:top;
}
.onairTable th {
	width:150px;
}
.onairTable td .onairDate {
	width:100%;
	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: 100%;
	min-height: 100%;
}
.episode {
	width:580px;
	padding:100px 0;
	margin:0 auto;
}
.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: 360px;
	width: 640px;
	margin-bottom: 10px;
	margin-left:-30px;
	margin-right:-30px;	
}
.episodeImage img {
	width:640px;
	height:360px;
}
.episodeImageSub {
	display:flex;
	justify-content:space-between;
	margin:0 -30px;
	flex-wrap:wrap;
}
.episodeImageSub li {
	margin-bottom:10px;
}
.episodeImageSub li,
.episodeImageSub li a {
	width:154px;
	display:block;
	overflow:hidden;
}
.episodeImageSub li img {
	width:154px;
	display:block;
	transition:all 0.3s ease;
}
.episodeText {
	font-size:20px;
	line-height:40px;
	letter-spacing:0.1em;
}
#episodeModal .modalClose {
	width: 110px;
	height: 100px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
}

/*----------[[ BDDVD ]]----------*/
.bddvdToTkt {
	margin: 0px auto 30px 0;
	height: 48px;
	width: 580px;
}
.bddvdToTkt a {
	width:580px;
	display:block;
	height:60px;
	background:#FFF;
	color:#b55cad;
	text-align:center;
	line-height:58px;
	text-decoration:none;
	font-size:20px;
	transition:all 0.3s ease;
	font-weight:600;
	margin:0 auto;
}
.bddvdList {
	width: 580px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.bddvdList li {
	width:280px;
	margin-bottom:20px;
}
.bddvdList li a {
	display:block;
	text-decoration:none
}
.bddvdThumb {
	height: 398px;
	width: 280px;
	overflow: hidden;
	margin-bottom:10px;
}
.bddvdThumb span {
	display:block;
	height:398px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	transition:all 0.3s ease;
}
.bddvdList li:nth-child(1) .bddvdThumb span{
	background-image:url(../images/bddvd/1thumb_sp.jpg);
}
.bddvdList li:nth-child(2) .bddvdThumb span{
	background-image:url(../images/bddvd/2thumb_sp.jpg);
}
.bddvdList li:nth-child(3) .bddvdThumb span{
	background-image:url(../images/bddvd/3thumb_sp.jpg);
}
.bddvdList li:nth-child(4) .bddvdThumb span{
	background-image:url(../images/bddvd/4thumb_sp.jpg);
}
.bddvdListBtn {
	height: 60px;
	width: 280px;
	border: 1px solid #B55CAD;
	line-height: 58px;
	text-align: center;
	font-weight: 600;
	transition:all 0.3s ease;
	color:#B55CAD;
}
.bddvdSingle {
	width: 580px;
}
.bddvdSingle h3 {
	height:100px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:24px;
	color:#b55cad;
	font-weight:bold;
	border-bottom:1px solid #2a383a;
	margin-bottom:40px;
}
.bddvdMainimg {
	margin-bottom:30px;
}
.bddvdMainText {
	font-size:20px;
	line-heightt:40px;
	font-weight:500;
	margin-bottom:40px;
}
.bddvdMainText strong {
	font-size:22px;
	color:#b55cad;
}
.bddvdSpecialEach {
	margin-bottom: 60px;
}
.bddvdSpecialText {
	font-size: 20px;
	line-height: 38px;
	font-weight: 500;
	margin-bottom: 20px;
}
.bddvdSpecialText strong {
	font-size:20px;
	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;
}
.bddvdToSingle {
	display:flex;
	justify-content:space-between;
}
.bddvdToSingle li {
	height: 60px;
	width: 280px;
}
.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 .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: 500px;
	margin: 0 auto;
}

.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: 500px;
	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;
}
.eventLink2 {
	display:flex;
	justify-content:space-between;
}
.eventLink2 li {
	height: 60px;
	width: 500px;
	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;
}

.bddvdToNews {
	display:flex;
	justify-content:space-between;
	margin: 20px 0 50px;
}
.bddvdToNews li {
	height: 60px;
	width: 280px;
}
.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;
}

.bddvdToNewsH {
	display:flex;
	justify-content:space-between;
	margin: 20px 0 10px;
}
.bddvdToNewsH li {
	height: 60px;
	width: 280px;
}
.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;
}
.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:50px;
	display: block;
	margin:0 auto;
	font-size:20px;
	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:16px;
	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:100%;
}
.audioList dt {
	text-align: center;
	color:#FFF;
	font-weight: bold;
	margin-bottom:10px;
}
.audioList dd {
	margin-bottom:40px;
}
.audioList dd a {
	display: block;
	height:65px;
	text-align:center;
	line-height: 65px;
	border:2px solid #FFF;
	text-decoration: none;
	color:#FFF;
	font-weight: bold;
	transition:all 0.3s ease;
	border-radius: 3px;
}
.t22p {
	color: #FF4F90;
}