@charset "UTF-8";

/* ============================================
   Story Common Header Overrides
   ============================================ */
.header__logo {
	padding-top: 4.8rem;
}

.header__logo img {
	width: 25.9rem;
	height: auto;
}

/* ============================================
   Story Detail Article Common
   ============================================ */

/* Article */
.article {
	padding-top: 8rem;
	padding-bottom: 0;
}

.article__inner {
	box-sizing: content-box;
	max-width: var(--content-width);
	margin: 0 auto;
	padding: 0 2.4rem;
}

/* ============================================
   Article Header
   ============================================ */
.article__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.6rem;
}

.article__header-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.6rem;
}

.article__header-en {
	font-family: var(--font-marcellus);
	font-size: 8.8rem;
	line-height: 0.8;
	color: var(--color-gold);
	font-weight: 400;
	letter-spacing: 0;
}

.article__header-ja {
	font-family: var(--font-serif);
	font-weight: 500;
	font-size: 2rem;
	line-height: 2.3rem;
	letter-spacing: 4%;
	color: var(--color-blue);
}

.article__header-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2.4rem;
	width: 52.7rem;
}

.article__heading {
	--line-height: 1.3;
	font-family: var(--font-serif);
	font-weight: 500;
	font-size: 3.4rem;
	line-height: var(--line-height);
	letter-spacing: 6%;
	color: var(--color-blue);
}

.article__heading::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: -0.3em;
}

.article__heading::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((var(--line-height) - 1) * -0.5em);
}

.article__room {
	font-family: var(--font-marcellus);
	font-size: 1.3rem;
	line-height: 0.9;
	letter-spacing: 8%;
	color: var(--color-text-medium);
}

/* ============================================
   Article Content
   ============================================ */
.article__content {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8.8rem;
}

/* ============================================
   Hero Image
   ============================================ */
.article__hero {
	position: relative;
	height: 74.3rem;
}

.article__hero-img {
	position: absolute;
	left: 50%;
	top: 4.3rem;
	transform: translateX(calc(-50% - 1.6rem));
	width: 113.7rem;
	height: 70rem;
	overflow: hidden;
}

.article__hero-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article__hero-number {
	display: none;
	position: absolute;
	left: 97.4rem;
	top: 0;
	font-family: var(--font-frank);
	font-weight: 300;
	font-size: 14.4rem;
	line-height: 0.8;
	color: #e2f2ff;
}

.article__hero-bar {
	position: absolute;
	right: 0;
	top: 4.3rem;
	width: 3.2rem;
	height: 70rem;
	background-color: var(--color-red);
}

/* ============================================
   Intro Section
   ============================================ */
.article__intro {
	display: flex;
	gap: 5.8rem;
	align-items: stretch;
}

.article__intro-lead {
	width: 52.7rem;
	flex-shrink: 0;
	font-family: var(--font-serif);
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.75;
	letter-spacing: 8%;
	color: var(--color-text-dark);
	font-feature-settings: 'halt' on;
}

.article__intro-lead::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: -0.4em;
}

.article__intro-lead::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: -0.3em;
}

.article__intro-divider {
	width: 0.1rem;
	background-color: var(--color-line-blue);
	flex-shrink: 0;
}

.article__intro-profile {
	display: flex;
	gap: 3.2rem;
	align-items: flex-start;
	width: 52.7rem;
	flex-shrink: 0;
}

.article__intro-profile-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.article__intro-profile-name {
	font-family: var(--font-marcellus);
	font-size: 1.8rem;
	line-height: 0.9;
	letter-spacing: 8%;
	color: var(--color-blue);
}

.article__intro-profile-desc {
	font-family: var(--font-sans);
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.65;
	letter-spacing: 7.5%;
	color: var(--color-text-dark);
	font-feature-settings: normal;
}

.article__intro-profile-desc::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: -0.4em;
}

.article__intro-profile-desc::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: -0.3em;
}

.article__intro-profile-img {
	width: 11.9rem;
	height: 11.9rem;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.article__intro-profile-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ============================================
   Divider
   ============================================ */
.article__divider {
	width: 100%;
	height: 0.1rem;
	background-color: var(--color-line-blue);
	border: none;
	margin: 0;
}

/* ============================================
   Article Body
   ============================================ */
.article__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12.8rem;
}

/* ============================================
   Chapter
   ============================================ */
.article__chapters {
	width: 86rem;
	display: flex;
	flex-direction: column;
	gap: 9.6rem;
}

.article__chapter {
	display: flex;
	flex-direction: column;
	gap: 4.0rem;
}

.article__chapter-header {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.article__chapter-heading {
	display: flex;
	gap: 1.6rem;
	align-items: flex-start;
}

.article__chapter-line {
	display: block;
	width: 3.2rem;
	height: 0.1rem;
	background-color: var(--color-gold);
	flex-shrink: 0;
	margin-top: 1.5rem;
}

.article__chapter-heading h3 {
	font-family: var(--font-serif);
	font-weight: 500;
	font-size: 3rem;
	line-height: 1.75;
	letter-spacing: 8%;
	color: var(--color-blue);
	font-feature-settings: "halt" 1;
}

.article__chapter-heading h3::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: -0.6em;
}

.article__chapter-heading h3::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: -0.4em;
}

.article__chapter-intro {
	display: flex;
	flex-direction: column;
	gap: 5.6rem;
}

.article__chapter-main-img {
	width: 100%;
	overflow: hidden;
}

.article__chapter-main-img img {
	width: 100%;
	height: auto;
	display: block;
}

.article__text {
	font-family: var(--font-sans);
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 7%;
	color: var(--color-text-dark);
	font-feature-settings: normal;
}

.article__text::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: -0.6em;
}

.article__text::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: -0.4em;
}

.article__chapter-block {
	display: flex;
	flex-direction: column;
	gap: 5.6rem;
}

.article__chapter-block .article__chapter-img {
	width: 100%;
	overflow: hidden;
}

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

.article__chapter-img-pair {
	display: flex;
	gap: 4rem;
	align-items: center;
}

.article__chapter-img-pair .article__chapter-img {
	flex: 1;
	overflow: hidden;
}

.article__chapter-img-pair .article__chapter-img img {
	width: 100%;
	height: auto;
	display: block;
}

.article__chapter-side {
	display: flex;
}

.article__chapter-side > .article__chapter-img {
	flex: 1;
	overflow: hidden;
}

.article__chapter-side > .article__chapter-img img {
	width: 100%;
	height: auto;
	display: block;
}

.article__chapter-side-text {
	flex: 1;
	font-family: var(--font-sans);
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 6%;
	color: var(--color-text-dark);
	font-feature-settings: normal;
}

.article__chapter-side-text::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: -0.4em;
}

.article__chapter-side-text::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: -0.3em;
}

.article__chapter-side-text p + p {
	margin-top: 1em;
}

.article__chapter-side--reverse {
	flex-direction: row-reverse;
}

/* ============================================
   Other Story
   ============================================ */
.article__other {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8rem;
	width: 86rem;
}

.article__other-title {
	font-family: var(--font-marcellus);
	font-size: 6.4rem;
	line-height: 0.8;
	letter-spacing: 2%;
	color: var(--color-gold);
	font-weight: 400;
}

.article__other-list {
	display: flex;
	flex-direction: column;
	gap: 6.4rem;
	width: 100%;
}

.article__other-card {
	position: relative;
	height: 24rem;
}

.article__other-card-text {
	max-width: 46rem;
	margin-bottom: 3.2rem;
}

.article__other-card-title {
	--line-height: 1.4;
	font-family: var(--font-serif);
	font-weight: 500;
	font-size: 3rem;
	line-height: var(--line-height);
	letter-spacing: 4%;
	color: var(--color-blue);
}

.article__other-card-title::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: -0.3em;
}

.article__other-card-room {
	font-family: var(--font-marcellus);
	font-size: 1.3rem;
	line-height: 0.9;
	letter-spacing: 8%;
	color: var(--color-text-medium);
	margin-top: 1.5rem;
}

.article__other-card-link {
	display: inline-flex;
	align-items: center;
	gap: 1.6rem;
	position: absolute;
	left: 26.9rem;
	bottom: 0.4rem;
}

.article__other-card-link-text {
	font-family: var(--font-serif);
	font-weight: 600;
	font-size: 1.8rem;
	color: var(--color-text-light);
	letter-spacing: 0;
}

.article__other-card-link-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5.2rem;
	height: 5.2rem;
	background-color: var(--color-red);
	border: 0.1rem solid var(--color-red);
	border-radius: 50%;
	color: var(--color-white);
	transition: background-color 0.3s ease, color 0.3s ease;
}

.article__other-card-link:hover .article__other-card-link-icon {
	background-color: var(--color-white);
	color: var(--color-red);
}

.article__other-card-link-icon svg {
	width: 1.2rem;
	height: 1.2rem;
	transform: rotate(-90deg);
}

.article__other-card-img {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 36rem;
	height: 24rem;
	overflow: hidden;
}

.article__other-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
	will-change: transform;
}

.article__other-card-img:hover img {
	transform: scale(1.1);
}

.article__other-cta {
	text-align: center;
}

/* ============================================
   PC Responsive (min-width: 768px)
   ============================================ */
@media screen and (min-width: 768px) {
	.header__sns {
		top: 2.7rem;
		transform: none;
	}
}

/* ============================================
   SP Responsive (max-width: 767px)
   ============================================ */
@media screen and (max-width: 767px) {
	.header__logo img {
		width: 20.8rem;
	}

	.article {
		padding-top: 6.4rem;
	}

	.article__inner {
		padding: 0 2.4rem;
	}

	/* Header */
	.article__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 6.5rem;
		margin-bottom: 4.6rem;
	}

	.article__header-title {
		gap: 1.8rem;
	}

	.article__header-en {
		font-size: 6.4rem;
	}

	.article__header-ja {
		font-size: 1.6rem;
		line-height: 1.5rem;
	}

	.article__header-info {
		gap: 2.0rem;
		width: 100%;
	}

	.article__heading {
		font-size: 2.4rem;
		letter-spacing: 0;
	}

	.article__room {
		font-size: 1.3rem;
	}

	/* Content */
	.article__content {
		gap: 0;
	}

	/* Hero */
	.article__hero {
		height: auto;
		margin: 0 -2.4rem 0 -0.8rem;
	}

	.article__hero-img {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		width: 100%;
		height: 22.1rem;
	}

	.article__hero-number {
		display: none;
	}

	.article__hero-bar {
		position: absolute;
		right: 0;
		top: 0;
		width: 1.6rem;
		height: 100%;
	}

	/* Intro */
	.article__intro {
		flex-direction: column;
		gap: 0;
		margin: 4.8rem 0 3.2rem;
	}

	.article__intro-lead {
		font-feature-settings: normal;
		font-size: 1.6rem;
		line-height: 1.5;
		width: 100%;
	}

	.article__intro-lead::before {
		margin-top: -0.3em;
	}

	.article__intro-lead::after {
		margin-top: -0.3em;
	}

	.article__intro-divider {
		margin: 4.8rem 0 3.2rem;
		width: 100%;
		height: 0.1rem;
	}

	.article__intro-profile {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 9.5rem;
		gap: 2.4rem;
	}

	.article__intro-profile-text {
		display: contents;
	}

	.article__intro-profile-name {
		grid-column: 1 / -1;
		font-size: 1.5rem;
	}

	.article__intro-profile-desc {
		grid-column: 1;
		grid-row: 2;
		font-size: 1.2rem;
	}

	.article__intro-profile-desc::before {
		margin-top: -0.4em;
	}

	.article__intro-profile-desc::after {
		margin-top: -0.3em;
	}

	.article__intro-profile-img {
		grid-column: 2;
		grid-row: 2;
		align-self: start;
		width: 9.5rem;
		height: 9.5rem;
	}

	/* Body */
	.article__body {
		gap: 0;
		margin-top: 5.6rem;
	}

	.article__chapters {
		gap: 8.0rem;
		margin-bottom: 8.0rem;
		width: 100%;
	}

	.article__chapter-line {
		margin-top: 1.0rem;
		width: 1.6rem;
	}

	/* Chapter Common */
	.article__chapter {
		gap: 3.2rem;
	}

	.article__chapter-header {
		gap: 3.2rem;
	}

	.article__chapter-heading {
		gap: 0.8rem;
	}

	.article__chapter-heading h3 {
		font-size: 2.0rem;
		line-height: 1.4;
	}

	.article__chapter-heading h3::before {
		margin-top: -0.2em;
	}

	.article__chapter-intro {
		gap: 4.0rem;
	}

	.article__text {
		font-size: 1.5rem;
	}

	.article__text::before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		margin-top: -0.4em;
	}

	.article__text::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		margin-top: -0.6em;
	}

	.article__chapter-block {
		gap: 2.8rem;
	}

	.article__chapter-img-pair {
		flex-direction: column;
		gap: 2.8rem;
	}

	.article__chapter-side-text {
		font-size: 1.5rem;
		letter-spacing: 7%;
	}

	.article__chapter-side--reverse {
		flex-direction: column;
	}

	.article__chapter-side-text::before {
		margin-top: -0.5em;
	}

	.article__chapter-side-text::after {
		margin-top: -0.5em;
	}

	/* Other Story */
	.article__other {
		gap: 6.9rem;
		margin-top: 8.0rem;
		width: 100%;
	}

	.article__other-title {
		font-size: 5.2rem;
		letter-spacing: 0;
	}

	.article__other-list {
		gap: 4.7rem;
	}

	.article__other-card {
		height: auto;
	}

	.article__other-card-img {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		height: auto;
		aspect-ratio: 3/2;
		margin-bottom: 7.3rem;
	}

	.article__other-card-title {
		font-size: 2.2rem;
		line-height: 1.3;
		letter-spacing: 0;
		padding-top: 0;
	}

	.article__other-card-title::before {
		margin-top: -0.2em;
	}

	.article__other-card-room {
		font-size: 1.2rem;
		margin-top: 1.5rem;
	}

	.article__other-card-link {
		gap: 1.1rem;
		left: auto;
		right: 0;
		bottom: 0;
		justify-content: flex-end;
		width: 100%;
	}

	.article__other-card-link-text {
		font-size: 1.5rem;
	}

	.article__other-card-link-icon {
		width: 4.2rem;
		height: 4.2rem;
	}

	.article__other-cta {
		margin-top: 0.5rem;
	}

	.article__other-cta .btn-cta {
		padding: 0 2rem;
	}

	.article__other-cta .btn-cta__text {
		position: relative;
		top: -0.1rem;
		left: 0.3rem;
	}
}
