@charset "utf-8";


@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/YakuHanJP/YakuHanJP-Thin.woff2") format("woff2"),
    url("../fonts/YakuHanJP/YakuHanJP-Thin.woff") format("woff");
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2"),
    url("../fonts/YakuHanJP/YakuHanJP-Light.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;
	background: #f7f7f7;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	font-family: YakuHanJP, "Zen Kaku Gothic New", "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: 2;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.08em;
	color: #454545;
	background: #f7f7f7;
}

body::before {
	content: "";
	padding-top: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	inset: 0;
	background: url(../images/common/header/photo.webp) no-repeat left center;
	background-size: cover;
/*
	transform: scale(1.2);
	filter: blur(1em);
	transition: transform 1.5s cubic-bezier(.57,0,.26,1), filter 1s cubic-bezier(.57,0,.26,1);
*/
	z-index: 0;
}

body.w::before {
	margin-top: -6vh;
	padding-top: 112vh;
}

body.w3::before {
	background: url(../images/common/header/photo.webp) no-repeat left center;
background-size: auto 124%;
}

/*
body.active::before {
	transform: scale(1);
	filter: blur(0em);
}
*/

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

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

button {
	appearance: none;
	background: none;
	border: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-appearance: none;
}

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

@media (any-hover: hover) {
	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: #ffff01;
	z-index: 5000;
}

.loading p {
	margin: -20px 0 0 -20px;
	padding-top: 40px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 0;
	border: 1px solid #bc9d40;
	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: 40px;
	height: 40px;
	border: 1px solid rgba(199, 199, 204, .2);
	border-radius: 50%;
	z-index: 5001;
}

/*--------------------------------------
コンテンツ
--------------------------------------*/
.wrapper {
	position: relative;
	width: 100%;
}


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

/*--------------------------------------
header
--------------------------------------*/
#top {
	padding: 0 8% 0 38%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	/* background: #f7f7f7; */
	z-index: 899;
}

body.w2 #top {
	padding: 0 8% 0 38%;
}

body.w3 #top {
	padding: 0 14% 0 40%;
}

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

#top {
	padding: 0 64px 0 34%;
}

body.w #top {
	padding: 0 64px 0 34%;
}

	body.w2 #top {
		padding: 0 64px 0 36%;
	}
}

.siteTitle {
	padding-top: 57%;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	opacity: 0;
	background: url(../images/common/header/title.webp) no-repeat center center;
	background-size: 100% auto;
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 1s;
	transform: translateY(0%);
	z-index: 6;
}

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

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

nav {
	opacity: 0;
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 1s;
	z-index: 100;
}

#top.active nav {
	opacity: 1;
}

.globalNav {
	padding: 6% 0 3.5em;
	position: relative;
	display: flex;
	justify-content: center;
	z-index: 18;
	font-size: 1vw;
}

@media only screen and (max-width: 1080px) {
	#top .globalNav {
	}
}

.globalNav > li {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 1.4vw;
}

.globalNav > li:not(:first-child):not(:last-child)::before {
	content: "";
	display: block;
	width: 1px;
	height: 1.2em;
	opacity: 0.7;
	background: #bc9d40;
}

.globalNav li:first-child {
}

.globalNav::after {
	left: auto;
	right: 0;
}

.globalNav a {
	padding: 0 1.2em;
	position: relative;
	display: block;
	white-space: nowrap;
	font-weight: 400;
	font-size: 1.1vw;
	color: #bc9d40;
	line-height: 1.2;
	text-decoration: none;
	-webkit-user-select: none;
	user-select: none;
}

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

	.globalNav a {
		font-size: 1.6vw;
	}
}

.globalNav .new a::after {
	content: "NEW";
	position: absolute;
	bottom: -2.3em;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3em;
	height: 3em;
	font-weight: 400;
	font-size: 0.7vw;
	color: #bc9d40;
	background: #ffff00;
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}

.menu .globalNav .new a::after {
	display: none;
}

.globalNav a:hover {
}

.globalNav > li:last-child {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.official-sns-link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.3em;
}

.official-sns-link > li {
	width: 1em;
}

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

	.official-sns-link > li {
		width: 1.2em;
	}
}

.official-sns-link > li.official-site {
	width: auto;
}

.official-sns-link a {
	padding: 100% 0 0;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
}

.official-sns-link .official-site a {
	padding: 0;
	overflow: visible;
	width: auto;
	height: auto;
}

.official-sns-link .x a {
	background: url(../images/common/nav/sns/x.svg) no-repeat;
	background-size: 100% auto;
}

.official-sns-link .youtube a {
	background: url(../images/common/nav/sns/youtube.svg) no-repeat;
	background-size: 100% auto;
}

.official-sns-link .instagram a {
	background: url(../images/common/nav/sns/instagram.svg) no-repeat;
	background-size: 100% auto;
}

.official-sns-link .x a {
	background: url(../images/common/nav/sns/x.svg) no-repeat;
	background-size: 100% auto;
}

.sns-link {
	position: absolute;
	top: 16px;
	right: 16px;
	display:flex;
	gap: 4px;
	width: 68px;
	z-index: 18;
}

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

.sns-link li {
	width: 50%;
}

.sns-link .x a,
.sns-link .line a {
	padding: 100% 0 0;
	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 .line a {
	background: url(../images/common/nav/sns/line.svg) no-repeat center center;
	background-size: 100% auto;
}


#top .scroll {
	padding: 0 0 0;
	overflow: hidden;
	position: absolute;
	bottom: 5.5em;
	right: 0;
	width: 60px;
	height: 14vh;
	font-size: 1vw;
	opacity: 0;
	z-index: 122;
}

#top.active .scroll {
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 1.5s;
	opacity: 1;
}

body.scroll #top.active .scroll {
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 0s;
	opacity: 0;
}

.h2 #top .scroll,
.h #top .scroll {
	font-size: 1.4vw;
}

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

#top .scroll::after {
	background: rgba(0, 132, 164, 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);}
}

#top .scroll p {
	display: none;
}

#top::before {
	content: "SCROLL";
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 54px;
	height: 5em;
	overflow: hidden;
	writing-mode: vertical-rl;
	font-size: 1vw;
	font-family: 'Zen Kaku Gothic New', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0084a4;
	opacity: 0;
	z-index: 15;
}

#top.active::before {
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 1.5s;
	opacity: 1;
}

body.scroll #top.active::before {
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 0s;
	opacity: 0;
}


.h2 #top::before,
.h #top::before {
	font-size: 1.4vw;
}


.menu .globalNav {
	margin: 0;
	padding: 0;
	position: static;
	display: block;
	background: none;
	width: auto;
	z-index: 304;
}

.menu .globalNav li {
	justify-content: center;
}

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

.menu .sns-link {
	top: 1.5% ;
	right: 1%;
	width: 16vw;
}

#menu-btn {
	display: block;
	position: fixed;
	top: 8px;
	right: 8px;
	height: 61px;
	width: 79px;
	outline: none;
	border: none;
	background: none;
	cursor: pointer;
	opacity: 0;
	z-index: 901;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 0s;
	z-index: 0;
	}

@media only screen and (max-width: 1470px) {
	#menu-btn {
		top: 0;
		width: 48px;
	}
}

body.scroll #menu-btn {
	opacity: 1;
	z-index: 901;
}

#menu-btn.open {
	z-index: 900;
	}

#menu-btn::before,
#menu-btn::after,
#menu-btn span {
	content: "";
	padding-top: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	opacity: 1;
	background: #bc9d40;
	transform: translateY(-50%) translateX(-50%);
}



#menu-btn.open::before,
#menu-btn.open::after,
#menu-btn.open span {
	opacity: 0;
}


.b #menu-btn {
}


.b #menu-btn::before,
.b #menu-btn::after,
.b #menu-btn span {
	background: #c7c6cb;
}

#menu-btn::before {
	transform: translateY(-25%) translateX(-50%);
	animation: btnTr 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
	transition: 0.4s ease-in-out;
}

#menu-btn span {
	transition: 0.4s ease-in-out;
	transform: translateY(-50%) translateX(-50%);
}

#menu-btn::after {
	transform: translateY(-75%) translateX(-50%);
	animation: btnBr 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
	transition: 0.4s ease-in-out;
}

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

#menu-btn.b.active span,
	#menu-btn.active span {
	background: #bc9d40;
	opacity: 0;
}

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

/*
.modal button {
	display: block;
	position: fixed;
	top: 0;
	right: 16px;
	height: 61px;
	width: 79px;
	outline: none;
	border: none;
	background: none;
	cursor: pointer;
	opacity: 1;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	z-index: 3002;
	}

.modal.open button {
	z-index: 3000;
	}

.modal button::before,
.modal button::after {
	content: "";
	padding-top: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	opacity: 1;
	background: #bc9d40;
}
*/

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

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

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

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

#menu-btn.b::before,
#menu-btn.b::after,
#menu-btn.b span {
	background: #777;
}

.menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	text-align: right;
	z-index: 900;
}

	.menu button {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	cursor: default;
	background: rgba(255, 255, 1, 0.97);
	border: none;
	z-index: 302;
}

.menu div {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100vh;
	z-index: 303;
}

.menu .globalNav li {
	text-align: center;
}

.menu .globalNav > li:not(:first-child):not(:last-child)::before {
	display: none;
}

.menu .globalNav > li:last-child {
	padding-top: 2em;
	position: static;
	transform: none;
}

.menu .globalNav > li:not(:last-child) a {
	padding: 0.4em 1em;
	display: inline-block;
	line-height: 1.2;
	font-size: 5vh;
	font-weight: 300;
	text-align: center;
}

.menu .official-sns-link > li {
	width: 4vh;
}

.menu .official-sns-link > li.official-site {
	width: auto;
}

.menu .official-sns-link .official-site a {
	font-size: 3.2vh;
}


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

.primary {
	padding: 0 0;
	position: relative;
	width: 100%;
}

/*
.primary::before {
	content: "";
	padding-top: 67.5%;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	background: url(../images/common/header/photo.webp) no-repeat left top;
background-size: cover;
	z-index: 0;
}
*/

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

.notice p {
	display: flex;
	font-size: 13px;
	line-height: 1.6;
}

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

section {
	position: relative;
	z-index: 10;
}

.primary section h2 {
	padding-bottom: 16px;
	font-weight: 300;
	font-size: 60px;
	color: #bc9d40;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}

#release h2 span {
	font-weight: 400;
	font-size: 36px;
}

#release h2 span:nth-of-type(2) {
	font-weight: 300;
	font-size: 60px;
}

#release h2 span:nth-of-type(2) span {
	font-weight: 300;
	font-size: 64px;
}

#live h2 span {
	font-size: 64px;
}

@media only screen and (max-width: 1240px) {
	.primary section h2 {
		font-size: 5vw;
	}

	#release h2 span {
		font-size: 3.4vw;
	}

	#release h2 span:nth-of-type(2) span,
	#live h2 span {
		font-size: 5.6vw;
	}
}

.primary section .contents {
	margin: 0 auto;
	padding: 0 64px 0;
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 1140px) {
	.primary section h2 {
		font-size: 58px;
	}

	#release h2 span {
		font-size: 36px;
	}

	#release h2 span:nth-of-type(2) span,
	#live h2 span {
		font-size: 62px;
	}
}

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

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


/*--------------------------------------
news
---------------------------------------*/

#news {
	padding: 80px calc(8% - 64px) 140px calc(38% - 64px);
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 1460px) {
	#news {
		padding: 80px 0 140px calc(36% - 64px);
	}
}

#news h2 {
	padding: 0;
	overflow: hidden;
	height: 0;
	width: 0;
}

#news .feed {
	margin: 0 auto;
	padding: 0 64px;
	position: relative;
	display: flex;
	gap: 24px;
	width: 100%;
	z-index: 4;
}

#news .feed::before {
	content: "NEWS";
	margin-top: -16px;
	font-weight: 300;
	font-size: 60px;
	color: #bc9d40;
	line-height: 1.2;
	letter-spacing: 0;
}

#news .entryList {
	flex: 1;
}

#news .entryList li {
	border-bottom: solid 1px rgba(188, 157, 64, 0.3);
}

#news .entryList li:first-child {
	border-top: solid 1px  rgba(188, 157, 64, 0.3);
}

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

#news .entry a {
	padding: 24px 48px 24px 0;
	position: relative;
	display: block;
	overflow: hidden;
	color: #454545;
	line-height: 1.8;
	font-size: 16px;
	text-decoration: none;
}

#news .entry a::after {
	content: "";
	margin-top: -4px;
	padding-top: 8px;
	position: absolute;
	top: 50%;
	right: 16px;
	display: block;
	width: 8px;
	height: 0;
	transform: rotate(-45deg);
	border: solid 1px #bc9d40;
	border-top: none;
	border-left: none;
	transition: 0.4s ease-in-out;
}

#news .entryList + ul a:hover::after,
#news .entry a:hover::after {
	right: 8px;
}

#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;
}

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

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

	#news .entry p {
		display: block;
	}
}

/*--------------------------------------
witness
---------------------------------------*/

#witness {
	padding: 80px calc(8% - 64px) 240px calc(38% - 64px);
}

@media only screen and (max-width: 1460px) {
	#witness {
		padding: 80px 0 140px calc(36% - 64px);
	}
}

#witness.new h2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

#witness.new h2::after {
	content: "NEW";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3em;
	height: 3em;
	font-size: 30px;
	color: #988776;
	background: #ffff00;
	border-radius: 50%;
	transition: 0.4s cubic-bezier(.57,0,.26,1);
	z-index: 110;
}

@media only screen and (max-width: 1140px) {
	#witness.new h2::after {
		font-size: 20px;
	}
}

#witness .catch {
	padding: 16px 0 0.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}

#witness .catch::after {
	content: "";
	display: block;
	width: 3em;
	height: 1px;
	background: #454545;
}

#witness .lead {
		text-align: center;
	font-size: 18px;
}

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

	#witness .contents {
		text-align: center;
	}

	#witness .lead {
		display: inline-block;
		text-align: left;
	}
}

#witness ul.list {
	padding-top: 32px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 8px;
}

#witness ul.list > li {
	position: relative;
	width: calc((100% - 8px * 3) / 4);
}

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

	#witness ul.list > li {
		width: calc((100% - 8px * 1) / 2);
	}
}

#witness ul.list > li.disabled::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#witness button.modalWindow {
	position: relative;
	width: 100%;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
}

#witness .disabled button.modalWindow {
	cursor: default;
}

#witness button.modalWindow span {
	padding-top: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.2em;
	color: #454545;
	font-size: 18px;
	line-height: 1.2;
	transition: 0.4s cubic-bezier(.57,0,.26,1);
}

#witness button.modalWindow span span {
	padding: 0;
	width: 100%;
	display: block;
	font-size: 14px;
}

@media (any-hover: hover) {
	#witness li button.modalWindow:hover span {
	}
}

#witness button.modalWindow > span::before {
	content: "";
	display: block;
	width: 1.2em;
	height: 1.2em;
	background: url(../images/contents/witness/link.svg) no-repeat #0084a4;
	background-size: 100% auto;
	border-radius: 50%;
	transition: 0.4s cubic-bezier(.57,0,.26,1);
}

@media (any-hover: hover) {
	#witness li button.modalWindow:hover > span::before {
	background-color: #40daff;
	}
}

#witness .new button.modalWindow > span::after {
	content: "NEW";
	position: absolute;
	top: 0.3em;
	right: 0.3em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3em;
	height: 3em;
	font-weight: 400;
	font-size: 0.7vw;
	color: #988776;
	background: #ffff00;
	border-radius: 50%;
	z-index: 110;
}

@media only screen and (max-width: 1680px) {
	#witness .new button.modalWindow span::after {
		font-size: 1.4vw;
	}
}

#witness button.modalWindow::before {
	content: "";
	padding-top: 76.875%;
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	transition: background 0.8s cubic-bezier(.57,0,.26,1);
	z-index: 103;
}

#witness ul.list > li.disabled button.modalWindow span::before,
#witness ul.list > li.disabled button.modalWindow::before {
	opacity: 0.3;
}

#witness #a1 button.modalWindow::before {
	background: url(../images/contents/witness/p1.webp) no-repeat center center;
	background-size: 100% auto;
}

#witness #a2 button.modalWindow::before {
	background: url(../images/contents/witness/p2.webp) no-repeat center center;
	background-size: 100% auto;
}

#witness #a3 button.modalWindow::before {
	background: url(../images/contents/witness/p3.webp) no-repeat center center;
	background-size: 100% auto;
}

#witness #a4 button.modalWindow::before {
	background: url(../images/contents/witness/p4.webp) no-repeat center center;
	background-size: 100% auto;
}

@media (any-hover: hover) {
	#witness #a1 button.modalWindow:hover::before,
	#witness #a2 button.modalWindow:hover::before,
	#witness #a3 button.modalWindow:hover::before,
	#witness #a4 button.modalWindow:hover::before {
		background-size: 120% auto;
	}
}

#witness #a2.disabled button.modalWindow:hover::before,
#witness #a3.disabled button.modalWindow:hover::before,
#witness #a4.disabled button.modalWindow:hover::before {
	background-size: 100% auto;
}

#witness button.modalWindow::after {
	content: "";
	padding-top: 76.875%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	background: #000;
	z-index: 1;
}

.modal {
position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100svh;
	display: none;
	overscroll-behavior: none;
		z-index: 1101;
}

.modal > div {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100svh;
	z-index: 1105;
}

.modal > div::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 86%;
	max-width: 1140px;
	height: 76vh;
	background: #fff;
	transform: translate(-50%, -50%);
	z-index: 1104;
}


.modal > div > button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100svh;
	outline: none;
	border: none;
	cursor: pointer;
	background: rgba(0, 0, 0, .8);
	z-index: 1103;
}

#artists_modal .contents > button {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100svh;
	outline: none;
	border: none;
	cursor: pointer;
	background: rgba(0, 0, 0, .5);
	z-index: 1104;
}

.modal > div > div {
	padding: 48px 72px 72px;
	position: relative;
	width: calc(86%);
	max-width: calc(1140px);
	height: 76vh;
	background: #fff;
	overflow-y: auto;
	background: #fff;
	overscroll-behavior: none;
	z-index: 1105;
}

@media only screen and (max-width: 1240px) {
	.modal > div > div {
		padding: 32px 56px 64px;
	}
}

.modal > div > div > button {
	padding-top: 61px;
	overflow: hidden;
	position: fixed;
	top: 8px;
	right: 8px;
	width: 79px;
	height: 0;
	outline: none;
	border: none;
	cursor: pointer;
	background: none;
	z-index: 1104;
}

@media only screen and (max-width: 1470px) {
	.modal > div > div > button {
		top: 0;
		width: 48px;
	}
}


.modal > div > div > button::before,
.modal > div > div > button::after {
	content: "";
	padding-top: 1px;
	position: absolute;
	top: 21px;
	left: 50%;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	cursor: pointer;
	background: #bc9d40;
	transform: rotate(30deg);
	z-index: 1107;
}

.modal > div > div > button::before {
	animation: btnTr2 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

.modal > div > div > button::after {
	top: 39px;
	transform: rotate(-30deg);
	animation: btnBr2 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

body.open-modal .modal > div > div > button::before,
.modal.open > div > div > button::before {
	animation: btnT2 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

body.open-modal .modal > div > div > button::after,
.modal.open > div > div > button::after {
	animation: btnB2 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

/* btnT2 */
@keyframes btnT2 {
	0% { transform: translateX(-50%) translateY(0px);}
	20% { transform: translateX(-50%) translateY(9px) rotate(0deg);}
	100% { transform: translateX(-50%) translateY(9px) rotate(-30deg);}
}

/* btnTr2 */
@keyframes btnTr2 {
	0% { transform: translateX(-50%) translateY(9px) rotate(-30deg);}
	30% { transform: translateX(-50%) translateY(9px) rotate(0deg);}
	100% { transform: translateX(-50%) translateY(9px);}
}

/* btnB2 */
@keyframes btnB2 {
	0% { transform: translateX(-50%) translateY(0px);}
	20% { transform: translateX(-50%) translateY(-9px) rotate(0deg);}
	100% { transform: translateX(-50%) translateY(-9px) rotate(30deg);}
}

/* btnBr 2*/
@keyframes btnBr2 {
	0% { transform: translateX(-50%) translateY(-9px) rotate(30deg);}
	30% { transform: translateX(-50%) translateY(-9px) rotate(0deg);}
	100% { transform: translateX(-50%) translateY(-9px);}
}

.modal > div > div > h3 {
	padding: 0 0 24px;
	line-height: 1.2;
	font-size: 32px;
}

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

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

.modal > div > div > ul {
}

.modal > div > div > ul > li {
	padding: 40px 0;
	border-top: solid 1px;
}

.modal > div > div > ul > li > dl {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	gap: 0 24px;
}

.modal > div > div > ul > li > dl > dt {
	width: 3.4em;
	font-size: 20px;
	line-height: 1.2;
	text-align: right;
	flex-shrink: 0;
}

.modal > div > div > ul > li > dl > dd {
	margin-bottom: 40px;
	padding-left: 24px;
	width: calc(100% - 24px - 3.4em);
	font-size: 20px;
	border-left: solid 1px;
}

.modal > div > div > ul > li > dl > dd > p {
	font-size: 16px;
	line-height: 2.2;
}

.modal > div > div > ul > li > dl > dd > p:nth-of-type(1) {
	margin-top: -0.4em;
}

.modal p.q {
	padding: 0.7em 0;
	display: flex;
	align-items: start;
	gap: 0.4em;
}

.modal p.q:nth-of-type(1) {
	padding: 0 0 0.7em 0;
}

.modal p.q::before {
	content: "";
	margin-top: 1em;
	display: block;
	width: 2em;
	height: 1px;
	background: #454545;
}

.modal .author {
	margin-top: -24px;
	text-align: right;
}

.modal .prevnext {
	position: fixed;
	left: 50%;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% + 1140px);
	transform: translateX(-50%) translateY(-50%);
	max-width: 1300px;
	z-index: 1104;
}

.modal .prevnext li {
	width: 60px;
}

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

	.modal .prevnext {
		width: 98%;
	}

	.modal .prevnext li {
		width: 5%;
	}
}

.modal .prevnext button {
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	outline: none;
	border: none;
	cursor: pointer;
	background: url(../images/contents/witness/link.svg) no-repeat #0084a4;
	background-size: 100% auto;
	border-radius: 50%;
	transition: 0.4s cubic-bezier(.57,0,.26,1);
}

.modal .prevnext .prev button {
	transform: rotate(180deg);
}

.modal .prevnext button:hover {
	background-color: #40daff;
}

.modal .prevnext button.disabled {
	cursor: default;
	background: #0a404d;
}

.modal .prevnext button.disabled:hover {
	background: #0a404d;
}

.modal .prevnext button.disabled::after {
	content: "";
	padding-top: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	opacity: 0.2; 
	background: url(../images/contents/witness/link.svg) no-repeat;
	background-size: 100% auto;
}

.modal .prevnext button.disabled:hover::after {
}

.movie {
	margin: 0 auto;
	width: 100%;
	background: #000;
}

.movie > div {
	position: relative;
	padding: 56.25% 0 0;
	height: 100%;
	z-index: 100;
}

.movie > div iframe,
.movie > div object,
.movie > div embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	z-index: 2;
}


/*--------------------------------------
release
---------------------------------------*/

#release {
	padding: 80px calc(8% - 64px) 140px calc(38% - 64px);
}

@media only screen and (max-width: 1460px) {
	#release {
		padding: 80px 0 140px calc(36% - 64px);
	}
}

#release .jacket {
	position: absolute;
	top: 80px;
	left: 64px;
	width: calc(50% - 64px);
	background: url(../images/contents/release/VICL-66150/jacket/VICL-66150.webp) no-repeat;
	background-size: 100% auto;
	box-shadow: 0 0 8px rgba(0,0,0,0.06), 0 0 20px rgba(0,0,0,0.04);
	border: solid 1px rgba(188, 157, 64, 0.4);
}

#release .detail {
	padding-top: 80px;
}

#release .detail::before {
	content: "";
	padding-top: 50%;
	display: block;
	width: 50%;
	height: 0;
	float: left;
}

#release .option,
#release .streaming,
#release .detail > li:not(.date):not(.comment) {
	margin-left: calc(50% + 32px);
}

#release .date {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

#release .date p {
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	color: #bc9d40;
}

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

#release .data {
	padding: 16px 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

#release .data p {
	font-size: 14px;
}

#release .comment {
	padding-top: calc(50% + 40px);
	position: absolute;
	top: 0;
	left: 64px;
	width: calc(50% - 64px);
}

#release .comment > div {
	padding-left: 1.5em;
	display: flex;
	flex-direction: column;
	align-items: start;
	border-left: solid 1px rgba(188, 157, 64, 0.3);
}

#release .comment p {
	font-size: 20px;
}

#release .comment p span {
	font-size: 21px;
}

#release .comment .author {
	padding-top: 1em;
	display: block;
}

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

	#release .comment .author,
	#release .comment p {
		font-size: 1.1vw;
	}

	#release .comment p span {
		font-size: 1.2vw;
	}
}

#release .ec {
	flex-shrink: 0;
}

#release .option a,
#release .streaming a,
#release .ec a {
	padding: 1em 3em;
	display: table;
	font-weight: 400;
	font-size: 15px;
	color: #f7f7f7;
	text-align: center;
	text-decoration: none;
	background: #9d8d7e;
	-webkit-user-select: none;
	user-select: none;
}

#release .ec a {
	padding: 0.5em 3em;
}

#release .track-list {
}

#release .track-list > dl {
	display: flex;
	align-items: start;
	gap: 16px;
}

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

#release .track-list > dl > dt {
	padding: 0.4em 0 0.5em;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 5em;
	font-size: 14px;
	line-height: 1.2;
	border: solid 1px;
}

@media only screen and (max-width: 1420px) {
	#release .track-list > dl {
		padding-top: 16px;
		flex-direction: column;
	}

	#release .track-list > dl > dt {
		padding: 0.6em 0 0.7em;
		width: 100%;
	}
}

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

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

#release .track-list ol > li:last-child {
	padding: 0 0 0 0;
}


#release .track-list ol > li::before {
	counter-increment: listcount;
	content: counter(listcount, decimal-leading-zero) ".";
	width: 1.6em;
	font-feature-settings: 'palt' 1;
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
	z-index: 1;
}

#release .track-list .dvd ol > li::before {
	content: counter(listcount, decimal) ".";
}

#release .track-list ol > li > p {
	line-height: 1.6;
	font-size: 18px;
	flex: 1;
}

#release .track-list .tieup {
	line-height: 1.6;
	font-size: 13px;
}

@media only screen and (max-width: 1420px) {
	#release .track-list ol > li {
		padding: 0 0 0.6em 0;
	}

	#release .track-list ol > li::before,
	#release .track-list ol > li > p {
		font-size: 16px;
	}
}

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

	#release .track-list .tieup {
		display: block;
	}
}

#release .streaming,
#release .option {
	padding-top: 40px;
}

#release .streaming dt,
#release .option dt {
	display: flex;
	align-items: center;
	gap: 0.2em;
	font-size: 18px;
}

#release .streaming dt::before,
#release .option dt::before {
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	background: #454545;
}


#release .streaming dd,
#release .option dd {
	padding: 8px 0 0 1.1em;
}

@media only screen and (max-width: 1240px) {
	#release .contents {
		padding-top: 80px;
	}

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

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

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

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

	#release .option,
	#release .streaming,
	#release .detail > li:not(.date):not(.comment) {
		margin-left: 0;
	}

	#release .comment {
		padding: 40px 0;
		position: static;
		width: auto;
	}

	#release .comment > div {
		padding: 2em 0;
		align-items: center;
		border: none;
		background: #fff;
	}

	#release .comment .author,
	#release .comment p {
		font-size: 20px;
		text-align: center;
	}

	#release .comment p span {
		font-size: 21px;
	}

	#release .track-list > dl {
		padding-top: 16px;
		flex-direction: row;
	}

	#release .track-list > dl > dt {
		padding: 0.4em 0 0.5em;
		width: 5em;
	}

	#release .track-list .tieup {
		display: inline;
	}

}

/*--------------------------------------
live
---------------------------------------*/

#live {
	padding: 80px 0 140px 0;
	background: #f7f7f7;
}

.visual {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 3 / 2;
}

.visual-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 3 / 2;
	background: url(../images/contents/live/photo.webp) no-repeat center / cover;
	transform: translateY(var(--parallax, 0));
	will-change: transform;
}

.visual::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0) 94%, rgba(0, 0, 0, 0.3) 100%);
	z-index: 10;
}

#live h2 {
}

#live h2 br {
	display: none;
}

@media only screen and (max-width: 1140px) {
	#live h2 br {
		display: block;
	}
}

#live .contents {
	max-width: 1240px;
}

#live .detail {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#live .date p {
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	color: #bc9d40;
}

#live .date p span {
	padding: 0.6em 0;
	display: block;
	font-size: 18px;
	line-height: 1.2;
}

#live .venue {
	padding-bottom: 40px;
}

#live .venue p {
	font-weight: 400;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	color: #bc9d40;
}

#live .performer,
#live .ticket {
}

#live .info > dl {
	padding-bottom: 40px;
	display: flex;
	align-items: start;
	gap: 16px;
}

#live .info > dl > dt {
	padding: 0.6em 0 0.7em;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 6em;
	font-size: 14px;
	line-height: 1.2;
	border: solid 1px;
}

#live .guest p,
#live .performer p,
#live .ticket p {
	font-size: 18px;
}

#live .info > dl ul > li:not(:last-child) {
	padding-bottom: 0.6em;
}

#live .link a {
	padding: 1em 3em;
	display: table;
	font-weight: 400;
	font-size: 15px;
	color: #f7f7f7;
	text-align: center;
	text-decoration: none;
	background: #9d8d7e;
	-webkit-user-select: none;
	user-select: none;
}
@media only screen and (max-width: 1240px) {

	#live .guest p,
	#live .performer p,
	#live .ticket p {
		font-size: 16px;
	}
}
/*--------------------------------------
playlist
---------------------------------------*/

#playlist {
	padding: 120px calc(8% - 64px) 140px;
	width: 100%;
	background: #ffff01;
}

@media only screen and (max-width: 1460px) {
	#playlist {
		padding: 120px 0 140px;
	}
}

#playlist h2 {
	padding-bottom: 32px;
}

#playlist .contents > ul {
	padding-top: 8px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

#playlist .contents > ul > li {
	width: calc((100% - 8px) / 2);
}

#playlist .contents > ul > li iframe {
	width: 100%;
	height: 450px;
}


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

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

body.scroll ul.toTop {
	opacity: 1;
	z-index: 800;
}

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

ul.toTop a::before {
	content: "";
	margin: -5px 0 0 -10px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 18px;
	height: 18px;
	transform: rotate(45deg);
	border: solid 1px #bc9d40;
	border-right: none;
	border-bottom: 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;
}

ul.toTop a:hover {
}

ul.toTop a:hover::before {
}

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

footer {
	padding: 160px 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	background: #0084a4;
	z-index: 799;
}

footer .copyright::before {
	content: "";
	display: block;
	margin: 0 auto 32px;
	padding-top: 123px;
	width: 300px;
	height: 0;
	background: url(../images/common/header/title.webp) no-repeat center bottom;
	background-size: 100% auto;
}

footer .copyright p {
	font-family: 'Zen Kaku Gothic New', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	letter-spacing: 0;
	font-size: 15px;
	font-weight: 400;
	color: #f7f7f7;
	line-height: 1.2;
}

footer .copyright br {
	display: none;
}

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


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

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

	body {
		font-size: 14px;
	}

	.primary section h2 {
		font-size: 48px;
	}

	#release h2 span {
		font-size: 32px;
	}

	#release h2 span:nth-of-type(2) span,
	#live h2 span {
		font-size: 52px;
	}

	.modal > div > div > ul > li > dl > dd > p {
		font-size: 14px;
		line-height: 2.2;
	}

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

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


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

}

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

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

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

	body::before {
		padding-top: 149.37%;
		padding-top: 100vh;
		top: auto;
		bottom: 0;
		width: 100%;
		filter: blur(0px);
		opacity: 1;
		background: url(../images/common/header/photo_sp.webp) no-repeat left center;
		background-size: 100% auto;
		transition: opacity 1s cubic-bezier(.57,0,.26,1) 0s, filter 1s cubic-bezier(.57,0,.26,1) 0s;
		z-index: 0;
	}

	body.scroll::before {
		filter: blur(10px);
		opacity: 0.2;
	}

	#top {
		padding: 48px 48px 56px;
		justify-content: end;
	}

	.siteTitle {
		padding-top: 62.2%;
		width: 100%;
		background: url(../images/common/header/title_sp.webp) no-repeat center center;
		background-size: contain;
		transform: none;
	}

	#top .globalNav {
		display: none;
	}

	.menu .globalNav .new a::after {
		bottom: auto;
		top: 50%;
		left: auto;
		right: -2em;
		display: flex;
		font-size: 3vw;
		color: #ffff00;
		background: #bc9d40;
		transform: translateY(-50%);
	}

	.sns-link {
		top: 5px;
		right: 8px;
	}

	#menu-btn {
		top: 0px;
		right: auto;
		left: 4px;
		width: 48px;
		height: 41px;
		opacity: 0;
		transition: opacity 1s cubic-bezier(.57, 0, .26, 1) 0s;
		z-index: 3002;
	}

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

	#menu-btn::before,
	#menu-btn::after,
	#menu-btn span {
		width: calc(100% - 8px);
	}

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

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

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

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

	.menu .globalNav > li:not(:last-child) a {
		padding: 0.4em 0.5em;
		font-size: 6.8vw;
		font-weight: 400;
	}

	.menu .globalNav > li:last-child {
		padding-top: 3em;
	}

	.official-sns-link {
		padding-top: 5em;
		position: relative;
		gap: 2em;
	}

	.official-sns-link::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		width: 20em;
		height: 1px;
		background: #bc9d40;
		transform: translateX(-50%);
	}

	.menu .official-sns-link .official-site a {
		font-size: 2.8vh;
	}

	.menu .official-sns-link > li {
		width: 6.5vw;
	}

	#top .scroll {
		bottom: 22.5em;
		width: 32px;
		height: 15vh;
	}

	#top::before {
		width: 32px;
		height: 5em;
		font-size: 4vw;
	}

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

	.primary section h2 {
		padding-bottom: 16px;
		font-size: 36px;
		line-height: 1.3;
	}

	#release h2 span:nth-of-type(1) {
		display: block;
		font-size: 24px;
	}

	#release h2 span:nth-of-type(2) span {
		display: inline;
	}

	#live h2 span {
		font-size: 46px;
		line-height: 1.2;
	}

	#news {
		padding: 48px 0 40px;
	}

	#news h2 {
		padding-bottom: 16px;
		overflow: visible;
		height: auto;
		width: auto;
}

	#news .feed {
		padding: 0 24px;
		display: block;
	}

	#news .feed::before {
		display: none;
	}

	#news .entry a {
		padding: 16px 32px 16px 0;
		line-height: 1.7;
		font-size: 14px;
	}

	#news .entry time {
		padding-bottom: 4px;
		width: auto;
		font-size: 14px;
	}

	#release {
		padding: 48px 0 56px;
	}

	#release .contents {
		padding: 50px 24px 0;
	}

	#release .date p {
		font-size: 24px;
		line-height: 14px;
	}

	#release .jacket {
		width: 100%;
	}

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

	#release .comment {
		padding: 24px 0;
	}

	#release .comment > div {
		padding: 2em 1.5em;
	}

	#release .comment .author,
	#release .comment p {
		font-size: 3.9vw;
		line-height: 2;
	}

	#release .comment p span {
		font-size: 4.2vw;
	}
#release .data {
		justify-content: center;
}

	#release .track-list .tieup {
		display: block;
		font-size: 12px;
	}

	#release .track-list ol > li::before,
	#release .track-list ol > li > p {
		font-size: 14px;
	}

	#release .streaming dt,
	#release .option dt {
		font-size: 16px;
	}

	#release .option a,
	#release .streaming a,
	#release .ec a {
		padding: 1em 2em;
		font-size: 14px;
	}

	#release .ec a {
		padding: 0.5em 2em;
	}

	#witness {
		padding: 48px 0 56px;
		overflow: hidden;
	}

	#witness.new h2 {
		display: block;
	}

	#witness.new h2::after {
		content: "";
		position: absolute;
		top: -48px;
		right: 0;
		width: 3.5em;
		height: 3.5em;
		font-size: 18px; 
		background-color: #ffff00;
		border-radius: 0;
		clip-path: polygon(0 0, 100% 0, 0 100%);
		transform: rotate(90deg);
		z-index: -1;
	}

	#witness.new h2::before {
		content: "NEW";
		position: absolute;
		top: -48px;
		right: 0;
		width: 5.3em;
		height: 5.3em;
		font-size: 18px; 
		color: #988776;
		transform: rotate(45deg);
		z-index: 10;
	}


	@media only screen and (max-width: 375px) {
		#witness.new h2::before,
		#witness.new h2::after {
		}
	}

	#witness .lead {
		font-size: 16px;
	}

	#witness ul.list {
		padding-top: 32px;
		flex-direction: column;
		gap: 24px;
	}

	#witness ul.list > li {
		width: 100%;
	}

	#witness button.modalWindow span::before {
		width: 1.4em;
		height: 1.4em;
	}

	#witness .new button.modalWindow span::after {
		font-size: 3.4vw;
	}

	#witness button.modalWindow::after,
	#witness button.modalWindow::before {
		padding-top: 60%;
	}

	#witness #a1 button.modalWindow::before,
	#witness #a2 button.modalWindow::before,
	#witness #a3 button.modalWindow::before,
	#witness #a4 button.modalWindow::before {
		background-position: center top;
	}

	.modal {
		height: 100%;
		background: rgba(0, 0, 0, .8);
	}

	.modal > div {
		padding: 24px 0;
		flex-direction: column;
		gap: 8px;
		top: 50%;
		transform: translateY(-50%);
	}

	.modal > div::after {
		display: none;
	}

	.modal > div > button {
		background: none;
	}
	.modal > div > div {
		padding: 24px 16px 40px;
		height: calc(100vh - 40px - 40px);
	}

	.modal > div > div > h3 {
		font-size: 20px;
	text-align: center;
	}

	.modal > div > div > ul > li:nth-of-type(1) {
		padding: 0 0 24px;
		border: none;
	}

	.modal > div > div > ul > li:nth-of-type(2) {
		padding: 0;
		border: none;
	}

	.modal > div > div > ul > li > dl {
		flex-direction: column;
		justify-content: center;
		gap: 0 24px;
	}

	.modal > div > div > ul > li > dl > dt {
		padding: 8px 0;
		width: 100%;
		font-size: 16px;
		text-align: center;
		border-top: solid 1px;
		border-bottom: solid 1px;
	}

	.modal > div > div > ul > li > dl > dd {
		margin-bottom: 24px;
		padding: calc(8px + 0.5em) 0 0;
		width: 100%;
		font-size: 14px;
		border-left: none;
	}

	.modal > div > div > ul > li > dl > dd > p {
		line-height: 2;
	}

	.modal p.q::before {
		margin-top: 1em;
}

	.modal .author {
		margin-top: 0;
		padding-top: 24px;
		border-top: solid 1px;
	}

	.modal > div > div > button {
		-webkit-appearance: none;
		appearance: none;
		position: fixed;
		top: 22px;
		right: 28px;
	height: 41px;
	}

.modal > div > div > button::before,
.modal > div > div > button::after {
	content: "";
	padding-top: 1px;
	position: absolute;
	top: 12px;
	left: 50%;
	overflow: hidden;
	display: block;
		width: calc(100% - 8px);
	height: 0;
	cursor: pointer;
	background: #bc9d40;
	transform: rotate(30deg);
	z-index: 1107;
}

.modal > div > div > button::before {
	animation: btnTr2 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

.modal > div > div > button::after {
	top: 30px;
	transform: rotate(-30deg);
	animation: btnBr2 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

body.open-modal .modal > div > div > button::before,
.modal.open > div > div > button::before {
	animation: btnT2 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

body.open-modal .modal > div > div > button::after,
.modal.open > div > div > button::after {
	animation: btnB2 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

	.modal .prevnext {
		width: 86px;
		position: static;
		transform: none;
	}

	.modal .prevnext li {
		width: 32px;
		height: 32px;
	}

	.visual::before {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0) 94%, rgba(0, 0, 0, 0.1) 100%);
	}

	#live {
		padding: 48px 0 56px;
	}

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

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

	#live .info > dl:not(.performer) > dt {
		letter-spacing: -0.05em;
	}

	#live .guest p,
	#live .performer p,
	#live .ticket p {
		font-size: 14px;
	}

	#live .info > dl.ticket {
		align-items: center;
	}

	#playlist {
		padding: 48px 0 56px;
	}

	#playlist h2 {
		padding-bottom: 8px;
	}

	#playlist .contents > ul {
		flex-direction: column;
	}

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

	ul.toTop a {
		padding-top: 35px;
		width: 35px;
	}

	footer {
		padding: 56px 0;
	}

	footer .copyright::before {
		margin: 0 auto 24px;
		padding-top: calc(42% * 0.4);
		width: calc(100% * 0.4);
	}

	footer .copyright p {
		font-size: 12px;
		line-height: 1.5;
		}

	footer .copyright br {
		display: block;
	}
}

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

@media screen and (orientation: landscape) {



}
