@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.gdpr-message {
	display: none !important;
}


.Footer .Footer__foot {
	border-top: 124px solid #fff;
}


#return-top {
	position: absolute;
	left: 64px;
	top: 40px;
	z-index: 100;
}
#return-top a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding-left: 12px;
	color: #fff;
}
#return-top a::before {
	position: absolute;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	left: 0;
	top: calc(50% - 5px);
	background: url(../img_new/arrow_nano_prev.svg) 0 50% no-repeat;
	background-size: 10px auto;
	transition: all 300ms ease-out;
}
#return-top a:hover {
	text-decoration: underline;
}
#return-top a:hover::before {
	transform: translateX(-4px);
}





body {
	background: #eee3cc url(../img_new/bg_story_pc.jpg) 50% 0 no-repeat;
	background-size: 2080px auto;
}
@media screen and (min-width:2080px) {
	body {
		background: #eee3cc url(../img_new/bg_story_pc2.jpg) 50% 0 no-repeat;
		background-size: 100% auto;
	}
}



main {
	position: relative;
	width: 100%;
	z-index: 10;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}
#content {
	margin: 0;
	padding: 0;
	background: transparent;
}
#content a:hover {
	text-decoration: none;
}


.page-head-new {
	color: #ff6519;
	text-align: center;
}
.page-head-new h1 {
	font-size: 72px;
	font-weight: 600;
	font-family: Montserrat, sans-serif;
	line-height: 1;
}
.page-head-new .sub {
	margin: 10px 0 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}


.story-content {
	box-sizing: border-box;
	height: 1750px;
	padding: 88px 0 0;
}

.story-content .image {
	width: 920px;
	margin: 96px auto 0;
}
.story-content .image img {
	width: 100%;
	height: auto;
}

.about-logo {
	margin: 192px 0 0;
}
.about-logo .fig {
	width: 156px;
	margin: 0 auto;
}
.about-logo .fig img {
	width: 100%;
	height: auto;
}
.about-logo p {
	margin: 50px 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
	text-align: center;
}


@media screen and (min-width:2080px) {
	.about-logo {
		position: relative;
		width: 1000px;
		margin-top: 72px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 120px;
	}
	.about-logo::after {
		position: absolute;
		content: "";
		display: block;
		width: 940px;
		height: 100%;
		left: 20px;
		top: 0;
		z-index: 1;
		background: url(../img_new/bg_texture.jpg) 0 0 repeat;
	}
	.about-logo > * {
		position: relative;
		z-index: 10;
	}
}






.message {
	box-sizing: border-box;
	width: 730px;
	height: 1253px;
	margin: 0 auto;
	padding: 104px 0 0;
}
.message dl {
	height: 120px;
	text-align: center;
	color: #ff6519;
}
.message dt {
	font-size: 40px;
	font-weight: 600;
	font-family: Montserrat, sans-serif;
	line-height: 1;
}
.message dd {
	margin: 5px 0 0;
	font-size: 16px;
	font-weight: 700;
}
.message .text p {
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
}
.message .text p + p {
	margin-top: 2em;
}

.message .sign {
	margin-top: 72px;
	padding-top: 64px;
	border-top: 1px solid #e2e2e2;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.625;
	text-align: right;
	
}


@media screen and (min-width:2080px) {
	.message {
		width: 1160px;
		padding-left: 215px;
		padding-right: 215px;
		background: #fff;
		border: 1px solid #e5e5e5;
	}
}



.links {
	box-sizing: border-box;
	max-width: calc(1080px + 80px);
	margin: 184px auto 0;
	padding: 0 40px 120px;
}
.links ul {
	display: flex;
	justify-content: center;
}
.links li {
	width: calc((100% - 48px) / 3);
}
.links li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 160px;
	background: #fff;
	cursor: pointer;
}
.links li dl {
	text-align: center;
	color: #ff6519;
}
.links li dt {
	font-size: 48px;
	font-weight: 500;
	font-family: Montserrat, sans-serif;
	line-height: 1;
}
.links li dd {
	margin: 6px 0 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.links li a::after {
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	right: 0;
	bottom: 0;
	background: #ff6519 url(../img_new/arrow_mini_white.png) 50% 50% no-repeat;
	background-size: 6px auto;
}

.links li a:hover dt {
	text-decoration: underline;
}



@media screen and (min-width:2080px) {
	.links {
		margin-top: 64px;
		padding-top: 120px;
		background: #f0f0f0;
	}
}






.overlay-viewer {
	box-sizing: border-box;
	position: fixed;
	width: calc(100vw - 80px);
	height: 585px;
	max-width: 1080px;
	left: calc(50%);
	top: calc(50%);
	z-index: 10100;
	transform: translate(-50%, -50%);
	padding: 80px;
	background: #fff;
}
.overlay-viewer .inner {
	display: flex;
	justify-content: space-between;
}

.overlay-viewer dl {
	color: #ff6519;
}
.overlay-viewer dt {
	font-size: 40px;
	font-weight: 500;
	font-family: Montserrat, sans-serif;
	line-height: 1;
}
.overlay-viewer dd {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: 700;
}



#overlay-movie .box {
	width: 234px;
}
#overlay-movie .box p {
	margin: 40px 0 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.625;
}
#overlay-movie .video {
	position: relative;
	width: calc(100% - 234px - 40px);
	height: 425px;
	background: #000;
}
#overlay-movie .video iframe {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


#overlay-logo .box {
	width: calc(50% - 20px);
}
#overlay-logo .box p {
	margin: 40px 0 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.625;
}
#overlay-logo .box p + p {
	margin-top: 24px;
}
#overlay-logo .pict {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 20px);
	height: 425px;
	background: #fcfcfc;
	border: 1px solid #f2f2f2;
}
#overlay-logo .pict img {
	width: 200px;
	height: auto;
}





#overlay-movie {
	display: none;
}
#overlay-logo {
	display: none;
}



@media screen and (max-width:1023px) {
	#overlay-logo {
	}
	#overlay-logo .box dl + p {
		margin-top: 24px;
	}
	#overlay-logo .box p {
		font-size: 15px;
	}
}








#overlay-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10099;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	transition: all 300ms ease-out;
}
#overlay-close-button {
	position: fixed;
	display: block;
	width: 40px;
	height: 40px;
	right: 40px;
	top: 40px;
	z-index: 10101;
	cursor: pointer;
	opacity: 0;
	transition: all 300ms ease-out;
	filter: drop-shadow(0 0 2px rgba(0,0,0,0.75));
}
#overlay-close-button::before,
#overlay-close-button::after {
	position: absolute;
	content: "";
	display: block;
	width: 26px;
	height: 2px;
	left: 7px;
	top: calc(50% - 1px);
	background: #fff;
}
#overlay-close-button::before {
	transform: rotate(45deg);
}
#overlay-close-button::after {
	transform: rotate(-45deg);
}


 #lsc-nav .button {
	transition: opacity 400ms ease-out;
 }

.overlay-viewer.ready {
	display: block !important;
	opacity: 0;
	transition: all 400ms ease-out;
}




html.modal .overlay-viewer.ready {
	opacity: 1;
}
html.modal #overlay-bg {
	opacity: 1;
}
html.modal #overlay-close-button {
	opacity: 1;
}
html.modal #lsc-nav .button {
	opacity: 0;
}













