body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	zoom:1;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	align-items:normal;
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

img {
vertical-align:bottom;
}
a {
  cursor:pointer;
}
/*layout*/
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (min-width: 640px){/*pc*/
  #contents {
      width: 640px;
      margin: 0 auto;
  }
}

@media screen and (max-width: 639px){/*sp*/
  #contents {
      width: 100%;
      margin: 0 auto;
  }
}

.ctabtn_bg {
  position: relative;
}

.ctabtn_bg .ctabtn {
  position: absolute;
  top: 0%;
}

.ctabtn a img{
  width: 100%;
  height: auto;
  transition: 0.4s;
  animation: btnAnime 0.5s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes btnAnime {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}

.ctabtn a img:hover{
  opacity: 0.8;
}


/*VIDEO*/
.mov01_bg {
  position: relative;
}
.ibo_mov01 {
  position: absolute;
  top: 40.5%;
  width: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}