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

*{ margin:0; padding:0;}


@media screen and (max-width: 500px) {

.lp{
	padding-top: 63px;
}


.head1{
	width: 58%;
	float: left;
}

.head2{
	width: 12.5%;
	float: left;	
}

.head3{
	width: 29.5%;
	float: left;	
}

.header{
	width: 100%;
	height: 63px;
	background-color: #FFFFFF;
	position: fixed;
	top: 0; 
    left: 0; 
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
	z-index: 9999;
}

.footer{
	width: 100%;
	height: 30px;
	background-color: #1E1E1E;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

p.copy{
	font-size: 10px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
	color: #FFFFFF;
	line-height: 30px;
}
	
.sec1{
	width: 100%;
	position: relative;     

}

.fuwafuwa {
	animation: fuwafuwa 3s ease-in-out infinite alternate;
	background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
	display: inline-block;
	transition: 1.5s ease-in-out;
	width: 70px;
	height: 70px;
	margin-top: 15px;
}
	
.hachi{
	position: absolute;
	top:260px;
	left:50px;
}	
	
}		
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

 
.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.98);
  }
}
 


/**************************************PC*******************************************/


@media screen and (min-width: 501px) {

.lp{
	width: 750px;
	padding-top: 120px;
	margin: 0 auto;
	position:  relative;     
}


.head1{
	width: 58%;
	float: left;
}

.head2{
	width: 12.5%;
	float: left;
	visibility: hidden;
}

.head3{
	width: 29.5%;
	float: left;	
}

.sec1{
	width: 750px;
	position: relative;     	
}

.header{
	width: 750px;
	height: 120px;
	background-color: #FFFFFF;
	position:  absolute; 
	top: 0; 
    left: 0; 
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);	
}

.footer{
	width: 750px;
	height: 30px;
	background-color: #1E1E1E;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

p.copy{
	font-size: 10px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
	color: #FFFFFF;
	line-height: 30px;
}
	
.fuwafuwa {
	animation: fuwafuwa 3s ease-in-out infinite alternate;
	background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
	display: inline-block;
	transition: 1.5s ease-in-out;
	width: 70px;
	height: 70px;
	margin-top: 15px;
}	
	
.hachi{
	position: absolute;
	top:530px;
	left:130px;
	width: 120px;
}	
	
}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

 
.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.98);
  }
}
 
