@charset 'Shift_JIS';
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    background-color: #111;
}

article.ebiohazard {
    width: 100%;
    max-width: 640px;
    margin: 0;
    background-color: black;
    color: white;
}

section {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
    height: auto;
}

.bg_pattern {
    padding-top: calc(230 / 640 * 100vw);
    margin-top: calc(-190 / 640 * 100vw);
    background: url("../img/bg.png") top center / 100% auto;
}

.title_wrap {
    width: 100%;
    text-align: center;
}

.title_wrap img {
    margin: 0 auto;
}

/* mv
-----------------------------------------------------------*/
.mv img {
    display: block;
}

/* earlyBenefit
-----------------------------------------------------------*/
.earlyBenefit {
    height: calc(302 / 640 * 100vw);
    padding: calc(10 / 640 * 100vw) 0 0;
    background-image: url(../img/bg_earlyBenefit.png);
    background-position: center bottom;
    background-size: calc(580 / 640 * 100vw) calc(302 / 640 * 100vw);
}

.earlyBenefit .benefit_note {
    position: absolute;
    top: calc(215 / 640 * 100vw);
    left: calc(50 / 640 * 100vw);
    font-size: calc(12 / 640 * 100vw);
}

/* productInfo
-----------------------------------------------------------*/
.productInfo {
    overflow: hidden;
    height: calc(2536 / 640 * 100vw);
    background-image: url("../img/bg_product.png");
}

.product_title {
    position: relative;
    top: calc(85 / 640 * 100vw);
    font-size: calc(32 / 640 * 100vw);
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: #003da7;
}

.priceArea {
    position: relative;
    top: calc(615 / 640 * 100vw);
}

.priceList li {
    position: relative;
}

.priceList li:nth-child(2) {
    top: calc(600 / 640 * 100vw);
}

.priceArea .priceTitle {
    font-size: calc(24 / 640 * 100vw);
}

.priceArea .item_price {
    margin: calc(5 / 640 * 100vw) auto;
}

.priceArea .cta_btn {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.priceArea .cta_btn > img {
    width: calc(390 / 640 * 100vw) !important;
}

/* movie
-----------------------------------------------------------*/
.movie {
    overflow: hidden;
    height: calc(580 / 640 * 100vw);
    padding-top: calc(60 / 640 * 100vw);
    margin-top: calc(-750 / 640 * 100vw);
    background-image: url("../img/bg_trailer.png");
}

.movie .movie_box {
    margin-top: calc(40 / 640 * 100vw);
    padding: 0;
}

.movie_box iframe {
    width: calc(550 * 100vw / 640);
    height: calc(309 * 100vw / 640);
}

/* about
-----------------------------------------------------------*/
.about {
    height: calc(877 / 640 * 100vw);
    margin-top: calc(-105 / 640 * 100vw);
    background-image: url("../img/bg_about.png");
}

/* story
-----------------------------------------------------------*/
.story {
    height: calc(1294 / 640 * 100vw);
    margin-top: calc(66 / 640 * 100vw);
    background-image: url("../img/bg_story.png");
}

/* character
-----------------------------------------------------------*/
.character {
    height: calc(2035 / 640 * 100vw);
    margin-top: calc(-168 / 640 * 100vw);
    background-image: url("../img/bg_character.png");
}

/* location
-----------------------------------------------------------*/
.location {
    height: calc(1235 / 640 * 100vw);
    margin-top: calc(-47 / 640 * 100vw);
    background-image: url("../img/bg_location.png");
}

/* gameplay
-----------------------------------------------------------*/
.gameplay {
    height: calc(1191 / 640 * 100vw);
    margin-top: calc(-440 / 640 * 100vw);
    background-image: url("../img/bg_gameplay.png");
}

/* cta_btn_bottom
-----------------------------------------------------------*/
.cta_btn_bottom {
    padding: 0 0 calc(40 / 640 * 100vw);
    text-align: center;
}

.cta_btn_bottom p {
    padding: 0 0 calc(50 / 640 * 100vw);
    color: white;
}

.cta_btn_bottom .cta_btn {
    position: relative;
    right: 0;
    left: 0;
    width: fit-content;
    margin: 0 auto;
}

.cta_btn_bottom .cta_btn > img {
    width: calc(390 / 640 * 100vw) !important;
}

/* inner_footer
-----------------------------------------------------------*/
.inner_footer {
    padding-bottom: calc(80 / 640 * 100vw);
}

.inner_footer p {
    font-size: calc(14 / 640 * 100vw);
    text-align: center;
    line-height: 2;
    color: white;
}

.inner_footer p:nth-of-type(1) {
    margin-bottom: 1em;
}

.inner_footer p img {
    display: inline-block;
    width: auto;
    max-height: 1.2em;
    margin: 0 calc(2 / 640 * 100vw);
}
