@charset "UTF-8";

.book-campaign p,
.book-campaign ul,
.book-campaign ol {
    padding: 0;
}

.book-campaign * {
    box-sizing: border-box;
}

.book-campaign {
    color: #333333;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: 'palt';
    font-size: 16px;
    line-height: 22px;
    -webkit-text-size-adjust: 100%;
}

.book-campaign a {
    color: #0037cc;
    font-weight: normal;
}

.book-campaign__kv {
    width: 735px;
    height: 380px;
    margin-bottom: 8px;
}

.book-campaign__banner {
    width: 735px;
    height: 50px;
    margin-bottom: 16px;
}

.book-campaign__outline {
    margin-bottom: 40px;
    padding: 16px;
    color: #424141;
    background-color: #fef2f7;
}

.book-campaign__heading {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px;
    color: #fd159c;
    font-size: 32px;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    line-height: 46px;

    &::before {
        display: block;
        width: 82px;
        height: 20px;
        content: '';
        margin-top: 12px;
        background-image: url('/img/static_page/book_campaign/mamahaha/heading_left.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

    &::after {
        display: block;
        width: 82px;
        height: 20px;
        content: '';
        margin-top: 12px;
        background-image: url('/img/static_page/book_campaign/mamahaha/heading_right.png');
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.book-campaign__content {
    position: relative;
    padding: 24px;
    background-color: #fff;
    border: solid 1px #a3295c;
    outline: 0.5px solid #d66c99;
    outline-offset: -5px;

    &::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 28px;
        height: 23px;
        content: '';
        background-image: url('/img/static_page/book_campaign/mamahaha/content_left.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

    &::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 17px;
        height: 15px;
        content: '';
        background-image: url('/img/static_page/book_campaign/mamahaha/content_right.png');
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.book-campaign__goods {
    margin-bottom: 24px;
}

.book-campaign__subhead {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #a3295c;
    font-size: 24px;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    line-height: 36px;

    &::before {
        display: block;
        width: 35px;
        height: 15px;
        content: '';
        margin-top: 8px;
        background-image: url('/img/static_page/book_campaign/mamahaha/subheaad_left.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

    &::after {
        display: block;
        width: 34.5px;
        height: 14.5px;
        content: '';
        margin-top: 8px;
        background-image: url('/img/static_page/book_campaign/mamahaha/subhead_right.png');
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.book-campaign__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 36px;
}

.book-campaign__prize {
    width: calc(50% - 18px);
    height: 172px;
    padding: 8px;
    border-radius: 10px;
    background-color: #f8f4e4;
    font-weight: bold;
    text-align: center;
}

.book-campaign__prize-name {
    margin-bottom: 4px;
    color: #fd159c;
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
}

.book-campaign__prize-detail {
    margin-bottom: 0;
    color: #fd159c;
    font-size: 20px;
}

.book-campaign__text-blue {
    color: #58b9ef;
}

.book-campaign__text-blue span {
    font-size: 20px;
}

.book-campaign__application {
    margin-bottom: 16px;
}

.book-campaign__application-image {
    position: absolute;
    top: 100px;
    right: 24px;
    width: 73px;
    height: 73px;
}

.book-campaign__requirement {
    width: calc(50% - 18px);
}

.book-campaign__text {
    margin-bottom: 8px;
}

.book-campaign__text p {
    margin-bottom: 0;
}

.book-campaign__title {
    margin-bottom: 8px;
    color: #fd159c;
    font-size: 16px;
    font-weight: bold;
}

.book-campaign__attention {
    font-size: 14px;
    line-height: 18px;
}

.book-campaign__benefit {
    padding: 16px 0 24px;
    color: #424141;
    background-color: #fef2f7;
    line-height: 21px;
}

.book-campaign__benefit-image {
    width: 735px;
    height: 450px;
    margin-bottom: 28px;
}

.book-campaign__benefit-detail {
    margin: 0 16px;
    padding: 8px 24px 24px;
}

.book-campaign__enclose {
    color: #58b9ef;
}

.book-campaign__special-list {
    margin-left: 16px;
}

.book-campaign__special {
    margin-bottom: 32px;
    padding-top: 32px;
}

.book-campaign__special-text {
    margin-bottom: 16px;
    font-weight: bold;
}

.book-campaign__shop {
    width: calc(50% - 18px);
}

.book-campaign__shop-text:not(:last-child) {
    margin-bottom: 16px;
}

.book-campaign__annotation {
    position: relative;
    top: 4px;
    left: -6px;
    font-size: 13px;
    font-weight: normal;
}
