@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
img {
	vertical-align:bottom;
	border:none;
	width:100%;
}
table {
	border-collapse: collapse;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
body {
	font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
.main {
	max-width:900px;
	widht:100%;
	margin:0 auto;
}
.rela {
	position:relative;
}
.abso {
	position:absolute;
}
.p_center {
	left:0;
	right:0;
	margin:0 auto;
}
img.header_text01 {
	top: 4%;
	width: 27%;
	z-index: 15;
	right: 69%;
}
img.header_text02 {
	width: 68%;
	right: 29.1%;
	bottom: 5.4%;
	z-index: 10;
}
img.btn {
	bottom:-4%;
	animation: 2.1s fuwafuwa ease-in-out infinite;
}
.fixed {
	position: fixed;
	margin: 0 auto;
	left:0;
	right: 0;
	bottom: 0;
	max-width:900px;
	visibility: hidden;
	
}
.active {
	opacity: 1;
	visibility: visible;
	animation-name: fade_in;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
footer {
	text-align:center;
	padding: 5% 0 33%;
    font-size: min(3vw, 27px);
    font-weight: bold;
    background: #079a18;
    color: #FFFFFF;
  
}


/*アニメーション*/

.start_0 {
	opacity: 0;
}
img.text_subetemuryo01 {
	animation:puru 3.0s infinite;
	animation-delay:0.2s;
	animation-fill-mode:forwards;
	animation-iteration-count:1;
}
img.text_subetemuryo02 {
	animation:big 0.5s ease-in-out infinite;
	animation-delay:1.5s;
	animation-fill-mode:forwards;
	animation-iteration-count:1;
}

@keyframes big {
 0% {
transform: rotate(0) scale(2.9);
opacity: 0;
}
 100% {
transform: rotate(720deg) scale(1.0);
opacity: 1;
}

}


@keyframes fuwafuwa {
 0%, 100% {
 transform: translateY(5px) scale(0.96);
}
 50% {
 transform: translateY(-5px) scale(1.0);
}
}
@keyframes puru {
 0%, 50% {
 transform: skew(0deg, 0deg);
}
 5% {
 transform: skew(60deg, 30deg);
}
 10% {
 transform: skew(-40deg, -10deg);
}
 17% {
 transform: skew(10deg, 5deg);
}
 25% {
 transform: skew(-20deg, -10deg);
}
 30% {
 transform: skew(5deg, 1deg);
}
 35% {
 transform: skew(-10deg, -5deg);
}
 40% {
 transform: skew(4deg, 4deg);
}
}


@keyframes fade_in {
0% {
    opacity: 0;
    transform: translatey(100px);
}
100% {
    opacity: 1;
    transform: translatey(0);
}
}