<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 500;
	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: 300;
	font-size: 16px;
	font-family: YakuHanRP, 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: 'palt' 1;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.12em;
	background: url(../images/common/bg.jpg) center top #fff;
	background-size: 400px auto;
	-webkit-font-smoothing: antialiased;
	color: #131313;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	padding: 0;
	margin: 0;
}

img {
	width: 100%;
	-webkit-touch-callout: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

a {
	word-break: break-all;
	text-decoration: underline;
	color: #131313;
	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);
}

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

a:hover {
	opacity: .4;
}


table {
	border-collapse: collapse;
}

.wrapper ::before,
.wrapper ::after {
	font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	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:  #0c0c0c;
	background-size: 100px 100%;
	z-index: 5000;
}

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

.loading p {
	margin: -27px 0 0 -27px;
		padding-top: 38px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 54px;
	height: 0;
	border: 8px solid rgba(149, 161, 160, .6);
	border: 8px solid rgba(163, 159, 125, .6);
	border-radius: 50%;
	border-top-color: transparent;
	animation: spin 0.75s infinite linear;
	z-index: 5002;
}


.loading::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	opacity: 0.6;
	mix-blend-mode: multiply;
background-color:#ffc099;
background-image:
radial-gradient(at 82% 15%, hsla(67,80%,63%,1) 0px, transparent 50%),
radial-gradient(at 59% 73%, hsla(76,78%,77%,1) 0px, transparent 50%),
radial-gradient(at 33% 5%, hsla(70,81%,77%,1) 0px, transparent 50%),
radial-gradient(at 78% 14%, hsla(62,86%,66%,1) 0px, transparent 50%),
radial-gradient(at 41% 56%, hsla(38,83%,68%,1) 0px, transparent 50%),
radial-gradient(at 75% 79%, hsla(32,90%,61%,1) 0px, transparent 50%),
radial-gradient(at 62% 34%, hsla(81,79%,76%,1) 0px, transparent 50%);
	z-index: 2;
}

.loading::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	background: url(../images/common/bg.jpg) center top #fff;
	background-size: 400px auto;
	z-index: 1;
}


/*--------------------------------------
コンテンツ
--------------------------------------*/
.wrapper {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.container {
	text-align: left;
	width: 100%;
	height: auto;
	z-index: 100;
}

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


/*--------------------------------------
header
--------------------------------------*/
#top {
	padding: 0 0;
	position: relative;
	overflow: hidden;
	height: 100vh;
	background: #fff;
}

.siteTitle {
	position: absolute;
	top: 50%;
left: 0;
	overflow: hidden;
	width: 40%;
	height: 0;
background-color:hsla(20,17%,37%,1);
background-image:
radial-gradient(at 86% 30%, hsla(100,91%,69%,0.51) 0px, transparent 50%),
radial-gradient(at 30% 83%, hsla(146,60%,75%,0.48) 0px, transparent 50%),
radial-gradient(at 5% 76%, hsla(50,83%,62%,0.45) 0px, transparent 50%),
radial-gradient(at 33% 60%, hsla(5,71%,66%,0.42) 0px, transparent 50%),
radial-gradient(at 65% 16%, hsla(268,69%,70%,0.4) 0px, transparent 50%),
radial-gradient(at 25% 14%, hsla(120,64%,75%,0.42) 0px, transparent 50%),
radial-gradient(at 91% 32%, hsla(239,66%,73%,1) 0px, transparent 50%);
	z-index: 16;
}

.w .siteTitle {
	margin-top: -23%;
	padding-top: 38%;
	left: 3%;
	width: 50%;
-webkit-mask-image: url(../images/common/header/title.svg);
-webkit-mask-size: 100% auto;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-image: url(../images/common/header/title.svg);
	mask-size: 100% auto;
mask-repeat: no-repeat;
mask-position: center top;
}

.w2 .siteTitle {
	margin-top: -20%;
	padding-top: 35%;
	left: 6%;
	width: 46%;
-webkit-mask-image: url(../images/common/header/title.svg);
-webkit-mask-size: 100% auto;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-image: url(../images/common/header/title.svg);
	mask-size: 100% auto;
mask-repeat: no-repeat;
mask-position: center top;
}

.h .siteTitle {
	margin-top: -25%;
	padding-top: 40%;
	left: 1%;
	width: 52%;
-webkit-mask-image: url(../images/common/header/title.svg);
-webkit-mask-size: 100% auto;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-image: url(../images/common/header/title.svg);
	mask-size: 100% auto;
mask-repeat: no-repeat;
mask-position: center top;
}

.h2 .siteTitle {
	margin: 0 0 0 -46%;
	padding-top: 27%;
	left: 50%;
	width: 90%;
	background: #fff;
	mix-blend-mode: difference;
/*
background-color:hsla(20,41%,26%,1);
background-image:
radial-gradient(at 58% 25%, hsla(12,37%,44%,0.62) 0px, transparent 50%),
radial-gradient(at 44% 82%, hsla(137,40%,41%,0.53) 0px, transparent 50%),
radial-gradient(at 25% 70%, hsla(328,61%,22%,0.64) 0px, transparent 50%),
radial-gradient(at 87% 75%, hsla(58,63%,46%,0.74) 0px, transparent 50%),
radial-gradient(at 69% 21%, hsla(43,52%,50%,0.85) 0px, transparent 50%),
radial-gradient(at 41% 10%, hsla(352,42%,36%,0.75) 0px, transparent 50%),
radial-gradient(at 10% 68%, hsla(201,49%,34%,0.57) 0px, transparent 50%);
*/
-webkit-mask-image: url(../images/common/header/title_h2.svg);
-webkit-mask-size: 100% auto;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-image: url(../images/common/header/title_h2.svg);
	mask-size: 100% auto;
mask-repeat: no-repeat;
mask-position: center;
}

#top &gt; p {
	padding-top: 14%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 3%;
	width: 50%;
	height: 0;
background-color:hsla(20,17%,37%,1);
background-image:
radial-gradient(at 86% 30%, hsla(100,91%,69%,0.51) 0px, transparent 50%),
radial-gradient(at 30% 83%, hsla(146,60%,75%,0.48) 0px, transparent 50%),
radial-gradient(at 5% 76%, hsla(50,83%,62%,0.45) 0px, transparent 50%),
radial-gradient(at 33% 60%, hsla(5,71%,66%,0.42) 0px, transparent 50%),
radial-gradient(at 65% 16%, hsla(268,69%,70%,0.4) 0px, transparent 50%),
radial-gradient(at 25% 14%, hsla(120,64%,75%,0.42) 0px, transparent 50%),
radial-gradient(at 91% 32%, hsla(239,66%,73%,1) 0px, transparent 50%);
	z-index: 16;
}

.w #top &gt; p {
	margin-top: -23%;
	padding-top: 38%;
-webkit-mask-image: url(../images/common/header/lead.svg);
-webkit-mask-size: 100% auto;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-image: url(../images/common/header/lead.svg);
	mask-size: 100% auto;
mask-repeat: no-repeat;
mask-position: center bottom;
}

.w2 #top &gt; p {
	margin-top: -20%;
	padding-top: 35%;
	left: 6%;
	width: 46%;
-webkit-mask-image: url(../images/common/header/lead.svg);
-webkit-mask-size: 100% auto;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-image: url(../images/common/header/lead.svg);
	mask-size: 100% auto;
mask-repeat: no-repeat;
mask-position: center bottom;
}

.h #top &gt; p {
	margin-top: -25%;
	padding-top: 40%;
	left: 1%;
	width: 52%;
-webkit-mask-image: url(../images/common/header/lead.svg);
-webkit-mask-size: 100% auto;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-image: url(../images/common/header/lead.svg);
	mask-size: 100% auto;
mask-repeat: no-repeat;
mask-position: center bottom;
}

.h2 #top &gt; p {
	margin: 0 0 0 -45%;
	padding-top: 39%;
	top: 50%;
	left: 50%;
	width: 90%;
	background: #fff;
	mix-blend-mode: difference;
/*
background-color:hsla(20,41%,26%,1);
background-image:
radial-gradient(at 58% 25%, hsla(12,37%,44%,0.62) 0px, transparent 50%),
radial-gradient(at 42% 68%, hsla(137,40%,41%,0.53) 0px, transparent 50%),
radial-gradient(at 1% 98%, hsla(328,61%,22%,0.64) 0px, transparent 50%),
radial-gradient(at 80% 68%, hsla(58,68%,50%,0.74) 0px, transparent 50%),
radial-gradient(at 76% 24%, hsla(42,88%,58%,0.85) 0px, transparent 50%),
radial-gradient(at 41% 10%, hsla(352,42%,36%,0.75) 0px, transparent 50%),
radial-gradient(at 10% 68%, hsla(201,49%,34%,0.57) 0px, transparent 50%);
*/
-webkit-mask-image: url(../images/common/header/lead_h2.svg);
-webkit-mask-size: 100% auto;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-image: url(../images/common/header/lead_h2.svg);
	mask-size: 100% auto;
mask-repeat: no-repeat;
mask-position: center bottom;
}

#top figure {
	padding-top: 100vh;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/common/header/photo.jpg) no-repeat right center;
	background-size: cover;
	opacity: 0.2;
	transform: scale(1.1);
	z-index: 11;
}

.h #top figure {
	background: url(../images/common/header/photo_h.jpg) no-repeat right center;
	background-size: cover;
}

.h2 #top figure {
	background: url(../images/common/header/photo_h2.jpg) no-repeat center center;
	background-size: cover;
}

#top.active figure {
	-webkit-animation: photo 5s cubic-bezier(.17,.67,.6,.92) 1 forwards;
	animation: photo 5s cubic-bezier(.17,.67,.6,.92) 1 forwards;
}

@-webkit-keyframes photo {
	0% { opacity: 0.5; transform: scale(1.1);}
	100% { opacity: 1; transform: scale(1);}
}

@keyframes photo {
	0% { opacity: 0.5; transform: scale(1.1);}
	100% { opacity: 1; transform: scale(1);}
}

#top figure img {
	width: 100%;
}


nav {
}

.w nav {
}

#top .globalNav {
	position: absolute;
	top: 50%;
	right: 0;
	display: flex;
	opacity: 0;
	display: none;
	z-index: 111;
}

#top.active .globalNav {
	animation: fade 2s cubic-bezier(.17,.67,.6,.92) 2s 1 forwards;
}

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

.globalNav li:not(:last-child)::after {
	content: "";
	margin: -0.3em 0 0;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 0.8em;
	font-size: 1.5vw;
line-height: 2.4;
	background: rgba(255, 255, 255 , .5);
}

.globalNav li:first-child {
}

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

.globalNav a {
	padding: 0 1em;
	position: relative;
	display: block;
	white-space: nowrap;
	font-weight: 700;
	font-size: 1.5vw;
	line-height: 2.4;
	text-align: center;
	color: #fff;
	text-decoration: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.globalNav .new a::before {
	content: "NEW";
	margin-left: -1.6em;
	position: absolute;
	bottom: 0.05em;
	left: 50%;
	width: 3.2em;
	transform: scale(.7);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 1vw;
	line-height: 1.8;
	color: #fff;
	letter-spacing: -0.01em;
	background: #e60221;
	border-radius: 12%;
	z-index: 5;
}

.globalNav a:hover {
	opacity: 1;
	color: #ac1011;
}

.h2 .globalNav a {
	font-size: 1.7vw;
}

.tablet.h2 .globalNav a {
	font-size: 2.2vw;
}

	#menu-btn {
		display: block;
		position: fixed;
		top: 16px;
		left: 16px;
		height: 53px;
		width: 54px;
		outline: none;
		border: none;
		background: none;
		cursor: pointer;
		opacity: 0;
		z-index: 1000;
		-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
		-webkit-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}

	.active #menu-btn {
	animation: fade 1.5s cubic-bezier(.17,.67,.6,.92) 2s 1 forwards;
		z-index: 1100;
	}

@keyframes fade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

	#menu-btn::before,
	#menu-btn::after,
	#menu-btn span {
		content: "";
		margin-left: -20px;
		padding-top: 1px;
		position: absolute;
		top: 0;
		left: 50%;
		overflow: hidden;
		display: block;
		width: 40px;
		height: 0;
		background: #7f886a;
	}

	.b #menu-btn {
		filter: none;
	}


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

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

	#menu-btn:hover::before {
	}

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

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

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

	#menu-btn:hover::after {
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.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(102, 110, 91, 0.94);
		z-index: 303;
	}

.menu .globalNav {
	margin: 0;
	position: static;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	z-index: 304;
}

.menu .globalNav li {
	position: relative;
	font-size: 1.2vw;
}

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

.menu .globalNav a {
	padding: 0 1em;
	position: relative;
	display: inline;
	white-space: nowrap;
	font-family: 'Bebas Neue', 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 400;
	font-size: 4vw;
	line-height: 1.8;
	color: #fff;
	letter-spacing: -0.01em;
	text-decoration: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	transition: all 1s cubic-bezier(.57,0,.26,1);
background-color:hsla(35,100%,75%,1);
background-image:
radial-gradient(at 86% 30%, hsla(100,91%,69%,0.51) 0px, transparent 50%),
radial-gradient(at 30% 83%, hsla(146,60%,75%,0.48) 0px, transparent 50%),
radial-gradient(at 5% 76%, hsla(50,68%,43%,1) 0px, transparent 50%),
radial-gradient(at 33% 60%, hsla(5,71%,66%,0.42) 0px, transparent 50%),
radial-gradient(at 65% 16%, hsla(268,69%,70%,0.4) 0px, transparent 50%),
radial-gradient(at 25% 14%, hsla(120,64%,75%,0.42) 0px, transparent 50%),
radial-gradient(at 91% 32%, hsla(239,66%,73%,1) 0px, transparent 50%);
background-clip: text;
 -webkit-background-clip: text;
 color: transparent;
}

.menu .globalNav .new a::before {
	content: "NEW";
	margin: -1.6em 0 0 0;
	position: absolute;
	bottom: auto;
	top: 50%;
	left: auto;
	right: 0;
	width: 3.2em;
	height: 3.2em;
	transform: scale(1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 1vw;
	line-height: 1.2;
	color: #e60221;
	letter-spacing: -0.01em;
	background: #fff;
	border-radius: 50%;
	z-index: 5;
}

.menu .globalNav a:hover {
	opacity: .4;
}

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

.sns-link {
	display: flex;
	position: absolute;
	top: 8px;
	right: 4px;
	width: 80px;
	opacity: 0;
	z-index: 305;
}

#top.active .sns-link {
	animation: fade 1.5s cubic-bezier(.17,.67,.6,.92) 2s 1 forwards;
}

.sns-link li {
	padding-top: 8px;
	width: 100%;
}

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

.sns-link .twitter a {
	background: #666e5b;
-webkit-mask-image: url(../images/common/nav/sns/twitter.svg);
-webkit-mask-size: 100% auto;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-image: url(../images/common/nav/sns/twitter.svg);
	mask-size: 100% auto;
mask-repeat: no-repeat;
mask-position: center bottom;
}

.sns-link .facebook a {
	background: #666e5b;
-webkit-mask-image: url(../images/common/nav/sns/facebook.svg);
-webkit-mask-size: 100% auto;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-image: url(../images/common/nav/sns/facebook.svg);
	mask-size: 100% auto;
mask-repeat: no-repeat;
mask-position: center bottom;
}

.h .sns-link .twitter a,
.h .sns-link .facebook a {
	background: #e6f1d6;
}


.sns-link a:hover {
}

#top .scroll {
	padding: 0 1.5em 0 0;
	overflow: hidden;
	position: absolute;
	bottom: 16px;
	left: 24px;
	width: calc(24px - 1em);
	height: 8em;
	opacity: 0;
	font-size: 16px;
	z-index: 122;
}

#top.active .scroll {
	animation: fade 1.5s cubic-bezier(.17,.67,.6,.92) 2s 1 forwards;
}

.scroll::before,
.scroll::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(127, 136, 106, .3);
}

.scroll::after {
	background: rgba(127, 136, 106, 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, -28em, 0);}
	100% { transform: translate3d(0, 0, 0);}
}

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

.scroll p {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	writing-mode: vertical-rl;
	font-size: 16px;
	font-family: 'Bebas Neue', 'Noto Sans JP', "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.2;
	color: #7f886a;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.w2 .scroll p {
}


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

.primary {
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 100;
}

.primary::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	opacity: 0.6;
	mix-blend-mode: multiply;
background-color:#ffc099;
background-image:
radial-gradient(at 82% 15%, hsla(67,80%,63%,1) 0px, transparent 50%),
radial-gradient(at 59% 73%, hsla(76,78%,77%,1) 0px, transparent 50%),
radial-gradient(at 33% 5%, hsla(70,81%,77%,1) 0px, transparent 50%),
radial-gradient(at 78% 14%, hsla(62,86%,66%,1) 0px, transparent 50%),
radial-gradient(at 41% 56%, hsla(38,83%,68%,1) 0px, transparent 50%),
radial-gradient(at 75% 79%, hsla(32,90%,61%,1) 0px, transparent 50%),
radial-gradient(at 62% 34%, hsla(81,79%,76%,1) 0px, transparent 50%);
}

.primary::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	background: url(../images/common/bg.jpg) center top #fff;
	background-size: 400px auto;
}

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


@-webkit-keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

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


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

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

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

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

.primary section h2 {
	position: relative;
	line-height: 1.2;
	font-size: 110px;
	font-weight: 400;
	text-align: center;
	font-family: 'Bebas Neue', 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	color: #f1b18b;
	filter: blur(20px);
	-webkit-user-select: none;
	user-select: none;
	transition: all 1s cubic-bezier(.57,0,.26,1);
background-color:hsla(35,100%,75%,1);
background-image:
radial-gradient(at 86% 30%, hsla(100,91%,69%,0.51) 0px, transparent 50%),
radial-gradient(at 30% 83%, hsla(146,60%,75%,0.48) 0px, transparent 50%),
radial-gradient(at 5% 76%, hsla(50,68%,43%,1) 0px, transparent 50%),
radial-gradient(at 33% 60%, hsla(5,71%,66%,0.42) 0px, transparent 50%),
radial-gradient(at 65% 16%, hsla(268,69%,70%,0.4) 0px, transparent 50%),
radial-gradient(at 25% 14%, hsla(120,64%,75%,0.42) 0px, transparent 50%),
radial-gradient(at 91% 32%, hsla(239,66%,73%,1) 0px, transparent 50%);
background-clip: text;
 -webkit-background-clip: text;
 color: transparent;
	z-index: 100;
}

.primary section.active h2 {
	filter: blur(0px);
}

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

.ec {
	display: flex;
	gap: 8px;
}

.ec .streaming a,
.ec .buy p,
.ec .info a,
.ec .buy a {
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8em;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 3;
	text-decoration: none;
	background: #131313;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	z-index: 1;
}

.ec .streaming a {
	width: 18em;
}

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



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


#news {
	padding: 100px 0 40px;
	position: relative;
	overflow: hidden;
}

#news h2 {
}

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


#news .feed {
	margin: 0 auto;
	padding: 0 64px 0;
	position: relative;
	display: flex;
	align-items: start;
	justify-content: start;
	flex-wrap: wrap;
	max-width: 1240px;
	width: 100%;
	overflow: hidden;
	z-index: 4;
}

#news .entryList {
	width:100%;
}

#news .entryList li {
	border-bottom: solid 1px rgba(0, 0, 0, .2);
}

#news .entryList li:first-child {
	border-top: solid 1px rgba(0, 0, 0, .2);
}

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

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

#news .entryList + ul a::after,
#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;
	border-top: none;
	border-left: 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;
}

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

#news .entryList + ul {
	width: 100%;
}

#news .entryList + ul li {
	padding-top: 24px;
	display: flex;
	justify-content: end;
	width: 100%;
}

#news .entryList + ul a {
	padding: 0 calc(2.4em + 8px) 0 2.4em;
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	line-height: 3.6;
	text-decoration: none;
	border: solid 1px;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#news .entryList + ul a:hover {
}



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

#release {
	padding: 120px 0 80px;
}

#release h2 {
}

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

#release h3 {
	padding: 64px 56px 0;
	text-align: center;
	line-height: 1.2;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.02em;
	background: #fff;
	border-radius: 20px 20px 0 0;
}

#release h3 span {
	padding-top: 8px;
	display: block;
	font-size: 34px;
	line-height: 1.6;
}

#release h3 span::before {
	content: "「";
	font-weight: 300;
	font-family: YakuHanRP, 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: 'palt' 1;
}

#release h3 span::after {
	content: "」";
	font-weight: 300;
	font-family: YakuHanRP, 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: 'palt' 1;
}

#release .contents .detail {
	padding: 48px 56px 0;
	background: #fff;
}

#release .detail {
	position: relative;
}

#release .date {
	padding-top: 8px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	background: #fff;
}

#release figure {
	background: url(../images/contents/release/VIZL-2266.jpg) no-repeat;
	background-size: 100% auto;
}

#release .type {
}

#release .type &gt; li {
	padding-top: 24px;
}

#release .type &gt; li &gt; p {
	padding-left: 12px;
	position: relative;
	line-height: 1.6;
}

#release .type &gt; li &gt; p::before {
	content: "";
	position: absolute;
	top: calc(0.3em + 4px);
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	background: #131313;
}

#release .type &gt; li &gt; .ec + p {
	padding: 8px 0 8px 12px;
	font-size: 15px;
}

#release .type &gt; li &gt; .ec + p::before {
	display: none;
}

.t-shirts {
	padding: 16px 0 0 12px;
	display: flex;
	align-items: start;
}

.t-shirts &gt; dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8em;
	line-height: 3;
	font-size: 14px;
	border: solid 1px;
}

.t-shirts &gt; dd {
	padding: 0 0 0 8px;
	flex: 1;
}

.t-shirts ul:not(.notice) &gt; li &gt; p {
	font-size: 14px;
}

.t-shirts &gt; dd &gt; ul:not(.notice) &gt; li &gt; p {
	display: flex;
}

.t-shirts &gt; dd &gt; ul:not(.notice) &gt; li &gt; p::before {
	content: "・";
}

.t-shirts &gt; dd &gt; ul:not(.notice) &gt; li &gt; p + ul {
	padding: 0 0 0 1em;
}

.t-shirts &gt; dd &gt; ul:not(.notice) &gt; li &gt; .notice {
	padding: 4px 0 0 1em;
}

.t-shirts + .notice {
	padding: 16px 0 0 12px;
}

#release .ec {
	padding: 8px 0 0 12px;
	font-size: 14px;
}


#release .ec a br {
	display: none;
}

#release .note {
	padding: 8px 0 0 12px;
	width: 100%;
}

#release .note ul::after,
#release .note::after {
	content: "";
	margin-top: 16px;
	padding-top: 67%;
	display: block;
	width: 100%;
	height: 0;
	background: url(../images/contents/release/photo1.jpg) no-repeat center center;
	background-size: 100% auto;
}

#release .note::after {
	background: url(../images/contents/release/photo2.jpg) no-repeat center center;
	background-size: 100% auto;
}

#release .note li {
	display: flex;
}

#release .note li::before {
	content: "・";
}

#release .track-list {
	padding: 64px 0;
	display: flex;
	align-items: start;
}

#release .track-list &gt; dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8em;
	height: 8em;
	border: solid 1px;
	border-radius: 50%;
}

#release .track-list &gt; dd {
	padding: 8px 0 0 24px;
	display: flex;
	flex: 1;
}

#release .track-list &gt; dd &gt; dl {
	width: 40%;
}

#release .track-list &gt; dd &gt; dl:nth-of-type(2) {
	width: 60%;
}

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

	#release .track-list &gt; dd &gt; dl,
	#release .track-list &gt; dd &gt; dl:nth-of-type(2) {
		width: 50%;
	}

}

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

	#release .track-list &gt; dd {
		padding: 8px 0 0 24px;
		display: block;
	}

	#release .track-list &gt; dd &gt; dl {
		width: 100%;
	}

	#release .track-list &gt; dd &gt; dl:nth-of-type(2) {
		padding-top: 40px;
		width: 100%;
	}

}

#release .track-list &gt; dd &gt; dl &gt; dt {
	padding-bottom: 12px;
	line-height: 1.2;
}

#release .track-list &gt; dd &gt; dl &gt; dt::before {
	content: "＜";
}

#release .track-list &gt; dd &gt; dl &gt; dt::after {
	content: "＞";
}

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

#release .track-list &gt; dd &gt; dl &gt; dd &gt; p {
	padding: 0 0 16px;
}


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

#release .track-list ul:not(.notice) {
	padding: 8px 0 0 0;
}

#release .track-list ul:not(.notice) &gt; li,
#release .track-list ol &gt; li {
	padding: 0 0 12px 0;
	display: flex;
	align-items: start;
	flex-wrap: wrap;
}

#release .track-list ul:not(.notice) &gt; li:last-child,
#release .track-list ol &gt; li:last-child {
	padding: 0;
}

#release .track-list ol &gt; li::before {
	counter-increment: listcount;
	content: counter(listcount, decimal-leading-zero) ".";
	margin-right: 4px;
	font-size: 16px;
	text-align: left;
	line-height: 1.7;
	z-index: 1;
}


#release .track-list ul:not(.notice) p,
#release .track-list ol p {
	flex: 1;
	font-size: 16px;
}


#release .track-list ol p {
	line-height: 1.7;
}


#release .track-list span {
	font-size: 11px;
	vertical-align: top;
}

#release .track-list ol + p {
	font-size: 12px;
	text-align: right;
	width: 100%;
}

#release .contents .campaign {
	padding: 0 56px 64px;
	background: #fff;
	border-radius: 0 0 20px 20px;
}

#release .campaign &gt; ul &gt; li {
	padding-bottom: 40px;
}

#release .campaign &gt; ul &gt; li:last-child {
	padding-bottom: 0;
}

#release .campaign dl {
	border: solid 1px;
	border-radius: 12px;
}

#release .campaign dl &gt; dt {
	padding: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	font-size: 20px;
	font-weight: 500;
}

#release .campaign dl &gt; dt br {
	display: none;
}

#release .campaign dl &gt; dd {
	padding: 0 40px 40px;
}

#release .campaign dl &gt; dd p {
	margin: 0 auto;
	inline-size: fit-content;
}

#release .campaign dl &gt; dd::before {
	content: "";
	margin: 0 auto 40px;
	display: block;
	width: calc(100% - 120px);
	height: 1px;
	background: #131313;
}

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

#release .campaign .link a {
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16em;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 5;
	text-decoration: none;
	background: #131313;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#release .campaign .link a:hover {
	background: #f7e56a;
		opacity: 1;
}

/*--------------------------------------
digital
---------------------------------------*/

#digital {
	padding: 120px 0 80px;
}

#digital .contents &gt; ul {
}

#digital .contents &gt; ul &gt; li {
	position: relative;
}

#digital .contents &gt; ul &gt; li:last-child {
	margin-top: 64px;
}

#digital h3 {
	margin-left: calc(45% - 48px);
	padding: 48px 56px 0;
	line-height: 1.2;
	font-size: 32px;
	font-weight: 500;
	background: #fff;
	border-radius: 24px 24px 0 0;
}

#digital h3 span {
	display: block;
}

#digital h3 span::before {
	content: "「";
	font-weight: 300;
	font-family: YakuHanRP, 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: 'palt' 1;
}

#digital h3 span::after {
	content: "」";
	font-weight: 300;
	font-family: YakuHanRP, 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: 'palt' 1;
}

#digital .detail {
	margin-left: calc(45% - 48px);
	padding: 0 56px 48px;
	background: #fff;
	border-radius: 0 0 24px 24px;
}

#digital .contents &gt; ul &gt; li figure {
	padding-top: 45%;
	position: absolute;
	top: -24px;
	left: -24px;
	display: block;
	width: 45%;
	height: 0;
}

#digital .VE3WT-10734 figure {
	background: url(../images/contents/digital/VE3WT-10734.jpg) no-repeat;
	background-size: 100% auto;
}

#digital .VE3WT-10690 figure {
	background: url(../images/contents/digital/VE3WT-10690.jpg) no-repeat;
	background-size: 100% auto;
}

#digital .ec {
	padding: 24px 0;
}

#digital .ec a {
	width: 18em;
	line-height: 4;
}


.subscription {
}

.subscription li {
	padding-top: 16px;
}

.subscription iframe {
	width: 100%;
	border-radius: 10px;
}


/*--------------------------------------
nowonsale
---------------------------------------*/

#nowonsale {
	padding: 120px 0 180px;
	z-index: 20;
}

#nowonsale .contents &gt; ul &gt; li {
	position: relative;
}


#nowonsale h3 {
	margin-left: calc(45% - 48px);
	padding: 48px 56px 0;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 500;
	background: #fff;
	letter-spacing: 0.02em;
	border-radius: 24px 24px 0 0;
}

#nowonsale h3 span {
	padding-top: 8px;
	display: block;
	line-height: 1.4;
	font-size: 32px;
}

#nowonsale h3 span::before {
	content: "「";
	font-weight: 300;
	font-family: YakuHanRP, 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: 'palt' 1;
}

#nowonsale h3 span::after {
	content: "」";
	font-weight: 300;
	font-family: YakuHanRP, 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: 'palt' 1;
}

#nowonsale .detail {
	margin-left: calc(45% - 48px);
	padding: 0 56px 48px;
	background: #fff;
	border-radius: 0 0 24px 24px;
}


#nowonsale .contents &gt; ul &gt; li figure {
	padding-top: 61%;
	position: absolute;
	top: -24px;
	left: -24px;
	display: block;
	width: 45%;
	height: 0;
}

#nowonsale .VIBL-1107 figure {
	background: url(../images/contents/nowonsale/VIBL-1107.jpg) no-repeat;
	background-size: 100% auto;
}

#nowonsale .ec {
	padding: 24px 0;
	display: flex;
	gap: 16px;
}

#nowonsale .ec li {
	width: 50%;
}

#nowonsale .ec .info a,
#nowonsale .ec .buy a {
	width: 100%;
	line-height: 4;
}

/*--------------------------------------
video
---------------------------------------*/

#video {
	padding: 120px 0 240px;
	overflow: hidden;
	background: url(../images/common/bg.jpg) center top #fff;
	background-size: 400px auto;
}

#video::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: .5;
background-color:#ffc099;
background:
radial-gradient(at 82% 15%, hsla(67,80%,63%,1) 0px, transparent 50%),
radial-gradient(at 59% 73%, hsla(76,78%,77%,1) 0px, transparent 50%),
radial-gradient(at 33% 5%, hsla(70,81%,77%,1) 0px, transparent 50%),
radial-gradient(at 78% 14%, hsla(62,86%,66%,1) 0px, transparent 50%),
radial-gradient(at 41% 56%, hsla(38,83%,68%,1) 0px, transparent 50%),
radial-gradient(at 75% 79%, hsla(32,90%,61%,1) 0px, transparent 50%),
radial-gradient(at 62% 34%, hsla(81,79%,76%,1) 0px, transparent 50%);
z-index: 1;
}

#video::after {
	content: "";
	position: absolute;
	top: -15%;
	left: -15%;
	display: block;
	width: 130%;
	height: 130%;
	opacity: .3;
	mix-blend-mode: multiply;
	filter: blur(3px);
z-index: 2;
}

#video:has(#tab6:checked)::after {
	left: -55%;
	width: 160%;
	background: url(../images/contents/release/VIZL-2266.jpg) no-repeat center center;
	background-size: cover;
}

#video:has(#tab5:checked)::after {
	left: -55%;
	width: 160%;
	background: url(../images/contents/video/v1.jpg) no-repeat center center;
	background-size: cover;
}

#video:has(#tab4:checked)::after {
	left: -55%;
	width: 160%;
	background: url(../images/contents/video/v2.jpg) no-repeat center center;
	background-size: cover;
}

#video:has(#tab3:checked)::after {
	background: url(../images/contents/video/v3.jpg) no-repeat center center;
	background-size: cover;
}

#video:has(#tab2:checked)::after {
	background: url(https://www.jvcmusic.co.jp/img/jackets/VEATP-39778.jpg) no-repeat center center;
	background-size: cover;
}

#video:has(#tab1:checked)::after {
	background: url(https://www.jvcmusic.co.jp/img/jackets/VEATP-39778.jpg) no-repeat center center;
	background-size: cover;
}

#video .tabs {
	padding: calc(56.25% + 38px) 0 0;
	position: relative;
	display: flex;
	gap: 8px;
	width: 100%;
}


#video .tabs::after {
	content: "";
	padding: calc(56.25% + 30px) 0 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	background: #131313;
	z-index: 1;
}


#video .tabs li {
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: calc(100% / 6);
}

@media only screen and (max-width: 1140px) {
	#video .tabs {
		padding: calc(56.25% + 46px) 0 0;
	flex-wrap: wrap;
		gap: 9px;
	}

	#video .tabs li {
		width: calc((100% / 3) - 6px);
	}
}

#video input[name="tab"] {
	display: none;
}

.tabs input + label {
	padding: 8px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	cursor: pointer;
	color: #fff;
	transition: 0.4s cubic-bezier(.57,0,.26,1);
	background: #131313;
}

.tabs input:checked + label {
	cursor: default;
}

.tabs input + label::before {
	content: "";
	padding: 56.25% 0 0;
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	transition: 0.4s cubic-bezier(.57,0,.26,1);
	z-index: 3;
}

.tabs #v6 input + label::before {
	background: url(../images/contents/release/VIZL-2266.jpg) no-repeat center center;
	background-size: 100% auto;
}

.tabs #v5 input + label::before {
	background: url(../images/contents/video/v1.jpg) no-repeat center center;
	background-size: 100% auto;
}

.tabs #v4 input + label::before {
	background: url(../images/contents/video/v2.jpg) no-repeat center center;
	background-size: 100% auto;
}

.tabs #v3 input + label::before {
	background: url(../images/contents/video/v3.jpg) no-repeat center center;
	background-size: 100% auto;
}

.tabs #v2 input + label::before {
	background: url(https://www.jvcmusic.co.jp/img/jackets/VEATP-39778.jpg) no-repeat center center;
	background-size: 100% auto;
}

.tabs #v1 input + label::before {
	background: url(https://www.jvcmusic.co.jp/img/jackets/VEATP-39778.jpg) no-repeat center center;
	background-size: 100% auto;
}


.tabs input:checked + label:hover span,
.tabs input:checked + label span,
.tabs input:checked + label::before {
	opacity: 0.2;
}

#video .tabs input + label:hover::before {
	background-size: 120% auto;
}

#video .tabs input:checked + label:hover::before {
	background-size: 100% auto;
}

.tabs input + label span {
	padding: 8px 0;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	align-items: stretch;
	text-align: center;
	line-height: 1.6;
	font-size: 12px;
	transition: 0.4s cubic-bezier(.57,0,.26,1);
}

@media only screen and (max-width: 1140px) {
	.tabs input + label span {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1080px) {
	.tabs input + label span {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1024px) {
	.tabs input + label span {
		font-size: 1.4vw;
	}
}

.tabs input + label:hover span {
	opacity: 0.5;
}

.tabs input + label::after {
	content: "";
	padding: 56.25% 0 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	background: #000;
	z-index: 1;
}

#tab6:checked ~ .v,
#tab5:checked ~ .v,
#tab1:checked ~ .v,
#tab2:checked ~ .v,
#tab3:checked ~ .v,
#tab4:checked ~ .v {
	display: block;
}

#video .v {
	position: absolute;
	top: 0;
	left: 0;
	animation: fadeIn 1s ease;
	width: 100%;
	display: none;
	overflow: hidden;
	z-index: 2;
}

#video .v &gt; div {
	position: relative;
	padding: 30px 0 56.25%;
	height: 100%;
}

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


/*--------------------------------------
link
---------------------------------------*/
footer .link {
	padding: 120px 0 0;
	position: relative;
	display: flex;
	justify-content: center;
	gap: 32px;
	z-index: 10;
}

footer .link li {
	
}

footer .link a {
	margin: 0 auto;
	padding: 0.8em 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14em;
	text-decoration: none;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.8;
	color: #141414;
	border: solid 1px;
	-webkit-user-select: none;
	user-select: none;
}

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

}

footer .link a::before {
	content: "";
	margin-top: -0.5em;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-right: 16px;
	width: 1em;
	height: calc(tan(60deg) * 1em / 2);
	display: block;
	transform: rotate(-90deg) scale(.5);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #141414;
	-webkit-transition: 0.4s cubic-bezier(.57,0,.26,1);
	transition: 0.4s cubic-bezier(.57,0,.26,1);
}

footer .link a:hover {
	opacity: 1;
	background: #f7e56a;
}

footer .link a:hover::before {
}



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

ul.toTop {
	overflow: hidden;
	position: fixed;
	bottom: 16px;
	right: 16px;
	z-index: 300;
}

ul.toTop li {
	float: right;
}

ul.toTop a {
	padding-top: 48px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 48px;
	height: 0;
	background: #666e5b;
	border-radius: 8px;
}

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 #fff;
	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 {
	opacity: 1;
	background: #f7e56a;
}

ul.toTop a:hover::before {
}


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

footer {
	clear: both;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	z-index: 110;
}
/*
footer::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	opacity: 0.6;
	mix-blend-mode: multiply;
background-color:#ffc099;
background-image:
radial-gradient(at 82% 15%, hsla(67,80%,63%,1) 0px, transparent 50%),
radial-gradient(at 59% 73%, hsla(76,78%,77%,1) 0px, transparent 50%),
radial-gradient(at 33% 5%, hsla(70,81%,77%,1) 0px, transparent 50%),
radial-gradient(at 78% 14%, hsla(62,86%,66%,1) 0px, transparent 50%),
radial-gradient(at 41% 56%, hsla(38,83%,68%,1) 0px, transparent 50%),
radial-gradient(at 75% 79%, hsla(32,90%,61%,1) 0px, transparent 50%),
radial-gradient(at 62% 34%, hsla(81,79%,76%,1) 0px, transparent 50%);
z-index: 2;
}
*/
footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	background: url(../images/common/bg.jpg) center top #fff;
	background-size: 400px auto;
z-index: 1;
}

footer .copyright {
	padding: 48px 0 120px;
	font-size: 13px;
	font-family: 'Bebas Neue', 'Noto Sans JP', "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.2;
	position: relative;
	color: #dc9d77;
	color: #131313;
	z-index: 10;
}


footer .copyright br {
	display: none;
}

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

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

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

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

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

	#digital .contents &gt; ul &gt; li figure {
		padding-top: calc(45% - 16px);
		top: -16px;
		left: 0px;
		width: calc(45% - 16px);
	}

	#nowonsale .contents &gt; ul &gt; li figure {
		padding-top: calc(61% - 16px);
		top: -16px;
		left: 0px;
		width: calc(45% - 16px);
	}


	#digital h3 span,
	#nowonsale h3 span {
		font-size: 28px; 
	}



	.tabs input + label span {
		font-size: 1.4vw;
	}

}


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

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

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

	#release .contents .detail {
		padding: 32px 40px 0;
	}

	#release .contents .campaign {
		padding: 0 40px 40px;
	}

	#release .campaign dl &gt; dt {
		padding: 32px 0;
		font-size: 20px;
		text-align: center;
		line-height: 1.7;
	}

	#release .campaign dl &gt; dt br {
		display: block;
	}

	#digital h3,
	#nowonsale h3 {
		padding: 32px 40px 0; 
	}

	#digital h3 span,
	#nowonsale h3 span {
		font-size: 24px; 
	}

	#digital .detail,
	#nowonsale .detail {
		padding: 0 40px 32px;
	}

	#digital .contents &gt; ul &gt; li figure {
		padding-top: calc(61% - 24px);
		top: -16px;
		left: 0px;
		width: calc(45% - 24px);
	}

	#nowonsale .contents &gt; ul &gt; li figure {
		padding-top: calc(61% - 24px);
		top: -16px;
		left: 0px;
		width: calc(45% - 24px);
	}

	footer .link {
		padding: 120px 32px 0;
		width: 100%;
		gap: 16px;
	}

	footer .link li {
		width: 50%;
	}

	footer .link a {
		padding: 0.8em 0;
		width: 100%;
		font-size: 22px;
		line-height: 1.8;
	}

}

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

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

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

	.loading {
	}

	#top::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		padding-top: 55%;
		display: block;
		width: 100%;
		height: 0;
		background: #fff;
		background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		z-index: 100;
	}

	#top figure {
		width: 100%;
		height: 100vh;
		background: url(../images/common/header/photo_sp.jpg) no-repeat center bottom;
		background-size: cover;
	}

	.siteTitle {
		padding-top: 63%;
		top: auto;
		bottom: 8px;
		left: 3%;
		width: 94%;
		background: url(../images/common/header/title_sp.svg) no-repeat center top transparent;
		background-size: 100% auto;
		z-index: 101;
	}

	#top &gt; p {
		padding-top: 63%;
		top: auto;
		bottom: 8px;
		left: 3%;
		width: 94%;
		background: url(../images/common/header/lead_sp.svg) no-repeat center top;
		background-size: 100% auto;
	z-index: 101;
}

	#top .globalNav {
		display: none;
	}

	.menu .globalNav a {
		font-size: 16vw;
		line-height: 1.4;
	}

	#menu-btn {
		top: 0px;
		left: 0;
	}

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

	.sns-link {
		left: auto;
		right: 4px;
		width: 72px;
	}

	.sns-link li {
		padding: 0;
	}

	.sns-link .facebook a,
	.sns-link .twitter a {
		background: #c7e0d1;
	}

	#top .scroll {
		display: none;
	}

	/* scrollDown */
	@-webkit-keyframes scrollDown {
		0% { transform: translate3d(0, -20em, 0);}
		100% { transform: translate3d(0, 0, 0);}
	}

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

	.primary::after {
		opacity: .4;
	}

	.primary section h2 {
		padding-bottom: 0;
		font-size: 20vw;
	}

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


	/*--------------------------------------
	news
	---------------------------------------*/
	#news {
		padding: 80px 0 0;
	}

	#news::after {
		padding-top: 57px;
		bottom: -7px;
		right: 40px;
		width: 74px;
	}

	#news::before {
		padding-top: 47px;
		width: 29px;
	}

	#news .feed {
		justify-content: center;
	}

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

	#news .entry p,
	#news .entry time {
		display: block;
		vertical-align: top;
		width: auto;
	}

	#news .entryList + ul a {
		padding: 0 calc(2em + 8px) 0 2em;
		line-height: 3;
	}

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

	#release h3 {
		padding: 32px 0 0;
	}

	#release h3 span {
		padding-top: 8px;
		font-size: 28px;
		line-height: 1.6;
	}

	#release .date {
		padding-top: 8px;
		font-size: 24px;
	}

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

	.t-shirts {
		display: block;
	}

	.t-shirts &gt; dt {
		width: 100%;
		border-left: none;
		border-right: none;
	}

	.t-shirts &gt; dd {
		padding: 8px 0 0;
	}

	#release .track-list {
		padding: 48px 0 0;
		display: block;
	}

	#release .track-list &gt; dt {
		width: 100%;
		height: auto;
		line-height: 3;
		border-radius: 0;
	}

	#release .track-list &gt; dd {
		padding: 16px 0 0;
	}

	#release .track-list &gt; dd &gt; dl &gt; dt {
		font-size: 15px;
		text-align: center;
	}

	#release .track-list ul:not(.notice) &gt; li,
	#release .track-list ol &gt; li {
		padding: 0 0 8px;
	}

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

	#release .contents .campaign {
		padding: 48px 24px 40px;
	}

	#release .campaign &gt; ul &gt; li {
		padding-bottom: 16px;
	}

	#release .campaign dl &gt; dt {
		padding: 24px 0;
		font-size: 16px;
	}

	#release .campaign dl &gt; dd {
		padding: 0 16px 24px;
	}

	#release .campaign dl &gt; dd::before {
		margin: 0 auto 24px;
	}

	#release .campaign .link {
		padding: 16px 0 0;
	}

	#release .campaign .link a {
		width: 12em;
		font-size: 14px;
		line-height: 4;
	}

	.ec {
	flex-direction: column;
	}

	.ec .streaming a,
	.ec .buy p,
	.ec .info a,
	.ec .buy a {
	font-size: 12px;
	}

	/*--------------------------------------
	digital / nowonsale
	---------------------------------------*/
	#digital {
		padding: 80px 0 0;
	}

	#nowonsale {
		padding: 80px 0;
	}

	#digital .contents &gt; ul &gt; li:last-child {
		margin-top: 24px;
	}

	#digital h3,
	#nowonsale h3 {
		margin: 0;
		padding: 32px 24px 24px;
		text-align: center;
	}

	#digital h3 span,
	#nowonsale h3 span {
		font-size: 26px;
	}

	#digital h3 span::before,
	#digital h3 span::after,
	#nowonsale h3 span::before,
	#nowonsale h3 span::after,
	#release h3 span::before,
	#release h3 span::after {
		display: none;
	}

	#digital .detail,
	#nowonsale .detail {
		margin: 0;
		padding: 0 24px 24px;
	}

	#digital .contents &gt; ul &gt; li figure {
		padding-top: 100%;
		width: 100%;
		position: static;
	}

	#digital .ec {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#nowonsale .contents &gt; ul &gt; li figure {
		padding-top: 135%;
		width: 100%;
		position: static;
	}

	#nowonsale .ec {
		flex-direction: row;
	}

	/*--------------------------------------
	video
	---------------------------------------*/
	#video {
		padding: 80px 0;
	}

	#video .tabs {
		padding: 0;
		display: block;
	}

	#video .tabs li {
		padding: 24px 0 0;
		display: block;
		width: 100%;
	}

	#video .tabs li:first-child {
		padding: 0;
	}

	.tabs input + label {
		display: none;
	}

	#tab6:checked ~ .v,
	#tab5 ~ .v,
	#tab1 ~ .v,
	#tab2 ~ .v,
	#tab3 ~ .v,
	#tab4 ~ .v {
		display: block;
	}

	#video .v {
		position: static;
	}

	#video .tabs::after {
		display: none;
	}

	footer .link {
		padding: 40px 48px 0;
		display: block;
	}

	footer .link li {
		padding-top: 16px;
		width: 100%;
	}

	footer .link a {
		font-size: 18px;
	}

	ul.toTop {
		bottom: 8px;
		right: 8px;
	}

	footer .copyright {
		padding: 40px 0 60px;
		font-size: 12px;
		line-height: 1.7;
	}

	footer .copyright br {
		display: block;
	}



}

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

	.siteTitle {
		padding-top: calc(78% + 3px);
		left: 10%;
		width: 80%;
	}

	#top &gt; p {
		bottom: 3px;
}

	#nowonsale .ec {
		gap: 8px;
	}

	#nowonsale .ec a {
		font-size: 13px;
	}

}

@media screen and (orientation: landscape) {



}
</pre></body></html>