@charset "UTF-8";

/* ====================================
	共通スタイル
==================================== */
.en-text {
	font-family: "Vollkorn", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

/* メインビジュアル */
.main-visual {
	margin-bottom: 3.4rem;
}

.intro {
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
	margin-bottom: 8rem;
}

.intro-text {
	font-size: 1.6rem;
	line-height: 1.8;
}

/* MVの文字 */
.main-visual-title {
	font-size: 2.4rem;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1), 0px 0px 25px rgba(0, 0, 0, 1);
}

/* 各ヒストリー */
.history__inner {
	display: flex;
	gap: 2rem;
	border-bottom: 1px solid var(--light-gray);
	padding-bottom: 4rem;
	margin-bottom: 4rem;
}

.fd-row,
.fd-row-reverse {
	flex-direction: column;
}

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

.history__lead {
	width: 100%;
}

.p-history__title-en,
.timeline__title-en,
.founder__title-en {
	/* font-size: 4.8rem; */
	font-size: 10.5vw;
	color: var(--light-gray);
	line-height: 1;
}

.p-history__l2 {
	margin-left: 24vw;
}

.history__title-jp {
	margin-bottom: 0.5em;
	font-size: 2.2rem;
}

.history__text {
	margin-bottom: 4rem;
	font-size: 1.6rem;
	line-height: 1.5;
}

.history__btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 3rem;
	width: 100%;
	max-width: 380px;
	font-size: 1.5rem;
	padding: 1.2rem 2rem;
	border: 1px solid #000;
	text-decoration: none;
	transition: ease background-color 0.6s, color 0.6s;
}

.history__btn-icon {
	width: 31px;
	height: 8px;
}

.timeline__title-en {
	text-align: right;
}

.title-founder {
	font-size: 2.4rem;
}

.founder__l2 {
	margin-left: 14vw;
}

.founder__l3 {
	margin-left: 10vw;
	font-size: 6.5vw;
}

.history-sub__inner {
	text-align: center;
	border-bottom: 1px solid var(--light-gray);
	padding-bottom: 6rem;
	margin-bottom: 4rem;
}

.no-border {
	border-bottom: none;
}

.history-sub__title {
	font-size: 2.6rem;
	font-weight: 600;
	margin-bottom: 4rem;
}

.history-sub__title-small {
	font-size: 2.4rem;
}

.history-sub__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4rem;
}

.museum__img img {
	width: 100%;
	max-width: 64rem;
	height: auto;
}

.history-sub__lead {
	text-align: left;
	max-width: 64rem;
}

.history-sub__subtitle {
	font-size: 1.8rem;
	margin-bottom: 1.6rem;
}

.history-sub__text {
	font-size: 1.5rem;
}

/* 展示施設、社史 */
.history-sub__media {
	display: flex;
	flex-direction: column;
	gap: 5rem;
	width: 100%;
	max-width: 64rem;
}

.book100year__img img {
	width: 60%;
	min-width: 200px;
	height: auto;
	margin-inline: auto;
	display: block;
}

.history-sub__link-wrapper {
	width: 100%;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.history-sub__pdf-list {
	list-style: none;
	display: grid;
}

.history-sub__pdf-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	border-top: 1px solid var(--light-gray);
	padding: 0.8em 0;
	font-size: 1.8rem;
}

.history-sub__pdf-list li:last-child {
	border-bottom: 1px solid var(--light-gray);
}

.history-sub__pdf-link svg {
	width: 24px;
	height: 25px;
}

.history-sub__sub-link {
	display: inline-flex;
	align-items: center;
	font-size: 1.4rem;
	gap: 1rem;
	text-decoration: none;
}

.history-sub__sub-link-icon {
	width: 0.5em;
	aspect-ratio: 6 / 10;
	vertical-align: middle;
}

/* ====================================
	ホバー、マウスポインタが有効なデバイス
==================================== */
@media (hover:hover) and (pointer: fine) {

	.history__btn:hover {
		background-color: #000;
		color: #fff;
		text-decoration: none;
	}
}

/* ====================================
	480px以上専用スタイル
==================================== */
@media screen and (width >=480px) {}

/* ====================================
	768px未満専用スタイル
==================================== */
@media screen and (width <768px) {}

/* ====================================
	768px以上専用スタイル
==================================== */
@media screen and (width >=768px) {}

/* ====================================
	768px以上1080px未満専用スタイル
==================================== */
@media screen and (768px <=width < 1080px) {}

/* ====================================
	1080px未満専用スタイル
==================================== */
@media screen and (width <1080px) {
	.history__inner,
	.history-sub__card {
		padding-inline: 5%;
	}
}

/* ====================================
	1080px以上専用スタイル
==================================== */
@media print,
screen and (1080px <=width) {

	/* メインビジュアル */
	.main-visual {
		max-inline-size: 150rem;
		margin-bottom: 6rem;
	}

	.intro {
		margin-bottom: 16rem;
	}

	.intro-text {
		font-size: 1.8rem;
		text-align: center;
	}

	/* MVの文字 */
	.main-visual-title {
		font-size: 3.6rem;
		padding-bottom: 5rem;
	}

	/* 各ヒストリー */
	.history__inner {
		position: relative;
		display: flex;
		gap: 8%;
		border-bottom: 1px solid var(--light-gray);
		padding-bottom: 10rem;
		margin-bottom: 12rem;
	}

	.fd-row {
		flex-direction: row;
	}

	.fd-row-reverse {
		flex-direction: row-reverse;
	}

	.history__img {
		flex: 0 0 50%;
	}

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

	.p-history__lead {
		width: 100%;
		padding-top: 16rem;
	}

	.p-history__title-en,
	.timeline__title-en,
	.founder__title-en {
		position: absolute;
		font-size: 84px;
		left: 58%;
		top: -32px;
	}

	.p-history__l2 {
		margin-left: 184px;
	}

	.history__title-jp {
		font-size: 3.2rem;
		font-weight: 400;
		margin-left: 2rem;
	}

	.history__text {
		line-height: 1.8;
		font-size: 1.6rem;
		margin-bottom: 8rem;
	}

	.history__btn {
		width: auto;
		font-size: 1.6rem;
		padding: 1.2rem 2rem;
	}

	.history__btn-icon {
		width: 31px;
		height: 8px;
	}

	.timeline__lead {
		width: 100%;
		padding-top: 10rem;
	}

	.timeline__title-en {
		left: 0;
	}

	.founder__lead {
		width: 100%;
		padding-top: 26rem;
	}

	.title-founder {
		font-size: 3rem;
	}

	.founder__l2 {
		margin-left: 96px;
	}


	.founder__l3 {
		margin-left: 72px;
		font-size: 48px;
	}

	/* 展示施設、社史 */
	.history-sub__title {
		font-size: 3.4rem;
		margin-bottom: 4rem;
	}

	.history-sub__card {
		gap: 6rem;
	}

	.history-sub__subtitle {
		font-size: 2.2rem;
	}

	.history-sub__text {
		font-size: 1.6rem;
	}

	.history-sub__media {
		display: flex;
		flex-direction: row;
		gap: 7rem;
		width: 100%;
		max-width: 64rem;
	}

	.book100year__img {
		flex: 0 0 30%;
	}

	.history-sub__link-wrapper {
		gap: 2.4rem;
	}

	.history-sub__pdf-link {
		padding: 2.3rem 0;
		font-size: 2rem;
	}


	.history-sub__sub-link {
		font-size: 1.8rem;
	}

}

/* ====================================
	1280px以上専用スタイル
==================================== */
@media screen and (width >=1280px) {}