@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;
}
a{
  text-decoration: none;
  color:#fff;
  outline: none;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.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;
  font-size: 14px;
  color:#525252;
}
#wrapper{
  min-width: 910px;
  overflow: hidden;
}
.container{
  padding:0 40px;
}
.inner{
  width: 910px;
}
body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
  background-color: #ffffff;
  color: #ffffff;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
/* ============
lp用
============*/
.genshin .slide-line.current{
  top: 106px;
}

.genshin article{
  background: url("../images/genshin/genshin-bg.jpg") no-repeat fixed top center ;
  background-size: cover;
}

.genshin article section .container{
  /*background: url("../images/genshin/genshin-container-bg.png") no-repeat top center fixed;*/
  position: relative;
}

.genshin article section .container .inner h2{
  text-align: center;
 /* padding-top: 14px;
  margin-bottom:30px;*/
}

/*.genshin article section .container .inner ul{
  padding-bottom: 87px;
}*/

.genshin article section .container .inner ul li{
	width: 124px;
	height: 169px;
  float: left;
  margin-right: 7px;
  margin-bottom: 7px;
	position: relative;
}

.genshin article section .container .inner ul li .new{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.genshin article section .container .inner ul li img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.genshin article section .container .inner ul li:nth-of-type(7n){
  margin-right: 0;
}

.genshin article section .container .inner ul li:first-of-type #cboxPrevious{
  display: none;
}

.genshin article section .container #genshin-chara{
  position: absolute;
  bottom: 28px;
  right: 0;
}