@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 768px) and (max-width: 1399px){
	html {font-size: calc(100vw * 10 / 1400);
		text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	}
	
}

@media screen and (min-width: 1400px){
	html{
	font-size: 62.5%;
	font-size: 10px;
}
}
/*html{
	font-size: 62.5%;
	font-size: 10px;
}*/

html.is-fixed{
	height: 100%;
    overflow: hidden;
}

body {
	font-family:'Noto Sans JP', sans-serif,'Raleway',sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MSPゴシック','MS PGothic',sans-serif;
	font-weight: 300;
	line-height: 1.0;
	letter-spacing: 0;
	color: var(--text-color);
	font-size: 0;
	background-color: #F5F5F5;
}


/**************************************************
 usually
**************************************************/
.clearFix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	_zoom: 1;
}
*:first-child+html .clearFix:after{ zoom: 1; } /* IE7 */

/* align */
.flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* inner */
.inner{
	max-width: 1200px;
	margin: auto;
}

/* a img input */
a,a img,input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"]{
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
}

a img:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="image"]:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/**************************************************
 common
**************************************************/
p,ol,table,ol,dl{
	padding: 1.6rem 0 0 0;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	color: var(--main-color);
}

ul li{
	/*margin: 0 0 0 20px;*/
	/*list-style: disc;*/
	list-style: none;
}

/* ol li{
	margin: 0 0 0 2.5px;
	list-style: decimal;
} */


table{
  border-collapse: separate;
  border-spacing: 0.1rem;
}

/* table th,table td{ padding: 1rem;} */
/*table th{ background-color: rgba(255,255,255,0.3);}
table td{ background-color: rgba(255,255,255,0.2);}*/

a{
	color: #000;
	text-decoration: none;
	outline:none;
	font-weight: var(--font-bold);
	line-height: 1.5;
}
a:hover{ color: #000;}

img{
	max-width: 100%;
	height: auto;
}
/* img[src$=".svg"] {width: 100%;} */

.smp{display: none;}


:root{
	--main-color: #E3D6C4;
	--btn-color:#FF9238;
	--text-color: #333333;
	--border-color: #D9DEE6;
	--box-color:#F5EFF9;
	--max:104rem;
	--kani: "Kanit", sans-serif;
	--nojp: "Noto Sans JP", sans-serif;
	--font-bold:700;
}



.contentInner{
	max-width: 104rem;
	margin-inline: auto;
}

.wrapper{}

.content_box,.content_inner{
	max-width: 104rem;
	margin: 0 auto;
	padding-inline: 1.2rem;
}

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

/**************************************************
 header
**************************************************/
/* header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.headerInner{
	padding-inline: 2.4rem;
	padding-block-start: 2.4rem;
	align-items: center;
}

h1{
	font-size: 1.6rem;
	align-items: center;
	font-weight: var(--font-bold);
	font-family: var(--zenkaku);
	position: relative;
	z-index: 9999;
}

h1 img{
	width: 21.5rem;
	margin-inline-end: 1.6rem;
} */

/**************************************************
 mainContent
**************************************************/
.mainContent{
	width: 100%;
	height: 100vh;
	border: 1rem solid var(--main-color);
	position: relative;
}

.mainContent h1{
	margin-block: 8rem 4rem;
	margin-inline-start: 4rem;
	width: 48.9rem;
}

.mainContent h1 img{
	width: 100%;
}

.mainContent .center_map{margin-block: 8rem 4rem;width: 41.6rem;}

.mainContent .center_map img{width: 100%;}

/**************************************************
 globalNavi
**************************************************/
#globalNavi{
	padding-inline: 4rem;
	background-color: #fff;
	width: 33.5rem;
	padding-block-start: 8rem;
}

#globalNavi h2{
	font-size: 2.4rem;
	font-weight: 600;
	position: relative;
	padding-inline-start: 3.2rem;
	line-height: 1.5;
}

#globalNavi h2::before{
	content: '';
	width: 2.4rem;
	height: 2.4rem;
	background: url(../img/search.svg)no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 0;
}

#globalNavi ul{padding: 0;margin-block-start: 2.4rem;}

#globalNavi ul li{
	margin-block-end: 2.4rem
}

#globalNavi ul li a{
	display: block;
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	padding-block-end: 0.8rem;
	border-bottom: 0.3rem solid var(--main-color)
}

#globalNavi ul li a::before{
	content: '';
	width: 2.4rem;
	height: 2.4rem;
	background: url(../img/arrow.svg)no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

#globalNavi ul li a:hover{
	opacity: 0.5;
}

/**************************************************
 download
**************************************************/
.download{
	position: absolute;
	bottom: 2.4rem;
	left: 2.4rem;
}

.download a{
	font-size: 1.6rem;
	display: block;
	border: 0.1rem solid #000;
	position: relative;
	font-weight: 500;
	padding-inline: 1.2rem;
	padding-block: 1.2rem;
	border-radius: 4px;
	padding-inline-start: 5.2rem;
	background-color: #fff;
}

.download a::before{
	content: '';
	width: 3.2rem;
	height: 3.2rem;
	background: url(../img/pdf_icon.svg)no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 1.2rem;
}

.download a:hover{opacity: 0.5;}

/**************************************************
footer
**************************************************/
footer{
	margin-block-start: 12rem;
	padding-block: 3.6rem;
	background-color: var(--main-color);
}

.footerInner{
	max-width: var(--max);
	margin-inline: auto;
}

.footerInner p{color: #fff;}

.footerInner p:first-of-type{
	font-size: 1.6rem;
}

.footerInner p:last-of-type{font-size: 1.2rem;}


@media screen and (min-width: 1400px){

	.mainContent{
	width: 100%;
	height: 100%;
	border: 1rem solid var(--main-color);
	position: relative;
}

	.mainContent h1{
	width: 30vw;
}

.mainContent h1 img{
	width: 100%;
}

.mainContent .center_map{width: 30vw;}
}

.download{
	position: fixed;
	bottom: 2.4rem;
	left: 2.4rem;
}


/**************************************************
 fade
**************************************************/

/* .copy_item p,.centerHanger ul li{
	opacity: 0;
	visibility: hidden;
	transition: 2s;
}

.copy_item p.appear,.centerHanger ul li.appear{
	opacity: 1;
	visibility: visible;
} */
/* 
.mainVisual h2{
	opacity: 0;
	visibility: hidden;
	transition: .7s;
}

.main_information,
#globalNavi,
.main_scroll,
.playHanger,
.copy_item p,
#story,
.storyHanger::before{
	opacity: 0;
	visibility: hidden;
	transition: 1s;
}

.main_scroll{transition: 3s;}

.mainVisual h2.show,
.main_information.show,
#globalNavi.show,
.main_scroll.show,
.playHanger.show,
.copy_item p.show,
#story.show,
.storyHanger.show::before{
	opacity: 1;
	visibility: visible;
}

.storyHanger.show::before{opacity: 0.4;}

#globalNavi.show{transition-delay: 1s;}

.main_information.show{transition-delay: 1.1s;}

.playHanger.show{transition-delay: 1.1s;}

.main_scroll.show{transition-delay: 2s;} */