@charset "UTF-8";
.mainContent {
    min-width: 1240px;
    background-color: #161414;
    color: #fff;
    line-height: 1;
    font-size: 16px;
    font-family: 'Roboto', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.campaignEnd {
    background-color: #0066CC;
}

.campaignEnd__text {
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.section__title {
    margin-bottom: 48px;
    text-align: center;
}

h4.section__subTitle {
    margin-bottom: 80px;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    font-family: 'Noto Serif JP', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.link__text {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #c62e2e;
    border-bottom: 1px solid #c62e2e;
    transition: .3s;
}

.link__text:hover {
    border-bottom: 1px solid transparent;
}

.primary__button {
    position: relative;
    display: block;
    width: 500px;
    height: 72px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.primary__button__image {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.primary__button:hover .primary__button__image:nth-of-type(2) {
    opacity: 0;
}

.primary__button__wrapper {
    width: 1240px;
    margin: 0 auto;
}

.primary__button__text {
    margin: 24px auto 0;
    text-align: center;
    color: #c9c9c9;
    font-size: 14px;
}

.sub__button {
    position: relative;
    display: block;
    width: 394px;
    height: 50px;
    margin: 40px auto 0;
    overflow: hidden;
    cursor: pointer;
}

.sub__button__image {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.sub__button:hover .sub__button__image:nth-of-type(2) {
    opacity: 0;
}

.contentArea {
    background-image: url(https://p.dmm.com/p/pf/card/page/design/geass/pc/bg_content.png);
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-size: cover;
}

.contentArea__inner {
    background-image: url(https://p.dmm.com/p/pf/card/page/design/geass/pc/bg_pattern.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

.headArea {
    background-image: url(https://p.dmm.com/p/pf/card/page/design/geass/pc/pic_mv.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 0;
}

.headArea__inner {
    width: 1240px;
    margin: 0 auto;
    padding: 38% 0 3%;
}

@media screen and (max-width: 1600px) {
    .headArea {
        min-width: 1240px;
        background-size: 1600px;
    }
    .headArea__inner {
        width: 1240px;
        margin: 0 auto;
        padding: 610px 0 50px;
    }
}

.cardDesignArea__inner {
    width: 1240px;
    margin: 0 auto;
    padding: 100px 0 60px;
}

.cardDesignArea__note {
    margin-top: 16px;
    text-align: center;
    color: #c9c9c9;
    font-size: 14px;
}

.cardDesign {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 1240px;
    margin: 0 auto;
    padding: 72px 0 10px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #fff;
}

.cardDesign__info {
    width: 528px;
    margin: 0 0 10px 40px;
}

.cardDesign__info:nth-of-type(odd) {
    margin-left: 0;
}

.cardDesign__title {
    position: relative;
    display: inline-block;
    width: 300px;
    top: -50px;
    left: -90px;
    text-align: left;
    line-height: 1.6;
    color: #ccc;
    font-size: 16px;
}

.cardDesign__visual {
    position: relative;
    text-align: center;
    font-size: 0;
}

.cardDesign__visual img {
    width: 528px;
}

.cardDesign__image {
    position: relative;
    text-align: center;
}

.cardDesign__image.is-back .cardDesign__image--front {
    transform: rotateY(180deg);
}

.cardDesign__image.is-back .cardDesign__image--back {
    transform: rotateY(0);
}

.cardDesign__image::before {
    content: '';
    display: block;
    padding-top: 67%;
}

.cardDesign__image--front, .cardDesign__image--back {
    transition: all 0.6s;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.cardDesign__image--back {
    transform: rotateY(-180deg);
}

.cardDesign__image img {
    max-width: 520px;
}

.cardDesign__tabArea {
    position: relative;
    top: -20px;
    right: 28px;
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
}

.cardDesign__tabArea__btn {
    display: inline-block;
    width: 78px;
    padding: 5px 0;
    list-style: none;
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
    font-size: 16px;
    font-family: 'Roboto', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    cursor: pointer;
    transition: .3s;
}

.cardDesign__tabArea__btn.is-active {
    color: #000;
    background-color: #fff;
    cursor: default;
}

.cardDesign__tabArea__btn--front {
    border-radius: 4px 0 0 4px;
}

.cardDesign__tabArea__btn--back {
    border-radius: 0 4px 4px 0;
}

.flowArea__inner {
    width: 1240px;
    margin: 0 auto;
    padding: 100px 0 80px;
}

.flowArea .cardArea {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.flowArea .cardArea__list {
    display: flex;
    flex-direction: column;
    width: 270px;
    margin-right: 8px;
    padding: 32px 0;
    text-align: center;
    background-color: #fff;
    list-style: none;
}

.flowArea .cardArea__list:last-of-type {
    margin-right: 0;
}

.flowArea .cardArea__number {
    padding-bottom: 20px;
    color: #000;
    font-size: 30px;
    font-weight: 900;
    font-family: 'Noto Serif JP', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.flowArea .cardArea__title {
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: 900;
    font-family: 'Noto Serif JP', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.flowArea .cardArea__text {
    padding: 20px 30px 0;
    line-height: 1.6;
    text-align: left;
    color: #000;
    font-size: 15px;
}

.flowArea__note {
    width: 950px;
    margin: 10px auto 0;
    text-align: left;
    font-size: 14px;
    color: #c9c8c8;
}

.flowArea__note:first-of-type {
    margin-top: 30px;
}

.flowArea__link {
    margin: 40px auto 0;
    text-align: center;
}

.featuresArea__inner {
    width: 1240px;
    margin: 0 auto;
    padding: 60px 0 100px;
    text-align: center;
}

.featuresArea__list {
    display: flex;
    margin-top: 64px;
    list-style-type: none;
    justify-content: center;
}

.featuresArea__list__text {
    position: relative;
    margin-top: 20px;
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Noto Serif JP', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.featuresArea__list__text--strong {
    font-size: 28px;
}

.featuresArea__item {
    margin-left: 140px;
}

.featuresArea__item:first-of-type {
    margin-left: 0;
}

.featuresArea__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 100px;
    box-sizing: border-box;
}

.featuresArea__circle img {
    zoom: .5;
}

.featuresArea .link__text {
    margin-top: 16px;
}

.attentionArea {
    width: 1240px;
    margin: 80px auto 0;
}

.attentionArea__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #fff;
}

.attentionArea__title {
    margin-bottom: 24px;
    text-align: center;
    color: #c9c9c9;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Noto Serif JP', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.attentionArea__list {
    padding: 0 50px 0 70px;
}

.attentionArea__item {
    margin-bottom: 18px;
    list-style: none;
    color: #c9c9c9;
}

.attentionArea__item::before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    background: #c9c9c9;
    position: relative;
    left: -7px;
    top: -4px;
}

.attentionArea__item:last-of-type {
    margin-bottom: 0;
}

.attentionArea__item .link__text {
    margin-top: 12px;
}

.faqArea__inner {
    position: relative;
    width: 1240px;
    margin: 0 auto;
    padding: 100px 0 80px;
}

.faqArea__group {
    display: flex;
}

.faqArea__list {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    border-bottom: 1px solid #808080;
}

.faqArea__list__question {
    position: relative;
    padding: 24px 34px 24px 70px;
    border-top: 1px solid #808080;
    cursor: pointer;
}

.faqArea__list__question::before, .faqArea__list__question::after {
    position: absolute;
    left: 30px;
    top: 50%;
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
}

.faqArea__list__question::after {
    transform: rotate(90deg);
    transition: all ease .3s;
}

.faqArea__list__question.is-open::after {
    transform: rotate(0);
}

.faqArea__list__answer {
    display: none;
    padding: 0 34px 34px 70px;
    font-weight: normal;
}

.faqArea__list__note {
    margin-top: .5em;
    padding-left: calc(32px + 1em);
    text-indent: -1em;
    font-size: 14px;
    color: #c9c8c8;
}

.faqArea__list__note .link__text {
    display: inline;
}

.faqArea__list__note.--align {
    text-indent: 0;
}

.faqArea__list__note.--fix {
    padding-left: calc(0px + 1em);
}

.faqArea__answer ~ .faqArea__answer {
    margin-top: 40px;
}

.faqArea__answer__title, .faqArea__answer__data {
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    padding-left: 32px;
}

.faqArea__answer__title::before, .faqArea__answer__data::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}

.faqArea__answer__link {
    padding-top: 16px;
}

.faqArea__answer__textList {
    padding-top: 16px;
    font-size: 16px;
    line-height: 1.6;
}

.faqArea__answer__title::before {
    background: url(https://p.dmm.com/p/pf/card/page/design/geass/pc/ico_question.png) no-repeat top left/100%;
}

.faqArea__answer__data {
    margin-top: 1em;
}

.faqArea__answer__data::before {
    background: url(https://p.dmm.com/p/pf/card/page/design/geass/pc/ico_answer.png) no-repeat top left/100%;
}

.faqArea__tableArea {
    padding-left: 32px;
    margin: 1em 0;
}

.faqArea__tableArea__title {
    display: block;
    font-size: 16px;
    margin-bottom: .5em;
}

.faqArea__table__head, .faqArea__table__data {
    padding: 1em;
    border: 1px solid #6e6e6e;
    background-color: #282828;
    color: #c9c8c8;
    font-size: 14px;
}

.faqArea__table__data {
    background-color: #3c3c3c;
}

.faqArea .content__btn {
    margin-left: 16px;
}

.aboutGamesArea {
    min-width: 1240px;
    margin-top: 20px;
    background-image: url(https://p.dmm.com/p/pf/card/page/design/geass/pc/bg_chara.png);
    background-repeat: no-repeat;
    background-position: calc(50% - 360px) 60px;
    background-size: 699px;
}

.aboutGamesArea__inner {
    width: 1240px;
    margin: 0 auto;
    padding: 0 0 60px;
}

.aboutGamesArea__info {
    width: 620px;
    margin: 0 0 0 auto;
    text-align: left;
    font-family: 'Noto Serif JP', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.aboutGamesArea__info h5 {
    padding-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
}

.aboutGamesArea__text {
    margin-top: 24px;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 500;
}

.aboutGamesArea__text:first-of-type {
    margin-top: 0;
}

.aboutGamesArea__capture {
    margin-top: 48px;
}

.copyright {
    padding: 16px 0;
}

.copyright__text {
    line-height: 1.2;
    text-align: center;
    color: #929292;
    font-size: 11px;
}

.snsArea {
    background: rgba(0, 0, 0, 0.4);
}

.snsArea__inner {
    width: 1240px;
    margin: 0 auto;
    padding: 18px 0;
}

.snsArea__list {
    display: flex;
    justify-content: center;
    list-style: none;
}

.snsArea__item {
    margin: 0 4px;
}

.snsArea__text {
    display: inline-block;
    margin: 2px 8px 0 0;
    vertical-align: middle;
    font-size: 14px;
}