@charset "UTF-8";
/* CSS Document */

body
	{background-color:whitesmoke}

.hukidashi{margin-top: -5px}

.top {
	font-family: "Tsukushi B Round Gothic Bold";
	margin-top: -25px;;
}

.topimg {
	margin-top: -210px;	
}

.setumei{font-family: "Tsukushi B Round Gothic Bold";
}
/*scrollアイコン*/
.arrow-down{
  width:60px;
  height:40px;
  margin:0 0 0 -30px;
  position:absolute;
  left:50%;
  bottom:0px;
  -webkit-animation: arrow 0.5s 1s infinite ease-out alternate;
  
}

.arrow-down:hover{
   -webkit-animation-play-state: paused;
}

.left{
  position:absolute;
  height:10px;
  width:40px;
  background:black;
  -webkit-transform:rotate(240deg);
  top:10px;
  left:10px;
  -webkit-border-radius:4px;
  -webkit-transform-origin:5px 50%;
  -webkit-animation: leftArrow 0.5s 1s infinite ease-out alternate;
}

.right{
  position:absolute;
  height:10px;
  width:40px;
  background:black;
  -webkit-transform:rotate(-60deg);
  top:10px;
  left:10px;
  -webkit-border-radius:4px;
  -webkit-transform-origin:5px 50%;
  -webkit-animation: rightArrow 0.5s 1s infinite ease-out alternate;
}




@-webkit-keyframes arrow{
  0% {
    bottom:0px;
  }
  100%{
    bottom:40px;
  }
}


@-webkit-keyframes leftArrow{
  0% {
  }
  100%{
    -webkit-transform:rotate(225deg);
  }
}

@-webkit-keyframes rightArrow{
  0% {
  }
  100%{
    -webkit-transform:rotate(-45deg);
  }
}



.box{margin-top:-15px;}
.setumei {
	margin-top:-880px;
	font-size: 18px;
}

.setumei2 {
	margin-top: 10px;
	font-size: 18px;
	font-family: "Tsukushi B Round Gothic Bold";
}
.botan {margin-top:10px;
}
.saigo {
	font-family: "Tsukushi B Round Gothic Regular";
	margin-top: 150px;
	margin-bottom: 70px;
}
.mocchiri {
	margin-top:10px;
	animation: mocchiri 3s infinite;
}
@keyframes mocchiri {
	0% {
		transform: scale(1, 0.8);
	}
	20% {
		transform: scale(0.8, 1.1);
	}
	95% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(1, 0.8);
	}
}