@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
	color: #000000;
	line-height: 1.7;	
}

/*------------ 全体 ------------*/
html {
}
body {
}
._hover{
	transition: opacity 0.3s linear;
	opacity: 1;
}
._hover:hover{
	opacity: 0.7;
}

/*------------ WRAPPER ------------*/
#wrapper {
}
.content_inner{
	width:960px;
	margin:0 auto;
}

/*------------ HEADER ------------*/
#header h1{
	padding: 40px 0 20px;
	text-align: center;
}

/*------------ NAVI ------------*/
#gnav_sp{
	display: none;
}
#gnav{
	text-align: center;
	position: relative;
	z-index: 100;
}
#gnav li{
	display: inline-block;
	vertical-align: top;
}
#gnav li a{
	display: block;
	padding: 20px 25px;
}
#gnav_inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.90);
}

/*------------ TOP ------------*/
#main_wrapper{
	margin-top: 90px;
	padding-bottom: 20px;
	background-color: #000;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#main{
	width:960px;
	height:540px;
	margin:0 auto;
	position:relative;
}
#main_inner{
	width:2880px;
	left:50%;
	margin-left:-1440px;
	position:absolute;
}
.bx-wrapper .bx-pager {
    padding-top: 8px;
	height: 3px;
	overflow: hidden;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -12px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #5a5a5a;
    width: 30px;
    height: 3px;
    margin: 0 3px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #a0a0a0;
}
.slider li{
	opacity: 0.2;
	float: left;
}
.slider li.active + li{
	opacity: 1;
}
.block_content{
	padding: 70px 0 90px;
}
.block_content:nth-of-type(even){
	background-color: #000;
}
.block_content h2{
	text-align: center;
	vertical-align: top;
	position: relative;
	margin-bottom: 20px;
}
.block_content h2 img{
	display: inline-block;
	padding: 0 20px;
	background-color: #FFF;
	position: relative;
	z-index: 2;
}
.block_content:nth-of-type(even) h2 img{
	background-color: #000;
}
.block_content h2:before{
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 1;
	background-color: #000;
}
.block_content:nth-of-type(even) h2:before{
	background-color: #FFF;
}
.wrapper_topics{
	padding: 0 20px;
	max-height: 320px;
	overflow: auto;
	margin-top: -15px;
}
.list_topics li{
	border-bottom: 1px dotted #000;
	padding: 15px 0;
	font-size: 16px;
}
.list_topics li .date_wrapper{
	float: left;
	width: 17em;
}
.list_topics li .date_wrapper>span{
	display: inline-block;
}
.list_topics li .date_wrapper .date{
	margin-right: 1em;
}
.list_topics li .body{
	margin-left: 17em;
}
.list_topics li a{
	color: inherit;
}
.list_topics li a:hover{
	text-decoration: none;
}
.list_profile li{
	float: left;
	width: 180px;
	text-align: center;
	margin-right: 15px;
}
.list_profile li:nth-child(5n){
	margin-right: 0;
}
.list_profile li a,
.list_profile li a>span{
	display: block;
}
.list_profile li .pic{
	padding-bottom: 10px;
}
.list_discography{
	text-align: center;
}
.list_discography li{
	width: 40%;
	display: inline-block;
	vertical-align: top;
	padding-top: 30px;
	font-size: 16px;
}
.list_discography li a,
.list_discography li span{
	display: block;
	color: #FFF;
	text-decoration: none;
}
.list_discography li a:hover{
	text-decoration: underline;
}
.list_discography li .pic{
	padding-bottom: 10px;
}
.wrapper_mov{
	padding-top: 20px;
	width: 640px;
	margin: 0 auto;
}
.wrapper_mov .ttl{
	font-size: 16px;
	padding-top: 10px;
}
.wrapper_live{
	padding: 0 20px;
	max-height: 570px;
	overflow: auto;
}
.list_live li{
	border-bottom: 1px dotted #000;
	padding: 15px 0;
}
.list_live li .date{
	width: 3.5em;
	float: left;
	font-size: 32px;
	word-break: break-all;
	font-weight: 700;
}
.list_live li .info{
	margin-left: 130px;
	font-size: 16px;
	font-weight: 700;
}
.list_live li .info .ttl{
	font-size: 24px;
}
.list_live li .info a{
	color: #f00064;
}
.list_live li .info a:hover{
	text-decoration: none;
}
#fancybox-close {
    top: 10px;
    right: 10px;
    width: 29px;
    height: 29px;
    background: transparent url(../images/btn_close.png) left top;
}
.anchor{
	position: relative;
	display: block;
	padding-top: 67px;
	margin-top: -67px;
	z-index: -1;
}

/*------------ FOOTER ------------*/

#footer{
	background-color: #000;
}
address{
	color: #FFF;
	font-size: 16px;
	padding: 5px 0;
	text-align: center;
}

/*
Back to top button 
*/
#back-top {
    position: fixed;
    bottom: 20px;
    right: 2%;
	z-index:1000;
}
#back-top span {
    width: 48px;
    height: 48px;
    display: block;
	position:relative;
}

/*-------- text_right --------*/
.t_right {
	text-align: right;
}

/*-------- text_left --------*/
.t_left {
	text-align: left;
}

/*-------- center --------*/
.t_center {
	text-align: center;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}

/*-------- COLOR --------*/

.red{
	color:#FF0000;
}

.orange{
	color:#FF6600;
}

.blue{
	color:#0097B2;
}

/*-------- FONT --------*/

.bold{
	font-weight:700;
}

.f10{
	font-size:10px;
}

.f14{
	font-size:14px;
}

/*-------- WIDTH --------*/

.w149{
	width:149px;	
}

.w180{
	width:180px;	
}

.w287{
	width:287px;
}

.w380{
	width:380px;
}

.w304{
	width:304px;
}

/*-------- HEIGHT --------*/

.h350{
	height:350px;	
}

.h375{
	height:375px;	
}

.h500{
	height:420px;	
}

.h600{
	height:470px;	
}

/*-------- MARGIN --------*/

.ml3{
	margin:0 0 0 3px;
}

.ml10{
	margin:0 0 0 10px;
}

.ml30{
	margin:0 0 0 30px;
}

.ml40{
	margin:0 0 0 40px;
}

.ml60{
	margin:0 0 0 60px;
}

.ml70{
	margin:0 0 0 70px;
}

.mb10{
	margin:0 0 10px 0;
}

.mb15{
	margin:0 0 15px 0;
}

.mt3{
	margin:3px 0 0 0;
}

.mt10{
	margin:10px 0 0 0;
}


.mt20{
	margin:20px 0 0 0;
}

.mt30{
	margin:30px 0 0 0;
}

/*-------- PADDING --------*/

.pt5{
	padding-top:5px;
}

.pt10{
	padding-top:10px;
}

.pt15{
	padding-top:15px;
}

.pt20{
	padding-top:20px;
}

.pt25{
	padding-top:25px;
}

.pt30{
	padding-top:30px;
}

.pt40{
	padding-top:40px;
}

.pt60{
	padding-top:60px;
}

.pl10{
	padding-left:10px;	
}

.pl12{
	padding-left:12px;	
}

.pl15{
	padding-left:15px;	
}

.pl20{
	padding-left:20px;	
}

.pl30{
	padding-left:30px;	
}

.pl40{
	padding-left:40px;	
}

.pl50{
	padding-left:50px;	
}

.pl60{
	padding-left:60px;	
}

.pl70{
	padding-left:70px;	
}

.pl80{
	padding-left:80px;	
}

.pl100{
	padding-left:100px;	
}

.pr100{
	padding-right:100px;	
}


.pb20{
	padding-bottom:20px;	
}

/*-------- COMMON --------*/

.pic{
}

.hidden{
	overflow:hidden;
}

.abs{
	position:absolute;
}

.ondes{
	color:#999999;
}


@media (min-width:768px) {
	.sp{
		display:none !important;
	}
}
@media (max-width:768px) {
	.pc{
		display:none !important;
	}
	body{
		-webkit-text-size-adjust: 100%;
	}
	img{
		max-width:100%;
		height:auto;
	}

/*------------ WRAPPER ------------*/
	.content_inner{
		width:100%;
	}

/*------------ HEADER ------------*/
	#header h1{
		padding: 20px 0 20px;
	}
	#header h1 img{
		width: 175px;
	}

/*------------ NAVI ------------*/
	#btn_menu{
		position:fixed;
		right:5px;
		top:10px;
		width: 42px;
		height:42px;
		display:block;
		z-index:2000;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		background-color: rgba(255,255,255,0.9);
	}
	#btn_menu span {
		display: block;
		background: #000;
		width: 24px;
		height: 2px;
		position: absolute;
		left: 9px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
	}
	#btn_menu span:first-child {
		top: 12px;
	}
	#btn_menu span:nth-child(2) {
		margin-top: -1px;
		top: 50%;
	}
	#btn_menu span:last-child {
		bottom: 12px;
	}
	#btn_menu.active span:first-child {
		-webkit-transform: translateY(8px) rotate(45deg);
		-moz-transform: translateY(8px) rotate(45deg);
		-ms-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
	#btn_menu.active{
		background-color: transparent;
	}
	#btn_menu.active span{
		background-color: #FFF;
	}
	#btn_menu.active span:nth-child(2) {
		opacity: 0;
	}
	#btn_menu.active span:last-child {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		-moz-transform: translateY(-8px) rotate(-45deg);
		-ms-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
	#gnav{
		display: none;
	}
	#gnav_sp{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1000;
		background-color: rgba(0,0,0,0.7);
		transform: scale(0.7);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s linear;
	}
	#gnav_sp.active{
		transform: scale(1);
		opacity: 1;
		visibility: visible;
	}
	#gnav_sp_inner{
		position: absolute;
		text-align: center;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
	#gnav_sp li a{
		display: block;
		padding: 10px 0;
		text-align: center;
	}
	#gnav_sp li{
		border-bottom: 1px solid #FFF;
		opacity: 0;
		-webkit-transition-delay: 200ms;
		transition-delay: 200ms;
		-webkit-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms;
		-webkit-transition-property: opacity,-webkit-transform;
		transition-property: opacity,-webkit-transform;
		transition-property: opacity,transform;
		transition-property: opacity,transform,-webkit-transform;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	#gnav_sp li:last-child{
		border-bottom: none;
	}
	#gnav_sp.active li{
		transform: translateY(0px);
		opacity: 1;
	}
	#gnav_sp.active li:nth-child(1){
		-webkit-transition-delay: 400ms;
		transition-delay: 400ms;
	}
	#gnav_sp.active li:nth-child(2){
		-webkit-transition-delay: 550ms;
		transition-delay: 550ms;
	}
	#gnav_sp.active li:nth-child(3){
		-webkit-transition-delay: 700ms;
		transition-delay: 700ms;
	}
	#gnav_sp.active li:nth-child(4){
		-webkit-transition-delay: 850ms;
		transition-delay: 850ms;
	}
	#gnav_sp.active li:nth-child(5){
		-webkit-transition-delay: 1000ms;
		transition-delay: 1000ms;
	}
	#gnav_sp.active li:nth-child(6){
		-webkit-transition-delay: 1150ms;
		transition-delay: 1150ms;
	}
	#gnav_sp.active li:nth-child(7){
		-webkit-transition-delay: 1300ms;
		transition-delay: 1300ms;
	}

/*------------ TOP ------------*/
	#main_wrapper{
		margin-top: 0;
		padding-bottom: 20px;
	}
	#main{
		width:100%;
		height:auto;
	}
	#main_inner{
		width:100%;
		left:0;
		margin-left:0;
		position:relative;
	}
	.slider li,
	.slider li.active + li{
		opacity: 1;
	}
	.slider li.active{
		opacity: 1;
	}
	.block_content{
		padding: 40px 0 40px;
	}
	.block_content h2{
		margin-bottom: 20px;
	}
	.block_content h2 img{
		padding: 0 10px;
	}
	#topics h2 img{
		width: 43px;
	}
	#profile h2 img{
		width: 103px;
	}
	#live h2 img{
		width: 59px;
	}
	#discography h2 img{
		width: 83px;
	}
	#movie h2 img{
		width: 42px;
	}
	.block_content h2:before{
		top: 5px;
	}
	.wrapper_topics{
		max-height: 180px;
		margin-top: -30px;
		padding: 0;
	}
	.list_topics li{
		padding: 10px;
		font-size: 12px;
	}
	.list_topics li .date_wrapper{
		float: none;
		width: auto;
	}
	.list_topics li .date_wrapper>span{
		display: inline-block;
	}
	.list_topics li .date_wrapper .date{
		margin-right: 0;
	}
	.list_topics li .body{
		margin-left: 0;
	}
	.list_profile li{
		width: 18.66%;
		margin-right: 1.72%;
	}
	.list_profile li:nth-child(4n){
		margin-right: 0;
	}
	.list_profile li:nth-child(5n){
		margin-right: 0;
		float: right;
	}
	.list_profile li .pic{
		padding-bottom: 5px;
	}
	.list_profile li:nth-child(1) .name img{
		width: 33px;
	}
	.list_profile li:nth-child(2) .name img{
		width: 55px;
	}
	.list_profile li:nth-child(3) .name img{
		width: 30px;
	}
	.list_profile li:nth-child(4) .name img{
		width: 23px;
	}
	.list_profile li:nth-child(5) .name img{
		width: 22px;
	}
	.list_discography{
		padding: 0 2.5vw;
	}
	.list_discography li{
		padding-top: 0;
		padding-bottom: 15px;
		font-size: 8px;
	}
	.list_discography li .pic{
		padding-bottom: 5px;
		margin-right: 10px;
		margin-left: 10px;
	}
	.list_discography li .pic img{
		width: 120.66vw;
	}
	.wrapper_mov{
		padding-top: 0;
		padding-bottom: 15px;
		width: 85.33%;
	}
	.wrapper_mov iframe{
		width: 100%;
		height: 48vw;
	}
	.wrapper_mov .ttl{
		font-size: 12px;
		padding-top: 5px;
	}
	.wrapper_live{
		padding: 0 0;
		max-height: 300px;
		margin-top: -25px;
	}
	.list_live li{
		padding: 10px;
	}
	.list_live li .date{
		font-size: 16px;
	}
	.list_live li .info{
		margin-left: 65px;
		font-size: 8px;
		word-break: break-all;
	}
	.list_live li .info .ttl{
		font-size: 12px;
	}
	#fancybox-close {
		width: 15px;
		height: 15px;
		background-size: 15px auto;
	}
	.anchor{
		padding-top: 0;
		margin-top: 0;
	}

/*------------ FOOTER ------------*/

	address{
		font-size: 8px;
	}

	/*
	Back to top button 
	*/
	#back-top {
		bottom: 15px;
		right: 10px;
	}
	#back-top span {
		width: 24px;
		height: 24px;
	}
}
