/* ========================================
   Common
======================================== */
.nk-title-box {
    width: 460px;
    max-width: 100%;
    padding: 55px 40px;
    border-radius: 20px;
    border: 3px solid #0CC;
    background-color: #FFFFFF;
    flex-shrink: 1;
    min-width: 0;
}

.nk-title-box img {
    display: block;
    margin: 0 0 0 auto;
}

.nk-more-btn-wrap {
    width: 120px;
}

.nk-more-btn {
    display: block !important;
    width: 89px !important;
    height: 89px !important;
    border-radius: 50px !important;
    text-align: center !important;
    line-height: 89px !important;
    background-color: #FFEE06 !important;
    color: #231815 !important;
    font-family: Helvetica !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    position: relative !important;
    border: none !important;
}

.nk-more-btn::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='26' viewBox='0 0 47 26' fill='none'%3E%3Cpath d='M29.9193 23.9385L44.2285 12.5562L29.9193 1.17383' stroke='black' stroke-width='3'/%3E%3Cline x1='42.2773' y1='13.0806' x2='0.00013746' y2='13.0806' stroke='black' stroke-width='3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 44px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}

@media (max-width: 1440px) {
    .nk-title-box {
        width: 32vw;
        max-width: 460px;
        padding: 55px 2.778vw;
        border-radius: 0 20px 20px 0;
        border-left: none;
    }
}

/* ========================================
   FV
======================================== */
.nk-top {
    overflow-x: hidden;
}

.nk-top-fv {
    padding: 12px 12px 0;
}

.nk-top-fv__inner {
    background-image: url('../../img/tashiro/top/fv-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 300px 20px;
    border-radius: 15px;
    border-bottom: 15px solid #4BCCBE;
    text-align: center;
}

.nk-top-fv__en {
    color: #000;
    font-family: Helvetica;
    font-size: 85px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4.25px;
    text-decoration: underline;
    text-decoration-color: #FFEE06;
    text-decoration-thickness: 10px;
    text-underline-offset: 2px;
}

.nk-top-fv__ja {
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.1px;
    margin: 30px 0 0;
}

/* ========================================
   Pickup
======================================== */
.nk-top-pickup {
    position: relative;
    z-index: 2;
}

.nk-top-pickup__inner {
    width: 1200px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.nk-top-pickup::before {
    content: '';
    width: 994px;
    height: 819px;
    position: absolute;
    top: 105px;
    right: -365px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='746' height='819' viewBox='0 0 746 819' fill='none'%3E%3Cpath d='M507.5 0L439.5 373.5L0 819H645.503L994 404.807L507.5 0Z' fill='%23FF69B4' fill-opacity='0.1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.nk-top-pickup__head {
    width: 308px;
    margin: -55px auto 0;
    position: relative;
    z-index: 1;
}

.nk-top-pickup__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 280px 27px 280px 27px 280px;
    gap: 0;
    column-gap: 27px;
    margin: -50px 0 0;
}

.nk-top-pickup__item {
    overflow: hidden;
    border-radius: 15px;
}

/* 1列目 */
.nk-top-pickup__item:nth-of-type(1)  { grid-column: 1; grid-row: 1 / 2; height: 280px; margin-top: 0; }
.nk-top-pickup__item:nth-of-type(6)  { grid-column: 1; grid-row: 3 / 4; height: 210px; margin-top: 0; }
.nk-top-pickup__item:nth-of-type(11) { grid-column: 1; grid-row: 5 / 6; height: 210px; margin-top: -70px; }

/* 2列目 */
.nk-top-pickup__item:nth-of-type(2)  { grid-column: 2; grid-row: 1 / 2; height: 210px; margin-top: 0; }
.nk-top-pickup__item:nth-of-type(7)  { grid-column: 2; grid-row: 3 / 4; height: 210px; margin-top: -70px; }
.nk-top-pickup__item:nth-of-type(12) { grid-column: 2; grid-row: 5 / 6; height: 350px; margin-top: -140px; }

/* 3列目 */
.nk-top-pickup__item:nth-of-type(3)  { grid-column: 3; grid-row: 1 / 4; height: 350px; margin-top: 0; }
.nk-top-pickup__item:nth-of-type(8)  { grid-column: 3; grid-row: 5 / 6; height: 280px; margin-top: -237px; }

/* 4列目 */
.nk-top-pickup__item:nth-of-type(4)  { grid-column: 4; grid-row: 1 / 2; height: 280px; margin-top: 0; }
.nk-top-pickup__item:nth-of-type(9)  { grid-column: 4; grid-row: 3 / 4; height: 210px; margin-top: 0; }
.nk-top-pickup__item:nth-of-type(13) { grid-column: 4; grid-row: 5 / 6; height: 350px; margin-top: -70px; }

/* 5列目 */
.nk-top-pickup__item:nth-of-type(5)  { grid-column: 5; grid-row: 1 / 2; height: 210px; margin-top: 0; }
.nk-top-pickup__item:nth-of-type(10) { grid-column: 5; grid-row: 3 / 4; height: 280px; margin-top: -70px; }
.nk-top-pickup__item:nth-of-type(14) { grid-column: 5; grid-row: 5 / 6; height: 280px; margin-top: -70px; }

.nk-top-pickup__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nk-top-pickup__more a {
    display: block;
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
    margin: 20px 0 0;
}

@media (max-width: 1199px) {
    .nk-top-pickup__list {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 350px 27px 350px 27px 280px 27px 280px;
    }

    /* 1列目 */
    .nk-top-pickup__item:nth-of-type(1)  { grid-column: 1; grid-row: 1 / 2; height: 280px; margin-top: 0; }
    .nk-top-pickup__item:nth-of-type(5)  { grid-column: 1; grid-row: 3 / 4; height: 210px; margin-top: -70px; }
    .nk-top-pickup__item:nth-of-type(9)  { grid-column: 1; grid-row: 5 / 6; height: 280px; margin-top: -210px; }
    .nk-top-pickup__item:nth-of-type(13) { grid-column: 1; grid-row: 7 / 8; height: 280px; margin-top: -210px; }

    /* 2列目 */
    .nk-top-pickup__item:nth-of-type(2)  { grid-column: 2; grid-row: 1 / 2; height: 210px; margin-top: 0; }
    .nk-top-pickup__item:nth-of-type(6)  { grid-column: 2; grid-row: 3 / 4; height: 210px; margin-top: -140px; }
    .nk-top-pickup__item:nth-of-type(10) { grid-column: 2; grid-row: 5 / 6; height: 210px; margin-top: -280px; }
    .nk-top-pickup__item:nth-of-type(14) { grid-column: 2; grid-row: 7 / 8; height: 280px; margin-top: -350px; }

    /* 3列目 */
    .nk-top-pickup__item:nth-of-type(3)  { grid-column: 3; grid-row: 1 / 2; height: 350px; margin-top: 0; }
    .nk-top-pickup__item:nth-of-type(7)  { grid-column: 3; grid-row: 3 / 4; height: 350px; margin-top: 0; }
    .nk-top-pickup__item:nth-of-type(11) { grid-column: 3; grid-row: 5 / 6; height: 210px; margin-top: 0; }

    /* 4列目 */
    .nk-top-pickup__item:nth-of-type(4)  { grid-column: 4; grid-row: 1 / 2; height: 280px; margin-top: 0; }
    .nk-top-pickup__item:nth-of-type(8)  { grid-column: 4; grid-row: 3 / 4; height: 280px; margin-top: -70px; }
    .nk-top-pickup__item:nth-of-type(12) { grid-column: 4; grid-row: 5 / 6; height: 350px; margin-top: -140px; }

    .nk-top-pickup__more a {
        margin: -180px 0 0;
    }
}

/* ========================================
   Topics
======================================== */
.nk-top-topics {
    margin: 70px 0 0;
    position: relative;
    z-index: 1;
}

.nk-top-topics::before,
.nk-top-topics::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.nk-top-topics::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='568' height='871' viewBox='0 0 568 871' fill='none'%3E%3Cpath d='M263.569 0L-260.788 98.624L-335 642.664L166.606 871L568 360.728L263.569 0Z' fill='%23AEE8E0' fill-opacity='0.34'/%3E%3C/svg%3E");
    width: 903px;
    height: 871px;
    top: -400px;
    left: 0;
}

.nk-top-topics::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='730' height='490' viewBox='0 0 730 490' fill='none'%3E%3Cpath d='M518 75.3068L639 0L994 489.5L273.5 344.5L0 75.3068H518Z' fill='%23EFEFEF'/%3E%3C/svg%3E");
    width: 994px;
    height: 489.5px;
    bottom: -50px;
    right: -300px;
}

.nk-top-topics__inner {
    width: 1180px;
    max-width: 100%;
    padding: 0 60px;
    margin: 0 auto;
}

.nk-top-topics__list {
    margin: 20px 0 0;
    display: flex;
    gap: 6.19999%;
}

.nk-top-topics__item {
    min-width: 0;
    flex: 1;
}

.nk-top-topics__balloon {
    display: block;
    position: relative;
    top: 16%;
    left: 13%;
    z-index: 1;
}

.nk-top-topics__item--center .nk-top-topics__balloon {
    top: auto;
    bottom: 24%;
}

.nk-top-topics__balloon-text {
    width: 100%;
    height: 70%;
    padding: 12px 15px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.nk-top-topics__item--center .nk-top-topics__balloon-text {
    top: 27px;
}

.nk-top-topics__balloon-title {
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    text-decoration: underline;
    text-decoration-color: #00CCCC;
    text-decoration-thickness: 5px;
    text-underline-offset: -2px;
}

.nk-top-topics__balloon-desc {
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.7px;
    margin: 7px 0 0;
}

.nk-top-topics__link {
    display: block;
    width: 310px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 15px;
}

.nk-top-topics__link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nk-top-topics .nk-more-btn-wrap {
    margin: 10px auto 0;
}

/* ========================================
   Search
======================================== */
.nk-top-search {
    margin: 125px 0 0;
    position: relative;
    z-index: 1;
}

.nk-top-search::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='731' height='620' viewBox='0 0 731 620' fill='none'%3E%3Cpath d='M731 576L2.78867 619.515L-174.673 457.868L417.817 -3.67903e-05L392.5 280L731 576Z' fill='%23AEE8E0' fill-opacity='0.34'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 889px;
    height: 604px;
    position: absolute;
    left: -30px;
    bottom: -320px;
    z-index: -1;
}

.nk-top-search__inner {
    width: 1160px;
    max-width: 100%;
    padding: 0 0 0 20px;
    margin: 0 auto;
}

.nk-top-search__tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 20px 0 0;
}

.nk-top-search__tab {
    color: #000;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding: 0 2.679%;
    cursor: pointer;
}

.nk-top-search__tab.is-active {
    background-color: #FFEE06;
}

.nk-top-search__tab::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background-color: #000000;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}

.nk-top-search__tab:last-of-type::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background-color: #000000;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

.nk-top-search__panel {
    display: none;
}

.nk-top-search__panel.is-active {
    display: block;
    margin: 50px 0 0;
}

.nk-top-search__category-list {
    display: flex;
    align-items: center;
    gap: 34px;
    overflow-x: scroll;
    padding: 0 0 15px;
}

.nk-top-search__category-list::-webkit-scrollbar {
    height: 3px;
}

.nk-top-search__category-list::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 50px;
}

.nk-top-search__category-list::-webkit-scrollbar-track {
    background: transparent;
}

.nk-top-search__category-item a {
    display: block;
    width: 132px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
}

.nk-top-search__category-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.nk-top-search__category-item a p {
    color: #231815;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 15px 0 0;
}

.nk-top-search__category-list .nk-more-btn-wrap {
    margin: 0 0 35px;
}

.nk-top-search__color-list {
    display: flex;
    align-items: center;
    gap: 25px;
    overflow-x: scroll;
    padding: 0 0 15px;
}

.nk-top-search__color-list::-webkit-scrollbar {
    height: 3px;
}

.nk-top-search__color-list::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 50px;
}

.nk-top-search__color-list::-webkit-scrollbar-track {
    background: transparent;
}

.nk-top-search__color-item a {
    display: block;
    width: 88px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
}

.nk-top-search__color-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.nk-top-search__color-item a p {
    color: #231815;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 15px 0 0;
}

.nk-top-search__color-list .nk-more-btn-wrap {
    margin: 0 0 35px;
}

.nk-top-search__function-list {
    display: flex;
    align-items: center;
    gap: 15px;
    overflow-x: scroll;
    padding: 0 0 15px;
}

.nk-top-search__function-list::-webkit-scrollbar {
    height: 3px;
}

.nk-top-search__function-list::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 50px;
}

.nk-top-search__function-list::-webkit-scrollbar-track {
    background: transparent;
}

.nk-top-search__function-item a {
    width: 110px;
    height: 110px;
    max-width: 100%;
    color: #231815;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.97);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nk-top-search__taste-list {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: scroll;
    margin: -45px 0 0;
    padding: 0 0 15px;
    height: 180px;
}

.nk-top-search__taste-list::-webkit-scrollbar {
    height: 3px;
}

.nk-top-search__taste-list::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 50px;
}

.nk-top-search__taste-list::-webkit-scrollbar-track {
    background: transparent;
}

.nk-top-search__taste-item a {
    display: block;
    width: 98px;
    height: 73px;
    max-width: 100%;
}

.nk-top-search__taste-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nk-top-search__taste-item a p {
    color: #231815;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin: 15px 0 0;
}

/* ========================================
   Factory
======================================== */
.nk-top-factory {
    background-image: 
        linear-gradient(180deg, rgba(255, 255, 255, 0.70) 36.6%, rgba(255, 255, 255, 0.00) 100%),
        url('../../img/tashiro/top/factory-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 35px 20px 40px;
    margin: 190px 0 0;
    position: relative;
    z-index: 1;
}

.nk-top-factory::before {
    content: '';
    width: 909px;
    height: 826px;
    position: absolute;
    bottom: -400px;
    right: -260px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='826' viewBox='0 0 648 826' fill='none'%3E%3Cpath d='M423 0L0 443L156.5 826L423 583L909.5 404.807L423 0Z' fill='%23FF69B4' fill-opacity='0.1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.nk-top-factory__inner {
    width: 1200px;
    max-width: 100%;
    padding: 55px 20px 40px;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.80);
}

.nk-top-factory__head .nk-section-head__img {
    width: 325px;
}

.nk-top-factory__img-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
}

.nk-top-factory__img-item {
    width: 147px;
    height: 147px;
    overflow: hidden;
    border-radius: 15px;
}

.nk-top-factory__img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nk-top-factory__text {
    color: #4A4A4A;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 190%; /* 30.4px */
    letter-spacing: 1.6px;
    margin: 20px 0 0;
}

.nk-top-factory__btn {
    display: block;
    width: 380px;
    padding: 20px 0;
    border-radius: 10px;
    border: 1px solid #000;
    background: #EFEFEF;
    color: #000;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    margin: 20px auto 0;
}

/* ========================================
   NewArrival
======================================== */
.nk-top-new-arrival {
    margin: 90px 0 0;
    background-color: #EDEDED;
    position: relative;
    z-index: 1;
}

.nk-top-new-arrival__inner {
    width: 1440px;
    max-width: 100%;
    padding: 100px 0 145px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.nk-top-new-arrival__slider-wrap {
    position: absolute;
    left: calc(460px + 20px);
    right: calc(-50vw + 720px);
}

.nk-top-new-arrival__head img {
    width: 284px;
}

.nk-top-new-arrival__item {
    width: 225px;
    height: 225px;
}

.nk-top-new-arrival__item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.nk-top-new-arrival__nav {
    width: 56.95vw;
    max-width: 960px;
    position: relative;
}

.nk-top-new-arrival__prev,
.nk-top-new-arrival__next {
    width: 55px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    bottom: -60px;
    cursor: pointer;
}

.nk-top-new-arrival__prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='30' viewBox='0 0 55 30' fill='none'%3E%3Cpath d='M19.2337 1.17383L2.41016 14.5562L19.2337 27.9385' stroke='black' stroke-width='3'/%3E%3Cline x1='4.70508' y1='14.2031' x2='54.411' y2='14.2031' stroke='black' stroke-width='3'/%3E%3C/svg%3E");
    left: 0;
}

.nk-top-new-arrival__next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='30' viewBox='0 0 55 30' fill='none'%3E%3Cpath d='M35.1765 27.9385L52 14.5561L35.1765 1.17377' stroke='black' stroke-width='3'/%3E%3Cline x1='49.7051' y1='14.9092' x2='-0.00080477' y2='14.9092' stroke='black' stroke-width='3'/%3E%3C/svg%3E");
    right: 0;
}

@media (max-width: 1440px) {
    .nk-top-new-arrival__slider-wrap {
        right: 0;
        left: calc(33.333vw + 1.389vw);
    }
}

/* ========================================
   Ranking
======================================== */
.nk-top-ranking {
    margin: 100px 0 0;
    position: relative;
    z-index: 1;
}

.nk-top-ranking::before {
    content: '';
    width: 875px;
    height: 864px;
    position: absolute;
    top: 80px;
    right: -280px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='588' height='864' viewBox='0 0 588 864' fill='none'%3E%3Cpath d='M309.5 0L714.5 121L875 299.5L401.394 863.5L0 353.228L309.5 0Z' fill='%23AEE8E0' fill-opacity='0.34'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.nk-top-ranking__inner {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 30px;
}

.nk-top-ranking__left {
    width: 460px;
    max-width: 100%;
}

.nk-top-ranking__head img {
    width: 306px;
}

.nk-top-ranking__tab-list {
    width: 310px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 8px;
    margin: 38px 0 0 auto;
    padding: 0 0 0 20px;
}

.nk-top-ranking__tab-item {
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid #000;
    background: #FFF;
    color: #000;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.nk-top-ranking__tab-item.is-active {
    border: 1px solid #747474;
    background: #000;
    color: #FFF;
}

.nk-top-ranking__content {
    flex: 1;
    min-width: 0;
    padding: 0 20px 0 0;
}

.nk-top-ranking__panel {
    width: 815px;
    max-width: 100%;
    gap: 25px;
    display: none;
}

.nk-top-ranking__panel.is-active {
    display: flex;
}

.nk-top-ranking__no1 {
    width: 338px;
    max-width: 100%;
}

.nk-top-ranking__no1 .nk-top-ranking__balloon {
    width: 214px;
    left: 30px;
}

.nk-top-ranking__no1 .nk-top-ranking__balloon-text {
    transform: translate(-50%, -50%);
}

.nk-top-ranking__no1 .nk-top-ranking__balloon-rank {
    color: #000;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 700;
}

.nk-top-ranking__no1 .nk-top-ranking__balloon-no {
    color: #000;
    font-family: Helvetica;
    font-size: 40px;
    font-weight: 700;
    margin: -17px 0 0;
}

.nk-top-ranking__no1 .nk-top-ranking__balloon-num {
    color: #000;
    font-family: Helvetica;
    font-size: 60px;
    font-weight: 700;
}

.nk-top-ranking__no1-img {
    display: block;
    margin: -70px 0 0;
    aspect-ratio: 338 / 467;
    overflow: hidden;
}

.nk-top-ranking__no1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.nk-top-ranking__list {
    width: 450px;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 25px;
}

.nk-top-ranking__balloon {
    width: 156px;
    display: block;
    position: relative;
    top: 0;
    left: 38px;
    z-index: 1;
}

.nk-top-ranking__balloon-text {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.nk-top-ranking__balloon-ranking {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 700;
}

.nk-top-ranking__balloon-label {
    color: #000;
    font-family: Helvetica;
    font-size: 25px;
    font-weight: 700;
}

.nk-top-ranking__balloon-num {
    color: #000;
    font-family: Helvetica;
    font-size: 40px;
    font-weight: 700;
}

.nk-top-ranking__item a {
    display: block;
    margin: -43px 0 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.nk-top-ranking__item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

@media (max-width: 1440px) {
    .nk-top-ranking__left {
        width: 31.945vw;
        max-width: 460px;
    }
}

@media (max-width: 1199px) {
    .nk-top-ranking__no1 .nk-top-ranking__balloon {
        width: 67.34%;
        min-width: 173px;
        left: 10px;
    }

    .nk-top-ranking__no1 .nk-top-ranking__balloon-rank {
        font-size: 16px;
    }

    .nk-top-ranking__no1 .nk-top-ranking__balloon-no {
        font-size: 36px;
        line-height: 1.5;
    }

    .nk-top-ranking__no1 .nk-top-ranking__balloon-num {
        font-size: 46px;
    }

    .nk-top-ranking__balloon {
        width: 78.36%;
        min-width: 105px;
        left: 5px;
    }

    .nk-top-ranking__balloon-no {
        line-height: 1;
    }

    .nk-top-ranking__balloon-num {
        font-size: 24px;
    }
}

@media (max-width: 959px) {
    .nk-top-ranking__tab-item {
        margin: 0 0 0 auto;
    }
}

/* ========================================
   Style Curtains
======================================== */
.nk-top-style {
    margin: 230px 0 0;
    position: relative;
    z-index: 2;
}

.nk-top-style::before {
    content: '';
    width: 994px;
    height: 489.5px;
    position: absolute;
    top: -140px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='619' height='490' viewBox='0 0 619 490' fill='none'%3E%3Cpath d='M143 75.3068L264 0L619 489.5L-101.5 344.5L-375 75.3068H143Z' fill='%23EFEFEF'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.nk-top-style__head img {
    width: 340px;
}

.nk-top-style__inner {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}

.nk-top-style__slider-wrap {
    width: calc(100vw - 8.99vw);
    margin: 40px 0 0 auto;
    overflow: hidden;
}

.nk-top-style__item {
    width: 312px;
    height: 312px;
}

.nk-top-style__item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.nk-top-style__nav {
    width: 81.94vw;
    max-width: 1180px;
    margin: 15px auto 0 0;
    display: flex;
    justify-content: space-between;
}

.nk-top-style__prev,
.nk-top-style__next {
    width: 55px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    cursor: pointer;
}

.nk-top-style__prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='30' viewBox='0 0 55 30' fill='none'%3E%3Cpath d='M19.2337 1.17383L2.41016 14.5562L19.2337 27.9385' stroke='black' stroke-width='3'/%3E%3Cline x1='4.70508' y1='14.2031' x2='54.411' y2='14.2031' stroke='black' stroke-width='3'/%3E%3C/svg%3E");
}

.nk-top-style__next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='30' viewBox='0 0 55 30' fill='none'%3E%3Cpath d='M35.1765 27.9385L52 14.5561L35.1765 1.17377' stroke='black' stroke-width='3'/%3E%3Cline x1='49.7051' y1='14.9092' x2='-0.00080477' y2='14.9092' stroke='black' stroke-width='3'/%3E%3C/svg%3E");
}

.nk-top-style .nk-more-btn-wrap {
    margin: 75px auto 0;
}

@media (max-width: 1199px) {
    .nk-top-style__item {
        width: 225px;
        height: 225px;
    }
}

/* ========================================
   LineUp
======================================== */
.nk-top-lineup {
    margin: 230px 0 0;
}

.nk-top-lineup__block {
    position: relative;
    z-index: 1;
}

.nk-top-lineup__block--simple {
    margin: 30px 0 0;
}

.nk-top-lineup__block--simple::before,
.nk-top-lineup__block--simple::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.nk-top-lineup__block--simple::before {
    width: 683.5px;
    height: 732px;
    top: -580px;
    left: calc(50% + 110px);
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='684' height='732' viewBox='0 0 684 732' fill='none'%3E%3Cpath d='M574 0L167 230L0 732L373.003 675.5L683.5 333L574 0Z' fill='%23FF69B4' fill-opacity='0.1'/%3E%3C/svg%3E");
}

.nk-top-lineup__block--simple::after {
    width: 994px;
    height: 489.5px;
    bottom: 65px;
    right: -162px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='867' height='490' viewBox='0 0 867 490' fill='none'%3E%3Cpath d='M518 75.3068L639 0L994 489.5L273.5 344.5L0 75.3068H518Z' fill='%23EFEFEF'/%3E%3C/svg%3E");
}

.nk-top-lineup__block--asian {
    margin: 140px 0 0;
}

.nk-top-lineup__block--asian::before,
.nk-top-lineup__block--asian::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.nk-top-lineup__block--asian::before {
    width: 889.428px;
    height: 604.299px;
    top: -190px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='731' height='620' viewBox='0 0 731 620' fill='none'%3E%3Cpath d='M731 576L2.78867 619.515L-174.673 457.868L417.817 0.00020735L392.5 280L731 576Z' fill='%23AEE8E0' fill-opacity='0.34'/%3E%3C/svg%3E");
}

.nk-top-lineup__block--asian::after {
    width: 909.5px;
    height: 826px;
    bottom: -330px;
    right: -250px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='826' viewBox='0 0 648 826' fill='none'%3E%3Cpath d='M423 0L0 443L156.5 826L423 583L909.5 404.807L423 0Z' fill='%23FF69B4' fill-opacity='0.1'/%3E%3C/svg%3E");
}

.nk-top-lineup__block--modern {
    margin: 110px 0 0;
}

.nk-top-lineup__block-inner {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 25px;
}

.nk-top-lineup__block--asian .nk-top-lineup__block-inner {
    flex-direction: row-reverse;
}

.nk-top-lineup__block--simple .nk-top-lineup__taste {
    width: 41.668%;
    max-width: 100%;
}

.nk-top-lineup__block--asian .nk-top-lineup__taste,
.nk-top-lineup__block--modern .nk-top-lineup__taste {
    width: 41.668%;
    max-width: 100%;
}

.nk-top-lineup__taste img {
    border-radius: 20px;
}

.nk-top-lineup__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    column-gap: 25px;
}

.nk-top-lineup__block--asian .nk-top-lineup__list,
.nk-top-lineup__block--modern .nk-top-lineup__list {
    width: 47.223%;
}

.nk-top-lineup__block--simple .nk-top-lineup__list {
    grid-template-rows: 210px 25px 280px 25px 350px;
}

.nk-top-lineup__block--asian .nk-top-lineup__list,
.nk-top-lineup__block--modern .nk-top-lineup__list {
    grid-template-rows: 210px 25px 350px;
}

.nk-top-lineup__item {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

/* 1列目 */
.nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(1) { grid-column: 1; grid-row: 1 / 2; height: 210px; margin-top: 0; }
.nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(4) { grid-column: 1; grid-row: 3 / 4; height: 350px; margin-top: 0; }
.nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(7) { grid-column: 1; grid-row: 5 / 6; height: 280px; margin-top: 70px; }

/* 2列目 */
.nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(2) { grid-column: 2; grid-row: 1 / 2; height: 280px; margin-top: 0; }
.nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(5) { grid-column: 2; grid-row: 3 / 4; height: 210px; margin-top: 70px; }
.nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(8) { grid-column: 2; grid-row: 5 / 6; height: 210px; margin-top: 0; }

/* 3列目 */
.nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(3) { grid-column: 3; grid-row: 1 / 2; height: 350px; margin-top: 0; }
.nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(6) { grid-column: 3; grid-row: 3 / 4; height: 280px; margin-top: 140px; }

/* 1列目 */
.nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(1),
.nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(1) { grid-column: 1; grid-row: 1 / 2; height: 210px; margin-top: 0; }
.nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(4),
.nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(4) { grid-column: 1; grid-row: 3 / 4; height: 350px; margin-top: 0; }

/* 2列目 */
.nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(2),
.nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(2) { grid-column: 2; grid-row: 1 / 2; height: 280px; margin-top: 0; }
.nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(5),
.nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(5) { grid-column: 2; grid-row: 3 / 4; height: 210px; margin-top: 70px; }
.nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(6),
.nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(6) { grid-column: 2; grid-row: 3 / 4; height: 210px; margin-top: 305px; }

/* 3列目 */
.nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(3),
.nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(3) { grid-column: 3; grid-row: 1 / 2; height: 350px; margin-top: 0; }
.nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(7),
.nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(7) { grid-column: 3; grid-row: 3 / 4; height: 280px; margin-top: 140px; }

.nk-top-lineup__item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nk-top-lineup__item p {
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.42px;
    width: calc(115px + 6.245% * 2);
    padding: 6.245%;
    position: absolute;
    bottom: 0;
}

.nk-top-lineup__item:nth-of-type(3) p,
.nk-top-lineup__item:nth-of-type(4) p,
.nk-top-lineup__item:nth-of-type(6) p {
    color: #FFFFFF;
}

.nk-top-lineup .nk-more-btn-wrap {
    margin: 70px auto 0;
}

@media (max-width: 1440px) {
    .nk-top-lineup__block--simple .nk-top-lineup__taste img,
    .nk-top-lineup__block--modern .nk-top-lineup__taste img {
        border-radius: 0 20px 20px 0;
    }

    .nk-top-lineup__block--asian .nk-top-lineup__taste img {
        border-radius: 20px 0 0 20px;
    }
}

@media (max-width: 1439px) {
    .nk-top-lineup__block--simple .nk-top-lineup__list {
        grid-template-rows: 14.583vw 25px 19.444vw 25px 24.306vw;
    }

    .nk-top-lineup__block--asian .nk-top-lineup__list,
    .nk-top-lineup__block--modern .nk-top-lineup__list {
        grid-template-rows: 14.583vw 25px 24.306vw;
    }

    /* 1列目 */
    .nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(1) { height: 14.583vw; max-height: 210px; }
    .nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(4) { height: 24.306vw; max-height: 350px; margin-top: 0; }
    .nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(7) { height: 19.444vw; max-height: 280px; margin-top: 4.861vw; }

    /* 2列目 */
    .nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(2) { height: 19.444vw; max-height: 280px; }
    .nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(5) { height: 14.583vw; max-height: 210px; margin-top: 4.861vw; }
    .nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(8) { height: 14.583vw; max-height: 210px; margin-top: 0; }

    /* 3列目 */
    .nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(3) { height: 24.306vw; max-height: 350px; }
    .nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(6) { height: 19.444vw; max-height: 280px; margin-top: 9.722vw; }

    /* 1列目 */
    .nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(1),
    .nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(1) { height: 14.583vw; max-height: 210px; }
    .nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(4),
    .nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(4) { height: 24.306vw; max-height: 350px; margin-top: 0; }

    /* 2列目 */
    .nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(2),
    .nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(2) { height: 19.444vw; max-height: 280px; }
    .nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(5),
    .nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(5) { height: 14.583vw; max-height: 210px; margin-top: 4.861vw; }
    .nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(6),
    .nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(6) { height: 14.583vw; max-height: 210px; margin-top: 21.181vw; }

    /* 3列目 */
    .nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(3),
    .nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(3) { height: 24.306vw; max-height: 350px; }
    .nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(7),
    .nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(7) { height: 19.444vw; max-height: 280px; margin-top: 9.722vw; }
}

/* ========================================
   Guide
======================================== */
.nk-top-guide {
    margin: 160px 0 0;
}

.nk-top-guide__inner {
    width: 1200px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.nk-top-guide__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 25px;
}

.nk-top-guide__item a {
    height: 147px;
    line-height: 122px;
    display: block;
    border-radius: 10px;
    border: 2px solid #000;
    text-align: center;
    position: relative;
}

.nk-top-guide__item:first-of-type a img { max-width: 127px; }
.nk-top-guide__item:nth-of-type(2) a img { max-width: 95.109px; }
.nk-top-guide__item:nth-of-type(3) a img { max-width: 119.32px; }
.nk-top-guide__item:nth-of-type(4) a img { max-width: 75.47px; }
.nk-top-guide__item:nth-of-type(5) a img { max-width: 86.97px; }
.nk-top-guide__item:nth-of-type(6) a img { max-width: 66px; }
.nk-top-guide__item:nth-of-type(7) a img { max-width: 90px; }
.nk-top-guide__item:nth-of-type(8) a img { max-width: 90px; }

.nk-top-guide__item a p {
    width: 90%;
    max-width: 203px;
    color: #000;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    padding: 12px 0;
    border-radius: 10px;
    border: 2px solid #000;
    background: #FFF;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
}

@media (max-width: 1199px) {
    .nk-top-guide__item:first-of-type a img { width: 10.583vw; }
    .nk-top-guide__item:nth-of-type(2) a img { width: 7.926vw; }
    .nk-top-guide__item:nth-of-type(3) a img { width: 9.943vw; }
    .nk-top-guide__item:nth-of-type(4) a img { width: 6.289vw; }
    .nk-top-guide__item:nth-of-type(5) a img { width: 7.248vw; }
    .nk-top-guide__item:nth-of-type(6) a img { width: 5.5vw; }
    .nk-top-guide__item:nth-of-type(7) a img { width: 7.5vw; }
    .nk-top-guide__item:nth-of-type(8) a img { width: 7.5vw; }

    .nk-top-guide__item a {
        height: 13vw;
        line-height: 11.05vw;
    }

    .nk-top-guide__item a p {
        font-size: clamp(11px, 1.333vw, 16px);
    }
}

/* ========================================
   News
======================================== */
.nk-top-news {
    margin: 180px 0 0;
}

.nk-top-news__inner {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}

.nk-top-news__body {
    display: flex;
    align-items: flex-start;
    gap: 6.45%;
}

.nk-top-news__head img {
    width: 220px;
}

.nk-top-news__list {
    width: 55.278%;
    max-width: 100%;
}

.nk-top-news__item a {
    display: flex;
    align-items: center;
    gap: 7.7%;
    padding: 20px 0 20px 15px;
    border-bottom: 1px solid #000000;
}

.nk-top-news__item:first-of-type a {
    padding: 0 0 20px 15px;
}

.nk-top-news__date {
    color: #888;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
}

.nk-top-news__text {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
}

.nk-top-news .nk-more-btn-wrap {
    margin: 50px auto 0;
}

/* ========================================
   History
======================================== */
.nk-top-history {
    margin: 110px 0 0;
}

.nk-top-history__title {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
}

.nk-top-history__swiper {
    overflow: hidden;
    margin: 45px 0 0;
}

.nk-top-history__item {
    width: 203px;
    height: 203px;
}

.nk-top-history__item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* ========================================
   Concept
======================================== */
.nk-top-concept {
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.70) 36.6%, rgba(255, 255, 255, 0.00) 100%),
        url('../../img/tashiro/top/concept-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 230px 0 0;
    position: relative;
}

.nk-top-concept__inner {
    width: 1200px;
    max-width: 100%;
    padding: 180px 20px 230px;
    margin: 0 auto;
}

.nk-top-concept__head {
    width: 308px;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
}

.nk-top-concept__text {
    color: #4A4A4A;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1.8px;
}

.nk-top-concept .nk-more-btn-wrap {
    margin: 47px auto 0;
}

/* ========================================
   SP
======================================== */
@media (max-width: 768px) {
    /* Common */
    .nk-title-box {
        width: 220px;
        max-width: 100%;
        padding: 40px 20px;
    }

    .nk-more-btn-wrap {
        width: 100px;
    }

    .nk-more-btn {
        width: 74px !important;
        height: 74px !important;
        line-height: 74px !important;
        font-size: 14px !important;
    }

    .nk-more-btn::before {
        width: 37px;
        height: 19px;
        right: -25px;
    }

    /* FV */
    .nk-top-fv {
        padding: 0;
    }

    .nk-top-fv__inner {
        background-image: url('../../img/tashiro/top/fv-bg-sp.jpg');
        padding: 145px 0;
        border-radius: 0;
        border-bottom: 7px solid #4BCCBE;
    }

    .nk-top-fv__en {
        font-size: 35px;
        letter-spacing: 1.75px;
        text-decoration-thickness: 6px;
        text-underline-offset: 10px;
    }

    .nk-top-fv__ja {
        font-size: 17px;
        letter-spacing: 0.85px;
        margin: 14px 0 0;
    }

    /* Pickup  */
    .nk-top-pickup__inner {
        width: 100%;
    }

    .nk-top-pickup::before {
        width: 502px;
        height: 414px;
        top: -30px;
        right: -260px;
    }

    .nk-top-pickup__head {
        width: 154px;
        margin: -35px auto 0;
    }

    .nk-top-pickup__list {
        grid-template-columns: repeat(3, calc((100% - 5.334vw) / 3));
        grid-template-rows: 36.267vw 2.667vw 27.2vw 2.667vw 45.333vw 2.667vw 45.333vw 2.667vw 45.333vw;
        column-gap: 2.667vw;
        margin: -40px 0 0;
    }

    .nk-top-pickup__item {
        border-radius: 7.268px;
    }

    /* 1列目 */
    .nk-top-pickup__item:nth-of-type(1)  { grid-column: 1; grid-row: 1 / 2; height: 36.267vw; margin-top: 0; }
    .nk-top-pickup__item:nth-of-type(4)  { grid-column: 1; grid-row: 3 / 4; height: 27.2vw; margin-top: 0; }
    .nk-top-pickup__item:nth-of-type(7)  { grid-column: 1; grid-row: 5 / 6; height: 27.2vw; margin-top: 0; }
    .nk-top-pickup__item:nth-of-type(10) { grid-column: 1; grid-row: 7 / 8; height: 45.333vw; margin-top: -18.133vw; }
    .nk-top-pickup__item:nth-of-type(13) { grid-column: 1; grid-row: 9 / 10; height: 27.2vw; margin-top: -18.133vw; }

    /* 2列目 */
    .nk-top-pickup__item:nth-of-type(2)  { grid-column: 2; grid-row: 1 / 2; height: 27.2vw; margin-top: 0; }
    .nk-top-pickup__item:nth-of-type(5)  { grid-column: 2; grid-row: 3 / 4; height: 27.2vw; margin-top: -9.067vw; }
    .nk-top-pickup__item:nth-of-type(8)  { grid-column: 2; grid-row: 5 / 6; height: 45.333vw; margin-top: -9.067vw; }
    .nk-top-pickup__item:nth-of-type(11) { grid-column: 2; grid-row: 7 / 8; height: 27.2vw; margin-top: -9.067vw; }
    .nk-top-pickup__item:nth-of-type(14) { grid-column: 2; grid-row: 9 / 10; height: 45.333vw; margin-top: -27.2vw; }

    /* 3列目 */
    .nk-top-pickup__item:nth-of-type(3)  { grid-column: 3; grid-row: 1 / 2; height: 45.333vw; margin-top: 0; }
    .nk-top-pickup__item:nth-of-type(6)  { grid-column: 3; grid-row: 3 / 4; height: 36.267vw; margin-top: 9.067vw; }
    .nk-top-pickup__item:nth-of-type(9)  { grid-column: 3; grid-row: 5 / 6; height: 36.267vw; margin-top: 18.133vw; }
    .nk-top-pickup__item:nth-of-type(12) { grid-column: 3; grid-row: 7 / 8; height: 45.333vw; margin-top: 9.067vw; }

    .nk-top-pickup__more a {
        font-size: 12px;
        letter-spacing: 0.6px;
        margin: -75px 0 0;
    }

    /* Topics */
    .nk-top-topics {
        margin: 30px 0 0;
        z-index: 2;
    }

    .nk-top-topics::before {
        width: 364px;
        height: 351px;
        top: -170px;
        left: -5px;
    }

    .nk-top-topics::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='248' height='223' viewBox='0 0 248 223' fill='none'%3E%3Cpath d='M158.122 52.8855L202.46 0L337.078 222.76H95.6209L-0.000427246 82.1839L158.122 52.8855Z' fill='%23EFEFEF'/%3E%3C/svg%3E");
        width: 337px;
        height: 222px;
        bottom: auto;
        top: 120px;
        right: -100px;
    }

    .nk-top-topics__inner {
        width: 80%;
        max-width: 540px;
        padding: 0 20px;
    }

    .nk-top-topics__list {
        margin: 0;
        display: block;
    }

    .nk-top-topics__item {
        width: 260px;
    }

    .nk-top-topics__item:first-of-type {
        margin: -56.95px 0 0;
    }

    .nk-top-topics__item:nth-of-type(2) {
        margin: 90px 0 0 auto;
    }

    .nk-top-topics__item:nth-of-type(3) {
        margin: -143.9px 0 0;
    }

    .nk-top-topics__balloon {
        width: 198px;
        top: 206px;
        left: 78px;
    }

    .nk-top-topics__item--center .nk-top-topics__balloon {
        top: auto;
        bottom: 206px;
        left: 0;
    }

    .nk-top-topics__balloon-text {
        height: 100%;
        padding: 10px;
        top: 8px;
    }

    .nk-top-topics__item--center .nk-top-topics__balloon-text {
        top: -7px;
    }

    .nk-top-topics__balloon-title {
        font-size: 14px;
        letter-spacing: 0.7px;
        text-decoration-thickness: 3px;
        text-underline-offset: -2px;
    }

    .nk-top-topics__balloon-desc {
        font-size: 13px;
        line-height: 1;
        letter-spacing: 0.65px;
        margin: 0;
    }

    .nk-top-topics__link {
        display: block;
        width: 170px;
        border-radius: 7.163px;
    }

    .nk-top-topics__item--center .nk-top-topics__link {
        margin: 0 0 0 auto;
    }

    .nk-top-topics .nk-more-btn-wrap {
        margin: 70px auto 0;
    }

    /* Search */
    .nk-top-search {
        margin: 40px 0 0;
        position: relative;
        z-index: 1;
    }

    .nk-top-search::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='265' height='388' viewBox='0 0 265 388' fill='none'%3E%3Cpath d='M34.7399 0L2.61713 176.623L-205 387.293H99.9318L264.56 191.427L34.7399 0Z' fill='%23FF69B4' fill-opacity='0.1'/%3E%3C/svg%3E");
        width: 469.56px;
        height: 387.293px;
        left: 0;
        top: -480px;
        bottom: auto;
    }

    .nk-top-search__inner {
        width: 100%;
        padding: 0 20px;
    }

    .nk-top-search__tabs {
        width: 280px;
        flex-wrap: wrap;
        gap: 15px 0;
        margin: 0 auto;
    }

    .nk-top-search__tab {
        width: 128px;
        font-size: 14px;
        padding: 0;
        margin: 0 5px;
    }

    .nk-top-search__tab::before {
        height: 18px;
        left: -5px;
    }

    .nk-top-search__tab:nth-of-type(2)::after,
    .nk-top-search__tab:last-of-type::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 18px;
        background-color: #000000;
        top: 50%;
        right: -5px;
        transform: translateY(-50%);
    }

    .nk-top-search__panel {
        display: none;
    }

    .nk-top-search__panel.is-active {
        display: block;
        margin: 25px 0 0;
    }

    .nk-top-search__category-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, 70px);
        justify-content: center;
        align-items: flex-start;
        gap: 15px;
        overflow: visible;
        padding: 0;
    }

    .nk-top-search__category-item {
        width: 70px;
    }

    .nk-top-search__category-item a {
        width: 100%;
    }

    .nk-top-search__category-item a p {
        font-size: 14px;
        margin: 8px 0 0;
    }

    .nk-top-search__category-list .nk-more-btn-wrap {
        margin: -2px 0 0;
    }

    .nk-top-search__color-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, 70px);
        justify-content: center;
        align-items: flex-start;
        gap: 15px;
        overflow: visible;
        padding: 0;
    }

    .nk-top-search__color-item {
        width: 70px;
    }

    .nk-top-search__color-item a {
        width: 100%;
    }

    .nk-top-search__color-item a p {
        margin: 8px 0 0;
    }

    .nk-top-search__color-list .nk-more-btn-wrap {
        margin: 0;
    }

    .nk-top-search__function-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, 70px);
        justify-content: center;
        align-items: flex-start;
        gap: 15px;
        overflow: visible;
        padding: 0;
    }

    .nk-top-search__function-item {
        width: 70px;
    }

    .nk-top-search__function-item a {
        width: 100%;
        height: 56px;
    }

    .nk-top-search__function-list .nk-more-btn-wrap {
        margin: -9px 0 0;
    }

    .nk-top-search__taste-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, 70px);
        justify-content: center;
        align-items: flex-start;
        gap: 15px;
        overflow: visible;
        padding: 0;
        margin: 0;
        height: auto;
    }

    .nk-top-search__taste-item {
        width: 70px;
    }

    .nk-top-search__taste-item a {
        width: 100%;
        height: auto;
    }

    .nk-top-search__taste-item a p {
        margin: 8px 0 0;
    }

    .nk-top-search__taste-list .nk-more-btn-wrap {
        margin: -9px 0 0;
    }

    /* Factory */
    .nk-top-factory {
        padding: 30px 20px 40px;
        margin: 45px 0 0;
    }

    .nk-top-factory::before {
        display: none;
    }

    .nk-top-factory__inner {
        width: 100%;
        padding: 35px 20px 40px;
        border-radius: 10px;
    }

    .nk-top-factory__head .nk-section-head__img {
        width: 232px;
    }

    .nk-top-factory__img-list {
        gap: 18px;
    }

    .nk-top-factory__img-item {
        width: 85px;
        height: 85px;
    }

    .nk-top-factory__text {
        font-size: 14px;
        letter-spacing: 1.4px;
        margin: 15px 0 0;
    }

    .nk-top-factory__btn {
        width: 240px;
        padding: 12px 0;
        border-radius: 50px;
        background: transparent;
        font-size: 14px;
        font-weight: 500;
    }

    /* NewArrival */
    .nk-top-new-arrival {
        margin: 70px 0 0;
        background-color: transparent;
        z-index: 2;
    }

    .nk-top-new-arrival__inner {
        width: 100%;
        max-width: 100%;
        padding: 0;
        display: block;
    }

    .nk-top-new-arrival__slider-wrap {
        position: static;
        background-color: #EDEDED;
        padding: 105px 0 85px 20px;
        margin: -80px 0 0;
    }

    .nk-top-new-arrival__head {
        position: relative;
        z-index: 1;
    }

    .nk-top-new-arrival__head img {
        width: 172px;
    }

    .nk-top-new-arrival__item {
        width: 127px;
        height: 127px;
    }

    .nk-top-new-arrival__item a img {
        border-radius: 9.084px;
    }

    .nk-top-new-arrival__nav {
        width: 85vw;
        max-width: 600px;
    }

    .nk-top-new-arrival__prev,
    .nk-top-new-arrival__next {
        width: 29px;
        height: 15px;
        bottom: -40px;
    }

    /* Ranking */
    .nk-top-ranking {
        margin: 50px 0 0;
        position: relative;
        z-index: 1;
    }

    .nk-top-ranking::before {
        width: 479px;
        height: 473px;
        top: -310px;
        right: -200px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='279' height='473' viewBox='0 0 279 473' fill='none'%3E%3Cpath d='M169.429 0L391.138 66.2803L479 164.057L219.734 473L3.05176e-05 193.488L169.429 0Z' fill='%23AEE8E0' fill-opacity='0.34'/%3E%3C/svg%3E");
    }

    .nk-top-ranking__inner {
        width: 100%;
        display: block;
    }

    .nk-top-ranking__left {
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        gap: 13px;
    }

    .nk-top-ranking__head img {
        width: 172px;
    }

    .nk-top-ranking__tab-list {
        width: calc(100% - 208px);
        max-width: 100%;
        display: block;
        margin: 0;
        padding: 0 20px 0 0;
    }

    .nk-top-ranking__tab-item {
        width: 134px;
        padding: 5px;
        border-radius: 15px;
        margin: 0;
    }

    .nk-top-ranking__tab-item:not(:first-of-type) {
        margin: 10px 0 0;
    }

    .nk-top-ranking__content {
        padding: 0;
        margin: 30px 0 0;
    }

    .nk-top-ranking__panel {
        width: 100%;
        gap: 0;
        padding: 0 20px;
    }

    .nk-top-ranking__panel.is-active {
        display: block;
    }

    .nk-top-ranking__no1 {
        width: 272px;
        margin: 0 auto;
    }

    .nk-top-ranking__no1 .nk-top-ranking__balloon {
        width: 137px;
        left: 44%;
    }

    .nk-top-ranking__no1 .nk-top-ranking__balloon-rank {
        font-size: 11px;
    }

    .nk-top-ranking__no1 .nk-top-ranking__balloon-no {
        font-size: 26px;
        margin: -10px 0 0;
    }

    .nk-top-ranking__no1 .nk-top-ranking__balloon-num {
        font-size: 35px;
    }

    .nk-top-ranking__no1-img {
        margin: -50px 0 0;
        aspect-ratio: 155/102;
    }

    .nk-top-ranking__no1-img img {
        border-radius: 8.872px;
    }

    .nk-top-ranking__list {
        width: 100%;
        gap: 20px 15px;
        margin: 30px auto 0;
        grid-template-columns: repeat(auto-fill, 160px);
        justify-content: center;
    }

    .nk-top-ranking__balloon {
        width: 134px;
        left: 8%;
    }

    .nk-top-ranking__balloon-ranking {
        font-size: 14px;
    }

    .nk-top-ranking__balloon-label {
        font-size: 20px;
    }

    .nk-top-ranking__balloon-num {
        font-size: 37px;
    }

    .nk-top-ranking__item {
        width: 160px;
    }

    .nk-top-ranking__item a {
        width: 100%;
        margin: -40px 0 0;
    }

    /* Style Curtains */
    .nk-top-style {
        margin: 60px 0 0;
        position: relative;
        z-index: 2;
    }

    .nk-top-style::before {
        display: none;
    }

    .nk-top-style__head img {
        width: 199px;
    }

    .nk-top-style__inner {
        width: 100%;
    }

    .nk-top-style__slider-wrap {
        width: calc(100vw - 20px);
        margin: 20px 0 0 auto;
    }

    .nk-top-style__item {
        width: 127px;
        height: 127px;
    }

    .nk-top-style__nav {
        width: 85vw;
        max-width: 600px;
        margin: 20px auto 0 0;
    }

    .nk-top-style__prev,
    .nk-top-style__next {
        width: 30px;
        height: 15px;
    }

    .nk-top-style .nk-more-btn-wrap {
        margin: 21px auto 0;
    }

    /* LineUp */
    .nk-top-lineup {
        margin: 55px 0 0;
    }

    .nk-top-lineup__block--simple {
        margin: 15px 0 0;
    }

    .nk-top-lineup__block--simple::before {
        width: 517.047px;
        height: 426.018px;
        top: -40px;
        left: 5px;
        transform: translateX(0);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='290' height='427' viewBox='0 0 290 427' fill='none'%3E%3Cpath d='M36.9169 0L1.54549 194.283L-227.068 426.018H108.702L289.979 210.568L36.9169 0Z' fill='%23FF69B4' fill-opacity='0.1'/%3E%3C/svg%3E");
    }

    .nk-top-lineup__block--simple::after {
        display: none;
    }

    .nk-top-lineup__block--asian {
        margin: 45px 0 0;
        z-index: 0;
    }

    .nk-top-lineup__block--asian::before {
        width: 340.337px;
        height: 336.18px;
        top: -110px;
        left: auto;
        right: -60px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='278' height='337' viewBox='0 0 278 337' fill='none'%3E%3Cpath d='M120.382 0L277.909 47.1081L340.337 116.602L156.124 336.18L-0.000366211 137.52L120.382 0Z' fill='%23AEE8E0' fill-opacity='0.34'/%3E%3C/svg%3E");
    }

    .nk-top-lineup__block--asian::after {
        display: none;
    }

    .nk-top-lineup__block--modern {
        margin: 60px 0 0;
    }

    .nk-top-lineup__block--modern::before {
        content: '';
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='426' viewBox='0 0 375 426' fill='none'%3E%3Cpath d='M237.472 0L202.035 194.275L-27 426H309.389L491 210.559L237.472 0Z' fill='%23FF69B4' fill-opacity='0.1'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
        width: 518px;
        height: 426px;
        top: -110px;
        right: -135px;
    }

    .nk-top-lineup__block-inner {
        width: 100%;
        display: block;
    }

    .nk-top-lineup__taste {
        width: 94.67% !important;
        max-width: 380px !important;
        min-width: 355px;
    }

    .nk-top-lineup__block--asian .nk-top-lineup__taste {
        margin: 0 0 0 auto;
    }

    .nk-top-lineup__block--simple .nk-top-lineup__taste img,
    .nk-top-lineup__block--modern .nk-top-lineup__taste img {
        border-radius: 0 9.987px 9.987px 0;
    }

    .nk-top-lineup__block--asian .nk-top-lineup__taste img {
        border-radius: 9.987px 0 0 9.987px;
    }

    .nk-top-lineup__list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
        padding: 0 20px;
        margin: 20px auto 0;
    }

    .nk-top-lineup__block--asian .nk-top-lineup__list,
    .nk-top-lineup__block--modern .nk-top-lineup__list {
        width: 100%;
    }

    .nk-top-lineup__block--simple .nk-top-lineup__list,
    .nk-top-lineup__block--modern .nk-top-lineup__list {
        grid-template-rows: 160px 15px 266px 15px 266px 15px 160px;
    }

    .nk-top-lineup__block--asian .nk-top-lineup__list {
        grid-template-rows: 212px 15px 160px 15px 160px 15px 212px;
    }

    .nk-top-lineup__item {
        border-radius: 7.955px;
    }

    /* 1列目 */
    .nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(1),
    .nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(1) { grid-column: 1; grid-row: 1 / 2; height: 160px; max-height: none; margin-top: 0; }
    .nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(3),
    .nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(3) { grid-column: 1; grid-row: 3 / 4; height: 266px; max-height: none; margin-top: 0; }
    .nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(5),
    .nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(5) { grid-column: 1; grid-row: 5 / 6; height: 266px; max-height: none; margin-top: 0; }
    .nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(7) { grid-column: 1; grid-row: 7 / 8; height: 160px; max-height: none; margin-top: 0; }

    /* 2列目 */
    .nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(2),
    .nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(2) { grid-column: 2; grid-row: 1 / 2; height: 212px; max-height: none; margin-top: 0; }
    .nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(4),
    .nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(4) { grid-column: 2; grid-row: 3 / 4; height: 160px; max-height: none; margin-top: 52px; }
    .nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(6),
    .nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(6) { grid-column: 2; grid-row: 5 / 6; height: 160px; max-height: none; margin-top: -54px; }
    .nk-top-lineup__block--modern .nk-top-lineup__item:nth-of-type(7),
    .nk-top-lineup__block--simple .nk-top-lineup__item:nth-of-type(8) { grid-column: 2; grid-row: 7 / 8; height: 212px; max-height: none; margin-top: -160px; }

    /* 1列目 */
    .nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(1) { grid-column: 1; grid-row: 1 / 2; height: 212px; max-height: none; margin-top: 0; }
    .nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(3) { grid-column: 1; grid-row: 3 / 4; height: 160px; max-height: none; margin-top: 0; }
    .nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(5) { grid-column: 1; grid-row: 5 / 6; height: 160px; max-height: none; margin-top: 0; }
    .nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(7) { grid-column: 1; grid-row: 7 / 8; height: 212px; max-height: none; margin-top: 0; }

    /* 2列目 */
    .nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(2) { grid-column: 2; grid-row: 1 / 2; height: 266px; max-height: none; margin-top: 0; }
    .nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(4) { grid-column: 2; grid-row: 3 / 4; height: 212px; max-height: none; margin-top: 54px; }
    .nk-top-lineup__block--asian .nk-top-lineup__item:nth-of-type(6) { grid-column: 2; grid-row: 5 / 6; height: 160px; max-height: none; margin-top: 106px; }

    .nk-top-lineup .nk-more-btn-wrap {
        margin: 25px auto 0;
    }

    .nk-top-lineup__item p {
        width: calc(115px + 10px * 2);
        padding: 10px;
    }

    .nk-top-lineup__block--modern .nk-more-btn-wrap {
        margin: -85px auto 0;
    }

    /* Guide */
    .nk-top-guide {
        margin: 70px 0 0;
        position: relative;
        z-index: 1;
    }

    .nk-top-guide::before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='248' height='323' viewBox='0 0 248 323' fill='none'%3E%3Cpath d='M36.6646 0L188.019 45.262L248 112.033L71.0065 323.006L-79 132.131L36.6646 0Z' fill='%23AEE8E0' fill-opacity='0.34'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 327px;
        height: 323.006px;
        top: 20px;
        left: 0;
        z-index: -1;
    }

    .nk-top-guide__inner {
        width: 100%;
    }

    .nk-top-guide__list {
        grid-template-columns: repeat(auto-fill, 160px);
        justify-content: center;
        gap: 35px 13px;
    }

    .nk-top-guide__item a {
        height: 88px;
        line-height: 73px;
        border-radius: 7.882px;
        border: 1.5px solid #000;
    }

    .nk-top-guide__item:first-of-type a img { width: 83.697px; }
    .nk-top-guide__item:nth-of-type(2) a img { width: 69px; }
    .nk-top-guide__item:nth-of-type(3) a img { width: 70.936px; }
    .nk-top-guide__item:nth-of-type(4) a img { width: 44.927px; }
    .nk-top-guide__item:nth-of-type(5) a img { width: 61.864px; }
    .nk-top-guide__item:nth-of-type(6) a img { width: 42.033px; }
    .nk-top-guide__item:nth-of-type(7) a img { width: 53.853px; }
    .nk-top-guide__item:nth-of-type(8) a img { width: 59px; }

    .nk-top-guide__item a p {
        width: 145px;
        max-width: 100%;
        font-size: 12px;
        padding: 6px 0;
        border-radius: 7.882px;
        border: 1.5px solid #000;
        bottom: -15px;
    }

    /* News */
    .nk-top-news {
        margin: 105px 0 0;
    }

    .nk-top-news__inner {
        width: 100%;
    }

    .nk-top-news__body {
        display: block;
    }

    .nk-top-news__head img {
        width: 115px;
    }

    .nk-top-news__list {
        width: 80%;
        margin: 20px 0 0 auto;
        padding: 0 20px 0 0;
    }

    .nk-top-news__item a {
        display: block;
        padding: 10px 33px 10px 7px;
        position: relative;
    }

    .nk-top-news__item a::before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Ccircle cx='12.5' cy='12.5' r='12.1795' stroke='black' stroke-width='0.641026'/%3E%3Cpath d='M8.33301 11.5386L12.4997 15.7052L16.6663 11.5386' stroke='black' stroke-width='0.641026'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 25px;
        height: 28px;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .nk-top-news__item:first-of-type a {
        padding: 0 33px 10px 7px;
    }

    .nk-top-news__date {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .nk-top-news__text {
        font-size: 14px;
        letter-spacing: 1.4px;
        margin: 5px 0 0;
    }

    .nk-top-news .nk-more-btn-wrap {
        margin: 30px auto 0;
    }

    /* History */
    .nk-top-history {
        margin: 70px 0 0;
        position: relative;
        z-index: 1;
    }

    .nk-top-history::before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='246' height='363' viewBox='0 0 246 363' fill='none'%3E%3Cpath d='M288.099 234.572L296.645 305.271L0.000479057 362.643L217.838 66.9964L397.505 0.00023074L288.099 234.572Z' fill='%23EFEFEF'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 496.675px;
        height: 306px;
        top: -155px;
        right: -290px;
        z-index: -1;
    }

    .nk-top-history__title {
        font-size: 12px;
        letter-spacing: 0.6px;
    }

    .nk-top-history__swiper {
        margin: 12px 0 0;
    }

    .nk-top-history__item {
        width: 98px;
        height: 98px;
    }

    .nk-top-history__item a img {
        border-radius: 9.993px;
    }

    /* Concept */
    .nk-top-concept {
        background-image:
            linear-gradient(180deg, rgba(255, 255, 255, 1) -20%, rgba(255, 255, 255, 0.00) 100%),
            url('../../img/tashiro/top/concept-bg-sp.jpg');
        margin: 210px 0 0;
    }

    .nk-top-concept__inner {
        width: 100%;
        padding: 0 20px 150px;
    }

    .nk-top-concept__head {
        width: 154px;
        top: -110px;
    }

    .nk-top-concept__text {
        font-size: 14px;
        line-height: 27px;
        letter-spacing: 1.4px;
    }

    .nk-top-concept .nk-more-btn-wrap {
        margin: 30px auto 0;
    }
}