@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:500&display=swap');
@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;
}
::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
 background: #000;
 color:#fff;
}
* { outline: none; }
body {
	font-family: "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	overflow-y: scroll;
	overflow-x: auto;
}
a { color: #000; }
a:hover { text-decoration: none; }
.sp { display: none !important; }
.pc{ display: block; }
.jo { font-family: 'Jost', 'Questrial', sans-serif; }
.min { font-family: "Yu Mincho", "YuMincho", sans-serif;  }
.goth { font-family: "Yu Gothic", YuGothic, sans-serif; }

#fullWrap {
	min-width: 1200px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#nav {
	width: 200px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 200;
}
#nav h1 {
	width: 200px;
	height: 90px;
	margin-top: 25px;
}
#nav h1 a {
	display: block;
	height: 90px;
	background: url(../images/logo.png) no-repeat center;
}
#nav h1 a:hover { animation: blink 0.15s steps(7) forwards; }

nav ul { padding-top: 25px; }
nav li {
	padding-left: 15px;
	height: 30px;
	margin: 5px 0 ;
}
nav li.cs a { pointer-events: none; }
nav li.cs a span { color: #ADADAD; }
nav li a {
	display: inline-block;
	height: 30px;
	transform: skewX(-15deg);
	position: relative;
	z-index: 1;
	text-decoration: none;
	padding: 0 10px;
	overflow: hidden;
}
nav li a span {
	display: block;
	color: #e4007f;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	transform: skewX(15deg);
	transition: all .3s ease;
}
@keyframes hoverin {  from {
 left:-102%;
}
to { left: -1%; }
}
@keyframes hoverout {  from {
 left:-1%;
}
to { left: 102%; }
}
nav li a:before {
	content: '';
	position: absolute;
	left: -102%;
	top: 0;
	width: 102%;
	bottom: 0;
	background: #e4007f;
	z-index: -1;
	/*transform: skewX(-15deg);*/
	animation: hoverout 0.14s ease forwards;
	opacity: 0;
}
nav li a:hover:before, nav li a.active:before { 
	animation: hoverin 0.14s ease forwards;
	opacity: 1;
}
nav li a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center center;
}
nav li a:hover:after, nav li a.active:after { opacity: 1; }
@keyframes blink { 0%, 33%, 66%, 100% {
 opacity:1;
}
 16.5%, 50%, 82.5% {
 opacity:0;
}
}
@keyframes blink_r { 0%, 33%, 66%, 100% {
 opacity:0;
}
 16.5%, 50%, 82.5% {
 opacity:1;
}
}
nav li a:hover { animation: blink 0.15s steps(7) forwards;}
nav li a:hover span, nav li a.active span {color: #fff;}
#share {
	display: flex;
	padding-left: 20px;
	padding-top: 10px;
}
#share li {
	height: 30px;
	width: 30px;
	overflow: hidden;
	transform: skewX(-15deg);
	margin: 0 2px;
}
#share li a {
	display: block;
	height: 30px;
	width: 30px;
	transform: skewX(15deg);
}
#share li a:hover { animation: blink 0.15s steps(7) forwards; }
#share li a:before {
	content: '';
	position: absolute;
	left: -102%;
	top: 0;
	width: 102%;
	bottom: 0;
	background: #e4007f;
	z-index: 1;
	transform: skewX(-15deg);
	animation: hoverout 0.14s ease forwards;
}
#share li a:hover:before { animation: hoverin 0.14s ease forwards; }
#share li a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2
}
#tw a:after { background-image: url(../images/icon_tw.png); }
#fb a:after { background-image: url(../images/icon_fb.png); }
#ln a:after { background-image: url(../images/icon_ln.png); }
#tw a:hover:after { background-image: url(../images/icon_tw_ov.png); }
#fb a:hover:after { background-image: url(../images/icon_fb_ov.png); }
#ln a:hover:after { background-image: url(../images/icon_ln_ov.png); }
#banner {
	padding-top: 20px;
	padding-left: 21px;
}
#banner li {
	width: 140px;
	height: 30px;
	padding: 4px;
}
#banner li a { display: block; }
#banner li a:hover { animation: blink 0.15s steps(7) forwards; }

#mainCont {
	width: calc(100% - 200px);
	margin-left: auto;
	position: relative;
}
#mvWrap { position: relative; }
#catch {
	background: url(../images/catch.png) no-repeat left top / auto 100%;
	position: absolute;
	height: 43.5%;
	left: 3.75%;
	top: 30px;
	right: 3.75%;
	display: none;
	pointer-events:none;
}
#mvLogo {
	background: url(../images/logo_l.png) no-repeat right top / contain;
	height: 16.5%;
	width: 29.5%;
	position: absolute;
	right: 30px;
	bottom: 30px;
	opacity: 0;
	pointer-events:none;
}
#startDate {
	background-image: url(../images/startdate.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 296px;
	height: 127px;
	opacity: 0;
	z-index: 1;
}
footer {
	position: relative;
    z-index: 10000;
}
#ftCont {
	width: 100%;
	/*height: 260px;*/
	display: flex;
	flex-wrap: wrap;
}
#ftCont li {
	width: 50%;
	/*height: 260px;*/
}
#topMov {
	background: #000;
	/*height: 260px;*/
	position: relative;
	cursor: pointer;
}
#topMov .ytMovie { border: unset; }
#topMov:hover { animation: blink 0.15s steps(7) forwards; }
#official_tw {
	padding: 20px 20px 40px 20px;
	box-sizing: border-box;
	position: relative;
	background: #e4007f;
}
#official_tw p {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	right: 20px;
	bottom: 3px;
	z-index: 1;
}
#twidget {
	height: 100%;
	overflow: hidden;
	background: #fff;
}
#copyright {
	font-size: 10px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	line-height: 70px;
	color: #000;
	text-align: center;
	background: #fff;
}
canvas#sakura {
	border: none;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    pointer-events: none;
    z-index: 1000;
}

.ss { animation: blink 0.15s steps(7) forwards; }
.ss2 { animation: blink_r 0.15s steps(7) forwards; }
#loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 99999;
}
/*================================== SUB =====================================*/
.contIn {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding-bottom: 80px;
}
.contIn h2 {
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.2em;
	transform: scale(0.95,1);
	padding: 60px 0;
}
.contIn p {
	letter-spacing: 0.05em;
}
#backBtn {
	width: 190px;
    height: 40px;
    margin: auto;
    padding: 40px 0;
}
#backBtn a {
	display: block;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    line-height: 37px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #fff;
    text-decoration: none;
    border: 2px #fff solid;
    border-radius: 6px;
    position: relative;
    box-sizing: border-box;
}
#backBtn a:before, #backBtn a:after {
    content: "";
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 15px;
    transition: all .3s ease;
}
#backBtn a:before { top: 14px; }
#backBtn a:after { bottom: 14px; }
#backBtn a:hover:before {
    top: 18px;
    transform: rotate(90deg);
}
#backBtn a:hover:after { bottom: 16px; }
#backBtn a:hover {animation: blink 0.15s steps(7) forwards;}

/*-------------------- STORY --------------------*/
.story .contIn {
	background-image: url(../images/sub_bg02.jpg);
}
#storyText { padding-bottom: 100px; }
#storyText p {
	text-align: center;
	font-size: 22px;
	line-height: 56px;
	transform: scale(0.95,1);
}
#storyText p strong {
	font-size: 22px;
	font-weight: 500;
}

/*-------------------- NEWS --------------------*/
.news .contIn { 
	background-image: url(../images/sub_bg.jpg);
}
#news_list {
	width: 88%;
	margin: auto;
}
#news_list > ul {
	padding-bottom: 55px;
}
#news_list > ul > li {
	border-bottom: 1px dashed #dcdcdc;
    position: relative;
}
#news_list > ul > li > a{
	display: flex;
    align-items: center;
    padding: 0 30px;
    text-decoration: none;
    position: relative;
    padding: 35px 0;
    box-sizing: border-box;
    min-height: 120px;
}
#news_list > ul > li > a:hover {
	animation: blink 0.15s steps(7) forwards;
}
#news_list > ul > li > a:hover .newsTitle { color: #fff; }
.n_subinfo { display: contents; }

.newsTime {
	font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.1em !important;
    height: 30px;
    font-weight: 500;
    color: #000;
    margin: 0 -45px;
    transform: scale(0.5,1) !important;
    color: #fff;
}
.newsTags {
	width: 80px;
    padding-top: 3px;
    padding-right: 40px;
    padding-left: 40px;
}
.newsTags li {
	width: 80px;
	margin: 0px 0px 3px;
    border-radius: 3px;
    height: 15px;
    line-height: 16px;
    font-size: 11px;
    text-align: center;
}
.newsCategory { background: #fff; color: #ff007e; font-weight: 600;}
.isUpdate { background: #ff007e; color: #fff; }
.newsTitle {
	font-size: 18px;
	line-height: 24px;
	word-break: break-all;
	color: #000;
}
.news article {
	width: 88%;
	margin: auto;
}
.news article h3 {
	display: flex;
    align-items: center;
    padding: 0 30px;
    text-decoration: none;
    position: relative;
    padding: 35px 0;
    box-sizing: border-box;
    min-height: 120px;
    border-bottom: 1px dashed #dcdcdc;
    position: relative;
}
.news article h3 .newsTitle { color: #fff; }
.news_text {
	width: 880px;
	margin: auto;
	font-size: 18px;
	line-height: 34px;
	padding: 35px 0;
}
.news_text a {color: #fff;}
.news_text a:hover { 
	animation: blink 0.15s steps(7) forwards; 
}
.pagingBox {
	width: 88%;
	margin: auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pagingBox a,
.pagingBox span {
	text-decoration: none;
    display: block;
    width: 70px;
    height: 30px;
    margin: 0 5px 10px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    transition: all 0.3s ease;
    color: #fff;
    border: 2px #fff solid;
    border-radius: 6px;
}
.pagingBox a { border: 1px solid #fff; }
.pagingBox a {
	color: #fff;
	text-decoration: none;
	border: 2px #fff solid;
}
.pagingBox a:hover,
.pagingBox span {
	color: #fff;
    border: 2px #fff solid;
    background: #ff007e;
}
.pagingBox a:hover {
	animation: blink 0.15s steps(7) forwards; 
}
.pagingBox .none { display: none; }


/*-------------------- MOVIE --------------------*/
.movie .contIn {
	background-image: url(../images/sub_bg02.jpg);
}
.movieBox {
	width: 800px;
	margin: auto;
	padding-bottom: 80px;
}
.movieBox:last-child { padding-bottom: 0; }
.ytMovie {
	position: relative;	
	width: 100%;
 	padding-top: 56.25%;
 	border: 12px solid #fff;
 	box-sizing: border-box;
}
.ytMovie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.movieTitle {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.movieTitle p {
	background: #fff;
	display: inline-block;
	color: #e4007f;
	font-size: 18px;
	line-height: 26px;
	padding: 5px 25px;
	transform: scale(0.95,1);
	letter-spacing: 0.01em;
}


/*-------------------- CHRACTER --------------------*/
.character .contIn {
	background-image: url(../images/sub_bg03.jpg);
	padding-bottom: 0;
}
#thumbsWrap {
	background: url(../images/sub_bg03.jpg) no-repeat;
	background-size: cover;
}
.thumb_list {
	display: flex;
	flex-wrap: wrap;
}
.thumb_list h3 {
	display: block;
	width: calc(100% / 5);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: relative;
}
.thumb_list ul {
	display: flex;
	flex-wrap: wrap;
	width: calc((100% / 5)* 4 );
}
.thumb_list li {
	width: calc(100% / 4);
	background: #000;
}
.thumb_list li a {display: block;}
.thumb_list li a:hover {
	animation: blink 0.15s steps(7) forwards;
}
.thumb_list li a:hover img { opacity:.7; }
#group01 h3 {
	background-color: #000;
	background-image: url(../images/group_name01.png);
}
#group02 h3 {
	background-color: #000;
	background-image: url(../images/group_name02.png);
}
.c_detail .contIn {
	background-size: 100% auto;
	position: relative;
	background-position: center top;
}
#charaMain {
	padding-top: 900px;
	position: relative;
	margin-top: -163px;
}
#c_upper {
	height: 900px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#c_upper h3 {
	display: block;
	width: 200px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
}
.c_group01 #c_upper h3 {
	background-color: #000;
	background-image: url(../images/group_name01.png);
}
.c_group02 #c_upper h3 {
	background-color: #000;
	background-image: url(../images/group_name02.png);
}
#c_main {
	width: 800px;
	position: absolute;
	top: 150px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 100px;
}
.c_main_img {
	display: block;
	margin-left: auto;
	margin-right: 40px;
	transform: translate(30px, -15px);
	transition: all .3s ease;
	opacity: 0;
}
.c_main_img.on {
	transform: translate(0, 0);
	opacity: 1;
}
#c_catch {
	position: absolute;
	left: 85px;
	top: 80px;
	opacity: 0;
	transition: all 1s ease;
	z-index: 10;
}
#c_catch.on {
	opacity: 1;
}
#nameBox {
	display: inline-block;
	position: absolute;
	right: 40px;
	top: 610px;
	opacity: 0;
	transition: all 1s ease;
	z-index: 10;
}
#nameBox.on {
	opacity: 1;
}
#c_name img {
	display: block;
	margin: auto;
}
#c_bottom { 
	background: #fff;
}
.c_disc {
	width: 460px;
	word-break: break-all;
	position: relative;
	z-index: 1;
}
.c_disc p {
	width: 460px;
	word-break: break-all;
	color: #000;
	font-size: 18px;
	line-height: 36px;
	padding: 30px 0;
	letter-spacing: 0.2em;
	position: relative;
}
.m_name {
	position: absolute;
	left: 16px;
    bottom: 43px;
}
#backBtn02 {
	width: 460px;
	height: 40px;
	padding-bottom: 95px;
}
#backBtn02 a {
	display: block;
	height: 40px;
	border: 2px solid #e4007f;
	box-sizing: border-box; 
	background: url(../images/backBtn02.png) no-repeat center;
}
#backBtn02 a:hover {
	background: url(../images/backBtn02_ov.png) no-repeat center;
	background-color: rgba(228,0,127,.5);
	animation: blink 0.15s steps(7) forwards;
}
.chara1_1 .contIn { background-image: url(../images/character/c_bg1_1.jpg); }
.chara1_2 .contIn { background-image: url(../images/character/c_bg1_2.jpg); }
.chara1_3 .contIn { background-image: url(../images/character/c_bg1_3.jpg); }
.chara1_4 .contIn { background-image: url(../images/character/c_bg1_4.jpg); }
.chara1_5 .contIn { background-image: url(../images/character/c_bg1_5.jpg); }
.chara1_6 .contIn { background-image: url(../images/character/c_bg1_6.jpg); }

.chara2_1 .contIn { background-image: url(../images/character/c_bg2_1.jpg); }
.chara2_2 .contIn { background-image: url(../images/character/c_bg2_2.jpg); }
.chara2_3 .contIn { background-image: url(../images/character/c_bg2_3.jpg); }

.chara1_1 .c_main_img { margin-right: 100px; }
.chara1_3 .c_main_img { margin-right: 80px; }
.chara1_4 .c_main_img { margin-right: 100px; }
.chara1_5 .c_main_img { margin-right: 160px; }
.chara1_6 .c_main_img { margin-right: 160px; }
.chara2_2 .c_main_img { margin-right: 160px; }
.chara2_3 .c_main_img { margin-right: 160px; }
.chara2_3 #c_catch { top: 0; }


/*-------------------- MECHANIC --------------------*/
.mechanic .contIn {
	background-image: url(../images/sub_bg02.jpg);
	padding-bottom: 0;
}
#m_upper {
	position: relative;
	width: 1000px;
	margin: auto;
}
.m_main_img {
	display: block;
	margin: auto;
}
#m_nameBox {
	position: absolute;
	top: 30px;
	left: 55px;
	display: flex;
	flex-wrap: wrap;
}
#m_name {margin-right: 10px;}
#pilot { position: relative; }
#pilot img {
	position: absolute;
	bottom: 0;
}
.m_disc p {
	width: 900px;
	margin: auto;
    word-break: break-all;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    padding: 40px 0;
    letter-spacing: 0.2em;
}
#m_bottom #backBtn02 { margin: auto; }
#m_bottom #backBtn02 a {
	border: 2px solid #fff;
    box-sizing: border-box;
    background: url(../images/backBtn02_ov.png) no-repeat center;
}
#m_bottom #backBtn02 a:hover {
	background: url(../images/backBtn02_ov.png) no-repeat center;
}
/*-------------------- STAFF & CAST --------------------*/
.staffcast .contIn {
	background-image: url(../images/sub_bg.jpg);
	position:relative;
}
.staffcast .contIn:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 50%;
	background: rgba(0,0,0,.2);
}
.staffcast .contIn h2 { padding-right: 3px; }
#scWrap {
	width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}
.sc_lsit {
	width: 50%;
	box-sizing: border-box;
	position: relative;
}
.sc_lsit ul {
	padding-left: 100px;
}
.sc_lsit li {
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: 0.1em;
	transform: scale(0.95,1);
	padding: 12px 0; 
}
.cc_name { font-size: 18px; }


/*-------------------- COMMENT --------------------*/
.comment .contIn { 
	background-image: url(../images/sub_bg.jpg);
}
.comment article {
	width: 88%;
	margin: auto;
}
.comment article h3 {
	display: flex;
    align-items: center;
    padding: 0 30px;
    text-decoration: none;
    position: relative;
    padding: 35px 0;
    box-sizing: border-box;
    min-height: 120px;
    border-bottom: 1px dashed #dcdcdc;
    position: relative;
}
.comment article h3 .newsTitle { color: #fff; }


/*-------------------- event --------------------*/
.event .contIn { 
	background-image: url(../images/sub_bg.jpg);
}
.event article {
	width: 88%;
	margin: auto;
}
.event article h3 {
	display: flex;
    align-items: center;
    padding: 0 30px;
    text-decoration: none;
    position: relative;
    padding: 35px 0;
    box-sizing: border-box;
    min-height: 120px;
    border-bottom: 1px dashed #dcdcdc;
    position: relative;
}
.event article h3 .newsTitle { color: #fff; }


/*-------------------- onair --------------------*/
.onair .contIn { 
	background-image: url(../images/sub_bg.jpg);
}
.onair article {
	width: 88%;
	margin: auto;
}
.onair article h3 {
	display: flex;
    align-items: center;
    padding: 0 30px;
    text-decoration: none;
    position: relative;
    padding: 35px 0;
    box-sizing: border-box;
    min-height: 120px;
    border-bottom: 1px dashed #dcdcdc;
    position: relative;
}
.onair article h3 .newsTitle { color: #fff; }

/*=================== EPISODES =====================*/
.episodes .contIn { 
	background-image: url(../images/sub_bg02.jpg);
}
#episodes_list {
	width: 810px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#episodes_list li {
	width: 395px;
	margin: 0 5px 10px;
	background: #000;
}
#episodes_list li a {
	display: block; 
	width: 395px;
	height: 100%;
	text-decoration: none;
}
.ep_thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.ep_title {
	height: calc(100% - 222.19px);
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.ep_title:before, .ep_title:after  {
	content: '';
	width: 400px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(228,0,127,1);
	transform: skewX(-15deg);
	transition: all .3s ease;
}
.ep_title:before {
	left: -110%;
}
.ep_title:after {
	left: 110%;
}
.ep_title span {
	display: block;
	color: #e4007f;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    padding: 6px 25px;
    transform: scale(0.95,1);
    letter-spacing: 0.01em;
    text-align: center;
    transition: all .3s ease;
    position: relative;
    z-index: 10;
}
#episodes_list li a:hover .ep_title span {
	color: #fff;
}
#episodes_list li a:hover .ep_title:before {
	left: -5px;
}
#episodes_list li a:hover .ep_title:after {
	left: 5px;
}
#imgBox {
	width: 800px;
    margin: auto;
}
.detaiImg { width: 800px; }
.imgClick {
	padding-top: 5px;
	padding-bottom: 30px;
	width: 800px;
	margin: auto;
	display: flex;
    flex-wrap: wrap;
}
.imgClick li {
	width: calc((100% - 50px) / 6);
	margin-right: 10px;
	margin-bottom: 10px;
	background: #000;
}
.imgClick li:nth-child(6n) { margin-right: 0; }
.imgClick li a { display: block; }
.imgClick li a:hover { opacity: 0.9; }
.imgClick li a img {
	display: block;
	width: 100%;
	height: auto;
}
.imgClick li a.active { 
	opacity: 0.7;
	pointer-events: none;
}
#imgBox h3 {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
}
#imgBox h3 span {
	display: block;
	color: #e4007f;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    padding: 6px 25px;
    transform: scale(0.95,1);
    letter-spacing: 0.01em;
    text-align: center;
    background: #fff; 
}
.epText {
	width: 800px;
    margin: auto;
    font-size: 18px;
    line-height: 34px;
}

.newsLL {
	width: 450px;
	margin-right: 40px;
	float: left;
}
.newsRR {
	width: 400px;
	float: left;
	font-size: 18px;
	line-height: 34px;
	padding: 35px 0;	
}


/*=================== BDDVD =====================*/
.bddvd .contIn {
	background-image: url(../images/sub_bg.jpg);
}
#bddvd_list {
	width: 810px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#bddvd_list li {
	width: 395px;
	margin: 0 5px 10px;
	background: #000;
}
#bddvd_list li a {
	display: block; 
	width: 395px;
	height: 100%;
	text-decoration: none;
}

#bddvd_list li a:hover .ep_title span {
	color: #fff;
}
#bddvd_list li a:hover .ep_title:before {
	left: -5px;
}
#bddvd_list li a:hover .ep_title:after {
	left: 5px;
}

#bddvd_list .ep_title {
	height: 50px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

#tokutenBtn {
	width: 690px;
    height: 40px;
    margin: auto;
    padding: 40px 0;
}
#tokutenBtn a {
	display: block;
    height: 40px;
    font-size: 18px;
    font-weight: 800;
    line-height: 37px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #fff;
    text-decoration: none;
    border: 2px #fff solid;
    border-radius: 6px;
    position: relative;
    box-sizing: border-box;
}
#tokutenBtn a:before, #tokutenBtn a:after {
    content: "";
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 15px;
    transition: all .3s ease;
}
#tokutenBtn a:before { top: 14px; }
#tokutenBtn a:after { bottom: 14px; }
#tokutenBtn a:hover:before {
    top: 18px;
    transform: rotate(90deg);
}
#tokutenBtn a:hover:after { bottom: 16px; }
#tokutenBtn a:hover {animation: blink 0.15s steps(7) forwards;}


/*=================== BDDVD =====================*/
.music .contIn {
	background-image: url(../images/sub_bg.jpg);
}
#music_list {
	width: 810px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
}
#music_list li {
	width: 395px;
	margin: 0 5px 10px;
	background: #000;
}
#music_list li a {
	display: block; 
	width: 395px;
	height: 100%;
	text-decoration: none;
}

#music_list li a:hover .ep_title span {
	color: #fff;
}
#music_list li a:hover .ep_title:before {
	left: -5px;
}
#music_list li a:hover .ep_title:after {
	left: 5px;
}

#music_list .ep_title {
	height: 50px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.newsLLM {
	width: 450px;
	margin-right: 40px;
	float: left;
	padding: 35px 0 0;
}
.newsRRM {
	width: 400px;
	float: left;
	font-size: 18px;
	line-height: 34px;
	padding: 35px 0;	
}
