@import url("index.sp.css") screen and (max-width: 699px);
@media screen and (min-width: 699px){
.sp{
display:none;
}
*{
margin: 0;
padding: 0;
list-style: none;
font-size: 100%;
color: #fff;
box-sizing: border-box;
}

html,
body,
.inner{
height:100%;
}

body{
background: #000;
}


#vBox{
position: fixed;
z-index: -1;
width: 100%;
height: 100%;
overflow: hidden;
top:0;
left: 0;
}

#video{
position: absolute;
height: 100%;
top:50%;
left: 50%;
transform: translate(-50%,-50%);
}


@media screen and (max-width: 699px){
  #vBox{
    background-size: cover;
    background-position: center center;
  }
  .body{
    width: 100%;
  }
  
  #h{
    width: 50%;
    margin: 0 auto;
  }
  
  #h img{
    width: 100%;
    height: auto;
  }
}


.wrap{
width: 100%;
min-height: 100%;
text-align: center;
background: transparent url(../../image/common/items/dot01.png) repeat center center;
}


#h{
background: #000;
width: 100%;
position: fixed;
top:0;
left: 0;
padding: 10px 0;
}


@media screen and (max-width: 699px){
  #h{
    padding: 5px 0;
  }
  #h img{
    display: block;
    width: 30%;
    margin: 0 auto;
  }
  .wrap{
    background-attchment: fixed;
  }
}

#body{
height:100%;
display: flex;
}


#body article{
height: 100%;
width: 50%;
padding-top: 10%;
}


#body article h1,
#body article h1 img{
height: 280px;
}

#body ul{
width: 50%;
margin: 0 auto;
}

#body li{
padding: 2px;
}

#body li a{
color: #FFFFFF;
text-decoration: none;
text-transform: uppercase;
font-size: 10px;
line-height: 1.8;
display: block;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
border: 3px solid #FFFFFF;
font-size: 24px;
letter-spacing: 0px;
font-weight: 700;
font-family: 'Raleway', sans-serif;
}

#body li a:hover{
background: #fff;
color: #000;
}

#rin ul{
display: flex;
flex-wrap: wrap;
width: 80%;
}

#rin li{
width: calc(100% / 2);
}
#rin li a{
font-family: 'EB Garamond', serif;
}


@media screen and (max-width: 699px){
  #body{
    display: block;
  }
  #body article {
    width: 100%;
    padding-top: 0;
  }
  #body article h1{
    height: auto;
  }
  #body article h1 img{
    height: auto;
    width: 30%;
  }
  #body ul{
    width: 60%;
  }
  
  #body li a{
    font-size: 14px;
  }
  #rin li{
    width: 100%;
  }
}

footer{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: rgba(0,0,0,.8);
padding: 10px 0;
display: flex;
align-items: center;
}

footer .RankingLink,
footer .caution{
width: calc(100% / 2);
padding: 0 10px;
}

footer .RankingLink{
text-align: right;
}

footer .caution{
text-align: left;
}

footer .caution dl{
display: flex;
font-size: 80%;
align-items: center;
}


@media screen and (max-width: 699px){
  footer{
    position: static;
    background: none;
    display: block;
  }
  
  footer img{
    width: 100%;
    height: auto;
  }
  footer .RankingLink,
  footer .caution{
    width: 100%;
    text-align: center;
    font-size: 10px;
    width: calc(60% + 20px);
    margin: 0 auto;
  }
  
  footer .caution{
    width: calc(80% + 20px);
  }
  footer .caution dd{
    text-align: left;
  }

}
}


@media screen and (max-width: 699px){
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  #body{
    padding-top: 0 !important;
  }
}