@charset "Shift_JIS";
/* 文字コード Shift_JIS */

/* util
-----------------------------------------------------------*/
.mb-10{
    margin-bottom: 10px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-40{
    margin-bottom: 40px;
}

.text-center{
    text-align: center;
}

.btn-hover{
    *zoom: 1;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-hover:hover{
    opacity: .8;
}


/* dqdai-is
-----------------------------------------------------------*/
.wrapper_{
    background-color: #000;
}

.dqdai-is {
    width: 980px;
    margin: 0 auto;
    background-color: #000;
    color: #000;
}

.dqdai-is :is(img, iframe){
    vertical-align: top;
}

.dqdai-is *,
.dqdai-is *:before,
.dqdai-is *:after{
    box-sizing: border-box;
}

.mv{
    margin-bottom: 64px;
}


/* early_purchase_privilege
-----------------------------------------------------------*/
.early_purchase_privilege{
    width: 940px;
    height: 879px;
    margin: 0 auto;
    margin-bottom: 43px;
    background-image: url(./img/early_purchase_privilege_bg.png);
    background-repeat: no-repeat;
    padding: 55px 42px 42px;
}

.early_purchase_privilege h2{
    width: 336px;
    margin: 0 auto 45px;
}

.early_purchase_privilege_item{
    display: flex;
    justify-content: space-between;
}

.early_purchase_privilege_item li div{
    margin-bottom: 15px;
}

.early_purchase_privilege_item li p{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #654200;
    margin-bottom: 30px;
}

.early_purchase_privilege_notes{
    font-size: 14px;
}

/* product
-----------------------------------------------------------*/
.product{
    width: 940px;
    height: 1611px;
    margin: 0 auto;
    margin-bottom: 100px;
    background-image: url(./img/product_bg.png);
    background-repeat: no-repeat;
    padding: 55px 28px;
}

.product h2{
    line-height: calc(32/25);
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}

.product .switch h2{
    background-color: #FF000C;
    color: #FFFFFF;
}

.product .ps5 h2{
    background-color: #E3E3E3;
}

.product .ps4 h2{
    background-color: #0739C0;
    color: #FFFFFF;
}

.product_list li{
    background-color: #FFF;
    margin-bottom: 40px;
}

.product_list_detail{
    padding: 0px 55px 0px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 423px;
}

.product_list_img{
    width: 271px;
}

.product_list_img{
    width: 271px;
    height: 413px;
    display: flex;
    align-items: center;
}

.product_list_info{
    width: 405px;
}

.product_list_name{
    font-size: 28px;
    font-weight: bold;
    line-height: calc(38/28);
    margin-bottom: 15px;
}

.product_list_price{
    display: grid;
    grid-template-columns: 280px 1fr;
    color: #FF000C;
    margin-bottom: 20px;
}

.product_list_price_type{
    grid-column: 1 / 3;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: calc(45.5/26);
    margin-bottom: 10px;
}

.product_list_price_num{
    font-size: 95px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1;
}

.product_list_price_yen{
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin-left: 10px;
}

.product_list_price_yen .tax{
    letter-spacing: -0.02em;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}

.product_list_price_yen .yen{
    font-weight: bold;
    letter-spacing: -0.02em;
    font-size: 45px;
    font-weight: bold;
    width: 100%;
}

/* video
-----------------------------------------------------------*/
.video{
    width: 911px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.video h2{
    text-align: center;
    margin-bottom: 45px;
}

/* system
-----------------------------------------------------------*/
.system{
    margin-bottom: 100px;
}

.system :is(h2, h3){
    text-align: center;
}

.system h3{
    margin-bottom: 25px;
}

.story_mode{
    color: #FFF;
    background-image: url(./img/story_mode_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 55px 15px 65px;
}

.story_mode_image ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.system_note{
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
}

.system_text{
    line-height: calc(46/22);
    text-align: center;
    font-size: 22px;
}

.original_dungeon{
    color: #FFF;
    background-image: url(./img/original_dungeon_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 15px 0 65px;
}

.original_dungeon_image{
    margin-bottom: 15px;
}

.kizuna_no_kioku{
    color: #FFF;
    width: 940px;
    height: 823px;
    margin: 0 auto;
    background-image: url(./img/kizuna_no_kioku_bg.png);
    background-repeat: no-repeat;
}

.system .kizuna_no_kioku h3{
    padding-top: 20px;
    margin-bottom: 15px;
}

.kizuna_no_kioku_image{
    width: 800px;
    margin: 0 auto;
}

.kizuna_no_kioku .system_text{
    margin-bottom: 10px;
}


/* character
-----------------------------------------------------------*/
.character h2{
    text-align: center;
    margin-bottom: 45px;
}

.character_list{
    padding: 45px 0;
    background-image: url(./img/character_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.character_list li{
    width: 942px;
    height: 600px;
    margin: 0 auto;
    margin-bottom: 15px;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.character_detail{
    width: 100%;
    padding: 0 25px 45px 15px;
}

.character_list li:nth-child(even) .character_detail{
    padding: 0 0 45px 30px;
}

/* 最後のliのみ左右のボックスを重ねる */
.character_list li:last-child .character_detail{
    margin-right: -20px;
    z-index: 1;
}

.character_name{
    margin-bottom: 10px;
}

.character_cv{
    font-size: 26px;
    color: #264A85;
    font-weight: bold;
    line-height: calc(36/26);
    margin-bottom: 20px;
}

.character_introduction{
    font-size: 26px;
    line-height: calc(34/22);
    font-size: 22px;
}


.link{
    text-align: center;
    padding: 65px 0 95px;
}

.article_footer{
    color: #fff;
    text-align: center;
    border-top: solid 1px #615E5E;
    padding: 40px 0 60px;
    font-size: 12px;
}

.article_footer > p:first-child{
    margin-bottom: 1em;
}

.article_footer img{
    vertical-align: middle;
}