@charset "utf-8";
/* CSS Document */


body {
	color: #fff;
	background: #000;
}

img {
	max-width: 100%;
}

.inner {
    max-width: 1020px;
	padding:0 10px;
    margin: auto;
    position: relative;
}
.loading-first {
	width: 100%;
	height:100%;
	background: #000002 url("./img/2506/site_logo_w.png") no-repeat center;
	background-size: 150px 80px;
	position:fixed;
	top:0;
	left:0;
	z-index: 99999999999999999;
}



/*------------------------------------------------------

   header style

-------------------------------------------------------*/
#global-header {
	width:100%;
	height:100%;
	background: url(./img/2506/fv.jpg) no-repeat center top;
	background-size: cover !important;
/*
	position:fixed;
	left:0;
	top:0;
*/
}
#global-header .header-in {
    max-width: 1010px;
    min-height: 620px !important;
    height: 800px;
    margin: auto;
    position: relative;
}

#global-header .site-ttl {
	display:none;
	width: 50%;
	position:absolute;
	left: 40px;
	bottom:20px;
}
#global-header .site-ttl span {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 20px;
}
#global-header .main-logo {
	width: 46%;
	position: absolute;
	left: 10px;
	top:110px;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
   -webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#global-header .main-logo div {
	position: relative;
}
#global-header .main-logo div:after {
    content: '';
	display: block;
	width: 100%;
	height:100%;
	background: url(./img/main_logo_bg.png) no-repeat;
	background-size: cover !important;
	position: absolute;
	left: 0;
	top: 0;
    -webkit-animation: loading 200s linear 0s infinite normal;
    -moz-animation: loading 200s linear 0s infinite normal;
    animation: loading 200s linear 0s infinite normal;
}
#global-header .main-logo img {
	visibility: hidden;
	opacity: 0;
	vertical-align:middle;
	position:relative;
	z-index:100;
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* fadeIn */
#global-header.on .main-logo {
	visibility: visible;
	opacity: 1;
}
#global-header.on .main-logo img {
	visibility: visible;
	opacity: 1;
}


/* mainNav */
#mainNavWrap {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	visibility:hidden;
	opacity:0;
    position: fixed;
	top:0;
	left: 0;
	z-index: 1000;
   -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
#mainNavWrap.active {
    background: rgba(0,0,0,0.7);
	visibility: visible;
	opacity: 1;
}
#mainNavWrap .mainNav-in {
    width: 80%;
    height: 100%;
	padding: 50px;
    background: #001;
	overflow:auto;
	position:fixed;
	left:-1000px;
	top:0;
	z-index:10;
   -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
#mainNavWrap.active .mainNav-in {
	left:0;
}
#mainNav{
    margin-bottom:30px;
}
#mainNav li {
    padding:10px;
	border-bottom: solid 1px #fff;
}
#mainNav li a {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Georgia', serif;
}


#mainNav-sns li {
    display: inline-block;
    margin: 0 1%;
    max-width: 18%;
    width: 100%;
}
#mainNav-sns li a {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px;
    text-align: center;
    border: solid 1px #fff;
    border-radius: 3px;
}
#mainNav-sns li a img {
	vertical-align: middle;
}


/* menu-btn */
#menu-btn {
    width: 54px;
    height: 55px;
    background: rgba(0,0,0,0.2) url(./img/btn_menu.png) no-repeat center;
    background-size: 44px 35px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 20px;
	z-index: 1001;
}

/* ----------------------------
   contets
-------------------------------*/

#container {
/*	margin-top: 1600px;*/
	position: relative;
	z-index: 10;
}
.cmn-ttl {
	position: absolute;
	top: 0;
}
.cmn-ttl:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cmn-ttl.on:after {
	height:0;
	visibility: hidden;
	opacity: 0;
}


.conBox {
	overflow: hidden;
}
.conBox * {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.conBox .inner {
	padding:100px 10px;
}
.conBox .cmn-in {
	overflow: hidden;
}
.conBox .cmn-in .imgArea,
.conBox .cmn-in .infoArea {
	width: 50%;
	float: left;
}


/* movieArea */
#movieArea {
	background: #000 url("./img/2506/movie_bg.jpg") no-repeat center;
	background-size:contain;
}
#movieArea .cmn-ttl {
	left:0;
}

.movie-wrap {
    width: 800px;
    height: 0;
    padding-top: 44%;
    margin: auto;
    position: relative;
}
.movie-wrap iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.movie-wrap .story {
    margin-top: 30px;
	padding: 20px;
    background: rgba(255, 255, 255, 0.1);
}
.movie-wrap .story h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.movie-wrap .story h4 {
    font-size: 16px;
}
.movie-wrap .story p {
    font-size: 13px;
    line-height: 2;
    margin-top: 20px;
}


/* trackArea */
#trackArea {
    background: #001;
}
#trackArea .cmn-ttl {
	right:0;
}
#trackArea .imgArea {
    text-align: center;	
}
#trackArea .imgArea a {
    display: block;
	color: #fff;
}
#trackArea .imgArea p {
    margin-top: 30px;
}
#trackArea .imgArea .buy-btn {
    margin-top: 10px;
    font-size: 13px;
    display: inline-block;
    border: solid 1px;
    line-height: 1;
    padding: 5px 20px 2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#trackArea a:hover .buy-btn  {
    color: #000;
    background: #fff;
}
#trackArea .infoArea {
    padding-left: 70px;	
}
#trackArea .infoArea ul li {
    font-size: 18px;
    color: #fff;
    margin-bottom: 22px;
}






/* profileArea */
#profileArea  {

}
#profileArea .cmn-ttl {
	left:0;
}
#profileArea .imgArea {
    text-align:right;	
}
#profileArea .infoArea {
    padding: 100px 0 0 70px;	
}
#profileArea .infoArea h3 {
	font-size:22px;
	margin-bottom: 30px;
}
#profileArea .infoArea h3 span {
	font-size:15px;
}
#profileArea .infoArea p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 15px;
}

.achievement {
    margin-top: 100px;
}
.achievement h4 {
    font-size: 21px;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #eee;
}
.achievement__list > li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.achievement-year {
    width: 80px;
}
.achievement-detail {
    width: calc(100% - 80px);
}



/* scheduleArea */
#scheduleArea {
	min-height: 300px;
}
#scheduleArea .cmn-ttl {
	right:0;
}
#scheduleArea h3 {
	color: #bbb;
	font-size: 16px;
	margin:0 40px 10px 0;
    border-bottom: solid 1px #777;
}
#schedule-list {
	margin-right: 40px;
	height: 300px;
	overflow: auto;
}
#schedule-list > li {
	border-bottom: dotted 1px #ccc;
	margin-bottom:5px;
	padding: 5px 0;
}
#schedule-list .sche-ttl-group {
	cursor: pointer;
}
#schedule-list .sche-date {
	font-size: 14px;
	display: inline-block;
	width: 100px;
}
#schedule-list .sche-cat {
	font-size: 14px;
	font-weight:bold;
	display: inline-block;
	width: 80px;
	text-align:center;
	border: solid 1px #000;
	padding: 2px 5px;
	margin-right: 10px;
}
#schedule-list .sche-cat.event {
	border: solid 1px #0C0;
    color:#0C0;
}
#schedule-list .sche-cat.live {
	border: solid 1px #F00;
    color:#F00;
}
#schedule-list .sche-cat.media {
	border: solid 1px #0b1082;
    color:#0b1082;
}
#schedule-list .sche-ttl {
	font-size: 14px;
	font-weight:bold;
	display: inline-block;
}
#schedule-list .sche-ttl:after {
	content:'▼';
	margin-left:5px;
}
#schedule-list > li.on .sche-ttl:after {
	color: #ccc;
}
#schedule-list .sche-comment {
	display:none;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    margin-top: 10px;
    line-height: 1.2;
    font-size: 13px;
}

#schedule-list .sche-comment p a {
    color: burlywood;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#schedule-list .sche-comment p a:hover {
    color: #fff;
}
#schedule-list .sche-comment p a i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid 1px #666;
    position: relative;
    margin-left: 5px;
}
#schedule-list .sche-comment p a i:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: solid 1px #666;
    position: absolute;
    right: -4px;
    top: -4px;
}
.sche-link-btn {
	margin-top: 30px;
}
.sche-link-btn a {
	display: inline-block;
	color: #fff;
	line-height: 1;
	border: solid 1px;
    margin: 0 10px;
	padding: 10px 30px 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sche-link-btn a:hover {
	color: #000;
	background: #fff;
}

/* scheduleArea2 */
.live-list {
	margin-top:30px;
}
.live-list >li {
	display:flex;
	justify-content: space-between;
	margin-bottom:30px;
}
.live-list >li:last-child {
	margin-bottom:0;
}
.live-list >li .img {
	width: 49%;
}
.live-list >li .info {
	width: 49%;
}
.live-list >li .info h3 {
	font-size: 20px;
}
.live-list >li .info h4 {
	font-size: 16px;
}
.live-list >li .info p {
	margin-top: 15px;
}
.live-list >li .info p a {
	color:#057EAE;
	text-decoration: underline;
}


/*------------------------------------------------
   footer style
--------------------------------------------------*/
#global-footer {
	text-align:center;
	padding-bottom: 50px;
    background: url("./img/2506/contact_bg.jpg") center top no-repeat;
    background-size: cover;
}
/* contactArea */
#contactArea .cmn-ttl {
	/*right:0; */
	left: 0;
}
#contactArea .inner {
    padding: 100px 10px 0;
}
#contactArea .cmn-in {
    padding-top: 10px;
    display: flex;
    justify-content: center;
}
#contactArea .box {
    width: 40%;
    margin: 0 2% 80px;
}
#contactArea .box * {
	color: #fff;
}
#contactArea .box h3 {
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 25px;
}
#contactArea .box p {
    font-size: 17px;
    margin-bottom: 25px;
}
#contactArea .box .btn a {
    display: block;
    font-size: 18px;
    padding: 10px;
    border: solid 1px #fff;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#contactArea .box .btn a:hover {
	background: #000;
}
#contactArea .box .btn a i {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    background-size: cover !important;
}
#contactArea .box .btn a i.icon-contact {
    width: 26px;
    height: 16px;
    background: url(./img/icon_contact.png) no-repeat;
}
#contactArea .box .btn a i.icon-cart {
    width: 25px;
    height: 25px;
    background: url(./img/icon_cart.png) no-repeat;
}
#contactArea .box .btn a i.icon-fanclub {
    width: 22px;
    height: 17px;
    background: url(./img/2110/icon_fanclub.png) no-repeat;
}


/* informationArea */
#informationArea .ft-logo {
    margin-bottom: 40px;
}
#informationArea .ft-sns {
    margin-bottom: 25px;
}
#informationArea .ft-sns li {
    display: inline-block;
    margin: 0 15px;
}
#informationArea .ft-sns li img {
    vertical-align: middle;
}
#copyright {
	color: #fff;
	font-size: 12px;
	font-family: 'Georgia', serif;
}


#backtotop {
	color: #fff;
	font-sie: 20px;
	font-weight:bold;
	width: 52px;
	line-height: 52px;
	text-align:center;
	cursor:pointer;
	background: rgba(0,0,0,0.8);
	border-radius: 52px;
	visibility: hidden;
	opacity: 0;
	position:fixed;
	right: 10px;
	bottom: 40px;
	z-index: 10;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#backtotop.show {
	visibility: visible;
	opacity: 1;
	bottom: 50px;
}


/*------------------------------------------------
   media query
--------------------------------------------------*/
@media (max-width: 815px) {

	#global-header {
		background-position: left 85% top;
	}
	    
	#global-header .header-in {
		padding-top: 0;
	}
	#global-header .site-ttl {
		width: 90%;
		left: 10px;
		bottom: 20px;
	}
	#menu-btn {
		right: 10px;
	}
	
	.conBox .inner {
		padding: 40px 10px 60px;
	}
	.conBox .cmn-in .imgArea,
	.conBox .cmn-in .infoArea {
		width: 100%;
		float: none;
	}
	.cmn-ttl {
		text-align:center;
		margin-bottom: 40px;
		visibility: visible;
        opacity: 1;
		position: relative;
		top: 0 !important;
	}
	.cmn-ttl span {
		display: block;
		font-size: 30px;
		font-weight: normal;
		font-family: 'Georgia', serif;
		line-height:1;
	}
	.cmn-ttl img {
		display: none;
	}
    #trackArea .cmn-ttl,
	#contactArea .cmn-ttl {
		color: #fff;
	}
	
	.movie-wrap {
		width: 100%;
		padding-top: 56.25%;
	}

	#trackArea .imgArea,
	#profileArea .imgArea {
		text-align: center;
		margin-bottom: 30px;
	}
	#trackArea .infoArea,
	#profileArea .infoArea {
		padding:0;
	}
	#trackArea .imgArea a .imgArea-in {
		display: inline-block;
		padding-bottom: 20px;
		background: rgba(255,255,255,0.5);
	}
	#trackArea .imgArea p {
		margin-top: 15px;
	}
	#trackArea .infoArea ul li {
		text-align: center;
	}

	.achievement {
		margin-top: 50px;
	}
	.achievement__list > li {
		font-size: 14px;
	}

    #scheduleArea h3 {
		margin: 0 0 10px;
	}
	#schedule-list {
		margin-right: 0;
	}
    #schedule-list .sche-ttl {
		display:block;
		padding: 5px 0 0;
	}

    #contactArea .cmn-in {
		display: block;
		padding-top: 0;
	}

	#contactArea .box {
		width: 90%;
		margin: 0 auto 40px;
	}


}

@media (max-width: 640px) {

	#global-header .main-logo {
		width: 65% !important;
		top: auto !important;
		bottom: 30%;
		left: 10px;
	}

	#global-footer {

	}

	.live-list >li {
		display:block;
	}
	.live-list >li .img {
		width: 100%;
		text-align:center;
		margin-bottom:20px;
	}
	.live-list >li .info {
		width: 100%;
	}

}
@media (max-width: 480px) {
	#mainNavWrap .mainNav-in {
	   width: 75%;
		padding: 50px 20px;
	}
	#mainNav-sns {
		text-align: center;
	}

}


@media (max-width: 360px) {

   #global-header .header-in {
	   min-height: 570px !important;
   }

}
