@charset "utf-8";

html {/*ページ内スクロール*/
    scroll-behavior: smooth;
}
*, *::before, *::after {
  box-sizing: border-box;
}

/*common
----------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1;
	letter-spacing: .08rem;
	color: #ffffff;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	height: 16px;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
}

ul, li {
	list-style:none;
}
p {
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
}
small {
	width: 100%;
	font-size: 100%;
	text-align: center;
}
.container {
    width: 100%;
	margin: 0 0 50px 0;
	float: left;
}
.contents {
}


header {
    background: url(../images/enter/enterbg.jpg) no-repeat;
    width: 100%;
    height: 90vh;
    max-height: 650px;
	margin: 0 0 50px 0;
	padding: 170px 0 0 0;
    background-size: cover;
    background-position: center;
    display: block;
    z-index: 0;
	text-align: center;
}
.logo {
    width: 400px;
	margin: 0 auto 30px auto;
	filter: drop-shadow(2px 2px 0 #ff3399) drop-shadow(-2px -2px 0 #33ccff);
}
.logo img {
    width: 100%;
}

.enterarea {
    width: 350px;
	margin: 0 auto;
}
.enterarea a {
    width: 100%;
	display: block;
}
.enter_heaven {
    width: 100%;
	margin: 0 0 20px 0;
	padding: 10px;
	border-radius: 5px;
	background-color: #000000;
	text-align: center;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.6));
}
.enter_heaven {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.enter_heaven:hover {
    background-color: #ff0000;
}
.enter_official {
    width: 100%;
	margin: 0 0 20px 0;
	padding: 10px;
	border-radius: 5px;
	background-color: #000000;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.6));
	text-align: center;
}
.enter_official {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all  0.9s ease;
}
.enter_official:hover {
    background-color: #ffcc00;
}
.enterarea18over {
    width: 100%;
	font-size: 100%;
	color:  #ffffff;
}
.enterarea_enter {
	font-size: 400%;
	font-weight: bold;
	color: #c39000;
	display: block;
}
.enterarea_enter:hover {
    color: #ffffff;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all  0.9s ease;
	text-shadow: 2px 2px 10px #ffffff,
	-2px 2px 10px #ffffff ,
	2px -2px 10px #ffffff ,
	-2px -2px 10px #ffffff;
}
.enterarea_enter a{
  display: inline-block;
  color:#ee2d7b;
  font-size:120%;
  text-decoration:none;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sample_link04 a:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.enter_leave {
	font-size: 100%;
    width: 100%;
}
.enter_leave a {
    width: 100%;
	color:  #ffffff;
}
.enter_leavetext {
    width: 100%;
	margin: 0 0 5px 0;
}

footer{
	width: 100%;
	font-size: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #c39000;
	text-align: center;
	float: left;
}
footer a {
	color: #c39000;
}
.f_wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.f_nav {
	width: 100%;
	margin-bottom: 20px;
}
.f_open {
	width: 100%;
	margin-bottom: 20px;
}
small {
	width: 100%;
	padding-bottom: 200px;
}

/*link
----------------------------------*/
.bana8831 {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	background: #ff0000;
}
.bana8831 ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.bana8831 li {
	width: 100px;
	margin: 5px;
	padding: 0;
	float: left;
}
.bana8831 img {
	width: 88px;
	hheight: 31px;
}


/*heaven iframe
----------------------------------*/



