@charset "UTF-8";
/* reset */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {background:url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}


h1 img{vertical-align: bottom;}

.go{bottom: 50px;}

img {
	border: 0;
	virtical-align: bottom;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px; 
}
* html .clearfix {
	height: 1px;
}
header {
	position: relative;
	width: 100%;
	padding:0;
	background: #FFF;
}
header h1 {
	width: 95%;
	margin: 0 auto;
}
#wrap {}
#wrap h1 {
	position: relative;
}
.img {line-height: 0!important;}
#movie_fixed video {display: none;}	
.income {
	position: absolute;
	bottom:2%;
	left: 0;
	width: 100%;
	z-index: 999;
}
.ic {
	position: absolute;
	z-index: 999;
	width: 45%;
	bottom:27%;
  left: 35%;
}
.btn_frame {
	margin: 0;
	display: block;
	background-size: 100%;
}

.btm{position: relative;}

.absolute{position: absolute;
          bottom:13%;
}

.btn_frame2 {
	margin:0;
	display: block;
	background-size: 100%;
}
.btn_a {
	width: 100%;
	padding: 4% 0 0 0;
	margin: 0 auto;
}

.btn_a img{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
}
.bottom_btn {
	position: fixed;
	bottom:0;
	left: 0;
	width:100%;
	padding: 5px 0;
	z-index: 999999;
	background: rgba(255,255,255,0.90)
}
.bottom_btn span {
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 999;
	width:100%;
	height: 5px;
}
.bottom_box {
	width: 100%;
	height: 130px;
}
#content {background: #FFF;}
footer {
	
	
	padding: 1% 0 0 0;
	position:relative;
	z-index: 9999;
	color: #666;
	background: #000000;
}
footer a {
	color:#ffffff;
	text-decoration: none;
	
}
.nav {
	text-align: center;
	padding: 0 20px 0 0;
	
}
.copy {
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-size: 11px;
}

.table_a table {
	width:100%;
	font-size: 12px;
	margin:0 auto;
	border-collapse: collapse;
	border: 1px solid #eee;
}
.table_a th {
	border: 1px solid #eee;
	text-align: center;
	font-weight: normal;
	width: 30%;	
	padding: 5% 2%;
	background: #F7FEFF;
}
.table_a td {
	padding: 5% 0 0 10%;
	border: 1px solid #eee;
}
.contents_frames {
	background: #FFF;
	padding: 10%;
}
.contents_frames h2 {
	font-size: 20px;
	text-align: center;
	margin: 5% 0;
	font-weight: normal;
}
.policy {
	font-size: 12px;
	line-height: 1.8;
}
.policy h1 {
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 5px solid #F1F1F1;
}
.policy_contents {padding: 7px;}
.policy ul {padding:10px;}
.policy dl {padding:0 0 0 40px;}
/* 各コンテンツアニメーション設定 */
.post .inner {
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
  -moz-transition: opacity 1.25s ease, -moz-transform 1s ease;
  -webkit-transition: opacity 1.25s ease, -webkit-transform 1s ease;
  -ms-transition: opacity 1.25s ease, -ms-transform 1s ease;
  transition: opacity 1.25s ease, transform 1s ease;
  position: relative;
  z-index: 2;
}
#one.post .inner {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
#one.post .inner.current {
  opacity: 1;
  transform: none
}
#two.post .inner {
  opacity: 0;
  transform: translate3d(200px, 0, 0);
}
#two.post .inner.current {
  opacity: 1;
  transform: none
}
#three.post .inner {
  opacity: 0;
  transform: translate3d(-200px, 0, 0);
}
#three.post .inner.current {
  opacity: 1;
  transform: none
}
#four.post .inner {
  opacity: 0;
  transform: translate3d(200px, 0, 0);
}
#four.post .inner.current {
  opacity: 1;
  transform: none
}
.pc,.sp {display: none;}
.countdown_area {
  text-align: center;
  width: 90%;
  margin: 3% auto;  
  font-size:35px;
  font-weight: bold;
  padding: 3% 0;
  background: #F00;
  border-radius: 120px;
  color: #FFF;
  position: relative;
}
.countdown_area:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F00;
}


/* PC */
@media screen and (min-width: 480px) {
  .pc {display: block;}
	header h1 {
		width: 70%;
		margin: 0 auto;
	}
	
	
	.btn_frame {
		margin: 0;
		display: block;
		background-size: 100%;
	}
	.btn_a {
		width: 100%;
		padding:0;
		margin: 3% auto;
	}
	header span {height: 10px;}
	.bottom_btn {
		position:relative;
		bottom:0;
		left: 0;
	}
	.bottom_btn img {
		display: block;
		width: 50%;
		margin: 0 auto 0;
	}
	.bottom_box {
		width: 100%;
		height: 0px;
	}
	.income {
		width: 80%;
		left: 10%;
	}
	#wrap {
		width: 800px;
		padding: 0 5%;
		margin: 0 auto;
	}
	#wrap h1 {width: 100%;margin: 0 auto;}
	#content {}
	.table_a table {
		font-size: 15px;
	}
	.table_a th {
		width: 40%;
	}
	#movie_fixed video {
		position: fixed;
		width:100%;
		top: 0;
		left: 0;
		z-index: -2;
	}
}
/* SP */
@media screen and (max-width: 768px) {
  .sp {display: block;}
  .ic {
    position: absolute;
    z-index: 999;
    width: 45%;
    bottom: 27%;
    left: 35%;
  }
	
	
	.btm{position: relative;}

    .absolute{position: absolute;
              bottom:16%;
}
	
  .countdown_area {
    text-align: center;
    width: 95%;
    margin: 3% auto;  
    font-size:20px;
    font-weight: bold;
    padding: 3% 0;
    background: #F00;
    border-radius: 120px;
    color: #FFF;
    position: relative;
  }  
	
  
}