body {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #2F2725;
}

a {
    color: #2F2725;
}

.heading {
    font-size: 14px;
    border-bottom: 1px solid #A1A1A1;
    padding-bottom: 24px;
    width: 422px;
    max-width: 100%;
    margin-bottom: 60px;
    position: relative;
}

.heading::before{
    content: '';
    position: absolute;
    bottom: -1px;
    width: 32%;
    height: 1px;
    background: #A9976D;
}

.main_visual img {
    width: 100%;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 94%;
}

.header .site-name {
    font-size: 41px;
    color: #222;
    text-wrap: nowrap;
}

.ec-headerNaviRole {
    max-width: 100%;
    justify-content: center;
}

@media only screen and (min-width: 768px) {
    .ec-headerNaviRole {
        padding-bottom: 25px;
    }
}

.ec-headerNaviRole .ec-headerNaviRole__right {
    width: auto;
    min-width: 35%;
}

.ec-headerNaviRole__center {
    width: 27%;
    text-align: center;
}

.item-search {
    margin-top: 50px;
    flex-direction: column;
}

.item-search h3 {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.item-search-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.selectbox-label {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-top: 44px;
}

.selectbox-label span {
    position: absolute;
    bottom: 28px;
    font-size: 14px;
}

.selectbox-label::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #b2b2b2;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-label select {
    appearance: none;
    min-width: 315px;
    height: 2.4em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: none;
    border-bottom: 2px solid #b2b2b2;
    background-color: #fff;
    font-size: 1em;
    cursor: pointer;
}

.selectbox-label select:focus {
    outline: none;
}

.special-feature {
    margin-top: 140px;
}

.item-list {
    gap: 25px;
    margin: 0;
}

.item-list .item-card {
    padding: 0 !important;
    width: calc(100% / 4 - 25px);
    margin: 0 !important;
}

.item-list .item-card img {
    width: 100%;
    object-fit: cover;
    /*filter: drop-shadow(0 3px 6px);*/
}

.item-list .item-card p {
    margin-top: 27px;
    text-align: center;
}

.view-btn {
    cursor: pointer;
    color: #2F2725;
    border: 1px solid #2B346A;
    border-radius: 14px;
    padding: 17px 0;
    text-align: center;
    width: 200px;
    margin: 130px auto 0;
    display: flex;
    justify-content: center;
    font-weight: 500;
}

.topic {
    margin-top: 70px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.topic img {
    width: 60%;
}

.topic .topic-content {
    flex: 1;
    padding-left: 45px;
}

.topic h3 {
    font-size: 30px;
    font-weight: 500;
}

.topic .topic-txt {
    margin-top: 65px;
    font-size: 16px;
    line-height: 42px;
}

.new-items {
    padding: 0 !important;
}

.new-item {
    margin-top: 150px;
    flex-direction: column;
}

.category-list {
    margin-top: 180px;
    display: flex;
    flex-wrap: wrap !important;
    gap: 33px;
}

.category-list .category-card {
    background: #F4F5F6;
    position: relative;
    display: flex;
    align-items: center;
    width: 48.5%;
    padding: 0 40px;
    min-height: 314px;
}

.category-list .category-card.--sm {
    flex: 1;
    justify-content: center;
    padding: 0;
}

.category-list .category-card .category-name {
    font-size: 51px;
    font-weight: 500;
    text-wrap: nowrap;
    margin-bottom: 58px;
}

.category-list .category-card img {
    width: 330px;
}

.category-list .category-card.--ring {
    justify-content: space-around;
    padding: 0 145px 0 40px;
}

.category-list .category-card.--ring img {
    width: 100px;
}

.category-list .category-card.--earring {
    padding: 0 145px 0 40px;
}

.category-list .category-card.--earring img {
    width: 275px;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.category-list .category-card.--necklace {
    padding: 0 145px 0 40px;
    width: 68%;
}

.category-list .category-card.--necklace img {
    width: 210px;
    margin-left: 25px;
}

.category-list .category-card .view-more {
    font-size: 14px;
    background: #fff;
    padding: 17px 54px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.sp {
    display: none;
}

.ec-newItemRole {
    padding: 0;
}

.product-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 90%;
    max-width: 100%;
    margin-top: 60px;
}

.product-list-side {
    width: 25%;
    display: flex;
    flex-direction: column;
}

.product-list-side .category {
    padding: 15px 0;
    border-bottom: 1px solid #C9C9C9;
    font-size: 16px;
}

.product-list-side .category.--active {
    background: #E3E3E3;
}

.product-list-main {
    flex: 1;
    margin-left: 100px;
}

@media (max-width: 480px) {
    .sp {
        display: block;
    }

    .ec-headerNaviRole__center {
        width: 31%;
    }

    .ec-headerNaviRole {
        padding: 10px;
    }

    .ec-headerNaviRole__right .ec-headerNaviRole__nav {
        display: none;
    }

    .heading {
        margin-bottom: 20px;
    }

    .header {
        width: 100%;
    }

    .header .site-name {
        font-size: 20px;
    }

    .item-search {
        margin-top: 10px;
    }

    .item-search-items {
        justify-content: center;
    }

    .special-feature {
        margin-top: 70px;
    }

    .item-list {
        gap: 10px;
    }

    .item-list .item-card {
        width: calc(100% / 3 - 10px);
    }

    .view-btn {
        margin: 60px auto 0;
        max-width: 100%;
    }

    .topic {
        flex-direction: column;
    }

    .topic img {
        width: 100%;
    }

    .topic .topic-content {
        padding: 0;
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }

    .topic h3 {
        font-size: 25px;
    }

    .topic .topic-txt {
        margin-top: 25px;
        line-height: 33px;
    }

    .new-item {
        margin-top: 70px;

    }

    .category-list {
        flex-direction: column;
        margin-top: 80px;
    }

    .category-list .category-card {
        width: 100% !important;
        flex-direction: column-reverse;
        padding: 15px 0 53px !important;
    }

    .category-list .category-card img {
        width: 100% !important;
        max-width: 200px;
    }

    .category-list .category-card .category-name {
        font-size: 30px;
        margin-bottom: 0;
    }

    .category-list .category-card .view-more {
        padding: 10px;
    }

    .category-list .category-card.--ring img {
        max-width: 100px;
    }

    .category-list .category-card.--earring img {
        position: relative;
        right: 0;
        bottom: 0;
    }

    .product-list {
        flex-direction: column-reverse;
        gap: 10px;
        width: 95%;
        margin: 30px auto 0;
    }

    .product-list-main {
        width: 100%;
        margin-left: 0;
    }

    .product-list-side {
        width: 100%;
    }
}
