@charset "UTF-8";

/* CSS Document */

h1.top-content__title {
    text-indent: -9999px;
    background: url(../../images/editors-blog/top/editors-blog-title.png)no-repeat center/contain;
    height: 273px;
}

.top-content {
    background: #fbf8ed;
    padding-top: 20px;
}

.top-content+main .article-recipe-search-wrap>div {
    padding-top: 10px;
}

.top-content #mv {
    overflow-x: hidden;
}

p.top-content__lead {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    text-align: center;
    margin-top: 24px;
}

span.top-content__about-btn {
    border: 1px solid #727272;
    width: 229px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 20px auto 0;
    cursor: pointer;
    transition: all .3s;
}

.top-left-content h2 {
    border: none !important;
}

.top-left-content__list ul {
    display: flex;
    flex-wrap: wrap;
}

.top-left-content__list>ul>li {
    background: white;
    padding: 10px 10px 0 10px;
    margin-right: 10px;
    width: 217px;
    margin-bottom: 30px;
}

.top-left-content__list li:nth-of-type(4n) {
    margin-right: 0;
}

.top-left-content .prev-arrow {
    background: url(../images/allow-prev.svg) no-repeat center center/100% !important;
}

.top-left-content .next-arrow {
    background: url(../images/allow-next.svg) no-repeat center center/100% !important;
}

ul.editor-top-slide_mv .slick-slide {
    background: #fff;
    margin: 0 7.5px;
}

ul.editor-top-slide_mv .slick-slide>a {
    padding: 10px 10px 2px;
}

ul.editor-top-slide_mv .slick-slide p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-content__pick-up-keyword {
    width: 178px;
    height: 178px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    margin: 32px auto -116px;
}

p.top-content__pick-up-keyword__heading {
    padding-bottom: 7px;
    color: #727272;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    padding-top: 18px;
}

p.top-content__pick-up-keyword__keyword {
    color: #262626;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}

.top-left-content__pagenation {
    margin: -30px 0 20px;
}

.top-content__about-content {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #ffffff;
    transform: translate(-50%, -50%);
    z-index: 13;
    border-radius: 16px;
    width: 775px;
    height: auto;
    text-align: center;
    max-width: 94%;
    padding: 0 10px;
}

.top-content__about-content h2 {
    text-indent: -9999px;
    background: url(../../images/editors-blog/top/editors-blog-title.png) no-repeat center / contain;
    height: 238px;
    margin-top: 56px;
    margin-bottom: 40px;
}

p.top-content__about-content__btn a {
    border: 1px solid #727272;
    width: 229px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 20px auto 0;
    cursor: pointer;
    transition: all .3s;
    /* background: #fff; */
    font-size: 16px;
}

p.top-content__about-content__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    margin-bottom: 50px;
}

.top-content__about-content__close {
    position: absolute;
    top: 21px;
    right: 25px;
    width: 33px;
    height: 33px;
    cursor: pointer;
}

.top-content__about-content__close::before,
.top-content__about-content__close::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
    left: -3px;
}

.top-content__about-content__close::after {
    transform: rotate(-45deg);
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 12;
    opacity: 0.4;
}

#editors-blog .top-content .next-arrow {
    background: url(../images/allow-next.svg) no-repeat center center/100%;
}

#editors-blog .top-content .prev-arrow {
    background: url(../images/allow-prev.svg) no-repeat center center/100%;
}

.top-left-content p {
    padding-bottom: 0;
}

.top-left-content h2 {
    margin: 0;
}

p.top-content__about-content__btn {
    margin-bottom: 50px;
}

.swiper.recipe .slick-track {
    margin-left: 0;
}
.swiper.recipe .slick-track li{
    background: white;
}
.swiper.recipe ul.flex.gap-4 {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper.recipe ul.flex.gap-4 li {
    display: inline;
}

.editor-top-slide_mv {
    visibility: hidden;
}

.rounded-full {
    overflow: hidden;
}

.top-left-content__list ul.flex.gap-4.mb-2 {
    row-gap: calc(0.2rem);
}

.new-book h2,
.magazine h2,
.special-topics h2 {
    background: #FBF8ED;
}

.breadcrumb-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 160vw;
    height: 100%;
    background: #fff;
    display: block;
    z-index: 0;
    transform: translateX(-50vw);
    padding-bottom: 14px;
    box-sizing: content-box;
}

.breadcrumb-list p {
    position: relative;
}

.breadcrumb-list {
    position: relative;
}

main.editors-blog {
    overflow-x: hidden;
}

@media screen and (max-width: 767px) {
    .top-left-content__list>ul>li {
        width: calc(50% - 8px);
        margin-right: 0;
    }
    .top-left-content__list ul {
        justify-content: space-between;
        padding: 0 14px;
    }
    .top-spacer {
        min-height: 0 !important;
    }
    .category-lists {
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 0px;
    }
    ul.category-list {
        flex-wrap: nowrap;
        flex: 0 0 auto;
    }
    ul.category-list li {
        width: auto;
        margin-right: 15px;
    }
    span.top-content__about-btn {
        font-size: 14px;
    }
    .article-page article h2 {
        margin-bottom: 0;
    }
    p.top-content__lead {
        font-size: 14px;
    }
    h1.top-content__title {
        height: 34vw;
    }
    p.top-content__about-content__text {
        font-size: 14px;
        margin-bottom: 30px;
    }
    p.top-content__about-content__btn a {
        font-size: 14px;
    }
    .top-content__about-content h2 {
        height: 30vw;
        margin-bottom: 30px;
    }
    .sp-lead {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
        margin: 30px 0 30px;
        padding: 0 10px;
    }
    .top-recommend {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    /* .top-recommend .button-white {
        display: none;
    } */
    .new-book h2,
    .magazine h2,
    .special-topics h2 {
        background: #fff;
    }
}
