.delighter {
    transition: all .5s ease-out;
    transform: translatey(5%);
    opacity: 0;
}

.delighter.started {
    transform: none;
    opacity: 1;
}

.mini {
    display: block;
    font-size: 80%;
}

.red {
    color: #de0515;
}

body {
    background-color: #151515;
}

.wrap {
    background-color: transparent;
    color: #fff;
    position: relative;
}

.bg p {
    position: fixed;
    width: 65vw;
    z-index: -1;
}

.bg p:nth-child(1) {
    left: 0;
    top: -5vw;
}

.bg p:nth-child(2) {
    bottom: -10vw;
    right: 0;
}

.conteiner {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    padding: 200px 0;
}

.box {
    padding: 0 0 100px 0;
    margin: 0 0 100px 0;
    border-bottom: 1px solid rgb(201, 177, 109);
}

.conteiner .box:last-child {
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.mainTit {
    text-align: center;
    font-size: 33px;
    margin: 0 0 50px 0;
    color: rgb(201, 177, 109);
    font-weight: bold;
}

.tit {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 50px 0;
}

.tit span {
    position: relative;
    display: inline-block;
}

.tit span .icon {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: -35px;
    top: 3px;
}

.lead {
    text-align: center;
    font-size: 17px;
    margin: 0 0 50px 0;
}

.type {
    margin: 0 auto 50px;
    padding: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}

.type dt {
    border-bottom: 1px solid #fff;
    font-size: 16px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    line-height: 1.5;
}

.type dd {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}

table {
    width: 100%;
}

table tbody {
    width: 100%;
    border: 2px solid rgb(201, 177, 109);
}

table th {
    background: rgb(201, 177, 109);
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: #000;
    border-right: 1px solid #000;
}

table tr th:last-child {
    border-right: none;
}

table td {
    background: rgba(255, 256, 255, 0.05);
    padding: 15px;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    font-size: 15px;
    text-align: center;
}

.listBox {
    padding: 30px;
    background: rgba(0, 0, 0, 0.2);
}

.listBox li {
    font-size: 15px;
    margin: 0 0 5px 1em;
    text-indent: -1em;
}

.conteiner .box.campaign {
    background: rgba(255, 255, 255, 0.05);
    padding: 60px;
    position: relative;
    border-bottom: none;
}

.conteiner .box.campaign table {
    margin: 0 0 30px 0;
}

.conteiner .box.campaign .icon {
    display: block;
    background: rgb(201, 177, 109);
    color: #000;
    width: 80px;
    height: 80px;
    font-size: 14px;
    line-height: 80px;
    border-radius: 999px;
    top: -15px;
    left: -15px;
    position: absolute;
    text-align: center;
    font-weight: bold;

}

.conteiner .box.campaign .tit {
    font-size: 26px;
}

.attentionBox {

}

.attentionBox dt {
    font-size: 13px;
}

.attentionBox dd {

}

.attentionList {

}

.attentionList li {
    font-size: 13px;
    margin: 0 0 5px 0.5em;
    text-indent: -0.5em;
}

.faqList {
    color: #fff;
    line-height: 1.8;
    font-size: 15px;
}

.lead {
    color: #fff;
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 50px;
}

.lead a {
    text-decoration: underline;
}

.faqList dt {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 40px 30px 100px;
    margin-bottom: 1px;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
}

.faqList dt::before {
    content: "Q";
    display: block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 20px;
    background-color: rgb(201, 177, 109);
    border: rgb(201, 177, 109) solid 1px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    top: 25px;
    left: 40px;
    color: #000;
}

.faqList dd {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 40px 30px 100px;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 0.05em;
}

.faqList dd p {
    margin-bottom: 20px;
}

.faqList dd p:last-child {
    margin-bottom: 0;
}

.faqList dd a {
    text-decoration: underline;
    color: #fff;
}

.faqList dd::before {
    content: "A";
    display: block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 20px;
    border: rgb(201, 177, 109) solid 1px;
    color: rgb(201, 177, 109);
    text-align: center;
    line-height: 35px;
    position: absolute;
    top: 25px;
    left: 40px;
}

.faqList dd .detail {
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    margin: 0 0 20px 0;
}

.faqList dd .detail .tit {
    text-align: left;
    font-size: 13px;
    margin: 0 0 5px 0;
    line-height: 1.5;
}

.faqList dd .detail .txt {
    text-align: left;
    font-size: 14px;
    text-indent: -0.5em;
    margin: 0 0 10px 0.5em;
}


@media screen and (max-width: 960px) {

    .drawer__btn span {
        background: #fff;
    }

    .bg p {
        position: fixed;
        width: 65vh;
        z-index: -1;
    }

    .bg p:nth-child(1) {
        left: 0;
        top: -5vh;
    }

    .bg p:nth-child(2) {
        bottom: -10vh;
        right: 0;
    }

    .conteiner {
        width: 90%;
        padding: 100px 0;
    }

    .mainTit {
        font-size: 23px;
        margin: 0 0 30px 0;
    }

    .box {
        padding: 0 0 50px 0;
        margin: 0 0 50px 0;
    }

    .lead {
        text-align: left;
        font-size: 14px;
        margin: 0 0 30px 0;
    }

    .type {
        margin: 0 auto 30px;
        padding: 20px;
    }

    .type dt {
        font-size: 12px;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        line-height: 1.5;
    }

    .type dd {
        font-size: 12px;
    }

    table th {
        padding: 8px;
        font-size: 11px;
    }

    table td {
        padding: 10px;
        font-size: 12px;
        min-width: 80px;
        line-height: 1.5;
        text-align: left;
    }

    .tit {
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        margin: 0 0 30px 0;
    }

    .tit span .icon {
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        left: -25px;
        top: 3px;
    }

    .listBox {
        padding: 20px;
    }

    .listBox li {
        font-size: 12px;
    }

    .conteiner .box.campaign .icon {
        width: 60px;
        height: 60px;
        font-size: 11px;
        line-height: 60px;
        top: -10px;
        left: -10px;
        position: absolute;
        text-align: center;
        font-weight: bold;
    }

    .conteiner .box.campaign {
        padding: 30px 20px;
        position: relative;
    }

    .conteiner .box.campaign .tit {
        font-size: 16px;
        margin: 0 0 15px 0;
    }

    .conteiner .box.campaign .lead {
        text-align: left;
        font-size: 12px;
        margin: 0 0 20px 0;
    }

    .attentionList li {
        font-size: 11px;
    }

    .faqList {
        font-size: 3.2vw;
    }

    .faqList dt {
        padding: 4vw 5vw 4vw 10vw;
    }

    .faqList dt::before {
        width: 8vw;
        height: 8vw;
        font-size: 4vw;
        border-radius: 5vw;
        line-height: 7vw;
        top: 2.5vw;
        left: -3vw;
    }

    .faqList dd {
        padding: 4vw 5vw 4vw 10vw;
    }

    .faqList dd::before {
        width: 8vw;
        height: 8vw;
        font-size: 4vw;
        border-radius: 5vw;
        line-height: 7vw;
        top: 2.5vw;
        left: -3vw;
        background-color: #02020c;
    }

    .faqList dd .detail {
        padding: 15px;

    }

    .faqList dd .detail .tit {
        font-size: 11px;
    }

    .faqList dd .detail .txt {
        font-size: 12px;
    }
}