@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@700&display=swap');

@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: transparent;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: visible;
	width: 100%;
	height: 100%;
	font-size: 15px;
	font-weight: 500;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: 'palt' 1;
	text-align: center;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.08em;
	color: #555;
	background: #eef4ef;
}

body#home {
}

body::before,
body::after {
	content: "";
	margin-top: -50vh;
	padding-top: 100vh;
	position: fixed;
	top: 50%;
	left: 0;
	display: block;
	width: 16px;
	height: 0;
	background: #977f00;
	z-index: 901;
}

body::after {
	background: url(../images/common/shine.png) no-repeat center center;
	background-size: 18px 60%;
	z-index: 901;
}

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 {
	word-break: break-all;
	text-decoration: underline;
	color: #555;
	outline: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-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;
}

.wrapper :before,
.wrapper :after {
}

#fancybox-content,
#fancybox-wrap *,
#fancybox-wrap {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

#fancybox-overlay {
	min-width: 1064px;
}

#fancybox-close {
	padding: 56px 0 0 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	width: 56px;
	height: 0;
	background: url(../images/common/nav/close.svg) no-repeat;
	background-size: 100% auto;
}

#fancybox-right {
	right: -50px;
	width: 50px;
	background: url(../images/common/fancybox/custom/right.png) no-repeat right center;
}

#fancybox-left {
	left: -50px;
	width: 50px;
	background: url(../images/common/fancybox/custom/left.png) no-repeat left center;
}

#fancybox-left-ico,
#fancybox-right-ico {
	background: none;
}


.fancybox-bg {
	display: none;
}

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


.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 5000;
}

.loading::before {
	content: "";
	margin: -110px 0 0 -60px;
	padding-top: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 120px;
	height: 0px;
	background: url(../images/common/footer/logo.svg) no-repeat center top;
	background-size: 100% auto;
	-webkit-animation: fade 1s cubic-bezier(.17,.67,.6,.92) 1 forwards;
	-moz-animation: fade 1s cubic-bezier(.17,.67,.6,.92) 1 forwards;
	-ms-animation: fade 1s cubic-bezier(.17,.67,.6,.92) 1 forwards;
	-o-animation: fade 1s cubic-bezier(.17,.67,.6,.92) 1 forwards;
	animation: fade 1s cubic-bezier(.17,.67,.6,.92) 1 forwards;
}

/* fade */
@-webkit-keyframes fade {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

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

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

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

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


.loader {
	margin: -20px 0 0 -20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid #edd57a;
	border-radius: 50%;
	border-top-color: transparent;
	animation: spin 0.75s infinite linear;
	z-index: 5002;
}

.loader:before {
	content: "";
	margin: -20px 0 0 -20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(151, 127, 0, .4);
	border-radius: 50%;
	z-index: 5001;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}



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

.wrapper {
	padding-left: 48px;
	text-align: left;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.wrapper::after {
	content: "";
	padding-top: 100vh;
	position: fixed;
	top: 0;
	left: 16px;
	display: block;
	width: 32px;
	height: 0;
	background: #3c895e;
	z-index: 900;
}

.container {
	position: relative; /*toTop用*/
	overflow: hidden;
	text-align: left;
	width: 100%;
	height: auto;
}

.effect {
	transform: translate3d(0, 0, 0);
	transform: rotate(0.0001deg);
	outline: 1px solid transparent;
	will-change: transform;
}

.effectActive {
	position: relative;
	-webkit-animation: fadeInUp 1s cubic-bezier(.17,.67,.6,.92) 1 forwards;
	-moz-animation: fadeInUp 1s cubic-bezier(.17,.67,.6,.92) 1 forwards;
	-ms-animation: fadeInUp 1s cubic-bezier(.17,.67,.6,.92) 1 forwards;
	-o-animation: fadeInUp 1s cubic-bezier(.17,.67,.6,.92) 1 forwards;
	animation: fadeInUp 1s cubic-bezier(.17,.67,.6,.92) 1 forwards;
}

/* fadeInUp */
@-webkit-keyframes fadeInUp {
	0% { transform: translate3d(0, 40px, 0); opacity: 0;}
	100% { transform: translate3d(0, 0px, 0); opacity: 1;}
}

@-moz-keyframes fadeInUp {
	0% { transform: translate3d(0, 40px, 0); opacity: 0;}
	100% { transform: translate3d(0, 0px, 0); opacity: 1;}
}

@-ms-keyframes fadeInUp {
	0% { transform: translate3d(0, 40px, 0); opacity: 0;}
	100% { transform: translate3d(0, 0px, 0); opacity: 1;}
}

@-o-keyframes fadeInUp {
	0% { transform: translate3d(0, 40px, 0); opacity: 0;}
	100% { transform: translate3d(0, 0px, 0); opacity: 1;}
}

@keyframes fadeInUp {
	0% { transform: translate3d(0, 40px, 0); opacity: 0;}
	100% { transform: translate3d(0, 0px, 0); opacity: 1;}
}

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

#top {
	position: relative;
}


#top::before {
	content: "";
	padding-top: 65.16%;
	display: block;
	width: 100%;
	height: 0;
	background: url(../images/common/header/photo.jpg) no-repeat center top;
	background-size: cover;
}

.siteTitle {
	padding-top: 65.16%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: url(../images/common/header/title.svg) no-repeat center center;
	background-size: 100% auto;
	z-index: 5;
}

#top::after {
	content: "";
	padding-top: 65.16%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	background: url(../images/common/header/shadow.png) no-repeat center top;
	background-size: cover;
}

/* globalNav */
#top nav {
	overflow: hidden;
}

#top nav::after {
	content: "";
	position: fixed;
	top: -80px;
	left: 0;
	display: block;
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, 1);
	background-size: 100% auto;
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-ms-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	z-index: 298;
}

#top.scroll nav::after {
	top: 0;
}

#menuBtn,
.slide {
	display: none;
}

.globalNav {
	display: inline-block;
	overflow: hidden;
	position: fixed;
	top: -80px;
		left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
	z-index: 299;
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-ms-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}

#top.scroll .globalNav {
	top: 0;
}

.globalNav li {
	position: relative;
	display: table-cell;
}

.globalNav li:not(:last-child)::after {
	content: "";
	margin-top: -16px;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 32px;
	background: rgba(255, 255, 255, .2);
}

.globalNav a {
	padding: 0 24px;
	position: relative;
	display: block;
	white-space: nowrap;
	font-size: 18px;
	color: #fff;
	line-height: 80px;
	letter-spacing: 0;
	font-weight: 700;
	font-family: "Helvetica Neue", Helvetica, 'Work Sans', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	text-decoration: none;
		-ms-user-select: none;
		user-select: none;
	z-index: 2;
}

.globalNav a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.globalNav a::after {
	content: "";
	position: absolute;
	bottom: 16px;
	left: 24px;
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.globalNav a:hover::after {
	width: calc(100% - 48px);
}

.snsLink,
.snsLink+.snsLink {
	position: absolute;
	top: 24px;
	right: 18px;
	overflow: hidden;
	z-index: 297;
}

.snsLink+.snsLink {
	padding: 24px 0 0;
	position: fixed;
	top: -80px;
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-ms-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	z-index: 301;
}

#top.opacity .snsLink+.snsLink {
	top: 0;
}


.snsLink li {
	float: left;
}

.snsLink li:first-child {
	width: 34px;
	}

.snsLink .twitter a,
.snsLink .facebook a {
	padding: 34px 0 0;
	overflow: hidden;
	display: block;
	width: 34px;
	height: 0;
}

.snsLink .twitter a {
	background: url(../images/common/nav/twitter.svg) no-repeat center center;
	background-size: 100% auto;
}

.snsLink .facebook a {
	background: url(../images/common/nav/facebook.svg) no-repeat center center;
	background-size: 100% auto;
}

.snsLink .twitter a:hover,
.snsLink .facebook a:hover {
}

.sticker {
	position: absolute;
	bottom: 32px;
	right: 32px;
	width: 14%;
	z-index: 12;
}

.sticker a {
	padding-top: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/common/header/sticker/sticker.svg) no-repeat;
	background-size: 100% auto;
	border-radius: 50%;
}

.sticker a::before {
	content: "";
	padding-top: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
background: rgb(151,127,0); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(151,127,0,1) 0%, rgba(237,213,122,1) 27%, rgba(237,213,122,1) 43%, rgba(151,127,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(151,127,0,1) 0%,rgba(237,213,122,1) 27%,rgba(237,213,122,1) 43%,rgba(151,127,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(151,127,0,1) 0%,rgba(237,213,122,1) 27%,rgba(237,213,122,1) 43%,rgba(151,127,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#977f00', endColorstr='#977f00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	z-index: -1;
}


.sticker a:hover {
	background-color: #000;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

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

.primary {
	padding: 0 0;
	position: relative;
	width: 100%;
	z-index: 10;
}

.primary > section {
	position: relative;
	overflow: hidden;
}

.primary > section:not(#news)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 44px;
	display: block;
	width: 14%;
	height: 1px;
	background: #d4dbd5;
}

.primary > section > h2 {
	padding-top: 100%;
	position: absolute;
	top: 72px;
	left: 32px;
	overflow: hidden;
	width: calc(80% - 40px - 72px);
	height: 0;
	z-index: -1;
}

.primary > section > .contents {
	margin: 0 auto;
	padding: 0 48px 0 300px;
	width: 100%;
	max-width: 1240px;
	text-align: center;
	z-index: 4;
}

@media only screen and (max-width: 1240px) {

	.primary > section > .contents {
		margin: 0;
		padding: 0 48px 0 26%;
		width: 100%;
		max-width: none;
	}

}

.video {
	width: 100%;
}

.video > div,
.video li > div {
	position: relative;
	padding: 30px 0 56.25%;
	height: 100%;
}

.video li iframe,
.video li object,
.video li embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}


/*--- news ---*/
#news {
	padding: 60px 0 72px 0;
	overflow: hidden;
	position: relative;
}

#news h2 {
	background: url(../images/contents/news/title.svg) no-repeat;
	background-size: 100% auto;
}

@media only screen and (max-width: 1240px) {

}

#news .contents {
}

#news .entryList li:nth-of-type(n+4) {
	display: none;
}

#news .entry a {
	padding: 12px 0;
	display: block;
	overflow: hidden;
	line-height: 1.8;
	font-size: 14px;
	text-decoration: none;
}

#news .entry a:hover {
}


#news .entry time {
	display: table-cell;
	vertical-align: top;
	width: 98px;
	text-align: left;
}

#news .entry p {
	padding-left: 12px;
	display: table-cell;
	vertical-align: top;
text-align: left;
}

#news .link {
	padding-top: 16px;
}

#news .link a {
	overflow: hidden;
	position: relative;
	display: block;
	width: 18em;
	line-height: 56px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	-ms-user-select: none;
	user-select: none;
	background: url(../images/contents/news/arrow.svg) no-repeat right center #555;
	background-size: auto 100%;
}

#news .link a:hover {
}

#news .link a:hover::after {
	width: 100%;
}

/*--- release ---*/
#release {
	padding: 72px 0;
	position: relative;
}

@media only screen and (max-width: 1240px) {

}

#release h2 {
	background: url(../images/contents/release/title.svg) no-repeat;
	background-size: 100% auto;
}

#release .contents {
	position: relative;
}

#release h3 {
	padding-left: 44%;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.2;
	color: #555;
	text-align: left;
}

#release h3 strong {
	padding: 4px 0 0;
	display: block;
	letter-spacing: 0;
	font-size: 40px;
	font-weight: 800;
	font-family: "Helvetica Neue", Helvetica, 'Work Sans', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
}

#release h3 span {
	display: block;
	letter-spacing: 0;
	font-size: 24px;
	font-weight: 800;
	font-family: "Helvetica Neue", Helvetica, 'Work Sans', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
}

#release h3 strong span {
	padding: 4px 0 0;
	font-size: 32px;
}

#release .contents > ul {
	padding-left: 44%;
	text-align: left;
}

#release .date {
	padding-top: 8px;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
}

#release .type {
	position: absolute;
	top: 0;
	left: 300px;
	width: 28%;
}

@media only screen and (max-width: 1240px) {

	#release h3 {
	}

	#release .contents > ul {
	}


	#release .type {
		left: 26%;
	}

}

#release .type::after {
	content: "";
	padding-top: 84.75%;
	display: block;
	width: 100%;
	height: 0;
	background: url(../images/contents/release/contents.jpg) no-repeat;
	background-size: 100% auto;
}

#release .jacket {
	width: 100%;
}

#release .jacket img {
	width: 100%;
	height: auto;
	background: url(../images/contents/release/jacket/VIZL-1837.jpg) no-repeat;
	background-size: 100% auto;
}

#release .data {
	padding: 0 12px 0 0;
	clear: both;
	float: left;
	font-size: 12px;
	line-height: 28px;
}

#release .type > ul > li {
	padding: 24px 0 0;
}

#release .type > ul > li:last-child {
	padding: 24px 0;
}

#release .type dt {
	padding: 0 0 0 12px;
	position: relative;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
}

#release .type dt::before {
	content: "";
	margin-top: -4px;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	background: #555;
}

#release .type dd {
	padding: 8px 0 0 12px;
}

#release .type dd p {
	font-size: 12px;
}

#release .ec {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

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

#release .ec a {
	overflow: hidden;
	position: relative;
	display: block;
	width: 7em;
	font-weight: 700;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	-ms-user-select: none;
	user-select: none;
		font-family: "Helvetica Neue", Helvetica, 'Work Sans', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	color: #fff;
	background: #555;
}


#release .ec a:hover {
}


#release .tracklist {
	padding: 32px 0 0;
	clear: both;
	overflow: hidden;
}

#release .tracklist > dl > dt {
	display: none;
}

#release .tracklist > dl > dd > dl {
	overflow: hidden;
}

#release .tracklist > dl > dd > dl:first-child {
	padding-bottom: 24px;
}

#release .tracklist > dl > dd > dl > dt {
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	letter-spacing: 0;
	color: #eef4ef;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	font-family: "Helvetica Neue", Helvetica, 'Work Sans', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	background: #d4dbd5;
	border-radius: 50%;
}

#release .tracklist > dl > dd > dl > dd {
	float: left;
	width: calc(100% - 48px);
}

#release .tracklist .notice {
	padding: 0 0 8px 12px;
}

#release .tracklist .notice p {
	font-size: 12px;
}

#release .tracklist .notice p::before {
	content: "※";
}

#release .tracklist ol {
	padding-left: 12px;
	float: left;
	counter-reset: listcount;
}

#release #type-vinyl .tracklist ol {
	padding-left: 0;
}

#release .tracklist ol li {
	padding: 0 0 12px 2.2em;
	position: relative;
}

#release .tracklist ol li::before {
	counter-increment: listcount;
	content: counter(listcount, decimal-leading-zero) ". ";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#release .tracklist ol li p {
}

#release .tracklist ol li div p {
	font-size: 13px;
}

#release .contents .link {
	padding-top: 32px;
}

#release .contents .link a {
	padding: 72px 48px 0;
	position: relative;
	overflow: hidden;
	display: block;
	height: 0;
	white-space: nowrap;
	text-decoration: none;
		-ms-user-select: none;
		user-select: none;
	outline: none;
	border: none;
	background: #d8c100;
	background: url(../images/contents/release/arrow.svg) no-repeat right center, -moz-linear-gradient(-45deg,  #d8c100 0%, #977f00 100%); /* FF3.6-15 */
	background: url(../images/contents/release/arrow.svg) no-repeat right center, -webkit-linear-gradient(-45deg,  #d8c100 0%,#977f00 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../images/contents/release/arrow.svg) no-repeat right center, linear-gradient(135deg,  #d8c100 0%,#977f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8c100', endColorstr='#977f00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-size: auto 100%;
}

#release .contents .link a::before {
	content: "KREVA Special Interview";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 72px;
	letter-spacing: 0;
	font-weight: 700;
	font-family: "Helvetica Neue", Helvetica, 'Work Sans', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	z-index: 3;
}

#release .contents .link a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #e2cf61;
	mix-blend-mode: screen;
	z-index: 2;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

#release .contents .link a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#release .contents .link a:hover::after {
	opacity: .5;
}


/*--- streaming ---*/
#streaming {
	padding: 72px 0;
	position: relative;
}

#streaming h2 {
	background: url(../images/contents/streaming/title.svg) no-repeat;
	background-size: 100% auto;
}

#streaming .contents {
	padding-top: 12%;
	text-align: left;
}

#streaming .contents > ul > li {
	padding: 0 0 0 40px;
	border-left: solid 8px #d4dbd5;
}

#streaming .contents > ul > li:first-child {
	margin-bottom: 48px;
}


#streaming h3 {
	padding-bottom: 16px;
	line-height: 1.2;
	font-size: 16px;
	font-weight: 700;
}

#streaming .subscription {
	overflow: hidden;
}

#streaming .subscription > li {
	padding: 0 8px 0 0;
	float: left;
	overflow: hidden;
	width: 50%;
	height: 160px;
}

#streaming .subscription > li:last-child {
	padding: 0 0 0 8px;
	float: left;
	width: 50%;
}

#streaming .subscription > li iframe {
	background: #F8F8FA !important;
}

#streaming .link {
	overflow: hidden;
}

#streaming .link > li {
	padding: 0 8px 16px 0;
	float: left;
	
}

#streaming .link a,
#streaming .link .lyric > button {
	padding: 0 24px;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	font-size: 14px;
	color: #fff;
	line-height: 3;
	letter-spacing: 0;
	font-weight: 700;
	font-family: "Helvetica Neue", Helvetica, 'Work Sans', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	text-decoration: none;
		-ms-user-select: none;
		user-select: none;
	outline: none;
	border: none;
	background: #555;
	z-index: 2;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

#streaming .link .lyric > button:hover {
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	opacity: .4;
}

#lyrics figure,
#streaming .lyric figure {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	max-width: 100%;
	z-index: 1000;
}

#lyrics figure > button,
#streaming .lyric figure > button {
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	max-width: 100%;
	cursor: pointer;
	border: none;
	outline: none;
	background: rgba(0, 0, 0, .9);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transition: none;
	z-index: 400;
}

#lyrics figure > button::before,
#streaming .lyric figure > button::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 56px;
	height: 56px;
	cursor: pointer;
	background: url(../images/common/nav/close.svg) no-repeat;
	background-size: 100% auto;
	z-index: 401;
}

#lyrics figure div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 80%;
	overflow-y: scroll;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 401;
}

#lyrics figure img,
#streaming .lyric figure img {
	width: 100%;
	background: url(../images/contents/streaming/lyric/lyric_VE3WA-18958.png) no-repeat center top #fff;
	background-size: auto 100%;
}

#lyrics #lyric_VE3WA-18913 figure img,
#VE3WA-18913 .lyric figure img {
	background: url(../images/contents/streaming/lyric/lyric_VE3WA-18913.png) no-repeat center top #fff;
	background-size: auto 100%;
}

/*--- mv ---*/
#mv {
	padding: 72px 0 100px;
	position: relative;
}

#mv h2 {
	background: url(../images/contents/mv/title.svg) no-repeat;
	background-size: 100% auto;
}


#mv .contents {
}

#mv .video {
}

#mv .video > li {
	padding: 16px 16px 16px 0;
	float: left;
	width: 50%;
}

#mv .video > li:nth-of-type(2n + 1) {
	clear: both;
	float: left;
}

#mv .video > li:nth-child(2n) {
	padding: 16px 0 16px 16px;
}

#mv .video > li:nth-child(1),
#mv .video > li:nth-child(2) {
	padding: 0 0 16px 0;
	width: 100%;
	float: none;
}

#mv .video > li:nth-child(2) {
	padding: 16px 0 16px 0;
}

#mv .link {
	height: 100%;
}

#mv .link a {
	padding-top: calc(56.25% + 30px);
	overflow: hidden;
	position: relative;
	display: block;
	height: 0;
	background: #d5dcd6;
}

#mv .link a::after {
	content: "KREVA \AOfficial YouTube Channel";
	padding: 8px 0 8px 64px;
	position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	display: inline-block;
	white-space: pre;
	font-size: 18px;
	font-weight: 700;
	font-family: "Helvetica Neue", Helvetica, 'Work Sans', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: left;
	text-decoration: none;
	color: #fff;
	background: url(../images/contents/mv/youtube.svg) no-repeat left center;
	background-size: auto 100%;
}

#mv .link a:hover {
}


@media only screen and (max-width: 998px) {

	#mv .link a::after {
		padding: 8px 0 8px 50px;
		font-size: 14px;
	}

}

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

ul.toTop {
	overflow: hidden;
	position: fixed;
	bottom: 56px;
	right: 0;
	height: 56px;
	z-index: 100;
}

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

ul.toTop a {
	padding-top: 48px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 48px;
	height: 0;
	background: url(../images/common/nav/totop.svg) no-repeat #000;
	background-size: 100% auto;
	border-radius: 50%;
}

ul.toTop a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


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

footer {
	padding: 60px 48px 100px;
	overflow: hidden;
	position: relative;
	width: 100%;
	text-align: center;
	background: #000;
	z-index: 22;
}

footer .link {
	margin: 0 auto;
	padding-bottom: 48px;
	overflow: hidden;
	width: 928px;
}

@media only screen and (max-width: 1024px) {

	footer .link {
		width: 100%;
	}
}

footer .link > li {
	position: relative;
	float: left;
	width: 33.333%;
	text-align: center;
}

footer .link > li:not(:last-child)::after {
	content: "";
	margin-top: -38px;
	padding-top: 64px;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 0;
	background: rgba(255, 255, 255, .2);
}

footer .link dt {
	padding-top: 24px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
}

footer .link > li:nth-of-type(1) dt {
	background: url(../images/common/footer/link/kreva.svg) no-repeat center center;
	background-size: auto 100%;
}

footer .link > li:nth-of-type(2) dt {
	background: url(../images/common/footer/link/daichi.svg) no-repeat center center;
	background-size: auto 100%;
}

footer .link > li:nth-of-type(3) dt {
	background: url(../images/common/footer/link/zorn.svg) no-repeat center center;
	background-size: auto 100%;
}


footer .link dd ul {
	padding: 8px 0 0;
	display: inline-block;
	overflow: hidden;
}

footer .link dd li {
	float: left;
}

footer .link dd li a {
	padding-top: 34px;
	overflow: hidden;
	display: block;
	width: 34px;
	height: 0;
}

footer .link dd li:nth-of-type(1) a {
	width: 112px;
	background: url(../images/common/footer/link/official.svg) no-repeat center center;
	background-size: 100% auto;
}

footer .link dd li:nth-of-type(2) a {
	background: url(../images/common/footer/link/youtube.svg) no-repeat center center;
	background-size: 100% auto;
}

footer .link dd li:nth-of-type(3) a {
	background: url(../images/common/footer/link/twitter.svg) no-repeat center center;
	background-size: 100% auto;
}

footer .link dd li:nth-of-type(4) a {
	background: url(../images/common/footer/link/instagram.svg) no-repeat center center;
	background-size: 100% auto;
}

footer .credit {
	padding-top: 72px;
	border-top: solid 1px rgba(255, 255, 255, .2);
}

footer .credit::before {
	content: "";
	margin: 0 auto;
	padding-top: 90px;
	display: block;
	width: 135px;
	height: 0px;
	background: url(../images/common/footer/logo.svg) no-repeat center top;
	background-size: 100% auto;
}

.copyright {
	padding-top: 16px;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 700;
	font-family: "Helvetica Neue", Helvetica, 'Work Sans', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	letter-spacing: 0;
	color: #747474;
}

.copyright br {
	display: none;
}

.copyright a {
	color: #747474;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}



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


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



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

@media only screen and (max-width: 896px) {
	body {
		font-size: 13px;
		font-weight: 400;
	}

	body::before,
	body::after {
		margin: 0;
		padding-top: 120vh;
		top: 0;
		left: 0;
		width: 4px;
	}

	body::after {
		background-size: 10px 60%;
	}

	a:hover {
	}


	#fancybox-close {
		padding: 40px 0 0 0;
		width: 40px;
		background: url(../images/common/nav/close.svg) no-repeat;
		background-size: 100% auto;
	}

	/*--------------------------------------
	loading
	--------------------------------------*/
	/* loading */
	.loading {
	}

	.loading:before {
	}

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

	.wrapper {
		padding: 0 0 0 12px;
	}

	.wrapper::after {
		padding-top: 110vh;
		left: 0px;
		width: 12px;
		background: rgba(40,91,58,1);
	}

	.container {
	}


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

	#top {
		padding-bottom: 19%;
		background: #000;
	}

	#top::before {
		padding-top: 81.6%;
		background: url(../images/common/header/photo_sp.jpg) no-repeat center center;
		background-size: cover;
	}

	.siteTitle {
		padding-top: 81.6%;
		background: url(../images/common/header/title_sp.svg) no-repeat center center;
		background-size: 100% auto;
	}

	.tablet .siteTitle,
	.pc .siteTitle {
		background-size: calc(100% - 108px) auto;
	}

	#top::after {
		padding-top: 63%;
		position: static;
		background: url(../images/common/header/catch_sp.svg) no-repeat center center #000;
		background-size: 100% auto;
	}

	/* globalNav */
	/*nav*/
	#top nav {
	}

	#top nav::before,
	#top nav::after {
		display: none;
	}

#top.opacity nav::after {
	top: 50px;
}

#top .linkNav,
	#top .globalNav {
		display: none;
	}

	#menuBtn {
		padding-top: 40px;
		overflow: hidden;
		display: block;
		position: fixed;
		top: 0;
		left: 12px;
		width: 40px;
		height: 0;
		cursor: pointer;
		background: url(../images/common/nav/menu_default.svg) no-repeat;
		background-size: 40px 40px;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		tap-highlight-color: rgba(0, 0, 0, 0);
		z-index: 1100;
	}

	#menuBtn::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 40px;
		height: 40px;
		opacity: 1;
		background: url(../images/common/nav/menu_default2.svg) no-repeat;
		background-size: 40px 40px;
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-ms-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	}

.opacity #menuBtn::before {
		opacity: 0;
	}

	#menuBtn.open::before {
		display: none;
	}

	#menuBtn::after {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		background: url(../images/common/nav/menu_close.svg) no-repeat;
		background-size: 40px 40px;
	}

	#menuBtn.open{
		background: url(../images/common/nav/menu_close.svg) no-repeat;
		background-color: transparent;
		background-size: 40px 40px;
	}


	.slide {
		display: block;
		position: fixed;
		top: 0;
		left: calc(-100% + 12px);
		width: 100%;
		height: 100vh;
		text-align: center;
		z-index: 301;
		-webkit-transition: .8s cubic-bezier(.09,.79,.3,1);
		transition: .8s cubic-bezier(.09,.79,.3,1);
	}

	.slide.open {
		left: 3px;
	}

	.slide button{
		content: "";
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		height: 100vh;
		background: #3c895e;
		background: rgb(40,91,58); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(40,91,58,1) 0%, rgba(60,137,94,1) 50%, rgba(40,91,58,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(40,91,58,1) 0%,rgba(60,137,94,1) 50%,rgba(40,91,58,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(40,91,58,1) 0%,rgba(60,137,94,1) 50%,rgba(40,91,58,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

		border: none;
		z-index: 302;
	}

	.slide div {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 400px;
		text-align: center;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		z-index: 303;
	}

	.slide .globalNav {
		top: 50%;
		left: 50%;
		width: calc(100% - 32px);
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}

	.pc .slide .globalNav {
		width: auto;
	}

	.globalNav li {
		padding: 4% 0;
		display: block;
	}

	.globalNav li:not(:last-child)::after {
		margin: 0 0 0 -8%;
		top: auto;
		bottom: 0;
		right: auto;
		left: 50%;
		width: 16%;
		height: 1px;
		background: rgba(255, 255, 255, .2);
	}

	.globalNav a {
		padding: 0;
		display: inline-block;
		text-align: center;
		line-height: 1.2;
		font-size: 8vw;

	}

@media only screen and (max-width: 375px) {
}

@media only screen and (max-width: 320px) {
}

	.globalNav a::before {
		display: none;
	}

.snsLink {
	overflow: hidden;
	position: absolute;
	right: 4px;
	top: 8px;
	z-index: 299;
}

	.slide .snsLink {
		display: none;
	}

	.snsLink+.snsLink {
		display: none;
	}

.snsLink li {
	float: left;
}

.snsLink li:first-child {
	width: 28px;
	}

.snsLink .twitter a,
.snsLink .facebook a {
	padding: 28px 0 0;
	overflow: hidden;
	display: block;
	width: 28px;
	height: 0;
}

	.sticker {
		bottom: 5%;
		right: auto;
		left: 0;
		width: 100%;
	}

	.sticker a {
		margin: 0 auto;
		padding-top: 14%;
		overflow: hidden;
		width: 100%;
		background: url(../images/common/header/sticker/sticker_sp.svg) no-repeat center center;
		background-size: auto 100%;
		border-radius: 0;
	}

	.sticker a::before {
	}


.sticker a:hover {
background: rgb(151,127,0); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(151,127,0,1) 0%, rgba(237,213,122,1) 27%, rgba(237,213,122,1) 43%, rgba(151,127,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(151,127,0,1) 0%,rgba(237,213,122,1) 27%,rgba(237,213,122,1) 43%,rgba(151,127,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(151,127,0,1) 0%,rgba(237,213,122,1) 27%,rgba(237,213,122,1) 43%,rgba(151,127,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#977f00', endColorstr='#977f00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	opacity: .4;
}

/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/
	.primary {
	}

	.primary > section {
	}

	.primary > section:not(#news)::before {
		left: 16px;
		width: 18%;
	}

	.tablet .primary > section:not(#news)::before,
	.pc .primary > section:not(#news)::before {
		left: 48px;
		width: 22%;
	}

	.primary > section > h2 {
		top: 48px;
		left: 16px;
		width: 70%;
	}

	.tablet .primary > section > h2,
	.pc .primary > section > h2 {
		left: 48px;
	}

	.primary > section > .contents {
		padding: 0 16px 0;
	}

	.tablet .primary > section > .contents,
	.pc .primary > section > .contents {
		padding: 0 48px 0;
	}

	.video {
	}

	.video > div,
	.video li > div {
	}

	.video li iframe,
	.video li object,
	.video li embed {
	}


	/*--- news ---*/
	#news {
		padding: 28% 0 8%;
	}

	.tablet #news,
	.pc #news {
		padding: 20% 0 18%;
	}

	#news h2 {
		background: url(../images/contents/news/title_sp.svg) no-repeat;
		background-size: 100% auto;
	}


	#news .contents {
	}

	#news .entryList li:nth-of-type(n+4) {
	}

	#news .entryList li {
		border-top: solid 1px #d4dbd5;
	}

	#news .entryList li:nth-of-type(3) {
		border-bottom: solid 1px #d4dbd5;
	}

	#news .entry a {
		padding: 16px 0;
		font-size: 13px;
	}

	#news .entry a:hover {
	}

	#news .entry time {
		display: block;
		font-weight: 600;
		font-size: 12px;
		width: auto;
	}

	#news .entry p {
		padding: 4px 0 0;
		display: block;
	}

	#news .link {
		padding-top: 18px;
	}

	#news .link a {
		padding: 0 32px;
		display: inline-block;
		width: auto;
		font-size: 12px;
		line-height: 4em;
	}

	#news .link a:hover {
	}

	#news .link a:hover::after {
	}

	/*--- release ---*/
	#release {
		padding: 48% 0 22%;
	}

	.pc #release {
		padding: 38% 0 22%;
	}

	#release h2 {
		background: url(../images/contents/release/title_sp.svg) no-repeat;
		background-size: 100% auto;
	}

	#release .contents {
		padding: 0 0;
	}

	#release h3 {
		padding-left: 0;
		font-size: 2vw;
		font-weight: 800;
		line-height: 1.2;
		letter-spacing: -0.04em;
		color: #555;
		text-align: center;
	}

	#release h3 strong {
		padding: 4px 0 0;
		display: block;
		letter-spacing: -0.04em;
			font-size: 9vw;
	}

	#release h3 span {
		font-size: 6vw;
	}

	#release h3 strong span {
		font-size: 7vw;
	}

	#release .contents > ul {
		padding: 0;
	}

	#release .date {
		font-size: 6vw;
			text-align: center;
	}

	#release .type {
		padding-top: 4%;
		position: static;
		width: 100%;
	}

#release .type::after {
	content: "";
	padding-top: 84.75%;
	display: block;
	width: 100%;
	height: 0;
	background: url(../images/contents/release/contents.jpg) no-repeat;
	background-size: 100% auto;
}

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

	#release .jacket img {
	}

	#release .data {
		padding: 4px 0 0;
		float: none;
		font-size: 12px;
		line-height: 1.2;
	}

	#release .type > ul > li {
		padding: 16px 0 0;
	}

	#release .type > ul > li:last-child {
		padding: 16px 0 24px 0;
	}

	#release .type dt {
		padding: 0 0 0;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
	}

	#release .type dt::before {
		content: "＜";
		margin-top: 0;
		position: static;
		display: inline;
		width: auto;
		height: auto;
		background: none;
	}

	#release .type dt::after {
		content: "＞";
	}

	#release .type dd {
		padding: 4px 0 0;
		text-align: center;
	}

	#release .type dd p {
		font-size: 12px;
	}

	#release .ec {
		display: block;
		text-align: center;
	}

	#release .ec li {
		padding: 8px 0 0;
		float: none;
	}

#release .ec a {
		padding: 0 2em;
		display: inline-block;
		width: auto;
	}

	#release .tracklist {
		padding: 8% 16px 0;
	}

	.tablet #release .tracklist,
	.pc #release .tracklist {
		padding: 8% 48px 0;
	}

	#release .tracklist > dl > dt {
	}

	#release .tracklist > dl > dd > dl {
	}

	#release .tracklist > dl > dd > dl:first-child {
		padding-bottom: 8%;
	}

#release .tracklist > dl > dd > dl > dt {
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	letter-spacing: 0;
	color: #eef4ef;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	font-family: "Helvetica Neue", Helvetica, 'Work Sans', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	background: #d4dbd5;
	border-radius: 50%;
}

#release .tracklist > dl > dd > dl > dd {
	}

	#release .tracklist .notice {
	}

	#release .tracklist .notice p {
	}

	#release .tracklist .notice p::before {
	}

	#release .tracklist ol {
	}

	#release #type-vinyl .tracklist ol {
	}

	#release .tracklist ol li {
		padding: 0 0 8px 2.2em;
	}

	#release .tracklist ol li::before {
	}

	#release .tracklist ol li p {
	}

	#release .tracklist ol li div p {
		font-size: 12px;
	}

	#release .contents .link {
		padding: 8% 16px 0;
	}

	.tablet #release .contents .link,
	.pc #release .contents .link {
		padding: 8% 48px 0;
	}

	#release .contents .link a {
		padding: 72px 48px 0;
	}

	.tablet #release .contents .link a,
	.pc #release .contents .link a {
		padding: 90px 48px 0;
	}

#release .contents .link a::before {
	content: "KREVA Special Interview";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
	font-size: 5.5vw;
	color: #fff;
	text-align: center;
	line-height: 72px;
	letter-spacing: 0;
	font-weight: 700;
	font-family: "Helvetica Neue", Helvetica, 'Work Sans', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	z-index: 3;
}

	.tablet #release .contents .link a::before,
	.pc #release .contents .link a::before {
		font-size: 4vw;
		line-height: 90px;
}


	#release .contents .link a::after {
	}

	#release .contents .link a:hover {
	}

	#release .contents .link a:hover::after {
	}


	/*--- streaming ---*/
	#streaming {
		padding: 48% 0 22%;
	}

	.tablet #streaming,
	.pc #streaming {
		padding: 38% 0 22%;
	}

	#streaming h2 {
		background: url(../images/contents/streaming/title_sp.svg) no-repeat;
		background-size: 100% auto;
	}

	#streaming .contents {
		padding-top: 0;
	}

	#streaming .contents > ul > li {
		padding: 0 0 0;
		border-left: none;
	}

	#streaming .contents > ul > li:first-child {
		margin-bottom: 16%;
	}


	#streaming h3 {
		margin-bottom: 16px;
		padding: 16px 0;
		line-height: 1.2;
		font-size: 15px;
		letter-spacing: 0;
		text-align: center;
		border-top: solid 1px;
		border-bottom: solid 1px;
	}

	#streaming .subscription {
	}

	#streaming .subscription > li,
	#streaming .subscription > li:last-child {
		margin-bottom: 16px;
		padding: 0 0;
		float: none;
		width: 100%;
	}

	#streaming .subscription > li:last-child {
		margin-bottom: 0;
	}

	#streaming .subscription > li iframe {
	}

	#streaming .link {
	}

	#streaming .link > li {
		padding-bottom: 24px;
	}

	#streaming .link a,
	#streaming .link .lyric > button {
		padding: 0 1.5em;
		font-size: 12px;
		line-height: 32px;
		letter-spacing: 0;
	}

	#streaming .link .lyric > button:hover {
	}

#lyrics figure,
#streaming .lyric figure {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	max-width: 100%;
	z-index: 4000;
}

#lyrics figure > button,
#streaming .lyric figure > button {
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	max-width: 100%;
	cursor: pointer;
	border: none;
	outline: none;
	background: rgba(0, 0, 0, .9);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transition: none;
	z-index: 400;
}

	#lyrics figure > button::before,
	#streaming .lyric figure > button::before {
		width: 40px;
		height: 40px;
	}

	#lyrics figure div {
	}

	#lyrics #lyric_VE3WA-18913 figure div {
	}

	#lyrics figure div::before {
		content: "";
		padding-top: 537.333%;
		display: block;
		width: 100%;
		height: 0;
		background: url(../images/contents/streaming/lyric/lyric_VE3WA-18958.jpg) no-repeat center top #fff;
		background-size: 100% auto;
	}

	#lyrics #lyric_VE3WA-18913 figure div::before {
		padding-top: 677.555%;
		background: url(../images/contents/streaming/lyric/lyric_VE3WA-18913.jpg) no-repeat center top #fff;
		background-size: 100% auto;
	}

	#lyrics figure img,
	#streaming .lyric figure img {
		display: none;
	}

	#lyrics #lyric_VE3WA-18913 figure img,
	#VE3WA-18913 .lyric figure img {
		display: none;
	}

	/*--- mv ---*/
	#mv {
		padding: 48% 0 8%;
	}

	.tablet #mv,
	.pc #mv {
		padding: 38% 0 8%;
	}

	#mv h2 {
		background: url(../images/contents/mv/title_sp.svg) no-repeat;
		background-size: 100% auto;
	}

	#mv .contents {
	}

	#mv .video {
	}

	#mv .video > li,
	#mv .video > li:nth-child(1),
	#mv .video > li:nth-of-type(2n + 1),
#mv .video > li:nth-child(2n) {
		padding: 0 0 16px 0;
		float: none;
		width: 100%;
	}

	#mv .video > li:nth-child(2) {
		margin-bottom: 24px;
		padding: 0 0 24px 0;
}

		#mv .video > li:nth-child(2)::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		background: #d4dbd5;
	}

	#mv .link {
	}

	#mv .link a {
		padding: 12px 0 12px 23%;
		overflow: visible;
		height: auto;
		font-size: 5.4vw;
		font-weight: 700;
		font-family: "Helvetica Neue", Helvetica, 'Work Sans', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
		line-height: 1.2;
		letter-spacing: 0;
		text-align: left;
		text-decoration: none;
		color: #555;
		background: url(../images/contents/mv/youtube_sp.svg) no-repeat 4px center;
		background-size: auto 100%;
	}

@media only screen and (max-width: 320px) {
		#mv .link a {
			padding: 12px 0 12px 25%;
			font-size: 5.3vw;
		}
}

	#mv .link a::after {
		display: none;
	}


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

ul.toTop {
	overflow: hidden;
	position: fixed;
	bottom: 40px;
	height: 40px;
	z-index: 100;
}

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

ul.toTop a {
	padding-top: 32px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 32px;
	height: 0;
}

ul.toTop a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


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

	footer {
		padding: 8% 0 16% 0;
	}

footer .link {
	padding-bottom: 48px;
}

	footer .link > li {
		padding: 8% 0 4%;
		float: none;
		width: 100%;
	}

	footer .link > li:not(:last-child)::after {
		margin: 0 0 0 -8%;
		padding-top: 1px;
		top: auto;
		bottom: 0;
		right: auto;
		left: 50%;
		width: 16%;
		background: rgba(255, 255, 255, .2);
	}

	footer .link dt {
		padding-top: 8%;
	}

	footer .link > li:nth-of-type(1) dt {
	}

	footer .link > li:nth-of-type(2) dt {
	}

	footer .link > li:nth-of-type(3) dt {
	}


	footer .link dd ul {
		padding: 3% 0 0;
	}

	footer .link dd li {
	}

	footer .link dd li a {
	}

	footer .link dd li:nth-of-type(1) a {
		width: 112px;
	}

	footer .link dd li:nth-of-type(2) a {
	}

	footer .link dd li:nth-of-type(3) a {
	}

	footer .link dd li:nth-of-type(4) a {
	}

	footer .credit {
		padding: 0;
		border: none;
	}

	footer .credit::before {
		padding-top: 15%;
		width: 24%;
		height: 0;
	}

	.copyright {
		font-size: 10px;
		line-height: 1.6;
	}

	.copyright br {
		display: block;
	}

	.tablet .copyright br,
	.pc .copyright br {
		display: none;
	}

	.copyright a {
	}

	.copyright a:hover {
	}


	@media screen and (orientation: landscape) {

		.sp .loading::before {
			margin: -80px 0 0 -60px;
		}

		.sp .loader {
		margin: 10px 0 0 -20px;
		}

		.sp .loader:before {
			margin: -20px 0 0 -20px;
		}

		.sp #top {
			padding: 0;
		}

		.sp #top::before {
	content: "";
	padding-top: 65.16%;
	display: block;
	width: 100%;
	height: 0;
	background: url(../images/common/header/photo.jpg) no-repeat center top;
	background-size: cover;
}

		.sp .siteTitle {
	padding-top: 65.16%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: url(../images/common/header/title.svg) no-repeat center center;
	background-size: 100% auto;
	z-index: 5;
}

		.sp #top::after {
	content: "";
	padding-top: 65.16%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	background: url(../images/common/header/shadow.png) no-repeat center top;
	background-size: cover;
}

		.sp .globalNav a {
			font-size: 4vw;
		}

		.sp .sticker {
			bottom: 8px;
			left: auto;
		right: 8px;
			width: 16%;
		}

		.sp .sticker a {
	padding-top: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
			height: 0;
			background: url(../images/common/header/sticker/sticker.svg) no-repeat;
			background-size: 100% auto;
			border-radius: 50%;
		}

		.sp .primary > section:not(#news)::before {
			left: 48px;
		}

		.sp .primary > section > h2 {
		left: 48px;
	}

		.sp .primary > section > .contents {
			padding: 0 48px 0;
		}

		.sp #release,
		.sp #streaming {
			padding: 38% 0 22%;
		}

		.sp #mv {
			padding: 38% 0 8%;
		}

		.sp #release .tracklist {
			padding: 8% 48px 0;
		}

		.sp #release .contents .link {
			padding: 8% 48px 0;
		}

		.sp #mv .link a {
		padding: 12px 0 12px 20%;
		display: inline-block;
			font-size: 4vw;
		}


	}

}