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

article.codmw3 {
    width: 980px;
    margin: 0 auto;
    background-color: #1B1B1B;
    color: white;
}

.codmw3 p {
    position: relative;
    color: white;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.codmw3 p + p {
    margin-top: 1em;
}

.codmw3 img {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
}

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

/* mv
-----------------------------------------------------------*/
section.mv {
    height: 0;
    padding-top: 572px;
    overflow: hidden;
    background-image: url('../../img/pc/mv.png');
    background-size: 100%;
}

/* geoOriginal
-----------------------------------------------------------*/
section.geoOriginal {
    width: 942px;
    margin: 30px auto 0;
}

.geoOriginal_inner {
    border: 1px solid red;
    background-color: black;
}

.title_geoOriginal {
    top: -1px;
}

.geoOriginal_flex {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
}

.geoOriginal_flex .geoOriginal_textWrap {
    width: calc(100% - 437px);
    padding: 0 20px;
}

.geoOriginal_textWrap h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #707070;
    font-weight: bold;
    font-size: 32px;
}

.geoOriginal_textWrap ul {
    margin-top: 20px;
}

.geoOriginal_textWrap ul li {
    font-size: 14px;
}

.geoOriginal_flex .geoOriginal_imgWrap {
    width: 437px;
    padding: 10px 0;
}

.geoOriginal_imgWrap img {
    margin: 0;
}

/* items
-----------------------------------------------------------*/
section.items {
    margin-top: 30px;
}

.items .items_inner {
    width: 900px;
    margin: 0 auto;
    border: 1px solid white;
    background-color: #2C2D33;
}

.items h2 {
    padding: 40px 0 30px;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
}

.price_col {
    display: block;
}

.priceArea,
.priceArea .priceTitle,
.item_price,
.priceArea .item_price {
    color: #FE0000;
}

.priceArea {
    display: flex;
    align-items: center;
    padding: 40px 15px;
}

.priceArea > div:first-child {
    width: 45%;
}

.priceArea > div:last-child {
    width: 55%;
}

.priceArea > div .cta_btn {
    margin-top: 20px;
}

/* movie
-----------------------------------------------------------*/
section.movie {
    margin-top: 80px;
}

/* introduction
-----------------------------------------------------------*/
section.introduction {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    height: 435px;
    margin-top: 80px;
    padding: 265px 0 0;
    overflow: hidden;
    background-image: url('../../img/pc/area_introduction.png');
}

.introduction_inner {
    width: 500px;
    margin: 0 auto;
    padding: 25px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .9);
}

.introduction_inner h2 {
    font-weight: bold;
    font-size: 45px;
    text-align: center;
}

.introduction_inner p {
    font-size: 21px;
    text-align: left;
}

/* information
-----------------------------------------------------------*/
section.information {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 80px;
}

section.information div {
    width: 50%;
}

section.information .information_textWrap {
    padding: 0 10px;
    box-sizing: border-box;
}

section.information h2 {
    width: 100%;
    color: #FE0000;
    font-weight: bold;
    font-size: 28px;
    text-align: left;
}

section.information h3 {
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 35px;
    letter-spacing: -.06em;
    text-align: left;
}

section.information p {
    color: #CCC;
    font-size: 19px;
    text-align: left;
}

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

/* inner footer
-----------------------------------------------------------*/
section.inner_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0 0 50px;
}

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

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