html,body {
	height: 100%; }
@font-face {
	font-family: 'athena';
	src: url('../font/new_athena_unicode_0.ttf'); }
img {
	max-width: 100%;
	height: auto; }
#wrapper {
	min-width: 1200px;
	background-color: #000000;
	height: 100%;
	position: relative;
	overflow: hidden; }
#header {
	margin: 2%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6; }
#container {
	position: relative;
	z-index: 1;
	height: 100%; }
#main_slider .slick-arrow {
	width: 55px;
	height: 77px;
	position: absolute;
	top: 50%;
	z-index: 2;
	border: none;
	font-size: 0;
	color: transparent; }
#main_slider .slick-arrow.slick-prev {
	left: 30px;
	background: url("../img/slider_prev.png") no-repeat center center; }
#main_slider .slick-arrow.slick-next {
	right: 30px;
	background: url("../img/slider_next.png") no-repeat center center; }
#main_slider .slidecont {
	text-align: right;
	background:  no-repeat center center;
	background-size: cover; }
#main_slider .slider01.slidecont {
	background-image: url("../img/mainbg01.jpg"); }
#main_slider .slider02.slidecont {
	background-image: url("../img/mainbg02.jpg"); }
#main_slider .slider03.slidecont {
	background-image: url("../img/mainbg03.jpg"); }
#main_slider .slider01.slidecont p {
	position: relative;
	float: right;
	height: 100%; }
#main_slider .slider01.slidecont p img {
	height: 100%;
	width: auto; }
#footer {
	width: 100%;
	padding: 17px 16px;
	color: #ffffff;
	background: url("../img/footer_bg.jpg") repeat center top;
	position: absolute;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	bottom: 0;
	z-index: 10; }
#countdown {
	width: 730px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between; }
#countdown .time {
	font-size: 54px;
	font-family: 'athena';
	position: relative;
	z-index: 1; }
/*#countdown .time::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url("../img/comingsoon.png") no-repeat center center; }*/
#foot_cont {
	width: calc( 100% - 730px);
	display: flex;
	flex-direction: row-reverse;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	font-size: 16px; }
#foot_cont::after {
	content: ""; }
#foot_cont dl {
	padding: 10px 0; }
#foot_cont dl dt {
	float: left;
	border-right: solid 1px #ffffff;
	padding: 0 25px;  }
#foot_cont dl dd {
	overflow: hidden;
	padding: 0 25px; }


@media screen and (max-width: 1450px) {
#foot_cont {
	width: auto;
	display: block; }
#foot_cont p {
	margin-bottom: 10px; }
}

@media screen and (min-width: 768px) {
	.pcnone {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
.spnone {
	display: none !important; }

#wrapper {
	width: 640px;
	margin: 0 auto;
	min-width: 0; }

#header {
	margin: 15px 0 0 20px;
	max-width: none;
	width: 445px; }
#main_slider .slidecont {
	position: relative; }
#main_slider .slider01.slidecont {
	background-image: url("../img/sp_mainbg01.jpg"); }
#main_slider .slider02.slidecont {
	background-image: url("../img/sp_mainbg02.jpg"); }
#main_slider .slider03.slidecont {
	background-image: url("../img/sp_mainbg03.jpg"); }
#main_slider .slider01.slidecont p {
	width: 100%;
	height: auto;
	background: url("../img/sp_mainimg01_bg.jpg") repeat center top;
	position: absolute;
	bottom: 0;
	left: 0; }
#main_slider .slider01.slidecont p img {
	max-height: none;
	width: 100%; }

#main_slider .slick-arrow {
	width: 46px;
	height: 70px;
	background-size: 100% 100%; }
#footer {
	padding: 25px 90px;
	text-align: center;
	display: block; }
#countdown .time {
	font-size: 70px; }
#countdown .time::before {
	background-size: 200px auto; }
#countdown {
	display: block;
	width: auto;
	margin-bottom: 10px; }
#countdown h2 {
	margin-bottom: 25px; }
#foot_cont .foot_btn {
	margin-bottom: 15px; }
#foot_cont .foot_btn img {
	width: 100%; }
#foot_cont dl {
	font-size: 18px;
	display: inline-block;
	padding: 0; }
#foot_cont dl dt {
	border-right-width: 2px; }
}



.under {
	background: url('../img/bg_under.jpg') no-repeat center center;}
#container .underbox {
	width: 100%;
	height: 100%;}
#container .underbox ul {
	height: 100%;}
#container .underbox ul li {
	position: relative;
	display: table;
	width: 100%;
	height: 50%;}
#container .underbox ul li span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;}
#container .underbox ul li > div {
	display: table-cell;
	vertical-align: middle;}
#container .underbox ul li > div .title {
	display: table;
	width: 1000px;
	margin: 0 auto 10px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.8;}
#container .underbox ul li > div .title span {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	font-family: 'athena';
	font-size: 36px;
	color: #c6b24b;
	line-height: 1.0;}
#container .underbox dl {
	width: 1000px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 16px;}
#container .underbox dl dt {
	float: left;
	clear: left;
	width: 220px;
	margin-bottom: 2px;
	line-height: 1.0;
	padding: 12px 0 12px 12px;
	background: url('../img/bg_dt.gif');}
#container .underbox dl dd {
	margin-left: 222px;
	background: #b1a075;
	line-height: 1.0;
	padding: 12px 0 12px 12px;
	margin-bottom: 2px;}
address {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-style: normal;
	font-size: 14px;}

@media screen and (max-width: 767px) {
.under #header img {
	width: 150px; }
#container .underbox ul li:last-child {
	margin-top: -30px;}
#container .underbox ul li > div .title {
	display: table;
	width: 600px;
	margin: 0 auto 10px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.8;}
#container .underbox ul li > div .title span {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	font-family: 'athena';
	font-size: 36px;
	color: #c6b24b;
	line-height: 1.0;}
#container .underbox dl {
	width: 600px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 22px;}
#container .underbox dl dt {
	float: left;
	clear: left;
	width: 220px;
	margin-bottom: 2px;
	line-height: 1.0;
	padding: 12px 0 12px 12px;
	background: url('../img/bg_dt.gif');}
#container .underbox dl dd {
	margin-left: 222px;
	background: #6b6556;
	line-height: 1.0;
	padding: 12px 0 12px 12px;
	margin-bottom: 2px;}
address {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-style: normal;
	font-size: 14px;}



}