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

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;
}*/

#mainContainer {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#mainContainer .contents {
	display: block;
	background: url("../images/index/mainimages_sp.jpg") center top no-repeat;
	background-size: 1250px auto;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
#mainContainer .circle {
	position: absolute;
	top: 220px;
	left: 50%;
	width: 360px;
	text-align: center;
	transform: translateX(-50%);
}
h1.logo {
	display: inline-block;
	background: url(../images/logo.svg) no-repeat;
	background-size: 290px auto;
	padding: 0;
	margin: 0;
	width: 290px;
	height: 80px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0;
}
h2 {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
	color: #333;
}

.btnContainer {
	display: block;
	position: absolute;
	top: 130px;
	left: 50%;
	width: 340px;
	transform: translateX(-50%);
}
.btn-enter, .btn-leave {
	display: inline-block;
	margin: 0 6px;
	width: 110px;
	height: 65px;
	opacity: 0;
}
.btn-enter a {
	display: block;
	position: relative;
	width: 110px;
	height: 65px;
}
.btn-leave a {
	display: block;
	position: relative;
	margin-top: -1px;
	width: 100px;
	height: 65px;
}
.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: 75px;
	font-size: 6px;
	font-size: .6rem;
	color: #9b9b9b;
}
a.btn-heaven {
	display: inline-block;
	border-radius: 20px;
	margin-top: 20px;
	overflow: hidden;
}
a.btn-heaven img {
	width: 140px;
	height: auto;
}

.bnrContainer {
	display: inline-block;
	position: absolute;
	top: 560px;
	left: 50%;
	padding: 0 0 40px;
	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;
}
.bnrContainer ul li img {
	width: 300px;
	height: auto;
}

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