@charset "utf-8";



/*-------------------------------------------------------------------------------------------------------------------------------Start PC TABLET Style768px*/
@media screen and (min-width:768px){
/*START*/



/*--------------------------------------------------------------------

#21ade5 / rgba(33, 173, 229, 1)
#030755 /  rgba(3, 7, 85, 1)

----------------------------------------------------------------------*/



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

#naviBlock, #headerBlock{
	opacity: 0;
}



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

.sp{
	display: none;
}

/*Link Img*/
a img.over{
	opacity: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover img.over{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/*Link Button*/
.linkBtn_end {
    display: block;
    padding: 13px 0 9px 0;
    border: 1px solid rgba(33, 173, 229, 1.0);
    text-align: center;
    letter-spacing: 1px;
    -webkit-transition:all 0.4s;
    transition:all 0.4s;
    margin-top: 23px;
    width: 280px;
}

.linkBtn a{
	display: block;
	padding: 13px 0 9px 0;
	border: 1px solid rgba(33, 173, 229, 0.0);
	background: rgba(33, 173, 229, 0.8);
	text-align: center;
	letter-spacing: 1px;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.linkBtn span{
	padding: 0 20px 0 0;
	background: url(../img/pc/icon_external02.png) right 4px no-repeat;
	color: #030755;
	font-weight: 700;
	font-size: 18px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.linkBtn a:hover{
	border: 1px solid rgba(33, 173, 229, 1);
	background: rgba(33, 173, 229, 0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.linkBtn a:hover span{
	background: url(../img/pc/icon_external01.png) right 4px no-repeat;
	color: #21ade5;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

/*Store Button*/
.storeBtn a{
	display: block;
	padding: 10px 0 9px 0;
	border: 1px solid rgba(33, 173, 229, 1);
	background: rgba(33, 173, 229, 0);
	color: #21ade5;
	text-align: center;
	letter-spacing: 1px;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.storeBtn span{
	padding: 0 20px 0 0;
	background: url(../img/pc/icon_external01.png) right 2px no-repeat;
	color: #21ade5;
	font-size: 14px;
	/*FontRendering None*/
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.storeBtn a:hover{
	border: 1px solid rgba(33, 173, 229, 0.0);
	background: rgba(33, 173, 229, 0.8);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.storeBtn a:hover span{
	background: url(../img/pc/icon_external02.png) right 2px no-repeat;
	color: #030755;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

/*BlockTitle H2*/
h2.mark{
	margin-bottom: 40px;
	padding-left: 42px;
	background:url(../img/icon_mark.png) 0 center no-repeat;
	color: #21ade5;
	font-weight: 700;
	font-size: 40px;
}
h2.mark span{
	font-size: 34px;
	vertical-align: 1px;
}

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



/*---------------------------------------------------------------Layout Format*/

/*Content*/
#content{
	width: 100%;
	z-index: 100;
}

/*Each Block*/
#infoBlock, #movieBlock, #specialBlock, #shopBlock, #singleBlock, #footerBlock{
	margin-bottom: 250px;
	width: 100%;
	background: url(../img/bg_pattern.png) repeat rgba(3, 7, 85, 0.85);
}
#trackBlock, #shopBlock, #onlineBlock{
	margin-bottom: 250px;
	width: 100%;
	background: url(../img/pc/bg02.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.inner{
	margin: 0 auto;
	padding: 100px 0;
	max-width: 1200px;
}

/*Pagetop*/
#footerBlock .pagetop{
	display: none;
	position: fixed;
	right: 40px;
	bottom: 10px;
	z-index: 500;
}
#footerBlock .pagetop img{
	width: 59px;
	height: 59px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#footerBlock .pagetop:hover img{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}



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

/*Menu 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;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#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: 11px;
	letter-spacing: 1px;
}

/*Menu 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);
}

/*Menu Button Hover*/
#naviBlock .naviBtn a:hover{
	background: rgba(33, 173, 229, 0.4);
}
#naviBlock .naviBtn a:hover span.line{
	background: #030755;
}

/*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;
	width: 100%;
	height: 490px;
}
#naviBlock .naviMenu ul li{
	text-align: center;
}
#naviBlock .naviMenu ul li a{
	display: block;
	margin-bottom: 1px;
	padding: 20px 15px 16px 15px;
	background: rgba(33, 173, 229, 0.0);
	color:#21ade5;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#naviBlock .naviMenu ul a span{
	font-size: 19px;
	vertical-align: 1px;
}
#naviBlock .naviMenu ul li.special a{
	font-size: 22px;
}
#naviBlock .naviMenu li a:hover{
	background: rgba(33, 173, 229, 0.8);
	color: #030755;
}

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



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

#headerBlock{
	position: relative;
	width: 100%;
	height: 1000px;
}
#headerBlock h1 img{
	position: absolute;
	top: 230px;
	right: 50px;
	width: 496px;
	height: auto;
}
#headerBlock p.scroll{
	padding-top: 740px;
}

/*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: 28px;
	height: 28px;
	margin-left: -14px;
	border-left: 4px solid #21ade5;
	border-bottom: 4px 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:hover span{
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
#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*/

#infoBlock .cover{
	float: left;
	width: 56.5%;
	padding: 0 25px 0 0;
}
#infoBlock .description{
	float: left;
	width: 43.5%;
	padding: 0 0 0 25px;
}

/*Description*/
#infoBlock .description p.logo{
	margin-bottom: 15px;
	max-width: 340px;
}
#infoBlock .description h2{
	margin-bottom: 5px;
	color: #21ade5;
	font-size: 40px; 
}
#infoBlock .description h2 span.txt01{
	font-size: 70px;
	/*for Baseline*/
	position: relative;
	bottom: -0.12ex;
	vertical-align: baseline;
	_vertical-align: bottom;
}
#infoBlock .description h2 span.txt02{
	color: #fff;
	font-family: "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
	font-size: 35px;
	/*for Baseline*/
	position: relative;
	bottom: 0.1ex;
	vertical-align: baseline;
	_vertical-align: bottom;
}
#infoBlock .description h2 span.txt03{
	font-weight: 700;
	font-size: 36px;
}
#infoBlock .description p.release{
	margin-bottom: 6px;
	font-size: 36px;
}
#infoBlock .description p.price{
	margin-bottom: 5px;
	font-size: 14px;
}
#infoBlock .description p.credit{
	font-size: 12px;
	line-height: 1.5;
}
#infoBlock .description h3{
	margin: 25px 0 12px 0;
	color: #21ade5;
	font-weight: 700;
	font-size: 20px; 
}



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

/*Title*/
#trackBlock h2.mark{
	margin-bottom: 40px;
}

/*Logo*/
#trackBlock p.logo{
	margin-bottom: 22px;
	max-width: 527px;
}

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

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

/*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: 60px;
}



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

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

#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: 15px;
	color: #21ade5;
	text-align: center;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.3;
	font-family: 'Montserrat', sans-serif;
}


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

#shopBlock .set01{
	float: left;
	width: 50.0%;
	padding: 0 25px 0 0;
}
#shopBlock .set02{
	float: left;
	width: 50.0%;
	padding: 0 0 0 25px;
}

/*Shop*/
#shopBlock .shopSet p.title{
	font-weight: 700;
	font-size: 18px;
}
#shopBlock .shopSet h3{
	margin: 5px 0;
	color: #21ade5;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.3;
}
#shopBlock .shopSet p.price{
	margin-bottom: 18px;
	font-size: 16px;
}
#shopBlock .shopSet ul.set{
	margin: 16px 0 7px 0;
}
#shopBlock .shopSet ul.set li{
	padding: 2px 0;
	font-size: 14px;
	line-height: 1.3;
	margin-left: 1em;
	text-indent: -1em;
}

#shopBlock .shopSet .linkBtn{
	margin-top: 23px;
	width: 280px;
}

/*Store*/
#shopBlock .store{
	clear: both; 
	padding-top: 60px;
}
#shopBlock .store p{
	float: left;
	padding-right: 15px;
}
#shopBlock .store p.btn01{
	width: 170px;
}
#shopBlock .store p.btn02,
#shopBlock .store p.btn03{
	width: 234px;
}



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

#specialBlock .inner{
	overflow: hidden;
}

/*List*/
#specialBlock ul.list{
	margin-left: -36px;
}
#specialBlock ul.list li{
	float: left;
	padding-left: 36px;
	width: 33.33%;
}
#specialBlock ul.list li h3{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
}
#specialBlock ul.list li p.title{
	margin-bottom: 15px;
	color: #21ade5;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.3;
}
#specialBlock ul.list li p.title span{
	font-weight: 400;
	font-size: 20px;
}
#specialBlock ul.list li img{
	margin-bottom: 25px;
}



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

#onlineBlock .listSet{
	overflow: hidden;
}
/*List*/
#onlineBlock .list{
	margin-left: -36px;
}
#onlineBlock .list p{
	float: left;
	margin-bottom: 25px;
	padding-left: 36px;
	width: 33.33%;
}



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

#singleBlock .cover{
	float: left;
	width: 56.5%;
	padding: 0 25px 0 0;
}
#singleBlock .description{
	float: left;
	width: 43.5%;
	padding: 0 0 0 25px;
}

/*Description*/
#singleBlock .description h3{
	margin-top: -2px;
	margin-bottom: 5px;
	color: #21ade5;
	font-size: 40px; 
}
#singleBlock .description h3 span.txt01{
	color: #fff;
	font-family: "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
	font-size: 35px;
	/*for Baseline*/
	position: relative;
	bottom: 0.1ex;
	vertical-align: baseline;
	_vertical-align: bottom;
}
#singleBlock .description h3 span.txt02{
	font-weight: 700;
	font-size: 36px;
}
#singleBlock .description p.release{
	margin-bottom: 4px;
	font-size: 36px;
}
#singleBlock .description p.price{
	margin-bottom: 25px;
	font-size: 14px;
}
#singleBlock .description h4{
	margin-bottom: 6px;
	color: #21ade5;
	font-weight: 700;
	font-size: 20px; 
}
#singleBlock .description p.lead{
	margin-bottom: 20px;
}
#singleBlock .description p.list{
	margin-bottom: 35px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
}
#singleBlock .description p.list span{
	color: #21ade5
}
#singleBlock .description p.text{
	margin-bottom: 8px;
	font-size: 14px;
}
#singleBlock .description p.linkBtn{
	width: 280px;
}

/*Goods Set*/
#singleBlock .goodsSet{
	clear: both; 
	padding-top: 65px;
}
#singleBlock .goods01{
	float: left;
	width: 50.0%;
	padding: 0 25px 0 0;
}
#singleBlock .goods02{
	float: left;
	width: 50.0%;
	padding: 0 0 0 25px;
}

/*Goods Set Goods */
#singleBlock .goods .title{
	min-height: 80px;
	height: auto !important;
	height: 80px;
}
#singleBlock .goods .title h3{
	color: #21ade5;
	font-weight: 700;
	font-size: 22px;
}
#singleBlock .goods .title p.sub{
	margin-top: 5px;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.5;
}
#singleBlock .goods .title  p.price{
	margin-top: 5px;
	font-size: 15px;
}
#singleBlock .goods .img{
	margin: 20px 0 15px 0;
}
#singleBlock .goods02 .img img{
	max-width: 376px;
}

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

#footerBlock{
	margin-bottom: 0;
}
#footerBlock .inner{
	padding: 5px 0;
}

/*Footer Set*/
#footerBlock ul.footerSet{
	display: table;
}
#footerBlock ul.footerSet li{
	display: table-cell;
	vertical-align: middle;
	height: 70px;
}
#footerBlock ul.footerSet .logo img{
	width: 111px;
	height: auto;
}
#footerBlock ul.footerSet .copyright{
	padding-left: 20px;
	font-size: 12px;
	letter-spacing: 1px;
}



/*END*/
}
/*-------------------------------------------------------------------------------------------------------------------------------End PC TABLET Style768px*/



/*-------------------------------------------------------------------------------------------------------------------------------Start Comp Style*/
@media screen and (min-width: 768px) and (max-width: 1200px){
/*START*/

.inner{
	padding: 100px 35px;
}
#footerBlock .inner{
	padding: 5px 35px;
}

/*END*/
}
/*-------------------------------------------------------------------------------------------------------------------------------End Comp Style*/
/*-------------------------------------------------------------------------------------------------------------------------------Start Comp Style*/
@media screen and (min-width: 700px) and (max-width: 768px){
/*START*/

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

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

/*Scroll*/
#headerBlock p.scroll{
	padding-top: 15px;
}

/*END*/
}
/*-------------------------------------------------------------------------------------------------------------------------------End Comp Style*/



