@charset "UTF-8";

html, body, p, h1, h2, h3, h4, ul, ol {
    margin: 0;
    padding: 0;
}

a {
    color: #c72b6d;
}

* {
    box-sizing: border-box;
}

body {
    min-width: 1000px;
    color: black;
    font-size: 16px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

.book-campaign {
    position: relative;
    width: 100%;
    height: 100%;
}

.book-campaign__kv {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 1000px;
}

.book-campaign__kv-img {
    width: 100%;
}

.book-campaign__kv-bg {
    position: relative;
    z-index: 1;
    display: block;
    margin: auto;
    width: 100%;
    height: 620px;
}

.sns-buttons {
    position: absolute;
    top: 50px;
    right: 10px;
}

.x-share,
.facebook-share,
.line-share {
    width: 23px;
    height: 23px;
}

.x-share:hover,
.facebook-share:hover,
.line-share:hover {
    opacity: 0.8;
}

.book-campaign__contents {
    padding-bottom: 60px;
    background-image: url('/v2/img/static_page/book_campaign/saihito/bg_pattern.png');
    background-position: center;
    background-size: 130px 130px;
    background-repeat: repeat;
}

.book-campaign__content {
    margin: 0 auto;
    padding-top: 16px;
    width: 1000px;
    background-color: white;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 60px;
}

.nav__button {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: #f0ebcd;
    color: #6a193b;
    border: solid 3px #c3beb7;
    box-shadow: 1px 4px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    padding: 12px 16px 16px;
    font-size: 20px;
    line-height: 1.3;
    height: 135px;
    width: 28%;
    cursor: pointer;
}

.nav__button:hover {
    background-color: #fffed0;
}

.nav__button-img {
    transform: scaleY(-1);
    width: 100%;
}

.book-campaign__heading {
    font-family: "KozukaMinchoPr6N-M", serif;
    font-size: 30px;
    font-weight: normal;
    color: #6a193b;
    text-align: center;
}

.book-campaign__heading-img {
    display: block;
    margin: 0 auto 32px;
    width: 900px;
}

.book-campaign__catchphrase {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.book-campaign__catchphrase-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.book-campaign__text-lage {
    text-align: center;
    font-size: 24px;
    color: #6a193b;
    margin-top: 16px;
}

.book-campaign__text-color {
    text-align: center;
    color: #6a193b;
    margin-top: 8px;
}

.text__decoration-top {
    transform: scaleY(-1);
}

.book-campaign__img-bookmark {
    width: 350px;
}

.text__decoration-under {
    margin-top: 16px;
}

.book-campaign__detail {
    margin: 0 auto 60px;
    width: 780px;
}

.book-campaign__subhead {
    color: #6a193b;
    font-weight: normal;
    font-size: 24px;
    border-bottom: 1px solid #6a193b;
    text-align: center;
    margin-top: 32px;
}

.book-campaign__text-normal {
    margin-top: 8px;
    width: 732px;
}

.book-campaign__subhead-small {
    font-size: 16px;
}

.book-campaign__text {
    margin-top: 16px;
    margin-left: 24px;
}

.book-campaign__text a:hover {
     opacity: 0.8;
 }

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

.book-campaign__text-note {
    margin-top: 24px;
    margin-left: 40px;
}

.book-campaign__text-note a:hover {
    opacity: 0.8;
}

.book-campaign__comics {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.book-campaign__comics-img {
    width: 198px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.book-campaign__comic10-img {
    width: 156px;
    margin-top: 16px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #707070;
}

.book-campaign__target-comics {
    display: flex;
    gap: 144px;
}

.book-campaign__text-small {
    display: flex;
    font-size: 14px;
    margin-left: 40px;
}

.book-campaign__animate {
    display: flex;
    gap: 24px;
}

.book-campaign__animate-img {
    width: 194px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #707070;
    border-radius: 7px;
}

.book-campaign__banner {
    display: block;
    margin: auto;
    width: 735px;
}

.book-campaign__banner-img {
    width: 100%;
}

.book-campaign__banner-img:hover {
    opacity: 0.8;
}

.footer {
    position: relative;
    z-index: 1;
    padding: 32px 0;
    background: black;
    text-align: center;
}

.footer img {
    max-width: 100%;
}

.footer img:hover {
    opacity: 0.8;
}

.copyright {
    margin-top: 8px;
    color: white;
    font-size: 12px;
}
