@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;
	-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;
}
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;
}
.ic a {
  display: block;
  width: 90%;
  margin: auto;
  height: 100%;
}
.ic2 {
  width: 100%;
  margin: 5% auto;
}
.ic2 a {
  display: block;
  width: 90%;
  margin: auto;
  height: 100%;
}
.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;
	height: 5px;
}
.bottom_box {
	width: 100%;
	height: 130px;
}
#content { background: rgba(255,255,255,0.80);}
.content_wrap { padding:0 5%;}
footer {
	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;
}
.pc_bg { background: url("../images/bg_pc.png") repeat-x; background-size: 50%; width: 100%; height: 100%; position: fixed; top:0; left: 0; z-index: -1; }
.owl-theme .owl-controls .owl-page span { display: none !important; }
.owl-pagination .owl-page { 
  opacity: .5;
  width: 80px;
  height: 80px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);  
}
.active {
  opacity: 1 !important;
  -webkit-filter: none !important;
  -moz-filter: none !important;
  -ms-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.owl-pagination .owl-page:nth-child(1) { background:url("../images/char_thum_1.png?Ver=1.2") no-repeat; background-size: 100%;  }
.owl-pagination .owl-page:nth-child(2) { background:url("../images/char_thum_2.png?Ver=1.2") no-repeat; background-size: 100%; }
.owl-pagination .owl-page:nth-child(3) { background:url("../images/char_thum_3.png?Ver=1.2") no-repeat; background-size: 100%; }
.owl-pagination .owl-page:nth-child(4) { background:url("../images/char_thum_4.png?Ver=1.2") no-repeat; background-size: 100%; }
.owl-pagination .owl-page:nth-child(5) { background:url("../images/char_thum_5.png?Ver=1.2") no-repeat; background-size: 100%; }
.owl-pagination .owl-page:nth-child(6) { background:url("../images/char_thum_6.png?Ver=1.2") no-repeat; background-size: 100%; }
.owl-pagination .owl-page:nth-child(7) { background:url("../images/char_thum_7.png?Ver=1.2") no-repeat; background-size: 100%; }
.owl-pagination .owl-page:nth-child(8) { background:url("../images/char_thum_8.png?Ver=1.2") no-repeat; background-size: 100%; }
.owl-pagination .owl-page:nth-child(9) { background:url("../images/char_thum_9.png?Ver=1.2") no-repeat; background-size: 100%; }
.owl-pagination .owl-page:nth-child(10) { background:url("../images/char_thum_10.png?Ver=1.2") no-repeat; background-size: 100%; }
.owl-pagination .owl-page:nth-child(11) { background:url("../images/char_thum_11.png?Ver=1.2") no-repeat; background-size: 100%; }
.owl-pagination .owl-page:nth-child(12) { background:url("../images/char_thum_12.png?Ver=1.2") no-repeat; background-size: 100%; }
.owl-pagination .owl-page:nth-child(13) { background:url("../images/char_thum_13.png?Ver=1.2") no-repeat; background-size: 100%; }
.owl-pagination .owl-page:nth-child(14) { background:url("../images/char_thum_14.png?Ver=1.2") no-repeat; background-size: 100%; }
.owl-pagination .owl-page:nth-child(15) { background:url("../images/char_thum_15.png?Ver=1.2") no-repeat; background-size: 100%; }
.owl-pagination .owl-page:nth-child(16) { background:url("../images/char_thum_16.png?Ver=1.2") no-repeat; background-size: 100%; }
.owl-pagination .owl-page:nth-child(17) { background:url("../images/char_thum_17.png?Ver=1.2") no-repeat; background-size: 100%; }
.owl-pagination .owl-page:nth-child(18) { background:url("../images/char_thum_18.png?Ver=1.2") no-repeat; background-size: 100%; }
.owl-pagination .owl-page:nth-child(19) { background:url("../images/char_thum_19.png?Ver=1.2") no-repeat; background-size: 100%; }
.owl-pagination .owl-page:nth-child(20) { background:url("../images/char_thum_20.png?Ver=1.2") no-repeat; background-size: 100%; }

/* 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: 1000px;
		padding: 0 5%;
		margin: 0 auto;
	}
	#wrap h1 {width: 90%;margin: 0 auto;}
	#content {}
  .content_wrap { width: 900px; margin: 0 auto; }
	.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;}
  .pc_bg { background: url("../images/bg_pc.png") no-srepeat; background-size: 100%; width: 100%; height: 100%; }
  .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;
  }  
}