/* ============================================================
   SPECIAL Page Styles
   ============================================================ */


/* bg-chars（ページ固有） */
.p-special__char--01 {
    top: -80px;
    left: -180px;
    width: 88.3125rem;
    height: 50.8125rem;
    background-image: url("../../images/special/special_char_left.png");
    opacity: 0.8;
}

.p-special__char--02 {
    top: -191px;
    right: -225px;
    width: 100%;
    height: 86.25rem;
    background-image: url("../../images/special/special_model.png");
}

.p-special-star-wrapper .ly-container {
    padding-top: 50px;
}

.p-special-star-wrapper .page_headline {
    text-align: center;
}

.p-special-star-wrapper .page_headline .sec-title .main {
    margin-top: 0px;
}


.p-special-star-wrapper .p-special-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.p-special-star-wrapper .p-special-box {
    background: #fff;
    border: 4px solid #000;
    border-radius: 40px;
    padding: 60px 80px;
    width: 86%;
    max-width: 850px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.p-special-star-wrapper .p-special-box-title {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.1em;
}

.p-special-star-wrapper .p-special-box-img {
    width: 100%;
    margin-bottom: 30px;
    background: #ccc;
    aspect-ratio: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}

.p-special-star-wrapper .p-special-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-special-star-wrapper .p-special-box-text,
.p-special-star-wrapper .p-special-box-text--first {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    font-weight: 700;
    color: #000;
}

/* コンテンツサンプル画像（background-image） */
.common_box_item_img {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-image: url("../../images/special/image_placeholder.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.p-special__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 620px;
    background-color: #F2F2F2;
    z-index: 0;
}

@media screen and (max-width: 1280px) {
    .p-special-star-wrapper .ly-container {
        padding: 60px 20px;
    }
}

@media screen and (max-width: 767px) {
    .p-special-star-wrapper .p-special-box {
        padding: 30px 20px;
        border-radius: 30px;
    }

    .p-special-star-wrapper .p-special-box-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 781px) {

    .p-special-star-wrapper .p-special__chara--01 img.char-left,
    .p-special-star-wrapper .p-special__chara--01 img.char-right {
        top: 0px !important;
    }

    .p-special-star-wrapper .p-special-content {
        gap: 48px;
    }

    .p-special-box {
        flex-direction: column;
    }

    .p-special-box-img {
        order: 2;
    }

    .p-special-box-text {
        order: 1;
    }

    .p-special-box-text--first {
        font-size: 24px !important;
        line-height: 1.8;
        text-align: left;
        font-weight: 500 !important;
        color: #000;
        margin: 50px 0px 0px 0px;
    }

    .p-special-box-text {
        display: none;
    }

    .p-special-star-wrapper .p-special-box {
        padding: 37px 25px 55px 25px;
    }

    .p-special-star-wrapper .p-special-box-title {
        margin-bottom: 0;
    }

    .p-special-star-wrapper .p-special-box-img {
        margin-bottom: 0;
        margin-top: 50px;
    }

    .p-special-star-wrapper {
        padding-bottom: 77px;
    }

    .p-special-star-wrapper::before {
        top: 235px;
    }

    .p-special-star-wrapper::before {
        display: none;
    }

    @media screen and (max-width: 450px) {
        .sec-special .common_box .common_box_item {
            padding: 0px !important;
        }
    }
}

.p-special-star-wrapper .p-special__chara--01 img.char-left,
.p-special-star-wrapper .p-special__chara--01 img.char-right {
    position: absolute;
    z-index: 3;
}

.p-special-star-wrapper .p-special__chara--01 .char-left {
    width: 100%;
    height: auto;
}

.p-special-star-wrapper .p-special__chara--01 .char-right {
    right: 0;
    height: auto;
}

@media screen and (max-width: 781px) {
    .p-special-star-wrapper .p-special__chara--01 .char-left {
        width: 782px;
        max-width: 100%;
    }
}

/* ============================================================
   Author Comments Block (Block 1)
   ============================================================ */

.p-special__comment-header {
    margin-bottom: 25px;
    text-align: center;
}

.p-special__title {
    font-size: 28px;
    font-weight: 900;
    line-height: 39px;
    color: #000;
    letter-spacing: 6.44px;
    padding-bottom: 10px;
}

.p-special__subtitle {
    font-size: 15px;
    font-weight: 900;
    color: #000;
    line-height: 1.6;
}

.p-special__comment-content {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.p-special__comment-column {
    flex: 1;
    max-width: 45%;
    /* Ensure side-by-side layout on larger screens */
}

.p-special__author-name {
    font-size: 15px;
    line-height: 19.8px;
    letter-spacing: -0.37px;
    margin-bottom: 10px;
    text-align: center;
}

.p-special__author-name.red,
.p-special__author-name.pink {
    color: #FF2EAE;
}

.p-special__comment-image {
    width: 100%;
}

.p-special__comment-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 781px) {
    .p-special__title {
        font-weight: bold;
        line-height: 58px;
        letter-spacing: 2px;
        font-size: 5.5vw;
        padding: 0 0 10px 0;
    }

    .p-special__subtitle {
        font-size: 13px;
    }

    .p-special__comment-header {
        margin-bottom: 25px;
    }

    .p-special__comment-content {
        flex-direction: row;
        /* Keep side-by-side */
        justify-content: space-between;
        gap: 10px;
        align-items: flex-start;
    }

    .p-special__comment-column {
        max-width: 48%;
    }

    .p-special__author-name {
        font-size: 13px;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .sec-special .common_box p {
        display: none;

    }

    .p-special__subtitle {
        text-align: center;
        display: block !important;
        font-size: 25px !important;
        line-height: 42.04px !important;
    }

    .sec-special .common_box {
        padding: 25px 36px 25px 36px;
    }
}

@media screen and (max-width: 576px) {
    .p-special__title {
        font-size: 4.1vw;
        line-height: 6vw;
        padding: 0 0 10px 0;
    }

    .p-special__subtitle {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .p-special__author-name {
        font-size: 9px;
    }
    .sec-special .common_box {
        padding: 25px 18px 25px 18px;
    }
}

.sec-special .common_box p {
    font-size: 14px;
    line-height: 19.8px;
    letter-spacing: -0.35px;
    color: #000;
    font-weight: 300;
}