@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: none;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1020px;
	font-size: 16px;
	font-family: "游明朝", "Yu Mincho", 'Hiragino Sans', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo";
	font-family: "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	text-align: center;
	line-height: 1.6;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	padding: 0;
	margin: 0;
}

img {
	-webkit-touch-callout: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

a {
	text-decoration: underline;
	color: #202020;
	outline: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:active,
a:hover,
a:focus {
	color: #484848;
	outline: none;
}

a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}

table {
	border-collapse: collapse;
}


/*--------------------------------------
loading
--------------------------------------*/


/* loading */

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10001;
	background: url(../images/common/loading/loading.gif) no-repeat center center #fff;
}

.loading div {
	margin: -100px 0 0 -40px;
	padding: 82px 0 0 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 79px;
	height: 121px;
}

.loading img {
	width: 35px;
	height: 35px;
}


/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/

.wrapper {
	text-align: left;
	overflow: hidden;
	position: relative;
	min-width: 1024px;
}

.container {
	position: relative;
}


/*--------------------------------------
 * ヘッダー
 * ---------------------------------------*/

#top {
	padding: 58px 0 0;
	position: relative;
}

#top:after {
	content: "";
	margin: 0 auto;
	display: block;
	width: 964px;
	height: 668px;
	background: url(../images/common/header/photo.jpg) no-repeat center center;
}

.siteTitle {
	margin-bottom: 40px;
	padding-top: 47px;
	overflow: hidden;
	height: 0;
	background: url(../images/common/header/title.png) no-repeat center top;
}

.introduction {
	margin-bottom: 24px;
	padding-top: 87px;
	overflow: hidden;
	height: 0;
	background: url(../images/common/header/intro.png) no-repeat center top;
}

/* globalNav */
#top .menu {
	display: none;
}

.slideNav {
	display: none;
}

.globalNav {
	margin: 0 auto;
	display: block;
	width: 984px;
	height: 70px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.globalNav li {
	float: left;
}

.globalNav a {
	padding-top: 70px;
	display: block;
	overflow: hidden;
	height: 0;
	background: url(../images/common/nav/nav.png) no-repeat;
}

.navRelease a {
	width: 200px;
	background-position: 0px 0px;
}

.navProfile a {
	width: 139px;
	background-position: -200px 0px;
}

.navDiscography a {
	width: 200px;
	background-position: -339px 0px;
}

.navNews a {
	width: 112px;
	background-position: -539px 0px;
}

.navMedia a {
	width: 118px;
	background-position: -651px 0px;
}

.navLive a {
	width: 96px;
	background-position: -769px 0px;
}

.navLink a {
	width: 99px;
	background-position: -865px 0px;
}


/*SNS*/
.snsLink {
	position: absolute;
	top: 4px;
	left: 4px;
	overflow: hidden;
	z-index: 100;
}

.snsLink li {
	float: left;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.snsLink li:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}

.snsLink li.twitter {
	margin-right: 4px;
	padding: 0 0px 0px 5px;
	overflow: hidden;
}

iframe.twitter-share-button {
	font-size: 10px!important;
}

.snsLink li.facebook {
	padding: 0 0 0 2px;
	overflow: hidden;
	position: relative !important;
	width: 56px;
	height: 20px;
	border-radius: 3px;
	font-size: 11px;
	background: #4267b2;
	border: 1px solid #4267b2;
	opacity: 0.83;
}

.snsLink li.facebook:hover {
	background: #365899;
	border: 1px solid #365899;
	opacity: 1;
}

.fb_share_count_nub_right {
	display: none !important;
}

.fb_share_count,
.fb_share_count_right {
	display: none !important;
}

.fb_iframe_widget {
	overflow: hidden;
	position: relative !important;
	width: 50px !important;
	height: 20px !important;
}

.fb_iframe_widget span {
	display: block;
	position: absolute !important;
	top: -1px;
	left: 0;
	width: 50px !important;
	height: 20px !important;
}

.fb_iframe_widget iframe {
	position: absolute;
	top: 0px;
	left: 0;
	width: 50px !important;
	height: 20px !important;
}

/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/

.primary {
	clear: both;
	text-align: left;
}

.en {
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-size: 1.06rem;
}

/*--------------------------------------
whatsnew
---------------------------------------*/

#whatsnew {
	margin: 0 auto;
	padding: 27px 0;
	position: relative;
	width: 964px;
	border-bottom: solid 1px;
}

#whatsnew h2 {
	margin-left: -482px;
	padding-top: 20px;
	overflow: hidden;
	position: absolute;
	top: 44px;
	left: 50%;
	width: 180px;
	height: 0;
	background: url(../images/contents/whatsnew/title.png) no-repeat;
}

#whatsnew .feed {
	margin: 0 auto;
	padding-left: 180px;
	width: 964px;
	overflow: hidden;
}

#whatsnew .entryList {
	width: 100%;
}

#whatsnew .entryList li {
	display: none;
}

#whatsnew .entryList .entry1,
#whatsnew .entryList .entry2,
#whatsnew .entryList .entry3 {
	padding: 2px 0;
	display: block;
	font-size: 14px;
	line-height: 1.6;
}




#whatsnew time {
	padding: 4px 0 3px;
	display: table-cell;
	vertical-align: top;
	font-size: 12px;
	width: 80px;
}

#whatsnew p {
	padding: 4px 6px 3px 0;
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
}

#whatsnew .entryList a {
	padding: 5px 0 5px;
	display: block;
	text-decoration: none;
}

#whatsnew a:hover {
}


/*--------------------------------------
release
---------------------------------------*/
#release {
	margin: 60px auto 0;
	padding: 60px 0 0px;
	position: relative;
	width: 964px;
}

#release h2 {
	display: none;
}

#release h3 {
	margin-bottom: 24px;
	padding-top: 129px;
	overflow: hidden;
	height: 0;
	background: url(../images/contents/release/title.png) no-repeat 396px top;
}

#release .detail {
	padding: 0px 0 0px 396px;
}

#release .date {
	margin-bottom: 24px;
	padding-top: 31px;
	overflow: hidden;
	height: 0;
	background: url(../images/contents/release/date.png) no-repeat 0 top;
}

#release #limited,
#release #normal {
	padding-bottom: 54px;
}

#release #limited .jacket {
	position: absolute;
	top: 54px;
	left: 0;
}

#release #limited img {
	background: url(../images/contents/release/VIZL-1176.jpg) no-repeat;
}

#release .data {
	padding: 0 10px 0 8px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 28px;
}

#release .data:before {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #000;
}

#release .info {
	display: table-cell;
	vertical-align: middle;
}

#release .info a {
	padding-top: 28px;
	display: block;
	overflow: hidden;
	width: 84px;
	height: 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: url(../images/contents/release/info.png) no-repeat center 8px #000;
	border-radius: 4px;
}

#release .ec {
	padding-top: 10px;
	overflow: hidden;
}

#release .ec li {
	padding-right: 16px;
	float: left;
}

#release .ec span,
#release .ec a {
	padding-top: 34px;
	overflow: hidden;
	display: block;
	height: 0;
}

#release .ec span {
	filter: alpha(opacity=20);
	-moz-opacity: .2;
	opacity: .2;
}

#release .itunes span,
#release .itunes a {
	width: 107px;
	background: url(../images/contents/release/banner/itunes.png) no-repeat;
	background-size: auto 34px;
}

#release .recochoku span,
#release .recochoku a {
	width: 99px;
	background: url(../images/contents/release/banner/recochoku.png) no-repeat;
	background-size: auto 34px;
}

#release .mora span,
#release .mora a {
	width: 114px;
	background: url(../images/contents/release/banner/mora.png) no-repeat;
	background-size: auto 34px;
}

#release .applemusic span,
#release .applemusic a {
	width: 135px;
	background: url(../images/contents/release/banner/applemusic.png) no-repeat;
	background-size: auto 34px;
}

#release .spotify span,
#release .spotify a {
	width: 117px;
	background: url(../images/contents/release/banner/spotify.png) no-repeat;
	background-size: auto 34px;
}

#release .linemusic span,
#release .linemusic a {
	width: 135px;
	background: url(../images/contents/release/banner/linemusic.png) no-repeat;
	background-size: auto 34px;
}

#release .linernotes {
	padding: 32px 0 0;
}

#release .linernotes > dt {
	position: relative;
	display: table-cell;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	white-space: nowrap;
}


#release .linernotes > dt:before,
#release .linernotes > dt:after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
}

#release .linernotes > dt:after {
	top: 57px;
}


#release .linernotes > dd {
	padding: 0 0 0 28px;
	display: table-cell;
	vertical-align: top;
}

#release .linernotes ol {
	padding: 0 0 0 24px;
	list-style-type: decimal-leading-zero;
}

#release .linernotes li {
	padding: 0 0 16px;
}

#release .linernotes li dt {
	padding: 0 0 2px;
}

#release .linernotes p {
	font-size: 14px;
	line-height: 1.8;
}


/*--------------------------------------
release2
---------------------------------------*/
#release2 {
	margin: 60px auto 0;
	padding: 60px 0 120px;
	position: relative;
	width: 964px;
}

#release2 h2 {
	display: none;
}

#release2 h3 {
	margin-bottom: 24px;
	padding-top: 129px;
	overflow: hidden;
	height: 0;
	background: url(../images/contents/release/title2.png) no-repeat 396px top;
}

#release2 .detail {
	padding: 0px 0 0px 396px;
}

#release2 .date {
	margin-bottom: 24px;
	padding-top: 31px;
	overflow: hidden;
	height: 0;
	background: url(../images/contents/release/date2.png) no-repeat 0 top;
}

#release2 #limited,
#release2 #normal {
	padding-bottom: 2px;
}

#release2 #limited .jacket {
	position: absolute;
	top: 54px;
	left: 0;
}

#release2 #limited img {
	background: url(../images/contents/release/NXS-706.jpg) no-repeat;
}

#release2 .data {
	padding: 0 10px 0 8px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 28px;
}

#release2 .data:before {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #000;
}

#release2 .info {
	display: table-cell;
	vertical-align: middle;
}

#release2 .info a {
	padding-top: 28px;
	display: block;
	overflow: hidden;
	width: 84px;
	height: 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: url(../images/contents/release/info.png) no-repeat center 8px #000;
	border-radius: 4px;
}

#release2 .ec {
	padding-top: 4px;
	overflow: hidden;
}

#release2 .ec li {
	padding-right: 18px;
	float: left;
}

#release2 .ec span,
#release2 .ec a {
	padding-top: 34px;
	overflow: hidden;
	display: block;
	height: 0;
}

#release2 .ec span {
	filter: alpha(opacity=20);
	-moz-opacity: .2;
	opacity: .2;
}

#release2 .amazon span,
#release2 .amazon a {
	width: 89px;
	background: url(../images/contents/release/banner/amazon.png) no-repeat;
	background-size: auto 34px;
}

#release2 .tower span,
#release2 .tower a {
	width: 89px;
	background: url(../images/contents/release/banner/tower.png) no-repeat;
	background-size: auto 34px;
}

#release2 .tsutaya span,
#release2 .tsutaya a {
	width: 132px;
	background: url(../images/contents/release/banner/tsutaya.png) no-repeat;
	background-size: auto 34px;
}

#release2 .ssshop span,
#release2 .ssshop a {
	width: 200px;
	background: url(../images/contents/release/banner/ssshop.png) no-repeat;
	background-size: auto 34px;
}


#release2 .linernotes {
	padding: 32px 0 0;
}

#release2 .linernotes > dt {
	position: relative;
	display: table-cell;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	white-space: nowrap;
}


#release2 .linernotes > dt:before,
#release2 .linernotes > dt:after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
}

#release2 .linernotes > dt:after {
	top: 57px;
}


#release2 .linernotes > dd {
	padding: 0 0 0 28px;
	display: table-cell;
	vertical-align: top;
}

#release2 .linernotes ol {
	padding: 0 0 0 24px;
	list-style-type: decimal-leading-zero;
}

#release2 .linernotes li {
	padding: 0 0 16px;
}

#release2 .linernotes li dt {
	padding: 0 0 2px;
}

#release2 .linernotes p {
	font-size: 14px;
	line-height: 1.8;
}


/*--------------------------------------
trailer
---------------------------------------*/
.trailer {
	margin: 0 auto;
	padding: 46px 0 0;
	width: 964px;
}

.trailer h3 {
	display: none;
}

.trailer figure {
	position: relative;
	padding: 30px 0 56.25%;
	height: 100%;
}

.trailer video,
.trailer iframe,
.trailer object,
.trailer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*--------------------------------------
link
---------------------------------------*/
.secondary {
	margin: 0 auto;
	padding: 40px 0;
	width: 964px;
	border-top: solid 1px;
	border-bottom: solid 1px;
}


#link {
	margin: 0 auto;
	overflow: hidden;
	width: 690px;
}

#link li {
	float: left;
	height: 28px;
	background: url(../images/contents/link/line.png) no-repeat right top;
}

#link .youtube {
	width: 285px;
}

#link .official {
	width: 190px;
}

#link li.label {
	width: 215px;
	background: none;
}

#link a {
	padding-top: 28px;
	display: block;
	overflow: hidden;
	height: 0;
	background: url(../images/contents/link/link.png) no-repeat;
}

#link .youtube a {
	width: 284px;
	background-position: 0 4px;
}

#link .official a {
	width: 189px;
	background-position: -285px 4px;
}

#link li.label a {
	width: 215px;
	background-position: -475px 4px;
}


/*--------------------------------------
上部へボタン
---------------------------------------*/

ul.toTop {
	position: fixed;
	bottom: 0;
	right: 14px;
	z-index: 1001;
}

ul.toTop li {
	float: right;
	width: 44px;
	height: 44px;
}

ul.toTop a {
	padding-top: 44px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 44px;
	height: 0;
	background: url(../images/common/nav/totop.png) no-repeat;
}

ul.toTop a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: url(../images/common/nav/totop.png) no-repeat;
}

ul.fixed-bottom {
	position: fixed;
	bottom: 0px;
}


/*--------------------------------------
フッター
---------------------------------------*/

footer {
	padding: 64px 0;
	clear: both;
	width: 100%;
	text-align: center;
	z-index: 5;
}

.copyright {
	font-size: 11px;
	line-height: 1.2;
	color: #000;
}

.copyright br {
	display: none;
}

.copyright a {
	color: #000;
	text-decoration: underline;
}

.copyright a:hover {}


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


/*--------------------------------------
* 横向き対応
* ---------------------------------------*/



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

@media only screen and (max-width: 640px) {
	body {
		min-width: 0;
		font-size: 11px;
		background: none;
	}
	
	a {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	
	a:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	
	/*--------------------------------------
	loading
	--------------------------------------*/
	/* loading */
	.loading {
		background-size: 25px;
	}
	
	.loading img {
	}
	
/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/

	.wrapper {
		min-width: 320px;
	}

	.container {
	}


/*--------------------------------------
 * ヘッダー
 * ---------------------------------------*/

	#top {
		padding: 60px 16px 0px;
	}

	#top:after {
		padding-top: 69.3%;
		width: 100%;
		height: 0;
		background-size: 100% auto;
	}

	.siteTitle {
		margin-bottom: 0;
		padding-top: 14%;
		width: 100%;
		background: url(../images/common/header/title_sp.png) no-repeat center top;
		background-size: 100% auto;
	}

	.introduction {
		margin-bottom: 24px;
		padding-top: 25.84%;
		width: 100%;
		background: url(../images/common/header/intro_sp.png) no-repeat center top;
		background-size: 100% auto;
	}

	/* globalNav */
	.globalNav {
		display: none;
	}

	.slideNav {
		margin: 0;
		padding-top: 40px;
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 280px;
		height: 100%;
		-webkit-transform: translateX(280px);
		transform: translateX(280px);
		-webkit-transition: ease .5s;
		transition: ease .5s;
		z-index:9999;
		background: #000;
	}

	.slideNav.active {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		/* overflow-y: auto; */
		-webkit-overflow-scrolling: touch;
	}
	
	#top .menu {
		padding-top: 40px;
		display: block;
		overflow: hidden;
		position: fixed;
		top: 0;
		right: 0px;
		width: 40px;
		height: 0;
		cursor: pointer;
		z-index: 10000;
		-webkit-transform: translateX(-280px);
		transform: translateX(-280px);
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-ms-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		background: url(../images/common/nav/menu.png) no-repeat;
		background-size: 40px;
		border: none;
	}

	#top .menu.active {
		-webkit-transform: translateX(-240px);
		transform: translateX(-240px);
		background: url(../images/common/nav/menu_close.png) no-repeat;
		background-size: 40px;
	}

	.slideNav li {
		margin: 0 auto;
		width: 230px;
		border-top: solid 1px #333;
	}

	.slideNav li:last-child {
		border-bottom: solid 1px #333;
	}

	.slideNav a {
		padding-top: 60px;
		display: block;
		overflow: hidden;
		height: 0;
		background: url(../images/common/nav/nav_sp.png) no-repeat;
		background-size: 240px auto;
	}

	.navRelease a {
		width: 100%;
		background-position: center 0px;
	}

	.navProfile a {
		width: 100%;
		background-position: center -60px;
	}

	.navDiscography a {
		width: 100%;
		background-position: center -120px;
	}

	.navNews a {
		width: 100%;
		background-position: center -180px;
	}

	.navMedia a {
		width: 100%;
		background-position: center -240px;
	}

	.navLive a {
		width: 100%;
		background-position: center -300px;
	}

	.navLink a {
		width: 100%;
		background-position: center -360px;
	}

	/*SNS*/
	.snsLink {
		top: 8px;
	}

	.fb_iframe_widget span {
		top: -1px;
		left: 0px;
	}

	/*--------------------------------------
	* コンテンツ
	* ---------------------------------------*/

	.primary {
		padding: 22px 16px 0;
	}

	.en {
		font-size: 1em;
	}

	/*--------------------------------------
	whatsnew
	---------------------------------------*/
	#whatsnew {
		padding: 0;
		width: auto;
	}
	#whatsnew h2 {
		margin: 0;
		padding-top: 40px;
		position: static;
		width: 100%;
		background: url(../images/contents/whatsnew/title_sp.png) no-repeat center center;
		background-size: auto 15px;
		border-top: solid 1px;
		border-bottom: solid 1px;
		
	}
	#whatsnew .feed {
		padding: 0;
		overflow: visible;
		width: auto;
	}
	#whatsnew .entryList {
		overflow: visible;
		width: auto;
		height: auto;
	}
	#whatsnew .entryList .entry4,
	#whatsnew .entryList .entry5 {
		display: none;
	}
	
	#whatsnew .entryList .entry1,
	#whatsnew .entryList .entry2,
	#whatsnew .entryList .entry3 {
		padding: 0;
		display: block;
		line-height: 1.6;
		border-bottom: solid 1px #ddd;
	}
	#whatsnew .entryList .entry3 {
		border: none;
	}
	#whatsnew time {
		padding: 3px 0 3px 0;
		display: block;
		font-size: 11px;
		width: auto;
	}
	#whatsnew p {
		padding: 0 0 3px 0;
		display: block;
		font-size: 13px;
		border: none;
	}
	#whatsnew .entryList a {
		padding: 5px 0;
	}


	/*--------------------------------------
	release
	---------------------------------------*/
	#release {
		margin: 0;
		padding: 36px 0;
		width: auto;
	}

#release h3 {
	margin-bottom: 13px;
	padding-top: 51px;
	background: url(../images/contents/release/title_sp.png) no-repeat center top;
		background-size: auto 51px;
}

#release .detail {
	padding: 0px;
}

	#release .date {
		margin-bottom: 16px;
		padding-top: 16px;
		background: url(../images/contents/release/date_sp.png) no-repeat center top;
		background-size: auto 16px;
	}

	#release #limited,
	#release #normal {
		padding-bottom: 0;
	}
	
	#release #limited {
		padding-bottom: 4px;
	}

	#release #limited .jacket {
		margin: 0 auto;
		position: static;
		width: 80%;
	}

	#release #limited img {
		width: 100%;
		background-size: contain;
	}
	
	#release .type {
		text-align: center;
	}

	#release .data {
		padding: 24px 0 8px;
		display: inline-block;
		font-size: 13px;
		line-height: 14px;
	}

	#release .data:before {
		display: none;
	}

	#release .info {
		margin: 0 auto;
		display: block;
		width: 70px;
	}

	#release .info a {
		padding: 0;
		overflow: visible;
		width: 70px;
		height: 24px;
		line-height: 24px;
		font-size: 11px;
		background: #000;
	}

	#release .ec {
		margin: 0 auto;
		padding-top: 4px;
		display: table;
		width: 100%;
		max-width: 460px;
	}

	#release .ec li {
		padding: 0;
		float: left;
		display: table-cell;
		vertical-align: top;
	}

	#release .ec li.itunes {
		width: 22.588%;
	}

	#release .ec li.recochoku {
		width: 22.588%;
	}

	#release .ec li.mora {
		width: 27.502%;
	}

	#release .ec li.applemusic {
		width: 25.322%;
	}

	#release .ec li.spotify {
		width: 25.322%;
	}

	#release .ec li.linemusic {
		width: 31.322%;
	}

	#release .ec span,
	#release .ec a {
		padding-top: 34px;
		overflow: hidden;
		display: block;
		height: 0;
		width: 100%;
		background-position: center center;
		background-size: 100% auto;
	}

	#release .linernotes {
		margin: 32px 0 12px;
		padding: 12px;
		font-size: 14px;
		text-align: center;
		border: solid 1px;
	}

	#release .linernotes > dt {
		padding-bottom: 12px;
		display: block;
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
		font-weight: normal;
		white-space: normal;
		border-bottom: solid 1px;
	}


	#release .linernotes > dt:before,
	#release .linernotes > dt:after {
		display: none;
	}

	#release .linernotes > dd {
		padding: 12px 0 0 0;
		display: block;
		text-align: left;
	}

	#release .linernotes ol {
		padding: 0 0 0 32px;
	}

	#release .linernotes li {
	}

	#release .linernotes li dt {
	}

	#release .linernotes p {
		font-size: 13px;
		line-height: 1.6;
	}



	/*--------------------------------------
	release2
	---------------------------------------*/
	#release2 {
		margin: 0;
		padding: 36px 0;
		width: auto;
	}

#release2 h3 {
	margin-bottom: 13px;
	padding-top: 51px;
	background: url(../images/contents/release/title2_sp.png) no-repeat center top;
		background-size: auto 51px;
}

#release2 .detail {
	padding: 0px;
}

	#release2 .date {
		margin-bottom: 16px;
		padding-top: 16px;
		background: url(../images/contents/release/date2_sp.png) no-repeat center top;
		background-size: auto 16px;
	}

	#release2 #limited,
	#release2 #normal {
		padding-bottom: 0;
	}
	
	#release2 #limited {
		padding-bottom: 4px;
	}

	#release2 #limited .jacket {
		margin: 0 auto;
		position: static;
		width: 80%;
	}

	#release2 #limited img {
		width: 100%;
		background-size: contain;
	}
	
	#release2 .type {
		text-align: center;
	}

	#release2 .data {
		padding: 24px 0 8px;
		display: inline-block;
		font-size: 13px;
		line-height: 14px;
	}

	#release2 .data:before {
		display: none;
	}

	#release2 .info {
		margin: 0 auto;
		display: block;
		width: 70px;
	}

	#release2 .info a {
		padding: 0;
		overflow: visible;
		width: 70px;
		height: 24px;
		line-height: 24px;
		font-size: 11px;
		background: #000;
	}

	#release2 .ec {
		margin: 0 auto;
		padding-top: 4px;
		display: table;
		width: 50%;
		max-width: 460px;
	}

	#release2 .ec li {
		padding: 0;
		float: none;
		display: table-cell;
		vertical-align: middle;
	}

	#release2 .ec li.ssshop {
		width: 21%;
	}


	#release2 .ec span,
	#release2 .ec a {
		padding-top: 34px;
		overflow: hidden;
		display: flex;
		height: 0;
		width: 100%;
		background-position: center center;
		background-size: 100% auto;
	}

	#release2 .linernotes {
		margin: 32px 0 12px;
		padding: 12px;
		font-size: 14px;
		text-align: center;
		border: solid 1px;
	}

	#release2 .linernotes > dt {
		padding-bottom: 12px;
		display: block;
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
		font-weight: normal;
		white-space: normal;
		border-bottom: solid 1px;
	}


	#release2 .linernotes > dt:before,
	#release2 .linernotes > dt:after {
		display: none;
	}

	#release2 .linernotes > dd {
		padding: 12px 0 0 0;
		display: block;
		text-align: left;
	}

	#release2 .linernotes ol {
		padding: 0 0 0 32px;
	}

	#release2 .linernotes li {
	}

	#release2 .linernotes li dt {
	}

	#release2 .linernotes p {
		font-size: 13px;
		line-height: 1.6;
	}

/*--------------------------------------
trailer
---------------------------------------*/
.trailer {
	margin: 0 auto;
	padding: 24px 0 0;
	width: auto;
}

	/*--------------------------------------
	link
	---------------------------------------*/
	.secondary {
	margin: 0;
	padding: 0 16px;
	width: 100%;
	border: none;
}
	#link {
		padding: 18px 0;
		display: table;
		width: 100%;
		border-top: solid 1px;
		border-bottom: solid 1px;
	}

	#link li {
		float: none;
		display: table-cell;
		vertical-align: middle;
		height: 13px;
		background: url(../images/contents/link/line_sp.png) no-repeat right center;
		background-size: auto 13px;
	}

	#link .youtube {
		width: 40.8%;
	}

	#link .official {
		width: 27.8%;
	}

	#link li.label {
		width: 31.4%;
		background: none;
	}

	#link a {
		padding-top: 13px;
		background: url(../images/contents/link/link_sp.png) no-repeat;
		background-size: 95px auto;
	}

	#link .youtube a {
		width: 100%;
		background-position: center 0;
	}

	#link .official a {
		width: 100%;
		background-position: center -13px;
	}

	#link li.label a {
		width: 100%;
		background-position: center -26px;
	}


	/*--------------------------------------
	上部へボタン
	---------------------------------------*/

	ul.toTop {
		right: 8px;
	}

	ul.toTop li {
		width: 36px;
		height: 36px;
	}

	ul.toTop a {
		padding-top: 36px;
		width: 36px;
		background: url(../images/common/nav/totop_sp.png) no-repeat;
		background-size: 36px;
	}

	ul.toTop a:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		background: url(../images/common/nav/totop_sp.png) no-repeat;
		background-size: 36px;
	}

	ul.fixed-bottom {
		bottom: 0px;
	}
	
	
	/*--------------------------------------
フッター
---------------------------------------*/
	footer {
		padding: 24px 0;
		min-width: 320px;
	}
	.copyright {
		font-size: 9px;
		line-height: 1.5;
	}
	.copyright br {
		display: block;
	}
}