    @charset "UTF-8";

    /* ＊＊＊ onayami-winter - 2025 ＊＊＊ */

    /* === store all === */
    body {
        margin: auto;
    }

    .lp__wrap a,
    .lp__wrap a:hover,
    .lp__wrap a:visited .lp__wrap--para a,
    .lp__wrap--para a:hover,
    .lp__wrap--para a:visited {
        color: #565656;
    }

    /* store */
    /*position:stickey;を適用するために必須*/
    .page-layout-1column,
    .page-layout-2columns-left,
    .page-layout-2columns-right,
    .page-layout-1column-fullwidth {
        overflow-x: visible !important;
    }

    /* === lp all === */
    .lp__wrap--para,
    .lp__wrap--para.onayami01,
    .lp__wrap--para.onayami02,
    .lp__wrap--para.onayami03 {
        color: #565656;
        text-align: center;
        font-weight: 600;
    }

    .lp__wrap--para.onayami01::before {
        background: url("../../../../img/event/onayami/winter/2025/bg_01.jpg");
        background-color: #fffaee;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .lp__wrap--para.onayami02::before {
        background: url("../../../../img/event/onayami/winter/2025/bg_02.jpg");
        background-color: #fcf8f9;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .lp__wrap--para.onayami03::before {
        background: url("../../../../img/event/onayami/winter/2025/bg_03.jpg");
        background-color: #fffcf9;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }

    section {
        font-size: clamp(16px, 1.75vw, 25px);
    }

    section#column,
    section#otherfeature {
        margin: 50px auto;
    }


    @media screen and (max-width:768px) {

        .lp__wrap--para.onayami01::before {
            background: url("../../../../img/event/onayami/winter/2025/sp_bg_01.jpg");
            background-color: #fffaee;
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
        }

        .lp__wrap--para.onayami02::before {
            background: url("../../../../img/event/onayami/winter/2025/sp_bg_02.jpg");
            background-color: #fcf8f9;
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
        }

        .lp__wrap--para.onayami03::before {
            background: url("../../../../img/event/onayami/winter/2025/sp_bg_03.jpg");
            background-color: #fffcf9;
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
        }

        section,
        section#column,
        section#otherfeature {
            margin: 25px auto;
        }

    }

    /* MV */
    .mv--area {
        max-width: 1200px;
        margin: auto;
    }

    /* @media screen and (max-width:768px) {
        .mv--area {
            margin: -25px auto auto;
        }
    } */

    /* category-navi */
    .t-header {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        position: sticky;
        top: 0;
        padding: 5px 0 0;
        width: 100%;
        background-color: #fff;
        margin: auto;
        z-index: 99;
    }

    .t-header .inner {
        margin: auto;
        max-width: 100%;
    }

    .t-header .flexbox {
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }

    .nav-global div {
        list-style: none;
    }

    .nav-global div :last-child {
        margin-right: 0;
        border-right: none;
    }

    .nav-gloval-list {
        padding: 10px 50px;
        border-right: 1px solid #dadada;
    }


    .flexbox a {
        color: #000;
        text-decoration: none;
        background-color: #fff;
        font-size: clamp(15px, 1vw, 18px);
    }

    .contents-area {
        color: #555;
        padding: 50px 0px;
        text-align: center;
    }

    .link-current {
        font-weight: bold;
        border-bottom: 4px solid #FF5841 !important;
    }

    /* === item - section === */

    .sec_bg-top,
    .sec_bg-middle,
    .sec_bg-bottom {
        background: transparent;
        text-align: center;
        max-width: 1400px;
        margin: auto;
    }

    .sec_bg-middle {
        padding: 0 5%;
    }

    #pickup .sec_bg-middle {
        background: url("../../../../img/event/onayami/winter/2025/pickup_bg_middle.png") repeat-y;
        background-size: contain;
    }

    #virus .sec_bg-middle {
        background: url("../../../../img/event/onayami/winter/2025/virus_bg_middle.png") repeat-y;
        background-size: contain;
    }

    #kansou .sec_bg-middle {
        background: url("../../../../img/event/onayami/winter/2025/dry_bg_middle.png") repeat-y;
        background-size: contain;
    }

    #samusa .sec_bg-middle {
        background: url("../../../../img/event/onayami/winter/2025/cold_bg_middle.png") repeat-y;
        background-size: contain;
    }

    #column .sec_bg-top,
    #column .sec_bg-middle,
    #column .sec_bg-bottom,
    #otherfeature .sec_bg-top,
    #otherfeature .sec_bg-middle,
    #otherfeature .sec_bg-bottom {
        max-width: none;
    }

    #column .sec_bg-top img,
    #column .sec_bg-bottom img,
    #otherfeature .sec_bg-top img,
    #otherfeature .sec_bg-bottom img {
        width: 100%;
    }

    #column .sec_bg-middle {
        background: url("../../../../img/event/onayami/winter/2025/column_bg_middle.png") repeat-y;
        background-size: contain;
    }

    #otherfeature .sec_bg-middle {
        background: url("../../../../img/event/onayami/winter/2025/bnr_bg_middle.png") repeat-y;
        background-size: contain;
    }


    @media screen and (max-width:768px) {

        .sec_bg-top img,
        .sec_bg-bottom img {
            width: 100%;
        }

        .sec_bg-middle {
            padding: 0 7.5%;
        }

        #pickup .sec_bg-middle {
            background: url("../../../../img/event/onayami/winter/2025/sp_pickup_bg_middle.png") repeat-y;
            background-size: contain;
        }

        #virus .sec_bg-middle {
            background: url("../../../../img/event/onayami/winter/2025/sp_virus_bg_middle.png") repeat-y;
            background-size: contain;
        }

        #kansou .sec_bg-middle {
            background: url("../../../../img/event/onayami/winter/2025/sp_dry_bg_middle.png") repeat-y;
            background-size: contain;
        }

        #samusa .sec_bg-middle {
            background: url("../../../../img/event/onayami/winter/2025/sp_cold_bg_middle.png") repeat-y;
            background-size: contain;
        }

        #column .sec_bg-middle {
            background: url("../../../../img/event/onayami/winter/2025/sp_column_bg_middle.png") repeat-y;
            background-size: contain;
            padding: 0;
        }

        #otherfeature .sec_bg-middle {
            background: url("../../../../img/event/onayami/winter/2025/sp_bnr_bg_middle.png") repeat-y;
            background-size: contain;
            padding: 0;
        }

    }

    /* pickup */
    .ctg__pickup {
        margin: auto;
    }

    .ctg__pickup {
        max-width: 1000px;
    }

    .ctg__pickup .pickup-detail {
        padding-bottom: 50px;
    }

    .ctg__pickup .pickup-detail .pickup-detail_img {
        text-align: center;
        margin: auto;
    }

    .ctg__pickup .pickup-detail .pickup-detail_txt {
        margin: auto;
        text-align: left;
    }

    .ctg__pickup .pickup-detail .pickup-detail_txt .name {
        display: inline-block;
        background: -webkit-linear-gradient(90deg, #ffa231 0%, #ff6b28 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
        font-size: clamp(20px, 2.0vw, 28px);
    }

    .ctg__pickup .pickup-detail .pickup-detail_txt .value {
        color: #ff5569;
        font-size: clamp(23px, 2.0vw, 25px);
        font-weight: bold;
    }

    .ctg__pickup .pickup-detail .pickup-detail_txt .value span {
        font-size: clamp(15px, 1.35vw, 18px);
    }

    .ctg__pickup .pickup-detail .pickup-detail_txt .review {
        font-size: clamp(16px, 1.5vw, 20px);
    }

    .ctg__pickup .pickup-detail .pickup-detail_txt .pickup__item--btn {
        max-width: 350px;
        /* margin: 25px 0 0; */
    }

    .ctg__pickup .pickup-detail .pickup-detail_txt .pickup__item--btn a {
        display: block;
    }

    @media screen and (max-width:768px) {

        .ctg__pickup .pickup-detail_2nd {
            padding-bottom: 0;
        }
    }

    @media screen and (max-width:767px) {

        .ctg__pickup .pickup-detail {
            padding-bottom: 25px;
        }

        .ctg__pickup .pickup-detail .pickup-detail_txt .pickup__item--btn {
            margin: 0;
        }

        .ctg__pickup .pickup-detail .pickup-detail_txt .pickup__item--btn a {
            padding: 0 0 20px;
        }

        .ctg__pickup .pickup-detail_2nd .pickup-detail_txt .pickup__item--btn a :last-child {
            padding: 0;
        }
    }


    /* column */
    .ctg-column .ctg__ttl {
        margin: auto auto 15px;
    }

    .ctg__ttl {
        color: #fff;
    }

    .ctg__ttl p {
        font-size: medium;
        margin-bottom: 0;
    }

    .ctg-column .ctg__box {
        max-width: none;
        background: transparent;
    }

    .ctg__box {
        max-width: 1080px;
        margin: auto;
        background: #fff;
    }

    .ctg-column .item__area {
        display: flex;
    }

    .ctg-column .articles {
        border: none;
        border-radius: 1px;
        background: #fff;
        margin: 30px auto;
        text-align: left;
        font-size: clamp(13px, 1.15vw, 20px);
        /* height: 430px !important; */
    }

    .ctg-column .articles .detail {
        padding: 10px;
    }

    /* .ctg-column .articles.shampoo-review .detail {
        padding: 10px 10px 20px;
    } */

    .ctg-column .articles .detail .ttl {
        font-weight: bold;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: initial;
        white-space: unset;
    }

    @media screen and (max-width: 768px) {

        .nav-gloval-list {
            padding: 9px;
        }

    }

    @media screen and (max-width:767px) {
        .ctg__ttl p {
            font-size: small;
        }

        .ctg-column .articles {
            margin: auto auto 30px;
            /* height: 235px !important; */
        }

        /* .ctg-column .articles .detail .ttl {
            -webkit-line-clamp: 3;
        } */

        .ctg-column .articles .detail {
            padding: 5px;
        }

        .ctg-column .articles.shampoo-review .detail {
            padding: 5px 5px 20px;
        }
    }

    @media screen and (max-width:541px) {

        .ctg-column .articles.shampoo-review .detail {
            padding: 5px;
        }
    }

    /*ドットナビゲーションの設定*/

    .slick-dots {
        margin: -25px 0 0;
    }

    .slick-dots li {
        display: inline-block;
        margin: 0 5px;
    }

    .slick-dots button {
        color: transparent;
        outline: none;
        border-radius: 50%;
        background: transparent !important;
        /*ドットボタンの色*/
        border: 1px solid #ff8f4d !important;
    }

    button.slick-prev:focus,
    button.slick-next:focus {
        outline: none !important;
    }

    .slick-dots .slick-active button {
        background: #ff8f4d !important;
        /*ドットボタンの現在地表示の色*/
    }


    /* columnスライダー */

    button.slideshow {
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        vertical-align: middle;
        color: inherit;
        font: inherit;
        border: 0;
        background: transparent;
        padding: 0;
        margin: 0;
        outline: none;
    }

    .slideshow {
        display: flex;
        -webkit-animation: loop-slide 30s infinite linear 1s both;
        animation: loop-slide 30s infinite linear 1s both;
    }

    @-webkit-keyframes loop-slide {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-100%);
        }
    }

    @keyframes loop-slide {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-100%);
        }
    }

    .content-hover {
        transition: all 0.2s;
        margin-right: 15px;
    }

    .content-hover:hover {
        opacity: 0.8;
        cursor: pointer;
    }

    .scontent,
    .scontent img {
        width: 220px !important;
    }

    @media screen and (max-width: 750px) {

        .scontent,
        .scontent img {
            width: 200px !important;
        }

        .slideshow {
            display: flex;
            -webkit-animation: loop-slide 10s infinite linear 1s both;
            animation: loop-slide 10s infinite linear 1s both;
        }

        /* .slide-paused:active .slideshow {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    } */

        .content-hover {
            margin-right: 10px;
        }

        .content-hover:active {
            /*transform: translateY(-20px);*/
            /* box-shadow: 0 3px 10px 0 #333; */
            opacity: 0.8;
            cursor: pointer;
        }

        .slideshow {
            display: flex;
            -webkit-animation: loop-slide 20s infinite linear 1s both;
            animation: loop-slide 20s infinite linear 1s both;
        }

        .ctg-column .ctg__ttl {
            margin: auto;
        }

    }


    @media screen and (max-width: 550px) {

        .scontent,
        .scontent img {
            width: 150px !important;
        }

        .content-hover {
            margin-right: 5px;
        }

    }

    /*==================================================
スライダーのためのcss
===================================*/
    .slider {
        max-width: 1080px;
        margin: 0 auto;
    }

    .slider img {
        width: 100%;
        height: auto;
    }

    .slider .slick-slide {
        margin: 0 10px;
    }

    .slider.feature .slick-slide {
        margin: 0 10px 0 5px;
    }

    /*矢印の設定*/

    .slick-prev {
        /* 戻る矢印の位置と形状 */
        left: -3.0%;
        transform: rotate(0deg);
        background: #ddd !important;
        opacity: .75 !important;
    }

    .slick-next {
        /* 次へ矢印の位置と形状 */
        right: -5.0%;
        transform: rotate(0deg);
        background: #ddd !important;
        opacity: .75 !important;
    }

    /*ドットナビゲーションの設定*/

    .slick-dots {
        margin: -25px 0 0;
    }

    .slick-dots li {
        display: inline-block;
        margin: 0 5px;
    }

    .slick-dots button {
        color: transparent;
        outline: none;
        width: 8px;
        /*ドットボタンのサイズ*/
        height: 8px;
        /*ドットボタンのサイズ*/
        display: block;
        border-radius: 50%;
        background: #ccc;
        /*ドットボタンの色*/
    }

    .slick-dots .slick-active button {
        background: #333;
        /*ドットボタンの現在地表示の色*/
    }

    @media screen and (max-width:1200px) {

        .slider {
            max-width: 100%;
        }

        .slider .slick-slide {
            margin: 0 5px 0 0;
        }

        .slick-list.draggable {
            width: 75%;
            margin: 0 auto;
        }

        .slick-prev {
            /* 戻る矢印の位置と形状 */
            left: 5.0%;
        }

        .slick-next {
            /* 次へ矢印の位置と形状 */
            right: 6.0%;
        }

        .slick-dots {
            padding: 0 0 15px 0;
        }

    }

    @media screen and (max-width:767px) {

        .slider {
            max-width: 100%;
        }

        .slider .slick-slide {
            margin: 0 5px 0 0;
        }

        .slick-list.draggable {
            width: 85%;
            margin: 0 auto;
        }

        .slick-prev {
            /* 戻る矢印の位置と形状 */
            left: 0.25%;
        }

        .slick-next {
            /* 次へ矢印の位置と形状 */
            right: 1.0%;
        }

        .slick-dots {
            padding: 0 0 15px 0;
        }

    }


    /* SKU */
    /* 商品 */
    @media screen and (max-width:1024px) {
        .item--area {
            max-width: 95%;
            margin: auto;
        }
    }

    @media screen and (max-width: 768px) {
        .item--area {
            max-width: 100%;
        }
    }

    .product-items {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center;
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        box-shadow: 5px 5px 5px rgba(255, 98, 0, .15);
        background: #fff;
        /* height: 340px; */
        margin: 10px !important;
        padding: 10px;
        /* border: 1px solid #c99267; */
    }

    .product-items .product-item .product-item-details a {
        font-size: clamp(13px, 1.3vw, 17px);
        font-weight: 700;
        color: #454545;
        line-height: 1.35;
    }

    .products-grid .price-box .price-wrapper .price {
        color: #e84c25;
    }

    #creative-area-lp .action.primary,
    #creative-area-lp .action-primary {
        display: none;
    }

    .widget-product-grid .product-reviews-summary {
        display: none !important;
    }

    [data-content-type=row] li.product-item .action.primary,
    [data-content-type=row] li.product-item .action-primary {
        text-align: center;
    }

    .product-items .product-item .product-item-details a {
        text-decoration: none;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: initial;
        white-space: unset;
        margin-bottom: 0;
    }


    .products-grid .price-box .price-wrapper .price {
        font-size: clamp(19px, 1.75vw, 23px);
    }

    /* 2025/09/10 */
    .products-grid .price-box .tax-label {
        font-size: clamp(13px, 1.15vw, 15px);
        color: #454545;
    }

    .product-items .product-item-info span.rewards__product-points,
    .product-item-actions .actions-secondary,
    .product-item-actions .actions-primary>form {
        display: none;
    }

    @media screen and (max-width: 768px) {

        .anchor-box::before {
            height: 9.2rem;
            margin-top: -9.2rem;
        }

        #creative-area-lp .action.primary,
        #creative-area-lp .action-primary {
            width: auto;
        }

        .product-items .product-item .product-item-details a {
            -webkit-line-clamp: 4;
        }

    }

    @media (min-width: 640px) {
        .products-grid .product-item-actions {
            margin: 0;
        }

    }

    /* 4列表示 */

    .page-layout-1column .block.widget .products-grid .product-item {
        width: calc((100% - 8%) / 4);
    }

    @media (min-width: 769px),
    print {

        .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1) {
            margin-left: 0;
        }

    }

    @media (min-width: 1024px),
    print {

        .page-layout-1column .block.widget .products-grid .product-item,
        .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
            margin-left: 0;
            display: flex !important;
            flex-direction: column !important;
            justify-content: space-between !important;
        }

        /* .page-layout-1column .block.widget .products-grid .product-item {
        } */
    }

    @media screen and (max-width:1180px) {

        .page-layout-1column .block.widget .products-grid .product-item {
            width: calc((100% - 9.65%) / 4);
        }
    }

    @media screen and (max-width:1024px) {

        .page-layout-1column .block.widget .products-grid .product-item {
            /* height: 270px; */
        }
    }

    @media screen and (max-width:1023px) {
        .page-layout-1column .block.widget .products-grid .product-item {
            width: calc((100% - 8.5%) / 4);
            margin: 0 7px 15px !important;
            /* height: 250px; */
        }
    }

    @media screen and (max-width:767px) {
        .page-layout-1column .block.widget .products-grid .product-item {
            width: calc(100% / 2 - 10px);
            margin: 0 5px 10px !important;
        }

    }

    @media screen and (max-width:375px) {

        .page-layout-1column .block.widget .products-grid .product-item {
            /* height: 230px; */
        }
    }

    /* off % */
    .discount-label {
        display: none;
    }