@charset "UTF-8";

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

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

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

.book-campaign a {
    font-weight: normal;
}

.book-campaign__heading {
    margin-bottom: 20px;
    border-bottom: 2px solid #b67f6d;
    font-size: 18px;
    font-weight: bold;
}

.book-campaign__kv {
    width: 100%;
}

.book-campaign__explanation-wrap {
    padding-bottom: 24px;
    background-color: #f5f1e7;
}

.book-campaign__img-bookmark {
    margin-bottom: 24px;
}

.book-campaign__img-card {
    margin-bottom: 16px;
}

.book-campaign__img-cover {
    display: flex;
    width: 225px;
    height: auto;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
}

.book-campaign__link-to-free-episode {
    padding-bottom: 40px;
    background: #f5f1e7;
}

.book-campaign__link-to-free-episode a {
    display: block;
    padding: 11px;
    background: #349634;
    color: #f5ff00;
    font-size: 24px;
    text-align: center;
    text-decoration: underline;
}

.book-campaign__ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin-bottom: 16px;
    padding: 8px;
    background-color: #96633c;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.book-campaign__subhead {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #349634;
    color: #349634;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.book-campaign__explanation {
    margin-right: 24px;
    margin-left: 24px;
    margin-bottom: 64px;
}

.book-campaign__explanation--last {
    margin-bottom: 0;
}

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

.book-campaign__text-special {
    font-weight: bold;
}

.book-campaign__text-comics {
    margin-bottom: 16px;
    font-weight: bold;
    text-align: center;
}

.book-campaign__banner {
    display: block;
    margin-bottom: 24px;
}

.book-campaign__attention {
    padding: 8px;
    background: #ff0708;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

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

.book-campaign__help-text {
    font-size: 12px;
}

.book-campaign__free-episodes .book-campaign__text {
    padding: 16px 0;
    border-bottom: 1px solid #349634;
    text-align: center;
}

.book-campaign__link-to-store {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.book-campaign__link-to-store a {
    width: 230px;
    padding: 13px 0;
    background: #349634;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    transition: all 0.2s;
}

.book-campaign__link-to-store a:hover {
    background: #5aa857;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.16);
    opacity: 0.8;
    transform: translate(0, -1px);
    text-decoration: none;
}
