@charset "UTF-8";

/* CSS Document */
body {
  font-family: "Hiragino Sans W3", "ヒラギノ角ゴ ProN W3", "WinGothic W3", sans-serif;
}

a,
a:hover,
a:visited {
  color: #000;
  text-decoration: none;
}

.pc__block {
    display: block;
}

.sp__block {
    display: none;
}

img {
  max-width: 100%;
}

.clear {
  clear: both;
}

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

* html .clearfix {
  zoom: 1;
}

.disply-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.red {
  border: solid 2px red;
}

.orange {
  border: solid 2px orange;
}

.green {
  border: solid 2px green;
}

.pink {
  border: solid 2px pink;
}

/*===============================================
style
===============================================*/
body {
  margin: 0;
}

h1 {
  margin: 0;
}

@media screen and (min-width: 751px) {
    .pc__block {
        display: block !important;
    }

    .sp__block {
        display: none !important;
    }

    body {
        width: 100%;
        background-image: url(../img/bg.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    main {
        display: block;
        width: 1000px;
        margin: 0 auto;
    }

    .max-layout {
        max-width: 1000px;
        margin: auto;
        padding: 0 15px;
    }

    .iziModal-isOverflow body {
        position: fixed !important;
    }

    .wideBg {
        position: relative;
        width: 100%;
    }

    .wrapper {
        width: 1440px;
    }

    #preloadImg {
        display: none;
        height: 0;
        line-height: 0;
    }

    #mainVisual {
        position: relative;
        width: 1000px;
        margin: auto;
        z-index: 10;
    }

    .WebStart {
        display: inline-block;
        width: 207px;
        position: absolute;
        bottom: 140px;
        left: 110px;
    }

    .AppStore {
        display: inline-block;
        width: 207px;
        position: absolute;
        bottom: 140px;
        left: 110px;
    }

    .GooglePlay {
        display: inline-block;
        width: 208px;
        position: absolute;
        bottom: 70px;
        left: 110px;
    }

    #mainVisual .mainPC h1 img{
        width:100%;
    }

    .mainPC {
        text-align: center;
        position: relative;
    }

    /* DLボタンエリア */
    .download_area {
        width: 100%;
        text-align: center;
        margin: 1% 0;
    }

    .dl_txt {
        padding-bottom: 10px;
    }

    .collection {
        position: relative;
        margin: 0 auto;
        width: 876px;
        height: 2184px;
        background-image: url(../img/collection.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .download {
        position: relative;
        margin: 0 auto;
        width: 1000px;
        height: 417px;
        background-image: url(../img/download.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .AppStore2 {
        display: inline-block;
        width: 207px;
        position: absolute;
        bottom: 180px;
        left: 270px;
    }

    .GooglePlay2 {
        display: inline-block;
        width: 208px;
        position: absolute;
        bottom: 110px;
        left: 270px;
    }

    .fantasyarena {
        position: relative;
        margin: 0 auto;
        width: 877px;
        height: 2341px;
        background-image: url(../img/fantasyarena.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .item {
        position: relative;
        margin: 0 auto;
        width: 879px;
        height: 1271px;
        background-image: url(../img/item.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .campaign {
        position: relative;
        margin: 0 auto;
        width: 877px;
        height: 1567px;
        background-image: url(../img/campaign.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    footer {
        position: relative;
        width: 1000px;
        margin: 0 auto;
    }

    .footerLink {
        color: #000;
        position: absolute;
        font-size: 83%;
        padding: 20px;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .card_carousel {
        width: 100%;
        position: absolute;
        top: 300px;
        left: 0;
        z-index: 10;
    }
    
    .arrow_prev {
        position: absolute;
        width: 60px;
        top: 480px;
        left: 200px;
        z-index: 20;
    }

    .arrow_next {
        position: absolute;
        width: 60px;
        top: 480px;
        right: 200px;
        z-index: 20;
    }
}

@media screen and (max-width: 750px) {
    .pc__block {
        display: none !important;
    }

    .sp__block {
        display: block !important;
    }

    body {
        width: 100%;
        
    }

    body:before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-image: url(../img/bg_sp.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    main {
        width: 100%;
        margin: 0 auto;
    }

    .mainSP {
        display: block;
        width: 100%;
    }

    .mainSP img {
        width: 100%;
    }

    .max-layout {
        max-width: 100%;
        margin: auto;
        padding: 0;
    }

    #mainVisual {
        position: relative;
        width: 100%;
    }

    .WebStart {
        display: inline-block;
        width: 32.5%;
        position: absolute;
        bottom: 137px;
        left: 42px;
    }

    .AppStore {
        display: inline-block;
        width: 32.5%;
        position: absolute;
        bottom: 92px;
        left: 42px;
    }

    .GooglePlay {
        display: inline-block;
        width: 32.5%;
        position: absolute;
        bottom: 47px;
        left: 42px;
    }

    .collection {
        position: relative;
        width: 100%;
        padding-top: 341.53%;
        background-image: url(../img/collection_sp.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .download {
        position: relative;
        width: 100%;
        padding-top: 54.06%;
        background-image: url(../img/download_sp.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .WebStart2 {
        display: inline-block;
        width: 32.5%;
        position: absolute;
        bottom: 80px;
        left: 42px;
    }

    .AppStore2 {
        display: inline-block;
        width: 32.5%;
        position: absolute;
        bottom: 40px;
        left: 42px;
    }

    .GooglePlay2 {
        display: inline-block;
        width: 32.5%;
        position: absolute;
        bottom: 0;
        left: 42px;
    }

    .fantasyarena {
        position: relative;
        width: 100%;
        padding-top: 341.21%;
        background-image: url(../img/fantasyarena_sp.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .item {
        position: relative;
        width: 100%;
        padding-top: 150.48%;
        background-image: url(../img/item_sp.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .campaign {
        position: relative;
        width: 100%;
        padding-top: 187.40%;
        background-image: url(../img/campaign_sp.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .footerLink {
        display: block;
        color: #000;
        font-size: 83%;
        text-align: center;
        padding: 4% 0 6%;
        position: relative;
    }

    .card_carousel_sp {
        width: 100%;
        position: absolute;
        top: 10%;
        left: 0;
        z-index: 10;
    }
    
    .arrow_prev {
        position: absolute;
        width: 10%;
        top: 17%;
        left: 15%;
        z-index: 20;
    }

    .arrow_next {
        position: absolute;
        width: 10%;
        top: 17%;
        right: 15%;
        z-index: 20;
    }

}
