@charset "utf-8";

main {
    font-family: Noto Sans JP, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, ヒラギノ角ゴシック, Hiragino Sans, Meiryo, メイリオ, sans serif;
    background-image: url("/resources/a/common/images/landing/newyear-campaign-kodansha2026/bg_image.jpg?date=20251217");
    background-position: center center;
    background-repeat: repeat;
}

@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;
    }
}

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: contain;
}

/* クーポン取得 */
.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/newyear-campaign-kodansha2026/get_coupon_button.png?date=20251217") 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/newyear-campaign-kodansha2026/coupon_obtained_button.png?date=20251217") 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: 620px;
    border-radius: 6px;
    background-color: #FFFFFF;
    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(n+3) {
    color: #E90800;
    font-size: 13px;
}

/* 各コンテンツ枠 */
.cp-first-reading-contents {
    margin-top: 40px;
}
.cp-panel-featured-contents {
    margin-top: 20px;
}
.cp-battle-luck-contents {
    margin-top: 40px;
    margin-bottom: 48px;
}
.cp-romance-luck-contents,
.cp-sports-luck-contents,
.cp-career-luck-contents,
.cp-lifestyle-luck-contents {
    margin-bottom: 44px;
}
.cp-staffreview-contents {
    margin-bottom: 20px;
}
.cp__first-reading-list .cp__booklist--book {
    margin-bottom: 0;
}
.cp__headline {
    margin: 0 auto;
    text-align: center;
}

.cp__inner {
    padding-left: 10px;
    padding-right: 10px;
}
.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: 157%;
    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--title {
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.cp__booklist--discount {
    background-color: #FFE985;
    border-radius: 44px;
    width: 100%;
    height: 22px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cp__booklist--discount img {
    width: 95px;
    height: 22px;
    object-fit: contain;
}
.cp__booklist--text {
    margin-bottom: 6px;
    padding-top: 4px;
    text-align: center;
    background: #FFF1B5;
    border-radius: 4px;
}
.cp__booklist--volume {
    text-align: center;
    color: #6C6C6C;
    background-color: #FFD25F;
    border-radius: 999px;
    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;
    align-items: center;
    border: 1px solid #222222;
    /* 横幅はborder-widthを含めた形、縦幅は含めない長さで指定されていたのでwidthだけ目視で調整 */
    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%;
    height: 100%;
}
.cp__btn--show-detail img {
    position: absolute;
    height: 10px;
    width: 6px;
    /* ここは目視で調整 */
    top: 38%;
    right: 10px;
}
.cp__btn--show-detail-text {
    height: 40px;
    line-height: 40px;
    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: 49px;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    font-weight: 700;
    /* 追加要件 */
    background-color: #F4EA94;
    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: 999px;
    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-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: 3px;
    border: 4px solid #FFCC00;
    border-radius: 1px;
    pointer-events: none;
    box-sizing: border-box;
    background-color: #FFCC00;
    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;
}

/* SNSシェアボタン */
.cp-sns {
    margin-top: 48px;
    padding-bottom: 80px;
}
.cp-sns__list {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.cp-sns__list a img {
    width: 48px;
    height: 48px;
}
.cp-X-banner {
    width: 100%;
    max-width: 410px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.cp-X-banner img {
    width: 100%;
    height: auto;
    object-fit: contain;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
}

@media not all and (max-width: 950px) {
    /* PC */
    .cp-kv {
        width: 100%;
    }
    .cp-kv img {
        width: 100%;
        min-height: 400px;
        object-fit: cover;
    }
    .cp-get-coupon {
        margin-top: 20px;
    }
    .cp-get-coupon-detail {
        font-size: 15px;
    }
    .cp__headline h2 {
        width: 608px;
        margin: 0 auto;
    }
    .cp__headline h2 img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    /* cp__booklist */
    .cp__booklist {
        width: inherit;
    }
    .cp__booklist--line {
        width: 100%;
        max-width: 960px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .cp__booklist--book:nth-last-of-type(1) {
        /* 横一列に並べるため、最後のマージン不要 */
        margin-right: 0;
    }
    .cp__booklist--book {
        width: 150px;
        margin-bottom: 40px;
    }
    .cp__booklist--picture img {
        width: 150px;
    }
    .cp__booklist--volume {
        font-size: 13px;
        padding-bottom: 0;
    }
    .cp__first-reading-list {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin: 0 auto;
    }
    .cp__first-reading-list .cp__booklist--line {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 20px;
    }
    .cp__btn--show-detail:hover {
        background-color: #EEEEEE;
    }
    .cp__btn--show-detail {
        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;
        margin: 24px 0 0;
    }
    .cp__btn--show-all:hover {
        opacity: 0.7;
    }
    .cp__btn-area {
        display: flex;
        justify-content: center;
        gap: 32px;
    }
    .cp-panel-featured-contents {
        margin-top: 40px;
    }
    .cp-battle-luck-contents {
        margin-top: 92px;
    }
    .cp-romance-luck-contents,
    .cp-sports-luck-contents,
    .cp-career-luck-contents,
    .cp-lifestyle-luck-contents,
    .cp-staffreview-contents {
        margin-top: 61px;
    }
    .cp-X-banner {
        width: 480px;
        max-width: 480px;
        height: auto;
        margin-top: 60px;
    }
}
@media not all and (max-width: 1280px) {
    /* PC */
    .cp-kv img {
        min-height: 500px;
    }
}
@media screen and (max-width: 950px) {
    /* SP */
    .cp-kv {
        max-width: 430px;
        margin: 0 auto;
    }
    .cp-get-coupon {
        margin-top: 10px;
    }
    .cp-get-coupon__image--register-text {
        margin-bottom: 4px;
    }
    .cp-get-coupon-detail {
        width: auto;
        max-width: 383px;
        padding: 26px 16px 16px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .cp-first-reading-contents,
    .cp-panel-featured-contents {
        width: 100%;
    }
    .cp-container .cp-container--spacing {
        max-width: 430px;
    }
    .cp__headline h2 {
        width: 342px;
        margin: 0 auto;
    }
    .cp__headline h2 img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .cp__booklist--book {
        margin-bottom: 28px;
    }
    .cp__btn--show-all {
        width: 268px;
        height: 38px;
        margin-top: 8px;
    }
    .cp__btn--show-all:nth-of-type(2) {
        margin-top: 22px;
    }
    .cp__btn--show-all img {
        right: 14px;
        top: 36%;
    }
    .cp-attention {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cp-attention h4::before {
        top: 2px;
    }
    .cp-attention-wrapper {
        max-width: 379px;
        margin: 20px 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-sns {
        margin-top: 40px;
        padding-bottom: 48px;
    }
    .cp-X-banner img {
        border-radius: 4px;
    }
}
@media screen and (max-width: 374px) {
    .cp__booklist--line {
        grid-template-columns: 1fr 1fr;
    }
    .cp__headline h2 {
        width: 100%;
    }
}

/* 終了ページ */
.cp-end {
    text-align: center;
    font-size: 15px;
    margin-top: 60px;
    margin-bottom: 60px;
    font-weight: bold;
    color: #333333;
    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;
    }
}

/* 初読みセクション（コマ画像）枠 */
.cp-card-item {
    background-color: #FFFCF0;
    border: #222222 1px solid;
    border-radius: 10px;
    position: relative;
}

.cp-card_img img {
    height: auto;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cp-card-product {
    display: flex;
}
.cp-card__picture {
    flex: 0 0 auto;
}
.cp-card-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.cp-card__picture a {
    display: block;
}
.cp-card__picture img {
    object-fit: contain;
}
.cp-card__title {
    font-size: 15px;
    font-weight: bold;
    color: #4D2700;
    line-height: 1;
}
.cp-card__title span {
    font-size: 13px;
    color: #777777;
    margin-left: 10px;
    line-height: 1;
}
.cp-card__abst {
    font-size: 13px;
    color: #4D2700;
    line-height: 1.5;
    margin-top: 6px;
}
.cp-card__price em {
    font-style: normal;
}
.cp-card__price span:nth-child(1) {
    text-decoration: line-through;
}
.cp-card__price span:nth-child(2) {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #FF0000;
}
.cp-card__price span:nth-child(2) em {
    font-size: 20px;
}

@media not all and (max-width: 950px) {
    /* PC */
    .cp-panel-featured-contents {
        width: 960px;
    }
    .cp-card {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .cp-card-item .cp-card_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .cp-card-product {
        height: 216px;
        display: flex;
        align-items: center;
    }
    .cp-card-info {
        padding: 18px 17px 23px 0;
        height: 174px;
        display: flex;
        flex-direction: column;
    }
    .cp-card__picture {
        padding: 18px 14px 23px 20px;
    }
    .cp-card__picture img {
        width: 114px;
        height: auto;
    }
    .cp-card__price {
        margin-top: auto;
        text-align: right;
    }
    .cp__btn--show-detail {
        align-self: flex-end;
    }
    .cp-card-info .cp__btn--show-detail {
        width: 200px;
        height: 40px;
        margin-top: 3px;
        margin-left: auto;
    }
    .cp-card-info .cp__btn--show-detail a {
        width: 100%;
        padding-inline: 0;
        padding-block: 0;
    }
    .cp-card__footer {
        margin-top: auto;
    }
}

@media screen and (max-width: 950px) {
    /* SP */
    .cp-card {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cp-card-item:not(:last-child) {
        margin-bottom: 16px;
    }
    .cp-card_img img {
        width: 100%;
    }
    .cp-card-product {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-auto-rows: auto;
        margin-top: 14px;
    }
    .cp-card__picture {
        padding: 0 10px 10px 14px;
        grid-column: 1;
        grid-row: 1;
    }
    .cp-card-info {
        display: contents;
    }
    .cp-card__text {
        grid-column: 2;
        grid-row: 1;
        width: 95%;
    }
    .cp-card__footer {
        grid-column: 1 / span 2;
        grid-row: 2;
    }
    .cp-card__price {
        text-align: center;
    }
    .cp-card-info .cp__btn--show-detail {
        width: 200px;
        height: 40px;
        margin: 10px auto 15px;
    }
}

/* 予告ページ */
.cp-trailer-detail {
    max-width: 410px;
    margin: 20px auto 0;
    padding: 0 10px;
}
.cp-trailer-inner {
    padding: 26px 18px;
    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 #FFCC00;
    border-radius: 1px;
    pointer-events: none;
    box-sizing: border-box;
    background-color: #FFCC00;
    width: 8px;
    height: 15px;
}
.cp-trailer-detail__link-list {
    margin-left: 16px;
    font-size: 13px;
}
.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;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.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?date=20251217") no-repeat;
    background-size: 6px 10px;
    width: 6px;
    height: 10px;
}
.cp-trailer-detail__note {
    color: #222222;
    margin-top: 12px;
    margin-left: 16px;
    font-size: 12px;
}

@media not all and (max-width: 950px) {
    /* PC */
    .cp-trailer-detail {
        max-width: 560px;
    }
    .cp-trailer-inner {
        padding: 26px 22px;
    }
    .cp-trailer-detail__link-list li p {
        margin: 0 15px;
    }
}

@media screen and (max-width: 950px) {
    /* SP */
    .cp-trailer-detail__title {
        font-size: 13px;
    }
}
