@charset "UTF-8";

* {
	margin:0;
	padding: 0;
}
.clearfix::after {
	content:"";
	display: block;
	clear: both;
}
img { width: 100%; height: auto; }
.fade a:hover img {
	opacity: 0.7;
}
#sns img { width: 32px; }
/* ヘッダー */

/* フッター */
#sns ul {
	list-style-type: none;
}
#sns ul li {
	float: left;
	margin: 4px;
}
/* loading */
#loading{
  position: absolute;
	width: 106px;
	top: 50%;
  left: 50%;
  margin-top: -81px;
  margin-left: -53px;
} 
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFF;
    z-index: 1;
}
 
body{
    background-color: #FFF;
}
/* main content */
#main-contents{
    text-align: center;
    /*margin-top: 20%;*/
	position: relative;
}
#bgImage {
	background-color: #fff;
	background-image: url("../images/bg-img-l.jpg");
	background-position: top center;/*center center*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: fixed;
	width: 100%;
	height:100%;
	z-index: 2;
	-webkit-backface-visibility:hidden;
  backface-visibility:hidden;
	overflow:hidden;
}
#bgImageBlur {
	background-color: #fff;
	background-image: url("../images/bg-img-l-blur.jpg");
	background-position: top center;/*center center*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: fixed;
	width: 100%;
	height:100%;
	z-index: 1;
	-webkit-backface-visibility:hidden;
  backface-visibility:hidden;
	overflow:hidden;
}
#bgImage-sp { }
#textWrap {
	width: 90%;
	max-width: 1040px;
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
	/*top:50px;
	left: 100px;*/
	z-index: 3;
}
.textWrapIn {
	width: 100% ;
	margin-right: 0%;
}
.logo2 {
	width: 40%;
	max-width: 247px;
	margin-bottom: 32px; 
}
.title {
	width:100%;
	max-width: 781px;
	margin-bottom: 32px;
	margin-left: 0;
}
.jacket {
	width:100%;
	max-width: 666px;
	margin-bottom: 32px;
}
.song-list{
	width: 92%;
	max-width: 512px;
	margin-bottom: 32px;
}
.version-list {
	width: 80%;
	max-width: 364px;
	margin-bottom: 32px;
}
.schedule-wrap {
	margin-bottom: 80px;
}
.shop-special {
	width:95%;
	max-width: 734px;
	margin-bottom: 60px;
}
.concert {
	width:95%;
	max-width: 550px;
	margin-bottom: 36px;
}
.title-live {
	width: 75%;
	max-width: 479px;
	margin-bottom: 16px;
}
.live-tokyo-osaka {
	width: 90%;
	max-width: 510px;
	margin-bottom: 48px;
}
.live-fukushima {
	width: 90%;
	max-width: 510px;
	margin-bottom: 64px;
}
.link-fukushima {
	width:39.8%;
	max-width: 206px;
	margin-top: -6px;
}
.banner-wrap {
	margin-bottom: 28px;
  position: relative;
  z-index: 2;
}
.banner {
	width: 290px;
	height: 80px;
	margin: 16px 0;
}
.banner a {
	display: block;
	width: 290px;
	height: 80px;
	box-sizing: border-box;
	border: 1px solid #666;
}
.banner-official a  {
	background-image: url("../images/bn_official.jpg");
}
.banner-official a:hover {
	background-image: url("../images/bn_official_over.jpg");
}
.banner-asmart a {
	background-image: url("../images/bn_asmart.png");
}
.banner-asmart a:hover {
	background-image: url("../images/bn_asmart_over.png");
}
.banner-kekkon a {
	background-image: url("../images/bn_kekkon.png");
}
.banner-kekkon a:hover {
	background-image: url("../images/bn_kekkon_over.png");
}
.copyright {
	width: 70%;
	max-width: 295px;
	margin-bottom: 32px;
}
.margin-left-sp { margin-left: 10px; }

/*movie*/
.movie-wrap {
	max-width: 550px;
	width:100%;
	margin: 0 auto 32px auto;
}
.h2-pv {
	max-width: 550px;
	width:100%;
	margin: 0 auto 8px 0;
}
.movie-item {
	width: 100%;
	margin: 0 0 20px 0;
}
/*event*/
.event {
  width:95%;
	max-width: 540px;
	margin-bottom: 36px;
}
.sp { display: block; }
.tb { display: none; }
.pctb { display: none; }
.pc { display: none; }

/* タブレットレイアウト : 751 px ～ 991 px。モバイルレイアウトからスタイルを継承。*/
@media only screen and (min-width: 751px) {
	#textWrap {
		width: 90%;
	}
	.textWrapIn {
		width: 73% ;
		margin-right: 22%;
	}
	.title {
		width:100%;
		margin-bottom: 57px;
		margin-left: -30px;
	}
	.jacket {
	width: 70%;
	margin-bottom: 50px;
	}
	.logo2 {
	width: 30%;
	margin-bottom: 32px; 
	}
	.song-list{
		width: 63%;
		margin-bottom: 43px;
	}
	.version-list {
		width: 44.9%;
		margin-bottom: 43px;
	}
	.shop-special {
		margin-bottom: 90px;
	}
	.concert {
		width: 82%;
		margin-bottom: 34px;
	}
	.title-live {
		width: 46.2%;
		margin-bottom: 36px;
	}
	.schedule {
		width: 63.1%;
		margin-bottom: 117px;
	}
	.copyright {
		width: 36%;
	}
	.margin-left-sp { margin-left: 0; }
	/*movie*/
	.movie-wrap {
		width:100%;
		margin: 0px 0 80px 0;
	}
	.movie-item {
		width: 45%;
		float:left;
		margin: 0 12px 20px 0;
	}
  .event {
    margin-bottom: 80px;
  }
	.sp { display: none; }
	.tb { display: block; }
	.pctb { display: block; }
	.pc { display: none; }
}
/* デスクトップレイアウト : 992 px ～。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 992px) {
	.sp { display: none; }
	.tb { display: none; }
	.pctb { display: block; }
	.pc { display: block; }
}
