@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: 14px;
	line-height: 1;
	letter-spacing: .08rem;
	color: #ffffff;
}
h1 {
    width: 100%;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1 img {
    width: 100%;
	filter: drop-shadow(2px 2px 0 #ff3399) drop-shadow(-2px -2px 0 #33ccff);
}
h12 {
    width: 100%;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul, li {
	list-style:none;
}
p {
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
	/* 長押し禁止 */
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	user-select:none;
}
a {
	text-decoration: none;
}
small {
	width: 100%;
	font-size: 100%;
	text-align: center;
}
.container {
    width: 100%;
	margin: 0 0 50px 0;
	padding: 0 2%;
	float: left;
}
.contents {
}


header {
    background: url(../../images/enter/enterbg.jpg) no-repeat;
    width: 100%;
    height: 80vh;
	margin: 0 0 10px 0;
	padding: 0;
    background-size: cover;
    background-position: center;
    display: block;
    z-index: 0;
	text-align: center;
	position: relative;
}

.enterarea {
    width: 70%;
	margin: 0 15%;
	bottom: 0;
	text-align: center;
	position: absolute;
	float: left;
}
.enterarea a {
    width: 100%;
	display: block;
}
.enter_heaven {
    width: 100%;
	margin: 0 0 10px 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 10px 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: 200%;
	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 {
    width: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
	color:  #ffffff;
	float: left;
}
.enter_leave a {
    width: 100%;
	color:  #ffffff;
}
.enter_leavetext {
    width: 100%;
	margin: 0 0 5px 0;
}

footer{
	width: 100%;
	margin: 0 0 200px 0;
	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: 100%;
	margin-right: auto;
	margin-left: auto;
}
.f_nav {
	width: 100%;
	margin-bottom: 20px;
}
.f_open {
	width: 100%;
	margin-bottom: 20px;
	line-height: 1.4;
}
small {
	width: 100%;
}

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


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



