@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 1000px) {
	html {
		font-size: calc(1000vw / 1366);
	}
}
@media all and (min-width: 1500px) {
	html {
		font-size: 68.63%;
	}
}
@media all and (max-width: 999px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
@media all and (min-width: 768px) and (max-width: 999px) {
	html {
		font-size: 1.917vw;
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
.roboto {
	font-family: "Roboto", sans-serif;
}
.press {
	font-family: "Press Start 2P", system-ui;
}
.oswald {
	font-family: "Oswald", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LTT */
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
.en {
	font-family: "Cormorant Garamond", serif;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #fff;
	font-size: max(10px, 1.2rem);
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	background-color: #000;
}
h3 {
	color: #fff;
	font-weight: 600;
	line-height: 1.5;
	font-size: max(24px, 2.0rem);
	margin-top: 40px;
	margin-bottom: 20px;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
.noScroll {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}
.noScroll body {
	-webkit-overflow-scrolling: auto;
}
#container {
	text-align: left;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1000px) {
	.sp {
		display: none !important;
	}
	body.fixed {
		overflow-y: scroll;
	}
}
@media all and (min-width: 768px) and (max-width: 999px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	h3 {
	color: #fff;
	font-weight: 600;
	line-height: 1.5;
	font-size: 1.6rem;
	margin-top: 40px;
	margin-bottom: 20px;
}
}
@media all and (max-width: 767px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	h3 {
	color: #fff;
	font-weight: 600;
	line-height: 1.5;
	font-size: max(18px, 1.5rem);
	margin-top: 40px;
	margin-bottom: 20px;
}
}
#cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #000;
	transition: all 0.4s;
}
.hideCover #cover {
	opacity: 0;
	visibility: hidden;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .menu {
	position: fixed;
	right: 3.6rem;
	top: 2.5rem;
	width: 5.7rem;
	height: 2.1rem;
	cursor: pointer;
	transition: .8s;
	display: flex;
	align-items: center;
	z-index: 101;
}
#gHeader .menu .close {
	display: none;
}
#gHeader .menu.on .close {
	display: block;
}
#gHeader .menu.on .open {
	display: none !important;
}
#gHeader .menu .white {
	display: none;
}
#gHeader.white .menu .white {
	display: block;
}
#gHeader.white .menu .black {
	display: none;
}
#gHeader .menuBox {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 2rem;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	text-align: center;
	overflow-y: auto;
	background-color: rgba(21, 21, 21, 0.98);
	z-index: 100;
}
#gHeader .menuBox.on {
	opacity: 1;
	visibility: visible;
}
#gHeader .menuBox .sideTxt {
	position: fixed;
	right: 3.7rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.3rem;
	height: 10.2rem;
	font-size: max(10px, 1.3rem);
	line-height: 1;
	font-weight: 200;
	letter-spacing: 0.06em;
	-webkit-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#gHeader .menuBox .logo {
	margin: 5.7rem 0 2.5rem;
	width: 100%;
}
#gHeader .menuBox .logo img {
	width: 5.8rem;
}
#gHeader .menuBox .menuList {
	width: 100%;
}
#gHeader .menuBox .menuList li:not(:last-child) {
	margin-bottom: -1rem;
}
#gHeader .menuBox .menuList a:before,
#gHeader .menuBox .menuList a:after {
	background: rgba(21, 21, 21, 0.98);
}
#gHeader .menuBox .btmBox {
	margin: 3rem 0 6.2rem;
	width: 100%;
}
#gHeader .menuBox .sns {
	margin-bottom: 2.7rem;
	gap: 0 2.9rem;
	justify-content: center;
}
#gHeader .menuBox .sns img {
	height: 1.6rem;
}
#gHeader .menuBox .btmBox .link {
	margin-bottom: 2.8rem;
	font-size: max(10px, 1rem);
	letter-spacing: 0.07em;
}
#gHeader .menuBox .btmBox .midImg img {
	width: 6.2rem;
}
@media all and (hover: hover) and (min-width: 1000px) {
	#gHeader .menuBox .menuList a:hover, #gHeader .menuBox .sns a:hover, #gHeader .menuBox .btmBox .link a:hover {
		opacity: 0.7;
	}
	#gHeader .menu:hover,#gHeader .menuBox .btmBox .midImg a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 999px) {
	#gHeader .menu {
		right: 2.7rem;
		top: 2.3rem;
		width: 4.3rem;
		height: 1rem;
	}
	#gHeader .menuBox .sideTxt {
		margin-top: 0;
		right: 2rem;
		height: 8.5rem;
		font-size: max(10px, 1.2rem);
		font-weight: 300;
		letter-spacing: 0.02em;
	}
	#gHeader .menuBox .logo {
		margin: 3.9rem 0.4rem 3.9rem 0;
	}
	#gHeader .menuBox .logo img {
		width: 5.1rem;
	}
	#gHeader .menuBox .menuList li:not(:last-child) {
		margin-bottom: -1.1rem;
	}
	#gHeader .menuBox .btmBox {
		margin: 3.6rem 0 5.5rem;
		position: relative;
	}
	#gHeader .menuBox .sns {
		margin-bottom: 2.3rem;
	}
	#gHeader .menuBox .btmBox .link {
		margin-bottom: 2.1rem;
	}
	#gHeader .menuBox .btmBox .midImg img {
		width: 6rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 3.5rem 4.3rem 3.8rem;
	position: relative;
	z-index: 1;
}
#gFooter .fInner {
	margin-bottom: 13rem;
}
#gFooter .fNavi {
	margin: -1.2rem 0 0 0;
	gap: 0 2.3rem;
	font-size: max(10px, 1rem);
	line-height: 1.4;
}
#gFooter .fBox {
	align-items: center;
}
#gFooter address {
	font-weight: 300;
	font-size: max(10px, 1rem);
	letter-spacing: 0.02em;
	color: #b7b7b7;
}
#gFooter .rBox {
	align-items: center;
	justify-content: flex-end;
}
#gFooter .rBox .link {
	margin-right: 3.5rem;
	font-size: max(10px, 1rem);
	letter-spacing: 0.04em;
}
#gFooter .rBox .txtImg {
	margin: 0 3.5rem -0.4rem 0;
	width: 6.4rem;
}
#gFooter .sns {
	gap: 0 2.7rem;
}
#gFooter .sns li img {
	height: 1.6rem;
}
@media all and (hover: hover) and (min-width: 1000px) {
	#gFooter .fNavi a:hover, #gFooter .sns a:hover, #gFooter .rBox .link a:hover,#gFooter .txtImg a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 999px) {
	#gFooter {
		padding: 3.5rem 4.3rem;
	}
	#gFooter .fLogo {
		margin: 0 auto 12.5rem;
		width: 5.8rem;
	}
	#gFooter .fInner {
		margin-bottom: 14rem;
		display: block;
		text-align: center;
	}
	#gFooter .fNavi {
		display: block;
		font-size: max(10px, 1.2rem);
		letter-spacing: 0.02em;
	}
	#gFooter .fNavi li {
		margin-bottom: -0.9rem;
	}
	#gFooter .fBox {
		padding-bottom: 7rem;
		display: block;
		position: relative;
		text-align: center;
	}
	#gFooter address {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	#gFooter .rBox {
		justify-content: center;
	}
	#gFooter .rBox .link {
		margin: 2.4rem 0 2.6rem;
		order: 1;
		width: 100%;
		letter-spacing: 0.07em;
	}
	#gFooter .sns {
		order: 0;
		gap: 0 2.9rem;
		justify-content: center;
	}
	#gFooter .sns li img {
		height: 1.6rem;
	}
	#gFooter .rBox .txtImg {
		margin: 0;
		width: 100%;
		text-align: center;
		order: 2;
	}
	#gFooter .rBox .txtImg img {
		width: 6rem;
	}
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	transform: translateY(3rem);
	transition: all 1s;
}
.fadeInUp.visible {
	opacity: 1;
	transform: translateY(0);
}
/*------------------------------------------------------------
	bgMovie
------------------------------------------------------------*/
.bgMovie {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}
.bgMovie video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 94.4rem;
}
@media all and (min-width: 768px) and (max-width: 999px) {
	.content {
		margin: 0 4.7rem;
	}
}
@media all and (max-width: 767px) {
	.content {
		margin: 0 2.7rem;
	}
}
/*------------------------------------------------------------
	glitch
------------------------------------------------------------*/
.glitch {
    padding: 2rem 1rem;
	position: relative;
	display: inline-block;
}
.glitch::before, .glitch::after {
    padding: 2rem 1rem;
    color: white;
    content: attr(data-content);
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
}
.glitch::before {
    left: 0.2rem;
    text-shadow: -0.2rem 0 red;
    animation-name: glitch-animation-1;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: reverse-alternate;
}
.glitch::after {
    left: -0.2rem;
    text-shadow: -0.2rem 0 blue;
    animation-name: glitch-animation-2;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: reverse-alternate;
}
@keyframes glitch-animation-1 {
    0% {
        clip: rect(8.5rem, 33rem, 12.7rem, 1rem);
    }
    5% {
        clip: rect(9.5rem, 33rem, 5rem, 1rem);
    }
    10% {
        clip: rect(12.5rem, 33rem, 14.1rem, 1rem);
    }
    15% {
        clip: rect(5.7rem, 33rem, 6.5rem, 1rem);
    }
    20% {
        clip: rect(10.7rem, 33rem, 10.1rem, 1rem);
    }
    25% {
        clip: rect(6.7rem, 33rem, 4.6rem, 1rem);
    }
    30% {
        clip: rect(7.4rem, 33rem, 8rem, 1rem);
    }
    35% {
        clip: rect(13.3rem, 33rem, 9.8rem, 1rem);
    }
    40% {
        clip: rect(1rem, 33rem, 13.8rem, 1rem);
    }
    45% {
        clip: rect(1.8rem, 33rem, 3.3rem, 1rem);
    }
    50% {
        clip: rect(8.3rem, 33rem, 1.9rem, 1rem);
    }
    55% {
        clip: rect(5.1rem, 33rem, 12.7rem, 1rem);
    }
    60% {
        clip: rect(10.9rem, 33rem, 4.7rem, 1rem);
    }
    65% {
        clip: rect(5.3rem, 33rem, 3.9rem, 1rem);
    }
    70% {
        clip: rect(13.4rem, 33rem, 9rem, 1rem);
    }
    75% {
        clip: rect(3.9rem, 33rem, 0.5rem, 1rem);
    }
    80% {
        clip: rect(10rem, 33rem, 7.6rem, 1rem);
    }
    85% {
        clip: rect(0.8rem, 33rem, 1.7rem, 1rem);
    }
    90% {
        clip: rect(0.1rem, 33rem, 2.4rem, 1rem);
    }
    95% {
        clip: rect(13.9rem, 33rem, 11.7rem, 1rem);
    }
    100% {
        clip: rect(1.3rem, 33rem, 0.6rem, 1rem);
    }
}
@keyframes glitch-animation-2 {
    0% {
        clip: rect(1.9rem, 33rem, 4.5rem, 1rem);
    }
    5% {
        clip: rect(12.8rem, 33rem, 10rem, 1rem);
    }
    10% {
        clip: rect(1.7rem, 33rem, 14.4rem, 1rem);
    }
    15% {
        clip: rect(3.8rem, 33rem, 13.8rem, 1rem);
    }
    20% {
        clip: rect(4.5rem, 33rem, 10.9rem, 1rem);
    }
    25% {
        clip: rect(8.6rem, 33rem, 0.7rem, 1rem);
    }
    30% {
        clip: rect(9.3rem, 33rem, 12.1rem, 1rem);
    }
    35% {
        clip: rect(13.1rem, 33rem, 10.9rem, 1rem);
    }
    40% {
        clip: rect(3.8rem, 33rem, 5.6rem, 1rem);
    }
    45% {
        clip: rect(0.9rem, 33rem, 8.3rem, 1rem);
    }
    50% {
        clip: rect(5.9rem, 33rem, 5.3rem, 1rem);
    }
    55% {
        clip: rect(3.3rem, 33rem, 11.3rem, 1rem);
    }
    60% {
        clip: rect(8.7rem, 33rem, 7.7rem, 1rem);
    }
    65% {
        clip: rect(1.9rem, 33rem, 4.6rem, 1rem);
    }
    70% {
        clip: rect(9.5rem, 33rem, 10.8rem, 1rem);
    }
    75% {
        clip: rect(4.9rem, 33rem, 1.3rem, 1rem);
    }
    80% {
        clip: rect(13.8rem, 33rem, 9.1rem, 1rem);
    }
    85% {
        clip: rect(12.3rem, 33rem, 7.5rem, 1rem);
    }
    90% {
        clip: rect(2.9rem, 33rem, 5.1rem, 1rem);
    }
    95% {
        clip: rect(13.7rem, 33rem, 0.1rem, 1rem);
    }
    100% {
        clip: rect(11.3rem, 33rem, 14.2rem, 1rem);
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: -2rem 0 6.3rem -1rem;
	font-size: max(10px, 1.1rem);
	line-height: 1.27;
	font-weight: 400;
	font-family: "Press Start 2P", system-ui;
}
@media all and (max-width: 999px) {
	.headLine01 {
		margin-bottom: 4.8rem;
	}
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList .phoBox {
	margin-right: 2.5rem;
	width: 7rem;
	aspect-ratio: 1/1;
}
.comList .phoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comList .txtBox {
	margin-top: 0.1rem;
	flex: 1;
}
.comList .label {
	margin-bottom: 1.4rem;
}
.comList .label p {
	padding: 0 1.0rem;
	position: relative;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.02em;
	white-space: nowrap;
	overflow: hidden;
	font-family: "Roboto", sans-serif;
}
.comList .label p:first-child {
	padding-left: 0;
}
.comList .label p::before {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	content: "";
}
.comList .label .tag {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	font-weight: 700;
}
.comList .label .new {
	color: #ce0f0f;
	font-weight: 700;
}
.comList .label .new:before {
	display: none;
}
.comList .ttl {
	font-size: max(10px, 1.3rem);
	letter-spacing: 0.01em;
	line-height: 1.85;
}

.comList .news {
	font-size: max(13px, 1.3rem);
	letter-spacing: 0.01em;
	line-height: 1.85;
}

.comList .ttl:not(:last-child) {
	margin-bottom: 1.5rem;
}
.mediaList .phoBox {
	margin: 0 0 2.5rem;
	width: 15rem;
	aspect-ratio: inherit;
}
.mediaList .phoBox a {
	display: block;
	aspect-ratio: 1/1;
}
.mediaList .label {
	margin-bottom: 1.1rem;
}
.mediaList .label .date {
	font-size: max(10px, 1.1rem);
	font-weight: 400;
	letter-spacing: 0.03em;
}
.mediaList .label .tag {
	font-size: max(10px, 1.1rem);
	letter-spacing: 0.06em;
}
.mediaList .ttl {
	font-size: max(10px, 1.4rem) !important;
	font-family: "Roboto", sans-serif;
}
.mediaList .btn a {
	padding: 0.1rem 0.9rem 0.2rem 0.5rem;
	color: #000;
	font-size: max(10px, 1.1rem);
	line-height: 1.6;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	display: inline-block;
	background: #fff;
}
.mediaList .btn a:before {
	margin-right: 0.3rem;
	display: inline-block;
	content: "♪";
	font-weight: 300;
	font-style: italic;
	font-size: max(10px, 1.4rem);
}
@media all and (hover: hover) and (min-width: 1000px) {
	.comList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 999px) {
	.comList .phoBox {
		margin-right: 2.0rem;
	}
	.comList .txtBox {
		margin-top: 0.1rem;
	}
	.comList .label {
		margin-bottom: 1.5rem;
	}
	.comList .label p {
		padding: 0 0.5rem;
	}
	.comList .ttl {
		font-size: max(10px, 1.2rem);
		line-height: 1.83;
	}
	.comList .ttl:not(:last-child) {
		margin-bottom: 1rem;
	}
	.mediaList .phoBox {
		margin: 0 0 2.5rem;
		width: 13.5rem;
	}
	.mediaList .label {
		margin-bottom: 1.1rem;
	}
	.mediaList .btn a {
		padding: 0.2rem 0.9rem 0.2rem 0.5rem;
		font-size: max(10px, 1.1rem);
		line-height: 1.6;
		letter-spacing: 0.02em;
	}
	.mediaList .btn a:before {
		margin-right: 0.3rem;
		font-size: max(10px, 1.4rem);
	}
}
/*------------------------------------------------------------
	popBox
------------------------------------------------------------*/
.popBox {
	position: fixed;
	background-color: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	opacity: 0;
	pointer-events: none;
	transition: opacity .8s;
}
.popBox.show {
	opacity: 1;
	pointer-events: visible;
}
.popBox .videoBox {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popBox .videoInner {
	margin: 0 auto;
	width: 100%;
	padding: 0 6rem;
	max-width: 136.8rem;
}
.popBox iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}
.popBox .close {
	position: fixed;
	top: 2rem;
	padding: 1rem;
	box-sizing: content-box;
	right: 2rem;
	width: 5rem;
	z-index: 10;
}
@media (hover: hover) {
	.popBox .close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 999px) {
	.popBox .close {
		width: 4rem;
		right: 0.3rem;
		top: 0.3rem;
		max-width:30px;
	}
	.popBox iframe {
		width: 100%;
		max-height: 90vh;
	}
	.popBox .videoInner {
		padding: 0;
	}
}