@charset "utf-8";

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

@media not all and (max-width: 950px) {
    /* PC */
    .pc__hide {
        display: none !important;
    }
}
@media screen and (max-width: 950px) {
    /* SP */
    .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__headline {
    margin: 0 auto;
    text-align: center;
}
.cp__headline h2 img{
    filter: drop-shadow(2px 2px 4.5px #00000038);
}
.cp-banner-pure-gold {
    max-width: 640px;
    margin: 0 auto;
}
.cp-banner-pure-gold img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cp-copyright {
    color: #888AAF;
    font-size: 12px;
}
.cp-explanatory_text {
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 14px;
}
#cp-entry {
    padding-top: 15px;
}
.cp-entry-area {
    max-width: 660px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
    margin: 30px auto 0;
}
.cp-band-entry {
    position: relative;
    height: 60px;
}
.cp-band-entry div {
    width: 200px;
    position: absolute;
    top: -27px;
    left: -8px;
    z-index: 2;
}
.cp-band-entry img {
    width: 100%;
    height: auto;
}
.cp-link-to-line-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 320px;
    padding: 14px 0;
    margin: 0 auto 30px;
    background: #1DCC65;
    border-radius: 4px;
    box-shadow: 0.79px 1.57px 0px 0px #0A5A2A;
    text-decoration: none;
    color: #FFFFFF !important;
}
.cp-link-to-line-button__main {
    font-weight: bold;
    font-size: 20px;
    line-height: 19px;
}
.cp-link-to-line-button__sub {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    margin-top: 4px;
}
.cp-entry-text {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.cp-entry-text p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
}
.cp-entry-text span {
    color: #EE0000;
}
.cp-entry-text a {
    font-size: 14px;
    text-decoration: underline;
}
.cp-entry-text .cp-entry-text__status--connected {
    font-size: 14px;
    font-weight: normal;
}

/* モーダル */
.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-kadokawa-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);
    max-height: calc(100vh - 40px);
    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: 14px;
}

/* テキストエリアのスクロールバー */
.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;
}

/* エントリー確認モーダル（新規） */
.cp-entry-confirm__inner {
    height: auto;
    padding: 30px 25px;
}
.cp-entry-confirm__body {
    max-width: 400px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.cp-terms-modal__buttons--entry-confirm {
    flex-direction: row;
}
.cp-entry-confirm-modal .cp-entry-confirm__conditions {
    background: transparent;
    padding: 0;
}
.cp-entry-confirm-modal .cp-entry-confirm__conditions-list {
    list-style: none;
    padding-left: 0;
    font-size: 12px;
    line-height: 17px;
}
.cp-entry-confirm-modal .cp-entry-confirm__conditions-list li {
    padding-left: 1em;
    text-indent: -1em;
}
.cp-entry-confirm-modal .cp-entry-confirm__red {
    color: #FF0000;
}
.cp-entry-confirm-modal .cp-entry-confirm__note {
    color: #FF0000;
    font-weight: bold;
    width: fit-content;
    margin: 12px auto;
    padding: 0 7px;
}

/* エントリー完了モーダル */
.js-kadokawa-entry-thanks-modal .cp-terms-modal__content {
    height: 316px;
}
.cp-entry-thanks__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    margin: 0 0 20px;
}
.cp-entry-thanks__message {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    margin: 0 0 20px;
}
.cp-entry-thanks__message a {
    color: #0066CC;
    text-decoration: underline;
}

/* エントリー確認モーダル */
.cp-entry-confirm__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
}
.cp-entry-confirm__thumbnail {
    flex-shrink: 0;
}
.cp-entry-confirm__thumbnail img {
    display: block;
    width: 110px;
    height: auto;
}
.cp-entry-confirm__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
}
.cp-entry-confirm__conditions {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}
.cp-entry-confirm__conditions-heading {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 10px;
}
.cp-entry-confirm__conditions-list {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.6;
}
.cp-entry-confirm__conditions-list li {
    margin-bottom: 8px;
}
.cp-entry-confirm__conditions-list li:last-child {
    margin-bottom: 0;
}
.cp-entry-confirm__note {
    font-size: 12px;
    color: #666;
    margin: 12px 0 0;
}

@media (max-width: 430px) {
    .cp-terms-modal__content {
        width: 350px;
        height: 475px;
    }
    .cp-entry-confirm__header {
        gap: 12px;
    }
    .cp-entry-confirm__thumbnail img {
        width: 80px;
    }
    .cp-entry-confirm__title {
        font-size: 14px;
        line-height: 18px;
    }
}

.cp-bg-gradient {
    background: linear-gradient(180deg, #203253 0.05%, #4060CB 16.38%);
}

.cp-show_works_eligible_for_coupon {
    margin: 16px auto 0;
    width: 268px;
    height: auto;
    object-fit: contain;
}
.cp-entry-button{
    width: 260px;
    margin: 40px auto 0;
}
.cp-entry-button__link {
    display: block;
    width: 260px;
    padding: 30px 0;
    background-color: #FF5A00;
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0.79px 1.57px 0px 0px #A33A00;
    text-decoration: none;
}
/* クーポン取得 */
.cp-get-coupon-wrapper {
    margin-top: 3px;
}
.cp-get-coupon__image--register-text {
    /* width: 318px; */
    margin: 0 auto;
    font-size: 17px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}
.cp-get-coupon__image--button {
    position: relative;
    width: 318px;
    margin: 0 auto;
}
.cp-get-coupon__image--button a {
    background: url("/resources/a/image/landing/page/kadokawafestival50off/button_get_coupon.png?date=20260311") 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/image/landing/page/kadokawafestival50off/coupon_obtained_button.png?date=20260311") no-repeat;
    background-size: 318px 72px;
    background-position: 0;
}
.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(3) {
    margin-bottom: 8px;
}
.cp-get-coupon-detail p:nth-child(n+4) {
    color: #E90800;
    font-size: 13px;
}

/* 各コンテンツ枠 */
.cp-featured-works-contents, .cp-clerk-contents {
    margin-bottom: 48px;
}
.cp__first-reading-list .cp__booklist--book {
    margin-bottom: 0;
}
.cp__inner {
    padding-left: 10px;
    padding-right: 10px;
}
.cp__exposure-list {
    width: 100%;
    max-width: 960px;
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 14px;
    margin: 0 auto 32px;
    justify-content: center;
}
.cp__booklist--line {
    overflow: hidden;
    width: 100%;
    display: grid;
    column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: end;
}
.cart-in-booklist .cp__booklist--line {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 122px));
    row-gap: 20px;
    column-gap: 15px;
    justify-content: center;
}
.cp__booklist {
    display: flex;
    justify-content: center;
}
.cp__booklist--line {
    margin-top: 48px;
    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--text {
    margin-bottom: 6px;
    padding-top: 4px;
    text-align: center;
    background: linear-gradient(#6D8AFF, #EDF3FF);
    border-radius: 4px;
}
.cp__booklist--volume {
    text-align: center;
    color: #6C6C6C;
    background-color: #D4E799;
    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__booklist--50off {
    margin-bottom: 6px;
    padding-top: 4px;
    color: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
}
.cp__booklist--50off div {
    border-radius: 44px;
    width: 100%;
    height: 22px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cp__booklist--50off p {
    margin: 0 0 6px;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 14px;
    min-height: 28px;
}
.cp__booklist--50off img {
    width: 95px;
    height: 22px;
    object-fit: contain;
}

.cp__btn--next-page-list {
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.cp__btn--next-page a {
    display: block;
    text-decoration: none;
    width: 100%;
}
.cp__btn--next-page img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.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;
    margin-bottom: 6px;
}
.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-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__btn--add-to-cart {
    width: 100%;
}
.cp__btn--add-to-cart a {
    width: 100%;
    display: block;
}
.cp__btn--add-to-cart a img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* 注意事項 */
.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 #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;
}

/* 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;
}

@media not all and (max-width: 950px) {
    /* PC */
    main {
        background: linear-gradient(180deg, #203253 0.05%, #4060CB 16.38%);
    }
    .cp-container {
        max-width: 680px;
        margin: 0 auto;
    }
    .cp-bg-gradient {
        background: inherit;
    }
    .cp-kv {
        width: 100%;
    }
    .cp-get-coupon {
        margin-top: 40px;
    }
    .cp-get-coupon-detail {
        font-size: 15px;
    }
    .cp__headline h2 {
        width: 680px;
        margin: 0 auto;
    }
    .cp__headline h2 img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .cp-button-list-contents {
        margin-bottom: 40px;
    }
    .cp-kadokawa-selection-contents {
        margin-bottom: 24px;
    }
    .cp-pure-gold .cp__headline--title-mb {
        margin-bottom: 40px;
    }
    .cp__headline--title-mb {
        margin-bottom: 0px;
    }
    /* cp__booklist */
    .cp__booklist--line {
        width: 100%;
        max-width: 680px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 40px;
        column-gap: 20px;
    }
    .cp__booklist {
        width: inherit;
    }
    .cp__booklist--book:nth-last-of-type(1) {
        /* 横一列に並べるため、最後のマージン不要 */
        margin-right: 0;
    }
    .cp__booklist--book {
        width: 120px;
    }
    .cp-entry-area .cp__booklist--book {
        width: 100px;
    }
    .cp-entry-area .cp__booklist--book .cp__booklist--picture img {
        width: 100px;
    }
    .cp__btn--add-to-cart img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .cp__first-reading-list {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin: 0 auto;
    }
    .cp-button-list-contents .cp__inner, .cp-featured-works-contents .cp__inner,
    .cp-clerk-contents .cp__inner, .cp-kadokawa-selection-contents .cp__inner {
        padding: 0;
    }
    .cp__btn--next-page {
        width: 338px;
    }
    /* primary: 1つ目のボタンリスト（大きいボタン） */
    .cp__btn--next-page-list--primary .cp__btn--next-page {
        margin-top: 14px;
    }
    .cp__btn--next-page-list--primary .cp__btn--next-page:last-child {
        margin: 14px auto 0;
    }
    /* secondary: 2つ目のボタンリスト（小さいボタン） */
    .cp__btn--next-page-list--secondary .cp__btn--next-page {
        margin-top: 33px;
    }
    .cp__btn--next-page-list--secondary .cp__btn--next-page:last-child {
        margin: 33px auto 0;
    }
    .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-explanatory_text {
        font-size: 17px;
        line-height: 24px;
    }
    .cp-explanatory_text.cp__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 950px) {
    /* SP */
    main {
        background-color: #203253;
    }
    .cp-kv {
        max-width: 430px;
        margin: 0 auto;
    }
    .cp-kadokawa-selection-contents {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .cp-pure-gold {
        margin-bottom: 30px;
    }
    .cp-get-coupon {
        margin-top: 20px;
    }
    .cp-get-coupon__image--register-text {
        margin-bottom: 15px;
    }
    .cp-get-coupon-detail {
        width: auto;
        max-width: 383px;
        padding: 26px 16px 16px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .cp-button-list-contents {
        margin-top: 16px;
        margin-bottom: 20px;
    }
    .cp-button-list-contents {
        width: 100%;
    }
    .cp-container .cp-container--spacing {
        max-width: 430px;
    }
    .cp-kadokawa-selection-contents .cp__headline--title-mb,
    .cp-featured-works-contents .cp__headline--title-mb,
    .cp-clerk-contents .cp__headline--title-mb {
        margin-bottom: 10px;
    }
    .cp-pure-gold .cp__headline--title-mb {
        margin-bottom: 0;
    }
    .cp__headline h2 img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .cp__btn--show-detail-text {
        font-size: 13px;
    }
    .cp__booklist--line {
        margin-top: 0px;
    }
    .cp__exposure-list {
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
        margin-bottom: 28px;
    }
    .cp__exposure-list > .cp__booklist--book {
        grid-column: span 2;
        justify-self: center;
    }
    /* 4番目を2列目から開始させることで下段2個を中央寄せ */
    .cp__exposure-list > .cp__booklist--book:nth-child(4) {
        grid-column: 2 / span 2;
    }
    .cp-entry-area .cp__exposure-list > .cp__booklist--book {
        max-width: 100px;
        width: 100%;
    }
    .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%;
    }
    /* primary: 1つ目のボタンリスト */
    .cp__btn--next-page-list--primary .cp__btn--next-page {
        margin-top: 4px;
    }
    .cp__btn--next-page-list--primary .cp__btn--next-page:last-child {
        margin: 22px auto 0;
    }
    /* secondary: 2つ目のボタンリスト */
    .cp__btn--next-page-list--secondary .cp__btn--next-page:first-child {
        margin-top: 0;
    }
    .cp__btn--next-page-list--secondary .cp__btn--next-page {
        margin-top: 20px;
    }
    .cp__btn--next-page-list--secondary .cp__btn--next-page.cp__btn--next-page-bl-mt {
        margin-top: 20px;
    }
    .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-explanatory_text {
        font-size: 10px;
        line-height: 14px;
    }

    .cp-link-to-line-button {
        width: 268px;
    }
    .cp-link-to-line-button__main {
        font-size: 16px;
    }
}
@media screen and (max-width: 374px) {
    .cp__headline h2 {
        width: 100%;
    }
    .cp__btn--show-detail-text {
        font-size: 11px;
    }
}

/* エントリーリストとエントリー済み表示の共通スタイル */
.cp-entry-list-wrapper,
.cp-entry-done-wrapper {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    padding-bottom: 0;
    transition: opacity 0.6s ease-in-out, max-height 0.6s ease-in-out, padding-bottom 0.6s ease-in-out;
}

.cp-entry-list-wrapper.is-open,
.cp-entry-done-wrapper.is-open {
    opacity: 1;
    max-height: 2000px;
}

.cp-entry-done-wrapper.is-open {
    padding-bottom: 28px;
}

/* エントリー済み表示 */
.cp-entry-done {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 22px 12px;
    background-color: #FF5A00;
    border-radius: 6px;
    width: fit-content;
    margin: 0 auto;
}
.cp-entry-done__picture img {
    box-sizing: border-box;
    border: solid 1px #222222;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
    width: 124px;
    height: auto;
}
.cp-entry-done__label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #222222;
    height: 70px;
    border-radius: 3px;
    font-weight: bold;
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    text-align: center;
}

/* 終了ページ */
.cp-end {
    text-align: center;
    font-size: 15px;
    margin-top: 60px;
    margin-bottom: 60px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.3;
}
.cp-entry-text--end {
    display: inline-block;
    background-color: rgba(255,255,255,0.9);
    padding: 5px;
}
.cp-attention-text {
    font-size: 16px;
    color: #EE0000;
}
.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;
    }
}

@media not all and (max-width: 950px) {
    /* PC */
    .cp__btn--show-detail {
        align-self: flex-end;
    }
}
