@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: 16px;
	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;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.08em;
	color: #363638;
	background: #f4f2f8;
}

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

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: #363638;
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	transition: all 0.4s cubic-bezier(.57,0,.26,1);
}

a:active,
a:hover,
a:focus {
	outline: none;
}

a:hover {
	opacity: .4;
}


table {
	border-collapse: collapse;
}

.wrapper ::before,
.wrapper ::after {
	font-family: 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-feature-settings: normal;
}

button {
	-webkit-user-select: none;
	user-select: none;
	touch-action: manipulation;
		outline: none;
		border: none;
	cursor: pointer;
		background: none;
}

@-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: 100%;
	background: linear-gradient(0deg,rgba(19, 14, 52, 1) 0%, rgba(0, 1, 17, 1) 100%);
	z-index: 5000;
}

.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: .3;
	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: 580px;
	overflow: hidden;
	position: relative; /*toTop用*/
	text-align: left;
	width: 100%;
	height: auto;
}

#home .container {
	padding-bottom: 0;
	position: static;
}


/*--------------------------------------
header
--------------------------------------*/
#top {
	padding: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background: linear-gradient(0deg,rgba(19, 14, 52, 1) 0%, rgba(0, 1, 17, 1) 100%);
	z-index: 10;
}

#top .photo {
	padding-top: 66.60%;
	padding-top: 100vh;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: url(../images/common/header/photo.webp) no-repeat left top;
	background-size: cover;
	opacity: 0;
	transform: scale(1.1);
	filter: blur(20px);
	transition: filter 2s cubic-bezier(.57,0,.26,1) 0.5s,  opacity 2.5s cubic-bezier(.57,0,.26,1) 0.5s, transform 4s cubic-bezier(.57,0,.26,1) 0s;
	z-index: 1;
}

body.h4 #top .photo,
body.h #top .photo,
body.h2 #top .photo,
body.h3 #top .photo {
	background: url(../images/common/header/photo_h.webp) no-repeat left top;
	background-size: cover;
}

/*
body.h4 #top .photo,
body.h3 #top .photo,
body.h2 #top .photo {
	padding-top: calc(66.66% * 1);
	top: 0%;
	width: calc(100% * 1);
	opacity: 0;
	filter: none;
	background-size: cover;
	transition: opacity 2.5s cubic-bezier(.57,0,.26,1) 0.5s;
	transform: none;
}

body.h3 #top .photo {
	top: 5vw;
	}

@media only screen and (max-width: 1080px) {
	body.h3 #top .photo {
		top: 60px;
		}
}

body.w3 #top .photo,
body.w2 #top .photo {
	padding-top: calc(66.66% * 0.5);
	top: 50%;
	width: calc(100% * 0.5);
	opacity: 0;
	background-size: cover;
	transition: opacity 2.5s cubic-bezier(.57,0,.26,1) 0.5s;
	transform: translateY(-60%);
}

body.h #top .photo,
body.w #top .photo {
	padding-top: 100vh;
	background-size: cover;
}
*/

#top.active .photo {
	transform: scale(1);
	filter: blur(0px);
	opacity: 1;
}

/*
body.w2 #top.active .photo {
	transform: translateY(-60%);
	opacity: 1;
}

body.h4 #top.active .photo,
body.h3 #top.active .photo,
body.h2 #top.active .photo,
body.w3 #top.active .photo {
	opacity: 1;
}
*/

.siteTitle {
	padding-top: calc(104% * 0.36);
	position: absolute;
	top: 50%;
	right: 4%;
	overflow: hidden;
	width: calc(100% * 0.36);
	height: 0;
	background: url(../images/common/header/title.svg) no-repeat center top;
	background-size: 100% auto;
	opacity: 0;
	transition: opacity 2.5s cubic-bezier(.57,0,.26,1) 1s;
	transform: translateY(-50%);
	z-index: 5;
}

/*
body.h3 .siteTitle,
body.h2 .siteTitle,
body.h .siteTitle,
body.w .siteTitle {
	padding-top: calc(92% * 0.36);
}

body.h4 .siteTitle {
	padding-top: calc(76% * 0.45);
	right: auto;
	left: 50%;
	width: calc(100% * 0.45);
	background: url(../images/common/header/title.svg) no-repeat center bottom;
	background-size: 100% auto;
	transform: translateX(-50%);
}
*/

body.w .siteTitle {
	padding-top: calc(77% * 0.5);
}

body.w3 .siteTitle,
body.w2 .siteTitle {
	padding-top: calc(51% * 0.5);
}

body.h3 .siteTitle,
body.h4 .siteTitle {
	padding-top: calc(57% * 0.5);
	top: auto;
	bottom: 0;
	right: auto;
	left: 50%;
	width: calc(100% * 0.5);
	transform: translateX(-50%);
}

#top.active .siteTitle {
	opacity: 1;
}


nav {
z-index: 100;
}

#top .globalNav {
	position: absolute;
	bottom: 1.5em;
	left: 50%;
	display:flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	font-size: 1.3vw;
	transition: opacity 2.5s cubic-bezier(.57,0,.26,1) 2s;
	transform: translateX(-50%);
	z-index: 100;
	filter: drop-shadow(0px 0px 12px rgba(19, 14, 52, 1)) drop-shadow(0px 0px 40px rgba(19, 14, 52, 1));
}

#top.active .globalNav {
	opacity: 1;
}

/*
body.w2 #top .globalNav {
	padding: 0;
	bottom: 6em;
}

body.w3 #top .globalNav {
	padding: 0;
	bottom: 7.5em;
}

body.h2 #top .globalNav {
	bottom: 0;
}
*/

body.h3 #top .globalNav,
body.h4 #top .globalNav {
	bottom: 6.5em;
}


#top .globalNav li {
	position: relative;
	flex-grow: 1;
}

#top .globalNav .streaming {
	padding: 0 1.2em;
}

#top .globalNav > li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: calc(100% - 0.8em);
	background: rgba(255, 255, 255, 1);
	transform: translateY(-50%) rotate(24deg);
}

.globalNav a {
	padding: 0.1em 1em;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	font-family: 'Cormorant Garamond', 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-weight: 500;
	font-size: 1.9vw;
	letter-spacing: 0;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
	-webkit-user-select: none;
	user-select: none;
}

.globalNav > li > a {
/*filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 16px rgba(0, 0, 0, 1));*/
}


.globalNav > li.mail > a {
	padding: 0.1em 1.2em;
	font-size: 1.3vw;
	gap: 0.4em;
}

.globalNav > li.mail > a::before {
	content: "";
	padding-top: 1em;
	flex-shrink: 0;
	display: block;
	width: 1.2em;
	height: 0;
	background-image: url(../images/common/nav/mail_w.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	transition: all 0.4s cubic-bezier(.57,0,.26,1);
}

@media only screen and (max-width: 1240px) {
	.globalNav a {
	}
}


_::-webkit-full-page-media, _:future, :root .globalNav > li > a {
	filter: none;
}

.globalNav a:hover {
}

.globalNav > li:nth-of-type(1) a::after,
.globalNav > li:nth-of-type(3) a::after {
	content: "";
	padding-top: 0.4em;
	position: absolute;
	top: 0.2em;
	right: 0.4em;
	display: block;
	width: 0.4em;
	height: 0;
	background: url(../images/common/nav/link_w.svg) no-repeat;
	background-size: 100% auto;
}

	#menu-btn {
		position: fixed;
		display: none;
		top: 0px;
		right: 0px;
		height: 53px;
		width: 72px;
	opacity: 0;
		outline: none;
		border: none;
		background: none;
		cursor: pointer;
		z-index: 2000;
		-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	}


	#menu-btn::before,
	#menu-btn::after,
	#menu-btn span {
		content: "";
		margin-left: calc((100% - 12px) / -2);
		padding-top: 1px;
		position: absolute;
		top: 0;
		left: 50%;
		overflow: hidden;
		display: block;
		width: calc(100% - 12px);
		height: 0;
		background: #fff;
	}

#menu-btn::before {
	top: 14px;
	animation: btnTr 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
	transition:  0.4s ease-in-out;
}

#menu-btn span {
	top: 26px;
	-webkit-transition:  0.4s ease-in-out;
	transition:  0.4s ease-in-out;
}

#menu-btn::after {
	top: 38px;
	animation: btnBr 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
	transition:  0.4s ease-in-out;
}

#menu-btn:hover::before {
}

#menu-btn:hover::after {
}

#menu-btn.active:hover::before {
}

#menu-btn.active:hover::after {
}

#menu-btn.active:hover::before,
#menu-btn.active:hover::after {
}

#menu-btn.active::before {
	background: #fff;
	animation: btnT 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

#menu-btn.active span {
	background: #fff;
	opacity: 0;
}

#menu-btn.active::after {
	background: #fff;
	animation: btnB 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

/* btnT */
@keyframes btnT {
	0% { transform: translateY(4px);}
	20% { transform: translateY(12px) rotate(0deg);}
	100% { transform: translateY(12px) rotate(-30deg);}
}

/* btnTr */
@keyframes btnTr {
	0% { transform: translateY(12px) rotate(-30deg);}
	30% { transform: translateY(12px) rotate(0deg);}
	100% { transform: translateY(0px);}
}

/* btnB */
@keyframes btnB {
	0% { transform: translateY(-4px);}
	20% { transform: translateY(-12px) rotate(0deg);}
	100% { transform: translateY(-12px) rotate(30deg);}
}

/* btnBr */
@keyframes btnBr {
	0% { transform: translateY(-12px) rotate(30deg);}
	30% { transform: translateY(-12px) rotate(0deg);}
	100% { transform: translateY(0px);}
}

body.on #menu-btn::before,
body.on #menu-btn::after,
body.on #menu-btn span {
	background: #463fc4;
}

body.on #menu-btn.active::before,
body.on #menu-btn.active::after,
body.on #menu-btn.active span {
	background: #fff;
}

.menu {
	will-change: transform;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index: 1099;
}

.menu.active {
}

	.menu button {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		outline: none;
		cursor: default;
		border: none;
		background: none;
		z-index: 302;
	}

.menu div {
		position: relative;
		width: 100%;
	height: 100vh;
		display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(7, 6, 26, 0.9);
	z-index: 303;
}

.menu .globalNav {
	margin: 0 auto;
	padding: 0 0 4em;
	padding: 0;
	position: relative;
	display: table;
	text-align: center;
	z-index: 304;
}

#top .sns-link {
	padding: 16px 16px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	opacity: 0;
	transition: opacity 2.5s cubic-bezier(.57,0,.26,1) 2s;
	z-index: 100;
	}

#top.active .sns-link {
	opacity: 1;
}

.sns-link li {
	width: 2.4vw;
	flex-shrink: 0;
}

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

	.sns-link li {
		width: 32px;
	}

}

.sns-link .x a,
.sns-link .instagram a,
.sns-link .facebook a,
.sns-link .twitter a {
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
}

.sns-link .x a {
	background: url(../images/common/nav/sns/x.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 .banner {
	padding-bottom: 5%;
	position: absolute;
	bottom: 1em;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	opacity: 0;
	transition: opacity 2.5s cubic-bezier(.57,0,.26,1) 2s;
	gap: 0 1em;
	z-index: 100;
}

#top.active .banner {
	opacity: 1;
}

#top .banner {
	left: auto;
	right: 4%;
	bottom: auto;
	top: 50%;
	flex-direction: column;
	gap: 1em 0;
	width: auto;
	transform: translateY(-50%);
}

body.w3 #top .banner,
body.w2 #top .banner {
	padding: 6% 0 0;
}

body.h4 #top .banner,
body.h3 #top .banner {
	padding: 0 0 2%;
	top: auto;
	bottom: 0;
	right: auto;
	left: 50%;
	flex-direction: row;
	gap: 0 1em;
	width: 96%;
	transform: translateX(-50%);
}

#top .banner a {
	padding: 0 0.5em 0 1.2em;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34em;
	height: 3.6em;
	font-size: 1.3vw;
	color: #fff;
	text-decoration: none;
	gap: 0.4em;
	border: solid 1px;
	border-radius: 4px;
	-webkit-user-select: none;
	user-select: none;
}

/*
body.h4 #top .banner a,
body.h2 #top .banner a,
body.h3 #top .banner a,
body.h #top .banner a,
body.w #top .banner a,
body.w3 #top .banner a,
body.w2 #top .banner a {
	padding: 0 0.5em 0 1.2em;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34em;
	height: 3.6em;
	font-size: 1.3vw;
	color: #fff;
	text-decoration: none;
	gap: 0.4em;
	border: solid 1px;
	border-radius: 4px;
	-webkit-user-select: none;
	user-select: none;
}

body.w3 #top .banner a,
body.w2 #top .banner a {
	width: 36em;
	height: 4em;
	font-size: 1.2vw;
}
*/

#top .banner a {
	width: 37em;
	height: 3.8em;
	font-size: 0.95vw;
}

body.h4 #top .banner a,
body.h3 #top .banner a {
	width: 36em;
	height: 3.8em;
	font-size: 1.1vw;
}

/*
body.h4 #top .banner a,
body.h3 #top .banner a {
	width: 37em;
	height: 3.6em;
	font-size: 1.1vw;
}

body.h3 #top .banner a {
	height: 3.2em;
	font-size: 1.2vw;
}

body.h4 #top .banner a {
	height: 4em;
}
*/

/*
body.h4 #top .banner a::before,
body.h2 #top .banner a::before,
body.h3 #top .banner a::before,
body.h #top .banner a::before,
body.w #top .banner a::before,
body.w3 #top .banner a::before,
body.w2 #top .banner a::before,
*/
#top .banner a::before {
	content: "";
	position: absolute;
	top: 1.3em;
	left: 0.8em;
	display: block;
	width: 0.7em;
	height: 0.7em;
	border-top: solid 1px #171529;
	border-right: solid 1px #171529;
	transform: rotate(135deg); 
	z-index: 10;
}

/*
body.w3 #top .banner a::before,
body.w2 #top .banner a::before {
	padding-top: 6%;
}
/*
/*
body.h3 #top .banner a::before {
	top: 1em;
}

body.h4 #top .banner a::before {
	top: 1.4em;
}
*/

/*
body.h4 #top .banner a::after,
body.h3 #top .banner a::after,
body.h2 #top .banner a::after,
body.h #top .banner a::after,
body.w #top .banner a::after,
body.w3 #top .banner a::after,
body.w2 #top .banner a::after,
*/
#top .banner a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0.4em;
	display: block;
	width: 1.6em;
	height: 1.6em;
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}

#top .banner br {
	display: none;
}

#top .scroll {
	padding: 0 0 0;
	overflow: hidden;
	position: absolute;
	bottom: 6em;
	right: 0;
	width: 3em;
	height: 15em;
	font-size: 1.1vw;
	font-family: 'Cormorant Garamond', 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-weight: 500;
	opacity: 0;
	transition: opacity 2.5s cubic-bezier(.57,0,.26,1) 2s;
	z-index: 122;
}

#top .scroll::before,
#top .scroll::after {
	content: "";
	margin: 0 auto;
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .2);
}

#top .scroll::after {
	background: #fff;
	-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, -30em, 0);}
	100% { transform: translate3d(0, 0px, 0);}
}

@keyframes scrollDown {
	0% { transform: translate3d(0, -30em, 0);}
	100% { transform: translate3d(0, 0px, 0);}
}

#top .scroll p {
	display: none;
}

#top::before {
	content: "SCROLL";
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 5em;
	height: 10em;
	overflow: hidden;
	writing-mode: vertical-rl;
	font-size: 1.1vw;
	font-family: 'Cormorant Garamond', 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	opacity: 0;
	transition: opacity 2.5s cubic-bezier(.57,0,.26,1) 2s;
	z-index: 15;
}

#top.active .scroll,
#top.active::before {
	opacity: 1;
}

/*
body.h4 #top .scroll,
body.h2 #top .scroll,
body.h3 #top .scroll {
	bottom: auto;
	display: none;
}

body.w3 #top .scroll,
body.w2 #top .scroll {
	bottom: 1em;
	width: 2em;
}

body.w3 #top::before,
body.w2 #top::before {
	width: 4em;
	height: 5em;
}
*/

body.h4 #top .scroll,
body.h3 #top .scroll,
body.h4 #top::before,
body.h3 #top::before {
	display: none;
}


/*
body.w3 #menu-btn,
body.w2 #menu-btn,
body.h #menu-btn,
body.w #menu-btn {
		top: 8px;
		right: 8px;
		display: block;
		opacity: 0;
		transition: opacity 2.5s cubic-bezier(.57,0,.26,1) 1s;
	}

body.w2.active #menu-btn,
body.w3.active #menu-btn,
body.h.active #menu-btn,
body.w.active #menu-btn {
	opacity: 1;
}

body.w3 #top::after,
body.w3 #top .globalNav,
body.w2 #top::after,
body.w2 #top .globalNav,
body.h #top::after,
body.h #top .globalNav,
body.w #top::after,
body.w #top .globalNav {
		display: none;
	}

.menu .globalNav li,
body.w3 .menu .globalNav li,
body.w2 .menu .globalNav li,
body.h .menu .globalNav li,
body.w .menu .globalNav li {
		margin: 0 auto;
		display: table;
	}

.menu .globalNav .a,
body.w3 .globalNav a,
body.w2 .globalNav a,
body.h .globalNav a,
body.w .globalNav a {
	padding: 0.2em 1em;
	font-size: 5vh;
}

.menu .globalNav .mail,
body.w3 .globalNav .mail,
body.w2 .globalNav .mail,
body.h .globalNav .mail,
body.w .globalNav .mail {
	padding-top: 2em;
}

.menu .globalNav .mail a,
body.w3 .globalNav .mail a,
body.w2 .globalNav .mail a,
body.h .globalNav .mail a,
body.w .globalNav .mail a {
	padding: 1em 1em;
	font-size: 2vh;
	border: solid 1px;
	border-radius: 4px;
}
*/

/*
body.w3 #top .sns-link,
body.w2 #top .sns-link,
body.h #top .sns-link,
body.w #top .sns-link {
		padding: 12px 0 0 12px;
		right: auto;
		left: 0;
	}
*/

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

.primary {
	padding-top: 120px;
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	z-index: 100;
}

.primary::before {
	content:"";
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
	background: url(../images/common/nav/link_w.svg) no-repeat center center;
}

.primary::after {
	content:"";
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
	background: url(../images/common/nav/mail_w.svg) no-repeat center center;
}

.notice li {
	display: flex;
	align-items: start;
}

.notice li:not(:last-child) {
	padding-bottom: 4px;
}

.notice li::before {
	content: "※";
	font-size: 13px;
	line-height: 1.7;
}

.notice p {
	font-size: 13px;
	line-height: 1.7;
	text-align: left;
}

.notice li::before {
	content: "※";
}

.primary section {
	position: relative;
	width: 100%;
}


.primary section h2 {
	padding-bottom: 36px;
	display: flex;
	align-items: end;
	justify-content: center;
	position: relative;
	font-family: 'Cormorant Garamond', 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-weight: 500;
	line-height: 1.1;
	color: #ced3e9;
	font-size: 80px;
	letter-spacing: -0.02em;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
	z-index: 2;
}

.primary section .contents {
	margin: 0 auto;
	padding: 0 72px 0;
	position: relative;
	max-width: 1240px;
	width: 100%;
	z-index: 2;
}

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

	.primary section .contents {
		padding: 0 56px 0;
	}
}


.item {
	opacity: 0;
	transform: translateY(3vh);
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 0s, transform 1s cubic-bezier(.57,0,.26,1) 0s;
}

.item.active {
	opacity: 1;
	transform: translateY(0);
}

/*--------------------------------------
news
---------------------------------------*/
#whats-new {
	margin: 0 auto;
	padding: 48px 0;
	position: relative;
	max-width: calc(1240px - 72px * 2);
	width: 100%;
	background: #fff;
	border-radius: 10px;
}

@media only screen and (max-width: 1140px) {
	#whats-new {
		width: calc(100% - 56px * 2);
	}
}

#whats-new h2 {
	opacity: .8;
}

.primary section#whats-new .contents {
	padding: 0 48px 0;
}


#whats-new .entryList {
	flex: 1;
}

#whats-new.active .entryList {
	}

#whats-new .link {
	padding-top: 24px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#whats-new .entryList li {
	position: relative;
	border-bottom: solid 1px rgba(187, 183, 173, .4);
}

#whats-new .entryList li:first-child {
	border-top: solid 1px rgba(187, 183, 173, .4);
}


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

#whats-new .entry a {
	padding: 24px 0 24px 0;
	position: relative;
	display: flex;
	align-items: start;
	overflow: hidden;
	text-decoration: none;
}

#whats-new .entry a:hover {
}

#whats-new .entry span {
	width: 9em;
	flex-shrink: 0;
	text-align: left;
	line-height: 1.7;
}

#whats-new .entry p {
	padding: 0;
text-align: left;
	line-height: 1.7;
	flex: 1;
}


#whats-new .link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 4em;
	font-size: 15px;
	font-family: 'Cormorant Garamond', 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	text-decoration: none;
	border: solid 1px;
	-webkit-user-select: none;
	user-select: none;
	gap: 0.4em;
	border-radius: 4px;
}

#whats-new .link .more a {
	width: 7em;
}


#whats-new .link .mail a {
	width: 26em;
}

@media only screen and (max-width: 1180px) {
	#whats-new .link a {
		font-size: 14px;
	}
}

#whats-new .link a:hover {
	opacity: 1;
	color: #fff;
	border-color: #6f5c6b;
	background: #6f5c6b;
}

#whats-new .more a::before {
	content: "";
	padding-top: 0.9em;
	flex-shrink: 0;
	display: block;
	width: 0.9em;
	height: 0;
	background-image: url(../images/common/nav/link.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	transition: all 0.4s cubic-bezier(.57,0,.26,1);
}

#whats-new .mail a::before {
	content: "";
	padding-top: 1em;
	flex-shrink: 0;
	display: block;
	width: 1.2em;
	height: 0;
	background-image: url(../images/common/nav/mail.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	transition: all 0.4s cubic-bezier(.57,0,.26,1);
}

#whats-new .more a:hover::before {
filter: brightness(0) invert(1);}

#whats-new .mail  a:hover::before {
filter: brightness(0) invert(1);}

/*--------------------------------------
release
---------------------------------------*/
#release {
	padding: 120px 0 0;
}


#release .list > li {
	position: relative;
	clear: both;
}

/*
#release .list > li::before {
	content: "";
	margin-right: 48px;
	padding-top: 50%;
	display: block;
	float: left;
	width: 50%;
	height: 0;
}
*/

#release h3 {
	padding: 0 0 16px calc(50% + 48px);
	font-size: 35px;
	line-height: 1.2;
}

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

	#release h3 {
		padding: 0 0 16px calc(50% + 24px);
	}

}

#release h3 br {
	display: none;
}

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

	#release h3 {
		font-size: 42px;
		line-height: 1.4;
	}

	#release h3 br {
		display: block;
	}
}

#release h3 span {
	padding-bottom: 16px;
	display: block;
	font-size: 25px;
	font-weight: 500;
	font-family: "YakuHanMP", 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	letter-spacing: 0;
}

#release .detail {
	overflow: hidden;
}

#release .type {
	overflow: hidden;
}

#release .type + .type {
	padding-top: 200px;
	position: relative;
}

#release .type::before {
	content: "";
	margin-right: 48px;
	padding-top: 99%;
	display: block;
	float: left;
	width: 50%;
	height: 0;
}

@media only screen and (max-width: 1140px) {
	#release .type::before {
		margin-right: 24px;
	}
}

#release .type + .type::before {
	padding-top: 50%;
}

#release .type + .type::after {
	content: "";
	position: absolute;
	top: 80px;
	left: 50%;
	width: 300px;
	height: 1px;
	background: #363638;
	transform: translateX(-50%);
}



#release .type > ul {
	margin-left: calc(50% + 48px);
}

@media only screen and (max-width: 1140px) {
	#release .type > ul {
		margin-left: calc(50% + 24px);
	}
}

#release .date {
	padding: 0 0 16px calc(50% + 48px);
}

@media only screen and (max-width: 1140px) {
	#release .date {
		padding: 0 0 16px calc(50% + 24px);
	}
}

#release .date p {
	font-size: 30px;
	font-weight: 500;
	font-family: "YakuHanMP", 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	letter-spacing: 0;
	line-height: 1.2;
}

#release .lead {
	padding: 0 0 32px calc(50% + 48px);
}

@media only screen and (max-width: 1140px) {
	#release .lead {
		padding: 0 0 32px calc(50% + 24px);
	}
}

#release .jacket {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
}

#release .dvd .jacket {
	padding-top: 63%;
}

#release .cd .jacket {
	top: 200px;
}


#release .jacket img {
	background: url(../images/contents/release/VIXL-528/jacket/VIXL-528.webp) no-repeat center center;
	background-size: 100% auto;
}

#release .dvd .jacket img {
background: url(../images/contents/release/VIXL-528/jacket/VIBL-1226.webp) no-repeat center center;
	background-size: 100% auto;
}

#release .cd .jacket img {
background: url(../images/contents/release/VIXL-528/jacket/VICL-70290.webp) no-repeat center center;
	background-size: 100% auto;
}

#release .jacket figcaption {
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 24px;
}

#release .cd {
}

#release .data {
}

#release .data p {
	display: flex;
	align-items: start;
	line-height: 1.4;
	font-size: 14px;
	gap: 0.4em;
}

#release .data p::before {
	content: "";
	margin-top: 0.5em;
	display: block;
	width: 0.4em;
	height: 0.4em;
	background: #363638;
}

#release .ec {
	padding: 0.6em 0 24px 0.8em;
}

#release .ec a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8em;
	height: 2.8em;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
	letter-spacing: 0;
	color: #f9f9f9;
	background: #454e6f;
	-webkit-user-select: none;
	user-select: none;
}

#release .hanasakumichide .ec a {
	width: 11em;
	font-family: 'Cormorant Garamond', 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-weight: 500;
	font-size: 20px;
}

#release .ec a:hover {
	opacity: 1;
	background: #b66bcf;
}

#release .track-list {
	padding-top: 32px;
	display: flex;
	align-items: start;
	gap: 16px;
}

#release .track-list dt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 7em;
	height: 2.2em;
	line-height: 1.2;
	border-top: solid 1px;
	border-bottom: solid 1px;
}

@media only screen and (max-width: 1080px) {
	#release .track-list {
		flex-direction: column;
	}

	#release .track-list dt {
		width: 100%;
		font-size: 15px;
	height: 2.8em;
	}
}

#release .track-list dd {
	flex: 1;
}

#release .track-list dd dt {
	display: flex;
	justify-content: start;
	width: auto;
	height: auto;
	border: none;
}

#release .track-list dd dt::before {
	content: "・";
}

#release .track-list dd dd {
	padding: 16px 0 24px 1em;
}


#release .track-list ol {
	padding: 0 0 0 0;
	counter-reset: listcount;
}


#release .track-list ul > li,
#release .track-list ol > li {
	padding: 0 0 0.8em 0;
	display: flex;
	align-items: start;
	flex-wrap: wrap;
}


#release .track-list ol > li::before {
	counter-increment: listcount;
	content: counter(listcount, decimal-leading-zero) ".";
	padding-right: 4px;
	text-align: left;
	line-height: 1.2;
	z-index: 1;
}

#release .track-list ul > li::before {
	content: "・";
	line-height: 1.2;
}

#release .track-list ul > li > p,
#release .track-list ol > li > p {
	line-height: 1.2;
}

#release .track-list ul + p {
	font-size: 14px;
	line-height: 1.6;
}

#release .track-list dl:nth-of-type(2) ol > li:nth-of-type(1) {
	padding: 0;
}

#release .track-list dl:nth-of-type(2) ol > li:nth-of-type(5) {
	padding: 0 0 2em;
}

#release .track-list dl:nth-of-type(2) ol > li:nth-of-type(1)::after {
	content: "「古今集」メドレー";
	padding: 1em 0 0.5em;
	width: 100%;
	font-family: "YakuHanMP", 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
}

/*--------------------------------------
profile
---------------------------------------*/
#profile {
	padding: 120px 0 48px;
}

#profile h2 {
	padding: 0;
	overflow: hidden;
	height: 0;
}

.primary section#profile .contents {
}

.primary section#profile .contents::before {
	content: "Profile";
	margin-top: -4px;
	display: block;
	width: 200px;
	float: left;
	font-family: 'Cormorant Garamond', 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-weight: 500;
	line-height: 1.1;
	color: #ced3e9;
	font-size: 80px;
	letter-spacing: -0.02em;
}

#profile .contents > p {
	margin-left: 230px;
	padding-left: 40px;
	border-left: solid 1px #c8cdeb;
}

#profile .contents > p::before {
	content: "";
	margin-bottom: 16px;
	padding-top: 66.66%;
	display: block;
	width: 100%;
	height: 0;
	background: url(../images/common/header/photo.webp) no-repeat center top;
	background-size: cover;
}


#profile .contents > .link {
	margin-left: 230px;
	padding-left: 40px;
	padding-top: 32px;
	display: flex;
	gap: 16px;
	border-left: solid 1px #c8cdeb;
}

#profile .contents > .link > li {
	width: calc((100% - 16px) / 2);
} 

@media only screen and (max-width: 1180px) {
	#profile .contents > .link {
		flex-direction: column;
	}

	#profile .contents > .link > li {
		width: 26em;
	} 
}


#profile .contents > .link a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 4em;
	letter-spacing: 0;
	font-size: 15px;
	text-decoration: none;
	-webkit-user-select: none;
	user-select: none;
	gap: 0.4em;
	border: solid 1px;
	border-radius: 4px;
	transition: all 0.4s cubic-bezier(.57,0,.26,1);
}

@media only screen and (max-width: 1180px) {
	#profile .contents > .link a {
		font-size: 14px;
	}
}


#profile .contents > .link .ve a::before {
	content: "";
	padding-top: 0.9em;
	flex-shrink: 0;
	display: block;
	width: 0.9em;
	height: 0;
	background-image: url(../images/common/nav/link.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}

#profile .contents > .link .mail  a::before {
	content: "";
	padding-top: 1em;
	flex-shrink: 0;
	display: block;
	width: 1.2em;
	height: 0;
	background-image: url(../images/common/nav/mail.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	transition: all 0.4s cubic-bezier(.57,0,.26,1);
}

#profile .contents > .link .ve a:hover::before {
filter: brightness(0) invert(1);
}

#profile .contents > .link .mail  a:hover::before {
filter: brightness(0) invert(1);
}

#profile .contents .link a:hover {
	opacity: 1;
	color: #fff;
	border-color: #6f5c6b;
	background: #6f5c6b;
}

#profile p img {
	margin-top: 16px;
	width: 40%;
}

@media only screen and (max-width: 1180px) {
	#profile p img {
		width: 60%;
	}
}
/*--------------------------------------
live
---------------------------------------*/
#live {
	padding: 120px 0 120px;
}

#live h2 {
	padding: 0;
	overflow: hidden;
	height: 0;
}

.primary section#live .contents {
}

.primary section#live .contents::before {
	content: "Live";
	margin-top: -4px;
	display: block;
	width: 200px;
	float: left;
	font-family: 'Cormorant Garamond', 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-weight: 500;
	line-height: 1.1;
	text-align: right;
	color: #ced3e9;
	font-size: 80px;
	letter-spacing: -0.02em;
}

#live .ticket,
#live h3 {
	margin-left: 230px;
	padding-left: 40px;
	border-left: solid 1px #c8cdeb;
}

#live h3 {
	padding-bottom: 56px;
	font-size: 44px;
	line-height: 1.2;
	text-align: center;
}

#live h3 span {
	padding-bottom: 0.2em;
	display: block;
	font-size: 36px;
}

#live .ticket {
	padding-bottom: 40px;
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	gap: 24px 0.4em;
}

#live .ticket > dt {
	width: 11em;
	flex-shrink: 0;
}

#live .ticket > dt::before {
	content: "＜";
}

#live .ticket > dt::after {
	content: "＞";
}

#live .ticket > dd {
	width: calc(100% - 11em - 0.4em);
}

#live .ticket .term {
	padding: 16px 0;
	display: flex;
	align-items: start;
	line-height: 1.6;
}

#live .ticket .term dt {
	flex-shrink: 0;
}

#live .ticket .term dt::after {
	content: "：";
}

#live .ticket .term + ul {
	padding-bottom: 16px;
	display: flex;
	gap: 16px;
}

#live .ticket .term + ul > li {
	width: calc((100% - 16px * 2) / 3);
}

@media only screen and (max-width: 1080px) {
	#live .ticket .term + ul {
		gap: 8px;
	}

	#live .ticket .term + ul > li {
		width: calc((100% - 8px * 2) / 3);
	}
}

#live .ticket .term + ul a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 2.8em;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
	letter-spacing: 0;
	color: #f9f9f9;
	background: #454e6f;
	-webkit-user-select: none;
	user-select: none;
}

@media only screen and (max-width: 1040px) {
	#live .ticket .term + ul a {
		font-size: 14px;
	}
}

#live .ticket .term + ul a:hover {
	opacity: 1;
	background: #b66bcf;
}

#live .list {
	margin-left: 230px;
	border-left: solid 1px #c8cdeb;
}

#live .list tr {
	position: relative;
}

#live .list tr::before {
	content: "";
	position: absolute;
	top: 0;
	left: 40px;
	display: block;
	width: calc(100% - 40px);
	height: 1px;
	background: #363638;
}

#live .date {
	padding: 32px 0 32px 40px;
	vertical-align: top;
	width: 240px;
}

#live .date p {
	font-size: 24px;
	line-height: 1.2;
}

#live .date p br {
	display: none;
}

#live .date ul {
	padding: 0.8em 0 0;
	display: flex;
}

#live .date ul li:nth-of-type(1) p::after {
	content: "/";
}

#live .date li p {
	font-size: 14px;
}

#live .detail {
	padding: 32px 0;
}

#live .venue {
	padding-bottom: 0.6em;
}

#live .venue p {
	font-size: 24px;
	line-height: 1.2;
}

#live .venue p span {
	padding-bottom: 0.3em;
	display: block;
}

#live .link {
}

#live .info dl {
	display: flex;
	align-items: start;
}

#live .info dt,
#live .info p {
	flex-shrink: 0;
	font-size: 14px;
	line-height: 1.6;
}

#live .soldout .date::after {
	content: "Sold Out";
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5em;
	height: 2.2em;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0;
	background: #4b4b5d;
	color: #fff;
}

/*--------------------------------------
youtube
---------------------------------------*/
#youtube {
	padding: 120px 0 160px;
	background: #020113;
}

#youtube h2 {
	padding-bottom: 48px; 
	opacity: .3;
}

#youtube .contents > ul:not(.link) {
	padding-bottom: 72px;
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
}

#youtube .contents > ul:not(.link) > li {
	width: calc((100% - 48px) / 2);
}

.v {
	width: 100%;
}

.v figure {
	position: relative;
	padding: 0 0 56.25%;
	flex-direction: column;
	height: 100%;
}

.v figure > div {
}

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

.v figcaption {
	position: absolute;
	top: -4em;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 64px;
	border-top: solid 1px;
}

#youtube .link {
	display: flex;
	justify-content: center;
}

#youtube .link a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	-webkit-user-select: none;
	user-select: none;
	gap: 0.5em;
}

#youtube .link a::before {
	content: "";
	padding-top: 1.8em;
	display: block;
	width: 1.6em;
	height: 0;
	background: url(../images/contents/youtube/icon.svg) no-repeat center center;
	background-size: 100% auto;
}

/*--------------------------------------
streaming
---------------------------------------*/
#streaming {
	padding: 120px 0 60px;
}
#streaming .link {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

#streaming .link a {
	display: block;
	overflow: hidden;
	height: 0;
}

#streaming .link li {
	width: 20%;
}

#streaming .link .apple {
	padding-right: 0.8%;
}

#streaming .link .spotify {
	padding-right: 0.8%;
	width: 16%;
}

#streaming .link .youtube {
	padding-right: 1.2%;
}

#streaming .link .line {
	padding-right: 1.2%;
}

#streaming  .link.amazon {
	padding-right: 1.2%;
}


@media only screen and (max-width: 1240px) {
	#streaming .link {
		width: 90%;
	}

	#streaming .link li {
		width: 34%;
	}

	#streaming .link .apple {
		padding-right: 3%;
	}

		#streaming .link .amazon {
		padding-right: 2%;
	}

	#streaming .link .spotify {
		padding-right: 0%;
		width: 28%;
	}

	#streaming .link .youtube {
		padding-right: 3%;
	}

	#streaming .link .line {
		padding-right: 0%;
	}
}


#streaming a {
	padding-top: 31%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
}

#streaming .link .spotify a {
	background: url(../images/contents/streaming/spotify.png) no-repeat center center;
	background-size: 100% auto;
}

#streaming .link .apple a {
	background: url(../images/contents/streaming/apple.png) no-repeat center center;
	background-size: 100% auto;
}

#streaming .link .amazon a {
	background: url(../images/contents/streaming/amazon_music.png) no-repeat center center;
	background-size: 100% auto;
}

#streaming .link .youtube-music a {
	background: url(../images/contents/streaming/youtube.png) no-repeat center center;
	background-size: 100% auto;
}

#streaming .link .line a {
	background: url(../images/contents/streaming/line.png) no-repeat center center;
	background-size: 100% auto;
}

.playlist {
	padding-top: 56px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.playlist > li {
	width: calc((100% - 40px) / 2);
}

.playlist > li iframe {
	width: 100%;
}

.playlist > li.apple iframe {
	border: solid 1px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

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

ul.toTop {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: opacity 1.2s cubic-bezier(.34,0,0,.99);
z-index: -1;
}

body.on .toTop {
	opacity: 1;
z-index: 1001;
}

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

.toTop a::before {
	content: "";
	margin: -5px 0 0 -13px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 26px;
	height: 26px;
	border: solid 1px #463fc4;
	border-right: none;
	border-bottom: none;
	transition: 0.4s ease-in-out;
	transform: rotate(45deg);
	transform-origin: center center;
}

ul.toTop a:hover {
	opacity: 1;
}

ul.toTop a:hover::before {
	border-color: #d6d6c5;
}

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

footer {
	padding: 100px 0 200px;
	position: relative;
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	z-index: 1000;
}

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

footer .credit {
}

footer .copyright p {
	font-size: 16px;
	font-family: 'Cormorant Garamond', 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
}

footer .copyright br {
	display: none;
}

footer .copyright a {
	text-decoration: none;
}

.copyright a {

}



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


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

	body {
		font-size: 15px;
	}

	.siteTitle {
		padding-top: calc(75% * 0.36);
	}


	#menu-btn {
		display: block;
		opacity: 0;
		transition: opacity 2.5s cubic-bezier(.57,0,.26,1) 1s;
		transform: scale(0.8);
	}

body.active #menu-btn {
	opacity: 1;
}

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

	.globalNav li {
		margin: 0 auto;
		display: table;
	}

	.globalNav a {
		padding: 0.2em 1em;
		font-size: 4vw;
	}

	.menu .globalNav .mail {
		padding-top: 1.6em;
	}

	.menu .globalNav .mail a {
		font-size: 2.6vw;
	}

	#top .sns-link {
		padding: 10px 16px 0 0;
		right: 58px;
	}

	#top .scroll {
		bottom: 2.5em;
	}

	#top::before {
		font-size: 1.8vw;
		width: 4em;
		height: 5.5em;
	}

	body.w4 #top .banner,
	body.w3 #top .banner,
	body.w3 #top .banner,
	body.w2 #top .banner,
	#top .banner {
		padding: 0 0 2%;
		left: 50%;
		right: auto;
		bottom: 0;
		top: auto;
		flex-direction: row;
		width: 86%;
		gap: 0 1em;
		transform: translateX(-50%);
		filter:  drop-shadow(0px 0px 40px rgba(19, 14, 52, 1));
	}

	#top .banner li {
		width: calc((100% - 1em) / 2);
	}

	body.h3 #top .banner a,
	body.h4 #top .banner a,
	#top .banner a {
		padding: 0 2em 0;
		width: 100%;
		height: 5em;
		font-size: 1.5vw;
		letter-spacing: 0;
		line-height: 1.6;
		text-align: center;
	}

	#top .banner a br {
		display: block;
	}

	#top .banner a::before {
		top: 1.8em;
	}

	.primary section .contents {
		padding: 0 40px 0;
	}

	#whats-new {
		width: calc(100% - 40px * 2);
	}

	#live h3 {
		font-size: 4.5vw;
	}

	#live h3 span {
		font-size: 3.7vw;
	}

	#youtube .contents > ul:not(.link) {
	padding-bottom: 60px;
		gap: 24px;
	}

	#youtube .contents > ul:not(.link) > li {
		width: calc((100% - 24px) / 2);
	}

}

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


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

	.primary section .contents {
		padding: 0 32px 0;
	}

	#whats-new {
		width: calc(100% - 32px * 2);
	}

	#release h3 span {
		font-size: 22px;
	}

	#live h3 {
		padding-bottom: 0;
		font-size: 4vw;
	}

	#live h3 span {
		font-size: 3.4vw;
	}

	#live .ticket {
		flex-direction: column;
		gap: 0 0.4em;
	}

	#live .ticket > dt {
		padding-top: 24px;
		width: auto;
		font-size: 16px;
	}

	#live .ticket > dd {
		width: 100%;
	}

	#live .date p,
	#live .venue p {
		font-size: 18px;
		line-height: 1.6;
	}

	#live .venue p span {
		line-height: 1.2;
	}

	#live .date p span {
		padding: 0.2em 0 0;
		line-height: 1.2;
	}

}


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


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

}

/*--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 520px) {

	body {
		line-height: 1.8;
		font-size: 14px;
	}

	.loading {
		background: #171529;
	}


	#top {
		padding-top: 64px;
		align-items: center;
		justify-content: start;
		background: #171529;
	}

/*
	#top::after {
		padding-top: 20vh;
		display: block;
		background: linear-gradient(
  0deg,
  rgba(255, 255, 255, 1) 0%,
  rgba(255, 255, 255, 0) 100%
		);
	}
*/

	body.w3 #top .photo,
	body.w2 #top .photo,
	body.w #top .photo,
	body.h4 #top .photo,
	body.h3 #top .photo,
	body.h2 #top .photo,
	body.h #top .photo,
	#top .photo {
		padding-top: 66%;
		top: 50%;
		background: url(../images/common/header/photo_sp.webp) no-repeat center top;
		background-size: 100% auto;
	filter: blur(0);
		transform: translateY(-50%);
		transition: opacity 3s cubic-bezier(.57,0,.26,1) 0s;
/*
		-webkit-mask-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%);
		mask-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%);
*/
	}

	body.w3 #top.active .photo,
	body.w2 #top.active .photo,
	body.w #top.active .photo,
	body.h4 #top.active .photo,
	body.h3 #top.active .photo,
	body.h2 #top.active .photo,
	body.h #top.active .photo,
#top.active .photo {
	opacity: 1;
}

	body.h4 .siteTitle,
	body.w .siteTitle,
	body.w2 .siteTitle,
	body.w3 .siteTitle,
	body.h .siteTitle,
	body.h2 .siteTitle,
	body.h3 .siteTitle,
	.siteTitle {
		padding-top: calc(30% * 0.86);
		position: static;
		width: calc(100% * 0.86);
		bottom: 10%;
		background: url(../images/common/header/title.svg) no-repeat center center;
		background-size: 100% auto;
		transform: none;
	}

	nav {
		height: 0;
	}

	#top.active .globalNav {
		display: contents;
	}

	#top .globalNav > li:not(.streaming) {
		display: none;
	}

	#top .globalNav li.streaming {
		bottom: 3%;
		width: 100%;
		opacity: 0;
		transition: opacity 2.5s cubic-bezier(.57,0,.26,1) 2s;
		z-index: 1002;
	}

	#top.active .globalNav li.streaming {
		opacity: 1;
	}


	#top .sns-link {
		padding: 12px 0 0 8px;
		left: 0;
		right: auto;
		width: auto;
	}

	#top .sns-link li {
		width: 30px;
	}

	.menu .globalNav li.streaming {
		display: none;
	}

	.menu .globalNav a {
		margin: 0 auto;
		padding: 0.2em 0.2em;
		display: table;
		font-size: 9vw;
		letter-spacing: -0.02em;
	}

	.globalNav > li:nth-of-type(1) a::after,
	.globalNav > li:nth-of-type(3) a::after {
		top: 0.4em;
		right: -0.4em;
		background: url(../images/common/nav/link_w.svg) no-repeat;
		background-size: 100% auto;
	}

	.menu .globalNav .mail {
		padding-top: 2em;
	}

	.menu .globalNav .mail a {
		padding: 0 1.2em;
		display: flex;
		align-items: center;
		gap: 0.4em;
		width: 100%;
		height: 2.8em;
	font-size: 5.2vw;
		border: solid 1px;
		border-radius: 4px;
	}

	.menu .globalNav .mail a::before {
	content: "";
		padding-top: 1em;
		display: block;
		width: 1.3em;
		height: 0;
		background: url(../images/common/nav/mail_w.svg) no-repeat center center;
		background-size: 100% auto;
	}

	body.h4 #top .banner,
	body.h3 #top .banner,
	#top .banner {
		padding: 0 24px 24px;
		bottom: 0;
		width: 100%;
		flex-direction: column;
		gap: 8px;
		background: rgba(119, 98, 113, 0.6);
		background: none;
	}

	body.h4 #top .banner li,
	body.h3 #top .banner li,
	#top .banner li {
		width: 100%;
	}

	body.h4 #top .banner a,
	body.h2 #top .banner a,
	body.h3 #top .banner a,
	body.h #top .banner a,
	body.w #top .banner a,
	body.w3 #top .banner a,
	body.w2 #top .banner a,
	#top .banner a {
		padding: 0 0 0;
		position: relative;
		height: 4.5em;
		word-break: normal;
		align-items: center;
	text-align: center;
		font-size: 14px;
		width: 100%;
		letter-spacing: 0;
		line-height: 1.6;
		}

	body.h4 #top .banner a::before,
	body.h2 #top .banner a::before,
	body.h3 #top .banner a::before,
	body.h #top .banner a::before,
	body.w #top .banner a::before,
	body.w3 #top .banner a::before,
	body.w2 #top .banner a::before, 
	#top .banner a::before {
		position: absolute;
		top: 50%;
		left: 14px;
		width: 7px;
		height: 7px;
		border-color: #171529;
		transform: rotate(135deg) translateY(calc(-50% + 12px));
		z-index: 10;
		}

	body.h4 #top .banner a::after,
	body.h2 #top .banner a::after,
	body.h3 #top .banner a::after,
	body.h #top .banner a::after,
	body.w #top .banner a::after,
	body.w3 #top .banner a::after,
	body.w2 #top .banner a::after, 
	#top .banner a::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 3px;
		display: block;
		width: 18px;
		height: 18px;
		background: #fff;
		border-radius: 50%;
		transform: translateY(-50%);
		}


#top .banner br {
	display: block;
}


	#top::before,
	#top .scroll {
		display: none;
	}

	.primary {
		padding: 48px 0 0;
	}

	.primary section .contents {
		padding: 0 24px 0;
	}

	.primary section h2 {
		padding-bottom: 16px;
		font-size: 44px;
	}

	#whats-new {
		padding: 24px 0;
		width: calc(100% - 24px * 2);
	}

	#whats-new::after {
		width: calc(100% - 12px);
		height: calc(100% - 12px);
	}

	.primary section#whats-new .contents {
		padding: 0 14px 0;
	}

	#whats-new .entry a {
		padding: 16px 0 16px 0;
		display: block;
	}

	#whats-new .entry span {
		padding-bottom: 8px;
		text-align: center;
		display: block;
		width: auto;
		line-height: 1.2;
	}

	#whats-new .link {
		padding-top: 16px;
		justify-content: center;
		align-items: center;
		gap: 1em;
	}

	#whats-new .link .more {
		flex-shrink: 0;
	}

	#whats-new .link .more a,
	#whats-new .link .mail a {
		padding: 0 0.5em;
		justify-content: center;
		align-items: center;
		width: auto;
		height: 3.4em;
		font-size: 13px;
	}

	#release {
		padding: 64px 0 0;
	}

	#release .list > li::before {
		display: none;
	}

	#release h3 {
		margin: 0;
		padding: 0 0 8px 0;
		font-size: 10vw;
		text-align: center;
	}

		#release h3 span {
		padding-bottom: 8px;
		font-size: 5.5vw;
		line-height: 1.2;
	}

	#release .date {
		padding: 0 0 16px 0;
	}

	#release .date p {
		font-size: 8vw;
		text-align: center;
		line-height: 1.2;
	}

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

	#release .lead p {
		font-size: 15px;
	}

	#release .type {
		overflow: visible;
	}

	#release .type::before {
		content: "LIVE Blu-ray&DVD";
		margin: 0 0 16px;
		padding: 8px 0;
		float: none;
		width: auto;
		height: auto;
		font-size: 16px;
		text-align: center;
		font-weight: 500;
		font-family: "YakuHanMP", 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
		letter-spacing: 0;
		line-height: 1.2;
		border: solid 1px;
	}

	#release .type + .type::before {
		content: "LIVE CD";
		padding: 8px 0;
	}

	#release .type + .type {
		padding-top: 48px;
	}

	#release .type + .type::after {
		display: none;
	}

	#release .type > ul {
		margin-left: 0;
	}

	#release .blu-ray {
		padding-bottom: 32px;
	}

	#release .dvd .jacket,
	#release .jacket {
		padding: 0 0 12px;
		position: static;
		width: 100%;
	}

	#release .jacket figcaption {
		display: none;
	}

	#release .data {
		text-align: center;
	}

	#release .data p {
		display: inline-block;
		text-align: left;
	}

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

	#release .ec {
		padding: 0.6em 0 0 0;
		display: flex;
		justify-content: center;
	}

	#release .track-list dt {
	}

	#profile {
		padding: 64px 0 0;
	}

	#profile .contents > .link > li {
		width: 100%;
	}

	#profile .contents > .link a {
		letter-spacing: 0;
		line-height: 1.6;
	}

	@media only screen and (max-width: 375px) {
		#profile .contents > .link a {
			padding: 0 0.8em;
			justify-content: start;
		}
	}


	#profile .contents > .link .ve a::before {
		padding-top: 1.2em;
		width: 1.2em;
	}

	.primary section#profile .contents::before,
	.primary section#live .contents::before {
		display: none;
	}

	#live h2,
	#profile h2 {
		padding: 0 0 16px;
		overflow: visible;
		height: auto;
	}

#profile .contents > p {
		margin: 0;
		padding: 0;
		border: none;
	}

	#profile p img {
		width: 100%;
	}

	#profile .contents > .link {
		margin: 0;
		padding: 16px 0 0;
		border: none;
	}

	#youtube {
		padding: 64px 0 80px;
	}

	#youtube h2 {
		padding-bottom: 24px;
	}

	#youtube .contents > ul:not(.link) {
		padding-bottom: 36px;
	}

	#youtube .contents > ul:not(.link) > li {
		width: 100%;
	}

	#youtube .link {
		justify-content: center;
	}

	#youtube .link a {
		font-size: 14px;
	}

	#live {
		padding: 64px 0 72px;
	}

	#live h3 {
		margin: 0;
		padding: 0;
		font-size: 5.3vw;
		line-height: 1.6;
		border: none;
	}

	#live h3 span {
		padding-bottom: 0.3em;
		display: block;
		font-size: 3.9vw;
		line-height: 1.2;
	}

	#live .ticket {
		margin: 0;
		padding: 0;
		border: none;
	}

	#live .ticket > dt {
		margin-top: 24px;
		padding: 0;
		width: 100%;
		height: 2.8em;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 15px;
		line-height: 1.2;
		border-top: solid 1px;
		border-bottom: solid 1px;
	}

	#live .ticket > dt::before,
	#live .ticket > dt::after {
		display: none;
	}

	#live .ticket > dd {
		padding-top: 8px;
	}

	#live .ticket .term + ul a {
		font-size: 13px;
	}

	#live .list {
		margin: 24px 0 0;
		border: none;
	}

	#live .list tr {
		margin-top: 24px;
		display: flex;
		align-items: start;
	}

	#live .list tr::before {
		display: none;
	}

	#live .list td {
		vertical-align: top;
		line-height: 1.6;
	}

	#live .date {
		padding: 0 8px 0 0;
		width: 8em;
		flex-shrink: 0;
		text-align: center;
		border-right: solid 1px;
	}

	#live .date > p {
		margin-top: -0.2em;
		font-size: 20px;
		line-height: 1.4;
	}

	#live .date > p br {
		display: block;
	}

	#live .date ul {
		padding: 0.2em 0 0;
		flex-direction: column;
	}

	#live .date ul li:nth-of-type(1) p::after {
		display: none;
	}

	#live .soldout .date::after {
		margin: 8px auto 0 auto;
		font-size: 14px;
	}

	#live .date li p {
		font-size: 13px;
	}

	#live .detail {
		margin-left: -1px;
		padding: 0 0 0 12px;
		border-left: solid 1px;
	}

	#live .venue p {
		font-size: 16px;
		text-align: left;
		line-height: 1.6;
	}

	#live .info dl {
		gap: 0.2em;
	}

	#live .info dt, #live .info p {
		font-size: 13px;
	}

	#streaming {
		padding: 64px 0 80px;
	}

	#streaming .link {
		width: 100%;
	}

	#streaming .link li {
		width: 49%;
	}

	#streaming .link .spotify {
		width: 35%;
	}

	#streaming .playlist {
		padding-top: 24px;
		flex-direction: column;
		gap: 16px;
	}

	#streaming .playlist > li {
		width: 100%;
	}

#link {
		padding: 64px 0 80px;
	}

	#link .list {
		flex-direction: column;
		align-items: center;
		gap: 16px 0;
	}

	#link .list a {
		padding: 10px 0.5em 0.2em;
		font-size: 32px;
	}

	#link .list a::before {
		margin-left: 0;
		border-width: 9px 6px 0 6px;
		transform: translateX(-50%);
	}

	ul.toTop {
		bottom: 0;
		right: 0;
	}

	footer {
		padding: 0 0 120px;
	}

	footer .credit {
	}

	footer .copyright p {
		font-size: 13px;
	}

}

@media screen and (orientation: landscape) {



}
