body.compensate-for-scrollbar {
    overflow: hidden
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin        : 0;
    padding       : 0;
    border        : 0;
    font          : inherit;
    font-size     : 100%;
    vertical-align: baseline
}

html {
    line-height: 1;
    font-size: 62.5%;
}

  @media screen and (min-width: 1024px) {

    html {
        font-size: calc(100vw / 1024 * 10);
    }
  }

  @media screen and (max-width: 768px) {

    html {
        font-size: calc(100vw / 768 * 10);
    }
  }

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing : 0
}

caption,
td,
th {
    text-align    : left;
    font-weight   : 400;
    vertical-align: middle
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

html {
    -ms-touch-action: manipulation;
    touch-action    : manipulation
}

body {
    -webkit-text-size-adjust: 100%;
    font-family             : noto-sans-cjk-jp, Helvetica Neue, Helvetica, Arial, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, 游ゴシック, sans-serif;
    color: #fff;
    background-color: #000
}

#container {
    z-index  : 100;
    overflow : hidden;
    max-width: 1680px;
    font-size: 22px;
}

@media screen and (max-width:750px) {
    #container {
        font-size: 16px;
    }
}

#container,
.wrapper {
    position: relative;
    margin  : 0 auto;
}

.wrapper {
    width: 95%;
    max-width: 1024px;
    line-height: 1.8;
}

.disp-none {
    display: none
}

.clearfix:after {
    content   : " ";
    display   : block;
    height    : 0;
    font-size : 0;
    clear     : both;
    visibility: hidden
}

button {
    background-color  : transparent;
    border            : none;
    cursor            : pointer;
    outline           : none;
    padding           : 0;
    -webkit-appearance: none;
    -moz-appearance   : none;
    appearance        : none
}

.v-pc {
    display: block
}

.v-sp {
    display: none
}

section {
    position: relative
}

footer {
    position        : relative;
    width           : 100%;
    background-color: #000;
    color           : #fff;
    text-align      : center;
    padding-bottom  : 25px;
    z-index         : 100
}

footer a {
    display: inline-block
}

footer .sns-box {
    border-top   : 1px solid #069eff;
    border-bottom: 1px solid #069eff
}

footer .sns-box .wrapper {
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between
}

footer .sns-box .footer-sns {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    position         : relative;
    padding          : 8px 0
}

footer .sns-box .footer-sns li {
    margin: 0 15px
}

footer .sns-box .btn-to-top {
    vertical-align: top
}

footer .footer-wrapper {
    width : 640px;
    margin: 0 auto
}

footer .footer-logos {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-pack : justify;
    -ms-flex-pack    : justify;
    justify-content  : space-between;
    margin           : 50px auto 25px;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    width            : 600px;
}

footer p {
    color      : #fff;
    font-size  : 15px;
    text-align : center;
    line-height: 1.6;
}

@media screen and (max-width:750px) {
    footer {
        position        : relative;
        width           : 100%;
        background-color: #000;
        color           : #fff;
        text-align      : center;
        padding-bottom  : 25px;
        z-index         : 100;
    }
    
    footer a {
        display: inline-block
    }
    
    footer .sns-box {
        border-top   : 1px solid #069eff;
        border-bottom: 1px solid #069eff
    }
    
    footer .sns-box .wrapper {
        display         : -webkit-box;
        display         : -ms-flexbox;
        display         : flex;
        -webkit-box-pack: justify;
        -ms-flex-pack   : justify;
        justify-content : space-between
    }
    
    footer .sns-box .footer-sns {
        display          : -webkit-box;
        display          : -ms-flexbox;
        display          : flex;
        -webkit-box-align: center;
        -ms-flex-align   : center;
        align-items      : center;
        position         : relative;
        padding          : 8px 0;
        margin-left      : 20px
    }
    
    footer .sns-box .footer-sns .sns-label {
        margin-right: 16px
    }
    
    footer .sns-box .footer-sns li {
        margin: 0 10px
    }
    
    footer .btn-to-top {
        vertical-align: top;
        margin-right  : 20px
    }
    
    footer .footer-logos {
        display          : -webkit-box;
        display          : -ms-flexbox;
        display          : flex;
        -webkit-box-pack : center;
        -ms-flex-pack    : center;
        justify-content  : center;
        -ms-flex-wrap    : wrap;
        flex-wrap        : wrap;
        margin-top       : 50px;
        -webkit-box-align: center;
        -ms-flex-align   : center;
        align-items      : center;
        width: auto;
    }
    
    footer .footer-logos li {
        margin: 0 15px 40px
    }
    
    footer p {
        color      : #fff;
        text-align : center;
        line-height: 1.6;
        padding    : 0 20px
    }
}

.spec {
    text-align    : center;
    color         : #fff;
    line-height   : 1.6;
    padding-bottom: 50px
}

.spec .spec-title {
    margin: 22px 0 0 -30px
}
h2.spec-title img {
    width: 46%;
    max-width: 270px;
}

.spec ul {
    font-size: 16px;
    margin    : 30px 0 0 190px;
    text-align: left;
    position  : relative
}

.spec ul li {
    margin-bottom: 3px
}

.spec ul li span:first-child {
    text-align      : center;
    display         : inline-block;
    width           : 100px;
    margin-right    : 10px;
    background-color: #09f
}

.spec ul li span:nth-child(2) {
    display: inline-block;
    width: 400px;
}

.spec ul .cero {
    position: absolute;
    left    : 600px;
    bottom  : -10px
}

@media screen and (max-width:750px) {
    .spec {
        color         : #fff;
        font-size     : 16px;
        line-height   : 1.6;
        padding-bottom: 50px
    }
    
    .spec ul {
        margin  : 30px 0 0 20px;
        position: relative
    }
    
    .spec ul li {
        margin-bottom: 3px
    }
    
    .spec ul li span:first-child {
        text-align      : center;
        display         : inline-block;
        width           : 100px;
        margin-right    : 10px;
        background-color: #09f;
        vertical-align  : top
    }
    
    .spec ul li span:nth-child(2) {
        display: inline-block;
        width  : 400px
    }
    
    .spec ul .cero {
        position: absolute;
        left    : 553px;
        bottom  : -6px
    }
}

h1.Title {
    max-width: 1024px;
    text-align:left;
    margin: 0 auto;
    padding: 3%;
}

    h1.Title img {
        width: 150px;
    }

/* start */
html {
    font-size: 62.5%;
}
@media screen and (max-width: 1024px) {
    html {
        font-size: calc(100vw / 1024 * 10);
    }
}
@media screen and (max-width:768px) {
#guide {
    margin-top: 7%;
}
}
.guideTitle img,
.pfList li img,
.shopguide .areaLinkList li .shopName > span img,
.shopguide .areaLinkList h4 img,
.shopguide .areaLinkList li .shopBt img,
.shopguide .areaLinkList li .shopbtClm2 .shopBt img {
    width: 100%;
}
.guideTitle {
    margin-bottom: 6%;
    line-height: 1.2;
    max-width: 379px;
    width: 37.1%;
    margin: auto;
}
    @media screen and (max-width:768px) {
        .guideTitle {
            width: 60%;
        }
    }

.conTitle {
    margin-top: 3%;
}

    .conTitle:first-child {
        margin-top: 0;
    }

.pfListBox {
    margin: 6% auto;
    text-align: center;
}
    .pfList {
        width: 92%;
        margin: auto;
    }
    .pfList li {
        display: inline-block;
        margin: 0 0.5%;
    }
    .pfList li:nth-child(1) {
        max-width: 313px;
        width: 33.3%;
    }
    .pfList li:nth-child(2) {
        max-width: 373px;
        width: 39.6%;
    }
    .pfList li:nth-child(3) {
        max-width: 227px;
        width: 24.1%;
    }
    @media screen and (max-width:768px) {
        .pfList {
            width: 100%;
        }
    }
.shopguide {
    margin: 5% 0;
}
.shopguide .areaList > section {
    margin: 2% 0 3%;
}
.shopguide .areaLinkList > section {
    margin-bottom: 3%;
}
.shopguide .areaLinkList > section.gameshopList {
    margin-top: 7%;
}
    .shopguide h3{
        cursor: pointer;
        width: 100%;
        border: 5px solid #01ccff;
        border-right:none;
        border-left:none;
        display: inline-block;
        background: url(../../resources/img/bt-bgimg.jpg)#17f6ff left top repeat;
        text-align: center;
        line-height: 1;
        position: relative;
    }
    .shopguide h3 img {
        max-width: 98px;
        width: 10%;
    }
    .shopguide h3:after {
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        content: "";
        background: url(../../resources/img/arrow-img-b.png) no-repeat;
        width: 34px;
        height: 29px;
        margin: auto;
    }
    @media screen and (max-width:768px) {
        .shopguide h3 img {
            width: 15%;
        }
        .shopguide h3:after {
        max-width: 34px;
        width: 4%;
        max-height: 29px;
        background-size: 100% auto;
        background-position: center;
        }
    }
    .shopguide h3.open:after {
        background-image: url(../../resources/img/arrow-img-t.png);
    }
    .shopguide h4 {
        max-width: 200px;
        width: 50%;
        margin: 4% auto 2%;
    }
    .shopguide .acbox.areaLinkList {
        display: none;
    }
    .shopguide .areaLinkList ul {
        margin-top: 2%;
        display: flex;
        flex-wrap: wrap;
    }
    .shopguide .areaLinkList li {
        width: calc(50% - 3%);
        box-sizing: border-box;
        margin: 1% 1.5%;
        border: 4px solid #ffcd00;
        padding: 1%;
        text-align: center;
        font-size: 24px;
        font-family: 'Noto Sans TC', sans-serif;
        font-weight: 900;
        position: relative;
    }

    @media screen and (max-width:768px) {
        .shopguide .areaLinkList ul {
            display: block;
        }
        .shopguide .areaLinkList li {
            width: calc(100% - 3%);
        }
    }
    .shopguide .areaLinkList li .shopName {
        display: flex;
        align-items:center;
        margin-bottom: 3%;
        position: relative;
        z-index: 5;
    }
    .shopguide .areaLinkList li .shopName > span {
        display: inline-block;
        width: 50%;
        vertical-align: middle;
    }
    .shopguide .areaLinkList li .shopName > span.clmr {
        padding: 0 3%;
        line-height: 1.2;
     }
    .shopguide .areaLinkList li .shopName > span img {
        vertical-align: middle;
    }
    .shopguide .areaLinkList li .shopName.notlogo {
        display: block;
        position: relative;

    }
    .shopguide .areaLinkList li .shopName.notlogo > span {
        position: absolute;
        z-index: 5;
        margin: auto;
        top: -50%;
        right: 0;
        left: 0;
        bottom: 0;
        transform: translateY(44%);
        display: inline;
        width: 100%;
    }
    .shopguide .areaLinkList li .shopName.notlogo .imgnotlogo  {
        position: relative;
        z-index: 5;
        max-width: 213px;
        width: 47%;
        vertical-align: middle;
    }
    .shopguide .areaLinkList li .shopName.notlogo.-ver2 .imgnotlogo  {
    max-width: 253px;
    width: 56%;
    }
    @media screen and (max-width:768px) {
        .shopguide .areaLinkList li .shopName.notlogo > span {
            transform: translateY(50%);
        }
        .shopguide .areaLinkList li .shopName.notlogo .imgnotlogo,
        .shopguide .areaLinkList li .shopName.notlogo.-ver2 .imgnotlogo  {
            width: 20%;
        }
    }

    .shopguide .areaLinkList li .shopAd {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 2%;
    }
    .shopguide .areaLinkList li .shopBt {
        color: #000000;
        position: relative;
        width: 50%;
        margin: auto;
        display: inline-block;
        line-height: 1;
        padding: 0.5% 0;
    }
    .shopguide .areaLinkList li .shopBt img {
        vertical-align: bottom;
        max-width: 172px;
    }
    .shopguide .areaLinkList li .shopBt:after {
        transform: skewX(-30deg);
        content: "";
        position: absolute;
        top: 0; bottom: 0; left: 0; right: 0;
        z-index: -1;
        background-color:#069eff;
    }
    .shopguide .areaLinkList li .shopbtClm1,
    .shopguide .areaLinkList li .shopbtClm2 {
        position: relative;
        z-index: 10;
    }
    .shopguide .areaLinkList li .shopbtClm1 a {
        width: 100%;
    }
    .shopguide .areaLinkList li .shopbtClm2 {
        display: block;
    }

    .shopguide .areaLinkList li .shopbtClm2 .shopBt {
        width: 46%;
        margin: 0 2%;
        font-size: 20px;
        padding: 0.5% 1.2%;
        box-sizing: border-box;
    }
        .shopguide .areaLinkList ul.gameshop li {
            position: relative;
            padding-bottom: 5%;
        }

        .shopguide .areaLinkList ul.gameshop li .shopbtBox {
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 2%;
        }
        @media screen and (max-width:768px) {
            .shopguide .areaLinkList ul.gameshop li {
                padding-bottom: 0;
            }
            .shopguide .areaLinkList ul.gameshop li .shopbtBox {
                position: relative;
                bottom: 0;
            }
        }
    @media screen and (max-width:1024px) {
        .shopguide .areaLinkList li {
            font-size: 2.4rem;
        }
        .shopguide .areaLinkList li .shopbtClm2 .shopBt {
            font-size: 2.0rem;
            width: 45%;
        }
        .shopguide .areaLinkList li .shopAd {
            font-size: 1.6rem;
        }
    }
    @media screen and (max-width:768px) {
        .shopguide .areaLinkList li {
            font-size: 3.8rem;
        }
        .shopguide .areaLinkList li .shopAd {
            font-size: 3.6rem;
        }
        
    }

/* end */

.att {
    padding-left: 1em;
    text-indent: -1em;
  }

.mb3 {margin-bottom: 3%;}

.siteBtn {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    width: 80%;
    max-width: 280px;
    margin: 0 auto;
    padding: 20px 2%;
    font-size: 25px;
    color: #000 !important;
    text-decoration: none;
}

@media screen and (max-width:750px) {

    .siteBtn {
        font-size: 16px;
        max-width: 224px;
    }

}

.siteBtn:after {
    transform: skewX(-45deg);
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
    background-color:#069eff;
}

    .siteBtn a:visited {  
        color: #fff !important;
    }