/* -----------------------------
    base
----------------------------- */
body, html {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    min-height: 100vh;
    font-family: sans-serif;
    color: #fff;
    background-color: #0A1135;
    -webkit-text-size-adjust: 100%;
}
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
input[type="checkbox"] {
    appearance: auto;
    -webkit-appearance: checkbox;
    vertical-align: middle;
}
/* -----------------------------
    common parts
----------------------------- */
.border_sec {
    border-radius: 20px;
    border: 2px solid #fff;
    padding: 14px;
    margin: 10px 0;
}
.list_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.text_notes {
    font-size: 12px;
    font-weight: normal;
    text-indent: -1.0em;
    padding-left: 15px;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .text_notes {
        font-size: 14px;
        font-weight: normal;
        text-indent: -1.0em;
        padding-left: 15px;
        text-align: left;
    }
}
.btn_area {
    margin: 20px 0;
}
h2 img {
    width: 65%;
}
.mgn_top__10 {
    margin-top: 10px;
}
/* -----------------------------
    header
----------------------------- */
.pdc101_header {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #CC0033;;
    margin-inline: 0px !important;
    padding-block: 0px !important;
    padding-inline: 0px !important;
}

.header__wrap {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #CC0033;;
}
.header__inner {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #CC0033;;
    padding-block: 24px;
    padding-inline: 14px;
}
.header__logo {
    display: block;
    width: 160px;
    margin-right: auto;
}
.header__logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .header__inner {
        height: 45px;
        padding-block: 16px;
    }

    .header__logo {
        width: 85px;
    }
}
/* -----------------------------
    KVセクション
----------------------------- */
.kv {
    width: 100%;
}

.kv__img {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.kv__img img {
    width: 100%;
    height: auto;
    display: block;
}

/* -----------------------------
    ラッパー
----------------------------- */
.pdc101_wrapper {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 14px;
    text-align: center;
    background-image: url('../img/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media screen and (min-width: 768px) {
    .pdc101_wrapper {
        background-image: none;
        background-color: #0A1135;
        overflow: hidden;
    }

    .pdc101_wrapper::before,
    .pdc101_wrapper::after {
        content: "";
        position: absolute;
        pointer-events: none;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
    }

    .pdc101_wrapper::before {
        top: 0;
        left: 0;
        width: 900px;
        height: 900px;
        background-image: url('../img/bg_deco_top_left.png');
    }

    .pdc101_wrapper::after {
        right: 0;
        bottom: -332px;
        width: 900px;
        height: 900px;
        background-image: url('../img/bg_deco_bottom_right.png');
    }

    .pdc101_wrapper > * {
        position: relative;
        z-index: 1;
    }
}
/* -----------------------------
    cpn_detail
----------------------------- */
.cpn_detail__subttl {
    margin: 20px 0;
}
.cpn_detail__notes {
    font-size: 14px;
    margin: 20px 0;
}
.cpn_detail__notes a{
    color: #fff;
    text-decoration: underline;
}
.cpn_detail__text {
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
    .cpn_detail__text {
        margin: 30px;
    }
    .cpn_detail__notes {
        font-size: 16px;
        margin: 20px 0;
    }
}
/* -----------------------------
    privilege_content
----------------------------- */
.pri_bg {
    background-color: #4D69F726;
    min-height:800px;
}
.pri_bg__top {
    background-image: url('../img/pri_background_top.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}
.pri_bg__bottom {
    background-image: url('../img/pri_background_btm.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 150px auto;
}
.pri_cnt_stage img {
    width: 70%;
}
@media screen and (min-width: 768px) {
    .pri_bg__bottom {
        background-image: url('../img/pri_background_btm.png');
        background-repeat: no-repeat;
        background-position: right;
        background-size: 200px auto;
    }
}
.pri_sub__img01 {
    width: 35%;
    margin: 0 auto;
}
.pri_sub__img02 {
    margin: 15px 0;
}
.pri_text {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
    z-index: 1;
}
.pri_text_s {
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .pri_text {
        position: relative;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        margin: 20px;
        z-index: 1;
    }
    .pri_sub__img01 {
        width: 100%;
        margin: 0 auto;
    }
    .pri_text_s {
        font-size: 16px;
        font-weight: normal;
        margin-top: 5px;
        z-index: 1;
    }
}
/* -----------------------------
    campaign_terms
----------------------------- */
.campaign_terms h2 {
    margin-top: 20px;
}
label {
    padding-left: 5px;
}
.agree {
    margin: 20px 0;
    font-size: 12px;
}
.agree p {
    margin-bottom: 10px;
    color: #d9f104;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .agree {
        margin: 20px 0;
        font-size: 16px;
    }
}
.is-disabled {
    filter: grayscale(55%) brightness(69%);
    cursor: not-allowed;
}
/* -----------------------------
    規約文
----------------------------- */
.terms__container01 {
    margin-top: 15px;
    padding: 1em 0;
    background-color: #fff;
    color: #000;
    text-align: left;
}
.terms__inner {
    width: 93.1372%;
    height: 20em;
    padding: 1em;
    margin: auto;
    line-height: 1.4;
    font-size: 12px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 2px solid #aaa;
}
.terms__ttl01,
.terms__ttl02 {
    margin-top: 1em;
    font-weight: bold;
}

.terms__ttl02 {
    margin-top: 2em;
}

.terms__details01 {
    margin-top: 0.5em;
}

.terms__ttl05 {
    margin-top: 1em;
}

.terms__item03 {
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (min-width: 768px) {
    .terms__inner {
        font-size: 16px;
    }
}
/* -----------------------------
    campaign_contact
----------------------------- */
.campaign_contact {
    padding: 20px;
    background-image: url('../img/contact_background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.campaign_contact h2{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cnt_text{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.cnt_btn {
    margin-top: 20px;
}
.cnt__text_notes {
    font-size: 9px;
    text-indent: -1.0em;
    padding-top: 5px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .campaign_contact h2{
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .cnt_text{
        text-align: center;
        font-size: 26px;
        font-weight: bold;
    }
    .cnt__text_notes {
    font-size: 16px;
    text-indent: -1.0em;
    padding-top: 5px;
    text-align: center;
    }
    .campaign_contact {
    padding: 20px;
    background-image: url('../img/contact_background.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
}
/* -----------------------------
    footer
----------------------------- */
.footer__inner {
    padding: 3%;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
}

.footer__nav {
    max-width: 860px;
    margin: auto;
    font-size: 14px;
}
.nav__list01 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 3.1rem;
}
.nav__link01 {
    display: inline-block;
    position: relative;
    padding-right: 1.5em;
    text-decoration: none;
    color: #323232;
}
.nav__link01::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 20px;
    top: 77%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../img/img_ico06.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.footer__text01 {
    padding-bottom: 2em;
    text-align: center;
    font-size: 12px;
    color: #323232;
}
