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


@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');




html, body {
	width: 100%;
	height: 100%;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: 500;
	line-height: 18pt;
	color: #FFF;
	text-align: center;
	background-color:#F9F9F9;
}
body.loading{ position:fixed; }

a,a:visited {
	color: #111;
	text-decoration: none;
}
a:hover,a:active{ color: #97eaf4; }
a img{ vertical-align:bottom; }


/* for bg image */
h1,h2,h4,.btn div a{
	text-align:left;
	text-indent: 100%;
	white-space:nowrap;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	overflow: hidden;
}
#loader{
	width: 100%;
	height: 100%;
	background-color: #F0F0F0;
	background-image: url(../images/logo1.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 198px 300px;
	position: fixed;
	z-index: 9999;
}
header,footer,#location,#guide{
	display: none;
}
div#container{
	width: 100%;
	height: 100%;
	min-height: 760px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px 76px;
	position: relative;
}
div#container h1{
	width: 198px;
	height: 300px;
	margin: -150px 0 0 -99px;
	background-image: url(../images/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	top:50%;
	z-index: 999;
}

div#container h2{
	width: 300px;
	height: 72px;
	margin: -272px 0 0 -150px;
	background-image: url(../images/text1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	top:50%;
	z-index: 999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
}
div#container.loaded h2{
	opacity: 1;
}
div#container h3{
	color: #e60000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3em;
	font-weight: 700;
	line-height: 100%;
	width: 100%;
	padding: 20px 0 0 0;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 5;
	-webkit-transition: all 1s ease 1.5s;
	-moz-transition: all 1s ease 1.5s;
	-o-transition: all 1s ease 1.5s;
	transition: all 1s ease 1.5s;
	opacity: 0;
}
div#container.loaded h3{
	opacity: 1;
}
div#container h4{
	width: 400px;
	height: 72px;
	margin: 200px 0 0 -200px;
	background-image: url(../images/text2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	top:50%;
	z-index: 999;
	-webkit-transition: all 0.5s ease 1s;
	-moz-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
	opacity: 0;
}
div#container.loaded h4{
	opacity: 1;
}
div#container div.btn{
	width: 283px;
	margin: 0 0 0 -142px;
	position: absolute;
	left: 50%;
	bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	-webkit-transition: all 0.5s ease 2s;
	-moz-transition: all 0.5s ease 2s;
	-o-transition: all 0.5s ease 2s;
	transition: all 0.5s ease 2s;
	opacity: 0;
}
div#container.loaded div.btn{
	opacity: 1;
}
div#container div.btn div.insta1 a{
	width: 100px;
	height: 40px;
	background-image: url(../images/insta1.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100px 40px;
}
div#container div.btn div.insta1 a:hover{ opacity: 0.6; }
div#container div.btn div.insta2 a{
	width: 153px;
	height: 40px;
	background-image: url(../images/insta2.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 153px 40px;
}
div#container div.btn div.insta2 a:hover{ opacity: 0.6; }


/* margin */
.nm { margin: 0px !important; }
.mb40 { margin-bottom: 40px !important; }
/* clearfix */
.package:after,.data dl:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.package,.data dl{ zoom: 100%; }
.package,.data dl{
	display: inline-table;
	overflow:hidden;
}
/* Hides from IE-mac ￥*/
* html .package,* html .data dl{ height: 1%; }
.package,.data dl{ display: block; }
/* End hide from IE-mac */


/* ---------------------------------------------------------------------------------------------------------------------
---------------------------------------------------- Media Queries Tablet --------------------------------------- */

@media only screen and (max-width: 1024px) {



}

/* ---------------------------------------------------------------------------------------------------------------------
---------------------------------------------------- Media Queries Smartphone --------------------------------------- */

@media only screen and (max-width: 735px) {

html{ font-size: 80%; }
body {
	font-size: 1rem;
	line-height: 1.5rem;
}
a img{ vertical-align:bottom; }

#loader{ background-size: 40px 38px; }
div#container{
	min-height: 100%;
	background-size: 40px 38px;
}
div#container h1{
	width: 90px;
	height: 24px;
	margin: 50px 0 0 -45px;
}
div#container h2{
	width: 280px;
	height: 59px;
	margin: -129px 0 0 -140px;
}
div#container h3{
	font-size: 1.6rem;
	padding: 10px 0 0 0;
}
div#container div.btn{
	width: 40px;
	margin: 0 0 0 -20px;
	position: absolute;
	left: 50%;
	bottom: 20px;
}
div#container div.btn a{
	height: 40px;
	background-size: 40px 80px;
}
div#container div.btn a:hover{ background-position: left top; }





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