@charset 'Shift_JIS';
/************************************************************************************
*  dq1and2 section
************************************************************************************/
body {
    background-color: #FFF;
}

article.dq1and2 {
    width: 980px;
    margin: 0 auto;
    background: url('../img/bg.jpg') repeat-y top / cover;
    background-color: #000;
    color: #FFF;
}

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

/* price
-----------------------------------------------------------*/
.price {
    box-sizing: border-box;
    background: #441B27;
    border: 3px solid #CFC355;
    width: 780px;
    margin: 80px auto 0;
    padding: 20px 30px;
}

.price h2 {
    text-align: center;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

.priceList > li {
    background: #FFF;
    padding: 20px;
    padding-right: 40px;
    display: flex;
    align-items: center;
}

.priceList > li + li {
    margin-top: 10px;
}

.priceList_image {
    width: 250px;
    margin-right: 60px;
}

.priceList_detail {
    flex: 1;
}

.priceList_title {
    background: #E4000F;
    color: #FFF;
    font-weight: bold;
    padding: 12px 30px;
}

.priceList_title.-ps5 {
    background: #D6DCE5;
    color: #000;
}

.priceTitle, .item_price {
    color: #FF1500;
}

.item_price .yen, .item_price .yen::before {
    font-weight: bold;
}

.priceTitle {
    font-weight: bold;
    font-size: 24px;
    margin-top: 65px;
}

.item_price {
    margin-bottom: 20px;
}

/* benefit
-----------------------------------------------------------*/
.benefit {
    box-sizing: border-box;
    background: #F2EFE7;
    color: #000;
    border: 3px solid #CFC355;
    width: 780px;
    margin: 30px auto 0;
}

.benefitTitle {
    background: #0E63A8;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 27px;
    line-height: 37px;
    padding: 16px;
}

.benefitContent {
    padding: 20px 16px;
}

.benefitContent_lead {
    font-size: 18px;
}

.benefitContent_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 680px;
    margin: 20px auto;
    padding-bottom: 14px;
    border-bottom: 1px solid black;
}

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

.benefitContentList > li {
    width: 355px;
}

.benefitContentList_title {
    background: #06538E;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0 10px 2px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.benefitContentList_content {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.benefitContentList_detail {
    margin-left: 22px;
}

.benefitContentList_text {
    font-size: 18px;
}

.benefitContentList_detail h5 {
    font-size: 24px;
    margin-top: 8px;
    font-weight: bold;
}

.benefitContent_notes {
    margin-top: 30px;
}

.benefitContent_notes > li {
    font-size: 12px;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

/* movie
-----------------------------------------------------------*/
.movie {
    width: 800px;
    margin: 80px auto 0;
}

.movie_title {
    margin-bottom: 60px;
}

/* story
-----------------------------------------------------------*/
.story {
    width: 800px;
    margin: 80px auto 0;
    text-align: center;
}

.story_title {
    margin-bottom: 30px;
}

.storyList > li + li {
    margin-top: 50px;
}

.storyList_lead {
    font-size: 22px;
    line-height: 40px;
    margin: 30px 0;
}

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

.story_note {
    font-size: 12px;
    margin-top: 70px;
}

/* cta_btn bottom
-----------------------------------------------------------*/
section.cta_btn_bottom {
    margin: 60px 0 80px;
    text-align: center;
}

/* inner footer
-----------------------------------------------------------*/
section.inner_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0;
    background-image: url('../../img/pc/area_footer.png');
    background-size: 1px;
    text-align: center;
    padding-bottom: 90px;
}

section.inner_footer p {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
}

section.inner_footer img {
    display: inline-block;
    height: .8em;
}
