@charset "utf-8";

.sp-only {
    display: none !important;
}

.pc-only {
    display: block;
}

body {
    * {
        box-sizing: border-box;
    }
}

.pane-main {
    overflow-x: hidden;
}

#oka040 {
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #303030;
    overflow-x: hidden;
}

.block-event-page--header {
    display: none;
}

.block-event-page--accessory {
    display: none;
}

.h1.block-event-page--header {
    display: none;
}

.eoka040-firstview {
    width: 100%;
    margin: 70px 0 100px
}

.eoka040-firstview__title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #303030;

    span {
        margin-top: 17px;
        font-size: 18px;
    }
}


/* MVスライダー */
.eoka040-firstview__slider {
    width: 100%;
    margin-top: 70px;
}

.slider-container {
    width: 100%;
    overflow: hidden;
}


.eoka040-firstview__slider {
    position: relative;
}

.slick-list {
    padding: 0 !important;
}

.eoka040-firstview__slider li {
    width: 550px;
    height: 340px;

    margin: 0 7.5px;
}

.eoka040-firstview__slider li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-prev::before,
.slick-next::before {
    content: '';
}

.slick-prev,
.slick-next {
    width: 56px;
    height: 56px;
    opacity: 1;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    text-indent: -9999px;
    cursor: pointer;
}

.slick-prev {
    left: 85px;
    background-image: url('/img/event/oka040/slider_prev.png');
}

.slick-next {
    right: 85px;
    background-image: url('/img/event/oka040/slider_next.png');
}

.eoka040-navi {
    position: relative;
    width: 100%;
    background-color: #CFC391;

    &.is-fixed {
        position: fixed;
        top: 100px;
        left: 0;
        z-index: 1000;
    }
}

.oka040-nav__list {
    display: flex;
    justify-content: center;
    align-items: center;

    li {
        width: 200px;
        border-left: 1px solid #E6E3D4;
        border-right: 1px solid #E6E3D4;
        text-align: center;
        transition: all ease 0.2s;

        a {
            padding: 15px 0;
            display: block;
            width: 100%;
            height: 100%;
            font-size: 12px;
            font-weight: bold;
            color: #fff;
        }

        &.active,
        &:hover {
            background-color: #fff;

            a {
                color: #303030;
            }
        }
    }

}

h2.eoka040-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #303030;
    border-bottom: none;

    &::before {
        content: "";
        display: block;
        width: 43.52px;
        height: 54.48px;
        margin-right: 15px;
        display: inline-block;
        vertical-align: middle;
        background-image: url(/img/event/oka040/ami_icon01.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.eoka040-sec {
    .eoka040-sec__inner {
        &>p {
            margin-top: 30px;
            font-size: 18px;
            font-weight: normal;
            line-height: 30px;
            text-align: center;
        }
    }
}

.oka040-more-link-wrap {
    display: flex;
    justify-content: center;
}

.oka040-more-link {
    background: unset;
    background-color: #303030;
    border-radius: 28px;
    color: #fff;
    height: auto;
    min-height: 55px;
    width: 291px;
    padding: 19px 40px 17px;
    font-size: 12px;
    transition: 0.15s ease 0s;
    text-align: center;
    position: relative;

    &::before {
        content: '＞';
        position: absolute;
        top: 50%;
        left: 22px;
        translate: 0 -50%;
    }
}

/* キーワード */
.eoka040-keyword {
    margin-top: 100px;
}

.eoka040-keyword__inner {
    margin-inline: auto;
    max-width: 985.17px;
    width: 100%;
}

.oka040-keyword__list {
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;

    li>a {
        background-color: #fff;
        border: 1px solid #AAAAAA;
        display: block;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.5;
        padding: 11px 30px 10px 15px;
        position: relative;

        &::after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            color: #333;
            line-height: 1;
            width: .45em;
            height: .45em;
            border: 0.1em solid currentColor;
            border-left: 0;
            border-bottom: 0;
            box-sizing: border-box;
            position: absolute;
            top: 50%;
            right: 15px;
            rotate: 45deg;
            translate: -25% -50%;
        }
    }
}

#eoka040 {
    .block-thumbnail-t--goods-name a,
    .block-thumbnail-t--goods-name p,
    .block-pickup-list-p--comment,
    .block-ranking-r--goods-name a,
    .block-ranking-r--goods-name p,
    .block-ranking-r--comment.cut-t-comment,
    .block-ranking-r--comment.cut-r-comment,
    .cut-t-comment,
    .cut-r-comment {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .block-pickup-list-p--comment {
        padding: 0 20px;
    }


}

/* 新着 */
.eoka040-new {
    margin: 0 auto;
    padding-top: 100px;
}

.eoka040-new__contents {
    margin-top: 29.5px;
}

.block-goods-list--display-style-items,
.block-goods-list--sort-order-items,
.block-goods-list--pager-top.block-goods-list--pager.pager,
.block-goods-list--pager-bottom.block-goods-list--pager.pager {
    display: none;
}

/* ランキング */
.eoka040-ranking {
    margin: 0 auto;
    padding-top: 100px;

    .block-ranking-r--price-items {
        display: block;
    }

    .block-ranking-r--items {
        width: 1196px;
    }

    .block-ranking-r .block-ranking-r--items li>dl {
        flex-basis: 239px;
        min-height: 384px;
        padding: 32px 0 30px 0;

        &:nth-child(5) {
            border-right: none;
        }
    }

    .block-ranking-r--goods-image figure {
        width: 200px;
        height: 200px;
        margin: auto;
    }

    .block-ranking-r--goods-image {
        padding: 0;
    }

    .block-ranking-r--price-items {
        display: none;
    }

}

.eoka040-ranking__content {
    margin: 29.5px auto 0;
    width: 1200px;
}

.eoka040-tab {
    display: flex;
    gap: 12px;

    >li {
        cursor: pointer;
        width: 230px;
        padding: 15px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border-radius: 5px 5px 0 0;
        background-color: #E7E4DD;

        &.is-active {
            background-color: #fff;
        }
    }
}



.eoka040-tab__contents {
    position: relative;
    background-color: #fff;
    padding: 47px 5px 33px;
    height: auto;
    overflow: hidden;
    contain: layout paint;

    .block-ranking-r li {
        margin-bottom: 0;
    }

    .block-ranking-r--items {
        margin: auto;
    }
}

/* デフォルト：ランキングパネルは全部「重ねて非表示」 */
.eoka040-tab__contents .eoka040-ranking__contents {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;

    transition: opacity 0.5 ease;
    will-change: opacity;
}

/* activeだけ通常表示 */
.eoka040-tab__contents .eoka040-ranking__contents.is-active {
    position: relative;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

/* フェードアウト中（visibleのままopacityだけ落とす） */
.eoka040-tab__contents .eoka040-ranking__contents.is-inactive {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    visibility: visible;
}

/* 完全に隠す（最後に付与する） */
.eoka040-tab__contents .eoka040-ranking__contents.is-hidden {
    visibility: hidden;
}


/* 毛糸・手編み糸 */
.eoka040-kind {
    margin: 0 auto;
    padding-top: 100px;
    width: 1200px;
}

.eoka040-kind__search {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;

    li {
        position: relative;
        width: 190px;
        border-radius: 5px;
        background-color: #E6DDB5;

        &::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 14.8px;
            margin: auto;
            width: 10.47px;
            height: 5.23px;
            background-image: url(/img/event/oka040/arrow_btm.png);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
        }

        a {
            display: block;
            width: 100%;
            font-size: 18px;
            text-align: center;
            font-weight: bold;
            padding: 15px 0 28px;
        }
    }
}

.search-sec {
    margin: 0 auto;
    padding-top: 100px;
}

.eoka040-h3 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    background-color: transparent;
}

.sec-about {
    margin-top: 20px;
    width: 100%;
    text-align: right;
    font-size: 18px;
    font-weight: bold;

    .icon-q {
        display: inline-block;
        width: 22px;
        height: 22px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        line-height: 22px;

        background-color: #303030;
        border-radius: 100px;
        vertical-align: middle;
    }
}

.material-list {
    width: 100%;
    margin-top: 20px;
    display: flex;
    gap: 25px 19px;
    flex-wrap: wrap;
}

.material-item {
    width: 224.8px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    border: solid 2px #E6E3D4;
}

.material-link {
    position: relative;
    width: auto;
    padding: 13px 22px 13px 43px;
    display: block;
    width: 100%;

    .material-icon {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 19px;
        margin: auto;
        display: block;
        width: 17px;
        height: 17px;
        background-image: url(/img/event/oka040/arrow_adc.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .material-text {
        text-align: center;

        span {
            display: block;
            font-size: 18px;
            font-weight: normal;
        }

        small {
            display: block;
            font-size: 12px;
            color: #A9A290;
        }
    }
}

.thick-list,
.deco-list {
    width: 100%;
    margin-top: 20px;
    display: flex;
    gap: 40px 90px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    li {
        width: 168px;

        img {
            width: 100%;
            object-fit: contain;
        }

        p {
            margin-top: 20px;
            text-align: center;
            font-weight: normal;
        }
    }
}

.type-list {
    width: 100%;
    margin-top: 20px;
    display: flex;
    gap: 20px 37px;
    flex-wrap: wrap;

    li {
        width: 374.8px;
        background-color: #fff;
        border-radius: 10px;
        border: 2px solid #E6E3D4;

        a {
            display: flex;
            align-items: center;
            gap: 15px;
            font-weight: normal;

            span,
            small {
                display: block;
            }

            span {
                font-size: 18px;
            }

            small {
                font-size: 12px;
                color: #A9A290;
            }
        }

        img {
            width: 151.08px;
            height: fit-content;
        }
    }
}

.deco-list {
    margin-top: 30px;
}

.color-list {
    width: 100%;
    margin-top: 20px;
    display: flex;
    gap: 32px 37px;
    flex-wrap: wrap;

    li {
        width: 138px;

        a {
            width: 100%;
            height: 100%;
        }

        p {
            margin-top: 20px;
            font-size: 18px;
            text-align: center;
            font-weight: normal;
        }

        img {
            width: 100%;
            height: fit-content;
        }
    }
}

.mfr-list {
    width: 100%;
    margin-top: 20px;
    display: flex;
    gap: 32px 37px;
    flex-wrap: wrap;

    li {
        width: 210.4px;
        height: fit-content;

        a {
            width: 100%;
            height: 100%;
        }

        p {
            margin-top: 20px;
            font-size: 18px;
            text-align: center;
            font-weight: normal;
        }

        img {
            border: 1px solid #AAA;
            width: 100%;
            height: fit-content;
        }
    }
}

.eoka040-tools {
    margin: 0 auto;
    padding-top: 150px;
    width: 100%;
}

.eoka040-tools__inner {
    width: 1200px;
    margin: auto;
}

.needle-list {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.list_acd {
    flex: 1;
    min-width: 300px;
    background-color: #fff;
    border: 1px solid #E6E3D4;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
}

.adc_ttl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding-right: 20px;

    img {
        width: 27px;
        height: 24px;
        margin-right: 10px;
        object-fit: contain;
    }

    &::after {
        content: '';
        position: absolute;
        right: 5px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid #303030;
        border-right: 2px solid #303030;
        transform: translateY(-75%) rotate(45deg);
        transition: transform 0.3s ease;
    }
}

.list_acd.open .adc_ttl::after {
    transform: translateY(-25%) rotate(-135deg);
}

.acd_aontents {
    display: none;
    list-style: none;
    padding: 15px 0 0 0;
    margin: 0;
    height: 220px;

    li {
        margin-bottom: 8px;
    }

    a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #303030;
        font-size: 15px;

        &:hover {
            opacity: 0.7;
        }
    }

    img {
        width: 16px;
        height: 16px;
        margin-right: 10px;
        background-color: #e4e0d7;
        border-radius: 50%;
    }
}

.tool-list {
    width: 100%;
    margin-top: 20px;
    display: flex;
    gap: 20px 37px;
    flex-wrap: wrap;

    li {
        width: 374.8px;
        background-color: #fff;
        border-radius: 10px;
        border: 2px solid #E6E3D4;

        a {
            display: flex;
            align-items: center;
            gap: 15px;
            font-weight: normal;

            span,
            small {
                display: block;
            }

            span {
                font-size: 18px;
            }

            small {
                font-size: 12px;
                color: #A9A290;
            }
        }

        img {
            width: 98px;
            height: fit-content;
        }
    }
}

.eoka040-kit {
    margin: 0 auto;
    padding-top: 100px;

    .oka040-more-link-wrap {
        margin-top: 30px;
    }

    .eoka040-kit__contents {
        margin-top: 20px;
    }
}

.eoka040-book {
    margin: 0 auto;
    padding-top: 100px;

    .oka040-more-link-wrap {
        margin-top: 30px;
    }

    .eoka040-book__contents {
        margin-top: 20px;
    }
}

.eoka040-pickup {
    margin: 0 auto;
    padding-top: 100px;
}

.eoka040-pickups {
    position: relative;
    width: 1200px;
    margin: auto;
}

.eoka040-pickup__contents {
    margin-top: 20px;

    a,
    img {
        width: 370px;
        height: fit-content;
    }

    .slick-slide {
        margin-right: 50px;
    }

    .slick-prev {
        left: -25px;
    }

    .slick-next {
        right: -25px;
    }
}

.eoka040-amizu {
    margin: 0 0 100px;
    padding-top: 100px;

    .eoka040-amizu__inner {
        width: 1200px;
        margin: auto;
    }

    .eoka040-amizu__contents {
        margin-top: 20px;

        .block-ranking-r .block-ranking-r--items {
            width: 1193px;
        }

        /* .block-ranking-r--items li:not(:first-child) {
            display: none;
        } */

        .slick-slide {
            position: relative;
            width: 240px;
            height: fit-content;
            margin-right: 0;
            background-color: #fff !important;
            margin: 0;
            padding: 20px;
            border-right: solid 1px #e7e4dd;
        }

        .slick-prev {
            left: -35px !important;
            background-image: url(/img/event/oka040/prev.png);
        }

        .slick-next {
            right: -35px !important;
            background-image: url(/img/event/oka040/next.png);
        }

        .block-ranking-r--rank {
            display: none;
        }

        .block-ranking-r--goods-image figure {
            width: 200px;
            height: 200px;
            margin: auto;
        }

        .block-thumbnail-t--price.price {
            display: none;
        }

        .block-thumbnail-t--price.price.price.js-enhanced-ecommerce-goods-price {
            display: none;
        }

        .block-ranking-r--goods-image,
        .block-ranking-r--goods .block-ranking-r--goods-name,
        .goods-icon {
            padding: 0;
        }

        .block-thumbnail-t--goods-name {
            text-align: left;
            padding: 0;
        }

        .block-pickup-list-p--comment {
            padding-left: 0;
        }


    }



    .tec-list {
        margin-top: 20px;
        display: flex;
        gap: 32px;
        justify-content: center;
        align-items: center;

        li {
            width: 584px;
            height: 102px;
            background-color: #fff;
            border: 2px solid #E6E3D4;
            border-radius: 20px;

            a {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;

                img {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 16px;
                    margin: auto;
                    width: 73.85px;
                    height: 64.78px;
                    object-fit: contain;
                }

                p {
                    font-size: 18px;
                    flex: auto;
                    text-align: center;
                    line-height: 102px;
                }

            }
        }
    }

    .item-list {
        width: 100%;
        margin-top: 20px;
        display: flex;
        gap: 20px 37px;
        flex-wrap: wrap;

        li {
            width: 374.8px;
            background-color: #fff;
            border-radius: 10px;
            border: 2px solid #E6E3D4;

            a {
                display: flex;
                align-items: center;
                gap: 15px;
                font-weight: normal;

                span,
                small {
                    display: block;
                }

                span {
                    font-size: 18px;
                }

                small {
                    font-size: 12px;
                    color: #A9A290;
                }
            }

            img {
                width: 98px;
                height: fit-content;
            }
        }
    }

    .oka040-more-link-wrap {
        margin-top: 30px;
    }

}

.block-thumbnail-t li {
    position: relative;
    width: 1193px;
    margin: auto;

    .slick-slide {
        width: 240px;
        height: fit-content;
        margin-right: 0;
        background-color: #fff !important;
    }

    .slick-prev {
        left: -35px !important;
        background-image: url(/img/event/oka040/prev.png);
    }

    .slick-next {
        right: -35px !important;
        background-image: url(/img/event/oka040/next.png);
    }
}


@media (max-width: 768px) {
    .sp-only {
        display: block !important;
    }

    .pc-only {
        display: none;
    }

    .eoka040-firstview {
        margin: 35px 0 30px
    }

    .eoka040-firstview__title {
        font-size: 28px;

        span {
            display: block;
            padding: 0 40px;
            margin-top: 8px;
            font-size: 10px;
        }
    }

    #eoka040 img {
        object-fit: contain;
        height: auto;
    }


    /* MVスライダー */
    .eoka040-firstview__slider {
        width: 100%;
        margin-top: 30px;
    }

    .slider-container {
        width: 100%;
    }

    .slick-list {
        padding: 0 !important;
    }

    .eoka040-firstview__slider li {
        width: 80vw;
        height: fit-content;
        margin: 0 5px;
    }

    .eoka040-firstview__slider li img {
        object-fit: contain;
    }



    .slick-dots {
        display: flex !important;
        justify-content: center;
        gap: 10px;
    }

    .slick-dots li {
        margin: 0 !important;
        width: 10px;
        height: 10px;
    }

    .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .slick-dots li button:focus,
    .slick-dots li button:focus-visible {
        outline: none;
        box-shadow: none;
    }

    .slick-dots li button:before {
        content: "";
        font-size: 0;
        line-height: 0;
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 50%;
        background: #CCC8BD;
        opacity: 1;
        border: 0;
        box-shadow: none;
    }

    .slick-dots li.slick-active button:before {
        background: #CFC391;
        border: 0;
        box-shadow: none;
    }

    .slick-dots li.slick-active button:after {
        display: none;
    }



    .slick-prev::before,
    .slick-next::before {
        content: '';
    }

    .slick-prev,
    .slick-next {
        width: 30px;
        height: 30px;
        opacity: 1;
        bottom: -28px;
        top: auto;
        z-index: 10;
        text-indent: -9999px;
        cursor: pointer;
    }

    .slick-prev {
        left: 10px;
        background-image: url('/img/event/oka040/slider_prev_sp.png');
    }

    .slick-next {
        right: 10px;
        background-image: url('/img/event/oka040/slider_newxt_sp.png');
    }

    .eoka040-navi {
        position: relative;
        width: 100%;

        &.is-fixed {
            position: fixed;
            top: 79.5px;
            left: 0;
            z-index: 1000;
        }

        .navi-btn {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 30px;
            height: 42px;

            img {
                object-fit: contain;
            }

            &.prev {
                left: 0;
            }

            &.next {
                right: 0;
            }
        }
    }

    .oka040-nav__list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        width: calc(100% - 60px);
        margin: auto;

        li {
            min-width: 100px;
            width: 100px;
            padding: 0;
            border: none;
            border-left: 1px solid #E6E3D4;
            height: 42px;

            a {
                padding: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 100%;
                font-size: 12px;
                font-weight: bold;
                color: #fff;

            }

            &:hover {
                background-color: #fff;

                a {
                    color: #303030;
                }
            }
        }

    }

    h2.eoka040-title {
        font-size: 18px;
        border-bottom: none;
        background-color: transparent;

        &::before {
            width: 18.37px;
            height: 23px;
            margin-right: 10px;
        }
    }

    .eoka040-sec {
        .eoka040-sec__inner {
            &>p {
                margin-top: 16px;
                font-size: 11px;
                line-height: 20px;
            }
        }
    }

    .oka040-more-link-wrap {
        display: flex;
        justify-content: center;
    }

    .oka040-more-link {
        background: unset;
        background-color: #303030;
        border-radius: 28px;
        color: #fff;
        height: auto;
        min-height: 55px;
        width: 291px;
        padding: 19px 40px 17px;
        font-size: 12px;
        transition: 0.15s ease 0s;
        text-align: center;
        position: relative;

        &::before {
            content: '＞';
            position: absolute;
            top: 50%;
            left: 22px;
            translate: 0 -50%;
        }
    }

    /* キーワード */
    .eoka040-keyword {
        margin-top: 40px;
    }

    .eoka040-keyword__inner {
        margin-inline: auto;
        width: 100%;
    }

    .oka040-keyword__list {
        margin: 20px auto 0;
        padding: 0 calc(40 / 430 * 100vw);

        li>a {
            font-size: 12px;
            line-height: 20px;
            padding: 7px 24px 7px 10px;
            position: relative;

            &::after {
                right: 8px;
            }
        }
    }

    #eoka040 .block-goods-list-naviframe--top,
    #eoka040 .module-pager-total {
        display: none;
    }

    #eoka040 .block-thumbnail-t--items {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: scroll;

        .block-thumbnail-t--item {
            min-width: calc(135 / 430 * 100vw) !important;
            margin: 0;
        }
    }

    /* 新着 */
    .eoka040-new {
        margin: 0 auto;
        padding-top: 60px;

        .block-thumbnail-t--items {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;

            .block-thumbnail-t--item {
                width: calc(135 / 430 * 100vw) !important;
                margin: 0;
            }
        }
    }

    .eoka040-new__contents {
        margin-top: 29.5px;
    }

    .eoka040-new__inner {
        .oka040-more-link-wrap {
            a {
                margin: 30px auto 0;
            }
        }
    }

    /* ランキング */
    .eoka040-ranking {
        margin: 0 auto;
        padding-top: 60px;

        .block-ranking-r--items {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: scroll;

            .block-ranking-r--item {
                width: calc(135 / 430 * 100vw) !important;
                min-width: calc(135 / 430 * 100vw) !important;
                min-height: calc(280 / 430 * 100vw);
                margin: 0;
            }

            .block-ranking-r--item:nth-child(n+6) {
                display: none;
            }
        }

        .block-ranking-r--goods-image figure {
            width: auto;
            height: auto;
        }
    }

    .eoka040-ranking__content {
        width: 100%;
    }

    .eoka040-tab__contents {
        background-color: #fff;
        padding: 10px;
        min-height: 315px;
        height: auto;

        .block-ranking-r li {
            margin-bottom: 0 !important;
        }

        .block-ranking-r .block-ranking-r--items {
            width: 100% !important;
        }

        .block-ranking-r .block-ranking-r--items li>dl {
            flex-basis: 237px;
            min-height: auto;

            &:nth-child(5) {
                border-right: solid 1px #e7e4dd;
            }
        }
    }

    .eoka040-ranking__contents {
        margin-top: 20px;
        width: 100%;
    }

    .eoka040-tab__contents .block-event-page--goods {
        display: flow-root;
    }

    .eoka040-tab {
        gap: calc(8 / 430 * 100vw);

        >li {
            width: auto;
            padding: calc(10 / 430 * 100vw) calc(20 / 430 * 100vw);
            font-size: 12px;
        }
    }

    /* 毛糸・手編み糸 */
    .eoka040-kind {
        margin: 0 auto;
        padding-top: 60px;
        width: 100%;
    }

    .eoka040-kind__search {
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 10px;

        li {
            max-width: 130px;
            width: 30%;

            a {
                display: block;
                width: 100%;
                font-size: calc(12 / 430 * 100vw);
                text-align: center;
                font-weight: bold;
                padding: calc(13 / 430 * 100vw) 0 calc(24 / 430 * 100vw);
            }
        }
    }

    .search-sec {
        margin: 0 auto;
        padding-top: 40px;
    }

    .eoka040-h3 {
        font-size: 16px;
    }

    .sec-about {
        margin-top: 10px;
        font-size: 12px;

        .icon-q {
            width: 15px;
            height: 15px;
            font-size: 10px;
            line-height: 15px;
        }
    }

    #material.search-sec {}

    .search-sec__inner {
        padding: 0 10px;
    }

    .material-list {
        width: 100%;
        margin-top: 10px;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .material-item {
        max-width: 200px;
        width: calc(197 / 430 * 100vw);
    }

    .material-link {
        width: auto;
        padding: calc(12 / 430 * 100vw) calc(15 / 430 * 100vw) calc(12 / 430 * 100vw) calc(42 / 430 * 100vw);
        display: block;
        width: 100%;

        .material-icon {
            left: calc(15 / 430 * 100vw);
            width: calc(17 / 430 * 100vw);
            height: calc(17 / 430 * 100vw);
        }

        .material-text {
            span {
                font-size: calc(14 / 430 * 100vw);
            }

            small {
                font-size: calc(11 / 430 * 100vw);
            }
        }
    }

    .thick-list,
    .deco-list {
        width: 100%;
        margin-top: 10px;
        display: flex;
        gap: calc(20 / 430 * 100vw);
        justify-content: flex-start;
        align-items: start;

        li {
            width: calc(80 / 430 * 100vw);

            img {
                width: 100%;
            }

            p {
                margin-top: 5px;
                font-size: 11px;
            }
        }
    }

    .list-wrap {
        width: calc(380 / 430 * 100vw);
        margin: auto;
    }

    .type-list {
        width: 100%;
        margin-top: 10px;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        li {
            width: calc(375 / 430 * 100vw);
            max-width: 375px;

            a {
                gap: 0;

                p {
                    flex-grow: 1;
                    text-align: center;

                    span {
                        font-size: 14px;
                    }

                    small {
                        font-size: 11px;
                    }
                }
            }

            img {
                width: 115.38px;
                height: fit-content;
                object-fit: cover;
            }
        }
    }

    .deco-list {
        margin-top: 30px;
        justify-content: center;
    }

    .color-list {
        width: 100%;
        margin-top: 10px;
        display: flex;
        gap: calc(20 / 430 * 100vw);
        justify-content: flex-start;

        li {
            width: calc(80 / 430 * 100vw);

            img {
                width: 100%;
            }

            p {
                margin-top: 5px;
                font-size: 11px;
            }
        }
    }

    .mfr-list {
        width: 100%;
        margin-top: 20px;
        display: flex;
        gap: calc(20 / 430 * 100vw) calc(16 / 430 * 100vw);
        flex-wrap: wrap;

        /* ここを固定高さ（半開き）として使う */
        height: calc(480 / 430 * 100vw);
        overflow: hidden;

        /* heightをアニメーションさせる */
        transition: height 0.35s ease;

        &.open {
            /* JSで実高さを入れるのでここでは指定しない（autoは使わない） */
        }

        li {
            width: calc(116 / 430 * 100vw);
            max-width: 116px;

            a {
                width: 100%;
                height: 100%;
            }

            p {
                margin-top: calc(5 / 430 * 100vw);
                font-size: calc(11 / 430 * 100vw);
                text-align: center;
                font-weight: normal;
            }
        }
    }

    .all-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        text-align: center;
        width: fit-content;
        margin: 20px auto 0;
        gap: 5px;
        cursor: pointer;

        &::before {
            content: "";
            background-image: url(/img/event/oka040/arrow.png);
            background-size: contain;
            background-repeat: no-repeat;
            display: block;
            width: 13px;
            height: 6.5px;
        }

        &.open::before {
            transform: rotate(180deg);
        }
    }


    .all-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        text-align: center;
        width: fit-content;
        margin: 20px auto 0;
        gap: 5px;

        &::before {
            content: "";
            background-image: url(/img/event/oka040/arrow.png);
            background-size: contain;
            background-repeat: no-repeat;
            display: block;
            width: 13px;
            height: 6.5px;
        }

        &.open::before {
            content: "";
            background-image: url(/img/event/oka040/arrow.png);
            background-size: contain;
            background-repeat: no-repeat;
            display: block;
            width: 13px;
            height: 6.5px;
            transform: rotate(180deg);
        }
    }



    .eoka040-tools {
        margin: 0 auto;
        padding-top: 60px;
        width: 100%;
    }

    .eoka040-tools__inner {
        width: 100%;
        margin: auto;
        padding: 10px;
    }

    .needle-list {
        margin-top: 20px;
        gap: 20px;
        flex-direction: column;
    }

    .list_acd {
        min-width: auto;
        width: calc(375 / 430 * 100vw);
        max-width: 375px;
        padding: 20px 25px;
        margin: auto;
    }

    .adc_ttl {
        font-size: 14px;
        font-weight: 500;

        img {
            width: 27px;
            height: 24px;
            object-fit: contain;
        }
    }

    .acd_aontents {
        display: none;
        list-style: none;
        padding: 15px 0 0 0;
        margin: 0;
        height: auto;

        li {
            margin-bottom: 8px;
        }

        a {
            font-size: 14px;

            &:hover {
                opacity: 0.7;
            }
        }

        img {
            width: 16px;
            height: 16px;
            margin-right: 10px;
            background-color: #e4e0d7;
            border-radius: 50%;
        }
    }

    #tool {
        .search-sec__inner {
            padding: 0;
        }
    }

    .tool-list {
        width: 100%;
        margin-top: 20px;
        display: flex;
        gap: calc(10 / 430 * 100vw);
        flex-wrap: wrap;

        li {
            width: calc(198.4 / 430 *100vw);
            max-width: 200px;

            a {
                gap: 10px;

                span,
                small {
                    display: block;
                }

                span {
                    font-size: 12px;
                }

            }

            img {
                width: calc(63 / 430 * 100vw);
                max-width: 63px;
                height: fit-content;
            }
        }
    }

    .eoka040-kit {
        margin: 0 auto;
        padding-top: 60px;

        .oka040-more-link-wrap {
            margin-top: 30px;
        }
    }

    .eoka040-book {
        margin: 0 auto;
        padding-top: 60px;

        .oka040-more-link-wrap {
            margin-top: 30px;
        }
    }

    .eoka040-pickup {
        margin: 0 auto;
        padding-top: 60px;
    }

    .eoka040-pickups {
        position: relative;
        width: 100%;
        margin: auto;
    }

    .eoka040-pickup__contents {
        margin-top: 20px;

        a,
        img {
            width: calc(180 / 430 * 100vw);
            height: fit-content;
        }

        .slick-slide {
            margin-right: 10px;
        }

        .slick-prev {
            left: -25px;
            display: none;
        }

        .slick-next {
            right: -25px;
            display: none;
        }
    }

    .eoka040-amizu {
        margin: 0 0 60px;
        padding-top: 60px;

        .eoka040-amizu__inner {
            width: 100%;
            margin: auto;
        }

        .eoka040-amizu__contents {
            margin-top: 20px;
            padding: 0 10px;

            .block-ranking-r .block-ranking-r--items {
                width: 100%;
                display: flex;
            }

            .block-thumbnail-t--goods-name {
                text-align: left;
                padding: 0 8px !important;
            }

            .block-thumbnail-t {
                margin: 10px 0 20px !important;
            }

            .block-ranking-r--item {
                width: calc(135 / 430 * 100vw);
                min-width: calc(135 / 430 * 100vw);
            }

            .block-ranking-r--items li {
                margin-bottom: 0;
            }

            .block-ranking-r--items li:not(:first-child) {
                display: block;
            }

            .block-ranking-r--goods-image figure {
                width: auto;
                height: auto;
            }
        }

        .tec-list {
            margin-top: 20px;
            gap: 10px;

            li {
                width: calc(200 / 430 * 100vw);
                height: 55px;
                border-radius: 10px;

                a {
                    position: relative;
                    display: block;
                    width: 100%;
                    height: 100%;

                    img {
                        left: 12px;
                        margin: auto;
                        width: calc(36.5 / 430 * 100vw);
                        height: calc(32.1 / 430 * 100vw);
                    }

                    p {
                        font-size: 12px;
                        line-height: 55px;
                    }

                }
            }
        }

        .item-list {
            width: 100%;
            margin-top: 20px;
            display: flex;
            gap: calc(10 / 430 * 100vw);
            flex-wrap: wrap;

            li {
                width: calc(198.4 / 430 *100vw);
                max-width: 200px;

                a {
                    gap: 10px;

                    span,
                    small {
                        display: block;
                    }

                    span {
                        font-size: 12px;
                    }

                }

                img {
                    width: calc(63 / 430 * 100vw);
                    max-width: 63px;
                    height: fit-content;
                }
            }
        }

        .oka040-more-link-wrap {
            margin-top: 30px;
        }

    }

    .block-thumbnail-t li {
        position: relative;
        width: 100%;
        margin: auto;

        .slick-slide {
            width: 240px;
            height: fit-content;
            margin-right: 0;
            background-color: #fff !important;
        }

        .slick-prev {
            left: -35px !important;
        }

        .slick-next {
            right: -35px !important;
        }
    }

}