@charset "utf-8";

body{
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}
#wrapper{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
img{
	width: 100%;
	height: auto;
}
a{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-decoration: none;
	color: #006895;
}
.spbr, .spbr2{
	display: none;
}

#contents{
	padding: 50px 0;
}
#contents .mainSec{
	overflow: hidden;
}
#contents section{
	padding-top: 50px;
}
#contents .inner{
	max-width: 950px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
}
#contents .mainSec h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
    font-size: 50px;
    line-height: 1em;
    padding-bottom: 1.2em;
    padding-top: 50px;
    text-align: center;
    letter-spacing: 1px;
    color: #006895;
}
.btn a{
    text-align: center;
    border: solid 1px #006895;
    display: block;
    padding: 15px 0;
    margin: 0 auto;
    transition: .3s;
    -webkit-transition: .3s;
    margin-top: 20px;
}
.btn a:hover{
	color: #fff;
    border: solid 1px #006895;
    background: #006895;
}

/***** gimmick *****/
.fadeIn{
	opacity: 0;
    transform: translate(0,5%);
    -webkit-transform: translate(0,5%);
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
}
.fadeIn.scrollIn{
	opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transition: .8s ease-out;
    -webkit-transition: .8s ease-out;
}
/***** gimmick *****/


/***** header *****/

header{
	position: relative;
	background: #000;
}
header h1{
	position: absolute;
	top: 40px;
	left: 40px;
	width: 30%;
	animation: title-fade 3s forwards;
}
header h1 img.sp{
	display: none;
}

@keyframes title-fade{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/***** release *****/

#release .release-info .release-list{
	overflow: hidden;
	margin-bottom: 50px;
}
#release .release-info .release-list .jkt{
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 30px;
}
#release .release-info .release-list .info{
	margin-left: 50%;
	padding-left: 50px;
}
#release .release-info .release-list .info h3{
	font-size: 17px;
	font-weight: normal;
}
#release .release-info .release-list .info h3 strong{
	display: block;
    margin: 15px 0;
    font-size: 30px;
    text-indent: -0.4em;
}
#release .release-info .release-list .info h4{
	line-height: 1.8em;
	font-size: 16px;
	margin-top: 1em;
}
#release .release-info .release-list .info .btn{
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 2em;
}
#release .release-info .release-list .info .btn.dl-btn{
	margin-top: -15px;
}
#release .release-info .release-list .info .btn a{
	margin: 0;
	width: 60%;
}
#release .release-info .release-list .info ul{
	line-height: 1.8em;
}
#release .release-info .release-list .info .tracklist-list{
	display: flex;
	justify-content: flex-start;
}
#release .release-info .release-list .info .tracklist-list .tracklist{
	padding-right: 40px;
}

/* shoplink */
#shoplink .inner{
	margin: 0 50px;
	text-align: center;
}
#shoplink h4.tokuten,
#shopcp h4.tokuten{
	font-size: 25px;
    text-align: center;
    padding-bottom: 35px;
}
#shoplink h4.tokuten span,
#shopcp h4.tokuten span{
	padding: 5px;
    background: linear-gradient(transparent 70%, #c3d5dd 70%);
}
.lead{
	text-align: center;
    line-height: 1.8em;
    margin-bottom: 30px;
}
#shoplink .shop-list{
	margin: 0 -20px;
	margin-top: 25px;
	max-width: 950px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
/*     align-items: flex-end; */
}
#shoplink .shop-list .shop-item{
	box-sizing: border-box;
	padding: 40px 20px;
    flex-basis: 50%;
}
#shoplink .shop-list .shop-item:nth-child(7){
	margin: 0 auto;
}
#shoplink .shop-list .shop-info{
	text-align: center;
	padding-bottom: 20px;
	display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-end;
    height: 80px;
}
#shoplink .shop-list .shop-info p{
	line-height: 1.5em;
	width: 100%;
}
#shoplink .shop-list .size{
	font-size: 12px;
}
#shoplink .shop-list .small{
	display: inline-block;
	font-size: 12px;
	line-height: 1.6em;
	padding-left: 1em;
	text-indent: -1em;
	padding-top: 10px;
}
#shoplink .shop-list .shop-item .shop-image img{
	border: 1px solid #eee;
}
#shoplink .shop-list .shop-note ul.small li{
	text-align: left;
}
#shoplink .shop-list .shop-info p.shop{
	padding-bottom: 10px;
	font-weight: bold;
}
#shoplink .shop-list .links .btn{
	display: flex;
	margin: 0 -5px;
}
#shoplink .shop-list .links .btn a{
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1em;
	width: 50%;
    margin-left: 5px;
    margin-right: 5px;
}
#shoplink .link{
	text-align: center;
	padding-top: 80px;
}
#shoplink .link p{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}
#shoplink .link .btn a{
	width: 40%;
}
#shoplink .note{
	font-size: 11px;
	line-height: 1.5em;
	display: inline-block;
	padding-top: 10px;
}
#shoplink .note li{
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}

/* shopcp */
#shopcp{
	text-align: center;
}
#shopcp ul{
	display: inline-block;
	margin-top: 20px;
	line-height: 1.8em;
}
#shopcp ul li{
	text-align: left;
}


/***** live *****/
#live .btn a,
#shopcp .btn a{
	width: 30%;
}
#live .live-image{
	position: relative;
	line-height: 0;
}
#live .live-image a{
	transition: .3s;
    -webkit-transition: .3s;
}
#live .live-image a:hover:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #006895;
	opacity: 0.5;
	
}

#live .sou-liveinfo{
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 45px;
	border-bottom: dashed 1px;
}
#live .sou-liveinfo p{
	line-height: 1.8em;
}
#live .sou-liveinfo h3{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	line-height: 1.8em;
	padding-bottom: 20px;
}
#live .sou-liveinfo h3 span{
	display: block;
	font-size: 25px;
}
#live .sou-liveinfo ul{
	line-height: 1.8em;
}
#live .sou-liveinfo ul.schedule li{
	font-weight: bold;
	margin-bottom: 10px;
}
#live .sou-liveinfo ul.schedule li span.place{
	padding-left: 10px;
}
#live .sou-liveinfo ul.schedule li span.date{
	font-weight: normal;
	display: block;
}
#live .sou-liveinfo h4{
	line-height: 2.3em;
	margin-top: 10px;
}
#live .sou-liveinfo ul.liveinfo{
	display: inline-block;
}
#live .sou-liveinfo ul.note{
	font-size: 11px;
	display: inline-block;
}
#live .sou-liveinfo ul.note li{
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}


/***** movie *****/
#movie .movie-wrap{
	overflow: hidden;
	margin-bottom: -30px;
}
#movie .movie-content{
	max-width: 560px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-bottom: 30px;
}
#movie .movie-content .movie-wrapper{
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 1;
}
#movie .movie-content .movie-wrapper img, 
#movie .movie-content .movie-wrapper iframe{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


/***** footer *****/
#siteFooter{
	font-size: 12px;
	padding: 60px 0;
	background: #006895;
	margin-top: 75px;
}
#siteFooter .footerNav{
	position: fixed;
	right: 10px;
	top: 50%;
	z-index: 10;
}
#siteFooter .footerNav ul{
	width: 0.5em;
    height: 1em;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    white-space: nowrap;
    margin-top: -100px;
}
#siteFooter .footerNav ul li{
	display: inline-block;
    font-style: inherit;
    font-weight: normal;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 11px;
}
#siteFooter .footerNav ul li:before{
	content: "/";
    display: inline-block;
    padding: 0.2em;
    padding-right: 0.4em;
    color: #006895;
}
#siteFooter .footerNav ul li:first-child:before{
	content: none;
}
#siteFooter .copyright{
	line-height: 20px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}

@media (max-width: 768px){
	header h1{
		top: 30px;
		left: 30px;
	}
	#release .release-info .release-list .info{
		padding-left: 25px;
		padding-bottom: 50px;
	}
	#contents #shoplink .inner{
		padding: 0;
	}
	#release .release-info .release-list .jkt{
		float: none;
		width: 80%;
		padding: 0;
		margin: 25px auto;
	}
	#release .release-info .release-list .info{
		padding-left: 0;
		margin-left: 0;
		margin: 0 auto;
		width: 80%;
	}
	#release .release-info .release-list .info .tracklist-list{
		margin-left: -20px;
	}
	#release .release-info .release-list .info .tracklist-list .tracklist{
		padding: 0 20px;
	}
	#shoplink .shop-list{
		margin: -20px -10px;
	}
	#shoplink h4.tokuten{
		padding-bottom: 30px;
	}
	#shoplink .shop-list .shop-item{
		padding: 20px 10px;
		margin-bottom: 15px;
	}
	#shoplink .shop-item .shop-info{
		font-size: 12px;
	}
	#shoplink .link .btn a{
		width: 50%;
	}
	#shoplink .note{
		padding-top: 50px;
	}
}
@media (max-width: 640px){
	.spbr{
		display: block;
	}
	
	header h1{
		position: static;
		padding: 50px;
		width: 70%;
		margin: 0 auto;
	}
	header h1 img.sp{
		display: block;
	}
	header h1 img.pc{
		display: none;
	}
	#contents{
		padding-top: 25px;
	}
	#contents section{
		padding-top: 25px;
	}
	#contents .inner{
		padding: 0 30px;
	}
	#contents .mainSec h2{
		font-size: 46px;
		padding-bottom: 1em;
	}
	#release .release-info .release-list .jkt{
		float: none;
		width: 80%;
		margin: 25px auto;
		margin-top: 0;
		padding: 0;
	}
	#release .release-info .release-list .info{
		margin-left: 0;
		padding-left: 0;
		text-align: center;
		padding-bottom: 0;
	}
	#release .release-info .release-list .info{
		width: auto;
	}
	#release .release-info .release-list .info .tracklist-list{
		justify-content: center;
	}
	#release .release-info .release-list .info ul.tracklist{
		padding-left: 0;
		text-indent: 0;
		display: inline-block;
		text-align: left;
	}
	#release .release-info .release-list{
		margin-bottom: 40px;
	}
	#release .release-info .release-list .info .btn a{
		margin: 0 auto;
	}
	.lead{
		font-size: 12px;
	}
	#shoplink .inner{
		margin: 0;
	}
	#shoplink .shop-list{
		margin: -20px -8px;
	}
	#shoplink .link{
		padding-top: 50px;
	}
	#shopcp p{
		font-size: 12px;
		line-height: 1.8em;
	}
	#shopcp ul{
		font-size: 12px;
	}
	#live .btn a,
	#shopcp .btn a{
		width: 50%;
	}
	#siteFooter{
		margin-top: 15px;
	}
}
@media (max-width: 480px){
	.spbr2{
		display: block;
	}
	header h1{
		padding: 30px;
		width: auto;
	}
	#contents .mainSec h2{
		font-size: 30px;
		padding-top: 25px;
	}
	#release h4.tokuten{
		font-size: 20px;
		padding-bottom: 30px;
	}
	#release .release-info .release-list .jkt{
		width: auto;
	}
	#release .release-info .release-list .info .btn a{
		width: auto;
	}
	#release .release-info .release-list .info .tracklist-list{
		display: inline-block;
	}
	#release .release-info .release-list .info .tracklist-list .tracklist{
		padding: 0;
		display: block;
	}
	#shoplink .shop-list{
		margin-top: 0;
	}
	#shoplink .shop-list .shop-item:nth-child(7){
		flex-basis: 60%;
	}
	#shoplink .shop-list .small{
		font-size: 10px;
	}
	#shoplink .note{
		padding-top: 35px;
	}
	#shoplink .shop-list .links .btn{
		display: block;
	}
	#shoplink .shop-list .links .btn a{
		width: auto;
	}
	#shoplink .shop-list .links .btn a:nth-child(2){
		margin-top: 10px;
	}
	#shoplink .link{
		padding-top: 30px;
	}
	#shoplink .link p{
		font-size: 14px;
	}
	#shoplink .link .btn a{
		width: auto;
	}
	#shopcp ul li{
		text-indent: -1em;
		padding-left: 1em;
	}
	#live .btn a,
	#shopcp .btn a{
		width: auto;
	}
	#live .sou-liveinfo ul.schedule li span.place{
		padding-left: 0;
		display: block;
	}
	#live .sou-liveinfo h3{
		font-size: 17px;
	}
	#live .sou-liveinfo{
		padding-bottom: 30px;
		margin-bottom: 35px;
	}
}


























