@charset "utf-8";

/*////////// ??Reset [html5]?? //////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{margin:0; padding:0; border:0; outline:0; font-size:100%; font:inherit; vertical-align:baseline;}
a{margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content: '';	content: none;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse; border-spacing:0;}
button{ border:none; background:none; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,var{font-weight:normal; font-style:normal;}
caption,th{text-align:left;}
abbr,acronym{border:0;}
.clear{clear:both;}
/*////////// ??Reset [html5]?? //////////*/

/* WEB FONT ??????*/
@import url(https://fonts.googleapis.com/css?family=Marcellus&subset=latin,latin-ext);
/* WEB FONT ??????*/


body{
	color: #fff;
	background:#000;
	font: "Osaka", "Verdana", "Lucida Grande", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic",  "メイリオ", sans-serif;
	margin: 0px auto;
	min-width: 600px;
	height: auto;
	width: 100%;
	overflow-x: hidden;
}

::selection {background: rgba(80,80,80,0.5); color: rgb(255,0,100);}
::-moz-selection {background: rgba(80,80,80,0.5); color: rgb(255,0,100);}

/*/////////////// ???????? ///////////////*/	
a img{
	border:none;
	text-decoration:none;
}
a:link{
	color: #ab9355;
	text-decoration: none;
}
a:visited{
	color: #ab9355;
	text-decoration: none;
}
a:focus{
	outline:none;
	color: #ab9355;
	text-decoration:none;
}
.main-nav a:link , .RoundedBtn a:link , .accordion a:link , #mainNewfaceSection a:link{
	text-decoration:none;
}
/*/////////////// ???????? ///////////////*/

/*////////// ?????? //////////*/

.right {float:right;}
.left {float:left;}
.pink {color:#ff0064;}
.blue{color:#00b4c8;}
.grey {color:#666;}
.purple {color:#c787ff;}
.mizuiro{color:#51fac5;}
.kimidori {color:#83ff00;}
.yellow {color:#fffa00;}
.orange{color:#ff9000;}
.red{color:#f93535;}
.momo{color:#ff8dbc;}
.fuchsia{color: fuchsia;}
.aliceblue{color: aliceblue;}
.skyblue{color: skyblue;}
.clearfix:after {content: ""; clear: both; display: block;}

.font-serif {font-family: "Playfair Display SC","游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.font-script {font-family: "Pinyon Script", cursive; letter-spacing: -0.5px;}
.font-figure {font-family: "Cinzel", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.font-gothic {font-family: "游ゴシック", "YuGothic",  "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;}
.font-mincho {font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.button-shine {
	background: url(../images/button-shine.png) no-repeat;
	width: 300px;
	height: 38px;
}

.button-box a {
	display: inline-block;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
}
.button {
	border: 2px solid #333;
	padding: 2px 2px;
	position: relative;
}
.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
	background-color: #CCC;
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
.change-border01::after {
	height: 2px;
	left: -2px;
	top: -2px;
	width: 0px;
}
.change-border01::before {
	bottom: -2px;
	height: 2px;
	right: -2px;
	width: 0px;
}
.change-border01__inner::after {
	bottom: -2px;
	height: 0px;
	left: -2px;
	width: 2px;
}
.change-border01__inner::before {
	height: 0px;
	right: -2px;
	top: -2px;
	width: 2px;
}
.change-border01:hover::after,
.change-border01:hover::before {
	width: 100%;
	width: calc(100% + 2px);
}
.change-border01:hover .change-border01__inner::after,
.change-border01:hover .change-border01__inner::before {
	height: 100%;
	height: calc(100% + 2px);
}
span.change-border01__inner{
	font-size: 1.2em;
	letter-spacing: 4px;
	line-height: 35px;
}
.button-ja{
	font-size: 0.7em;
	letter-spacing: 2px;
	margin-left: 14px;
}
.center{
		text-align: center;
	width: 100%;
}
/*////////// ?????? //////////*/


header#enter{
	height: 100%;
	min-height: 100%;
	width: 100%;
	position: relative;
}
header#enter #h1-container{
	text-align: center;
	position: absolute;
	z-index: 1000;
	width: 100%;
}
header#enter #h1-container h1#logo img{
	width: 90%;
}
header#enter #h1-container #logo{
    background-position: center center;
    background-repeat: no-repeat;
	width: 450px;
	height: 296px;
	margin: 5% auto 80px;
}
header#enter #h1-container #R18{
	top: 200px;
	width: 203px;
	margin: 30px auto 0; 
}

header#enter #h1-container #R18 a{
	color: #fff;
	text-decoration: underline;
}

header#enter #h1-container #R18 p{
	color: #fff;
	margin-bottom: 10px;
	font-size: 0.9em;
}

header#enter #h1-container ul#entrance-btn02{
	width: 660px;
	margin: 0px auto 300px;
	    display: block;
}

header#enter #h1-container ul#entrance-btn02 li{
	display: block;
	border-radius: 50%;
	width: 135px;
	height: 135px;	
	float: left;
}
header#enter #h1-container ul#entrance-btn02 li span{
	display: block;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 3px;
	vertical-align: middle;
	/*color: #fff;	*/
	width: 140px;
	height: 140px;	
	display: table-cell;
	vertical-align: middle;
	padding-left: 2px;
}
header#enter #h1-container ul#entrance-btn02 li{
	border: 1px solid rgba(255,255,255,0.5);
	float: left;
	margin: 5px 14px;
}

header#enter #h1-container ul#entrance-btn02 li:hover{
	display: block;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.1);
	transition: 1.5s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
}

header#enter #h1-container ul#entrance-btn{
	width: 660px;
    margin: 0px auto 230px;
    display: block;
}

header#enter #h1-container ul#entrance-btn li{
	display: block;
	border-radius: 50%;
	width: 135px;
	height: 135px;	
	float: left;
}
header#enter #h1-container ul#entrance-btn li span{
	display: block;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 3px;
	vertical-align: middle;
	/*color: #fff;	*/
	width: 140px;
	height: 140px;	
	display: table-cell;
	vertical-align: middle;
	padding-left: 2px;
}
header#enter #h1-container ul#entrance-btn li{
	border: 1px solid rgba(255,255,255,0.5);
	float: left;
	margin: 5px 14px;
}

header#enter #h1-container ul#entrance-btn li:hover{
	display: block;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.1);
	transition: 1.5s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
}

header#enter #h1-container ul#language-btn{
	width: 200px;
	margin: 180px auto 0;
}

header#enter #h1-container ul#language-btn li{
	display: block;
	border-radius: 6px;
	width: 200px;
	height: 50px;	
}
header#enter #h1-container ul#language-btn li span{
	display: block;
	font-size: 1em;
	letter-spacing: 8px;
	vertical-align: middle;
	color: #fff;	
	width: 200px;
	height: 50px;	
	display: table-cell;
	vertical-align: middle;
	padding-left: 8px;
}
header#enter #h1-container ul#language-btn li{
	border: 1px solid rgba(255,255,255,0.5);
}
header#enter #h1-container ul#language-btn li:hover{
	display: block;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.1);
	transition: 1.5s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
}
#enter-cover{
	height: 930px;
	background-color: rgba(0,0,0,0.5);
}
#enter #h1-container #sns {
	width: 165px;
    margin: 200px auto;
    overflow: hidden;
    height: 45px;
	}
#enter #h1-container #sns .sns1 {
	float: left;
	margin-right: 15px;
}
#enter #h1-container #sns .sns2 {
	float: left;
}
video {
	position: fixed;
	top: 0; 
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}

#enter #h1-container #sns0 {
	width: 225px;
    margin: 20px auto;
    overflow: hidden;
    height: 45px;
	}
#enter #h1-container #sns0 .sns1 {
	float: left;
	margin-right: 15px;
}
#enter #h1-container #sns0 .sns2 {
	float: left;
}

footer{
	clear: both;
	width: 100%;
}
footer #footer{
	position: relative;
	margin: 0px auto 0;
	background-color: rgba(0,0,0,0.9);	
	z-index: 900;
}
footer #footer #footer-bg{
	position: absolute;
	top: -257px;
	height: 257px;
	background: url(../images/enter/bg_curb.png) center center no-repeat;	
	width: 100%;
	z-index: 901;
}
footer #footer ul#enter-banner{
	width: 1002px;
	margin: 0 auto;
	padding-top: 20px;
}
footer #footer ul#enter-banner li{
	float: left;
	margin: 10px 4px 0;
}
footer #footer #symbol{
	position: absolute;
	top: -520px;
	right: -2%;
	z-index: 902;
}
footer address{
	font-family: "Playfair Display SC","游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 1em;
	letter-spacing: 1.5px;
	text-align: center;
	padding-top: 80px;
}

header#enter #h1-container ul#town_banner {
    margin: 180px auto 0;
}