@charset "utf-8";

header,
footer,
.header_staging_attention {
    position: relative;
    z-index: 11;
}
header {
    margin-bottom: 0;
}
footer {
    background-color: #F1F1F1;
}

main {
    font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', Meiryo, メイリオ, sans-serif;
    position: relative;
    z-index: 1;
}

.cp-bg-fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 100%;
    background-image: url("/resources/a/image/landing/campaign/anime-akanebanashi/background_base.jpg?date=20260513");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

#container {
    margin-bottom: 0;
}

a:hover,
a:active,
a:link,
a:visited {
    text-decoration: none;
}

.cp-floating-banner {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 100%;
    max-width: 390px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.cp-floating-banner.visible {
    opacity: 1;
    visibility: visible;
}
.cp-floating-banner:not(.visible) {
    visibility: hidden;
}

.cp-floating-banner img {
    width: 100%;
    height: auto;
    object-fit: contain;
    animation: float 3s ease-in-out infinite;
}

.cp-main__background_1 {
    background-image: url("/resources/a/image/landing/campaign/anime-akanebanashi/entry_background_1.jpg?date=20260513");
    background-repeat: repeat;
    background-size: 25px 25px;
    max-width: 390px;
    margin: 0 auto;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.3), -5px 0 15px rgba(0, 0, 0, 0.3);
}

.cp-main__background_2 {
    background-image: url("/resources/a/image/landing/campaign/anime-akanebanashi/entry_background_2.jpg?date=20260513");
    background-repeat: repeat;
    background-size: 39px 39px;
    max-width: 390px;
    margin: 0 auto;
    padding-top: 10px;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.3), -5px 0 15px rgba(0, 0, 0, 0.3);
}

.cp-bg-fixed__logo,
.cp-bg-fixed__chara--left,
.cp-bg-fixed__chara--right,
.cp-bg-fixed__copyright {
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.cp-container {
    display: flex;
    justify-content: center;
}

.cp-container.cp-product {
    padding: 0 0 10px;
    overflow: hidden;
}

.cp-kv {
    width: 100%;
}

.cp-kv img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cp-kv__first-volume {
    margin-top: -15px;
    overflow: hidden;
}

.cp-kv__first-volume img {
    width: 600px;
    height: auto;
}

.cp-product {
    z-index: 1;
    position: relative;
}
.cp-product__inner {
    position: relative;
    margin: 10px;
    padding: 20px 10px 30px;
    width: 100%;
    border: #000000 1px solid;
    background-color: rgba(255, 255, 255, 0.8);
}
.cp-product__corner {
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url("/resources/a/image/landing/campaign/anime-akanebanashi/vector.png?date=20260513");
    background-size: contain;
    background-repeat: no-repeat;
}
.cp-product__corner--tl { top: -1px; left: -1px; }
.cp-product__corner--tr { top: -1px; right: -1px; transform: rotate(90deg); }
.cp-product__corner--bl { bottom: -1px; left: -1px; transform: rotate(270deg); }
.cp-product__corner--br { bottom: -1px; right: -1px; transform: rotate(180deg); }


.cp-product__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    width: calc(100% - 35px);
    margin-bottom: 10px;
}

.cp-product__details {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.cp-product__thumbnail-wrap {
    width: 140px;
    margin: 5px 0px 20px;
}

.cp-product__thumbnail img {
    width: 100%;
    height: auto;
    box-shadow: 0px 1px 3px #BABABA;
}

.cp-product__info {
    margin-bottom: 10px;
    width: calc(100% - 150px);
}

.cp-product__price-wrap {
    margin-top: 10px;
}
.cp-product__price {
    color: #FF5A00;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 21px;
}

.cp-product__price span {
    font-size: 22px;
}

#review_average_star {
    display: inline-block;
    padding: 0;
}

.cp-bg__product-footer {
    position: relative;
    overflow-x: hidden;
    height: 85px;
    margin-top: -50px;
    padding-bottom: 150px;
}

.cp-bg__product-footer--wave {
    background-image: url("/resources/a/image/landing/campaign/anime-akanebanashi/wave_color.png?date=20260513");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    height: 54px;
    width: 100%;
    position: absolute;
    top: 0;
    right: -100px;
}
.cp-bg__product-footer--diamond {
    background-image: url("/resources/a/image/landing/campaign/anime-akanebanashi/diamond.png?date=20260513");
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    width: 100%;
    position: absolute;
    top: 52px;
    left: -36px;
}

.cp-bg__entry-title {
    width: 100%;
    position: relative;
}
.cp-bg__entry-title img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: -140px;
}

.cp-entry {
    padding-bottom: 10px;
    overflow: hidden;
}

.cp-entry__inner {
    background-image: url("/resources/a/image/landing/campaign/anime-akanebanashi/entry_background_3.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position: center;
    background-position-x: -170px;
    background-position-y: -15px;
    padding-top: 50px;
}

.cp-step {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.cp-step--1-left {
    width: 72px;
    margin-top: 30px;
}
.cp-step--1-left img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.cp-step--1-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 230px;
}
.cp-step__head {
    width: 210px;
}
.cp-step__head img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.cp-step__content p {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.cp-step__line-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 235px;
    margin-top: 15px;
}
.cp-step__line-link img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cp-step--2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin-top: 40px;
    position: relative;
}
.cp-step__background-2--wave {
    background-image: url("/resources/a/image/landing/campaign/anime-akanebanashi/wave.png");
    background-repeat: no-repeat;
    background-size: 60% 60%;
    background-position: center;
    background-position-x: 20px;
    width: 100%;
    height: 31px;
    position: absolute;
    top: -27px;
}
.cp-step--2-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.cp-step--2-right {
    width: 160px;
}
.cp-step--2-right img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.cp-step--2-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cp-step__entry-button {
    width: 234px;
    margin-top: 15px;
}
.cp-step__entry-button img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cp-step__entry-button__img--entered { display: none; }
.cp-step__entry-button.is-entered .cp-step__entry-button__img--default { display: none; }
.cp-step__entry-button.is-entered .cp-step__entry-button__img--entered { display: block; }

.cp-step__entry-button__img--default,
.cp-step__entry-button,
.cp-step__link {
    cursor: pointer;
}

.cp-step--3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
    position: relative;
}
.cp-step__background-3--wave {
    background-image: url("/resources/a/image/landing/campaign/anime-akanebanashi/wave.png");
    background-repeat: no-repeat;
    background-size: 60% 60%;
    background-position: center;
    background-position-x: 130px;
    width: 100%;
    height: 31px;
    position: absolute;
    top: -40px;
}

.cp-step--3 .cp-step__product {
    display: flex;
    align-items: flex-end;
    width: 100%;
    overflow: hidden;
    margin-top: -20px;
}
.cp-step--3 .cp-step__product > div:first-of-type {
    flex: 110 1 0;
    margin-bottom: 5px;
}
.cp-step--3 .cp-step__product > div:first-of-type img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.cp-step--3 .cp-step__product > div:last-of-type {
    flex: 110 1 0;
    display: flex;
    justify-content: center;
}
.cp-step--3 .cp-step__product > div:last-of-type img {
    width: 42%;
    height: auto;
    object-fit: contain;
    padding-left: 10px;
}
.cp-step__product-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex: 175 1 0;
    border: #AE9A6C 1px solid;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
}
.cp-step__product-info p img {
    padding: 20px 15px 15px;
    max-width: 140px;
}
#container .cart_action {
    border: none;
    border-radius: 10px;
    width: 127px;
    margin-top: 10px;
    margin-bottom: 30px;
}
#container .cart_action.cart_in {
    background: #FFFFFF;
    border: none;
}
.cart_action img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
#container a.cart_action:hover,
#container a.cart_action.cart_in:hover {
    box-shadow: none;
}
.cp-step__link {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    border: #B4B4B4 1px solid;
    background-color: #F4F4F4;
    padding: 15px 20px;
    border-radius: 4px;
    margin-top: -23px;
}

@media screen and (max-width: 385px) {
    #container .cart_action {
        margin-bottom: 20px;
    }
    .cp-step__link {
        padding: 10px 15px;
        font-size: 12px;
    }
}

@media screen and (max-width: 330px) {
    .cp-step__product-info p img {
        padding: 20px 5px 20px;
        max-width: 120px;
    }
    .cp-step__product-info {
        margin-bottom: 15px;
    }
    .cp-step--3 .cp-step__product {
        margin-top: -15px;
    }
    .cp-step__line-link {
        width: 220px;
    }
    .cp-step__head {
        width: 185px;
    }
    .cp-step--2-right {
        width: 130px;
    }
}

.cp-container.cp-description {
    display: block;
    overflow: hidden;
    position: relative;
}
.cp-description__header {
    width: 100%;
    max-width: 395px;
}
.cp-description__header img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cp-description__inner {
    margin: 25px 20px 50px;
    padding: 25px 20px 40px;
    border: #BC4D02 2px solid;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
}

.cp-description__inner p {
    position: relative;
    z-index: 1;
}

.cp-description__label {
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
}
.cp-description__text {
    font-size: 14px;
    line-height: 1.5;
}
.cp-description__text--top {
    margin-top: 8px;
}
.cp-description__img--top-front {
    background-image: url("/resources/a/image/landing/campaign/anime-akanebanashi/description_wave_top_front.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 180px;
    aspect-ratio: 258 / 62;
    position: absolute;
    top: 45px;
    left: -25px;
}
.cp-description__img--top-back {
    background-image: url("/resources/a/image/landing/campaign/anime-akanebanashi/description_wave_top_back.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 500px;
    aspect-ratio: 675 / 290;
    position: absolute;
    top: -3px;
    left: -17px;
}
.cp-description__img--bottom-front {
    background-image: url("/resources/a/image/landing/campaign/anime-akanebanashi/description_wave_bottom_front.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 180px;
    aspect-ratio: 276 / 96;
    position: absolute;
    bottom: 20px;
    right: 10px;
}
.cp-description__img--bottom-back {
    background-image: url("/resources/a/image/landing/campaign/anime-akanebanashi/description_wave_bottom_back.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 475px;
    aspect-ratio: 675 / 290;
    position: absolute;
    bottom: -5px;
    right: -54px;
}

.cp-container.cp-anime-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.cp-anime-info__background {
    background-image: url("/resources/a/image/landing/campaign/anime-akanebanashi/anime_info.jpg");
    background-repeat: repeat;
    background-size: cover;
    padding-top: 40px;
    width: 100%;
    margin-top: -40px;
}
.cp-anime-info__header {
    width: 80%;
    max-width: 261px;
    z-index: 1;
}
.cp-anime-info__header img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.cp-anime-info__inner {
    width: 100%;
}
.cp-anime-info__video {
    width: 90%;
    max-width: 365px;
    margin: 20px auto 0;
}
.cp-anime-info__video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: none;
}
.cp-anime-info__video iframe.visible {
    display: block;
}
.cp-anime-info__video-thumb {
    position: relative;
    cursor: pointer;
    aspect-ratio: 16 / 9;
}
.cp-anime-info__video-thumb.visible {
    display: block;
}
.cp-anime-info__video-thumb:not(.visible) {
    display: none;
}
.cp-anime-info__video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cp-anime-info__content {
    width: 90%;
    max-width: 365px;
    margin: 20px auto 50px;
}
.cp-anime-info__content img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.cp-anime-info__footer {
    width: 150%;
    position: absolute;
    bottom: -67px;
    left: -90px;
}
.cp-anime-info__footer img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cp-product__head {
    overflow-x: clip;
    position: relative;
    z-index: 1;
}
.cp-product__head img {
    width: 600px;
    height: auto;
    object-fit: contain;
    padding-right: 48px;
    margin-top: -30px;
}
.product_review_star_wrap {
    display: flex;
    column-gap: 5px;
}
.product_review_star_wrap .review_average_star {
    padding: 0;
}
.cp-comic-panel {
    position: relative;
    overflow-x: clip;
    margin-top: 25px;
}
.cp-comic-panel > img:first-child {
    position: absolute;
    top: -90px;
    left: -60px;
    width: 55%;
}
.cp-comic-panel > img:last-child {
    position: absolute;
    bottom: -90px;
    right: -60px;
    width: 55%;
}

.cp-comic-panel__inner {
    width: 80%;
    max-width: 280px;
    z-index: 1;
    position: relative;
}
.cp-comic-panel img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cp-staff-comment__inner {
    width: 90%;
    margin: 40px 15px;
    padding: 30px 20px;
    border: #D4C39D 1px solid;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
}

.cp-staff-comment__header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.cp-staff-comment__header img {
    width: 30px;
    height: auto;
    object-fit: contain;
}

.cp-staff-comment__title {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
.cp-staff-comment__content {
    margin-top: 20px;
}
.cp-staff-comment__text {
    font-size: 13px;
    line-height: 1.5;
}
.cp-staff-comment__text--margin {
    margin-top: 15px;
}

.cp-bg__staff-comment-footer {
    position: relative;
    overflow-x: hidden;
    height: 0;
    margin-top: -60px;
}

.cp-footer__inner {
    margin-top: -160px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    overflow-x: clip;
}
.cp-footer__inner img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.cp-footer__bottom {
    width: 150%;
    position: absolute;
    bottom: -10px;
    left: -90px;
    z-index: 1;
}
.cp-footer__bottom img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.cp-footer__inner p {
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-align: right;
    font-size: 12px;
    color: #000000;
    text-shadow: 
        1px 1px 0 #FFFFFF,
        -1px 1px 0 #FFFFFF,
        1px -1px 0 #FFFFFF,
        -1px -1px 0 #FFFFFF;
    z-index: 2;
    width: 100%;
}

.cp-feature__banner {
    margin: 0 auto;
    padding: 20px 15px;
}
.cp-feature__banner img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* モーダル */
.cp-terms-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.cp-terms-modal.is-open {
    display: flex;
}

body.is-terms-modal-open {
    overflow: hidden;
}

.cp-terms-modal__bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.cp-terms-modal__content {
    position: relative;
    width: 600px;
    height: 475px;
    max-width: calc(100vw - 20px);
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.cp-terms-modal .cp__inner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 26px 15px;
    background: #F5F5F5;
    border-radius: 10px;
}

.cp-terms-modal__title {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.cp-terms-modal__text-area {
    height: 300px;
    background: #FFFFFF;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #D9D9D9 transparent;
    box-sizing: border-box;
    padding: 15px 28px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 10px;
    border: 1px solid #000000;
    -webkit-clip-path: inset(0 round 10px);
    clip-path: inset(0 round 10px);
}
.cp-terms-modal__text-area-mb {
    margin-bottom: 15px;
}

/* テキストエリアのスクロールバー */
.cp-terms-modal__text-area::-webkit-scrollbar {
    width: 9px;
}

.cp-terms-modal__text-area::-webkit-scrollbar-thumb {
    background: #D9D9D9;
}

.cp-terms-modal__text-area::-webkit-scrollbar-track {
    background: transparent;
}

.cp-terms-modal__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 158px;
    margin: 26px auto 0;
    padding: 12px 0;
    border: 0;
    border-radius: 4px;
    background: #707070;
    color: #FFFFFF !important;
    font-size: 16px;
    box-shadow: 0.79px 1.57px 0px 0px #101010;
    cursor: pointer;
    text-decoration: none;
}

/* エントリーモーダル */
.cp-terms-modal__content--entry {
    height: auto;
}
.cp-terms-modal__content--entry .cp__inner {
    height: auto;
    padding: 40px 15px;
}
.cp-terms-modal__content--entry .cp-terms-modal__title {
    text-align: center;
    margin-bottom: 0;
}
.cp-terms-modal__title--entry {
    font-size: 18px;
    line-height: 27px;
}
.cp-terms-modal__buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 26px;
}
.cp-terms-modal__buttons .cp-terms-modal__button {
    margin: 0;
}
.cp-terms-modal__button--register {
    background: #1DCC65;
    box-shadow: 0.79px 1.57px 0px 0px #0A5A2A;
    font-size: 14px;
}
.cp-terms-modal__button--entry-confirm {
    background: #FF5A00;
    color: #FFFFFF !important;
    box-shadow: 0.79px 1.57px 0px 0px #A33A00;
}
@media screen and (max-width: 330px) {
    .cp-terms-modal__button--register {
        font-size: 12px;
    }
    .product_review_star_wrap {
        column-gap: 0;
    }
}

/* エントリーモーダル */
.cp-entry__inner {
    height: auto;
    padding: 30px 25px;
}
.cp-terms-modal__buttons--entry {
    flex-direction: row;
}
@media (max-width: 430px) {
    .cp-terms-modal__content {
        width: 350px;
        height: 475px;
    }
    .cp-entry__header {
        gap: 12px;
    }
    .cp-entry__thumbnail img {
        width: 80px;
    }
    .cp-entry__title {
        font-size: 14px;
        line-height: 18px;
    }
}

.cp-entry-modal .cp-terms-modal__content {
    height: auto !important;
}

.cp-entry-modal .cp-entry__inner {
    background: #FFD8D8;
    height: auto;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cp-entry__text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.cp-entry__text--red {
    color: #D40000;
}
.cp-entry-modal .cp-terms-modal__button {
    font-size: 14px;
    font-weight: bold;
    background-color: #FFFFFF;
    border: #989898 1px solid;
    color: #000000 !important;
    box-shadow: none;
}
.cp-entry-modal .cp-terms-modal__button {
    margin-bottom: 30px;
}
.cp-entry-modal .cp-terms-modal__buttons {
    margin-top: 15px;
}
@media (max-width: 430px) {
    .cp-entry-modal .cp-terms-modal__content {
        height: 375px;
    }
}

.cp-end {
    padding-top: 0;
}
.cp-end__inner {
    width: 100%;
    overflow: hidden;
    margin-top: -5px;
}
.cp-end .cp-step__link {
    margin: 10px 15px 30px;
    z-index: 1;
    position: relative;
    text-align: center;
}
.cp-end .cp-comic-panel__inner {
    margin: 0 auto;
}
.cp-end__text-area {
    position: relative;
    overflow-x: clip;
    margin-top: 25px;
    padding: 10px 20px;
}
.cp-end__text {
    background-color: #FFD6CA7D;
    border: #FCB3B3 1px solid;
    height: 385px;
    border-radius: 4px;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cp-end__text p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #593F3D;
}
.cp-end__text-area.cp-comic-panel > img:first-child {
    width: 75%;
}
.cp-end__text-area.cp-comic-panel > img:last-child {
    bottom: -30px;
    width: 75%;
}

@media not all and (max-width: 950px) {
    /* PC */
    .cp-bg-fixed__chara,
    .cp-bg-fixed__logo,
    .cp-bg-fixed__copyright {
        position: fixed;
        background-repeat: no-repeat;
        z-index: 0;
    }
    .cp-bg-fixed__logo {
        background-image: url("/resources/a/image/landing/campaign/anime-akanebanashi/logo.png");
        background-size: 100% 100%;
        bottom: calc(50% - 3vw);
        right: calc(50% - -24vw);
        width: 7.5vw;
        max-width: 200px;
        aspect-ratio: 213 / 550;
    }
    .cp-bg-fixed__chara--left {
        background-image: url("/resources/a/image/landing/campaign/anime-akanebanashi/characters_multiple.png");
        background-size: 100% 100%;
        top: calc(50% - -3.9vw);
        right: calc(50% - -17vw);
        width: 26vw;
        max-width: 500px;
        aspect-ratio: 670 / 382;
    }
    .cp-bg-fixed__chara--right {
        background-image: url("/resources/a/image/landing/campaign/anime-akanebanashi/akane_right.png");
        background-size: 100% 100%;
        bottom: calc(50% - 23vw);
        left: calc(50% + 25vw);
        width: 12vw;
        max-width: 280px;
        aspect-ratio: 290 / 942;
    }
    .cp-bg-fixed__copyright {
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: right;
        font-size: 12px;
        text-shadow: 1px 1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px -1px 0 #FFFFFF;
    }
}
@media not all and (max-width: 1920px) {
    .cp-bg-fixed {
        width: 100vw;
    }
}
@media screen and (min-width: 950px) and (max-width: 1200px) {
    .cp-bg-fixed__chara--left {
        left: calc(50% - 49vw);
    }
}
@media screen and (max-width: 950px) {
    /* SP */
    .cp-bg-fixed__logo,
    .cp-bg-fixed__chara,
    .cp-bg-fixed__copyright {
        display: none;
    }
}
