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

.link__text {
    color: #0C67B1;
}

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

.btnArea {
    margin: 0 auto;
}

.btnArea__link {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 22px 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 24px;
    transition: all .2s ease;
    color: #fff;
    background-color: #A9813B;
    border-radius: 40px;
    border: #937032 2px solid;
    font-weight: 700;
    width: 460px;
}

.btnArea__link::after {
    content: '';
    position: absolute;
    bottom: 40%;
    right: 32px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.btnArea__link:hover {
    opacity: 0.7;
}

.btnArea__link.-line {
    box-shadow: 0 4px 0 #937032;
}

.btnArea__link__image a {
    display: inline-block;
}

.btnArea__link__image:hover {
    opacity: 0.7;
}

.section__title {
    position: relative;
    margin: 0 auto 48px;
    color: #2D2D2D;
    font-size: 40px;
    line-height: 1.2;
}

.headArea {
    min-width: 760px;
    padding-top: 20px;
}

.headArea__wrapper {
    min-width: 760px;
    background-image: url(https://panda.dmm.com/dmmcard/page/campaign/2025dmm-jcb-card-renewal/pc/bg_mv.png);
    background-position: left top -8px;
    background-repeat: repeat-x;
    background-size: auto 420px;
    background-color: #000;
}

.headArea__box {
    min-width: 760px;
    padding: 0;
}

.headArea__title {
    min-width: 760px;
}

.headArea__title img {
    width: 760px;
}

.headArea__image {
    display: block;
    margin: 0 auto;
}

.headArea .btnArea {
    margin: 25px auto 0;
}

.headArea .btnArea__link__image img {
    width: 510px;
}

.headArea__period {
    margin: 10px auto 0 auto;
    padding: 15px 0;
    background-color: #000;
    color: #c6c6c6;
    font-size: 12px;
}

.headArea__period img {
    width: 564px;
}

.headArea__note {
    background-color: #000;
    padding-bottom: 20px;
}

.headArea__noteText {
    font-weight: 200;
    width: 740px;
    margin: 0 auto;
    padding: 15px 20px;
    color: #f6f6f6;
    text-align: left;
    font-size: 13px;
    line-height: 1.8;
    display: block;
    background-color: #222;
    /*&:first-of-type {
            margin-right: 30px;
        }*/
}

.headArea__noteText .link__text {
    color: #0ccff8;
}

.headArea__note-02 {
    background-color: #fff;
}

.headArea__noteText-02 {
    width: 760px;
    margin: 0 auto;
    font-weight: 400;
    padding: 0 15px 10px;
    color: #A9813B;
    text-align: left;
    font-size: 13px;
    line-height: 1.8;
    display: block;
}

@media screen and (min-width: 2000px) {
    /* .headArea__wrapper {
        background-size: 100%;
    }*/
}

.cpNavArea {
    min-width: 800px;
    background-color: #000;
    border-top: 1px solid #5f5f5f;
    border-bottom: 1px solid #5f5f5f;
}

.cpNavArea__inner {
    width: 760px;
    margin: 0 auto;
    padding: 20px 0;
}

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

.cpNavArea .cpMenuArea__list {
    list-style: none;
}

.cpNavArea .cpMenuArea__link {
    position: relative;
    display: table-cell;
    height: 30px;
    padding: 0 15px 20px;
    vertical-align: middle;
    line-height: 1.3;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.cpNavArea .cpMenuArea__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
}

.cpNavArea .cpMenuArea__link:hover {
    color: #0ccff8;
}

.cpNavArea .cpMenuArea__link:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #0ccff8;
    border-right: 2px solid #0ccff8;
    transform: rotate(135deg);
}

.aboutcpArea {
    margin: 0 auto;
    background-color: #000;
}

.aboutcpArea__inner {
    width: 640px;
    margin: 0 auto;
    padding: 80px 0 0 0;
}

.aboutcpArea__item {
    width: 640px;
    list-style: none;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin-bottom: 60px;
    color: #323232;
    text-align: center;
}

.aboutcpArea__item .pointmessage-01 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.aboutcpArea__item .pointmessage-02 {
    font-family: 'Roboto';
    font-size: 90px;
    font-weight: 900;
    color: #a9813b;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    font-feature-settings: "palt";
}

.aboutcpArea__item .pointmessage-03 {
    width: 420px;
    margin: 0 auto 30px auto;
    color: #a9813b;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    border-top: 1px solid  #a9813b;
    border-bottom: 1px solid  #a9813b;
    padding: 10px 0;
}

.aboutcpArea__item span {
    font-size: 40px;
    letter-spacing: 0.05em;
}

.aboutcpArea__title {
    width: 640px;
    position: relative;
    display: inline-block;
    padding: 20px 0;
    border-radius: 8px 8px 0 0;
    background-color: #a9813b;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.6;
    color: #ffffff;
}

.aboutcpArea__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15px 30px 0 30px;
    border-color: #a9813b transparent transparent;
    translate: -50% 100%;
}

.aboutcpArea__content {
    width: 640px;
    background-image: url(https://panda.dmm.com/dmmcard/page/campaign/2025dmm-jcb-card-renewal/pc/fukidashi_bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 30px 0 20px 0;
}

.aboutcpArea__content .note {
    font-size: 14px;
    line-height: 1.6;
}

.aboutcpArea__table img {
    width: 925px;
    margin-bottom: 8px;
}

.aboutcpArea__note {
    padding: 0 66px;
    line-height: 1.6;
    text-align: left;
    color: #494343;
    font-size: 15px;
}

.aboutcpArea__noteWrapper {
    padding-bottom: 40px;
}

.joincpArea {
    min-width: 760px;
    background-color: #000;
    color: #f6f6f6;
}

.joincpArea__inner {
    width: 760px;
    margin: 0 auto;
    padding: 80px 0;
}

.joincpArea .section__title {
    color: #f6f6f6;
}

.joincpArea__item {
    margin: 0 auto;
}

.joincpArea__note {
    width: inherit;
    margin: 0 auto;
    padding-bottom: 8px;
    line-height: 1.4;
    text-align: left;
    color: #c6c6c6;
    font-size: 15px;
}

.joincpArea .joincpArea__image {
    width: 760px;
    margin-bottom: 30px;
    border: 1px solid #323232;
    border-radius: 8px;
}

.featureArea {
    min-width: 760px;
    background-color: #000;
    color: #f6f6f6;
}

.featureArea__inner {
    width: 680px;
    margin: 0 auto;
    padding: 80px 0;
}

.featureArea .section__title {
    color: #f6f6f6;
}

.featureArea__list {
    display: flex;
    justify-content: center;
    margin: 48px auto 0;
    list-style: none;
}

.featureArea__item {
    margin: 0 15px;
}

.featureArea__txt {
    margin-top: 15px;
    line-height: 1.4;
    font-size: 18px;
}

.featureArea__txt .-hightlight {
    font-size: 22px;
    font-weight: 500;
}

.featureArea .btnArea {
    width: 580px;
}

.featureArea .btnArea__link {
    font-size: 20px;
    width: 440px;
}

.featureArea .featureArea__image {
    width: 200px;
}

.carduserArea {
    width: 760px;
    margin: 80px auto;
    line-height: 1.6;
}

.carduserArea__title {
    font-size: 32px;
    margin-bottom: 30px;
}

.carduserArea__text {
    font-size: 16px;
    text-align: left;
}

.carduserArea__detail {
    text-align: left;
    margin: 30px auto;
}

.carduserArea__detail h3 {
    font-size: 20px;
}

.carduserArea__note {
    margin: 0 auto;
    padding-bottom: 8px;
    line-height: 1.4;
    text-align: left;
    color: #494343;
    font-size: 14px;
}

.carduserArea__image {
    width: 760px;
    margin: 10px auto;
}

.carduserArea__schedule {
    margin: 30px auto;
}

.carduserArea .nomal {
    font-weight: 600;
}

.carduserArea .priority {
    font-weight: 500;
    color: #A9813B;
}

#detailArea {
    padding-top: 80px;
}

.detailArea {
    min-width: 760px;
    background-color: #f6f6f6;
}

.detailArea__inner {
    width: 760px;
    margin: 0 auto;
    padding: 0 0 80px;
}

.detailArea__box {
    padding: 30px 60px 80px 60px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.detailArea .aboutCampaign {
    margin: 50px auto 0;
}

.detailArea .aboutCampaign__inner {
    width: 640px;
    margin: 0 auto;
    text-align: left;
}

.detailArea .aboutCampaign__title {
    margin-bottom: 14px;
    color: #323232;
    font-size: 22px;
    font-weight: 700;
}

.detailArea .aboutCampaign__subTitle {
    margin: 36px 0 4px;
    font-size: 18px;
}

.detailArea .aboutCampaign__list {
    margin-left: 20px;
    line-height: 1.5;
}

.detailArea .aboutCampaignSub__list {
    margin: 6px 0 0 14px;
    line-height: 1.5;
    list-style: disc;
}

.detailArea .aboutCampaign__text {
    padding-top: 12px;
    font-size: 18px;
}

.detailArea .aboutCampaignSub___text {
    padding-top: 4px;
}

.detailArea .aboutCampaign .-style {
    list-style: none;
}

.detailArea .aboutCampaign__link {
    color: #2b67ff;
}

.detailArea .aboutCampaign__link:hover {
    text-decoration: none;
}

.detailArea .aboutCampaign__note {
    padding-top: 6px;
    color: #a2a2a2;
    font-size: 15px;
}

.detailArea .aboutCampaign .-strong {
    color: #e72121;
}

.detailArea .aboutCampaign .conditions__list {
    margin: 6px 0 0 14px;
    line-height: 1.5;
    list-style: none;
}

.detailArea .aboutCampaign .conditions__text {
    padding-top: 4px;
}

.detailArea .aboutCampaign .conditions__note {
    padding-top: 2px;
    color: #3e3f41;
    font-size: 15px;
    list-style: none;
}

.detailArea .aboutCampaign .conditions__note.-strong {
    color: #e72121;
}

.detailArea .aboutCampaign .conditionsSub__list {
    margin: 4px 0 0 24px;
    line-height: 1.5;
    list-style: none;
}

.detailArea .aboutCampaign .table__list {
    max-width: 620px;
    margin: 10px 0 15px;
    list-style: none;
}

.detailArea .aboutCampaign .table__list th {
    padding: 12px 20px;
    width: 200px;
    background-color: #e3e3e3;
    border: 1px solid #c6c6c6;
    font-size: 16px;
    font-weight: normal;
    box-sizing: border-box;
}

.detailArea .aboutCampaign .table__list td {
    width: calc(100% - 200px);
    padding: 12px 20px;
    background-color: #FFFFFF;
    border: 1px solid #c6c6c6;
    font-size: 16px;
    line-height: 1.4;
}

.detailArea .aboutCampaign .table__list td .table__note {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
}

.detailArea .aboutCampaign .table__list td dt {
    padding-top: 8px;
}

.detailArea .aboutCampaign .table__list td dt:first-of-type {
    padding-top: 0;
}

.detailArea .aboutCampaign .table__list td p {
    display: block;
    margin-top: 10px;
}

.detailArea .cautionArea {
    margin: 50px auto 0;
}

.detailArea .cautionArea__inner {
    width: 640px;
    margin: 0 auto;
    text-align: left;
}

.detailArea .cautionArea__title {
    margin-bottom: 14px;
    color: #323232;
    font-size: 22px;
    font-weight: 700;
}

.detailArea .cautionArea__list {
    margin-left: 20px;
    line-height: 1.5;
}

.detailArea .cautionArea__text {
    padding-top: 12px;
    font-size: 18px;
}

.detailArea .cautionArea__note {
    padding-top: 6px;
    color: #a2a2a2;
    font-size: 15px;
}

.detailArea .cautionArea .conditions__list {
    margin: 6px 0 0 24px;
    line-height: 1.5;
    list-style: none;
}

.detailArea .cautionArea .conditions__text {
    padding-top: 4px;
}

.detailArea .cautionArea .conditions__note {
    padding-top: 2px;
    color: #7a7a7a;
    font-size: 15px;
}

.detailArea .cautionArea .conditionsSub__list {
    margin: 4px 0 0 24px;
    line-height: 1.5;
    list-style: none;
}

.flowArea {
    min-width: 760px;
    background-color: #ffffff;
}

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

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

.flowArea .cardArea {
    min-width: 760px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 8px;
    background-color: #ffffff;
}

.flowArea .cardArea__list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 760px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    list-style: none;
    border: 1px solid #727272;
    border-radius: 8px;
}

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

.flowArea .cardArea__number {
    padding-bottom: 16px;
    color: #435fca;
    font-size: 32px;
    font-weight: 700;
}

.flowArea .cardArea__ico {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.flowArea .cardArea__title {
    padding-bottom: 15px;
    text-align: left;
    font-family: 'Roboto', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.flowArea .cardArea__text {
    width: 70%;
    padding: 16px 27px 0;
    line-height: 1.5;
    text-align: left;
    font-size: 16px;
}

.flowArea .cardArea__image {
    display: block;
    width: 50px;
    margin: 0 auto;
    padding: 20px 20px 20px 30px;
}

.flowArea__note {
    margin: 10px auto 0 10px;
    text-align: left;
    font-size: 15px;
    line-height: 1.4;
}

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

.flowArea .btnArea {
    margin-top: 50px;
}

.flowArea .btnArea__link {
    width: 580px;
}

.contactArea {
    min-width: 760px;
    background-color: #d9d9d9;
}

.contactArea__inner {
    width: 680px;
    margin: 0 auto;
    padding: 80px 0;
}

.contactArea__text {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 500;
}

.contactArea .btnArea__link {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 280px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    transition: all .2s ease;
    color: #937032;
    background-color: #fff;
    box-shadow: 0 5px 0 #937032;
    font-weight: 600;
}

.contactArea .btnArea__link::after {
    content: '';
    position: absolute;
    bottom: 43%;
    right: 24px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #937032;
    border-right: 2px solid #937032;
    transform: rotate(45deg);
}

.contactArea .btnlong {
    width: 360px;
    margin: 30px auto 0 auto;
}

.trackingArea {
    min-width: 760px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: 100%;
    height: 132px;
    background-color: rgba(11, 24, 30, 0.8);
    z-index: 100;
    /*js用_非表示にする*/
    /*opacity: 0;
    visibility: hidden;:*/
    opacity: 1;
    visibility: visible;
}

.trackingArea .btnArea {
    display: flex;
    justify-content: center;
    padding-top: 24px;
}

.trackingArea .btnArea__link__image {
    width: 600px;
}

.trackingArea .btnArea__link__image img {
    width: 600px;
}

.trackingArea .btnArea__top {
    display: block;
    position: absolute;
    right: 50px;
}

.trackingArea .btnArea__top:hover {
    opacity: 0.7;
}

.trackingArea .btnArea__img {
    width: 90%;
}

.active {
    opacity: 1;
    visibility: visible;
}
