@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: 20px;
	color: #FFF;
	background-color: #000;
	overflow-y: scroll;
	overflow-x: auto;
}
a { color: #000; }
a:hover { text-decoration: none; }
.pc { display: none !important; }
.sp { 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 {
	width: 640px;
	overflow: hidden;
	position: relative;
}
#nav {
	width: 640px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #d7477f;
	z-index: 200;
	display: none;
	overflow-y: auto;
	z-index: 100;
}

#nav h1 {
	width: 640px;
	height: 90px;
	background: #d7477f;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
#nav h1.on {
	animation-delay: 1s;
	animation: blink 0.3s steps(7) forwards;
}
#nav h1.off {
	animation: blink 0.3s steps(7) forwards;
}
#nav h1 a {
	display: block;
	height: 90px;
	background: url(../images/sp/logo.png) no-repeat center top 20px;
}
nav ul { padding-top: 120px; }
nav li {
	padding-left: 100px;
	margin: 30px 0;
}
nav li.cs a { pointer-events: none; }
nav li.cs a span { color: #ADADAD; }
nav li a {
	display: inline-block;
	height: 70px;
	position: relative;
	z-index: 1;
	text-decoration: none;
	overflow: hidden;
}
nav li a span {
	display: block;
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	line-height: 70px;
	letter-spacing: 0.1em;
}
@keyframes hoverin {  from {
 left:-102%;
}
to { left: -1%; }
}
@keyframes hoverout {  from {
 left:-1%;
}
to { left: 102%; }
}

@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;
}
}
#share {
	display: flex;
	padding-left: 100px;
}
#share li {
	height: 70px;
	width: 70px;
	overflow: hidden;
	margin-right: 45px;
}
#share li a {
	display: block;
	height: 70px;
	width: 70px;
	background-repeat: no-repeat;
	background-position: center;
}

#tw a{ background-image: url(../images/sp/icon_tw.png); }
#fb a{ background-image: url(../images/sp/icon_fb.png); }
#ln a{ background-image: url(../images/sp/icon_ln.png); }
#banner {
	margin: 60px 0;
	padding-left: 100px;
}
#banner li {
	width: 410px;
	height: 90px;
	padding-bottom: 20px;
}
#banner li a { 
	display: block;
	height: 90px;
}
#bnr01 a { background: url(../images/sp/bnr01.jpg) no-repeat center; }
#bnr02 a { background: url(../images/sp/bnr02.jpg) no-repeat center; }

#mainCont {
	width: 100%;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: -2px;
}
#mvWrap { position: relative; }
#catch {
	background: url(../images/sp/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/sp/mv_logo.png) no-repeat right top / contain;
	height: 131px;
	width: 237px;
	position: absolute;
	left: 30px;
	bottom: 30px;
	opacity: 0;
	pointer-events:none;
}
#startDate {
	background: url(../images/sp/startdate.png) no-repeat center center / contain;
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 337px;
	height: 152px;
	opacity: 0;
	z-index: 1;
}
footer {}
#ftCont {
	width: 100%;
	border-top: 20px solid #fff; 
	border-left: 20px solid #fff; 
	border-right: 20px solid #fff;
	box-sizing: border-box;
}

#ftCont li {
	width: 100%;
	height: 350px;
}
#ftCont li#topMov {
	display: block;
	height: 335px;
	position: relative;
	background: #000;
}
#topMov .ytMovie { border: unset; }
#official_tw {
	padding: 20px 20px 40px 20px;
	box-sizing: border-box;
	position: relative;
	background: #e4007f;
}
#official_tw p {
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	right: 20px;
	bottom: 5px;
	z-index: 1;
	letter-spacing: 0.1em;
}
#twidget {
	height: 275px;
	overflow: hidden;
	background: #fff;
}
#twidget iframe { height: 275px;  }
#copyright {
	font-size: 14px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	line-height: 90px;
	color: #000;
	text-align: center;
	background: #fff;
	position: relative;
	padding-top: 2px;
}
#copyright:before {
	content: "";
	background: #fff;
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 3px;
}
.ss { animation: blink 0.15s steps(7) forwards; }
.ss2 { animation: blink_r 0.15s steps(7) forwards; }
#notScroll {
	position: fixed;
	z-index: 200000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#loading {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #fff;
	z-index: 99999;
}


#menuBtn {
	width: 90px;
	height: 90px;
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 500;
}
#menuBtn a {
	display: block;
	height: 90px;
	position: relative;
}
#menuBtn a span {
	width: 30px;
	height: 3px;
	background: #e4007f;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	transition: all .3s ease;
}
#menuBtn a span:nth-child(1) { top:34px; }
#menuBtn a span:nth-child(2) { top: 50%; transform: translateY(-50%); }
#menuBtn a span:nth-child(3) { top:53px; }
#menuBtn a.active span:nth-child(1) { top:44px; transform: rotate(35deg);}
#menuBtn a.active span:nth-child(2) { margin-left: 0; opacity: 0; }
#menuBtn a.active span:nth-child(3) { top:44px; transform: rotate(-35deg);}


/*================================== SUB =====================================*/
#sub_logo {
	width: 100%;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#sub_logo a {
    display: block;
    height: 90px;
    background: url(../images/sp/logo.png) no-repeat center top 20px;
}
.contIn {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 80px;
	padding-top: 90px;
}
.contIn h2 {
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.2em;
	transform: scale(0.95,1);
	padding: 50px 0;
}
.contIn p {
	letter-spacing: 0.05em;
}
#backBtn {
    height: 40px;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#backBtn a {
	display: inline-block;
    height: 40px;
    font-size: 16px;
    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;
    padding-right: 35px;
    padding-left: 20px;
    min-width: 190px;
}
#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; }



/*-------------------- STORY --------------------*/
.story {
	background: url(../images/sp/sub_bg02.jpg) no-repeat center top;
	background-color: #ec6fb5;
}
#storyText p {
	text-align: center;
	font-size: 24px;
	line-height: 56px;
	transform: scale(0.95,1);
}
#storyText p strong {
	font-size: 24px;
	font-weight: 500;
}

/*-------------------- NEWS --------------------*/
.news { background: #ec6fb5; }
#news_list {
	width: 600px;
	margin: auto;
}
#news_list > ul {
	padding-bottom: 55px;
}
#news_list > ul > li {
	border-bottom: 1px dashed #dcdcdc;
    position: relative;
    padding: 30px 0;
}
#news_list > ul > li > a{
    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: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.newsTime {
	font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.1em !important;
    height: 30px;
    font-weight: 500;
    color: #000;
    margin: 0 -43px;
    transform: scale(0.5,1) !important;
    color: #fff;
}
.newsTags {
    margin-bottom: 3px;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.newsTags li {
	width: 80px;
	margin-right: 5px;
    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: 20px;
	line-height: 38px;
	word-break: break-all;
	color: #fff;
	letter-spacing: 0 !important;
}
.news article {
	width: 580px;
	margin: auto;
}
.news article h3 {
    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: 100%;
	margin: auto;
	font-size: 20px;
	line-height: 44px;
	padding: 35px 0;
}
.news_text img {
	display: block;
	width: 100%;
	height: auto;
}
.news_text a {color: #fff;}
.pagingBox {
	width: 600px;
	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: 16px;
    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 span {
	color: #fff;
    border: 2px #fff solid;
    background: #ff007e;
}
.pagingBox .none { display: none; }


/*-------------------- MOVIE --------------------*/
.movie {
	background: url(../images/sp/sub_bg02.jpg) no-repeat center top;
	background-color: #ec6fb5;
}
.movieBox {
	width: 600px;
	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;
    margin-top: -1px;
}
.movieTitle p {
	background: #fff;
	display: inline-block;
	color: #e4007f;
	font-size: 22px;
	line-height: 32px;
	padding: 5px 25px;
	transform: scale(0.95,1);
	letter-spacing: 0.01em;
}


/*-------------------- CHRACTER --------------------*/
.character .contIn {
	padding-bottom: 0;
}
.character {
	background: #ec6fb5 url(../images/sp/sub_bg.jpg);
}
#thumbsWrap {
	width: 600px;
	margin: auto;
	padding-top: 20px;
}
.thumb_list {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.thumb_list:last-child { padding-bottom: 0; }
.thumb_list .groupName {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.thumb_list ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.thumb_list li {
	width: calc(100% / 3);
	background: #000;
}
.thumb_list li a {display: block;}
#group01 .groupName {
	background-color: #000;
	background-image: url(../images/group_name01.png);
}
#group02 .groupName {
	background-color: #000;
	background-image: url(../images/group_name02.png);
}
.c_detail .contIn {}
#charaMain {
	position: relative;
}
#c_upper {
	position: relative;
}
#c_upper h3 {
	display: none;
	width: 130px;
	height: 425px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
	bottom: 00px;
	left: 00px;
	z-index: 10;
}
.c_group01 #c_upper h3 {
	background-color: #000;
	background-image: url(../images/sp/group_name01.png);
}
.c_group02 #c_upper h3 {
	background-color: #000;
	background-image: url(../images/sp/group_name02.png);
}
#c_main {
	margin-left: 120px;
	padding-bottom: 70px;
}
.c_main_img {
	display: block;
	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: 50px;
	top: 80px;
	opacity: 0;
	transition: all 1s ease;
	z-index: 10;
}
#c_catch.on {
	opacity: 1;
}
#nameBox {
	display: inline-block;
	position: absolute;
	right: 35px;
	bottom: 60px;
	opacity: 0;
	transition: all 1s ease;
	z-index: 10;
}
#nameBox.on {
	opacity: 1;
}
#c_name img {
	display: block;
	margin: auto;
}
#cv { margin-top: 20px; }
#c_bottom { 
	background: #fff;
}
.c_disc {
	width: 600px;
	margin: auto;
	word-break: break-all;
	position: relative;
	z-index: 1;
	padding: 20px 0;
}
.c_disc p {
	word-break: break-all;
	color: #000;
	font-size: 20px;
	line-height: 41px;
	padding-bottom: 20px;
	letter-spacing: 0.2em;
	position: relative;
}
.m_name {
	position: absolute;
	bottom: 35px;
    left: 20px;
}
.c_group02 .c_disc p { display: none; }
#backBtn02 {
	width: 600px;
	margin: auto;
	height: 60px;
}
#backBtn02 a {
	display: block;
	height: 60px;
	border: 2px solid #e4007f;
	box-sizing: border-box; 
	background: url(../images/sp/backBtn02.png) no-repeat center;
}
#c_sp_bg {
	width: 640px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s ease;
}
#c_sp_bg.on { opacity: 1; }
.chara1_1 #c_sp_bg { background-image: url(../images/sp/c_bg1_1.jpg); }
.chara1_2 #c_sp_bg { background-image: url(../images/sp/c_bg1_2.jpg); }
.chara1_3 #c_sp_bg { background-image: url(../images/sp/c_bg1_3.jpg); }
.chara1_4 #c_sp_bg { background-image: url(../images/sp/c_bg1_4.jpg); }
.chara1_5 #c_sp_bg { background-image: url(../images/sp/c_bg1_5.jpg);  }
.chara1_6 #c_sp_bg { background-image: url(../images/sp/c_bg1_6.jpg);  }
.chara2_1 #c_sp_bg { background-image: url(../images/sp/c_bg2_1.jpg);  }
.chara2_2 #c_sp_bg { background-image: url(../images/sp/c_bg2_2.jpg);  }
.chara2_3 #c_sp_bg { background-image: url(../images/sp/c_bg2_3.jpg);  }

.chara1_1 .c_main_img { margin-left: -30px; }
.chara1_2 .c_main_img { margin-left: -100px; }
.chara1_3 .c_main_img { margin-left: -80px; }
.chara1_4 .c_main_img { margin-left: -130px; }
.chara1_5 .c_main_img { margin-left: -30px; }
.chara1_6 .c_main_img { margin-left: 60px; }
.chara2_1 .c_main_img { margin-left: -50px; }
.chara2_2 .c_main_img { margin-left: 30px; }
.chara2_3 .c_main_img { margin-left: 30px; }

.chara1_2 #c_catch { top: 305px; }
.chara1_3 #c_catch { top: 420px; }

.mechanic {
	background: url(../images/sp/sub_bg.jpg);
	background-color: #ec6fb5; 
}
.mechanic .contIn {
	padding-bottom: 0;
}
#m_upper {
	position: relative;
	width: 1000px;
	margin: auto;
}
.m_main_img {
	display: block;
	/*margin-left: auto;
	margin-right: auto;*/
	width: 640px;
    height: auto;
}
#m_nameBox {
	position: absolute;
	top: -20px;
	left: 45px;
	display: flex;
	flex-wrap: wrap;
}
#m_name {margin-right: 10px;}
#pilot { position: relative; }
#pilot img {
	position: absolute;
	bottom: 0;
}
.m_disc p {
	width: 600px;
	margin: auto;
    word-break: break-all;
    color: #fff;
    font-size: 20px;
    line-height: 41px;
    padding: 40px 0;
    letter-spacing: 0.2em;
}
#m_bottom #backBtn02 { 
	margin: auto; 
	padding-bottom: 60px;
}
#m_bottom #backBtn02 a {
	border: 2px solid #fff;
    box-sizing: border-box;
    background: url(../images/sp/backBtn02_ov.png) no-repeat center;
}
/*-------------------- STAFF & CAST --------------------*/
.staffcast { background: #ec6fb5; }
.staffcast .contIn h2 { padding-right: 3px; }
.staffcast .contIn { position: relative; }
#scWrap {
	width: 600px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}
.sc_lsit {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.sc_lsit ul {
}
.sc_lsit li {
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: 0.1em;
	transform: scale(0.95,1);
	padding: 12px 0; 
}
.cc_name { font-size: 16px; }
#staff { padding-bottom: 90px; }
#staff li { 
	text-align: center;
	padding-left: 25px;
}
#cast li { padding-left: 160px; }
#scWrap h3 {
	display: block;
	font-size: 20px;
	letter-spacing: 0.2em;
	color: #fff;
	position: absolute;
	top: 14px;
	left: 30px;
}


/*-------------------- COMMENT --------------------*/
.comment { background: #ec6fb5; }
.comment #backBtn { width: 220px; }
.comment article {
	width: 580px;
	margin: auto;
}
.comment article h3 {
    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; }

/*-------------------- EVNET --------------------*/
.event { background: #ec6fb5; }
.event #backBtn { width: 220px; }
.event article {
	width: 580px;
	margin: auto;
}
.event article h3 {
    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; }

/*-------------------- ON AIR --------------------*/
.onair { background: #ec6fb5; }
.onair #backBtn { width: 220px; }
.onair article {
	width: 580px;
	margin: auto;
}
.onair article h3 {
    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: 600px;
	margin: auto;
	padding-bottom: 60px;
}
#episodes_list li {
	width: 100%;
	margin-bottom: 55px;
	background: #000;
}
#episodes_list li a {
	display: block; 
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.ep_thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.ep_title {
	height: calc(100% - 222px);
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
}
.ep_title span {
	display: block;
	color: #e4007f;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    padding: 8px 25px;
    transform: scale(0.95,1);
    letter-spacing: 0.01em;
    text-align: center;
}
#imgBox {
	width: 600px;
    margin: auto;
}
.detaiImg img {
	display: block;
	width: 600px;
	height: auto;
}
.imgClick {
	padding-top: 5px;
	padding-bottom: 30px;
	width: 600px;
	margin: auto;
	display: flex;
    flex-wrap: wrap;
}
.imgClick li {
	width: 193px;
	margin-right: 10px;
	background: #000;
	margin-bottom: 10px;
}
.imgClick li:nth-child(3n) { 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;
    margin-bottom: 5px;
    background: #fff; 
}
#imgBox h3 span {
	display: block;
	color: #e4007f;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    padding: 8px 25px;
    transform: scale(0.95,1);
    letter-spacing: 0.01em;
    text-align: center; 
}
.epText {
	width: 600px;
    margin: auto;
    font-size: 20px;
    line-height: 44px;
}



/*=================== BDDVD =====================*/
.bddvd .contIn { 
	background-image: url("../images/sub_bg.jpg");
}
#bddvd_list {
	width: 600px;
	margin: auto;
	padding-bottom: 60px;
}
#bddvd_list li {
	width: 100%;
	margin-bottom: 55px;
	background: #000;
}
#bddvd_list li a {
	display: block; 
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#bddvd_listSp {
	width: 600px;
	margin: auto;
	padding-bottom: 60px;
}
#bddvd_listSp li {
	width: 100%;
	margin-bottom: 55px;
	background: #000;
}
#bddvd_listSp li a {
	display: block; 
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.newsLL {
	width: 220px;
	margin-right: 20px;
	float: left;
}
.newsRR {
	width: 330px;
	float: left;
	font-size: 18px;
	line-height: 34px;
	padding: 0 0 80px;	
}


#tokutenBtn {
    height: 40px;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#tokutenBtn a {
	display: inline-block;
    height: 40px;
    font-size: 20px;
    font-weight: 1000;
    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;
    padding-right: 35px;
    padding-left: 20px;
    min-width: 400px;
}
#tokutenBtn a:before, #backBtn 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; }


/*=================== BDDVD =====================*/
.music .contIn { 
	background-image: url("../images/sub_bg.jpg");
}
#music_list {
	width: 600px;
	margin: auto;
	padding-bottom: 0;
}
#music_list li {
	width: 100%;
	margin-bottom: 55px;
	background: #000;
}
#music_list li a {
	display: block; 
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#music_listSp {
	width: 600px;
	margin: auto;
	padding-bottom: 60px;
}
#music_listSp li {
	width: 100%;
	margin-bottom: 55px;
	background: #000;
}
#music_listSp li a {
	display: block; 
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.newsLLM {
	width: 220px;
	margin-right: 20px;
	float: left;
}
.newsRRM {
	width: 330px;
	float: left;
	font-size: 18px;
	line-height: 34px;
	padding:0;	
}
