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

body {
    background-color: white;
}

article.aaaea {
    width: 100%;
    margin: 0;
    background-color: white;
    color: black;
}

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

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

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

.title_wrap img {
    margin: 0 auto;
}

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

.release_date {
    margin: calc(30 / 640 * 100vw) auto;
    width: calc(580 / 640 * 100vw);
}

/* productInfo
-----------------------------------------------------------*/

.product {
    background-image: url("../img/bg_package.png");
    background-repeat: repeat-y;
    overflow: hidden;
}

section.package {
    background: #fff;
    margin: calc(60 / 640 * 100vw) auto 0;
    width: calc(520 / 640 * 100vw);
}

.product_title {
    position: relative;
    font-size: calc(32 / 640 * 100vw);
    font-weight: bold;
    padding: calc(30 / 640 * 100vw) 0;
    text-align: center;
    line-height: 1.2;
}

.priceArea {
    position: relative;
    margin: 0 auto;
    width: calc(460 / 640 * 100vw);
}


p.hardTitle {
    background: #E4000F;
    box-sizing: border-box;
    color: #fff;
    font-size: calc(20 / 640 * 100vw);
    font-weight: bold;
    height: calc(48 / 640 * 100vw);
    line-height: calc(48 / 640 * 100vw);
    margin-bottom: calc(30 / 640 * 100vw);
    text-align: center;
    width: calc(460 / 640 * 100vw);
}

.priceList li {
    position: relative;
}

ul.priceList img {
    margin: auto;
    height: auto;
    width: calc(218 / 640 * 100vw);
}
.priceList_detail {
    margin-top: calc(30 / 640 * 100vw);
}

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

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

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

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

section.catch > img {
    margin: calc(80 / 640 * 100vw) auto calc(60 / 640 * 100vw);
    width: calc(490 / 640 * 100vw);
}

section.catch > p {
    text-align: center;
    color: #fff;
    line-height: 1.8;
    font-weight: bold;
    font-size: calc(20 / 640 * 100vw);
}

.priceArea p.note {
    color: #000;
    position: relative;
    padding: calc(20 / 640 * 100vw) 0 calc(30 / 640 * 100vw);
    font-weight: 500;
}

/* movie
-----------------------------------------------------------*/
.movie {
    overflow: hidden;
    height: calc(580 / 640 * 100vw);
    padding-top: calc(60 / 640 * 100vw);
    background-image: url("../img/bg_movie.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);
}


/* gameInfo
-----------------------------------------------------------*/

.gameInfo {
    background-image: url(../img/bg_info.png);
    position: relative;
    padding-bottom: calc(100 * 100vw / 640);
}

.gameInfo div.info_title:nth-child(1) {
    padding: calc(50 * 100vw / 640) 0 calc(60 * 100vw / 640);
}

.gameInfo div.info_title{
    padding: calc(60 * 100vw / 640) 0 calc(40 * 100vw / 640);
    width: calc(486 * 100vw / 640);
    margin: 0 auto;
}

.gameInfo .info_contents img {
    margin: 0 auto;
    width: calc(580 * 100vw / 640);
}

.gameInfo p {
    font-size: calc(18 * 100vw / 640);
    font-weight: 600;
    color: #000000;
    margin-bottom: calc(60 * 100vw / 640);
    line-height: 1.8;
    text-align: center;
}



/* cta_btn_bottom
-----------------------------------------------------------*/
.cta_btn_bottom {
    padding:calc(40 / 640 * 100vw) 0;
    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;
}

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