/*******************************************
reset
********************************************/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    vertical-align:baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section { 
    display:block;
}

html {
    width: 100%;
    height: 100%;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
}

ol, ul {
    list-style: none;
    list-style-type: none;
}

a {
    color:#fff;
    text-decoration: none;
    outline: none;
}

img{
    vertical-align: bottom;
    line-height: 0;
    display: block;
}

/*******************************************
PC
********************************************/

.pc{
    display: block;
}

.sp{
    display: none;
}

/**********/

p.startBtn{
    width: 500px;
    height: 100px;
}

p.startBtn a{
    display: block;
    width: inherit;
    height: 0;
    overflow: hidden;
    padding: 100px 0 0;
    font-size:0;
}

p.startBtn a:hover{
    background-position:0 -100px;
}

p.officialBtn{
    width: 800px;
    height: 107px;
}

p.officialBtn a{
    display: block;
    width: inherit;
    height: 0;
    overflow: hidden;
    padding: 107px 0 0;
    background-image:url("../img/pc/btnOfficial.png");
    background-repeat:no-repeat;
    background-position:0 0;
    font-size:0;
}

p.officialBtn a:hover{
    background-position:0 -107px;
}

/**********/

#footer{
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 0;
}

p.copyright{
    position: absolute;
    z-index: 1;
    width:100%;
    height: inherit;
    line-height: 60px;
    text-align: center;
    font-size: 12px;
}

p.mobLink{
    position: absolute;
    z-index: 2;
    width: 150px;
    height: 30px;
    top:15px;
    right:100px;
}

/*******************************************
SP
********************************************/
@media screen and ( max-width:1000px ){

.pc{
    display: none;
}

.sp{
    display: block;
}
    
/**********/

#wrap{
    padding: 0 0 5%;   
}

img{
    width: 100%;
    height: auto
}
    
/**********/
    
p.startBtn{
    width: 80%;
    height: auto;
}

p.officialBtn{
    width: 94%;
    height: auto;
}
    
p.startBtn a,
p.officialBtn a{
    display: block;
    width: auto;
    height:auto;
    overflow:auto;
    padding: 0;
    background:none;
}

/**********/
    
#footer{
    height: auto;
    position: static;
    z-index: auto;
    padding: 4% 2%;
}

p.copyright{
    position: static;
    z-index: auto;
    line-height: normal;
    font-size: 2.2vw;
}

p.mobLink{
    position: static;
    z-index: auto;
    width: 40%;
    margin: 4% auto 0;
    height: auto;
    top:auto;
    right:auto;
}
    
}
