@charset "utf-8";
@font-face {
  font-family: "Ephesis-Regular";
  src:
    local("Ephesis-Regular"),
    url("../font/Ephesis-Regular.ttf") format("truetype")
}
*{
	margin:0;
	padding:0;
	border:0;
}
h1, h2, h3, h4, h5, h6{
margin:0; padding:0;}
html {
	font-family: "Ephesis-Regular";
	background-color: #000;
	background-position: center;
}
header {
    height: auto;
    top: 0;
    position: sticky;
    border-bottom: 1px solid #333;
    background-color: #000;
    z-index: 10;
}
h1 > img {
	position: relative;
	width: 100% !important;
    height: auto !important;
	object-fit: contain;
}
#navmenu nav {
    margin: 0 auto;
	max-width: 600px;
    text-align: center;
}
#wrap {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 0;
	margin: 0 auto;

/* background-attachment: fixed; removed for Android */
}
#main_sec {
	clear: both;
	margin-top: 12px;
	min-height: 50px;
    position:relative;
}
.filter {
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}
.filter_80 {
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
.filter_90 {
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}
.filter_main {
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
main {
    display: block;
    text-align: left;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: normal;
    height: auto%;
    min-height: 638px;
    position: relative;
    z-index: 1;
}

/* メニューcss */
nav {
    padding: 10px;
    background: #000;
}
nav ul{
	display: table;
	margin: 0 auto;
	padding: 0 ;
	width: 100%;
	text-align: center;
}
nav li{
	display: table-cell;
	min-width: 50px;
}
nav a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #fff;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 2.2rem;
}
nav li:hover{
  color: #faddec;
  text-shadow:
    0 0 7px #faddec,
    0 0 10px #faddec,
    0 0 21px #faddec,
    0 0 42px #faddec,
    0 0 82px #faddec,
    0 0 92px #faddec,
    0 0 102px #faddec,
    0 0 151px #faddec;
}

/* 要素回り込み・解除 */
.clear {
	clear: both;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}
.floatleft {
    float: left;
}
.floatright {
	float: right;
}

.block_main {
	/*background-image: url(../picture/block_main.jpg);*/
}
.content_head {
	background: #000;
	padding-left: 10px;
	/*color: #000;*/
	height: 35px;
	clear:both;
}
.content_head span {
	font-size: 2.8rem;
	padding-left: 4px;
	text-align: left;
}
.content_head img, .content_head h2 {
	float: left;
}
.content_head h2 {
	padding-left: 10px;
	font-family: font2, sans-serif;
	font-size: 1rem;
	color: #fff;
	line-height: 33px;
}
.contents_class {
	position:relative;
	width: 80%;
	margin: 0 auto;
}
.contents_block {
	width: 100%;
	height: auto;
	margin: 0 auto;
	/*margin-top: 24px;*/
}
.block_scroll_y {
	overflow: scroll-y;
}

/* フッタcss */
footer {
	clear: both;
	margin-top: 20px;
    margin-bottom: 40px;
	font-weight: normal;
	font-size: 14px;
	font-family: font2;
	text-align: center;
	position: relative;
}
footer p {
	padding-top: 8px;
	color: #fff;
}
footer p span {
	padding-right: 4px;
}
footer a {
	text-decoration: none;
}
#footer_id #regist_site_block {
	padding-top: 14px;
}
#regist_site_block img {
	border: 0;
	margin: 0 4px 0 4px;
	padding: 0;
}
#regist_site_block img a {
	text-decoration: none;
	border: 0;
}
/* コンテンツ共通css */
.common_block {
    width: 80%;
    margin: 0 auto;
}

.right {
	margin: 0 0 0 auto;
}

/* ネオンライト装飾 */
.dark {
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    background: #000;
}
.dark_left {
    margin-bottom: 20px;
    padding: 20px;
    text-align: left;
    background: #000;
}
.neontext {
  color: #faddec;
  text-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #cc428f,
    0 0 82px #cc428f,
    0 0 92px #cc428f,
    0 0 102px #cc428f,
    0 0 151px #cc428f;
}