@charset "utf-8";

main {
    background-color: #3E88FE;
    font-family: Noto Sans JP, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, ヒラギノ角ゴシック, Hiragino Sans, Meiryo, メイリオ, sans serif;
}

/* キャンペーン予告ページ */
div.cp-trailer-container:nth-of-type(1),
div.cp-trailer-container:nth-of-type(2) {
    margin-top: 40px;
}
div.cp-trailer-container:nth-of-type(3) {
    margin-top: 40px;
    padding-bottom: 80px;
}
.cp-trailer-container__background {
    padding-top: 1px;
    margin-top: -1px;
}

.cp-trailer-kv {
    max-width: 960px;
    margin: 0 auto;
}
.cp-trailer-kv img {
    width: 100%;
    height: auto;
}

.cp-trailer-detail {
    max-width: 480px;
    margin: 0 auto;
    padding: 40px;
    background-color: #FFFFFF;
    border-radius: 6px;
    font-size: 15px;
}
.cp-trailer-detail__title {
    color: #222222;
    font-weight: bold;
    line-height: 1.35;
    padding-left: 16px;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
}
.cp-trailer-detail__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    border: 4px solid #3E88FE;
    border-radius: 1px;
    pointer-events: none;
    box-sizing: border-box;
    background-color: #3E88FE;
    width: 8px;
    height: 15px;
}
.cp-trailer-detail__title--second {
    margin-top: 24px;
}
.cp-trailer-detail__lead-list {
    padding-left: 2.5em;
    list-style: initial;
    color: #D10001;
    font-weight: bold;
}
.cp-trailer-detail__link-list {
    margin-left: 16px;
}
.cp-trailer-detail__link-list li {
    border-top: #DDDDDD 1.2px solid;
    position: relative;
}
.cp-trailer-detail__link-list li p {
    padding: 16px 0;
    height: 16px;
    line-height: 1.3;
}
.cp-trailer-detail__link-list li:last-child {
    border-bottom: #DDDDDD 1.2px solid;
}
.cp-trailer-detail__icon--arrow-right {
    background: url(/resources/a/common/images/landing/shueisha2025summer/arrow_right_blue.png) no-repeat;
    background-size: 6px 10px;
    width: 6px;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.cp-trailer-detail__note {
    color: #222222;
    margin-top: 12px;
    margin-left: 16px;
}

.cp-trailer-closing-image {
    max-width: 490px;
    margin: 0 auto;
}
.cp-trailer-closing-image img {
    width: 100%;
    height: auto;
}

.cp-trailer-sns__list,
.cp-sns__list {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.cp-trailer-sns__list a img,
.cp-sns__list a img {
    width: 48px;
    height: 48px;
}

@media not all and (max-width: 950px) {
    /* PC */
    .sp__hide {
        display: block !important;
    }
    .pc__hide {
        display: none !important;
    }
}
@media screen and (max-width: 950px) {
    /* SP */
    .sp__hide {
        display: none !important;
    }
    .pc__hide {
        display: block !important;
    }
    .cp-trailer-container__background {
        background: linear-gradient(to bottom, #395BDF, #3E88FE);
    }
    div.cp-trailer-container:nth-of-type(1) {
        margin-top: 0;
        margin-left: 5px;
        margin-right: 5px;
    }
    .cp-trailer-detail {
        max-width: 373px;
        margin: 0 auto;
        padding: 28px 16px;
        font-size: 13px;
    }
    .cp-trailer-detail__title::before {
        top: 2px;
        height: 14px;
    }
    .cp-trailer-inner {
        margin: 0 auto;
    }
    .cp-trailer-closing-image {
        max-width: 318px;
    }
}
@media screen and (max-width: 374px) {
    .cp-trailer-detail {
        padding-left: 0;
        padding-right: 0;
    }
    .cp-trailer-inner {
        width: 92%;
        margin: 0 auto;
    }
    .cp-trailer-detail__icon--arrow-right {
        right: 0;
    }
}

/* キャンペーンページ: summer-campaign-shueisha2025 */
a:hover,
a:active,
a:link,
a:visited {
    text-decoration: none;
}
.cp-container {
    display: flex;
    justify-content: center;
}

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

.cp-get-coupon-wrapper {
    margin-top: 3px;
}
.cp-get-coupon__image--register-text {
    width: 318px;
    margin: 0 auto;
}
.cp-get-coupon__image--register-text img {
    width: 100%;
    height: auto;
}

.cp-get-coupon__image--button {
    position: relative;
    width: 318px;
    margin: 0 auto;
}
.cp-get-coupon__image--button a {
    background: url("/resources/a/common/images/landing/summer-campaign-shueisha2025/get_coupon_button.png") no-repeat;
    background-size: 318px 72px;
    background-position: 0;
    display: block;
    overflow: hidden;
    width: 318px;
    height: 72px;
}

.cp-get-coupon__image--button a.off.already {
    background: url("/resources/a/common/images/landing/summer-campaign-shueisha2025/coupon_obtained_button.png") no-repeat;
    background-size: 318px 72px;
    background-position: 0;
}

.cp-get-coupon__image--button img {
    width: 100%;
    height: auto;
}
.cp-get-coupon__image--button p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 52%;
}
.cp-get-coupon__image--button a:hover img {
    opacity: 1;
}

.cp-get-coupon-detail {
    width: 520px;
    border-radius: 6px;
    background-color: #DCE8FF;
    padding: 26px 16px 20px 24px;
    font-size: 13px;
    line-height: 1.25;
    margin-top: -20px;
}
.cp-get-coupon-detail p:nth-child(2) {
    margin-bottom: 8px;
}
.cp-get-coupon-detail p:nth-child(3),
.cp-get-coupon-detail p:nth-child(4) {
    color: #E90800;
    font-weight: bold;
}
.cp-double-chance {
    background-color: #FFFFFF;
    width: 100%;
    max-width: 405px;
    margin: 20px 10px 0;
    border-radius: 8px;
}
.cp-double-chance__image-title {
    padding: 16px 12px;
}
.cp-double-chance__image-title img,
.cp-double-chance__image-description img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}
.cp-double-chance__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 12px 32px;
}
.cp-double-chance__link a {
    flex: 1 1 0;
    text-align: center;
    background: #DCE8FF;
    color: #0048B4;
    border: 1px solid #0048B4;
    border-radius: 100vh;
    font-size: 13px;
    padding: 4px 0;
    margin: 0;
    transition: background 0.2s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.cp-double-chance__link img {
    width: 6px;
    height: 10px;
    margin-top: 1px;
}
.cp-double-chance__note {
    text-align: center;
    font-size: 13px;
    margin-bottom: 22px;
}
#cp-toggle-box-1,
#cp-toggle-box-2 {
    display: none;
}
.cp-toggle-button {
    text-align: center;
    margin: 4px auto 18px;
    font-size: 13px;
    font-weight: bold;
    color: #2354A3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.cp-toggle-button img {
    width: 10px;
    height: 6px;
    margin-top: 1px;
}
.cp-toggle-button img:nth-of-type(2) {
    display: none;
}

.cp-legend-contents,
.cp-trend-contents,
.cp-recommend-staffreview-contents,
.cp-recommend-serialization-contents,
.cp-recommend-complete-contents {
    margin-top: 40px;
}
.cp__headline {
    margin-right: auto;
    margin-left: auto;
    /* 左右に4pxずつ余白があるため */
    width: calc(100% - 8px);
    max-width: 972px;
}
.cp__headline--title {
    text-align: center;
}
.cp__headline--title-mb {
    margin-bottom: 20px;
}
.cp__headline--title h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    background: url("/resources/a/common/images/landing/summer-campaign-shueisha2025/title_background_SP.png") center center no-repeat;
    width: 100%;
    height: 66px;
    /* backgroundの画像をもとの大きさに合わせた形で反映 */
    background-size: 100% 66px;
    /* 文字が浮いている件をこちらで解消 */
    padding-top: 0.1em;
}
.cp__headline--img {
    width: 100%;
    max-width: 100%;
    height: 85px;
    margin-bottom: 42px;
}
.cp-recommend-staffreview-contents .cp__headline--title-mb,
.cp-recommend-serialization-contents .cp__headline--title-mb,
.cp-recommend-complete-contents .cp__headline--title-mb {
    margin-bottom: 10px;
}

.swiper-container {
    width: 860px;
}
.swiper-wrapper {
    display: flex;
    align-items: flex-end;
}
.swiper-slide.cp-card {
    width: 240px;
    margin-right: 15px;
    margin-bottom: 24px;
}
.cp-card-item {
    background: #FFFFFF;
    border: 1px solid #222222;
    border-radius: 8px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    flex-shrink: 0;
    overflow: hidden;
}
.cp-card-slider_img img {
    height: auto;
    max-height: 100%;
    object-fit: contain;
    width: 100%;
}
.cp-card-slider_title {
    font-size: 13px;
    text-align: center;
    color: #222222;
    margin-bottom: 12px;
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cp-card-slider_link {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: block;
}
.cp-card-slider_link img {
    position: absolute;
    height: 12px;
    width: 7px;
    /* ここは目視で調整 */
    top: 30%;
    padding-left: 10px;
}
a:hover.cp-card-slider_link img {
    opacity: 1;
}
a:active.cp-card-slider_link,
a:link.cp-card-slider_link,
a:visited.cp-card-slider_link {
    color: #222222;
}
.cp-product-detail {
    margin: 10px auto 12px;
    display: flex;
}
.cp-product-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.cp-product-description p {
    width: 220px;
}
.swiper-container .swiper-pagination {
    width: 50px;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}
.cp-swiper-nav {
    display: flex;
    justify-content: space-between;
    width: 150px;
    height: 24px;
    margin: 16px auto 0;
    background: linear-gradient(to right, #0FD4FB 0%, #97D73B 100%);
    border-radius: 4px;
}
.swiper-button-next,
.swiper-button-prev {
    display: none;
}
.cp-swiper-button-prev img,
.cp-swiper-button-next img {
    width: 16px;
    height: 16px;
    display: block;
    margin-top: 5px;
    padding: 0 8px;
}
.cp-product-copyright {
    background-color: #D9D9D9;
    color: #FFFFFF;
    height: 24px;
    font-size: 6px;
    text-align: center;
    line-height: 1.05;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cp-product-copyright p {
    width: 220px;
}

.cp__inner {
    padding-left: 10px;
    padding-right: 10px;
}
.cp__title--notice {
    font-weight: bold;
    text-align: center;
    background-color:#A6C3FF;
    border-radius: 100vh;
    margin-bottom: 12px;
    color: #2354A3;
}
.notice__row {
    display: flex;
}
.cp__title--notice .notice__row {
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    font-size: 13px;
}
.cp__booklist {
    display: flex;
    justify-content: center;
}
.cp__booklist--line {
    overflow: hidden;
    width: 100%;
    display: grid;
    column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}
.cp__booklist--book {
    margin-bottom: 32px;
}
.cp__booklist--picture {
    margin-bottom: 6px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    /* 一番縦幅が大きい書影に合わせた比率 */
    padding-top: 145.45%;
    position: relative;
}
.cp__booklist--picture a {
    display: inline-block;
}
.cp__booklist--picture img {
    box-sizing: border-box;
    border: solid 1px #222222;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}
.cp__booklist--picture:hover img {
    box-shadow: none;
    opacity: 1.0 !important;
}
.cp__booklist--text {
    margin-bottom: 6px;
    padding-top: 4px;
    text-align: center;
    background: linear-gradient(to bottom, #FFA23F, #F2FF3E);
    border-radius: 4px;
}
.cp__booklist--volume {
    text-align: center;
    color: #777777;
    background-color:#F4EA94;
    border-radius: 100vh;
    height: 16px;
    line-height: 1.2;
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
}
.cp__booklist--regular-price {
    font-size: 11px;
    text-decoration: line-through;
    line-height: 1;
    margin-top: 4px;
    color: #222222;
}
.cp__booklist--regular-price em {
    font-size: 13px;
    font-style: normal;
    color: #222222;
}
.cp__booklist--sale-price {
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    line-height: 1;
    padding-top: 1px;
    padding-bottom: 6px;
}
.cp__booklist--sale-price em {
    font-size: 16px;
    font-style: normal;
}

.cp__btn--show-detail {
    display: flex;
    border: 1px solid #222222;
    /* 横幅はborder-widthを含めた形、縦幅は含めない長さで指定されていたのでwidthだけ目視で調整 */
    width: 125px;
    height: 40px;
    border-radius: 3px;
    font-weight: bold;
    background-color: #FFFFFF;
    position: relative;
}
.cp__btn--show-detail a {
    display: block;
    text-decoration: none;
    width: 100%;
}
.cp__btn--show-detail img {
    position: absolute;
    height: 10px;
    width: 6px;
    /* ここは目視で調整 */
    top: 38%;
    right: 10px;
}
.cp__btn--show-detail-text {
    height: 19px;
    line-height: 19px;
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
    color: #222222;
}

.cp__btn--show-all {
    display: flex;
    border: 1px solid #222222;
    /* 横幅はborder-widthを含めた形、縦幅は含めない長さで指定されていたのでwidthだけ目視で調整 */
    width: 260px;
    height: 42px;
    border-radius: 4px;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    font-weight: 700;
    /* 追加要件 */
    background-color: #A6C3FF;
    margin-top: 16px;
}
.cp__btn--show-all a {
    position: relative;
    display: flex;
    text-decoration: none;
    width: inherit;
    align-items: center;
}
.cp__btn--show-all img {
    position: absolute;
    height: 10px;
    width: 6px;
    top: 40%;
    right: 12px;
}
.cp__btn--text {
    width: inherit;
    text-align: center;
    color: #222222;
}

.cp-other-title-list {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.cp-other-title-list__item {
    margin-right: 10px;
    margin-bottom: 16px;
}
.cp-other-title-list__text {
    background-color: #222222;
    color: #FFFFFF;
    border-radius: 100vh;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    padding: 4px 10px;
    display: block;
}
.cp-other-title-list__text:hover {
    background-color: #454545;
}
.cp-other-title-list__more-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 10px;
    margin-bottom: 16px;
    padding: 0 10px;
    background: #709AFF;
    color: #222222;
    border: 1px solid #222;
    border-radius: 100vh;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    line-height: 1.3;
    cursor: pointer;
    transition: background 0.2s;
}
.cp-other-title-list__more-btn:hover {
    background: #2354A3;
}
.cp-other-title-list__item--hidden {
    display: none;
}
.cp-other-title-list__more-btn img {
    width: 10px;
    height: 6px;
}

.cp-legend-contents,
.cp-trend-contents {
    margin-top: 48px;
}
.cp-recommend-serialization-contents,
.cp-recommend-complete-contents {
    margin-top: 56px;
}

.cp-schedule {
    background-color: #E9F0FF;
    width: calc(100% - 32px);
    max-width: 373px;
    margin: 48px 10px 0;
    padding: 16px;
    color: #222222;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 6px;
}
.cp-schedule ul {
    padding-left: 1.8em;
    list-style: initial;
}
.cp-schedule ul li:first-child {
    list-style: none;
    margin-left: -25px;
}


.cp-friend-invitation {
    text-align: center;
    margin: 48px auto 0;
    width: 420px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6);
    border-radius: 8px;
}
.cp-friend-invitation-description {
    text-align: center;
    margin: 24px auto 0;
    width: 480px;
}
.cp-friend-invitation img,
.cp-friend-invitation-description img {
    width: 100%;
    height: auto;
}

.cp-attention {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.cp-attention-wrapper {
    background-color: #FFFFFF;
    max-width: 560px;
    padding-inline: 40px;
    border-radius: 6px;
    line-height: 125%;
    margin-top: 48px;
    font-size: 15px;
    padding-top: 28px;
}
.cp-attention h4 {
    padding-left: 16px;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: inline-block;
}
.cp-attention h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    border: 4px solid #3E88FE;
    border-radius: 1px;
    pointer-events: none;
    box-sizing: border-box;
    background-color: #3E88FE;
    width: 8px;
    height: 15px;
}
.cp-attention__lead {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 48px;
    transform: translate(14px, 0%);
    width: calc(100% - 14px);
}
.cp-attention__lead li {
    margin-bottom: 1.1em;
    position: relative;
    padding-left: 14px;
    line-height: 135%;
}.cp-attention__lead li:last-child {
    margin-bottom: 0;
}
.cp-attention__lead li::before {
    content: '・';
    left: 0;
    position: absolute;
    font-weight: bold;
}

.cp-sns {
    margin-top: 48px;
    padding-bottom: 80px;
}
.cp-double-chance-image {
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    width: 310px;
    margin: 40px auto 0;
}
.cp-double-chance-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}
.cp-double-chance.cp-double-chance__bottom {
    margin-top: 16px;
}

@media not all and (max-width: 950px) {
    /* PC */
    .cp-kv img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .cp-double-chance {
        margin-top: 24px;
        max-width: 560px;
    }
    .cp-schedule {
        max-width: 528px;
        font-size: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }
    /* cp__headline */
    .cp-container__background {
        background: linear-gradient(to bottom, #4086FE, #655FFF);
    }
    .cp__headline {
        width: 972px;
    }
    .cp__headline--title {
        max-width: 972px;
    }
    .cp__headline--title h2 {
        background: url("/resources/a/common/images/landing/summer-campaign-shueisha2025/title_background_PC.png") no-repeat;
        width: 100%;
        max-width: 972px;
        background-size: contain;
        padding-top: 0;
    }
    .cp__headline--text {
        margin-right: 0;
        margin-left: 47px;
    }

    .cp-swiper-nav {
        width: 212px;
        height: 34px;
    }
    .cp-swiper-button-prev img,
    .cp-swiper-button-next img {
        width: 20px;
        height: 20px;
        margin-top: 7px;
        padding: 0 8px;
    }

    /* cp__title--notice */
    .cp__title--notice {
        font-size: 13px;
        width: 400px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }

    /* cp__booklist */
    .cp__booklist {
        width: inherit;
    }
    .cp__booklist--line {
        width: 100%;
        max-width: 960px;
        column-gap: 24px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .cp__booklist--book:nth-last-of-type(1) {
        /* 横一列に並べるため、最後のマージン不要 */
        margin-right: 0;
    }
    .cp__booklist--book {
        width: 140px;
        margin-bottom: 36px;
    }
    .cp__booklist--picture img {
        width: 140px;
    }
    .cp__booklist--volume {
        font-size: 13px;
        padding-bottom: 0;
    }

    .cp__btn--show-detail:hover {
        background-color: #EEEEEE;
    }
    .cp__btn--show-detail {
        width: calc(100% - 2px);
        font-size: 13px;
    }
    .cp__btn--show-detail a {
        width: 140px;
        padding-inline: 12px;
        padding-block: 11px;
    }
    .cp__btn--show-detail-text {
        padding: 0;
    }
    .cp__btn--show-detail img {
        right: 13px;
    }
    .cp-other-title-list {
        width: 100%;
        max-width: 960px;
    }
    .cp__btn--show-all {
        width: 318px;
        height: 40px;
    }
    .cp__btn--show-all:hover{
        background-color: #8DABFF;
    }
    .cp-double-chance-image {
        width: 420px;
    }
    .cp-friend-invitation-description {
        margin-top: 16px;
    }
    .cp-double-chance__image-title {
        padding-left: 40px;
        padding-right: 40px;
    }
    .cp-get-coupon-detail {
        font-size: 15px;
    }
    .cp-double-chance__image-description {
        padding-left: 40px;
        padding-right: 40px;
    }
    .cp-double-chance__link a {
        font-size: 15px;
        gap: 15px;
    }
    .cp-double-chance__note {
        font-size: 15px;
    }
    .cp-recommend-staffreview-contents {
        margin-top: 48px;
    }
}
@media screen and (max-width: 950px) {
    /* SP */
    .cp-kv h1 {
        max-width: 425px;
        margin: 0 auto;
    }
    .cp-container__background .cp-container:nth-of-type(3),
    .cp-container__background .cp-container:nth-of-type(4),
    .cp-container__background .cp-container:nth-of-type(5),
    .cp-container__background .cp-container:nth-of-type(6),
    .cp-container__background .cp-container:nth-of-type(7) {
        background: 
            linear-gradient(to bottom, rgba(62, 136, 254, 1) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(62, 136, 254, 1) 100%),
            url("/resources/a/common/images/landing/summer-campaign-shueisha2025/gradient_background_SP.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .cp-get-coupon-detail {
        width: auto;
        max-width: 373px;
        padding: 26px 16px 16px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .cp-legend-contents {
        margin-top: 16px;
    }
    .cp-legend-contents,
    .cp-trend-contents {
        width: 100%;
    }
    .cp-legend-contents,
    .cp-trend-contents,
    .cp-recommend-staffreview-contents,
    .cp-recommend-serialization-contents,
    .cp-recommend-complete-contents {
        max-width: 419px;
    }
    .cp-trend-contents,
    .cp-recommend-serialization-contents,
    .cp-recommend-complete-contents {
        margin-top: 40px;
    }
    .cp__headline {
        margin-right: 4px;
        margin-left: 4px;
    }
    .cp__headline--title h2 {
        font-size: 18px;
    }
    .cp-container .swiper-container {
        width: 100%;
        margin-left: 0;
    }
    .cp-container .swiper-container .swiper-wrapper {
        margin-left: 10px;
    }
    .swiper-slide.cp-card {
        margin-right: 8px;
        margin-bottom: 12px;
    }
    .swiper-wrapper .swiper-slide.cp-card:nth-of-type(5),
    .swiper-wrapper .swiper-slide.cp-card:nth-of-type(10) {
        margin-right: 10px;
    }
    .cp-swiper-nav {
        margin-top: 12px;
    }
    .cp-card-slider_link img {
        top: 20%;
        margin-top: -1px;
    }
    .cp-card-slider_title {
        font-size: 13px;
    }
    .cp-swiper-button-prev {
        padding-left: 16px;
    }
    .cp-swiper-button-next {
        padding-right: 16px;
    }
    .cp-swiper-button-prev img,
    .cp-swiper-button-next img {
        padding: 0;
        margin-top: 4px;
    }
    .cp__btn--show-detail {
        width: 99%;
    }
    .cp__booklist--book {
        margin-bottom: 20px;
    }
    .cp__btn--show-all {
        width: 268px;
        height: 38px;
    }
    .cp__btn--show-all img {
        right: 8px;
        top: 36%;
    }
    .cp-friend-invitation {
        margin-top: 40px;
        width: 310px;
        height: auto;
        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6);
        border-radius: 8px;
    }
    .cp-friend-invitation-description {
        margin: 16px 10px 0;
        width: auto;
        max-width: 405px;
        height: auto;
    }
    .cp-attention {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cp-attention-wrapper {
        max-width: 369px;
        margin: 40px auto 0;
        padding: 28px 20px 0 16px;
        font-size: 13px;
    }
    .cp-attention-wrapper li {
        margin-bottom: 0.9em;
    }
    .cp-attention-wrapper h4 {
        padding-left: 16px;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .cp-double-chance {
        margin-top: 12px;
    }
    .cp-double-chance__image-description {
        margin: 0 10px;
    }
    .cp-other-title-list {
        margin-top: 4px;
    }
    .cp-sns {
        margin-top: 40px;
        padding-bottom: 48px;
    }
}
@media screen and (max-width: 400px) {
    .cp__headline--title h2 {
        font-size: 16px;
    }
}
@media screen and (max-width: 374px) {
    .cp__headline--title h2 {
        font-size: 14px;
    }
    .cp__booklist--line {
        grid-template-columns: 1fr 1fr;
    }
    .cp__title--notice .notice__row {
        font-size: 10.5px;
    }
}

/* 1.5弾、2.5弾 */
.cp-kv__trailer {
    max-width: 425px;
    margin: 0 auto;
}
.cp-kv__trailer img {
    height: auto;
}
.cp-trailer-detail__lead--gray {
    color: #777777;
}
.cp-trailer-detail__lead--gray span:first-child {
    text-decoration: line-through;
}
@media not all and (max-width: 950px) {
    /* PC */
    .cp-container__trailer .cp-friend-invitation {
        margin-top: 40px;
    }
    .cp-container__trailer div.cp-trailer-container:nth-of-type(1) {
        margin-top: 32px;
    }
}
@media screen and (max-width: 950px) {
    /* SP */
    .cp-kv__trailer {
        margin: -4px auto 10px;
    }
    .cp-container__trailer .cp-friend-invitation {
        margin-top: 32px;
    }
    .cp-container__trailer div.cp-trailer-container {
        margin-left: 10px;
        margin-right: 10px;
    }
    .cp-container__trailer .cp-sns {
        padding-bottom: 48px;
    }
}

/* 終了ページ */
.cp-end {
    text-align: center;
    font-size: 15px;
    margin-top: 60px;
    margin-bottom: 60px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.3;
}
.cp-attention__end {
    margin: 0 auto 136px;
}
.cp-attention__end .cp-attention-wrapper {
    margin-top: 0;
}
@media screen and (max-width: 950px) {
    /* SP */
    .cp-attention__end {
        margin: 0 auto 56px;
    }
}
