@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: 340px solid #fff;
}




#return-top {
	position: absolute;
	left: 20px;
	top: 10px;
	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: url(../img_new/bg_sp1.png) left 50% top 0,
	url(../img_new/bg_sp2.png) left 50% top 2500px,
	url(../img_new/bg_sp3.png) 50% 5000px,
	url(../img_new/bg_sp4.png) 50% 7500px;
	background-size: 768px auto;
	background-repeat: no-repeat;
}
*/
body {
	background: #eee3cc url(../img_new/bg_story_sp.jpg) 50% 0 no-repeat;
	background-size: 767px 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 {
	height: 164px;
	color: #ff6519;
	text-align: center;
}
.page-head-new h1 {
	font-size: 48px;
	font-weight: 600;
	font-family: Montserrat, sans-serif;
	line-height: 1;
}
.page-head-new .sub {
	margin: 5px 0 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}


.story-content {
	box-sizing: border-box;
	padding: 100px 0 0;
}

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

.about-logo {
	margin: 110px 0 0;
}
.about-logo .fig {
	width: 88px;
	margin: 0 auto;
}
.about-logo .fig img {
	width: 100%;
	height: auto;
}
.about-logo p {
	margin: 40px 0 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
}



.message {
	box-sizing: border-box;
	margin: 182px 20px 0;
	padding: 56px 20px;
	border: 1px solid #e5e5e5;
	background: #fff;
}
.message dl {
	text-align: center;
	color: #ff6519;
}
.message dt {
	font-size: 32px;
	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 {
	margin-top: 56px;
}
.message .text p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
}
.message .text p + p {
	margin-top: 1.7em;
}

.message .sign {
	margin-top: 56px;
	padding-top: 56px;
	border-top: 1px solid #e2e2e2;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.9;
	text-align: right;
	
}




.links {
	box-sizing: border-box;
	margin: 64px 0 0;
	padding: 64px 20px 64px;
	background: #f0f0f0 url(../img_new/bg_story_foot_sp.jpg) 50% 100% no-repeat;
	background-size: 767px auto;
}
.links ul {
}
.links li + li {
	margin-top: 16px;
}
.links li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 96px;
	background: #fff;
	cursor: pointer;
}
.links li dl {
	text-align: center;
	color: #ff6519;
}
.links li dt {
	font-size: 32px;
	font-weight: 500;
	font-family: Montserrat, sans-serif;
	line-height: 1;
}
.links li dd {
	margin: 5px 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:active dt {
	text-decoration: underline;
}










.overlay-viewer {
	position: fixed;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	left: 0;
	top: 0;
	z-index: 10100;
	overflow: auto;
}
.overlay-viewer .inner {
	box-sizing: border-box;
	width: calc(100vw - 40px);
	max-width: 480px;
	margin: 78px auto 40px;
	padding: 48px 20px 30px;
	background: #fff;
	overflow: auto;
}


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



#overlay-movie .box {
}
#overlay-movie .box p {
	margin: 48px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
}
#overlay-movie .video {
	position: relative;
	height: calc((100vw - 80px) * 1.2);
	margin: 40px 0 0;
	background: #000;
}
#overlay-movie .video iframe {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


#overlay-logo .box {
}
#overlay-logo .box p {
	margin: 48px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
}
#overlay-logo .box p + p {
	margin-top: 24px;
}
#overlay-logo .pict {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 40px 0 0;
	padding: 46px 0;
	background: #fcfcfc;
	border: 1px solid #f2f2f2;
}
#overlay-logo .pict img {
	width: 122px;
	height: auto;
}





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







#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: 12px;
	top: 12px;
	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 {
	overflow: hidden;
}
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;
}






