@charset 'Shift_JIS';
body {
    background-color: white;
}

article.aaaea {
    width: 980px;
    margin: 0 auto;
    background-color: white;
    color: black;
}

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

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

.title_wrap img {
    margin: 0 auto;
}

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

.release_date {
    margin: 30px auto;
    text-align: center;
}

.release_date img{
    margin: auto;
}

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

.product_title {
    font-size: 32px;
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
}

section.package {
    background: #fff;
    margin: 80px auto;
    width: 840px;
}

.priceArea p.note {
    color: initial;
    padding: 40px 0 25px;
    font-size: 14px;
}

.priceList li {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

p.hardTitle {
    background: #E4000F;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    padding: 0 0 0 20px;
    text-align: left;
    width: 390px;
}

.priceList_detail {
    margin-left: 40px;
}

.priceArea .priceTitle {
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
}

.priceArea .item_price {
    margin: 10px auto 20px;
    text-align: right;
}

section.catch {
    color: #fff;
    text-align: center;
}

section.catch p {
    font-weight: 600;
}

section.catch > img {
    display: block;
    margin: 0 auto 40px;
}

/* movie
-----------------------------------------------------------*/
.bg_movie {
    background-position: bottom;
}

.movie {
    overflow: hidden;
    padding: 40px 0 80px;
}

.movie_box {
    margin-top: 30px;
}


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

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

.gameInfo div.info_title:nth-child(1) {
    padding: 100px 0 40px;
}

.gameInfo div.info_title{
    padding: 80px 0 40px;
}

.gameInfo img {
    margin: 0 auto;
}

.gameInfo p {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}

/* cta_btn_bottom
-----------------------------------------------------------*/
.cta_btn_bottom {
    padding: 80px 0;
    text-align: center;
}

.cta_btn_bottom p {
    padding: 40px 0 150px;
    line-height: 2;
    color: white;
}

/* inner_footer
-----------------------------------------------------------*/
.inner_footer {
    padding-bottom: 100px;
}

.inner_footer p {
    font-size: 12px;
    text-align: center;
    color: #000;
}

.inner_footer p img {
    display: inline-block;
    width: auto;
    max-height: 1.2em;
    margin: 0 2px;
}

section.inner_footer p + p {
    margin-top: 20px;
}