<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&amp;display=swap&amp;text=,");
@font-face {
	font-display: block;
	font-family: "xy-hnm-font";
	src: url("/images/icons/hnmDesign/xy-hnm-font.woff") format("woff"), url("/images/icons/hnmDesign/xy-hnm-font.ttf") format("truetype");
}
.c-icon,
.c-icon-before::before,
.c-icon-after::after {
	font-family: "xy-hnm-font";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

body.is-scrollLock {
	position: fixed;
	padding-right: var(--xy-scrollbar-width, 0px);
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.c-modal {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	min-height: 580px;
	z-index: 1000;
	transition: visibility 300ms, opacity 300ms;
}
.c-modal.is-display-none {
	display: none;
}
.c-modal.is-hidden {
	visibility: hidden;
	opacity: 0;
}
.c-modal.is-visible {
	animation: visible 300ms linear 0s 1 normal;
}
@keyframes visible {
	from {
		visibility: hidden;
		opacity: 0;
	}
	to {
		visibility: visible;
		opacity: 1;
	}
}
.c-modal__overlay {
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.c-modal__overlay.-movie {
	background-color: var(--xy-color-Base, #202020);
	opacity: 0.9;
}
.c-modal__overlay.-photo {
	display: flex;
	align-items: center;
	background-color: rgba(32, 32, 32, 0.9);
}
.c-modal__overlay.-clipModal {
	background-color: inherit;
}
.c-modal__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.c-modal__inner.-movie {
	width: calc(100% - (158px * 2));
	max-width: calc(100vw - (158px * 2));
	max-height: calc(100vh - (48px * 2));
	min-width: 764px;
	min-height: 484px;
	aspect-ratio: 4/3;
}
.c-modal__inner.-photo {
	display: flex;
	aspect-ratio: auto;
	position: initial;
	transform: none;
}
.c-modal__inner.-hasBarHeader {
	width: 660px;
	display: flex;
	flex-direction: column;
	max-height: calc(100% - (40px * 2));
}
.c-modal__inner.-hasBarHeader .c-bar-header-halfModal {
	flex: none;
	top: 1px;
}
.c-modal__inner__hasHeaderBody {
	max-height: 100%;
	overflow-y: auto;
	padding: 0 24px;
	background-color: var(--xy-color-Base-Bright, #ffffff);
}
.c-modal__inner__hasHeaderBody.-hasButton {
	padding-bottom: 92px;
}
.c-modal__inner__hasHeaderBody &gt; *:last-child {
	margin-bottom: 1px;
}
.c-modal__inner__body {
	margin: 0 auto;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
.c-modal__inner__body.-photo {
	aspect-ratio: auto;
	justify-content: center;
	width: -moz-fit-content;
	width: fit-content;
}
.c-modal__photoCloseButton,
.c-modal__movieCloseButton {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 24px;
	height: 24px;
	text-align: center;
}
.c-modal__photoCloseButton::before,
.c-modal__movieCloseButton::before {
	content: "";
	font-size: 24px;
	color: #fff;
}
.c-modal__photoPrevButton,
.c-modal__photoNextButton {
	overflow: hidden;
	position: absolute;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: transparent;
	border: 1px solid var(--xy-color-Base-Bright, #ffffff);
	border-radius: 100%;
	filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.16));
	transform: translateY(-50%);
}
.c-modal__photoPrevButton::after,
.c-modal__photoNextButton::after {
	color: var(--xy-color-Base-Bright, #ffffff);
	font-size: 16px;
}
.c-modal__photoPrevButton.is-hidden,
.c-modal__photoNextButton.is-hidden {
	display: none;
}
.c-modal__photoPrevButton {
	left: 60px;
}
.c-modal__photoPrevButton::after {
	content: "";
}
.c-modal__photoNextButton {
	right: 60px;
}
.c-modal__photoNextButton::after {
	content: "";
}
.c-modal__footer {
	position: relative;
	top: -1px;
	flex: none;
	height: 40px;
	background-color: var(--xy-color-Base-Bright, #ffffff);
	border-radius: 0 0 40px 40px;
}
.c-modal__footer__gradation {
	display: block;
	position: absolute;
	top: -24px;
	width: calc(100% - var(--xy-scrollbar-width, 0px));
	height: 24px;
	background: linear-gradient(360deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.c-modal__footer__gradation.is-hidden {
	display: none;
}

.c-hover,
.c-hover40 {
	opacity: 1;
	transition: opacity 0.3s;
	cursor: pointer;
}
.c-hover:hover,
.c-hover40:hover {
	opacity: 0.6;
	transition-duration: 0.8s;
}
.c-hover40:hover {
	opacity: 0.4;
}
.c-hover-default {
	opacity: 1;
	transition: opacity 0.3s;
	cursor: pointer;
}
.c-hover-default.is-hover,
.c-hover-default.is-hover40 {
	transition-duration: 0.8s;
}
.c-hover-default.is-hover {
	opacity: 0.6;
}
.c-hover-default.is-hover40 {
	opacity: 0.4;
}
@media screen and (max-width: 1080px) {
	.c-modal {
		width: 1080px;
	}
	.c-modal__inner.-movie {
		left: 158px;
		transform: translate(0px, -50%);
	}
}
@media screen and (max-height: 580px) {
	.c-modal.-photo {
		height: 580px;
	}
}
@media screen and (max-height: 669px) {
	.c-modal__inner.-movie {
		top: 48px;
		transform: translate(-50%, 0px);
	}
}
@media screen and (max-height: 669px) and (max-width: 1080px) {
	.c-modal__inner.-movie {
		top: 48px;
		left: 158px;
		transform: translate(0px, 0px);
	}
}
</pre></body></html>