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

html, body {
	height: 100%;
}
body {
	position: relative;
	background: #ede6e4;
	color: #333;
	padding: 0;
	margin: 0;
}
/*body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
}
body.fadeout::after {
  opacity: 1;
}
body.fadeout {
  -webkit-transform:scale(1.05);
  transform:scale(1.05);
	-webkit-transition: transform .8s ease-out;
  transition: transform .8s ease-out;
}*/

a {
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
	filter: brightness(1.15);
	webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

#mainContainer {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#mainContainer .contents {
	display: block;
	background: url("../images/index/mainimages.jpg") center top no-repeat;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 900px;
}
#mainContainer .circle {
	position: absolute;
	top: 200px;
	left: 50%;
	width: 480px;
	text-align: center;
	transform: translateX(-50%);
}
h1.logo {
	display: inline-block;
	background: url(../images/logo.svg) no-repeat;
	width: 442px;
	height: 108px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0;
}
h2 {
	display: inline-block;
	padding: 15px 0;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	color: #616161;
	letter-spacing: .2em;
}

.btnContainer {
	display: block;
	position: absolute;
	top: 165px;
	left: 50%;
	width: 340px;
	transform: translateX(-50%);
}
.btn-enter, .btn-leave {
	display: inline-block;
	margin: 0 6px;
	width: 149px;
	height: 69px;
	opacity: 0;
}
.btn-enter a {
	display: block;
	position: relative;
	width: 149px;
	height: 69px;
}
.btn-leave a {
	display: block;
	position: relative;
	margin-top: -1px;
	width: 149px;
	height: 69px;
}
.btn-enter a svg, .btn-leave a svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .4s ease-in-out;
}
.btn-enter a:hover svg {
	fill: rgb(228,183,60);
	transition: .3s ease-in-out;
}
.btn-leave a:hover svg {
	fill: rgb(169,147,86);
	transition: .3s ease-in-out;
}

.cr {
	display: inline-block;
	padding-top: 70px;
	font-size: 12px;
	color: #888888;
}
a.btn-heaven {
	display: inline-block;
	border-radius: 20px;
	margin-top: 20px;
	overflow: hidden;
}

.bnrContainer {
	display: inline-block;
	position: absolute;
	top: 660px;
	left: 50%;
	padding: 0 0 40px;
	width: 1000px;
	text-align: center;
	transform: translateX(-50%);
}
.bnrContainer ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.bnrContainer ul li {
	display: inline-block;
	margin: 4px;
}

/*  */
.clear {
	clear:both;
}
