@charset "UTF-8";
/*----------
	icons
----------*/
@font-face {
	font-family: 'iconfont';
	src: url("../../fonts/iconfont.ttf?cyflc1") format("truetype"), url("../../fonts/iconfont.woff?cyflc1") format("woff"), url("../../fonts/iconfont.svg?cyflc1#icons") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.icon, .icon-arrow1-r, .icon-arrow1-l, .icon-arrow1-b, .icon-arrow1-t, .icon-arrow2-r, .icon-arrow2-l, .icon-arrow2-b, .icon-arrow2-t, .icon-blank, .icon-plus, .icon-minus, .icon-close, .icon-download, .icon-search, .icon-access, .icon-locked, .icon-unlocked, .icon-global, .icon-question, .icon-exclamation, .icon-pdf, .icon-excel, .icon-powerpoint, .icon-word, .icon-zip, .icon-url, .icon-doc, .icon-check, .icon-circle, .icon-circle_border, .icon-play, .icon-stop, .icon-swipe, .icon-rss, .icon-alert, .icon-print, .icon-calendar, .icon-cart, .icon-humberger, .icon-bookmark, .icon-mail, .icon-first, .icon-last, .icon-new, .icon-to-top, .icon-pinch-in, .icon-pinch-out, .icon-phone {
	display: inline;
	font-family: 'iconfont' !important;
	speak: never;
	font-style: normal !important;
	font-size: inherit;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none;
	line-height: inherit;
	color: red;
}

.icon-arrow1-r::before {
	content: "";
}

.icon-arrow1-l::before {
	content: "";
}

.icon-arrow1-b::before {
	content: "";
}

.icon-arrow1-t::before {
	content: "";
}

.icon-arrow2-r::before {
	content: "";
}

.icon-arrow2-l::before {
	content: "";
}

.icon-arrow2-b::before {
	content: "";
}

.icon-arrow2-t::before {
	content: "";
}

.icon-blank::before {
	content: "";
}

.icon-plus::before {
	content: "";
}

.icon-minus::before {
	content: "";
}

.icon-close::before {
	content: "";
}

.icon-download::before {
	content: "";
}

.icon-search::before {
	content: "";
}

.icon-access::before {
	content: "";
}

.icon-locked::before {
	content: "";
}

.icon-unlocked::before {
	content: "";
}

.icon-global::before {
	content: "";
}

.icon-question::before {
	content: "";
}

.icon-exclamation::before {
	content: "";
}

.icon-pdf::before {
	content: "";
}

.icon-excel::before {
	content: "";
}

.icon-powerpoint::before {
	content: "";
}

.icon-word::before {
	content: "";
}

.icon-zip::before {
	content: "";
}

.icon-url::before {
	content: "";
}

.icon-doc::before {
	content: "";
}

.icon-check::before {
	content: "";
}

.icon-circle::before {
	content: "";
}

.icon-circle_border::before {
	content: "";
}

.icon-play::before {
	content: "";
}

.icon-stop::before {
	content: "";
}

.icon-swipe::before {
	content: "";
}

.icon-rss::before {
	content: "";
}

.icon-alert::before {
	content: "";
}

.icon-print::before {
	content: "";
}

.icon-calendar::before {
	content: "";
}

.icon-cart::before {
	content: "";
}

.icon-humberger::before {
	content: "";
}

.icon-bookmark::before {
	content: "";
}

.icon-mail::before {
	content: "";
}

.icon-first::before {
	content: "";
}

.icon-last::before {
	content: "";
}

.icon-new::before {
	content: "";
}

.icon-to-top::before {
	content: "";
}

.icon-pinch-in::before {
	content: "";
}

.icon-pinch-out::before {
	content: "";
}

.icon-phone::before {
	content: "";
}

/* ヘッダーオーバーライド */
.history .header .header-toggle {
	border-color: #fff;
}

.history .header .header-toggle.is-open {
	border-color: #101678;
}

.history .header .header-toggle.is-open span::after {
	color: #101678;
}

.history .header .header-toggle span::after {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.history .header .header-nav__list > a {
		color: #fff;
	}
	.history .header .header-nav__list > a::after {
		background-color: #fff;
	}
}

/* モーダルオーバーライド */
.modal__media {
	margin: 0 auto 10px;
}

.modal__texts {
	margin-bottom: 10px;
}

.modal__text {
	font-size: 13px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.modal {
		margin: 0 auto;
	}
	.modal__body .modal__texts {
		margin: 0 auto;
	}
	.modal__body .modal__media {
		width: 500px;
	}
}

.main {
	background-image: url(../../common/img/pattern_1.png);
	background-size: 50%;
	background-repeat: repeat;
}

.mv {
	position: relative;
	z-index: 9;
	background-color: #1f1f1f;
	background-image: url(../../common/img/pattern_3.png);
	background-size: 50%;
	background-repeat: repeat;
}

.mv__body {
	position: relative;
}

.mv__visual {
	position: relative;
	z-index: 1;
	padding-bottom: 106.66667%;
}

.mv__visual img {
	position: absolute;
	top: 0;
	width: auto;
	height: 100%;
}

.mv__texts {
	color: #fff;
	position: absolute;
	top: 43%;
	z-index: 2;
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	font-weight: bold;
	width: 100%;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.mv__subtitle {
	font-size: 16px;
}

.mv__title {
	font-size: 34px;
	letter-spacing: -0.1em;
}

@media screen and (min-width: 768px) {
	.mv {
		margin-bottom: 0;
	}
	.mv__visual {
		padding-bottom: 41.66667%;
		min-height: 600px;
	}
	.mv__texts {
		top: 40%;
		text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	}
	.mv__subtitle {
		font-size: 28px;
		margin-bottom: 7px;
	}
	.mv__title {
		font-size: 52px;
		letter-spacing: 0;
	}
}

.lead {
	background-color: #1f1f1f;
	position: relative;
	overflow: visible;
	z-index: 10;
	background-image: url(../../common/img/pattern_3.png);
	background-size: 50%;
	background-repeat: repeat;
	padding-bottom: 80px;
}

.lead__body {
	padding: 80px 20px 45px;
}

.lead__title {
	color: #fff;
	font-size: 24px;
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.lead__text {
	color: #fff;
	font-size: 16px;
	line-height: 1.78;
}

@media screen and (min-width: 768px) {
	.lead {
		padding-bottom: 155px;
	}
	.lead__body {
		padding: 200px 0 100px;
	}
	.lead__title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.lead__text {
		font-size: 18px;
		text-align: center;
	}
}

.history-slide {
	pointer-events: none;
}

.history-slide__lists {
	height: 180px;
}

.history-slide__lists .slick-track {
	padding: 0 10%;
}

.history-slide__list {
	height: 180px;
}

.history-slide__list img {
	height: 180px;
	width: auto;
	transition: 1.2s;
	opacity: 0.2;
}

.history-slide__list.slick-active img {
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.history-slide__lists {
		height: 360px;
	}
	.history-slide__list {
		height: 360px;
	}
	.history-slide__list img {
		height: 360px;
	}
}

.cts {
	position: relative;
	color: #fff;
	padding: 50px 0 100px;
}

@media screen and (min-width: 768px) {
	.cts {
		padding: 120px 0 100px;
	}
}

.year {
	position: relative;
	padding: 0 20px;
	margin-bottom: 55px;
	z-index: 2;
}

.year__title {
	font-size: 40px;
	text-align: center;
	color: #D8B567;
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	margin-bottom: 23px;
}

.year__subtitle {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.year__vis {
	display: flex;
	margin: 0 -8px 30px;
	justify-content: center;
	flex-wrap: wrap;
}

.year__vis img {
	width: 150px;
	margin: 0 8px;
}

.year__vis--small img {
	width: 110px;
}

.year__vis--w100 {
	margin: 0 0 30px;
}

.year__vis--w100 img {
	width: 100%;
}

.year__lead {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-bottom: 25px;
}

.year__text {
	font-size: 16px;
	margin-bottom: 35px;
	line-height: 28.8px;
}

.year__text + .year__caption {
	margin: -30px 0 35px;
}

.year__caption {
	font-size: 13px;
	line-height: 23.4px;
	margin: -20px 0 20px;
	text-align: center;
}

.year__link {
	text-align: center;
}

.year__link a {
	color: #D8B567;
}

.year__modallink + .year__vis {
	margin-top: 60px;
}

.year__modallinkthumb {
	display: flex;
	justify-content: center;
	margin: 0 0 10px;
}

.year__modallinkthumb img {
	width: 150px;
}

.year__modallinkthumb--small img {
	width: 110px;
}

.year__modallinktext {
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
}

.year__modallinkbtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #D8B567;
	font-size: 16px;
	text-align: center;
}

.year__modallinkbtn a::after {
	font-family: 'iconfont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	display: inline-flex;
	width: 27px;
	height: 27px;
	justify-content: center;
	align-items: center;
	color: #101678;
	background-color: #D8B567;
	border-radius: 50%;
	margin-left: 15px;
}

.year__modallinkbtn a.js-modal::after {
	content: "";
}

.year--2007 .year__lead + .year__vis {
	margin-top: 60px;
}

.year--2007 .year__vis:not(:first-of-type) {
	margin-top: 60px;
}

.year--2012 .year__vis img:first-of-type {
	margin: 0 55.22388vw;
	padding-bottom: 20px;
}

.year--2023 .year__vis img:last-of-type {
    margin: 0 55.22388vw;
	padding-top: 20px;
}


@media screen and (min-width: 768px) {
	.year {
		padding: 0;
		margin-bottom: 90px;
	}
	.year__title {
		font-size: 60px;
		line-height: 1;
		margin-bottom: 80px;
	}
	.year__subtitle {
		font-size: 32px;
		margin-bottom: 40px;
		white-space: nowrap;
		display: flex;
		justify-content: center;
	}
	.year__cts {
		position: relative;
		width: 580px;
		margin: 0 auto;
	}
	.year__vis img {
		width: 250px;
	}
	.year__vis--small img {
		width: 145px;
	}
	.year__vis--w100 {
		margin: 0 0 45px;
	}
	.year__lead {
		margin-bottom: 30px;
	}
	.year__text {
		text-align: center;
	}
	.year__text + .year__caption {
		margin: -20px 0 20px;
	}
	.year__caption {
		text-align: center;
	}
	.year__modallink {
		position: absolute;
		top: 0;
		right: -310px;
		width: 270px;
	}
	.year__modallinkthumb {
		margin: 0 0 25px;
	}
	.year__modallinkthumb img {
		width: 92%;
	}
	.year__modallinkthumb--small img {
		width: 68%;
	}
	.year__modallinktext {
		text-align: center;
		font-size: 13px;
		margin-bottom: 10px;
	}
	.year__modallinkbtn a {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #D8B567;
		font-size: 16px;
		text-align: center;
		transition: 0.3s;
	}
	.year__modallinkbtn a::after {
		font-family: 'iconfont' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		display: inline-flex;
		width: 27px;
		height: 27px;
		justify-content: center;
		align-items: center;
		color: #101678;
		background-color: #D8B567;
		border-radius: 50%;
		margin-left: 15px;
		transition: 0.3s;
	}
	.year__modallinkbtn a.js-modal::after {
		content: "";
	}
	.year__modallinkbtn a:hover {
		color: #E6D2A6;
	}
	.year__modallinkbtn a:hover::after {
		background-color: #E6D2A6;
	}
	.year--1962 {
		margin-bottom: 80px;
	}
	.year--1962 .year__title {
		margin-bottom: 40px;
	}
	.year--1962 .year__vis img {
		width: 100%;
	}
	.year--1962 .year__modallink {
		top: 85px;
	}
	.year--1989 .year__modallink + .year__vis {
		margin-top: 105px;
	}
	.year--1989 .year__modallink:last-of-type {
		top: 405px;
	}
	.year--2007 .year__lead + .year__vis {
		margin-top: 80px;
	}
	.year--2007 .year__vis:not(:first-of-type) {
		margin-top: 105px;
	}
	.year--2012 .year__vis {
		flex-wrap: nowrap;
	}
	.year--2012 .year__vis img {
		margin: 0 20px;
	}
	.year--2012 .year__vis img:first-of-type {
		margin: 0 20px;
		padding-bottom: 0;
	}
	.year--2023 .year__vis {
		flex-wrap: nowrap;
	}
	.year--2023 .year__vis img {
		margin: 0 20px;
	}
	.year--2023 .year__vis img:first-of-type {
		margin: 0 20px;
	}
	.year--2023 .year__vis img:last-of-type {
        width: 146px;
		margin: 0;
		padding-top: 0;
    }
}

.year-indicator {
	display: none;
}

@media screen and (min-width: 768px) {
	.year-indicator {
		display: block;
		position: absolute;
		top: 80px;
		left: calc(50% - 570px);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 60px;
		z-index: 10;
	}
	.year-indicator.is-float {
		position: fixed;
	}
	.year-indicator.is-fixed {
		top: auto;
		bottom: 40px;
	}
	.year-indicator__text {
		font-size: 20px;
		line-height: 24px;
		color: #D8B567;
		font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
		margin-bottom: 10px;
	}
	.year-indicator__link {
		display: flex;
		justify-content: center;
	}
	.year-indicator__link:hover .year-indicator__dot {
		background-color: #D8B567;
	}
	.year-indicator__dot {
		display: block;
		height: 12px;
		width: 12px;
		border-radius: 50%;
		border: 1px solid #D8B567;
		margin: 0 4px 12px 0;
		transition: 0.3s;
	}
	.year-indicator__dot.is-active {
		background-color: #D8B567;
	}
}
