@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}


body {
  margin: 0px;
  padding: 0px;
  font-family: 'メイリオ',Meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.4;
}

#wrapper{
  min-width: 1000px;
}



/*============
header
============*/
header{
  background: url(../images/header-bg.jpg) no-repeat top center fixed;
}
header .header-cover{
  background: url(../images/header-bg_02.png) no-repeat top center;
  height: 110px;
  margin-top: -110px;
  position: relative;
}

header .inner{
  background: url(../images/header-inner.jpg) no-repeat top center fixed;
  height: 780px;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

header .inner h1{
  position: absolute;
  left: 51px;
  top:386px;
}

header .inner h2{
  position: absolute;
  right: 25px;
  top: 176px;
}

/*============
main
============*/
section .inner{
  width: 1000px;
  margin: 0 auto;
}

section .inner .play-button{
  margin: 2px 0 0 142px;
}


#ss{
  background: url(../images/ss-bg.jpg) no-repeat top center;
}

#ss .inner{
  background: url(../images/ss-inner-bg.jpg) no-repeat top center;
  height: 657px;
}

#genshin{
  background: url(../images/genshin-bg.jpg) no-repeat top center;
}

#genshin .inner{
  /*background: url(../images/genshin-inner-bg.jpg) no-repeat top center;*/
  height: 679px;
}

#sd{
  background: url(../images/sd-bg.jpg) no-repeat top center;
}

#sd .inner{
  background: url(../images/sd-inner-bg.jpg) no-repeat top center;
  height: 655px;
}

#hh{
  background: url(../images/hh-bg.jpg) no-repeat top center;
}

#hh .inner{
  background: url(../images/hh-inner-bg.jpg) no-repeat top center;
  height: 677px;
}


#start{
  background: url(../images/start-bg.jpg) no-repeat bottom center fixed;
    height: 531px;
}

#start .start-cover{
  background: url(../images/start-bg_02.png) no-repeat top center;
  height: 45px;
}

#start .inner ul{
  margin: 26px 0 23px 20px;
}

#start .inner ul li{
  float: left;
  margin-right: 18px;
}

#start .inner ul li:last-child{
  margin-right: 0;
}

#start .inner .member-site{
  color:#0b6502;
  font-size: 14px;
  text-align: center;
}

#start .inner .member-site .link{
  color: #0048ff;
}


/*============
footer
============*/
footer .inner{
  padding: 20px 0 30px;
  font-size: 12px;
  color: #666666;
}

footer .inner > div{
  width: 543px;
  margin: 0 auto;
}

footer .inner .logo {
  width:543px;
  float:left;
  margin-right:10px;
}

footer .inner .footer-box {
  float:left;
}

footer .inner .footer-box p a{
  color: #666666;
  margin:0  13px;
}

footer .inner .footer-box p a:first-of-type{
  margin-left: 0;
}

footer .inner .footer-box p a:last-of-type{
  margin-right:0;
}

small{
font-size: 10px;
}


/*============
cp_area
============*/
#cp_area {
  position: fixed !important;
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 138px;
  height: 354px;
  z-index: 50;  
}