@charset "utf-8";

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}

* {
	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;
	overflow-x: visible;
	height: 100%;
	background: #eaeaea;
}

body {
	margin: 0;
	padding: 0;
	position: relative;
	overflow-x: visible;
width: 100%;
	height: 100%;
	font-size: 15px;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: 'palt' 1;
	font-weight: 400;
	text-align: center;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.08em;
	color: #373636;
}

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: #373636;
	outline: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

a:active,
a:hover,
a:focus {
	outline: none;
}

a:hover {
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	opacity: .4;
}

table {
	border-collapse: collapse;
	border: none;
}

dd {}


::before,
::after {
	font-feature-settings: normal;
}


/*--------------------------------------
loading
--------------------------------------*/

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
}

.loading::after {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 1);
	z-index: 5001;
}

.loading p {
	margin: -20px 0 0 -20px;
	padding-top: 38px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	border-top-color: transparent;
	animation: spin 0.75s infinite linear;
	z-index: 5003;
}

.loading::before {
	content: "";
	margin: -20px 0 0 -20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 50%;
	z-index: 5002;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


/*--------------------------------------
コンテンツ
--------------------------------------*/
.wrapper {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #fff;
	background-size: 100% auto;
}


.container {
	padding-bottom: 290px;
	position: relative; /*toTop用*/
	overflow: hidden;
	text-align: left;
	width: 100%;
	height: auto;
}

#home .container {
	padding-bottom: 0;
}

/*--------------------------------------
header
--------------------------------------*/
#top {
	padding-top: 68.3%;
	position: relative;
	background: url(../images/common/header/photo.jpg) no-repeat center top;
	background-size: 100% auto;
}

#top::before {
	content: "";
	padding-top: 13%;
	position: absolute;
	top: 2%;
	right: 2%;
	display: block;
	width: 18%;
	height: 0;
	background: url(../images/common/header/logo.png) no-repeat center top;
	background-size: 100% auto;
}

#top::after {
	content: "";
	margin: -23% 0 0 0;
	padding-top: 44%;
	position: absolute;
	top: 50%;
	right: 0%;
	display: block;
	width: 50%;
	height: 0;
	background: url(../images/common/header/lead.svg) no-repeat center bottom;
	background-size: 100% auto;
	filter: drop-shadow(0px 0px 18px rgba(0, 0, 0, 1));
}

.siteTitle {
	margin: -23% 0 0 0;
	padding-top: 44%;
	position: absolute;
	top: 50%;
	right: 2%;
	overflow: hidden;
	width: 50%;
	height: 0;
	background: url(../images/common/header/title.svg) no-repeat center top;
	background-size: 100% auto;
	filter: drop-shadow(0px 0px 18px rgba(0, 0, 0, 1));
}

@media only screen and (max-width: 1400px) {

}

#top nav {
}


.sns {
	position: absolute;
	top: 2%;
	left: 1%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width: 6%;
	max-width: 68px;
	z-index: 100;
}

.sns li {
	width: 50%;
}

.sns a {
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
}

.sns .twitter a {
	background: url(../images/common/nav/sns/twitter.svg) no-repeat center center;
	background-size: auto 100%;
}

.sns .facebook a {
	background: url(../images/common/nav/sns/facebook.svg) no-repeat center center;
	background-size: auto 100%;
}

/*--------------------------------------
primary
---------------------------------------*/

.primary {
	position: relative;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 88%, rgba(1,0,6,1) 100%);
}


.primary section {
	margin: 0 auto;
	padding: 0 80px 0;
	width: 100%;
	max-width: 1240px;
}

.primary section > h2 {
}

.primary section > .contents {
}

.primary .notice {
}

.primary .notice > li:not(:first-child) {
	padding-top: 4px;
}

.primary .notice li > p {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 13px;
}

.primary .notice li > p::before {
	content: "※"
}

/*--------------------------------------
introduction
---------------------------------------*/
#introduction {
	margin: -9% 0 0 -620px;
	position: absolute;
	top: 0;
	left: 50%;
}

@media only screen and (max-width: 1240px) {
	#introduction {
		margin-left: -50%;
	}
}


#introduction .lead {
	padding: 0;
	overflow: hidden;
	height: 0;
}

.video {
	display: flex;
	flex-wrap: wrap;
}

.video li {
	width: 100%;
}

.video .v {
	width: 100%;
}

.video .v > div {
	position: relative;
	padding: 30px 0 56.25%;
	height: 100%;
}

.video .v > div iframe,
.video .v > div object,
.video .v > div embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

/*--------------------------------------
release
---------------------------------------*/
#release {
	padding: 0 80px 120px;
}

#release::before {
	content: "";
	padding: 30px 0 56.25%;
	display: block;
	width: 100%;
	height: 0;
}

#release h2 {
	margin: 0 auto;
	padding-top: 124px;
	overflow: hidden;
	width: 800px;
	height: 0;
	opacity: .6;
	background: url(../images/contents/release/title.svg) no-repeat center top;
	background-size: 100% auto;
}

#release .contents {
	padding: 0 0 0;
	position: relative;
}

#release .detail {
	display: flex;
	flex-wrap: wrap;
}

#release h3 {
	margin: 0 auto;
	padding-top: 26%;
	overflow: hidden;
	width: 44%;
	height: 0;
	background: url(../images/contents/release/product.svg) no-repeat center top;
	background-size: 100% auto;
}


#release .jacket {
	margin: 0 auto;
	padding-top: 8%;
	position: relative;
	width: 70%;
}

#release .jacket::before {
	content: "";
	margin-left: calc((-100vw + 40px) / 2);
	padding-top: 20%;
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: calc(100vw - 40px);
	height: 0;
	opacity: .05;
	background: url(../images/contents/release/logo.svg) no-repeat center top;
	background-size: 100% auto;
	z-index: 1;
}

#release .jacket figure {
	position: relative;
	background: url(../images/contents/release/jacket/VICL-65749.jpg) no-repeat center top;
	background-size: 100% auto;
	z-index: 2;
}

#release .jacket img {
	width: 100%;
}

#release .date {
	padding: 0;
	overflow: hidden;
	height: 0;
}

#release .type {
	padding: 40px 0 56px;
	width: 50%;
}

#release .type > ul > li > p {
	padding: 0 0 0 14px;
	position: relative;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.7;
}

#release .type > ul > li > p::before {
	content: "";
	padding-top: 10px;
	position: absolute;
	top: 0.5em;
	left: 0;
	display: block;
	width: 10px;
	height: 0;
	background: #373636;
}

#release .type > ul > li > ul {
	padding: 0 0 0 14px;
	line-height: 1.7;
}

#release .type > ul > li:not(:last-child) {
	padding: 0 0 32px;
}

#release .content {
}

#release .content p {
	display: flex;
	font-size: 13px;
}

#release .content p::before {
	content: "・";
}

#release .data {
	padding-top: 6px;
	font-size: 13px;
	line-height: 1.2;
}

#release .info {
	padding-top: 10px;
}

#release .info li:not(:first-child) {
	padding-top: 4px;
}

#release .info dl {
	display: flex;
}

#release .info dt {
	white-space: nowrap;
}

#release .info dt::after {
	content: "：";
}

#release .ec {
	padding-top: 10px;
}

#release .ec a {
	padding: 0 1.2em;
	display: inline-block;
	line-height: 2.8;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	outline: none;
	border: none;
	-webkit-user-select: none;
	user-select: none;
	font-weight: 600;
	background: #4a2f2f;
}

#release .ec a:hover {
}

#release .link {
	padding-top: 32px;
}

#release .link a {
	padding: 1.2em 2.4em 1.2em 2em;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-decoration: none;
	-webkit-user-select: none;
	user-select: none;
	border: solid 1px;
}

#release .link a::after {
	content: "";
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 1.2em;
	display: block;
	width: 13px;
	height: 13px;
	transform: rotate(45deg);
	border-top: solid 1px;
	border-right: solid 1px;
}

#release li.track-list {
	padding: 40px 0 56px;
	width: 50%;
}

#release li.track-list dl {
	display: flex;
}

#release li.option > dl > dd dt,
#release li.track-list dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5em;
	height: 5em;
	font-size: 14px;
	color: #fff;
	background: #373636;
	border-radius: 50%;
}

#release li.option > dl > dd dd,
#release li.track-list dd {
	padding-left: 12px;
	width: calc(100% - 5em);
}

#release .track-list ol {
	counter-reset: listcount;
}

#release .track-list ol > li {
	padding: 0 0 16px 0;
	text-align: left;
}

#release .option .track-list ol > li {
	padding: 0 0 4px 0;
}

#release .track-list ol > li:last-child {
	padding: 0;
}

#release .track-list ol > li > p {
	position: relative;
	display: flex;
	align-items: start;
	font-size: 15px;
	text-align: left;
	line-height: 1.8;
}

#release .track-list ol > li:not(:nth-of-type(24)) > p::before {
	counter-increment: listcount;
	content: counter(listcount, decimal-leading-zero) ".";
	padding-right: 4px;
	font-size: 15px;
	text-align: left;
	line-height: 1.8;
	z-index: 1;
}

#release .track-list .tieup {
	padding-left: 1.5em;
}

#release .track-list .tieup p {
	margin-left: 1em;
	text-indent: -1em;
	display: block;
	font-size: 13px;
	line-height: 1.6;
}

#release .track-list .tieup p::before {
	content: "（";
}

#release .track-list .tieup p::after {
	content: "）";
}

#release li.option {
	width: 100%;
	border-top: solid 1px;
}

#release li.option > dl:first-child {
	border-bottom: solid 1px;
}

#release li.option > dl > dt {
	padding: 16px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	border-bottom: solid 1px;
}

#release li.option > dl > dt span {
	display: block;
	font-size: 13px;
	font-weight: 400;
}

#release li.option > dl > dd {
	padding: 16px 0 40px;
	text-align: center;
}

#release li.option > dl > dd dl {
	display: flex;
}

#release .option .track-list ol > li:nth-of-type(20)::after {
	content: "ーENCOREー";
	padding-top: 12px;
	display: block;
	line-height: 1.2;
}

#release .option .track-list ol > li:nth-of-type(23)::after {
	content: "～BONUS MOVIE～";
	padding-top: 12px;
	display: block;
	line-height: 1.2;
}

#release li.option dd > p {
	padding: 0 0 16px;
	display: inline-block;
	text-align: left;
}

#release .option > dl:nth-of-type(2) .track-list > dd {
	display: flex;
}

#release .option > dl:nth-of-type(2) .track-list ol.separate {
	counter-reset: listcount 13;
	padding-left: 32px;
}

#release .option > dl:nth-of-type(2) .track-list ol:nth-of-type(1) > li:nth-child(n + 14),
#release .option > dl:nth-of-type(2) .track-list ol:nth-of-type(2) > li:nth-child(-n + 13) {
	display: none;
}

/*--------------------------------------
digital-release
---------------------------------------*/
#digital-release {
	padding: 0 80px 160px;
}

#digital-release h2 {
	margin: 0 auto;
	padding-top: 100px;
	overflow: hidden;
	width: 800px;
	height: 0;
	opacity: .6;
	background: url(../images/contents/digital-release/title.svg) no-repeat center top;
	background-size: 100% auto;
}

#digital-release .contents {
	padding: 24px 0 0;
	overflow: hidden;
	position: relative;
}

#digital-release .contents::before {
	content: "";
	padding-top: calc(50% + 48px);
	float: left;
	display: block;
	width: calc(50% + 48px);
	height: 0;
}

#digital-release h3 {
	padding-top: 77px;
	overflow: hidden;
	width: 265px;
	height: 0;
	background: url(../images/contents/digital-release/product.svg) no-repeat center top;
	background-size: 100% auto;
}

#digital-release .date {
	margin-top: 16px;
	padding-top: 31px;
	overflow: hidden;
	width: 370px;
	height: 0;
	background: url(../images/contents/digital-release/date.svg) no-repeat center top;
	background-size: 100% auto;
}

@media only screen and (max-width: 1024px) {
	#digital-release .date {
		margin-top: 16px;
		padding-top: 4%;
		width: calc(50% - 48px);
	}
}

#digital-release .jacket {
	position: absolute;
	top: 24px;
	left: 0;
	width: 50%;
}

#digital-release .jacket figure {
	background: url(../images/contents/digital-release/jacket/VE3WT-10194.jpg) no-repeat center top;
	background-size: 100% auto;
}

#digital-release .jacket img {
	width: 100%;
}

#digital-release .streaming {
	padding: 16px 0 32px;
}

#digital-release .streaming a {
	padding: 0 1.2em;
	display: inline-block;
	line-height: 2.8;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	outline: none;
	border: none;
	-webkit-user-select: none;
	user-select: none;
	font-weight: 600;
	background: #4a2f2f;
}

/*--------------------------------------
上部へボタン
---------------------------------------*/
ul.toTop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1001;
}

ul.toTop li {
	float: right;
	width: 54px;
	height: 54px;
}

ul.toTop a {
	padding-top: 54px;
	position: relative;
	display:block;
	overflow:hidden;
	width: 54px;
	height:0;
	background: #444242;
}

#home ul.toTop a {
}

ul.toTop a::before {
	content: "";
	margin-top: -4px;
	position: absolute;
	top: 50%;
	left: 17px;
	display: block;
	width: 19px;
	height: 19px;
	border-Top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(-45deg);
}

ul.toTop a:hover {
	opacity: 1;
	background: #8d8888;
}

ul.fixed-bottom {
	position:fixed;
	bottom: 0;
}

/*--------------------------------------
フッター
---------------------------------------*/
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #000;
}

#home footer {
	position: static;
}

footer .link {
	padding: 80px 24px 80px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(173,21,34);
	background: linear-gradient(0deg, rgba(173,21,34,1) 0%, rgba(173,21,34,1) 50%, rgba(115,23,31,1) 100%);
}

footer .link li {
	padding: 0 16px;
}

footer .link a {
	padding: 0 16px;
	display: inline-block;
	line-height: 2;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0;
	text-decoration: none;
}

footer .link li:nth-of-type(3),
footer .link li:nth-of-type(4),
footer .link li:nth-of-type(5) {
	padding: 0 20px;
	width: 88px;
}

footer .link li:nth-of-type(3) a,
footer .link li:nth-of-type(4) a,
footer .link li:nth-of-type(5) a {
	padding: 100% 0 0;
	display: block;
	overflow: hidden;
	line-height: 0;
	width: 100%;
	height: 0;
	font-size: 0;
	background: #aaa;
}

footer .link li:nth-of-type(3) a {
	background: url(../images/common/footer/link/twitter.svg) no-repeat center center;
	background-size: auto 100%;
}

footer .link li:nth-of-type(4) a {
	background: url(../images/common/footer/link/instagram.svg) no-repeat center center;
	background-size: auto 100%;
}

footer .link li:nth-of-type(5) a {
	background: url(../images/common/footer/link/youtube.svg) no-repeat center center;
	background-size: auto 100%;
}

.copyright {
	padding-bottom: 96px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
}

.copyright::before {
	content: "";
	margin: 56px auto 32px;
	padding-top: 8%;
	display: block;
	width: 12%;
	height: 0;
	background: url(../images/common/footer/logo.png) no-repeat center bottom;
	background-size: 100% auto;
}

.copyright br {
	display: none;
}

.credit a {
	color: #fff;
	text-decoration: underline;
}

.credit a:hover {
}

/*--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 960px) {
	#top {
		padding-top: 80%;
		background: url(../images/common/header/photo.jpg) no-repeat center top rgba(1,0,6,1);
		background-size: 100% auto;
	}

	.primary {
		background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 92%, rgba(1,0,6,1) 100%);
}

	#release h2 {
		padding-top: 16%;
		width: 100%;
	}

	#release .detail {
		flex-direction: column;
	}

	#release .jacket {
		padding-bottom: 32px;
	}

	#release .type {
		padding: 0 0 0;
		width: 100%;
	}

	#release li.track-list {
		padding: 48px 0 56px;
		width: 100%;
	}

	#release .link a {
		margin: 0 auto;
		width: 80%;
	}

	#release li.option > dl > dd dt,
	#release li.track-list dt {
		width: 6em;
		height: 6em;
		font-size: 14px;
	}

	#release li.option > dl > dd dd,
	#release li.track-list dd {
		padding-left: 16px;
		width: calc(100% - 6em);
	}

	#release .option > dl:nth-of-type(2) .track-list > dd {
		flex-direction: column;
	}

	#release .option > dl:nth-of-type(2) .track-list ol.separate {
		padding-left: 0;
	}

	#digital-release .contents::before {
		padding-top: calc(45% + 24px);
		width: calc(45% + 24px);
	}

	#digital-release .jacket {
		top: 24px;
		width: 45%;
	}

	#digital-release h2 {
		padding-top: 16%;
		width: 100%;
	}

	#digital-release h3 {
		padding-top: 8.5%;
		width: 30%;
	}

	#digital-release .date {
			padding-top: 4%;
		width: calc(45% - 24px);
	}

	#digital-release .streaming {
		padding: 16px 0 24px;
	}

	footer .link li {
		padding: 0 12px;
	}

	footer .link a {
		padding: 0 16px;
		font-size: 22px;
	}

	footer .link li:nth-of-type(3),
	footer .link li:nth-of-type(4),
	footer .link li:nth-of-type(5) {
		padding: 0 16px;
		width: 70px;
	}

}

@media only screen and (max-width: 680px) {

	.primary section {
		padding: 0 40px 0;
	}

	#release {
		padding: 0 40px 120px;
	}

	#release .link a {
		margin: 0 auto;
		width: 100%;
	}

	#digital-release {
		padding: 0 40px 140px;
	}

	footer .link a {
		padding: 0 12px;
		font-size: 18px;
	}

	footer .link li:nth-of-type(3),
	footer .link li:nth-of-type(4),
	footer .link li:nth-of-type(5) {
		padding: 0 16px;
		width: 60px;
	}
}

/*--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 520px) {

	body {
		min-width: 320px;
		font-size: 14px;
		line-height: 1.8;
	}

	.loader {
		margin: -15px 0 0 -15px;
		width: 30px;
		height: 30px;
		border: 1px solid #fff;
		border-radius: 50%;
		border-top-color: transparent;
		animation: spin 0.75s infinite linear;
	}

	/*--------------------------------------
	コンテンツ
	--------------------------------------*/
	.wrapper {
		min-width: 0;
	}

	#home .wrapper {
		min-width: 0;
		background: none;
	}

	#home .container,
	.container {
		padding-bottom: 0;
		background: none;
	}

/*--------------------------------------
header
--------------------------------------*/
	#top {
		padding-top: 138%;
		background: url(../images/common/header/photo_sp.jpg) no-repeat center top rgba(1,0,6,1);
		background-size: 100% auto;
	}

	.siteTitle {
		margin: 0% 0 0 0;
		padding-top: 55%;
		top: auto;
		bottom: 0;
		right: auto;
		left: 0;
		width: 100%;
		background: url(../images/common/header/title_sp.svg) no-repeat center top;
		background-size: 100% auto;
		z-index: 10;
	}

	#top::after {
		display: none;
	}

	.sns {
		width: 18%;
		max-width: none;
	}

	.primary {
	}

	.primary section {
		padding: 0 0;
	}

	/*--------------------------------------
	introduction
	---------------------------------------*/
	#introduction {
		margin: 0 0 0;
		position: static;
	}

	#introduction .lead {
		padding: 53% 0 0 0;
		width: 100%;
		background: url(../images/contents/intro/lead_sp.svg) no-repeat center top rgba(1,0,6,1);
		background-size: 100% auto;
	}

	/*--------------------------------------
	release
	---------------------------------------*/
	#release {
		padding: 12% 0 10%;
	}

	#release::before {
		display: none;
	}

	#release .jacket::before {
		opacity: .8;
	}

	#release h2 {
		width: 90%;
	}

	#release .contents {
		padding: 0 0 0;
	}

	#release h3 {
		margin: 0 auto;
		padding-top: 36%;
		position: static;
		width: 60%;
	}

	#release .detail {
		padding: 0 16px;
	}

	#release .jacket {
		width: 100%;
	}

	#release .type > ul > li > p {
		padding: 0 0 0 14px;
		font-size: 15px;
	}

	#release li.option > dl > dd dt {
	}

	#release .link a {
	padding: 1.2em 2.8em 1.2em 1.6em;
	}

	#release .track-list ol > li {
		padding: 0 0 8px 0;
	}

	#release li.option {
		border: none;
	}

	#release li.option > dl > dd dt,
	#release li.track-list dt {
		width: 4.5em;
		height: 4.5em;
		font-size: 13px;
	}

	#release li.option > dl:first-child {
		border-bottom: none;
	}

	#release li.option > dl > dt {
		border-top: solid 1px;
		border-bottom: solid 1px;
	}

	#release li.option > dl > dd dd,
	#release li.track-list dd {
		padding-left: 12px;
		width: calc(100% - 4.5em);
	}

	#release .track-list ol > li > p {
		font-size: 14px;
	}
	/*--------------------------------------
	digital-release
	---------------------------------------*/
	#digital-release {
		padding: 0% 0 22%;
	}

	#digital-release h2 {
		width: 90%;
	}

	#digital-release .contents {
		padding: 0 16px 0;
	}

	#digital-release .contents::before {
		display: none;
	}

	#digital-release h3 {
		margin: 0 auto;
		padding-top: 18%;
		position: static;
		width: 46%;
	}

	#digital-release .date {
		margin: 0 auto;
		padding-top: 10%;
		width:71%;
	}

	#digital-release .jacket {
		position: static;
		width: 100%;
	}

	#digital-release .streaming {
		text-align: center;
	}

	/*--------------------------------------
	上部へボタン
	---------------------------------------*/
	ul.toTop {
	}

	ul.toTop li {
		width: 36px;
		height: 36px;
	}

	ul.toTop a {
		padding-top: 36px;
		width: 36px;
	}

	ul.toTop a::before {
		margin-top: -4px;
		left: 12px;
		width: 13px;
		height: 13px;
	}

	/*--------------------------------------
	フッター
	---------------------------------------*/
	footer {
		position: static;
	}

	footer .link {
		padding: 10% 0;
		flex-wrap: wrap;
	}

	footer .link li {
		padding: 0;
		width: 100%;
	}

footer .link a {
	padding: 0 16px;
	display: inline-block;
	line-height: 2.4;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0;
	text-decoration: none;
}

	footer .link li:nth-of-type(3),
	footer .link li:nth-of-type(4),
	footer .link li:nth-of-type(5) {
		padding: 16px 8px 0;
		width: 54px;
	}

	.copyright {
		padding: 12% 0 18% 0;
		font-size: 10px;
		line-height: 1.7;
	}

	.copyright::before {
		margin: 0 auto 16px;
		padding-top: 18%;
		width: 26%;
	}

	.copyright br {
		display: block;
	}

}
