@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-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='1' y2='0'%3E%3Cstop offset='0' stop-color='%230FF'/%3E%3Cstop offset='1' stop-color='%23CF6'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23F00'/%3E%3Cstop offset='1' stop-color='%23FC0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23FFF' fill-opacity='0' stroke-miterlimit='10'%3E%3Cg stroke='url(%23a)' stroke-width='2'%3E%3Cpath transform='translate(0 0)' d='M1409 581 1450.35 511 1490 581z'/%3E%3Ccircle stroke-width='4' transform='rotate(0 800 450)' cx='500' cy='100' r='40'/%3E%3Cpath transform='translate(0 0)' d='M400.86 735.5h-83.73c0-23.12 18.74-41.87 41.87-41.87S400.86 712.38 400.86 735.5z'/%3E%3C/g%3E%3Cg stroke='url(%23b)' stroke-width='4'%3E%3Cpath transform='translate(0 0)' d='M149.8 345.2 118.4 389.8 149.8 434.4 181.2 389.8z'/%3E%3Crect stroke-width='8' transform='rotate(0 1089 759)' x='1039' y='709' width='100' height='100'/%3E%3Cpath transform='rotate(0 1400 132)' d='M1426.8 132.4 1405.7 168.8 1363.7 168.8 1342.7 132.4 1363.7 96 1405.7 96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    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;
}
img {
	border: 0;
	vertical-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;
}
#wrap {
	overflow: hidden;
}
#wrap h1 {
	position: relative;
}

.img {line-height: 0!important;}
.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 {
	position:relative;
	background: #90c31f;
}
.nav {
	text-align: center;
	padding: 0 20px 0 0;
}
.copy {
	text-align: center;
	padding: 10px 0;
	color: rgb(255, 255, 255);
	font-size: 11px;
}

p.ate {
	font-size: 1.6rem;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	position: relative;
	z-index: 10;
	margin-top: 0rem;
	margin-bottom: 4rem;
  }

/* 各コンテンツアニメーション設定 */
.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: 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;
  }  

  p.ate {
    font-size: 1rem;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    position: relative;
    z-index: 10;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}