/****************************
*　雪ミク　見出し関連
*****************************/

/* 雪ミクページ専用のh2スタイル */
.page-yukimiku-h2 {
    font-size: clamp(15px, 3vw, 30px);
    font-weight: bold;
    text-align: left;
    color: #333333;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 2.8rem 4rem;
    background-color: #e6f3ff;
    border-radius: 5px;
    margin: 0;

    @media screen and (max-width: 600px) {
        padding: 1.4rem 2rem;
    }
}

/* 雪ミクページ専用のh3スタイル */
.page-yukimiku-h3 {
    margin: 0 0 2rem 0;
    font-size: clamp(22px, 3vw, 28px);
    font-weight: bold;
    color: #0099cc;
    line-height: 1.5;

    @media screen and (max-width: 600px) {
        margin: 0 0 0.6rem 0;
        line-height: 1.45;
    }
}

/* 黒色のh3スタイル */
.page-yukimiku__reference-h3__black {
    font-size: clamp(18px, 3vw, 23px);
    font-weight: bold;
    color: #333333;
    margin: 0 0 2rem;
    line-height: 1.5;

    @media screen and (max-width: 600px) {
        margin: 0 0 0.6rem;
    }
}

.page-yukimiku-h3--sm {
    font-size: clamp(21px, 3vw, 26px);
}

.page-yukimiku-h3--border {
    border-bottom: 1px solid #0099cc;
    padding-bottom: 1.6rem;
    margin-bottom: 2.7rem;

    @media screen and (max-width: 600px) {
        padding-bottom: 1.4rem;
        margin-bottom: 1.4rem;
    }
}

.page-yukimiku-h3--bottom {
    padding-bottom: 1.6rem;
    margin-bottom: 3rem;

    @media screen and (max-width: 600px) {
        margin-bottom: 0;
        padding-bottom: 1.1rem;
        line-height: 1.4;
    }
}

.page-yukimiku-h3--kickoff {
    padding-bottom: 1.2rem;
    margin-bottom: 3.2rem;

    @media screen and (max-width: 600px) {
        padding-bottom: 2.4rem;
        margin-bottom: 2.9rem;
    }
}



/****************************
*　雪ミクページ　コンテンツ内容
*****************************/

/******** 雪ミク　PR ************/
.page-yukimiku__pr {
    margin: 0 auto 8.6rem;

    @media screen and (max-width: 600px) {
        margin: 0 auto 5.7rem;
    }
}

.page-yukimiku__pr-inner {
    margin: 0 auto 12rem;

    @media screen and (max-width: 600px) {
        margin: 0 auto 6.5rem;
    }
}

.page-yukimiku__image-container {
    width: 59%;
    margin: 0 auto;
    padding: 0.8rem 0 0 2rem;

    @media screen and (max-width: 600px) {
        width: 100%;
        margin: 0 auto;
        padding: 3rem 1rem 0 0.3rem;
    }
}

.page-yukimiku__main-image {
    width: min(54.6vw, 678px);
    height: min(77.4vw, 960px);

    @media screen and (max-width: 900px) {
        width: 100%;
        height: auto;
    }

    @media screen and (max-width: 375px) {
        width: min(86.1vw, 323px);
        height: min(121.8vw, 457px);
    }
}

/* 画像下　テキスト */
.page-yukimiku__content-container {
    max-width: 97.5rem;
    width: 100%;
    margin: 0 auto;
    padding-left: 0.8rem;
    text-align: left;

    @media screen and (max-width: 600px) {
        padding-left: 0;
    }
}

.page-yukimiku__title-container {
    border-bottom: 1px solid #0099cc;
    padding: 2.2rem 0 2.7rem;
    margin-bottom: 3rem;

    @media screen and (max-width: 600px) {
        padding: 2.2rem 0 2.1rem;
        margin-bottom: 2.3rem;
    }
}

.page-yukimiku__title {
    color: #0099cc;
    font-size: clamp(29px, 3vw, 36px);
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
    letter-spacing: 0;
}

@media screen and (max-width: 600px) {
    /* .page-yukimiku__title {
        font-size: clamp(29px, 3vw, 36px);
    } */
}

.page-yukimiku__text-container {
    font-size: clamp(12px, 3vw, 16px);
    padding: 0 0 2.5rem;
    margin-bottom: 30px;
}

.page-yukimiku__text {
    line-height: 2;
}

@media screen and (max-width: 600px) {
    .page-yukimiku__text {
        color: #333333;
        line-height: 2.35;
    }
}

.page-yukimiku__text:last-child {
    margin-bottom: 0;
}

/******* 雪ミク　トピックス ********/
.component-grid__items--yukimiku {
    margin-bottom: min(5.33vw, 20px);
}

.component-grid__container--yukimiku {
    margin-bottom: min(4.83vw, 60px);

    @media screen and (max-width: 600px) {
        margin-bottom: min(9.6vw, 36px);
    }
}

.page-yukimiku__header-inner {
    padding: 0 0 2rem 3.2rem;

    @media screen and (max-width: 900px) {
        padding: 0 0 1rem 0;
    }
}

.page-yukimiku__heading {
    margin-bottom: 1.8rem;
}

.page-yukimiku__inner {
    margin-bottom: -0.6rem;

    @media screen and (max-width: 600px) {
        margin-bottom: min(18.6vw, 70px);
    }

    .topics {
        padding: 0;
    }
}

.page-yukimiku__inner .topics {
    background-image: none;
    padding: 0;
}

/* .topics__inner--yukimiku {
    padding: 0;
} */

.btn-yukimiku__archive {
    max-width: 37.8rem;
    margin-left: 1.4rem;
    padding: 2.3rem 2.5rem;

    @media screen and (max-width: 600px) {
        max-width: 29.8rem;
        margin-left: 0;
        padding: 1.8rem 2.5rem;
    }
}

.page-yukimiku__archive {
    width: 100%;
    margin: 0 auto;
}

.topics__inner--yukimiku {
    padding: 0 2.8rem;
    margin: 0;
}

@media screen and (max-width: 900px) {
    .topics__inner--yukimiku {
        padding: 0;
    }
}

/************ 概要 ***************/
.page-yukimiku__gaiyou-header {
    margin-bottom: min(3.62vw, 45px);

    @media screen and (max-width: 1000px) {
        margin-bottom: 2.5rem;
    }

    @media screen and (max-width: 600px) {
        margin-bottom: 2.3rem;
    }
}

.page-yukimiku__gaiyou {
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
    /* 見直し */
    /* padding: 6rem 1.2rem 6rem 2.8rem;  */
    padding: 6rem 2.2rem 6.4rem;
    background-color: #ffffff;

    @media screen and (max-width: 1000px) {
        padding: 6rem 0;
    }

    @media screen and (max-width: 600px) {
        padding: 0;
    }
}

.page-yukimiku__gaiyou-inner {
    margin: 0 auto;
}

.page-yukimiku__torikumi {
    margin-bottom: 3rem;
    text-align: left;

    @media screen and (max-width: 600px) {
        margin-bottom: 4rem;
    }
}

.page-yukimiku__torikumi-inner {
    padding: 0;
}

.page-yukimiku__torikumi-title {
    padding: 0 0 1rem 0;
    background-color: #ffffff;
}

.page-yukimiku__torikumi-text {
    padding: 0;
    margin-bottom: 5rem;

    @media screen and (max-width: 600px) {
        margin-bottom: 2.3rem;
    }
}

.page-yukimiku__torikumi-content {
    line-height: 2;
    font-size: clamp(13px, 3vw, 16px);

    @media screen and (max-width: 600px) {
        line-height: 1.96;
    }
}

.page-yukimiku__torikumi-content--bottom {
    margin-bottom: 3rem;
}

.page-yukimiku__torikumi-content:last-child {
    margin-bottom: 0;
}

.page-yukimiku__torikumi-img {
    text-align: center;
}

.page-yukimiku__torikumi-fig {
    margin: 0;
    padding: 0;
}

.page-yukimiku__torikumi-img img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;

    @media screen and (max-width: 600px) {
        border-radius: 5px;
    }
}

.page-yukimiku__torikumi-img-caption {
    font-size: clamp(10px, 2vw, 16px);
    color: #777777;
    padding: 2.5rem 0;
    margin-bottom: 3.2rem;
    text-align: left;

    @media screen and (max-width: 600px) {
        padding: 0.5rem 0;
        margin-bottom: 0;
    }
}

.page-yukimiku__torikumi-img-gallery {
    display: flex;
    margin-top: 1.5rem;
    gap: min(6.25vw, 60px);

    @media screen and (max-width: 600px) {
        /* phoneブレイクポイント */
        gap: min(5.333333vw, 20px);
        margin-top: 1.2rem;
    }
}

.page-yukimiku__torikumi-img-item {
    flex: 1;
    margin: 0;
    padding: 0;
}

.page-yukimiku__torikumi-img-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/***** キャンペーンセクションのスタイル ******/
.page-yukimiku__cp {
    margin-bottom: 11rem;

    @media screen and (max-width: 600px) {
        margin-bottom: 4.4rem;
    }
}

.page-yukimiku__cp-inner {
    padding: 0;
}

.page-yukimiku__cp-title {
    padding: 1.4rem 0 0;
    margin-bottom: 2.8rem;

    @media screen and (max-width: 600px) {
        /* phoneブレイクポイント */
        margin-bottom: 1.4rem;
    }
}

/* .page-yukimiku__cp-content {
} */

.page-yukimiku__cp-text {
    margin-bottom: 2.4rem;

    @media screen and (max-width: 600px) {
        margin-bottom: 2.1rem;
    }
}

.page-yukimiku__cp-text-main {
    margin: 0 0 2.5rem;
    line-height: 1.6;
    font-size: clamp(18px, 3vw, 23px);
    font-weight: bold;

    @media screen and (max-width: 600px) {
        margin: 0 0 3.1rem;
    }
}

.page-yukimiku__cp-text-main .sp-br {
    display: block;

    @media screen and (max-width: 600px) {
        display: none;
    }
}

.page-yukimiku__cp-text-heading {
    margin: 0 0 0.4rem;
    line-height: 1.8;
    font-size: clamp(18px, 3vw, 23px);
    font-weight: bold;
    color: #0099cc;
}

@media screen and (max-width: 600px) {
    .page-yukimiku__cp-text-heading {
        margin: 0 0 0.9rem;
    }
}

.page-yukimiku__cp-text-body {
    margin: 0 0 15px;
    line-height: 1.9;
    font-size: clamp(13px, 3vw, 16px);
}

.page-yukimiku__cp-text-body:last-child {
    margin-bottom: 0;
}

.page-yukimiku__cp-image {
    text-align: center;
    padding: 0 0 3rem;
    margin-bottom: 4rem;

    @media screen and (max-width: 600px) {
        margin-bottom: 0;
        padding: 0 0 3.4rem;
    }
}

.page-yukimiku__cp-image img {
    max-width: 100%;
    height: auto;
}

.page-yukimiku__cp-image-pc {
    display: block;

    @media screen and (max-width: 600px) {
        display: none;
    }
}

.page-yukimiku__cp-image-sp {
    display: none;

    @media screen and (max-width: 600px) {
        display: block;
    }
}

.page-yukimiku__cp-details {
    display: flex;
    gap: 30px;

    @media screen and (max-width: 600px) {
        /* tab-portブレイクポイント */
        display: block;
        gap: 20px;
    }
}

.page-yukimiku__cp-details-left {
    width: 53%;
    margin-top: 1rem;

    @media screen and (max-width: 600px) {
        /* tab-portブレイクポイント */
        width: 100%;
        margin-top: 1rem;
    }
}

.page-yukimiku__cp-details-right {
    padding-left: 5rem;

    @media screen and (max-width: 600px) {
        padding-left: 0;
    }
}

.page-yukimiku__cp-details-right img {
    display: block;
    max-width: 214px;
    width: 99%;
    height: auto;

    @media screen and (max-width: 600px) {
        /* tab-portブレイクポイント */
        width: 53%;
        margin: 2rem 8rem 0 auto;
        padding-bottom: 0;
    }
}

.page-yukimiku__cp-details-heading {
    margin: 0 0 0.9rem;
    font-size: clamp(18px, 3vw, 23px);
    font-weight: bold;
    color: #0099cc;
    line-height: 1.5;
}

.page-yukimiku__cp-details-text {
    margin: 0;
    line-height: 1.9;
    letter-spacing: -0.1px;
    font-size: clamp(13px, 3vw, 16px);
}

/* 自動販売機キャンペーンセクション */
.page-yukimiku__vending {
    margin-bottom: 12.5rem;
    border-radius: 10px;
    overflow: hidden;

    @media screen and (max-width: 600px) {
        margin-bottom: 5.5rem;
    }
}

.page-yukimiku__vending-inner {
    padding: 0;
}

.page-yukimiku__vending-header {
    margin: 0.3rem 0 2rem 0;
    background-color: #ffffff;
}

@media screen and (max-width: 600px) {
    .page-yukimiku__vending-header {
        margin: 0.3rem 0 2rem 0;
        background-color: #ffffff;
    }
}

.page-yukimiku__vending-content {
    /* padding: 20px; */
}

.page-yukimiku__vending-text {
    font-size: clamp(13px, 3vw, 16px);
    margin-bottom: 1.5rem;
}

.page-yukimiku__vending-text p {
    line-height: 2;

    @media screen and (max-width: 600px) {
        line-height: 1.95;
    }
}

.page-yukimiku__vending-text p:last-child {
    margin-bottom: 0;
}

.page-yukimiku__vending-period {
    font-weight: bold;
}

.page-yukimiku__vending-images {
    display: flex;
    gap: min(6.25vw, 60px);
    margin-top: 4.5rem;

    @media screen and (max-width: 600px) {
        /* phoneブレイクポイント */
        gap: 15px;
        margin-top: 2.2rem;
    }
}

.page-yukimiku__vending-image-left img,
.page-yukimiku__vending-image-right img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;

    @media screen and (max-width: 600px) {
        border-radius: 5px;
    }
}

/******** いろはす製品PRセクション *******/
.page-yukimiku__irohasu {
    margin-bottom: 16.4rem;

    @media screen and (max-width: 600px) {
        margin-bottom: 7.5rem;
    }
}

.page-yukimiku__irohasu-inner {
    padding: 0;
}

.page-yukimiku__irohasu-header {
    background-color: #ffffff;
    margin-bottom: 3rem;

    @media screen and (max-width: 600px) {
        margin-bottom: 2.6rem;
    }
}

.page-yukimiku__irohasu-content {}

.page-yukimiku__irohasu-text {
    margin-bottom: 5rem;
    font-size: clamp(13px, 3vw, 16px);

    @media screen and (max-width: 600px) {
        margin-bottom: 2.2rem;
    }
}

.page-yukimiku__irohasu-text p {
    line-height: 2;

    @media screen and (max-width: 600px) {
        line-height: 1.95;
    }
}

.page-yukimiku__irohasu-text p:last-child {
    margin-bottom: 0;
}

.page-yukimiku__irohasu-novelty-title {
    font-weight: bold;
    margin-top: 3rem;

    @media screen and (max-width: 600px) {
        margin-top: 2.8rem;
    }
}

.page-yukimiku__irohasu-novelty-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.page-yukimiku__irohasu-novelty-list li {
    margin-bottom: 8px;
    line-height: 1.6;
    position: relative;
}

.page-yukimiku__irohasu-novelty-list li:last-child {
    margin-bottom: 0;
}

.page-yukimiku__irohasu-gallery {
    /* margin-top: 20px; */
}

.page-yukimiku__irohasu-grid {
    display: grid;
    padding-left: 0.3rem;
    grid-template-columns: repeat(2, 1fr);
    gap: min(6.29vw, 78px) min(6.145833vw, 59px);

    @media screen and (max-width: 900px) {
        gap: min(8.66vw, 78px) min(6.55vw, 59px);
    }

    @media screen and (max-width: 375px) {
        padding-left: 0;
        gap: min(6.66vw, 25px) min(2.9vw, 11px);
    }
}

.page-yukimiku__irohasu-item {
    width: min(36.2vw, 450px);
    height: min(45.1vw, 560px);
    /* margin-bottom: min(1.46666vw, 22px); */

    @media screen and (max-width: 1200px) {
        border-radius: 5px;
        width: 100%;
        height: auto;
    }

    @media screen and (max-width: 375px) {
        border-radius: 5px;
        width: min(47.9vw, 155px);
        height: min(59.7vw, 193px);
    }

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: min(4vw, 20px);

        @media screen and (max-width: 600px) {
            border-radius: 10px;
            /* margin-bottom: min(2.13vw, 8px); */
        }
    }
}

.page-yukimiku__irohasu-caption {
    font-size: clamp(10px, 3vw, 16px);
    color: #231815;
    line-height: 1.4;
    margin-top: min(1.46666vw, 22px);
}

/* キックオフミーティングセクション */
.page-yukimiku__kickoff {
    margin-bottom: 6rem;
    border-radius: 10px;
    overflow: hidden;

    @media screen and (max-width: 600px) {
        margin-bottom: 6.4rem;
    }
}

.page-yukimiku__kickoff-inner {
    padding: 0;
}

.page-yukimiku__kickoff-header {
    background-color: #ffffff;
}

.page-yukimiku__kickoff-content {
    margin-top: 0;

    @media screen and (max-width: 900px) {
        margin-top: 2.3;
    }
}

.page-yukimiku__kickoff-text {
    margin-bottom: 2.4rem;
    font-size: clamp(13px, 3vw, 16px);

    @media screen and (max-width: 600px) {
        margin-bottom: -0.3rem;
    }
}

.page-yukimiku__kickoff-text p {
    line-height: 2;

    @media screen and (max-width: 600px) {
        line-height: 1.95;
    }
}

.page-yukimiku__kickoff-text p:last-child {
    margin-bottom: 0;
}

.page-yukimiku__kickoff-date {
    /* font-size: 0.9rem !important;
    color: #777777;
    text-align: right;
    margin-top: 20px !important;
    font-style: italic; */
}

.page-yukimiku__kickoff-image {
    text-align: center;
    margin-top: 20px;
}

.page-yukimiku__kickoff-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    @media screen and (max-width: 600px) {
        border-radius: 5px;
    }
}

/* 参考情報セクション */
.page-yukimiku__reference {
    margin-bottom: 27rem;
    background-color: #ffffff;

    @media screen and (max-width: 600px) {
        margin-bottom: 13.5rem;
    }
}

.page-yukimiku__reference-inner {
    margin: 0 auto;
    padding: 0 0 0 1rem;
    width: 80%;

    @media screen and (max-width: 900px) {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    @media screen and (max-width: 600px) {
        margin: 0 auto;
        padding: 0;
        width: 97%;
    }
}

.page-yukimiku__reference-header {
    margin-bottom: 3.2rem;

    @media screen and (max-width: 600px) {
        margin-bottom: 2rem;
    }
}

/* 各セクションのコンテナ */
.page-yukimiku__reference-section {
    margin-bottom: 5.2rem;

    @media screen and (max-width: 600px) {
        margin-bottom: 4.4rem;
    }
}

.page-yukimiku__reference-section:nth-of-type(3) {
    margin-bottom: 6.4rem;

    @media screen and (max-width: 600px) {
        margin-bottom: 4.4rem;
    }
}

.page-yukimiku__reference-section:last-child {
    margin-bottom: 0;
}

/* テキストコンテンツ */
.page-yukimiku__reference-text {
    line-height: 2;
    letter-spacing: 0.4px;
    font-size: clamp(13px, 3vw, 16px);

    @media screen and (max-width: 600px) {
        letter-spacing: -0.3px;
    }
}

.page-yukimiku__reference-text:last-child {
    margin-bottom: 0;
}

/* リンクスタイル */
.page-yukimiku__reference-link {
    color: #0099cc;
    text-decoration: none;
    transition: color 0.3s;
}

.page-yukimiku__reference-link:hover {
    color: #0077aa;
    text-decoration: underline;
}

/* 画像コンテナ */
.page-yukimiku__reference-image {
    margin-top: 20px;
    text-align: center;
}

.page-yukimiku__reference-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* フレックスレイアウト */
.page-yukimiku__reference-flex {
    display: flex;
    gap: min(1.4553vw, 14px);
    padding-right: 0.5rem;

    @media screen and (max-width: 900px) {
        flex-direction: column;
        gap: 20px;
    }
}

.page-yukimiku__reference-flex-content {
    flex: 0.9;
}

.page-yukimiku__reference-flex-image {
    flex: 1;
    margin-top: 4rem;

    @media screen and (max-width: 600px) {
        margin-top: 5.4rem;
    }

    img {
        display: block;
        max-width: 100%;
        height: auto;
        padding: 0.5rem 0 0 3rem;

        @media screen and (max-width: 900px) {
            padding: 0;
        }
    }
}

/* ボタン　*/
.page-yukimiku__btn {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-top: 2.4rem;
    padding: 1.1rem;

    @media screen and (max-width: 600px) {
        margin-top: 2rem;
        padding: 1rem;
    }

    &::before,
    &::after {
        content: none;
    }
}

/* 活動報告／Webレポートのスタイル - 折り返し防止 */
.page-group__category-card-report-link,
.page-group__category-card-report-list li {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.page-group__category-card-report-date {
    display: inline-block;
    margin-right: 0.5rem;
    font-weight: bold;
}

/****************************
*　雪ミク　詳細ページ
*****************************/
.page__yukimiku-single {
    margin-bottom: 16.2rem;
}

.page-single__detail--yukimiku {
    margin-top: 8.5rem;
}

.page-single__detail-category--yukimiku {
    background-color: #0099cc;
    padding: 0.3rem 2.6rem;
}