@charset "utf-8";



/* 変数 -----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/



html, body { height: 100%; }
html { font-size: 62.5%; }
body {
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*font-feature-settings: "palt";*/
	line-height: 1;
	overflow-y: scroll;
	min-width: 320px;
}
img {
	height: auto;
	width: 100%;
	max-width: 100%;
}
a:link, a:visited, .hover {
	color: #000;
	transition: 0.2s ease-out;
	transition-property: color, opacity;
	text-decoration: underline;
}
a:hover, a:active, .hover:hover {
	color: #000;
	opacity: 0.7;
}
a:focus { outline: none; }

.pc { display: none; }
.tb { display: none; }





/* wrapper -------------------------------------------------------------------------------------*/
.wrapper {
	margin: 0 auto;
	width: 86%;
}
/*-----------------------------------------------------------------------------------------------*/





/*-----------------------------------------------------------------------------------------------*/
/* ヘッダー -------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.header { position: relative; }
.header .slide {
	height: 100vh;
	height: 100svh;
}

.header .slide li,
.header .logo {
	height: 100vh;
	height: 100svh;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.header .slide img {
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	max-width: none;
}
.header .slide.w img {
	height: auto;
	width: 100%;
}

.header .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	text-align: center;
	transition: opacity 0.5s ease-out;
}
.header .logo.active { opacity: 1; }
.header .logo img { max-width: 570px; }

/* CLOSE */
.header .logo .close {
	margin-top: 60px;
	text-align: center;
}
.header .logo .close a {
	background-color: #7b7b7b;
	border-radius: 24px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	display: inline-block;
	padding: 15px 0 17px;
	position: relative;
	text-decoration: none;
	width: 186px;
	z-index: 1000;
}
.header .logo .close a span {
	padding-left: 20px;
	position: relative;
}
.header .logo .close a span::before,
.header .logo .close a span::after {
	background-color: #fff;
	content: "";
	height: 2px;
	position: absolute;
	top: 11px;
	left: 0;
	width: 15px;
}
.header .logo .close a span::before { transform: rotate(45deg); }
.header .logo .close a span::after { transform: rotate(-45deg); }

.header .slide li:nth-child(1).active img { animation: zoomUp1 8000ms linear 0s normal both; }
.header .slide li:nth-child(2).active img { animation: zoomUp2 6000ms linear 0s normal both; }
.header .slide li:nth-child(3).active img { animation: zoomUp3 6000ms linear 0s normal both; }
.header .slide li:nth-child(4).active img { animation: zoomUp4 6000ms linear 0s normal both; }
.header .slide li:nth-child(5).active img { animation: zoomUp5 6000ms linear 0s normal both; }
.header .slide li:nth-child(6).active img { animation: zoomUp6 4000ms linear 0s normal both; }
.header .slide li:nth-child(7).active img { animation: zoomUp7 4000ms linear 0s normal both; }
.header .slide li:nth-child(8).active img { animation: zoomUp8 4000ms linear 0s normal both; }
.header .slide li:nth-child(9).active img { animation: zoomUp9 4000ms linear 0s normal both; }
.header .slide li:nth-child(10).active img { animation: zoomUp10 10000ms linear 0s normal both; }
@keyframes zoomUp1 {
	0% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
	87.50% { opacity: 1; }
	100% { opacity: 0; transform: translate(-50%, -50%) scale(1.16); }
}
@keyframes zoomUp2 {
	0% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
	83.33% { opacity: 1; }
	100% { opacity: 0; transform: translate(-50%, -50%) scale(1.12); }
}
@keyframes zoomUp3 {
	0% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
	83.33% { opacity: 1; }
	100% { opacity: 0; transform: translate(-50%, -50%) scale(1.12); }
}
@keyframes zoomUp4 {
	0% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
	83.33% { opacity: 1; }
	100% { opacity: 0; transform: translate(-50%, -50%) scale(1.12); }
}
@keyframes zoomUp5 {
	0% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
	83.33% { opacity: 1; }
	100% { opacity: 0; transform: translate(-50%, -50%) scale(1.12); }
}
@keyframes zoomUp6 {
	0% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
	75.00% { opacity: 1; }
	100% { opacity: 0; transform: translate(-50%, -50%) scale(1.08); }
}
@keyframes zoomUp7 {
	0% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
	75.00% { opacity: 1; }
	100% { opacity: 0; transform: translate(-50%, -50%) scale(1.08); }
}
@keyframes zoomUp8 {
	0% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
	75.00% { opacity: 1; }
	100% { opacity: 0; transform: translate(-50%, -50%) scale(1.08); }
}
@keyframes zoomUp9 {
	0% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
	75.00% { opacity: 1; }
	100% { opacity: 0; transform: translate(-50%, -50%) scale(1.08); }
}
@keyframes zoomUp10 {
	0% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
	80.00% { opacity: 1; }
	100% { opacity: 0; transform: translate(-50%, -50%) scale(1.2); }
}

.header .text li {
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-family: "BIZ UDGothic", sans-serif;
	font-size: 1.8rem;/*2.4rem;*/
	font-weight: 700;
	line-height: 1.8;
	opacity: 0;
	padding: 30px 7%;
	position: absolute;
	bottom: 9vh;
	left: 0;
	text-align: justify;
	transition: opacity 0.15s linear;
	width: 100%;
	z-index: 100;
}
body#en,
#en .header .text li {
	font-family: Segoe UI, Helvetica, sans-serif;
	text-align: left;
}
/*#en .header .text li { bottom: 0; }*/

.header .text li.active { opacity: 1; }
/*-----------------------------------------------------------------------------------------------*/





/*-----------------------------------------------------------------------------------------------*/
/* ボディー -------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.main { padding: 120px 0; }
.contents { text-align: center; }

.text1 .line1 img {
	height: calc(30px * 0.6);
	width: auto;
}

.text1 .line2 { margin-top: 10px; }
.text1 .line2 img {
	height: calc(40px * 0.6);
	margin-top: 15px;
	width: auto;
}

.text2 { margin-top: 80px; }
.text2 .year img {
	height: calc(51px * 0.6);
	width: auto;
}

.text2 .name { margin-top: 25px; }
.text2 .name img { width: 320px; }
/*-----------------------------------------------------------------------------------------------*/





/*-----------------------------------------------------------------------------------------------*/
/* Loading --------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.load { display: none; }

.loading {
	height: 100%;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}
.loading .contents {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}


.mask {
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.mask img {
	height: 3840px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 2.6s cubic-bezier(0.25, 1, 0.5, 1);
	transition-property: opacity, height, width;
	will-change: transform;
	width: 3840px;
	max-width: none;
}


/* active ---------------------------------------------------------------------------------------*/
.stand-by .loading { opacity: 1; }

.start .loading .line1,
.start .loading .line2,
.start .loading .text2 {
	transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
	will-change: transform;
}

.move .loading {
	transition: opacity 1.2s cubic-bezier(0.61, 1, 0.88, 1);
	will-change: opacity;
}
.move .loading .text {
	transition: transform 0.6s linear;
	will-change: transform;
}

.active .load { display: block; }
.active .loading {
	opacity: 0;
	pointer-events: none;
}

.active .mask { pointer-events: none; }
/*-----------------------------------------------------------------------------------------------*/










@media(min-width: 531px) {
}





@media(min-width: 769px) {
	/* wrapper --------------------------------------------------------------------------------------*/
	.wrapper { width: 100%; }
	/*-----------------------------------------------------------------------------------------------*/

	/*-----------------------------------------------------------------------------------------------*/
	/* ヘッダー -------------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------------------*/
	.header .text li {
		letter-spacing: 0.12em;
		text-align: center !important;
	}
	#en .header .text li { letter-spacing: 0; }
	.header .text li br.tb { display: inline !important; }
	/*-----------------------------------------------------------------------------------------------*/

	/*-----------------------------------------------------------------------------------------------*/
	/* ボディー -------------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------------------*/
	.text1 .line2 br { display: none; }
	/*-----------------------------------------------------------------------------------------------*/
}





@media(min-width: 1025px) {
	/*-----------------------------------------------------------------------------------------------*/
	/* ヘッダー -------------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------------------*/
	.header .text li { font-size: 2.0rem; }
	/*#en .header .text li { bottom: 9vh; }*/
	.header .text li br.tb { display: none !important; }
	.header .text li br.pc { display: inline !important; }
	/*-----------------------------------------------------------------------------------------------*/
}





@media(min-width: 1281px) {
	/*-----------------------------------------------------------------------------------------------*/
	/* ヘッダー -------------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------------------*/
	.header .text li { font-size: calc(2.4vw * 0.625); }
	.header .text li span { font-size: calc(3.7vw * 0.625); }
	/*-----------------------------------------------------------------------------------------------*/

	/*-----------------------------------------------------------------------------------------------*/
	/* ボディー -------------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------------------*/
	.main { padding: calc(240vw * 0.0625) 0; }
	.text1 .line1 img { height: calc(30vw * 0.0625); }
	.text1 .line2 { margin-top: calc(10vw * 0.0625); }
	.text1 .line2 img {
		height: calc(40vw * 0.0625);
		margin-top: calc(15vw * 0.0625);
	}
	.text2 { margin-top: calc(80vw * 0.0625); }
	.text2 .year img { height: calc(51vw * 0.0625); }
	.text2 .name { margin-top: calc(25vw * 0.0625); }
	.text2 .name img { width: calc(420vw * 0.0625); }
	/*-----------------------------------------------------------------------------------------------*/
}