@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 {
	line-height: 1;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
#fixed_bg {
  background: url("../images/bg.jpg") no-repeat;
  background-size: 100%;
  position: fixed;
  height: 100%;
  top:0;
  left: 0;
  right: 0;
  bottom:0;
  z-index: -1;
}  
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: 100%;
	bottom:0;
  left: 0;
}
.btn_frame {
	margin: 0;
	display: block;
	background-size: 100%;
}
.btn_frame2 {
	margin:0;
	display: block;
	background-size: 100%;
}
.btn_a {
	width: 100%;
	padding: 4% 0 0 0;
	margin: 0 auto;
}
.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 {
	border-top:2px solid #eee;
	padding: 5% 0 100px 0;
	position:relative;
	z-index: 9999;
	background: #FFF;
	color: #666;
}
footer a {
	color:#CCC;
	text-decoration: none;
}
.nav {
	text-align: center;
	padding: 0 20px 0 0;
}
.copy {
	text-align: center;
	padding: 10px 0;
	color: #CCC;
	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;
}
.btn_wrap {
  background: #FFF;
  margin: 2% 0;
  padding: 2%;
}
.btn1 ,.btn2 {
  width: 100%;
  margin: 2% auto;
  text-align: center;
}
.btn1 a , .btn2 a {
  text-align: center;
  display: block;
  margin:0;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
}
.btn_title {
  padding:5% 0 2% 0;
  font-size: 20px;
  letter-spacing: 2px;
  color: #555;
}
.btn1 a {
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	background-color:#fe1a00;
	border-radius:6px;
	border:1px solid #d83526;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.btn1 a:hover {
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	background-color:#ce0100;
}
.btn1 a:active {
	position:relative;
	top:1px;
}
.btn2 a {
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	background-color:#89c403;
	border-radius:6px;
	border:1px solid #74b807;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.btn2 a:hover {
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	background-color:#77a809;
}
.btn2 a:active {
	position:relative;
	top:1px;
}        
.note_wrap {
  background: #FFF;
  border-radius: 6px;
  padding: 5%;
  margin: 2%;
  font-size: 12px;
  line-height: 2;
  margin-bottom: 20px;
  color: #999;
}
.note_wrap h2 {text-align: center;}
/* 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: 90%;
		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: 90%;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: 95%;
    bottom: 2%;
    left: 0;
  }
  .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;
  }  
}