@charset "utf-8";


/* -------------------------------------------------------------------------------------------------------------------------------End Smartphone and Tablet style767pxまで*/
@media screen and (max-width: 767px){
/* START */



/*---------------------------------------------------------------for Fade*/

#naviBlock, #headerBlock{
	opacity: 0;
}



/*---------------------------------------------------------------Common*/

.pc{
	display:none;
}

/*Layout Format*/
#content{
	width: 100%;
	z-index: 1;
}
#content320{
	margin: 0 auto;
	width: 320px;
	z-index: 1;
}
#wrapper{
	width:100%;
	background: transparent;
}

/*Each Block*/
#infoBlock, #movieBlock, #specialBlock, #shopBlock, #singleBlock, #footerBlock,
#trackBlock, #shopBlock, #onlineBlock{
	margin-bottom: 120px;
	padding: 50px 0;
	width: 100%;
	background: url(../img/bg_pattern.png) repeat rgba(3, 7, 85, 0.85);
}
.inner{
	padding: 0 20px;
}

/*H2 Title*/
h2.mark{
	margin-bottom: 30px;
	padding-left: 36px;
	background:url(../img/icon_mark.png) 0 center no-repeat;
	-webkit-background-size: 30px auto;
	-moz-background-size: 30px auto;
	background-size: 30px auto;
	font-weight: 700;
	font-size: 29px;
	letter-spacing: 1px;
}
h2.mark span{
	font-size: 24px;
	vertical-align: 1px;
}

/*Text Lead*/
.lead{
	font-family:"Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
	font-size:13px;
	line-height:1.7;
}
.notes{
	font-family:"Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
	font-size:11px;
	line-height:1.6;
}

/*Link Button*/
.linkBtn a{
	display: block;
	padding: 12px 0 9px 0;
	background: rgba(33, 173, 229, 0.8);
	text-align: center;
	letter-spacing: 1px;
}
.linkBtn span{
	padding: 0 20px 0 0;
	background: url(../img/pc/icon_external02.png) right 2px no-repeat;
	color: #030755;
	font-weight: 700;
	font-size: 15px;
}

.linkBtn_end {
	display: block;
	padding: 12px 0 9px 0;
	border: 1px solid rgba(33, 173, 229, 1);
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 20px;
}


/*Store Button*/
.storeBtn a{
	display: block;
	padding: 12px 0 9px 0;
	border: 1px solid rgba(33, 173, 229, 1);
	color: #21ade5;
	text-align: center;
	letter-spacing: 1px;
}
.storeBtn span{
	padding: 0 20px 0 0;
	background: url(../img/pc/icon_external01.png) right 2px no-repeat;
	color: #21ade5;
	font-size: 14px;
}



/*---------------------------------------------------------------Navigation Block*/

/*Navi Button Open*/
#naviBlock .naviBtn{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1005;
}
#naviBlock .naviBtn a{
	display: block;
	position: relative;
	width: 59px;
	height: 59px;
	background: rgba(33, 173, 229, 0.85);
	color: #030755;
	cursor: pointer;
}
#naviBlock .naviBtn a span{
	display: block;
	position: absolute;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
#naviBlock .naviBtn a span.line{
	left: 17px;
	width: 25px;
	height: 1px;
	background: #030755;
}
#naviBlock .naviBtn a span:first-child{
	top: 13px;
}
#naviBlock .naviBtn a span:nth-child(2){
	top: 21px;
}
#naviBlock .naviBtn a span:nth-child(3){
	top: 29px;
}
#naviBlock .naviBtn a span.menu{
	left: 0px;
	bottom: 9px;
	width: 59px;
	text-align: center;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 1px;
}

/*Navi Button Open Close*/
#naviBlock .naviBtn.close a 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);
}
#naviBlock .naviBtn.close a span:nth-child(2){
	opacity: 0;
}
#naviBlock .naviBtn.close a span:nth-child(3){
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-moz-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}

/*Navi Menu*/
#naviBlock .naviMenu{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(3, 7, 85, 0.9);
	z-index: 1000;
}
#naviBlock .naviMenu ul{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 50px;
	margin: auto;
	max-width: 320px;
	height: 380px;
}
#naviBlock .naviMenu ul li{
	text-align: center;
}
#naviBlock .naviMenu ul li a{
	display: inline-block;
	margin-botto: 2px;
	padding: 15px 15px 6px 15px;
	color:#21ade5;
	text-align: center;
	font-weight: 700;
	font-size: 23px;
	letter-spacing: 1px;
}
#naviBlock .naviMenu ul a span{
	font-size: 18px;
	vertical-align: 1px;
}
#naviBlock .naviMenu ul li.special a{
	font-size: 21px;
}

/*Sns Set*/
#naviBlock .snsSet{
	position: fixed;
	left: 20px;
	top: 20px;
	z-index: 500;
}
#naviBlock .snsSet p{
	float: left;
}
#naviBlock .snsSet p.twitterBtn{
	padding-right: 10px;
}
#naviBlock .snsSet p.facebookBtn{
	width: 120px;
}



/*---------------------------------------------------------------Header Block*/

#headerBlock{
	padding: 250px 0 100px 0;
}

/*Title*/
#headerBlock h1{
	margin-bottom: 5px;
	text-align: center;
}
#headerBlock h1 img{
	width: 70%;
	height: auto;
}

/*Scroll*/
#headerBlock p.scroll a{
	display: block;
	position: relative;
	margin: 0 auto;
	padding-top: 70px;
	width: 60px;
}
#headerBlock p.scroll a span{
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 3px solid #21ade5;
	border-bottom: 3px solid #21ade5;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
#headerBlock p.scroll a span:nth-of-type(1){
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
#headerBlock p.scroll a span:nth-of-type(2){
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
#headerBlock p.scroll a span:nth-of-type(3){
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb{
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb{
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}



/*---------------------------------------------------------------Infomation Block*/

/*Cover*/
#infoBlock .cover{
	margin-bottom: 45px;
}

/*Description*/
#infoBlock .description p.logo{
	text-align: center;
}
#infoBlock .description p.logo img{
	max-width: 220px;
	margin-bottom: 12px;
}
#infoBlock .description h2{
	margin-bottom: -20px;
	color: #21ade5;
	font-size: 36px; 
}
#infoBlock .description h2 span.txt01{
	font-size: 45px;
	/*for Baseline*/
	position: relative;
	bottom: -0ex;
	vertical-align: baseline;
	_vertical-align: bottom;
}
#infoBlock .description h2 span.txt02{
	color: #fff;
	font-family: "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
	font-size: 32px;
	/*for Baseline*/
	position: relative;
	bottom: 0.1ex;
	vertical-align: baseline;
	_vertical-align: bottom;
}
#infoBlock .description h2 span.txt03{
	font-weight: 600;
	font-size: 30px;
}
#infoBlock .description p.release{
	margin: 20px 0 10px 0;
	font-size: 34px;
}
#infoBlock .description p.price{
	margin-bottom: 7px;
	font-size: 14px;
}
#infoBlock .description p.credit{
	font-size: 12px;
	line-height: 1.4;
}
#infoBlock .description h3{
	margin: 25px 0 10px 0;
	color: #21ade5;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
}



/*---------------------------------------------------------------Track Block*/

/*Logo*/
#trackBlock p.logo{
	margin-top: -5px;
	margin-bottom: 20px;
}

/*Track List Set*/
#trackBlock h4{
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 14px;
}

#trackBlock ul.listSet{
	margin-bottom: 20px;
}
#trackBlock ul.listSet li{
	display: table;
	margin-top: 15px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
}
#trackBlock ul.listSet li p{
	display: table-cell;
	vertical-align: top;
}
#trackBlock ul.listSet li p.listNo{
	width: 30px;
}
#trackBlock ul.listSet li p span.txt01{
	color: #21ade5;
}
#trackBlock ul.listSet li p span.txt02{
	font-weight: 400;
	font-size: 14px;
}

/*Text*/
#trackBlock p.text{
	margin-bottom: 7px;
	font-family:"Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
}
	
#trackBlock .soundcloud{
	margin-top: 35px;
}

/*---------------------------------------------------------------Movie Block*/

/*Movie Area*/
#movieBlock .movieArea.movie02{
	margin-top: 45px;
}


/*Movie Area*/
#movieBlock .movieArea .movieYoutube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#movieBlock .movieArea .movieYoutube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#movieBlock .movieArea .cap{
	padding-top: 10px;
	color: #21ade5;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.3;
	font-family: 'Montserrat', sans-serif;
}


/*---------------------------------------------------------------Shop Block*/

/*Shop Set*/
#shopBlock .shopSet.set02{
	margin-top: 60px;
}
#shopBlock .shopSet p.title{
	font-weight: 700;
	font-size: 17px;
}
#shopBlock .shopSet h3{
	margin: 5px 0;
	color: #21ade5;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
}
#shopBlock .shopSet p.price{
	margin-bottom: 20px;
	font-size: 15px;
}
#shopBlock .shopSet ul.set{
	margin: 16px 0 7px 0;
}
#shopBlock .shopSet ul.set li{
	padding: 2px 0;
	font-size:14px;
	line-height:1.4;
	margin-left: 1em;
	text-indent: -1em;
}

#shopBlock .shopSet .linkBtn{
	margin-top: 20px;
}

/*Store*/
#shopBlock .store{
	margin-top: 40px;
}
#shopBlock .store p{
	margin-top: 15px;
}



/*---------------------------------------------------------------Special Block*/

#specialBlock .inner{
	overflow: hidden;
}

/*List*/
#specialBlock ul.list li{
	margin-top: 50px;
}
#specialBlock ul.list li:first-child{
	margin-top: 0;
}

#specialBlock ul.list li h3{
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
}
#specialBlock ul.list li p.title{
	margin-bottom: 15px;
	color: #21ade5;
	font-weight: 700;
	font-size: 19px;
	line-height: 1.3;
}
#specialBlock ul.list li p.title span{
	font-weight: 400;
	font-size: 20px;
}
#specialBlock ul.list li img{
	margin-bottom: 20px;
}



/*---------------------------------------------------------------Online Block*/

/*List*/
#onlineBlock .list p{
	margin-top: 20px;
}
#onlineBlock .list p:first-child{
	margin-top: 0px;
}



/*---------------------------------------------------------------Single Block*/

/*Description*/
#singleBlock .inner h2{
	line-height: 1.1;
}
#singleBlock .description h3{
	margin: 20px 0 4px 0;
	color: #21ade5;
	font-size: 34px; 
}
#singleBlock .description h3 span.txt01{
	color: #fff;
	font-family: "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
	font-size: 30px;
	/*for Baseline*/
	position: relative;
	bottom: 0.1ex;
	vertical-align: baseline;
	_vertical-align: bottom;
}
#singleBlock .description h3 span.txt02{
	font-weight: 600;
	font-size: 30px;
}
#singleBlock .description p.release{
	margin-bottom: 10px;
	font-size: 29px;
}
#singleBlock .description p.price{
	margin-bottom: 22px;
	font-size: 13px;
	line-height: 1.4;
}
#singleBlock .description h4{
	margin-bottom: 6px;
	color: #21ade5;
	font-weight: 700;
	font-size: 18px; 
}
#singleBlock .description p.lead{
	margin-bottom: 16px;
	line-height: 1.4;
}
#singleBlock .description p.list{
	margin-bottom: 20px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.8;
}
#singleBlock .description p.list span{
	color: #21ade5;
}
#singleBlock .description p.text{
	padding: 6px 0 10px 0;
	font-size: 14px;
}
#singleBlock .description p.linkBtn{
	width: 280px;
}

/*Goods Set*/
#singleBlock .goods{
	padding-top: 60px;
}
#singleBlock .goods .title h3{
	color: #21ade5;
	font-weight: 700;
	font-size: 20px;
}
#singleBlock .goods .title p.sub{
	margin-top: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
}
#singleBlock .goods .title  p.price{
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.5;
}
#singleBlock .goods .img{
	margin: 15px 0;
}



/*---------------------------------------------------------------Footer Block*/

#footerBlock{
	position: relative;
	margin-bottom: 0;
	padding: 18px 0 15px 0;
	width: 100%;
	background: url(../img/bg_pattern.png) repeat rgba(3, 7, 85, 0.9);
}

/*Footer Set*/
#footerBlock ul.footerSet .logo{
	margin-bottom: 10px;
}
#footerBlock ul.footerSet .logo img{
	width: 120px;
	height: auto;
}
#footerBlock ul.footerSet .copyright{
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 1px;
}
#footerBlock ul.footerSet .copyright span{
	padding-right: 2px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	vertical-align: top;
}

/*Copyright Hover*/
#footerBlock ul.footerSet .copyright a,
#footerBlock ul.footerSet .copyright a:hover{
	color: #fff;
	text-decoration: none;
}

/*Pagetop*/
#footerBlock .pagetop{
	position: absolute;
	right: 20px;
	bottom: 40px;
}
#footerBlock .pagetop img{
	width: 51px;
	height: 51px;
	cursor: pointer;
}



/* END */
}
/* -------------------------------------------------------------------------------------------------------------------------------End Smartphone and Tablet style767px*/


