@charset "utf-8";

@font-face {
	font-family: "YakuHanMP";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/YakuHanMP/YakuHanMP-Light.woff2") format("woff2"),
	url("../fonts/YakuHanMP/YakuHanMP-Light.woff") format("woff");
}

@font-face {
	font-family: "YakuHanMP";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/YakuHanMP/YakuHanMP-Regular.woff2") format("woff2"),
	url("../fonts/YakuHanMP/YakuHanMP-Regular.woff") format("woff");
}

@font-face {
	font-family: "YakuHanMP";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/YakuHanMP/YakuHanMP-Medium.woff2") format("woff2"),
	url("../fonts/YakuHanMP/YakuHanMP-Medium.woff") format("woff");
}



* {
	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;
	height: 100%;
	background: transparent;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-weight: 500;
	font-size: 15px;
	font-family: "YakuHanMP", 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-feature-settings: 'palt' 1;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.04em;
	font-weight: 500;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.08em;
	color: #3c4a57;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	padding: 0;
	margin: 0;
}

img {
	width: 100%;
	-webkit-touch-callout: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

a {
	word-break: break-all;
	text-decoration: underline;
	color: #3c4a57;
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:active,
a:hover,
a:focus {
	outline: none;
}

a:hover {
	opacity: .4;
}


table {
	border-collapse: collapse;
}

.wrapper ::before,
.wrapper ::after {
	font-feature-settings: normal;
}


@-webkit-keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

@keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

/*--------------------------------------
loading
--------------------------------------*/


.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background:  url(../images/contents/bg.png) repeat-x center top #fff;
	background-size: 100px 100%;
	z-index: 5000;
}

.loading::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100vh;
	background:  linear-gradient(180deg, rgba(10,36,59,1) 0%, rgba(10,36,59,0) 40%);
}



.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: 5002;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


.loading::before {
	content: "";
	margin: -20px 0 0 -20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 38px;
	opacity: .2;
	border: 1px solid #fff;
	border-radius: 50%;
	z-index: 5001;
}

/*--------------------------------------
コンテンツ
--------------------------------------*/
.wrapper {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}


.container {
	padding-bottom: 25%;
	position: relative; /*toTop用*/
	overflow: hidden;
	text-align: left;
	width: 100%;
	height: auto;
	z-index: 3000;
}

#home .container {
	padding-bottom: 0;
	position: static;
}


/*--------------------------------------
header
--------------------------------------*/
#top {
	position: relative;
	height: 100vh;
	background: linear-gradient(0deg, rgba(33,43,44,0.5) 0%, rgba(33,43,44,0) 40%), url(../images/common/header/photo.jpg) no-repeat center top;
	background-size: cover;
	z-index: 3;
}

.siteTitle {
	margin: 0 auto;
	padding-top: 11%;
	position: relative;
	overflow: hidden;
	width: 76%;
	height: 0;
	background: url(../images/common/header/title.svg) no-repeat center bottom;
	background-size: 100% auto;
	filter: drop-shadow(0px 0px 14px rgba(10, 36, 59, .5));

}

.menu,
#menu-btn {
	display: none;
}

nav {
	position: absolute;
	bottom: 24px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.globalNav {
	margin-right: 1em;
	position: relative;
	display: flex;
	justify-content: center;
}

.globalNav li {
	padding: 0 0.5em;
	position: relative;
}

.globalNav li:first-child {
	padding: 0 0.5em 0 0;
}

.globalNav li:not(:first-child)::before {
	content: "";
	margin-top: -0.7vw;
	padding-top: 1.5vw;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 0;
	opacity: .3;
	background: #fff;
}

.globalNav::after {
	left: auto;
	right: 0;
}

.globalNav a {
	padding: 0 0.5em;
	position: relative;
	display: block;
	white-space: nowrap;
	font-family: 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-weight: 500;
	font-size: 1.5vw;
	color: #fff;
	line-height: 2.4;
	text-decoration: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
text-shadow: 0px 0px 16px rgba(10, 36, 59, .5);
}

.sns-link {
	position: relative;
	display:flex;
	width: 4.582vw;
}

.sns-link li {
	width: 50%;
}

.sns-link .twitter a,
.sns-link .facebook a {
	padding: 100% 0 0;
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	filter: drop-shadow(0px 0px 14px rgba(10, 36, 59, .5));
}

.sns-link .twitter a {
	background: url(../images/common/nav/sns/twitter.svg) no-repeat center center;
	background-size: 100% auto;
}

.sns-link .facebook a {
	background: url(../images/common/nav/sns/facebook.svg) no-repeat center center;
	background-size: 100% auto;
}

#top .lead {
	position: absolute;
	top: 0;
	left: 10%;
	overflow: hidden;
	width: 80%;
	height: 0;
	background: url(../images/common/header/lead.svg) no-repeat center bottom;
	background-size: 100% auto;
	filter: drop-shadow(0px 0px 14px rgba(10, 36, 59, .5));
}

.w2 #top .lead {
	left: 5%;
	width: 90%;
	background: url(../images/common/header/lead_w2.svg) no-repeat center bottom;
	background-size: 100% auto;
}

.h2 #top .lead {
	background: url(../images/common/header/lead_h2.svg) no-repeat center bottom;
	background-size: 100% auto;
}

@media only screen and (max-width: 1240px) {

}



#top .scroll {
	padding: 0 18px 0 0;
	overflow: hidden;
	position: absolute;
	bottom: 4%;
	right: 1%;
	width: 24px;
	height: 14vh;
	opacity: 0;
	z-index: 122;
}

#top.active .scroll {
	-webkit-animation: fadeIn 2s cubic-bezier(.17,.67,.6,.92) 1s 1 forwards;
	animation: fadeIn 2s cubic-bezier(.17,.67,.6,.92) 1s 1 forwards;
}

.scroll::before,
.scroll::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .2);
}

.scroll::after {
	background: rgba(255, 255, 255, 1);
	-webkit-animation: scrollDown 3s cubic-bezier(.17,.67,.07,.99) 0s infinite forwards;
	animation: scrollDown 3s cubic-bezier(.17,.67,.07,.99) 0s infinite forwards;
}

/* scrollDown */
@-webkit-keyframes scrollDown {
	0% { transform: translate3d(0, -28vh, 0);}
	100% { transform: translate3d(0, 0px, 0);}
}

@keyframes scrollDown {
	0% { transform: translate3d(0, -28vh, 0);}
	100% { transform: translate3d(0, 0px, 0);}
}

.scroll p {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	writing-mode: vertical-rl;
	font-family: 'Cormorant Garamond', 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-weight: 600;
	line-height: 18px;
	color: #fff;
	font-size: 16px;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

/*--------------------------------------
primary
---------------------------------------*/

.primary {
	position: relative;
	background: url(../images/contents/bg.png) repeat-x center top;
	background-size: 100px auto;
}

.primary::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 30%;
	background:  linear-gradient(180deg, rgba(10,36,59,1) 0%, rgba(10,36,59,0) 30%);
}

#home .primary {
	position: relative;
	z-index: 2;
}


@media only screen and (max-width: 1560px) {

}

@media only screen and (max-width: 1680px) {

}


section:not(#news):not(#video) {
	padding: 116px 48px;
	position: relative;
	overflow: hidden;
	z-index: 4;
}

section h2 {
	line-height: 1.2;
	text-align: center;
	color: #1367b0;
	font-family: 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-size: 38px;
	font-weight: 500;
}


.contents {
	margin: 0 auto;
	padding: 40px 40px 0;
	max-width: 1144px;
	width: 100%;
	background: #fff;
}

#news {
	padding-top: 90px;
	position: relative;
	font-size: 38px;
}

#news h2 {
	margin-left: -572px;
	padding-bottom: 8px;
	position: absolute;
	top: 90px;
	left: 50%;
	width: 262px;
	font-size: 38px;
	line-height: 1.2;
	color: #fff;
	text-align: left;
	font-weight: 500;
	border-bottom: solid 1px;
	z-index: 5;
}

@media only screen and (max-width: 1240px) {
	#news h2 {
		margin-left: 0px;
		left: 48px;
	}

}

#news .feed {
	margin: 0 auto;
	padding: calc(1em - 4px) 48px 116px 340px;
	position: relative;
	max-width: 1240px;
	width: 100%;
	overflow: hidden;
	z-index: 4;
}

#news .entryList {
}

#news .entryList li {
}

#news .entryList li:first-child {
}

#news .entryList li:nth-of-type(n+4) {
	display: none;
}

#news .entry a {
	padding: 12px 0 12px 0;
	position: relative;
	display: block;
	overflow: hidden;
	color: #fff;
	line-height: 1.8;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

#news .entry a:hover {
}

#news .entry time {
	display: table-cell;
	vertical-align: top;
	width: 108px;
	text-align: left;
}

#news .entry p {
	padding: 0;
	display: table-cell;
	vertical-align: top;
text-align: left;
}

#news .link {
}

#news .link li {
	padding-top: 12px;
	overflow: hidden;
}

#news .link a {
	padding: 0 calc(1.5em + 8px) 0 1.5em;
	position: relative;
	display: table;
	color: #fff;
	font-size: 15px;
	line-height: 4;
	text-decoration: none;
	border: solid 1px;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#news .link a::after {
	content: "";
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 1px;
	border-right: solid 1px;
	transform: rotate(45deg);
}

section#release {
	padding-bottom: 80px;
}

#release h2 {
	padding: 0;
	overflow: hidden;
	height: 0;
}

#release .contents {
	padding-top: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
		justify-content: center;
	align-items: start;
	z-index: 2;
}

#release .contents::before {
	content: "";
	padding-top: calc(56% - 160px);
	display: block;
	width: calc(50% - 32px);
	height: 0;
}

#release h3 {
	line-height: 1.2;
	font-size: 42px;
	font-weight: 500;
}

#release h3 span {
	padding: 0 0 8px;
	display: block;
	font-size: 24px;
}

#release .detail {
	padding: 56px 0 0;
	width: calc(100% - 50% + 32px);
}


@media only screen and (max-width: 1560px) {

}

#release .date {
	padding: 8px 0 16px;
	display: block;
	font-size: 26px;
	line-height: 1.2;
}

@media only screen and (max-width: 1240px) {

	#release h3 {
		font-size: 3.2vw;
	}

	#release h3 span {
		font-size: 2.4vw;
	}

	#release .date {
		font-size: 2.8vw;
	}

}

#release .jacket {
	position: absolute;
	top: -90px;
	left: -24px;
	width: calc(50% - 32px);
}

#release .jacket figure {
	background: url(../images/contents/release/jacket/VIZL-2149.jpg);
	background-size: 100% auto;
}

#release .jacket figure img {
	width: 100%;
}

#release .data {
	padding: 0 0 8px 12px;
	position: relative;
	line-height: 1.6;
}

#release .data::before {
	content: "";
	padding-top: 8px;
	position: absolute;
	top: 0.5em;
	left: 0;
	display: block;
	width: 8px;
	height: 0;
	background: #3c4a57;
}


#release .ec {
	padding: 0 0 0;
}

#release .ec > dl {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	width: 100%;
}

#release .ec > dl > dt {
	padding: 0;
	line-height: 2.6;
	width: 10em;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border: solid 1px;
}

#release .ec > dl > dd {
	padding: 0 0 40px 16px;
}

#release .ec .shop-list a {
	position: relative;
	display: flex;
	align-items: center;
	line-height: 2.4;
	text-decoration: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#release .ec .shop-list a::before {
	content: "";
	margin-right: 4px;
	display: block;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #695f6a;
}

#release .ec {
	padding: 0 0 0 12px;
}

#release .ec a {
	padding: 0 1.2em;
	position: relative;
	display: inline-block;
	color: #fff;
	line-height: 3.4;
	text-decoration: none;
	background: #1367b0;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#release .ec a:hover {
	opacity: 1;
	background: #71bdff;
}

#release .track-list {
	padding: 40px 0 0 ;
	display: flex;
	width: 100%;
}

#release .track-list > dt {
	padding: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

#release .track-list > dd {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	width: 100%;
}

#release .track-list > dd > dl {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	width: 50%;
}

#release .track-list > dd > dl:first-child {
	padding: 0 40px;
}


#release .track-list > dd > dl dt {
	padding: 0 0 4px;
	width: 128px;
	line-height: 1.2;
	white-space: nowrap;
	font-size: 16px;
	border-bottom: solid 1px;
}

#release .track-list > dd > dl dd {
	padding: calc(1em + 4px) 0 0 16px;
	width: calc(100% - 128px);
}

@media only screen and (max-width: 1140px) {


	#release .track-list > dd > dl dt {
		width: 80px;
	}

	#release .track-list > dd > dl dd {
		width: calc(100% - 80px);
	}

}

#release .track-list ol {
	counter-reset: listcount;
}

#release .track-list ol > li {
	padding: 0 0 20px 0;
	display: flex;
	align-items: start;
}

#release .track-list ol > li:last-child {
	padding: 0;
}

#release .track-list ol > li::before {
	counter-increment: listcount;
	content: counter(listcount, decimal-leading-zero) ".";
	padding-right: 4px;
	font-size: 16px;
	text-align: left;
	line-height: 1.6;
	z-index: 1;
}

#release .track-list p {
	line-height: 1.6;
	font-size: 16px;
}

#release .track-list p span {
	font-size: 13px;
	font-weight: 800;
	vertical-align: super;
}

#release .track-list ol + p {
	padding-top: 24px;
	font-size: 12px;
}

#release .link {
	padding: 16px 0 0 12px;
	width: 100%;
}

#release .link a {
	padding: 0 calc(1.5em + 8px) 0 1.5em;
	position: relative;
	display: table;
	font-size: 15px;
	line-height: 4;
	text-decoration: none;
	border: solid 1px;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#release .link a::after {
	content: "";
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 1px;
	border-right: solid 1px;
	transform: rotate(45deg);
}

section:not(#news):not(#video)#digital {
	padding: 116px 24px;
}

#digital .contents {
}


#digital .contents > ul {
	display: flex;
	align-items: start;
}

#digital .contents > ul > li {
	padding: 0 0 0 16px;
	position: relative;
	width: 50%;
}

#digital .contents > ul > li:first-child {
	padding: 0 16px 0 0;
	width: 50%;
}

#digital .jacket {
	width: 100%;
	order: 1;
}

#digital .contents > ul > li:nth-of-type(2) .jacket figure {
	background: url(../images/contents/release/jacket/VE3WT-10190.jpg);
	background-size: 100% auto;
}

#digital .contents > ul > li:nth-of-type(1) .jacket figure {
	background: url(../images/contents/release/jacket/VE3WT-10160.jpg);
	background-size: 100% auto;
}

#release .jacket figure img {
	width: 100%;
}

#digital .detail {
	align-items: center;
	display: flex;
	flex-direction: column;
}

#digital .title {
	padding-top: 16px;
	order: 2;
}

#digital .title h3 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
}

#digital .ec {
	padding-top: 16px;
	order: 3;
}

#digital .ec a {
	padding: 0 1.2em;
	position: relative;
	display: inline-block;
	color: #fff;
	line-height: 3.4;
	text-decoration: none;
	background: #1367b0;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#digital .ec a:hover {
	opacity: 1;
	background: #71bdff;
}



section#video {
	padding-top: 24px;
}

#video h2 {
	padding: 0;
	overflow: hidden;
	height: 0;
}

#video .contents {
	padding: 0;
	max-width: 100%;
}

#video .contents ul {
	width: 100%;
}

#video .contents ul li {
	width: 100%;
}

#video .contents ul div {
	position: relative;
	padding: 30px 0 56.25%;
	height: 100%;
}

#video .contents ul div iframe,
#video .contents ul div object,
#video .contents ul div embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

#profile {
}

#profile h2 {
}

#profile .contents {
	display: flex;
	align-items: start;
}

#profile .contents > dl {
	padding: 0 0 0 40px;
	width: 50%;
}

#profile .contents > dl:first-child {
	padding: 0 40px 0 0;
}

#profile .contents dt {
	font-size: 28px;
	line-height: 1.2;
}

#profile .contents dt span {
	padding-left: 4px;
	font-size: 16px;
}

#profile .contents p {
	padding-top: 1em;
	line-height: 2;
		font-size: 16px;
}

#profile .link {
	padding-top: 1em;
}

#profile a {
	padding-left: 20px;
	position: relative;
	line-height: 2.4;
	text-decoration: none;
	display: inline-block;
}

#profile a::before {
	content: "";
	margin-top: -8px;
	padding-top: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 16px;
	height: 0;
}

#profile .official a::before {
	background: url(../images/contents/profile/icon/official.svg) no-repeat;
	background-size: 100% auto;
}

#profile .twitter a::before {
	background: url(../images/contents/profile/icon/twitter.svg) no-repeat;
	background-size: 100% auto;
}

#profile .instagram a::before {
	background: url(../images/contents/profile/icon/instagram.svg) no-repeat;
	background-size: 100% auto;
}

#profile .youtube a::before {
	background: url(../images/contents/profile/icon/youtube.svg) no-repeat;
	background-size: 100% auto;
}


@media only screen and (max-width: 1240px) {

}

#release::before,
#live::before {
	content: "";
	margin-left: -15%;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30%;
	height: 1px;
	opacity: .3;
	background: #1367b0;
}

#live .contents {
	display: flex;
	justify-content: center;
}

#live h3 {
	margin-top: -0.5em;
	white-space: nowrap;
	font-size: 28px;
	text-align: right;
	font-weight: 500;
}

#live .contents > dl {
	padding: 0 0 0 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}

#live .contents > dl > dt {
	width: 8em;
	text-align: center;
	line-height: 2.6;
	border: solid 1px;
}

#live .contents > dl > dd {
	padding: 0 0 0 8px;
	width: calc(100% - 8em);
}

#live .contents > dl > dd:not(:last-child) {
	padding: 0 0 16px 8px;
}

#live .notice {

}

#live .notice p {
	display: flex;
	font-size: 13px;
}

#live .notice p::before {
	content: "※";
}

@media only screen and (max-width: 1160px) {


	#live .contents {
		display: block;
	}

	#live h3 {
		text-align: center;
	}

	#live .contents > dl {
		padding: 16px 0 0;
	}

}

/*--------------------------------------
上部へボタン
---------------------------------------*/
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: #1367b0;
}

#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: #71bdff;
}

ul.fixed-bottom {
	position:fixed;
	bottom: 0;
}

/*--------------------------------------
フッター
---------------------------------------*/
footer {
	padding: 240px 0 180px;
	width: 100%;
	position: relative;
}

footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transform: rotate(180deg);
	background:  linear-gradient(180deg, rgba(10,36,59,0.5) 0%, rgba(10,36,59,0) 80%), url(../images/contents/bg.png) repeat-x center top;
	background-size: auto 100%;
	z-index: 1;
}

.copyright {
	position: relative;
	text-align: center;
	font-size: 13px;
	font-family: 'Cormorant Garamond', 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-weight: 600;
	color: #fff;
	z-index: 4;
}

.copyright br {
	display: none;
}

.copyright a {
	color: #fff;
	text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 960px) {

	body {
		font-size: 14px;
	}

	section:not(#news):not(#video) {
		padding: 116px 40px;
	}

	.contents {
		padding: 40px 0px 0;
	}

	#news h2 {
		left: 32px;
		width: 230px;
	}

	#news .feed {
		padding: calc(1em - 4px) 32px 116px 292px;
	}

	#news .entry a {
			font-size: 15px;
	}

	#news .link a {
		font-size: 14px;
	}

	#release .jacket {
		top: -80px;
		left: -16px;
	}

	#release .track-list > dd > dl:first-child {
		padding: 0 0px;
	}

	#release .track-list ol > li {
		padding: 0 0 8px 0;
	}


	@media only screen and (max-width: 840px) {

		#release .track-list > dd {
			display: block;
		}

		#release .track-list > dd > dl {
			width: 100%;
		}

		#release .track-list > dd > dl:first-child {
			padding: 0 0 40px;
		}
	}

	#release h3 {
		font-size: 3.1vw;
	}

	#release .track-list {
		width: auto;
	}

	#release .track-list > dd {
	}

	#digital .title h3 {
		font-size: 3.1vw;
	}


	#profile .contents {
		display: block;
	}

	#profile .contents > dl {
		padding: 48px 0 0 0;
		width: 100%;
	}

	#profile .contents > dl:first-child {
		padding: 40px 0 0 0;
		width: 100%;
	}

	#profile .contents dt {
		font-size: 24px;
	}

	#profile .contents dt span {
		font-size: 14px;
	}

	#profile .contents p {
		padding-top: 0.8em;
		font-size: 15px;
		line-height: 1.8;
	}

	#profile .link {
		padding-top: 0.6em;
	}


}


@media only screen and (max-width: 690px) {


	.siteTitle {
		padding-top: calc(12% + 56px);
		width: 90%;
	}

	.h2 #top .lead {
		left: 5%;
		width: 90%;
	}

	#menu-btn {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		height: 60px;
		width: 80px;
		outline: none;
		border: none;
		background: none;
		cursor: pointer;
		opacity: 1;
		z-index: 1000;
		-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
		-webkit-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}

	.active #menu-btn {
		z-index: 1000;
	}

	#menu-btn::before,
	#menu-btn::after,
	#menu-btn span {
		content: "";
		margin-left: -24px;
		padding-top: 1px;
		position: absolute;
		top: 0;
		left: 50%;
		overflow: hidden;
		display: block;
		width: 48px;
		height: 0;
		background: #fff;
	}

	.b #menu-btn {
		filter: none;
	}


	.b #menu-btn::before,
	.b #menu-btn::after,
	.b #menu-btn span {
		background: #82828c;
	}

	#menu-btn::before {
		top: 21px;
		-webkit-animation: btnTr 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
		animation: btnTr 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
		-webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	}

	#menu-btn span {
		top: 27px;
		-webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	}

	#menu-btn::after {
		top: 33px;
		-webkit-animation: btnBr 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
		animation: btnBr 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
		-webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	}

	#menu-btn.b.active::before,
	#menu-btn.active::before {
		background: #fff;
		-webkit-animation: btnT 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
		animation: btnT 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
	}

	#menu-btn.b.active span,
	#menu-btn.active span {
		background: #fff;
		opacity: 0;
	}

	#menu-btn.b.active::after,
	#menu-btn.active::after {
		background: #fff;
		-webkit-animation: btnB 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
		animation: btnB 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
	}

/* btnT */
@-webkit-keyframes btnT {
	0% { -webkit-transform: translateY(0px);}
	20% { -webkit-transform: translateY(6px) rotate(0deg);}
	100% { -webkit-transform: translateY(6px) rotate(-30deg);}
}

@keyframes btnT {
	0% { transform: translateY(0px);}
	20% { transform: translateY(6px) rotate(0deg);}
	100% { transform: translateY(6px) rotate(-30deg);}
}

/* btnTr */
@-webkit-keyframes btnTr {
	0% { -webkit-transform: translateY(6px) rotate(-30deg);}
	30% { -webkit-transform: translateY(6px) rotate(0deg);}
	100% { -webkit-transform: translateY(0px);}
}

@keyframes btnTr {
	0% { transform: translateY(6px) rotate(-30deg);}
	30% { transform: translateY(6px) rotate(0deg);}
	100% { transform: translateY(0px);}
}

/* btnB */
@-webkit-keyframes btnB {
	0% { -webkit-transform: translateY(0px);}
	20% { -webkit-transform: translateY(-6px) rotate(0deg);}
	100% { -webkit-transform: translateY(-6px) rotate(30deg);}
}

@keyframes btnB {
	0% { transform: translateY(0px);}
	20% { transform: translateY(-6px) rotate(0deg);}
	100% { transform: translateY(-6px) rotate(30deg);}
}

/* btnBr */
@-webkit-keyframes btnBr {
	0% { -webkit-transform: translateY(-6px) rotate(30deg);}
	30% { -webkit-transform: translateY(-6px) rotate(0deg);}
	100% { -webkit-transform: translateY(0px);}
}

@keyframes btnBr {
	0% { transform: translateY(-6px) rotate(30deg);}
	30% { transform: translateY(-6px) rotate(0deg);}
	100% { transform: translateY(0px);}
}

	#menu-btn.b::before,
	#menu-btn.b::after,
	#menu-btn.b span {
		background: #474c4d;
	}

.menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	text-align: right;
	z-index: 301;
}

	.menu button {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	opacity: .96;
	background:  url(../images/contents/bg.png) repeat-x center top;
	background-size: 100px auto;
		outline: none;
		cursor: default;
		border: none;
		z-index: 302;
	}

	.menu div {
		position: relative;
		width: 100%;
	height: 100vh;
		z-index: 303;
	}

	.menu div::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100vh;
	background:  linear-gradient(180deg, rgba(10,36,59,1) 0%, rgba(10,36,59,0) 40%);
		z-index: 303;
}


	#top .globalNav {
		display: none;
	}

	.globalNav {
		padding: 0;
		position: absolute;
		left: 50%;
		right: auto;
		bottom: auto;
		top: 50%;
		width: auto;
		display: block;
		transform: translateX(-50%) translateY(-50%);
		-webkit- transform: translateX(-50%) translateY(-50%);
		border: none;
		z-index: 304;
	}

	.globalNav li {
		padding: 1% 0;
		text-align: center;
	}

	.globalNav::after,
	.globalNav li:not(:first-child)::before {
		display: none;
	}

	.globalNav a {
		padding: 0 0.5em;
		white-space: nowrap;
		font-size: 6vw;
		line-height: 2;
	}

	.sns-link {
		width: 8vw;
	}

	#news {
		padding: 116px 32px 0;
	}

	#news h2 {
		position: static;
		width: 100%;
		text-align: center;
		border: none;
	}

	#news .feed {
		padding: 0 0 0 0;
	}

	#news .link a {
		margin: 0 auto;
		font-size: 13px;
	}

	section:not(#news):not(#video) {
		padding: 54px 32px 80px;
	}

	section:not(#news):not(#video)#release {
		padding: 54px 16px 80px;
	}

	#release .detail {
		padding: 32px 0 0;
		width: 100%;
	}

	#release h3 {
		text-align: center;
		font-size: 4.6vw;
	}

	#release h3 span {
		font-size: 3vw;
	}

	#release .date {
		text-align: center;
		font-size: 3.6vw;
	}

	#release .contents {
		padding: 0 16px 0;
	}

	#release .contents::before {
		display: none;
	}

	#release .jacket {
		margin: 0 auto;
		width: 80%;
		position: static;
	}

	#release .data {
		padding: 8px 0 0;
		text-align: center;
	}

	#release .ec {
		padding-top: 8px;
	}

	#release .ec a {
		margin: 0 auto;
		display: table;
	}

	#release .link {

	}

	#release .link a {
		margin: 0 auto;
	}

	#release .data::before {
		display: none;
	}

	#digital .title h3 {
		font-size: 3vw;
	}

	#digital .ec a {
		font-size: 13px;
	}

	section:not(#news):not(#video)#digital {
		padding: 54px 32px;
	}

	#live h3 {
		font-size: 4vw;
	}

	#live .contents > dl > dd:not(:last-child),
	#live .contents > dl > dd {
		padding-left: 16px;
	}

}

/*--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 520px) {

	a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	#top {
		background: linear-gradient(0deg, rgba(33,43,44,0.8) 0%, rgba(33,43,44,0) 68%), url(../images/common/header/photo_sp.jpg) no-repeat center top;
		background-size: cover;
	}

	#top .lead,
	.h2 #top .lead {
		left: 5%;
		width: 90%;
		background: url(../images/common/header/lead_sp.svg) no-repeat center bottom;
		background-size: 100% auto;
	}

	.sns-link {
		width: 14%;
	}

	#top .scroll {
		bottom: 16px;
		height: 12vh;
	}

	.scroll p {
		font-size: 13px;
	}

	section:not(#news):not(#video) {
		padding: 54px 16px 80px;
	}

	section#news {
		padding: 54px 16px 0;
	}

	section:not(#news):not(#video)#release {
		padding: 54px 8px 72px;
	}

	section#news h2,
	section:not(#news):not(#video) h2 {
		font-size: 26px;
	}

	#news .entry time {
		width: auto;
		font-size: 12px;
		display: block;
	}

	#news .entry p {
		display: block;
	}

	#release .contents {
		padding: 0 8px 0;
	}

	#release h3 {
		font-size: 6vw;
	}

	#release h3 span {
		font-size: 4.5vw;
	}

	#release .date {
		font-size: 5vw;
	}

	#release .jacket {
		width: calc(100% - 16px);
	}

	#release .track-list > dd > dl dt {
		font-size: 14px;
	}

	#release .track-list ol > li::before {
		font-size: 14px;
	}

	#release .track-list p {
		font-size: 14px;
	}

	section:not(#news):not(#video)#digital {
		padding: 54px 24px;
	}

	#digital .contents {
	}


	#digital .contents > ul {
		display: block;
	}

	#digital .contents > ul > li {
		width: 100%;
		padding: 0 0 0 0;
	}

	#digital .contents > ul > li:first-child {
		width: 100%;
		padding: 0 0 40px 0;
	}

	#digital .detail {
		display: block;
	}

	#digital .title {
		padding: 0;
	}

		#digital .title h3 {
		padding: 0 0 8px;
		font-size: 6vw;
		text-align: center;
	}

	#digital .ec {
		padding-top: 8px;
	}

	#digital .ec a {
		margin: 0 auto;
		display: table;
	}

	#live h3 {
		font-size: 4.6vw;
	}

	#live .contents > dl {
		display: block;
	}

	#live .contents > dl > dt {
		margin: 0 auto;
	}

	#live .contents > dl > dd:not(:last-child),
	#live .contents > dl > dd {
		padding: 8px 0 0;
		width: 100%;
		text-align: center;
	}

	#live .contents > dl > dd:not(:last-child) {
		padding: 8px 0 24px;
	}

	#live .notice {
		display: inline-block;
		text-align: left;
	}

	section:not(#news):not(#video)#profile {
		padding-bottom: 0;
	}

	#profile .contents > dl:first-child {
		padding: 0;
	}

	#profile .contents p {
		font-size: 14px;
	}

	#profile .contents dt {
		text-align: center;
	}

	#profile .contents dt span {
		padding: 4px 0 0;
		display: block;
	}

	ul.toTop li {
		width: auto;
		height: auto;
	}

	ul.toTop a {
		padding-top: 40px;
		width: 40px;
	}

	ul.toTop a::before {
		left: 14px;
		width: 12px;
		height: 12px;
	}

	footer {
		padding: 200px 0 80px;
	}

	footer .link a {
		padding: 12px 1em 8px;
		font-size: 16px;
	}

	.copyright {
		padding: 0 12px;
		font-size: 10px;
	}

	.copyright::before {
		padding-top: 16%;
		width: 46%;
	}

}
