@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Questrial|Ubuntu+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Questrial|Ubuntu+Condensed&display=swap');
@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;
	letter-spacing: 0.09em;
	color: #000;
	background-color: #fff;
	min-width: 1200px;
}
body#cb { min-width: 830px; }
a { color: #fff; transition: all .3s ease;}
a:hover { text-decoration: none; }
.jo { font-family: 'Jost', 'Questrial', sans-serif; }
.qu{ font-family:  'Questrial', 'Jost',  sans-serif;}
.ma { font-family: 'Maven Pro', sans-serif; }
.ub { font-family: 'Ubuntu Condensed', sans-serif; }
.sp { display: none; }
#fullWrap {
	width: 100%;
	min-width: 1200px;
	position: relative;
	/*min-height: 620px;*/
	min-height: 100vh;
	overflow: hidden;
	transition: all 2.5s cubic-bezier(0.53, 0.22, 0.29, 1.46);
}
#topWrap {

}
section h1 {
	width: 100%;
	height: 150px;
}
section h1 a {
	display: block;
	width: 221px;
	height: 150px;
	margin: auto;
}
#topWrap h1 a {	
	background: url(../images/logo.png) no-repeat center;
	transition: all .3s ease;
}
#topWrap h1 a:hover { opacity: 0.7; }
#mvArea {
	position: relative;
	height: 950px;
}
#mv {
	width: 670px;
	height: 950px;
	margin: auto;
	overflow: hidden;
	border-radius: 30px;
	position: relative;
}
#mv.scale #mvFrame { transform: scale(1.1); }
#mvFrame {
	width: 671px;
	height: 951px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -475.5px;
	margin-left: -335.5px;
	transition: all .3s cubic-bezier(0.53, 0.22, 0.29, 1.46);
}
#mv img { 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 1s ease;
}
#mv img.active { opacity: 1; }


.topBnrBox {
	width: 190px;
	position: absolute;
}
#r_box {
	top: 430px;
	right: 50%;
	margin-right: -545px;
}
#l_box {
	top: 0;
	left: 50%;
	margin-left: -545px;
}
.bnrBox {
	width: 100%;
	height: 245px;
	transition: all .5s cubic-bezier(0.53, 0.22, 0.29, 1.46);
	opacity: 0;
	padding-bottom: 5px;
}
#bnb01, #bnb02 , #bnb05{
	transform: translate(100px, 0px) scale(0,0);
	transform-origin: bottom right;
}
#bnb03, #bnb04 {
	transform: translate(-100px, 0px) scale(0,0);
	transform-origin: top left;
}
#bnb01.on, #bnb02.on, #bnb03.on, #bnb04.on, #bnb05.on {
	transform: translate(0,0) scale(1,1);
	opacity: 1; 
}
.bnrBox a {
	display: block;
	text-decoration: none;
	color: #000;
}
.bnThumb {
	width: 190px;
	height: 190px;
	border-radius: 30px;
    overflow: hidden;
}
.bnThumb img {
	display: block;
	width: 100%;
	height: auto;
	transition: all .3s ease;
}
.bnrBox p {
	margin-top: 10px;
    margin-right: 23px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.08em;
    background: url(../images/s_arw.png) no-repeat right center;
}
.topBnrBox span {
	display: block;
	margin-top: 15px;
	margin-right: 23px;
	font-size: 14px;
	letter-spacing: 0.08em;
	background: url(../images/s_arw.png) no-repeat right center;
}
.bnrBox a:hover img {
	transform: scale(1.1);
}
#mvChanger {
	width: 190px;
	position: absolute;
	right: 50%;
	bottom: 0;
	margin-right: -545px;
}
#mvChanger li {
	width: 100%;
	height: 30px;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	margin-bottom: 5px;
}
#mvChanger li a {
	display: block;
	height: 30px;
	color: #999999;
	background: #e5e5e5;
	border-radius: 6px;
	text-decoration: none;
}
#mvChanger li.active { pointer-events: none; }
#mvChanger li.active a, #mvChanger li a:hover { color: #000; }
#mvc1.active a, #mvc1 a:hover { background: #edb0b2; }
#mvc2.active a, #mvc2 a:hover { background: #18bee9; }
#mvc3.active a, #mvc3 a:hover { background: #fef582; }
#mvChanger li:last-child { margin-bottom: 0; }
#mvParts {
	width: 1200px;
	height: 95px;
	margin: auto;
	position: relative;
}
#mvParts:before {
	content: "";
	width: 2px;
	height: 95px;
	position: absolute;
	top: 0px;
	left: 49.8%;
	transform: translateX(-50%);
	background: #000;
}
#mvParts h2{
	font-size: 95px;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: absolute;
	top: -150px;
	left: 55px;
}
#mvParts h3{
	font-size: 45px;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: absolute;
	top: 50%;
	left: 55px;
	transform: translateY(-50%);
}
#mvParts #onair {
	font-size: 95px;
    font-weight: 500;
    line-height: 110px;
    letter-spacing: 0.08em;
    position: absolute;
    top: -171px;
    left: 55px;
}
#topNews {
	width: 1090px;
	margin: auto;
}
#topNews h2 {
	height: 100px;
	line-height: 100px;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.3em;
	text-align: center;
}
#newsList {}
#newsList>li {
	height: 120px;
    border-bottom: 1px dashed #dcdcdc;
    position: relative
}
#newsList>li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(237,176,178,0.3);
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.3s ease;
}
#newsList>li:hover:before {
    transform: scale(1);
    opacity: 1;
}
#newsList>li a {
	display: flex;
    height: 120px;
    align-items: center;
    padding: 0 30px;
    text-decoration: none;
    position: relative;
}
.articleTime {
	font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.05em;
    height: 30px;
    font-weight: 600;
    width: 135px;
    color: #000;
}
.articleCat {
	width: 80px;
    padding-top: 3px;
    padding-right: 40px;
}
.articleCat li {
	margin: 0px 0px 3px;
    border-radius: 3px;
    height: 15px;
    line-height: 16px;
    font-size: 11px;
    text-align: center;
    color: #FFF;
}
.n_category { background: #000; }
.is_upDate { background: #ff007e; }
.articleTitle {
	width: 705px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;

}
#toNews {
	width: 190px;
	height: 40px;
	margin: auto;
	padding: 40px 0 80px;
}
#toNews a {
	display: block;
	height: 40px;
	font-size: 16px;
	font-weight: 500;
	line-height: 37px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #808080;
	text-decoration: none;
	border: 2px #808080 solid;
	border-radius: 6px;
	position: relative;
	box-sizing: border-box;
}
#toNews a:hover {
	background: #F6D7D8;
}
#toNews a:before, #toNews a:after {
	content: "";
	width: 12px;
	height: 2px;
	background: #808080;
	position: absolute;
	right: 15px;
	transition: all .3s ease;
}
#toNews a:before { top: 14px; }
#toNews a:after { bottom: 14px; }
#toNews a:hover:before { 
	top: 18px;
	transform: rotate(90deg);
}
#toNews a:hover:after { 
	bottom: 16px;
}
#topMovie {
	width: 1090px;
	margin: auto;
	padding-bottom: 100px;
}
#topMovie h2 {
	height: 100px;
	line-height: 100px;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.3em;
	text-align: center;
}
#topMovie li iframe {
	width: 1090px;
	height: 613px;
}

/*===================== NAV =======================*/
nav {
	width: 150px;
	position: absolute;
	top: 50px;
	right: 50px;
	color: #000;
	z-index: 600;
}
nav h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 40px;
	border-bottom: 2px solid #000;
	position: relative;
}
nav h2:before {
	content: "";
	width: 50px;
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: #000;
}
#nav_str { padding-top: 50px; }
#nav_str li {
	width: 100%;
	height: 28px;
	margin-bottom: 8px;
}
#nav_str li.cs { pointer-events: none; }
#nav_str li.cs a { color: #999999; }
#nav_str li a {
	display: inline-block;
	height: 28px;
	font-size: 17px;
	line-height: 35px;
	letter-spacing: 0.05em;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	position: relative;
}
#nav_str li a:before {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 2px;
	left: 0;
	transition: all .3s ease;
	background: #000;
}
#nav_str li a:hover:before,
#nav_str li a.active:before {
	width: 100%;
}
#share {
	width: 70px;
	height: 25px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}
#share li {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
#share li a {
	display: block;
	height: 25px;
	background-size: auto 25px;
}
#navT a { background: url(../images/tw.svg) no-repeat center; }
#navF a { background: url(../images/fb.svg) no-repeat center; }
#share li a:hover { transform: scale(1.1); }


/*===================== FOOTER =======================*/
/*footer {
	position: relative;
	padding-bottom: 80px;
	z-index: 200;
}*/
footer{
	width: 100%;
	position: absolute;
	bottom: 0;
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 200;
	background-color: #fff;
}
#to_top {
	width: 86px;
	height: 86px;
	position: absolute;
	/*top: -43px;*/
	top:47px;
	right: 55px;
	z-index: 100;
}
#to_top a {
	display: block;
	height: 86px;
	background: url(../images/to_top.png) no-repeat center;
}
#to_top a:hover { transform: scale(1.1); }
#f_bnrList {
	width: 1160px;
	margin: auto;
	display: flex;
  	flex-wrap: wrap;
  	padding: 45px 0;
}
#f_bnrList li {
	width: 280px;
	height: 50px;
	margin: 5px;
}
#f_bnrList li a {
	display: block;
	height: 50px;
	background: #9a9a9a;
	border-radius: 6px;
}
#f_bnrList li a:hover { opacity: .7; }
#CR {
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: center;
	color: #808080;
}

/*========================= SUB CONT =========================*/
.sub {  }
.sub nav { right: 30px; }
#subCont h1 a {	background: url(../images/logo.png) no-repeat center;}
#subCont {
	width: 1200px;
	margin: auto;
	padding-bottom: 200px;
}
#subContIn {
	width: 1000px;
	margin-right: auto;
	padding-bottom: 150px;
	position: relative;
}
#subContIn h2 {
	width: 100%;
	height: 130px;
	font-size: 28px;
	line-height: 130px;
	font-weight: 500;
	letter-spacing: 0.3em;
	color: #000;
	text-align: center;
}
.cat {
	padding: 15px 50px;
    position: relative;
    margin-bottom: 40px;
}
.cat ul {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.cat li {
    min-width: 130px;
    height: 19px;
    margin: 0 5px 10px;
}
.cat ul li a:hover, .cat ul li a.active {
    background: #ff007e;
}
.cat ul li a {
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    display: block;
    height: 19px;
    color: rgba(255,255,255,1);
    background: rgba(0,0,0,1);
    border-radius: 4px;
    transition: all 0.3s ease;
}
#subContIn #newsList { padding-bottom: 55px; }
.wp-pagenavi {
	width: 720px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 60px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	display: block;
	width: 80px;
	height: 35px;
	margin: 0 5px 10px;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
	transition: all 0.3s ease;
	color: #808080;
    border: 2px #808080 solid;
    border-radius: 6px;
}
.wp-pagenavi a.none {
	background: #DDD;
	text-indent: -9897px;
	pointer-events: none;
}
#news .wp-pagenavi span, #news .wp-pagenavi a:hover {
    background: #F6D7D8;
}
#news article h3{
	display: flex;
    height: 120px;
    align-items: center;
    padding: 0 30px;
    text-decoration: none;
    position: relative;
    border-bottom: 1px dashed #dcdcdc;
}
#news article .articlein {
    padding: 40px 30px;
    line-height: 40px;
}
#news article .articlein p {
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
}
#news article .articlein p img {
	display: block;
	margin: 30px 0;
	/*width: 100%;
    height: auto;*/
}
#news article .articlein a:hover { opacity: .7; }
#news #subContIn #toNews {padding: 100px 0 80px;}

#story .cat li{ width: 160px; }
.cat li .cs { 
	position: relative;
	pointer-events: none;
}
.cat li .cs:before {
	content: "coming soon";
	font-family: 'Jost', 'Questrial', sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.16em;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: #000;
}
.sub_ttl {
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.3em;
	font-weight: bold;
	text-align: center;
	padding: 50px 0;
}
.introTxt {
	font-size: 20px;
	line-height: 50px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	padding-bottom: 150px;
}
.bandWrap {
	width: 2290px;
	height: 280px;
	position: relative;
	margin-bottom: 60px;
}
.b_head {
	width: 175px;
	height: 280px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}
.b_head h4 {
	width: 175px;
	height: 44px;
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
}
.b_head p {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.1em;
	font-weight: bold;
	position: absolute;
	width: 240px;
	bottom: 30px;
	left: 60px;
}
.b_head small {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.1em;
	color: #b5b5b5;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	left: 60px;
}
.bandWrapIn {
	padding-left: 175px;
	position: relative;
}
.bandWrapIn h3 {
	float: left;
	width: 400px;
	height: 280px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}
.member_list {
	float: left;
	width: 1600px;
	height: 280px;
	overflow: hidden;
	position: relative;
}
.member_list li {
	width: 400px;
	height: 280px;
	overflow: hidden;
}
.member_list li a {
	display: block;
	height: 280px;
	position: relative;
	color: #fff;
	background-color: #fff;
}
.member_list li a p {
	font-size: 50px;
	line-height: 48px;
	font-weight: bold;
	letter-spacing: 0.3em;
	position: absolute;
	right: -1px;
	bottom: 5px;
	transition: all .3s ease;
	    text-shadow: 
    rgba(0,0,0,0.3) 1px 1px 10px, rgba(0,0,0,0.3) -1px 1px 10px,
    rgba(0,0,0,0.3) 1px -1px 10px, rgba(0,0,0,0.3) -1px -1px 10px;
}
.member_list li a.small p { 
	font-size: 34px;
	/*width: 82%;*/
	letter-spacing: 0.15em;
	right: 49%;
    transform: translate(50%,0%);
}
.member_list li a img { transition: all .3s ease;}
.member_list li a:hover img { transform: scale(1.1); opacity: 0.6;}
.member_list li a:hover p {
	bottom: 50%;
    right: 50%;
    transform: translate(50%,50%);
    color: #fff;
    text-shadow: 
    rgba(0,0,0,0.5) 1px 1px 10px, rgba(0,0,0,0.5) -1px 1px 10px,
    rgba(0,0,0,0.5) 1px -1px 10px, rgba(0,0,0,0.5) -1px -1px 10px;

}
.member_list li a.small:hover p {
	right: 49%;
}
.member_list li a span {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.3em;
	position: absolute;
	top:-20px;
}
.member_list .b_name_logo{
	display: none!important;
}
#band1 .bandWrapIn h3 { background-image: url(../images/character/b1_logo.png); }
#band2 .bandWrapIn h3 { background-image: url(../images/character/b2_logo.png); }
#band3 .bandWrapIn h3 { background-image: url(../images/character/b3_logo.png); }
#band4 .bandWrapIn h3 { background-image: url(../images/character/b4_logo.png); }
#band5 .bandWrapIn h3 { background-image: url(../images/character/b5_logo.png); }
#band6 .bandWrapIn h3 { background-image: url(../images/character/b6_logo.png); }
#band7 .bandWrapIn h3 { background-image: url(../images/character/b7_logo.png); }
#band8 .bandWrapIn h3 { background-image: url(../images/character/b8_logo.png); }
#band9 .bandWrapIn h3 { background-image: url(../images/character/b9_logo.png); }
#band10 .bandWrapIn h3 { background-image: url(../images/character/b10_logo.png); }
#band11 .bandWrapIn h3 { background-image: url(../images/character/b11_logo.png); }
#common_charalist {
	width: 1200px;
	margin: auto;
}
#common_charalistIn {
	width: 1000px;
	margin-right: auto;
	padding-bottom: 150px;
}
.charaDetail {padding-bottom: 0 !important;}

.charabg {
	width: 100%;
	background: #fff;
	margin-bottom: 230px;
}
.charabgIn {
	width: 1200px;
	height: 280px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.charaThumb, .bandName {
	width: 50%;
	height: 280px;
	background-repeat: no-repeat;
	
}
.charaThumb { background-position: left 70px center; }
.bandName { background-position: right 70px center; }
.charaThumb img {
	display: block;
	margin-left: auto;
}
#band1.bandName { background-image: url(../images/character/b1_logo.png); }
#band2.bandName { background-image: url(../images/character/b2_logo.png); }
#band3.bandName { background-image: url(../images/character/b3_logo.png); }
#band4.bandName { background-image: url(../images/character/b4_logo.png); }
#band5.bandName { background-image: url(../images/character/b5_logo.png); }
#band6.bandName { background-image: url(../images/character/b6_logo.png); }
#band7.bandName { background-image: url(../images/character/b7_logo.png); }
#band8.bandName { background-image: url(../images/character/b8_logo.png); }
#band9.bandName { background-image: url(../images/character/b9_logo.png); }
#band10.bandName { background-image: url(../images/character/b10_logo.png); }
#band11.bandName { background-image: url(../images/character/b11_logo.png); }

/*#charaDisc {
	width: 100%;
	position: relative;
	padding-left: 60px;
	padding-bottom: 80px;
	margin-top: 72px;
}
#charaInfo {
	width: 400px;
	padding-top: 20px;
}
.c_nameBox { position: relative; }
.c_name_jp {
	font-size: 32px;
	line-height: 42px;
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: 0.5em;
	position: relative;
	z-index: 100;
	padding-bottom: 20px;
}
.c_name_jp .name{
	font-size:32px;
	line-height: 42px;
	line-height: 52px;
}*/
/*.c_name_jp span, .c_name_jp small {
	font-size: 14px;
	letter-spacing: 0.5em;
}*/
/*.c_name_eng {
	color:rgba(0,0,0,0.05);
	position: absolute;
    left: -100px;
    top: -50px;
}
.firstName {
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 0.3em;
}
.lastName {
	font-size: 108px;
	font-weight: 500;
	line-height: 140px;
	letter-spacing: 0.3em;
	position: relative;
}
.lastName span {
	position: absolute;
	top: 0;
	right: -80%;
}
.lastName.j {
	padding-left: 20px;
}
.cv_eng {
	font-size: 30px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0.3em;
	padding-left: 7px;
}
.charaTxt{
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	margin: 40px 0;
} */
/*#charaImg {
	width: 400px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 50%;
}
#charaImg img {
	position: absolute;
	top: -24%;
	left: 50%;
	transform: translateX(-50%);
}*/
.ml_prev, .ml_next, #charaPrev, #charaNext {
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 100;
}
.ml_prev a, .ml_next a, #charaPrev a, #charaNext a, #atclPrev a, #atclNext a {
	display: block;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
}
.ml_prev a:hover, #charaPrev a:hover, #atclPrev a:hover {
	transform: scale(1.1) rotate(180deg);
	opacity: .7;
}
.ml_next a:hover, #charaNext a:hover, #atclNext a:hover {
	transform: scale(1.1);
	opacity: .7;
}
.ml_prev a, #charaPrev a, #atclPrev a {
	transform: rotate(180deg);
	background-image: url(../images/arw.png);
}
.ml_next a, #charaNext a, #atclNext a { background-image: url(../images/arw.png); }
.ml_prev, .ml_next {
	top: 50%;
	transform: translateY(-50%);
}
.ml_prev { left: 546px; }
.ml_next { left: 946px; }
/*#charaPrev, #charaNext { top: 35%; }
#charaPrev { left: 30px; }
#charaNext { right:	60px; }*/
#atclPrev, #atclNext {
	width: 60px;
	height: 60px;
	position: fixed;
	z-index: 100;
	top: 185px;
}
#atclPrev {
	left: 50%;
    margin-left: -580px;
    top: 409px;
    margin-top: -30px;
}
#atclNext {
	right: 50%;
    left: auto;
    margin-right: -380px;
    top: 409px;
    margin-top: -30px;
}
#c_navMask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 210px;
	height: 100%!important;
	background-color:rgba(255,255,255,0.8);
	z-index: 100;
}

/*- NEW EDIT -*/
.charaDetail{
	margin-bottom: 160px;
}
#charaInfoWrap{
	width: 946px;
	margin-left: auto;
	position: relative;
}
.c_name_jp{
	padding-top: 64px;
	margin-bottom: 30px;
	margin-left: 76px;
	letter-spacing: 0.5em
}
.c_name_jp__name{
	font-size: 32px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 20px;
}
.c_name_jp__info{
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
}
.c_name_en{
	color:rgba(0,0,0,0.05);
	position: absolute;
	left: 0;
	top: 0;
}
.c_name_en__name {
	font-size: 108px;
	font-weight: 500;
	line-height: 140px;
	letter-spacing: 0.3em;
	position: relative;
}
.c_name_en__cv {
    font-size: 30px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 0.3em;
    padding-left: 7px;
}
.c_charaBand{
	position: absolute;
	right: 0;
	bottom: 0;
}
.c_charaBand .bandName{
	height: 168px;
	width: 320px;
	background-size: contain;
	background-position: right bottom;
}
#charaImgWrap{
	width: 980px;
	height: 430px;
	margin-left: auto;
	position: relative;
}
#charaImg{
	width: 870px;
	margin-left: auto;
}
#charaImg img{
	width: 100%;
}
#charaPrev, #charaNext {
    top: calc(50% - 30px);
}
#charaPrev {
    left: 0;
}
#charaNext{
	right: 12px;
}
#charaTxtWrap{
	width: 870px;
	margin-left: auto;
	margin-top: 30px;
}
#charaTxtWrap p{
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
}
#charaMainTxt{
	margin-bottom: 32px;
}
/*============== SUB PAGE BG==================*/
.bg1 { background: #ffb5b5; }
.bg2 { background: #fffeb5; }
.bg3 { background: #d3b5ff; }
.bg4 { background: #b5fffc; }
.bg5 { background: #b5ffc6; }
.bg6 { background: #ffb5cd; }
#bgc {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 150000;
}
#empty {
	font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: center;
}
#news #subContIn {
	padding-bottom: 50px;
	padding-bottom: 200px;
}


/*========================== STAFF&CAST =============================*/
#staffcast .sub_ttl { 
	text-align: left;
	padding-left: 70px;
	border-bottom: 1px dashed #dcdcdc;
}
.staffw{
	width: 798px;
}
.sc_list {
	padding-top: 50px;
	padding-left: 70px;
	display: flex;
	flex-wrap: wrap;
}

.sc_list li {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0.05em;
}
.sc_list li span {
	display: block;
	font-size: 14px;
	color: #8b8b8b;
}
#staff .sc_list { 
	width: 798px;
}
#staff .sc_list li { 
	width: 399px;
}
#staff .sc_list li:first-child { margin-right: 319px; }
#staff .sc_list li:nth-child(10n) { width: 479px; }
.sm {
	font-size: 12px; !important;
}
#cast .sc_list li {
	width: 120px;
	margin-right: 90px;
}
#cast .band_ttl {
	position: relative;
	height: 120px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 68px;
	margin-top: 50px;
	background-size: 80% auto;
	margin-bottom: 10px;
}
#cast .band_ttl:before {
	content: "";
	width: 1px;
	height: 27px;
	background: #000;
	position: absolute;
	top: 100%;
	left: 50%;
    transform: translate(-50%, -50%);
}
#b1 { background-image:  url(../images/staffcast/band_name1.png) }
#b2 { background-image:  url(../images/staffcast/band_name2.png) }
#b3 { background-image:  url(../images/staffcast/band_name3.png) }
#b4 { background-image:  url(../images/staffcast/band_name4.png) }
#b5 { background-image:  url(../images/staffcast/band_name5.png) }
#b6 { background-image:  url(../images/staffcast/band_name6.png) }
#b7 { background-image:  url(../images/staffcast/band_name7.png) }
#b8 { background-image:  url(../images/staffcast/band_name8.png) }
#b9 { background-image:  url(../images/staffcast/band_name9.png) }
#b10 { background-image:  url(../images/staffcast/band_name10.png) }
#b11 { background-image:  url(../images/staffcast/band_name11.png) }
#cast .band_ttl span {
	width: 433px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: absolute;
    top: 121%;
    left: 0px;
    transform: translateY(-50%);
    text-align: center;
}
#chara_list {
	width: 2290px;
}
#s_thumbList {
	width: 1000px;
	margin: auto;
}
#s_thumbList ul {
	width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#s_thumbList li {
	width: calc((1000px - 60px) / 3);
	margin: 10px;
	background: #fff;
	overflow: hidden;
    border-radius: 5px;
    transition: all .3s ease;
}
#s_thumbList li:hover {
	transform: translateY(-10px);
}
#s_thumbList li a {
	display: block;
}
#s_thumbList li a img {
	width: calc((1000px - 60px) / 3);
	transition: all .3s ease;
}
#s_thumbList li a:hover img { opacity: 0.7;  }
#s_thumbList .m_ttl { text-align: center; }


#imgBox {
	width: 100%;
    margin: auto;
}
.detailImg {
	border-radius: 5px;
	overflow: hidden;
}
.imgClick {
	padding-top: 5px;
	padding-bottom: 50px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.imgClick li {
	margin: 3px;
	float: left;
	width: calc((100% - 36px) / 6);
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.imgClick li a { display: block; }
.imgClick li a:hover { opacity: 0.7; }
.imgClick li a img { width: 100%; }
.imgClick li a.active { 
	opacity: 0.7;
	pointer-events: none;
}
img { pointer-events: none; }

#nav_str li a[target="_blank"]:after {
	position: absolute;
	bottom: 3px;
	right: -20px;
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f08e";
}
#castIn {
	display: flex;
	flex-wrap: wrap;

}
.castWrap {
	width: 50%;
}

/*========================= BDDVD&MUSIC =========================*/
#music article, #bddvd article {
	padding-bottom: 30px;
	width: 1000px;
}
#music .m_infoList, #bddvd .b_infoList {
	width: 800px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#music .m_infoList>li, #bddvd .b_infoList>li {
	/*height: 30px;*/
	padding: 10px 0;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.05em;
	display: flex;
	flex-wrap: wrap;
}
.m_infoList li strong {
	display: block;
	width: 180px;
	color: #ff007e;
	position: relative;
}
.m_infoList li strong a { color: #ff007e; }
.m_infoList li strong:after {
	content: "：";
	width: 20px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 20px;
}
.m_infoList li p{width: 600px;}
.m_infoList li p span, .m_infoList li ol span { font-size: 15px; }
.m_infoList li ol {
	width: 600px;
}
.m_infoList li ol li {
	padding-left: 1em;
	text-indent: -1em;
	word-break: break-all;
}
.b_infoList li strong {
	display: block;
	width: 135px;
	color: #ff007e;
	position: relative;
}
.b_infoList li strong a { color: #ff007e; }
.b_infoList li strong:after {
	content: "：";
	width: 20px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 20px;
}
.b_infoList li p{width: 600px;}
.b_infoList li p span, .b_infoList li ol span { font-size: 15px; }
.b_infoList li ol {
	width: 600px;
}
.b_infoList li ol li {
	padding-left: 1em;
	text-indent: -1em;
	word-break: break-all;
}
.m_caution {
	width: 800px;
	margin: auto;
	padding: 30px 0;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-left: 40px;
}
.bdtokuten{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
	word-break: break-all;
}
.bdtokuten_txt {
	font-size: 12px !important;
}
#music .sub_ttl, #bddvd .sub_ttl {
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 0.3em;
	font-weight: bold;
	text-align: center;
	padding: 50px 0;
	color: #ff007e;
}
#music .jk, #bddvd .jk{
	margin: 0 auto;
	width: 800px;
	text-align: center;
	padding-bottom: 50px;
}
#music .com, #bddvd .com{
	margin: 0 auto;
    width: 800px;
    text-align: left;
    padding-bottom: 50px;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px dashed #dcdcdc;
}
#music .tokuten, #bddvd .tokuten{
	width: 800px;
	margin:0 auto;
	padding-top: 50px;
	padding-bottom: 20px;
    color: #ff007e;
    font-size: 17px;
	font-weight:bold;
	border-top:1px dashed #dcdcdc;
}

#m_thumbList {
	width: 1000px;
	margin: auto;
}
#m_thumbList ul {
	width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#m_thumbList li {
	width: 230px;
	margin: 10px;
	background: #fff;
	overflow: hidden;
    border-radius: 5px;
    transition: all .3s ease;
}
#m_thumbList li:hover {
	transform: translateY(-10px);
}
#m_thumbList li a {
	display: block;
}
#m_thumbList li a img {
	width: 230px;
	transition: all .3s ease;
}
#m_thumbList li a:hover img { opacity: 0.7;  }

#m_thumbList_t {
	width: 800px;
	margin: auto;
	padding-bottom: 30px;
}
#m_thumbList_t ul {
	width: 800px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#m_thumbList_t li {
	width: 380px;
	margin: 10px;
	background: #fff;
	overflow: hidden;
    border-radius: 5px;
    transition: all .3s ease;
}
#m_thumbList_t li.canime{
	width: 780px;
}
#m_thumbList_t li img{
	width: 380px;
	height: 179px;
}
#m_thumbList_t li.canime img{
	width: 780px;
	height: 367px;
}
#m_thumbList_t li:hover {
	transform: translateY(-10px);
}
#m_thumbList_t li a {
	display: block;
}
#m_thumbList_t li a img {
	width: 380px;
	transition: all .3s ease;
}
#m_thumbList_t li a:hover img { opacity: 0.7;  }
#bddvd .m_ttl { text-align: center; }
.m_ttl {
	font-size: 16px;
	line-height: 24px;
	padding: 20px 25px;
	color: #000;
	word-break: break-all;
	font-weight: 600;
}
.m_ttl span{
	font-size: 13px;
	color: #ff007e;
}
.m_ttl_t {
	font-size: 16px;
	line-height: 24px;
	padding: 20px 25px 5px 25px;
	color: #000;
	word-break: break-all;
	font-weight: 600;
}
.m_ttl_t span {
	font-size: 14px;
}
.m_ttl_tt {
	font-size: 14px;
	line-height: 24px;
	padding: 0 25px 20px 25px;
	color: #000;
	word-break: break-all;
}

#bkBtn {
	width: 190px;
	height: 40px;
	margin: auto;
	padding: 40px 0 80px;
}
#bddvd #bkBtn {
	width: 265px;
}
#bkBtn a {
	display: block;
	height: 40px;
	font-size: 16px;
	font-weight: 500;
	line-height: 37px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #808080;
	text-decoration: none;
	border: 2px #808080 solid;
	border-radius: 6px;
	position: relative;
	box-sizing: border-box;
}
#bkBtn a:hover {
	background: #F6D7D8;
}
#bkBtn a:before, #bkBtn a:after {
	content: "";
	width: 12px;
	height: 2px;
	background: #808080;
	position: absolute;
	right: 15px;
	transition: all .3s ease;
}
#bkBtn a:before { top: 14px; }
#bkBtn a:after { bottom: 14px; }
#bkBtn a:hover:before {
	top: 18px;
	transform: rotate(90deg);
}
#bkBtn a:hover:after {
	bottom: 16px;
}
#canimeBtn {
	width: 800px;
	margin: auto;
	padding-bottom: 40px;
}
#music #canimeBtn {
	width: 780px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 50px;
}
#canimeBtn a {
	display: block;
	height: 56px;
	font-size: 20px;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #ff007e;
	text-decoration: none;
	border: 2px #ff007e solid;
	border-radius: 6px;
	position: relative;
	box-sizing: border-box;
	background-color: #FFF;
	padding-top: 9px;
}
#canimeBtn a:hover {
	background: #F6D7D8;
}
#canimeBtn a:before, #canimeBtn a:after {
	content: "";
	width: 12px;
	height: 2px;
	background: #ff007e;
	position: absolute;
	right: 15px;
	transition: all .3s ease;
}
#canimeBtn a:before { top: 20px; }
#canimeBtn a:after { bottom: 20px; }
#canimeBtn a:hover:before {
	top: 26px;
	transform: rotate(90deg);
}
#canimeBtn a:hover:after {
	bottom: 24px;
}
.lnfix p { letter-spacing: 0.2em !important; }
.no_tk #m_tokuten { display: none; }
.no_tk #bddvd_tokuten { display: none; }
.fesalive{
	margin-top: 20px;
	margin-left: 29px;
	margin-bottom: 40px;
	padding: 30px;
	border: 2px #ff007e solid;
	border-radius: 6px;
	width: 85%;
}
.fesalive span{
	display: block;
    padding-left: 1em;
    text-indent: -1em;
}

/*========================== OnAir =============================*/
#onair h3{
	font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.3em;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
    color: #ff007e;

}
.onairList {
	padding: 15px 50px;
    position: relative;
    margin-bottom: 40px;
}
.onairList .List ul {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.onairList .List li {
    min-width: 130px;
    height: 19px;
    margin: 0 5px 10px;
}
.onairList .List ul li a:hover, .onairList ul li a.active {
    background: #ff007e;
}
.onairList .List ul li a {
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    display: block;
    height: 19px;
    color: rgba(255,255,255,1);
    background: rgba(0,0,0,1);
    border-radius: 4px;
    transition: all 0.3s ease;
}
#onair #broadcast ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#onair #broadcast li{
	margin-right: 10px;
	margin-left: 10px;
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
}
#onair #broadcast li:nth-child(odd){
	width: 250px;
	color: #ff007e;
}
#onair #broadcast li:nth-child(even){
	width: 610px;
}
#onair #vod {
	margin-top: 45px;
	border-top: 1px dashed #dcdcdc;
}
#onair #vod p{
	font-size: 20px;
    letter-spacing: 0.3em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 50px;
}
#onair #vod ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#onair #vod li{
	margin-right: 10px;
	margin-left: 10px;
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
}
#onair #vod li:nth-child(odd){
	width: 400px;
	color: #ff007e;
}
#onair #vod li:nth-child(even){
	width: 460px;
}
#onair #broadcast li span,
#onair #vod li span{
	font-size: 16px;
}
#onair #broadcast li a:link,
#onair #broadcast li a:visited,
#onair #vod li a:link,
#onair #vod li a:visited{
	color: #ff007e;
}

/*========================== Story =============================*/
.storyList p{
	font-size: 20px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 150px;
}
.storyList {
	padding: 15px 50px;
    position: relative;
    margin-bottom: 40px;
}
.storyList ul {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.storyList li {
    min-width: 175px;
    height: 19px;
    margin: 0 5px 10px;
}
.storyList ul li a:hover, .storyList ul li a.active {
    background: #ff007e;
}
.storyList ul li a {
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    display: block;
    height: 19px;
    color: rgba(255,255,255,1);
    background: rgba(0,0,0,1);
    border-radius: 4px;
    transition: all 0.3s ease;
}
.storyList p span{
	font-size: 16px;
}
#s_thumbList {
	width: 1000px;
	margin: auto;
}
#s_thumbList ul {
	width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 70px;
}
#s_thumbList li {
	width: calc((1000px - 60px) / 3);
	margin: 10px;
	background: #fff;
	overflow: hidden;
    border-radius: 5px;
    transition: all .3s ease;
}
#s_thumbList li:hover {
	transform: translateY(-10px);
}
#s_thumbList li a {
	display: block;
}
#s_thumbList li a img {
	width: calc((1000px - 60px) / 3);
	transition: all .3s ease;
}
#s_thumbList li a:hover img { opacity: 0.7;  }
#s_thumbList .m_ttl { text-align: center; }


#imgBox {
	width: 100%;
    margin: auto;
}
.detailImg {
	border-radius: 5px;
	overflow: hidden;
}
.imgClick {
	padding-top: 5px;
	padding-bottom: 50px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.imgClick li {
	margin: 3px;
	float: left;
	width: calc((100% - 36px) / 6);
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.imgClick li a { display: block; }
.imgClick li a:hover { opacity: 0.7; }
.imgClick li a img { width: 100%; }
.imgClick li a.active {
	opacity: 0.7;
	pointer-events: none;
}
#storyDeital {
	width: 800px;
	margin: auto;
	padding-bottom: 50px;
}
#storyDeital h3 {
	height: 50px;
	background: #fff;
	font-weight: 600;
    font-size: 22px;
    line-height: 52px;
    color: #000;
    text-align: center;
    border-radius: 5px;
}
#storyDisc {
	padding-top: 30px;
}
#storyText {
	font-size: 16px;
    font-weight: 500;
    line-height: 34px;
}
img { pointer-events: none; }

#toStarsModal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,.8);
	z-index: 100000;
}
#toStarsModalIn {
	width: 1000px;
	height: 620px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#toStarsModalIn img {
	display: block;
	margin: auto;
	width: 600px;
	height: auto;

}
#to_stars_btn {
	width: 960px;
	height: 90px;
	margin: auto;
	padding: 30px 0;
}
#to_stars_btn a {
	display: block;
	height: 90px;
	background: url(../images/to_stars_btn.png) no-repeat center / 600px auto;
	transition: all .3s cubic-bezier(0.53, 0.22, 0.29, 1.46);
}
#to_stars_btn a:hover { transform: scale(1.05); }
#to_stars_colse {
	width: 55px;
	height: 47px;
	position: absolute;
	top: 50px;
	right: 50px;
}
#to_stars_colse a {
	display: block;
	height: 47px;
	background: url(../images/close_modal_btn.png) no-repeat center;
	transition: all .3s cubic-bezier(0.53, 0.22, 0.29, 1.46);
}
#to_stars_colse a:hover {transform: scale(1.2); }

/*========================== NEWS =============================*/
/*.newsDetail{
	color: #000;
}*/
#newsDetail a{
	color: #000;
}
