@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
ul, ol {
    list-style: none;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-weight: normal;
}
div {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: middle;
    height: auto;
}
img,a img,iframe{
    border: none;
}
a{
    text-decoration: none;
}
html, body {
    zoom: 1;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #000;
    letter-spacing: -.1px;
    min-width: 1264px;
    font-size: 62.5%;
    line-height: 1.4;
    font-family: "Noto Sans JP","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #000000;
    -webkit-text-size-adjust: 100%;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
#wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
section{
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.inner{
    position: relative;
    margin: 0 auto;
    width: 1264px;
    height: auto;
    text-align: center;
}
.link_block{
    position: absolute;
    left: 426px;
    z-index: 1000;
}
#pia{
    position: absolute;
    top: 212px;
    left: 426px;
    width: 690px;
    height: 47px;
}
#lowson{
    position: absolute;
    top: 262px;
    left: 426px;
    width: 690px;
    height: 47px;
}
#eplus{
    position: absolute;
    top: 313px;
    left: 426px;
    width: 690px;
    height: 47px;
}
.link_block a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}
#youtube{
    position: absolute;
    top: 62px;
    left: 265px;
    width: 745px;
    height: 410px;
    background: #000000;
    z-index: 1000;
}
#menu_button{
    position: fixed;
    top: 30px;
    right: 45px;
    width: 187px;
    height: 187px;
    background: url("images/menu.jpg") no-repeat;
    cursor: pointer;
    z-index: 1000;
}
nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    z-index: 10000;
}
nav .inner{
    position: relative;
    padding: 65px 0 0 0;
    margin: 0 auto;
    width: 1264px;
    height: auto;
}
nav a{
    position: relative;
    padding: 0 0 40px 0;
    width: 632px;
    height: auto;
    display: block;
}
nav a img{
    max-width: 100%;
}
#close{
    position: absolute;
    top: 30px;
    right: 45px;
    width: 187px;
    height: 187px;
    background: url("images/menu_off.jpg") no-repeat;
    cursor: pointer;
}
#blood_wrap{
    position: absolute;
    width: 100%;
    height: 1002px;
    min-width: 1264px;
    overflow: hidden;
}
#blood{
    position: fixed;
    margin: 0 0 0 -803px;
    top: 0;
    left: 50%;
    width: 1606px;
    height: 1002px;
    opacity: 0.6;
    background: url(images/blood.png) no-repeat;
    z-index: 100;
}