@charset "UTF-8";

/*-----------------------------------------------------
	common
-----------------------------------------------------*/
* {
	word-break: break-all;
	box-sizing: border-box;
}
body, input, textarea, select,div,ul,li {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-weight: 500;
	margin:0;
	padding:0;	
	color: #333;
	zoom:1;
}

body {
	margin: 0 auto;
	max-width: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #FFF;
	line-height: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
a {
	text-decoration: none;
	color: #333;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}


iframe {
	vertical-align: bottom;
}
table {
  width: 100%;
}
th {
  text-align: left;
}
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.inner {
	display: block;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
	box-sizing: content-box;
}
.sp {
  display: none;
}
.ib {
  display: inline-block;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.ifrm {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.ifrm iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */ 
:placeholder-shown {
  color: #a2a1a1;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */ 
::-webkit-input-placeholder {
  color: #a2a1a1;
}
/* Firefox 18- */ 
:-moz-placeholder {
  color: #a2a1a1;
  opacity: 1;
}
/* Firefox 19+ */ 
::-moz-placeholder {
  color: #a2a1a1;
  opacity: 1;
}
/* IE 10+ */ 
:-ms-input-placeholder {
  color: #a2a1a1;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}


/*-----------------------------------------------------
	content
-----------------------------------------------------*/
main {
	overflow: hidden;
}

/* メインビジュアル */
.mainvisual {
	text-align: center;
	background-image: no-repeat center top;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}
.sec {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}

/* コンバージョンエリア */
.cv01 {
	text-align: center;
	background-image: no-repeat center top;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}
.cv01 .inner {
	position: relative;
	width:100%;
}

.btn{
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 83%;
    width: 90%;
}

.btn00{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 83%;
    width: 90%;
}

.btn01{
	position:absolute;
	right: 0;
	left: 0;
	margin:0 auto;
	top:80%;
	width:90%;
}

.btn02{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 76%;
    width: 90%;
}

img.btn_animate01 {
margin: 0 auto;
animation: fuwafuwa 1s ease 0s infinite alternate;
transform-origin:center;
cursor: pointer;
}
@keyframes fuwafuwa {
from {transform: scale(0.9,0.9);}
to {transform: scale(1,1);}
}



.cv01 .button01 {
	position: absolute;
	right: 10%;
	bottom: 10%;
    max-width: 25%;
}

/*-----------------------------------------------------
	form
-----------------------------------------------------*/




/*-----------------------------------------------------
	footer
-----------------------------------------------------*/

footer {
	color: #333;
	background: #FFF;
    padding-bottom: 100px;
}

footer .text {
	padding: 20px 0 30px 0;
	font-weight: normal;
	font-size: 18px;
    letter-spacing: 0.1em;
	text-align: center;
}


footer .copyright {
	padding: 20 0;
	font-weight: bold;
	font-size: 13px;
    letter-spacing: 0.2em;
	text-align: center;
}




/*-----------------------------------------------------
	common
-----------------------------------------------------*/
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
