@charset "UTF-8";
body.is-fixed {
    overflow-y: hidden;
}

.mainContent {
    position: relative;
    min-width: 1320px;
    padding-bottom: 136px;
    color: #252c36;
    line-height: 1;
    font-size: 16px;
    font-family: 'Roboto', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.mainContent .contentArea {
    position: relative;
    min-height: 1100px;
}

.navArea {
    position: inherit;
}

.mvArea {
    padding: 48px 0;
    background-color: #37b9ff;
    background-image: url(https://p.dmm.com/p/pf/card/page/top/v2/pc/bg_mv02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mvArea__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mvArea__headline {
    position: relative;
    min-width: 1220px;
    padding-right: 0;
    display: inline-block;
    box-sizing: border-box;
}

.mvArea__headline__inner {
    opacity: 0;
}

.mvArea__headline__inner.is-active {
    opacity: 1;
    animation: mainViewTextFadeIn 1s;
}

.mvArea__headline__inner .link__text {
    color: #FFE70E;
    border-bottom: 1px solid #FFE70E;
}

.mvArea__caption {
    width: 726px;
}

.mvArea__caption img {
    width: 102%;
}

.mvArea__catch {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.mvArea__text {
    min-width: 370px;
    min-height: 92px;
    background-color: #fff;
    padding: 15px 24px 10px;
    border-radius: 14px;
    text-align: center;
    line-height: 1.2;
    font-size: 22px;
    font-weight: 500;
    color: #0057bc;
    box-shadow: 0px 2px 6px 0px rgba(0, 36, 80, 0.4);
    box-sizing: border-box;
}

.mvArea__text--strong {
    font-size: 29px;
    font-weight: 700;
}

.mvArea__text--strong.-alp {
    font-size: 34px;
}

.mvArea__text--small {
    padding-left: 4px;
    font-size: 12px;
}

.mvArea__text ~ .mvArea__text {
    margin-left: 16px;
}

.mvArea__text--threedays {
    padding: 25px 24px;
}

.mvArea__note {
    margin-top: 0;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
    font-size: 12px;
    color: #fff;
}

.mvArea__note:first-of-type {
    margin-top: 1.6em;
}

.mvArea__copy {
    width: 1220px;
    margin: 25px auto 0;
    font-size: 10px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
}

.mvArea__picture {
    position: absolute;
    top: -16px;
    right: 6px;
    display: inline-block;
    width: 522px;
    opacity: 0;
}

.mvArea__picture.is-active {
    opacity: 1;
    animation: mainViewImageFadeIn 1s;
}

.mvArea__picture__normal.is-active {
    opacity: 1;
    animation: mainViewImageFadeIn 1s;
}

.mvArea__picture img {
    width: 95%;
    position: absolute;
}

.mvArea__box:first-of-type {
    margin-right: 24px;
}

.mvArea__box__wrapper {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    text-align: center;
}

.contentNavArea__list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentNavArea__item {
    position: relative;
    padding: 24px 26px;
    text-align: center;
}

.contentNavArea__item ~ .contentNavArea__item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 1em;
    margin: auto 0;
    background-color: #cfcfcf;
}

.contentNavArea__link {
    text-decoration: none;
    line-height: 1.5;
    color: #1a9fff;
    transition: all ease .3s;
}

.contentNavArea__link:hover {
    color: #0053B4;
}

.section__title {
    margin-bottom: 50px;
    color: #252c36;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.5;
}

.section__title__secondary {
    margin-bottom: 40px;
    font-size: 24px;
    text-align: center;
}

.section__title__secondary--strong {
    font-size: 150%;
}

.section__title__secondary--orange {
    color: #ff8c00;
}

.section__title__thirdly {
    margin-bottom: 32px;
    font-size: 20px;
    text-align: center;
}

.section__titleSub {
    display: block;
    padding-bottom: 30px;
    color: #606060;
    font-size: 16px;
    font-weight: 500;
}

.section__title .-uppercase {
    font-size: 48px;
}

.section__catch {
    position: absolute;
    top: 0;
    right: 40px;
}

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

.link__text:hover {
    border-bottom: 1px solid transparent;
    color: #0053B4;
}

.primary__button,
.btnArea {
    position: relative;
    display: inline-block;
    min-width: 480px;
    padding: 20px;
    background-color: #ff8c00;
    border: 2px solid #ff8c00;
    border-radius: 80px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    transition: all ease .3s;
}

.primary__button::before, .primary__button::after,
.btnArea::before,
.btnArea::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    display: inline-block;
    width: 3px;
    height: 12px;
    margin-top: -3px;
    background-color: #fff;
    transform: rotate(45deg);
}

.primary__button::after,
.btnArea::after {
    margin-top: -10px;
    transform: rotate(135deg);
}

.primary__button:hover,
.btnArea:hover {
    color: #ff8c00;
    border: 2px solid #ff8c00;
    background-color: #fff;
}

.primary__button:hover::before, .primary__button:hover::after,
.btnArea:hover::before,
.btnArea:hover::after {
    background-color: #ff8c00;
}

.primary__buttonSub,
.btnAreaSub {
    position: relative;
    display: inline-block;
    min-width: 346px;
    padding: 24px;
    background-color: #fff;
    border: 2px solid #ff8c00;
    border-radius: 80px;
    font-size: 19px;
    font-weight: bold;
    color: #ff8c00;
    text-decoration: none;
    text-align: center;
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    transition: all ease .3s;
}

.primary__buttonSub::before, .primary__buttonSub::after,
.btnAreaSub::before,
.btnAreaSub::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    display: inline-block;
    width: 3px;
    height: 10px;
    margin-top: -3px;
    background-color: #ff8c00;
    transform: rotate(45deg);
}

.primary__buttonSub::after,
.btnAreaSub::after {
    margin-top: -8px;
    transform: rotate(135deg);
}

.primary__buttonSub:hover,
.btnAreaSub:hover {
    color: #fff;
    border: 2px solid #ff8c00;
    background-color: #ff8c00;
}

.primary__buttonSub:hover::before, .primary__buttonSub:hover::after,
.btnAreaSub:hover::before,
.btnAreaSub:hover::after {
    background-color: #fff;
}

.primary__button__note,
.btnArea__note {
    margin-top: 1em;
    font-size: 16px;
    color: #fff;
}

.button__wrapper {
    position: absolute;
    top: 120px;
    right: 40px;
}

.content__btn {
    position: relative;
    display: inline-block;
    min-width: 320px;
    padding: 12px;
    background-color: #fff;
    border: 2px solid #1a9fff;
    border-radius: 70px;
    text-align: center;
    text-decoration: none;
    color: #1a9fff;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
    transition: all ease .3s;
}

.content__btn::before, .content__btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    width: 2px;
    height: 8px;
    margin-top: -2px;
    background-color: #1a9fff;
    transform: rotate(45deg);
}

.content__btn::after {
    margin-top: -7px;
    transform: rotate(135deg);
}

.content__btn:hover {
    color: #fff;
    border: 2px solid #1a9fff;
    background-color: #1a9fff;
}

.content__btn:hover::before, .content__btn:hover::after {
    background-color: #fff;
}

.icon {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -23px;
    background-color: #0053b4;
    border-radius: 16px;
}

.icon::before, .icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 18px;
    height: 2px;
    margin-left: -9px;
    margin-top: -1px;
    background-color: #fff;
}

.icon__plus::before {
    transform: rotate(90deg);
}

.icon__total::before {
    margin-top: -3px;
}

.icon__total::after {
    margin-top: 3px;
}

.cardDesignArea {
    background-color: #1a9fff;
    overflow: hidden;
}

.cardDesignArea__inner {
    position: relative;
    width: 1240px;
    margin: 0 auto;
    padding: 60px 40px;
}

.cardDesignArea__box {
    position: relative;
    width: 60%;
    padding: 60px 72px;
    background-color: #fff;
    border-radius: 24px;
    box-sizing: border-box;
}

.cardDesignArea__list {
    position: relative;
    width: 100%;
    list-style-type: none;
    transition: all ease .3s;
}

.cardDesignArea__link {
    display: inline-block;
    transition: all ease .3s;
    cursor: pointer;
}

.cardDesignArea__link:hover {
    opacity: .7;
}

.cardDesignArea__image {
    width: 100%;
}

.list__wrapper {
    padding-top: 78px;
    overflow: hidden;
}

.list__inner {
    padding: 0 10% 0 0;
}

.slick-slider .slick-list {
    overflow: visible;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    background: transparent;
    color: transparent;
    top: -55px;
    transform: translate(0, -50%);
    padding: 0;
}

.slick-arrow {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    border: 2px solid #1a9fff;
    background-color: #fff;
    box-sizing: border-box;
    transition: all ease .3s;
    cursor: pointer;
}

.slick-arrow::before, .slick-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    display: inline-block;
    width: 2px;
    height: 12px;
    margin-top: -2px;
    margin-right: -2px;
    background-color: #1a9fff;
    transform: rotate(45deg);
}

.slick-arrow::after {
    margin-top: -10px;
    transform: rotate(135deg);
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev::before, .slick-arrow.slick-prev::after {
    margin-right: 0;
    transform: rotate(-45deg);
}

.slick-arrow.slick-prev::after {
    transform: rotate(-135deg);
}

.slick-arrow.slick-prev.slick-disabled::before {
    opacity: initial;
}

.slick-arrow.slick-next {
    right: inherit;
    left: 70px;
}

.slick-arrow.slick-next.slick-disabled::before {
    opacity: initial;
}

.slick-arrow.slick-disabled {
    opacity: .3;
    cursor: default;
}

.bnrArea {
    margin: 0 auto 80px;
    text-align: center;
}

.bnrArea__link {
    display: block;
    width: 540px;
    margin: 0 auto;
}

.bnrArea__link:hover {
    opacity: 0.6;
}

.campaignArea__inner {
    position: relative;
    width: 1240px;
    margin: 0 auto;
    padding: 120px 40px 80px;
}

.campaignArea__list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 30px;
}

.campaignArea__item {
    width: calc(25% - 90px / 4);
}

.campaignArea__link {
    transition: all ease .3s;
}

.campaignArea__link:hover {
    opacity: .7;
}

.campaignArea__image {
    width: 100%;
    box-shadow: 0 3px 6px 0 rgba(0, 36, 80, 0.25);
}

.featureArea {
    background-color: #e7f6ff;
    background-image: url(https://p.dmm.com/p/pf/card/page/top/v2/pc/bg_content.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.featureArea__inner {
    position: relative;
    width: 1240px;
    margin: 0 auto;
    padding: 0 40px 80px;
}

.featureArea__box__wrapper {
    padding-top: 100px;
}

.featureArea__box {
    position: relative;
    width: 64%;
    padding: 60px 72px;
    background-color: #fff;
    border-radius: 24px;
    box-sizing: border-box;
}

.featureArea__note {
    max-width: 1000px;
    margin: .5em auto 0;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
    font-size: 14px;
    font-weight: normal;
    color: #888;
}

.featureArea__card {
    position: absolute;
    top: 50%;
    right: -400px;
    width: 440px;
    margin-top: -139px;
}

.featureArea__card::before {
    content: "";
    display: block;
    padding-top: 67%;
}

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

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

.featureArea__card:hover .featureArea__card--back {
    transform: rotateY(0);
}

.featureArea__card:hover .featureArea__card--front {
    transform: rotateY(180deg);
}

.featureArea__image {
    width: 100%;
}

.featureArea__image__card {
    transform: rotate(10deg);
}

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

.featureArea__list__text {
    position: relative;
    top: -1em;
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
}

.featureArea__list__link {
    position: relative;
    top: -1em;
    display: block;
    margin-top: 1em;
    font-size: 16px;
    color: #1a9fff;
    text-decoration: underline;
    text-align: center;
}

.featureArea__list__note {
    margin-top: -0.8em;
    line-height: 1.5;
    font-size: 13px;
    font-weight: normal;
    color: #888;
}

.featureArea__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
}

.featureArea__item ~ .featureArea__item {
    margin-left: 72px;
}

.featureArea__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 220px;
    height: 220px;
    padding: 20px;
    border-radius: 110px;
    box-sizing: border-box;
    /*Firefox用*/
    /*Firefox用*/
}

.featureArea__circle img {
    zoom: .5;
}

@-moz-document url-prefix() {
    .featureArea__circle img {
        transform: scale(0.5);
    }
}

.featureArea__section {
    max-width: 1150px;
    margin: 64px auto 24px;
    padding: 56px 80px;
    background-color: #fff;
    border-radius: 32px;
    box-sizing: border-box;
}

.featureArea__section__text--strong {
    font-size: 150%;
}

.featureArea__section__box {
    margin-top: 13px;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
}

.featureArea__section__box--01 {
    padding: 16px;
    border: 1px solid #00c6c6;
}

.featureArea__section__box--01 .featureArea__section__text {
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    color: #00c6c6;
}

.featureArea__section__box--01 .featureArea__section__text::before, .featureArea__section__box--01 .featureArea__section__text::after {
    content: '';
    position: absolute;
    top: 3px;
    left: -1.5em;
    display: inline-block;
}

.featureArea__section__box--01 .featureArea__section__text::before {
    width: 32px;
    height: 32px;
    background-color: #00c6c6;
    border-radius: 16px;
}

.featureArea__section__box--01 .featureArea__section__text::after {
    position: absolute;
    top: 50%;
    left: calc(-1.5em + 8px);
    margin-top: -4px;
    border: 8px solid transparent;
    border-top-color: #fff;
}

.featureArea__section__box--02 {
    padding: 10px;
    background-color: #00c6c6;
}

.featureArea__section__box--02 .featureArea__section__text {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

.featureArea__section__box--03 {
    margin-top: 42px;
    /*Firefox用*/
    /*Firefox用*/
}

.featureArea__section__box--03 .featureArea__section__text {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 500;
}

.featureArea__section__box--03 img {
    zoom: .5;
}

@-moz-document url-prefix() {
    .featureArea__section__box--03 img {
        transform: scale(0.5);
        margin-left: -80px;
    }
}

.featureArea__pointList {
    display: flex;
    justify-content: center;
    list-style-type: none;
    /*Firefox用*/
    /*Firefox用*/
}

.featureArea__pointList__item {
    position: relative;
    width: 238px;
    padding: 32px;
    background-color: #fff;
    border: 1px solid #d8e8fa;
    border-radius: 8px;
    box-sizing: border-box;
    text-align: center;
    /*Firefox用*/
    /*Firefox用*/
}

.featureArea__pointList__item ~ .featureArea__pointList__item {
    margin-left: 13px;
}

.featureArea__pointList__item img {
    zoom: .5;
}

@-moz-document url-prefix() {
    .featureArea__pointList__item img {
        transform: scale(0.5);
    }
}

@-moz-document url-prefix() {
    .featureArea__pointList__item {
        padding: 0;
    }
}

.featureArea__info {
    margin-top: 80px;
}

.featureArea__table {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    line-height: 1.5;
}

.featureArea__table__head, .featureArea__table__data {
    padding: 13px 32px;
}

.featureArea__table__head {
    font-weight: 500;
    background-color: #daecfd;
    border-top: 1px solid #e8f2fd;
    vertical-align: top;
}

.featureArea__table tr:first-child .featureArea__table__head {
    border-top: none;
}

.featureArea__table__data {
    background-color: #fff;
    border-top: 1px solid #e8f2fd;
    border-left: 1px solid #e8f2fd;
}

.featureArea__table tr:first-child .featureArea__table__data {
    border-top: none;
}

.featureArea__table__list {
    list-style-type: none;
}

.featureArea__table__item ~ .featureArea__table__item {
    margin-top: .5em;
}

.tabArea {
    margin-top: 64px;
}

.tabArea__elem.is-single {
    display: none;
}

.tabArea__elem.is-single ~ .featureArea__section {
    border-top-left-radius: 30px;
}

.tabArea__button {
    display: none;
}

.tabArea__list {
    display: flex;
    width: 1150px;
    margin: 0 auto;
    list-style-type: none;
}

.tabArea__list li ~ li {
    margin-left: 16px;
}

.tabArea__item {
    display: block;
    min-width: 280px;
    padding: 12px 40px;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    background-color: #00C6C6;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all ease .3s;
}

.toretaArea .featureArea__section__normalTxt {
    line-height: 1.5;
    font-size: 18px;
}

.toretaArea .featureArea__section__btnWrapper {
    margin-top: 40px;
    text-align: center;
}

.tabArea__content {
    display: none;
}

.tabArea .featureArea__section {
    margin-top: 0;
    border-top-left-radius: 0;
}

.tabArea .featureArea__section__normalTxt {
    line-height: 1.5;
    font-size: 18px;
}

.tabArea .featureArea__section__btnWrapper {
    margin-top: 40px;
    text-align: center;
}

.tabArea #tab-button1:checked ~ #tab-content1,
.tabArea #tab-button2:checked ~ #tab-content2 {
    display: block;
}

.tabArea #tab-button1:checked ~ .tabArea__list #tab-list1,
.tabArea #tab-button2:checked ~ .tabArea__list #tab-list2 {
    background-color: #fff;
    color: #00C6C6;
    cursor: default;
}

.benefitArea {
    margin-top: 80px;
}

.benefitArea__title {
    margin-bottom: 32px;
    padding: 16px 0;
    text-align: center;
    background-color: #00C6C6;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.benefitArea .section__title__secondary {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
}

.benefitArea .section__title__secondary--strong {
    font-size: 140%;
    font-weight: 900;
}

.benefitArea .section__title__thirdly {
    font-size: 34px;
}

.benefitArea__box {
    display: none;
}

.benefitArea .featureArea__section {
    margin-top: 16px;
    padding: 0 0 48px;
}

.benefitArea .featureArea__section__btnWrapper {
    margin-top: 24px;
    text-align: center;
}

.benefitArea__content {
    border: 4px solid #00C6C6;
    overflow: hidden;
}

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

.benefitArea .benefitArea__movie a:hover {
    opacity: 0.7;
}

.benefitArea .benefitArea__movie__display {
    width: 600px;
}

.benefitArea__button {
    position: relative;
    margin: 0 auto;
    display: block;
    background-color: transparent;
    color: #1A9FFF;
    padding: 10px 0 0;
    border: none;
    outline: 0;
    text-decoration: underline;
    font-size: 16px;
    transition: .5s;
}

.benefitArea__button:hover {
    color: #0053B4;
    text-decoration: none;
}

.benefitArea__button:hover::before {
    border-color: #0053B4;
}

.benefitArea__button::before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 1px #1A9FFF;
    border-right: solid 1px #1A9FFF;
    position: absolute;
    right: -13px;
    top: 48%;
    transform: rotate(135deg);
    transition: .5s;
}

.benefitArea__button::after {
    content: "注意事項はこちら";
    transition: .2s;
}

.benefitArea__button.on-click::before {
    top: 60%;
    transform: rotate(-45deg);
}

.benefitArea__button.on-click::after {
    content: "閉じる";
}

.benefitArea .featureArea__note {
    margin: 0 auto;
    padding-top: 0.5em;
}

.spotArea {
    margin-top: 100px;
}

.spotArea:last-of-type {
    margin-top: 80px;
}

.spotArea .featureArea__section {
    max-width: 930px;
    margin-top: 0;
    padding: 48px;
}

.spotArea .featureArea__section__normalTxt {
    line-height: 1.5;
    font-size: 16px;
}

.spotArea .featureArea__section__noteTxt {
    padding-top: 4px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: normal;
    color: #888;
}

.spotArea .featureArea__section__btnWrapper {
    margin-top: 20px;
    text-align: center;
}

.spotArea .section__title__secondary {
    margin-bottom: 28px;
    font-size: 22px;
    font-weight: 700;
}

.spotArea .section__title__secondary--strong {
    font-size: 130%;
}

.spotArea .publicCategory__list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 20px auto;
}

.spotArea .publicCategory__item {
    margin: 0 5px;
}

.spotArea .publicCategory__item.item-title {
    padding: 14px 10px;
    line-height: 1.4;
    text-align: center;
    border-radius: 8px;
    background-color: #00C6C5;
    color: #fff;
    font-size: 14px;
}

.spotArea .publicCategory__image {
    width: 90px;
}

.flowArea {
    background-color: #cfeff6;
}

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

.flowArea__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.flowArea__list__number {
    color: #00c6c6;
    font-size: 40px;
    font-weight: 700;
}

.flowArea__list__title {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 700;
}

.flowArea__list__image {
    width: 110px;
    height: 100px;
    margin-top: 18px;
}

.flowArea__list__text {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.flowArea__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
}

.flowArea__item ~ .flowArea__item {
    margin-left: 13px;
}

.flowArea__note {
    max-width: 1000px;
    margin: .5em auto 0;
    margin-top: .5em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #888;
}

.faqArea {
    background-color: #fff;
}

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

.faqArea__group {
    display: flex;
}

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

.faqArea__list__question {
    position: relative;
    padding: 34px 34px 34px 70px;
    border-top: 1px solid #cfcfcf;
    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: #000;
}

.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: #888;
}

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

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

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

.faqArea__answer__title::before {
    background: url(https://p.dmm.com/p/pf/card/page/support/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/support/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 #D5D5D5;
    background-color: #ededed;
    color: #515151;
    font-size: 14px;
}

.faqArea__table__data {
    background-color: #fff;
}

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

.newsArea {
    background-color: #fff;
    margin: 0 auto;
}

.newsArea__inner {
    display: flex;
    justify-content: center;
    width: 1240px;
    margin: 0 auto;
    padding: 100px 40px 80px;
}

.newsArea__info {
    margin-right: 50px;
}

.newsArea__title {
    margin: 0 0 40px;
    font-size: 38px;
    font-weight: 900;
}

.newsArea .newsList {
    width: 868px;
    list-style: none;
}

.newsArea .newsList__item {
    margin-bottom: 22px;
    padding: 0 10px;
    border-bottom: 1px solid #D5D5D5;
}

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

.newsArea .newsList__item .link__text {
    text-decoration: underline;
    border: none;
}

.newsArea .newsList__item .link__text:hover {
    text-decoration: none;
}

.newsArea .newsList__inner {
    display: flex;
}

.newsArea .newsList__day {
    font-size: 16px;
}

.newsArea .newsList__tag {
    width: 80px;
    margin-left: 16px;
    padding: 4px;
    text-align: center;
    border-radius: 4px;
    background-color: #0053B4;
    color: #fff;
    font-size: 11px;
}

.newsArea .newsList__text {
    margin: 14px 0 20px;
    line-height: 1.5;
    font-size: 15px;
}

.snsArea {
    margin-left: 60px;
}

.snsArea__inner {
    border-radius: 6px;
}

.snsArea__title {
    margin: 0 0 40px;
    font-size: 38px;
    font-weight: 900;
}

.snsArea__button {
    display: block;
    position: relative;
    width: 310px;
    margin: 20px 0 0;
    padding: 20px 0;
    text-align: center;
    background-color: #000000;
    border: 2px solid #000000;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
    transition: all ease .3s;
}

.snsArea__buttonText {
    position: relative;
    left: 22px;
}

.snsArea__buttonText::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 33px;
    top: -4px;
    left: -48px;
    background-image: url(https://p.dmm.com/p/pf/card/page/top/pc/ico_x.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.snsArea__button:hover {
    background-color: #fff;
    color: #000000;
}

.snsArea__button:hover .snsArea__buttonText::before {
    background-image: url(https://p.dmm.com/p/pf/card/page/top/v2/pc/ico_x--black.png);
}

.button__scrollTop {
    position: fixed;
    bottom: 160px;
    right: 40px;
    display: none;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 2px solid #1A9FFF;
    border-radius: 40px;
    z-index: 200;
}

.button__scrollTop::before, .button__scrollTop::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 4px;
    height: 20px;
    margin-left: -7px;
    margin-top: -10px;
    background-color: #1A9FFF;
    transform: rotate(45deg);
}

.button__scrollTop::after {
    margin-left: 5px;
    transform: rotate(-45deg);
}

.footerArea {
    position: fixed;
    bottom: -116px;
    padding: 14px;
    background-color: rgba(34, 36, 39, 0.9);
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    transition: all ease .3s;
    z-index: 100;
    box-sizing: border-box;
}

.footerArea .primary__button {
    font-size: 24px;
    padding: 14px 0;
}

.footerArea.is-display {
    bottom: 0;
    visibility: visible;
}

.footerArea.is-static {
    position: absolute;
    bottom: 0;
    visibility: visible;
}

.modal__overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.modal__overlay.is-active {
    visibility: visible;
    opacity: 1;
}

.modal__wrapper {
    position: relative;
    display: none;
}

.modal__wrapper.is-active {
    display: block;
}

.modal__closeBtn {
    position: absolute;
    top: -20px;
    right: -50px;
    display: inline-block;
    width: 34px;
    height: 34px;
    appearance: none;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.modal__closeBtn::before, .modal__closeBtn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    display: inline-block;
    width: 5px;
    height: 34px;
    margin-top: -17px;
    margin-left: -2px;
    background-color: #fff;
    transform: rotate(45deg);
}

.modal__closeBtn::after {
    transform: rotate(-45deg);
}

.modal__label {
    position: absolute;
    top: -26px;
    left: -63px;
    display: inline-block;
    width: 180px;
    height: 105px;
    padding: 60px 0 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background-color: #FF8C00;
    transform: rotate(-45deg);
    text-align: center;
    box-sizing: border-box;
    z-index: 500;
}

.modal__type {
    display: block;
    margin-top: 1em;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.modal__box {
    position: relative;
    width: 700px;
    max-height: 80vh;
    padding: 8px;
    background-color: #fff;
    border-radius: 8px;
    cursor: initial;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    overflow: hidden;
    z-index: 400;
}

.modal__box--new {
    background-image: url(https://p.dmm.com/p/pf/card/page/top/v2/pc/label_new.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 183px 183px;
}

.modal__box--revival {
    background-image: url(https://p.dmm.com/p/pf/card/page/top/v2/pc/label_reprint.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 183px 183px;
}

.modal__inner {
    max-height: calc(80vh - 16px);
    padding: 34px 40px;
    overflow-y: scroll;
    box-sizing: border-box;
}

.modal__image {
    position: relative;
    margin-top: 24px;
    text-align: center;
}

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

.modal__title {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

.modal__cardTitle {
    position: relative;
    top: -30px;
    display: block;
    padding: 0 55px;
    font-size: 16px;
    color: #717171;
    font-weight: normal;
    text-align: left;
    line-height: 1.5;
}

.modal__text {
    margin-top: 1em;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.modal__entry {
    margin-top: 24px;
    text-align: center;
}

.modal__entry .primary__buttonSub {
    margin-bottom: 15px;
}

.modal__cardList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-top: 30px;
    list-style-type: none;
}

.modal__cardList__item {
    width: 50%;
}

.modal__cardList__image {
    width: 100%;
}

.modal__cardList .modal__cardTitle {
    top: -10px;
    padding: 0 10px;
}

.modal__period {
    margin: 24px 0 16px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.modal__note {
    margin-top: .5em;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    font-weight: 500;
    color: #888;
    line-height: 1.5;
}

.modal__note.-sub {
    margin-top: 24px;
}

.text__strong {
    color: red;
}

.scroll-animation {
    opacity: 0;
}

.scroll-animation.is-active {
    opacity: 1;
    animation: sectionFadeIn 1s;
}

@keyframes sectionFadeIn {
    0% {
        opacity: 0;
        transform: translateY(100px);
        transition-duration: 1s;
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        transition-duration: 1s;
    }
}

@keyframes mainViewTextFadeIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
        transition-duration: 1s;
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        transition-duration: 1s;
    }
}

@keyframes mainViewImageFadeIn {
    0% {
        opacity: 0;
        transform: translateX(50px);
        transition-duration: 1s;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        transition-duration: 1s;
    }
}


.modal__movie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 9999;
}

.bigimg {
    position: absolute;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    top: 18%;
    left: 0;
    right: 0;
    text-align: center;
}

.bigimg__movie {
    width: 1000px;
}

.close-btn {
    position: absolute;
    color: #fff;
    font-size: 100px;
    right: 0;
    top: -60px;
    line-height: 0.4;
}

.close-btn a {
    color: #fff;
    text-decoration: none;
}
