@charset "UTF-8";

/*================================================================
# kv
================================================================ */
.kv {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
	overflow: hidden;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
	text-orientation: upright;
}

.kv .kv__words {
	width: 30%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.kv .kv__title {
	margin: 0;
	display: flex;
	align-items: center;
	white-space: nowrap;
	animation: 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal forwards autumnMaskFadeIn;
	-webkit-mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
	mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 200% 100%;
	mask-size: 200% 100%;
	-webkit-mask-position: 200% 0;
	mask-position: 200% 0;
}

.kv .kv__title .inner {
	margin: 0;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--gold);
	letter-spacing: 0.2em;
}

.kv .kv__title .inner small {
	font-size: 18px;
}

.kv .kv__title::after {
	display: none;
}

.kv .kv__img {
	width: 70%;
	position: relative;
	animation: 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal forwards autumnMaskFadeIn;
	-webkit-mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
	mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 200% 100%;
	mask-size: 200% 100%;
	-webkit-mask-position: 200% 0;
	mask-position: 200% 0;
}

.kv .kv__img::after {
	width: 34%;
	height: 100%;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(18, 32, 63, 0), rgba(18, 32, 63, 0.55));
	position: absolute;
	content: "";
	top: 0;
	right: 0;
}

.kv .kv__img picture {
	width: 100%;
	display: block;
	overflow: hidden;
	aspect-ratio: 828 / 1247;
}

.kv .kv__img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: 54% center;
}

@keyframes autumnMaskFadeIn {
	0% {
		-webkit-mask-position: 200% 0;
		mask-position: 200% 0;
	}

	100% {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}
}

/*================================================================
# anchor
================================================================ */
.anchor .anchor--list li:not(:first-child) {
	border-right: 1px solid rgba(194, 164, 117, 0.25);
}

.anchor .anchor--list li:first-child {
	width: 100%;
}

.anchor .anchor--list li:nth-child(n + 2) {
	width: 50%;
}

.anchor .anchor--list li:nth-child(2) {
	border-bottom: 0;
}

.anchor .anchor--list li:last-child {
	border-right: 0;
	border-bottom: 0;
}

.anchor .anchor--list a {
	padding: 1.6rem 0.8rem;
	flex-direction: column;
	font-size: 12px;
	text-align: center;
}

.anchor .anchor__link strong {
	display: block;
	font-size: 14px;
}

.anchor .anchor--list a::after {
	margin: 1.6rem 0 0;
}

/*================================================================
# plan-box
================================================================ */
.plan-box {
	max-width: 1420px;
	margin: 4rem auto 0;
	padding: 0;
}

.plan-box .row {
	width: 100%;
	padding: 4px;
	background: var(--white);
	position: relative;
	display: flex;
	flex-direction: column;
}

.plan-box .row+.row {
	margin: 9.6rem 0 0;
}

.plan-box .left {
	margin: 0;
}

.plan-box .left>img,
.plan-box .left img {
	width: 100%;
	display: block;
}

.plan-box .right {
	margin: 0;
	padding: 4rem 3.2rem;
}

.plan-box .plan-tag {
	margin: 0;
	position: relative;
}

.plan-box .plan-tag span {
	padding: 0.5rem 1.5rem;
	border-bottom: 2px solid var(--gold);
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: var(--gold);
	letter-spacing: 0.05em;
}

.plan-box .plan-name {
	margin: 1.6rem 0 0;
	position: relative;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.55;
	color: var(--blue);
}

.plan-box .plan-lead {
	padding: 0 0 0.8rem;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
}

.plan-box .limit {
	margin: 1.6rem 0 0;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: var(--blue);
}

.plan-box .plan-text {
	margin: 2.4rem 0 0;
	position: relative;
	font-size: 14px;
	line-height: 2;
	color: var(--blue);
}

.plan-box .list-title {
	margin: 2.4rem 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: var(--blue);
	text-align: center;
}

.plan-box .box {
	margin: 0.8rem 0 0;
	padding: 3.2rem;
	background-color: rgba(210, 197, 191, 0.5);
	position: relative;
	font-size: 14px;
	font-weight: 600;
}

.plan-box .box .list {
	margin: 0 0 0 16px;
	list-style: none;
	color: var(--blue);
}

.plan-box .box .list>li {
	text-indent: -16px;
}

.plan-box .box .list>li::before {
	margin: 0 0.4rem 0 0;
	content: "★";
	font-size: 14px;
	color: var(--blue);
}

.plan-box .box .list>li+li {
	margin: 1.6rem 0 0;
}

.plan-box .box .list ul {
	margin: 8px 0 0 16px;
}

.plan-box .plan-btn {
	width: 88%;
	margin: 3.2rem auto 0;
	text-align: center;
}

.plan-box .plan-btn a {
	width: 100%;
	padding: 2rem 2.4rem 2rem 1.6rem;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 9999px;
	background: linear-gradient(135deg, #866b0b, #cfaf3b);
	box-shadow: 0 5px 15px rgba(67, 53, 3, 0.45);
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	color: var(--white);
	text-decoration: none;
	transition: background 0.4s ease, box-shadow 0.4s ease;
}

.plan-box .plan-btn a .arrow-icon {
	width: 24px;
	height: 24px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0.8rem;
	bottom: 0;
	transition: transform 0.3s ease;
}

.plan-box .plan-btn a.hover {
	background: linear-gradient(135deg, #a08113, #dbc361);
	box-shadow: 0 8px 22px rgba(67, 53, 3, 0.55);
}

.plan-box .plan-btn a.hover .arrow-icon {
	transform: translateX(4px);
}

.plan-box .plan-media--portrait img {
	object-fit: cover;
	aspect-ratio: 4 / 5;
	object-position: center;
}

.plan-box .plan-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.4rem;
}

.plan-box .plan-gallery img,
.plan-box .plan-gallery video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.plan-box .plan-gallery .plan-gallery__main {
	grid-column: 1 / -1;
	aspect-ratio: 3 / 2;
}

/*================================================================
# featured plan
================================================================ */
.plan-box .row--featured {
	width: 100%;
	margin: 0;
	padding: 5.6rem 1.6rem;
	border-top: 1px solid rgba(194, 164, 117, 0.55);
	border-bottom: 1px solid rgba(194, 164, 117, 0.55);
	background: linear-gradient(180deg, rgba(194, 164, 117, 0.17), rgba(9, 23, 50, 0) 24%), rgba(9, 23, 50, 0.84);
	box-shadow: 0 2.4rem 5rem rgba(0, 0, 0, 0.22);
	position: relative;
	display: block;
	overflow: hidden;
	color: var(--white);
}

.plan-box .row--featured::before,
.plan-box .row--featured::after {
	width: 5.6rem;
	height: 5.6rem;
	pointer-events: none;
	position: absolute;
	content: "";
	z-index: 2;
}

.plan-box .row--featured::before {
	border-top: 1px solid var(--gold);
	border-left: 1px solid var(--gold);
	top: 1.2rem;
	left: 1.2rem;
}

.plan-box .row--featured::after {
	border-right: 1px solid var(--gold);
	border-bottom: 1px solid var(--gold);
	right: 1.2rem;
	bottom: 1.2rem;
}

.plan-box .featured-head {
	padding: 0 1.6rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.plan-box .plan-recommend {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.2rem;
}

.plan-box .plan-recommend::before,
.plan-box .plan-recommend::after {
	width: 3.2rem;
	height: 1px;
	background: rgba(194, 164, 117, 0.7);
	content: "";
}

.plan-box .plan-recommend span {
	min-width: 18rem;
	padding: 1rem 2rem;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: linear-gradient(135deg, #8e7014, #cfb75a);
	box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.2);
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: var(--white);
	letter-spacing: 0.12em;
}

.plan-box .row--featured .plan-tag {
	margin: 2.4rem 0 0;
	text-align: center;
}

.plan-box .row--featured .plan-tag span {
	padding: 0 0 0.8rem;
	border: 0;
	border-bottom: 1px solid rgba(194, 164, 117, 0.75);
	font-size: 14px;
	font-weight: 400;
	color: var(--gold);
	letter-spacing: 0.12em;
}

.plan-box .row--featured .plan-name {
	margin: 2.4rem 0 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
	color: var(--white);
	letter-spacing: 0.03em;
}

.plan-box .row--featured .plan-lead {
	padding: 0 0 1.2rem;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	color: #ded3b7;
	letter-spacing: 0.05em;
}

.plan-box .row--featured .limit {
	margin: 2.4rem 0 0;
	padding: 1.2rem 1.6rem;
	border: 1px solid rgba(194, 164, 117, 0.5);
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.7;
	color: var(--white);
	letter-spacing: 0.04em;
}

.plan-box .featured-body {
	margin: 4rem 0 0;
	position: relative;
	z-index: 1;
}

.plan-box .featured-gallery {
	margin: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.8rem;
}

.plan-box .featured-gallery__main {
	min-width: 0;
	border: 1px solid rgba(194, 164, 117, 0.55);
	background: #07152d;
	box-shadow: 0 1.6rem 3.2rem rgba(0, 0, 0, 0.2);
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

.plan-box .featured-gallery__slide {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	transition: opacity 0.45s ease, visibility 0s linear 0.45s;
}

.plan-box .featured-gallery__slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	transition-delay: 0s;
}

.plan-box .featured-gallery__slide img,
.plan-box .featured-gallery__slide video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.plan-box .featured-gallery__thumbs {
	min-width: 0;
	min-height: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.6rem;
}

.plan-box .featured-gallery__thumb {
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0.55;
	border: 2px solid transparent;
	background: transparent;
	overflow: hidden;
	transition: border-color 0.3s ease, opacity 0.3s ease;
	aspect-ratio: 1 / 1;
}

.plan-box .featured-gallery__thumb:hover,
.plan-box .featured-gallery__thumb.is-active {
	opacity: 1;
	border-color: var(--gold);
}

.plan-box .featured-gallery__thumb:focus-visible {
	outline: 2px solid var(--white);
	outline-offset: 0.3rem;
}

.plan-box .featured-gallery__thumb img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.plan-box .row--featured .plan-text {
	margin: 3.2rem 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	color: var(--white);
	text-align: left;
}

.plan-box .row--featured .list-title {
	margin: 3.2rem 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	color: var(--gold);
	text-align: center;
	letter-spacing: 0.05em;
	gap: 1.2rem;
}

.plan-box .row--featured .list-title::before,
.plan-box .row--featured .list-title::after {
	width: 2.4rem;
	height: 1px;
	background: rgba(194, 164, 117, 0.7);
	content: "";
	flex-shrink: 0;
}

.plan-box .featured-list {
	width: fit-content;
	margin: 1.6rem auto 0;
	padding: 2.4rem 3.2rem;
	list-style: none;
	border: 1px solid var(--gold);
	font-size: 14px;
	line-height: 1.8;
	color: var(--white);
}

.plan-box .featured-list li {
	padding: 0 0 0 1.8rem;
	position: relative;
}

.plan-box .featured-list li+li {
	margin: 0.8rem 0 0;
}

.plan-box .featured-list li::before {
	position: absolute;
	content: "○";
	top: 3px;
	left: 0;
	font-weight: 700;
	color: var(--gold);
}

.plan-box .featured-list li strong {
	font-size: 16px;
	color: var(--gold);
}

.plan-box .row--featured .plan-btn {
	margin: 3.2rem auto 0;
}

.plan-box .row--featured .plan-btn a {
	border: 1px solid rgba(255, 255, 255, 0.65);
}