@charset "utf-8";

body.top {
	margin: 0;
	background: #000;
	color: #fff;
	text-align: center;
}

body.top .inner {
	width: min(1160px, 96vw);
	margin: 0 auto;
}

body.top > nav.menu {
	margin: 0;
}

body.top .menu-toggle {
	display: none;
}

.hero-wrap {
	background: #000;
}

.main-slide {
	position: relative;
	width: min(1240px, 100vw);
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.55);
}

.main-slide ul {
	position: relative;
	aspect-ratio: 16 / 9;
	height: auto;
}

.main-slide ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 0;
	transition: opacity 1.4s ease;
}

.main-slide ul li.active {
	opacity: 1;
	z-index: 2;
}

.main-slide ul li.after {
	opacity: 0;
	z-index: 1;
}

.main-slide ul li a,
.main-slide ul li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-dots {
	padding: 10px 0 16px;
}

.hero-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	margin: 0 4px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.hero-dots button.active {
	background: #fff;
	transform: scale(1.15);
}

.information-band {
	background: #060606;
}

.information-band p {
	display: flex;
	align-items: center;
	gap: 14px;
	text-align: left;
	margin: 0;
	padding: 12px 0;
	line-height: 1;
}

.information-band p::after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.35) 10%,
		rgba(255, 255, 255, 0.95) 50%,
		rgba(255, 255, 255, 0.35) 90%,
		rgba(255, 255, 255, 0) 100%
	);
}

.information-band .en {
	font-size: 20px;
	letter-spacing: 0.12em;
	font-family: var(--heading-font);
}

.information-band .jp {
	font-size: 12px;
	opacity: 0.72;
	font-family: var(--heading-font);
}

.pickup-strip {
	background: #090909;
	border-bottom: 1px solid #212121;
}

.pickup-strip .inner {
	overflow: hidden;
	padding: 14px 0;
}

.pickup-strip .swiper-slide > a {
	display: block;
	overflow: hidden;
	border: 1px solid #262626;
	background: #000;
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.pickup-strip .swiper-slide > a:hover {
	transform: translateY(-2px);
	border-color: #787878;
}

.pickup-strip .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.pickup-strip .swiper-button-prev,
.pickup-strip .swiper-button-next {
	color: #fff;
	width: 25px;
	height: 32px;
	margin-top: -16px;
	background: rgba(0, 0, 0, 0.45);
}

.pickup-strip .swiper-button-prev::after,
.pickup-strip .swiper-button-next::after {
	font-size: 18px;
	font-weight: 700;
}


.home-main {
	background: #f3f3f3;
	padding: 58px 0 70px;
	color: #111;
}

body.top .home-main a:link,
body.top .home-main a:visited,
body.top .home-main a:active {
	color: #111;
	text-decoration: none;
}
body.top .home-main .news-block .more a:link,
body.top .home-main .news-block .more a:visited,
body.top .home-main .news-block .more a:active {
	color: #fff;
}

body.top .home-main a:hover {
	color: #111;
	text-decoration: underline;
}

body.top .home-main .news-block .more a:hover {
	color: #111;
	text-decoration: none;
}

.home-main .columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	text-align: left;
}

body.top.no-movie .home-main .columns {
	grid-template-columns: 1fr;
}

body.top.no-movie .movie-block {
	display: none;
}

.news-block h2,
.movie-block h2 {
	margin: 0 0 22px;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #111;
	font-family: var(--heading-font);
}

.news-block h2 span,
.movie-block h2 span {
	font-size: 11px;
	letter-spacing: 0;
	margin-left: 8px;
	color: #666;
}

.news-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-block li {
	position: relative;
	padding: 15px 0;
}

.news-block li::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.12) 10%,
		rgba(0, 0, 0, 0.24) 50%,
		rgba(0, 0, 0, 0.12) 90%,
		rgba(0, 0, 0, 0) 100%
	);
}

.news-block time {
	display: block;
	color: #6d6d6d;
	margin-bottom: 7px;
}

.news-block a {
	color: #111;
	line-height: 1.6;
	text-decoration: none;
}

.news-block a:hover {
	text-decoration: underline;
}

.news-block .more {
	margin-top: 26px;
}

.news-block .more a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px 24px;
	border: 1px solid #111;
	background: #111;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.news-block .more a:hover {
	background: #fff;
	color: #111;
}

.movie-link {
	display: block;
	text-decoration: none;
	background: #101010;
	border: 1px solid #2e2e2e;
	position: relative;
	overflow: hidden;
}

body.top .home-main .movie-link:hover {
	text-decoration: none;
}

.movie-link::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: clamp(48px, 7vw, 72px);
	height: clamp(48px, 7vw, 72px);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.62);
	border: 2px solid rgba(255, 255, 255, 0.86);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
	pointer-events: none;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.movie-link::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	width: 0;
	height: 0;
	border-top: clamp(10px, 1.5vw, 14px) solid transparent;
	border-bottom: clamp(10px, 1.5vw, 14px) solid transparent;
	border-left: clamp(16px, 2.2vw, 22px) solid rgba(255, 255, 255, 0.95);
	pointer-events: none;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.4));
	transition: transform 0.2s ease;
}

.movie-link:hover::before {
	transform: translate(-50%, -50%) scale(1.06);
	background: rgba(0, 0, 0, 0.72);
}

.movie-link:hover::after {
	transform: translate(-38%, -50%) scale(1.05);
}

.movie-link img {
	display: block;
	width: 100%;
	height: auto;
}

.movie-link span {
	display: block;
	padding: 12px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	background: #000;
}

body.top > div.home-footer {
	margin-top: 0;
	border-top: 1px solid #1c1c1c;
	background: #000;
	padding: 32px 0 26px;
}

body.top > div.home-footer .inner {
	width: min(1160px, 94vw);
	margin: 0 auto;
	display: flex;
	gap: 20px;
	justify-content: center;
}
body.top > div.home-footer .inner .left-banner {
	display: flex;
	align-items: center;
	gap: 10px;
}

body.top > div.home-footer .banner {
	margin: 0;
}

body.top > div.home-footer .banner ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}

body.top > div.home-footer .banner li {
	opacity: 0.9;
}

body.top > div.home-footer .banner li:hover {
	opacity: 1;
}

body.top > div.home-footer .banner img {
	height: 35px;
	width: auto;
}

.footer-logos,
.corporate-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	margin-top: 20px;
}

.footer-logos .logo,
.corporate-logos .logo {
	display: inline-block;
	margin: 0;
}

body.top > div.home-footer .copyright {
	display: block;
	margin-top: 24px;
}

@media screen and (max-width: 980px) {
	.home-main .columns {
		gap: 32px;
	}
}

@media screen and (max-width: 920px) {
	body.top .menu-toggle {
		display: inline-block;
		position: fixed;
		top: 8px;
		right: 8px;
		width: 48px;
		height: 48px;
		border: none;
		border-radius: 4px;
		background-color: #111111;
		background-image: url("../img/bk_btn_menu.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 70% auto;
		cursor: pointer;
		opacity: 0.1;
		transition: opacity 0.3s ease;
	}

	body.top .menu-toggle:hover,
	body.top .menu-toggle.scrolled {
		opacity: 1;
	}

	body.top .menu-toggle.active {
		background-image: url("../img/bk_btn_menu_close.png");
		opacity: 1;
	}

	body.top > nav.menu::before {
		display: none;
	}

	.main-slide {
		width: 100%;
		border-left: none;
		border-right: none;
	}

	.main-slide ul {
		aspect-ratio: 16 / 9;
		height: auto;
	}

	.information-band p {
		padding: 10px 2vw;
	}

	.information-band .en {
		font-size: 16px;
	}

	.pickup-strip .inner {
		width: 96vw;
	}

	.home-main {
		padding: 38px 0 46px;
	}

	.home-main .columns {
		grid-template-columns: 1fr;
		gap: 36px;
		width: 92vw;
	}

	.news-block h2,
	.movie-block h2 {
		font-size: 22px;
		margin-bottom: 16px;
	}

	.footer-logos,
	.corporate-logos {
		gap: 14px;
		flex-wrap: wrap;
	}

	body.top > div.home-footer .banner ul {
		flex-wrap: wrap;
		gap: 10px;
	}
}
