@charset "UTF-8";
html {
	text-align: center;
	animation: loading 1s;	
}
@keyframes loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
img {
	width: 100%;
	pointer-events: none;
}
.pc{display: block;}
.sp{display: none;}

@media screen and (max-width: 700px) {
	.pc{display: none;}
	.sp{display: block;}
}
body {
	width:100%;
	margin: 0 auto;
	font-family: 'Kosugi Maru', sans-serif;
	background:url(../img/background.jpg);
	background-size: contain;
	background-repeat: repeat-y;
	position: relative;
}
@media screen and (max-width:700px) {
	body {
		width:100%;
	}
}

.fv_top{
	width:100%;
	position: fixed;
  z-index: -1;/*最背面に設定*/
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
}
.fv_top img{
	min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}
.fv{
	width:100%;
	margin:0 auto;
	padding:8% 0;
}

.myrow{
	max-width:1000px;
	display:-webkit-flex;
	display:flex;
	margin:-15% 0 0 0;
	position:relative;
	z-index:5;
}

.mycol-1{flex:1;}
.mycol-1 img{
	width:80%;
}

.fv_point{
	width:300px;
	position:absolute;
	z-index:2;
	right:17%;
}
@media screen and (max-width:700px) {
	.fv_point{
		display:none;
	}
}
.top {
	max-width:800px;
	margin:0 auto;
	}

.fv_center{
width:100%;
margin:0 auto;
}

.btn_area {
	width:100%;
	margin:0 auto;
	padding:5% 0;
	background:url(../img/btn_back.jpg);
	background-size:contain;
	background-attachment: fixed;
}
.btn_box{
	max-width:800px;
	margin:0 auto;
}
.btn_box h1 {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 5%;
}
@media screen and (max-width:700px) {
	.btn_box h1 {
		width:90%;
	}
}
a {
	display: inline-block;
	width: 80%;
	margin:0 auto;
}

.btn_area2 {
width:100%;
margin:0 auto;
padding:5% 0;
background:url(../img/btn_back.jpg);
background-size:contain;
background-attachment: fixed;
}


.btn_area3 {
	width:100%;
	margin:0 auto;
	padding:5% 0;
	background:url(../img/btn_back.jpg);
	background-size:contain;
	background-attachment: fixed;
}

.step{
	width:100%;
	margin:0 auto;
	background-image: url(../img/huki_bg.png);
	background-repeat: repeat;
    background-size:contain;
	padding:5% 0;
}
.step_box {
	max-width:800px;
	margin:0 auto;
}
@media screen and (max-width:700px) {
	.step_box h1{
		width:90%;
		margin:0 auto;
	}
}
.step_box ul {
	max-width:800px;
	margin: 0 auto;
}

.step_box ul img{
margin:0 0 3% 0;
}
@media screen and (max-width:700px) {
	.step_box ul img{
		width:80%;
		}
}

.voice {
	max-width:800px;
	margin:0 auto;
	padding:5% 0;
}

.voice h1 {
	width:100%;
	margin:0 auto;
}
@media screen and (max-width:700px) {
	.voice {
	padding:10% 0;
	}
	.voice h1 {
		width:90%;
	}
}

.voice p {
	width:80%;
	margin:3% 10% 0 10%;
}

.voice span {
	width: 65%;
	padding: 5% 0;
	margin: 0 auto;
	display: block;
}

.rank {
	width:100%;
	margin:0 auto;
	background-image: url(../img/huki_bg.png);
	background-repeat: repeat;
    background-size:contain;
	padding:5% 0;
}
.rank_box{
	max-width:800px;
	margin:0 auto;
}
@media screen and (max-width:700px) {
	.rank {
		padding:10% 0;
}
	}
	.rank_box{
		width:90%;
	}

}

.huki {
	width:100%;
	padding:5% 0;
}
.huki_box{
	max-width:800px;
	margin:0 auto;
}

.huki_box h1 {
	width:100%;
	margin:0 0 3% 0;
}

.huki_bottom {
	width:98%;
	margin: 0 auto;
}


.huki ul {
	display: flex;
    align-items: center;
    justify-content: center;
}

.huki ul li  {
    width:35%;
	margin: 0 1%;
}

.ima {
	max-width:800px;
	margin:0 auto;
	padding:5% 0;
}
.ima h1 {
	width:50%;
	margin:0 25% 3% 25%;
}
.ima p {
	width:90%;
	margin:3% 5% 0 5%;
}

input {
	display: inline-block;
}
input#button{
	width:70%;
}
label {
    position: relative;
    z-index: 1;
    font-size: 28px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    left: 0%;
    right: 0%;
    /* top: 117%; */
    bottom: 0%;
	z-index: 9999;
	display: block;
	margin-top: 3%;
}

.check_text_b2 {
	margin-top:1%;
	font-size: 28px;
	font-weight: 600;
}

#page-top {
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 7;
    opacity: 0;
    transform: translateY(300px);
	z-index: 10000;
	bottom: 0;
}

#form4 {
    max-width:800px;
	margin:0 auto;
	padding: 1% 0;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

 #button4 {
    width: 40%;
}

#page-top.DownMove {
    animation: DownAnime 0.5s forwards;
}

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}

.page-top {
	position: fixed;
	bottom: 20px;
	transition: 0.5s;
	width: 100%;
	right: initial;
	z-index: 100000;
	bottom: 0;
	left: 0;
  }
  .page-top img {
	width: 80%;
  }


  .page-top p {
	width: 100%;
	margin: 0 auto;
  }

  .page-top_link {
	position: relative;
	display: block;
  }

  
  /*footerまでスクロールしたら消す*/
  .is-hidden {
	visibility: hidden;
	opacity: 0;
  }
  
  
  /* その他
  ==============================　*/
  main {
	height: 500px;
	padding: 20px;
	text-align: center;
  }
  
  .footer {
	height: 100px;
	padding: 20px;
	text-align: center;
	background:#fff;
	font-size: 18px;
  }

  .pc.fix {
	display: flex;
    flex-direction: column;
  }

  header {
	padding: 3% 0;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 2;
  }


  @media screen and (max-width: 426px) {
	header {
		padding: 3% 0;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 2;
	  }
	label {
		position: relative;
		z-index: 1;
		font-size: 12px;
		font-weight: 600;
		color: rgb(0, 0, 0);
		left: 0%;
		right: 0%;
		/* top: 117%; */
		bottom: 0%;
		z-index: 9999;
		display: block;
		margin-top: 3%;
	}

	.check_text_b2 {
		margin-top: 1%;
		font-size: 12px;
		font-weight: 600;
	}

	#button{
		width: 80%;
	  }
	  #button2{
		width: 80%;
	  }
	  #button3{
		width: 80%;
	  }
	.footer {
		height: 80px;
		padding: 20px;
		text-align: center;
		font-size: 14px;
	}
}
input#checkBtn,input#checkBtn2,input#checkBtn3,#checkBtn4{
	width:30px;
	height:30px;
}

@media screen and (max-width: 426px) {
	input#checkBtn,input#checkBtn2,input#checkBtn3,#checkBtn4{
		width:20px;
		height:20px;
	}
	#form4 {
		max-width: 800px;
		margin: 0 auto;
		background: #ffcece;
		padding: 1% 0;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		flex-direction: column;
	}
	#button4 {
		width: 60%;
	}

	.page-top p {
		width: 100%;
		margin: 0 auto;
		font-size: 14px;
	}
}
input#button2,input#button3{
	width:70%;
	margin:0 auto;
}
.f_btn{
	width:100%;
	margin:0 auto;
	background:#fffba5;
}
@keyframes fuwafuwa {
	0%, 100% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(-20px);
	}
  }
  
  .anime-fuwafuwa {
	animation: 3s fuwafuwa infinite;
  }
  