@charset "utf-8";



/* 基本設定 */

html,body,address,blockquote,div,pre,h1,h2,h3,h4,h5,h6,abbr,acronym,cite,code,dfn,em,kbd,q,samp,span,strong,var,a,del,ins,form,input,select,textarea,label,fieldset,legend,caption,table,td,th,tr,col,colgroup,tbody,thead,tfoot,img{margin:0;padding:0}

body{line-height:0;margin:0;padding:0;color:#333; }
body,input,select,textarea{font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;font-size:14px;}
body { background-color:#FFFFFF; }

h1,h2,h3,h4,h5,h6 { font-size:100%; }

/* ------------------------------- */



/*  画像  */

img { border-width:0px; vertical-align:text-bottom; width:100%; }
.img { margin:0; padding:0; clear:both; font-size:0px; line-height:0px; vertical-align:text-bottom; }

/* ------------------------------- */


/*  リンク  */

a:link { color:#2F89DB; text-decoration:none; }
a:visited { color:#2F89DB; text-decoration:none; }
a:hover { color:#F30; text-decoration:underline; }
a:active { color:#F30; text-decoration:underline; }

/* ------------------------------- */


/* clearfix */

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* ------------------------------- */



.main {
width: 100%;
height: 100vh;
display: inline-block;
margin: 0px;
padding: 0px 0px 0px 0px;
clear: both;
text-align: center;
vertical-align: middle;
font-size: 0px;
line-height: 0px;
box-sizing: border-box;
position: relative;
}

.main span {
width: 876px;
display: inline-block;
margin: -105px 0px 0px -438px;
padding: 0px;
box-sizing: border-box;
clear: both;
position: absolute;
top: 50%;
left: 50%;
}

.main span img {
width: 100%;
height: auto;
}



/*  スマートフォン  */
@media only screen and (max-width:599px) {


.main {
width: 100%;
height: 100vh;
display: inline-block;
margin: 0px;
padding: 0px 0px 0px 0px;
clear: both;
text-align: center;
vertical-align: middle;
font-size: 0px;
line-height: 0px;
box-sizing: border-box;
position: relative;
}

.main span {
width: 300px;
display: inline-block;
margin: 0px 0px 0px -150px;
padding: 0px;
box-sizing: border-box;
clear: both;
position: absolute;
top: 25%;
left: 50%;
}

.main span img {
width: 100%;
height: auto;
}


}

/* ------------------------------- */