.btn {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}

.btn:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #000;
}

#navMain {
    max-width: 960px;
    margin: 0 auto;
}

.header-top-menu .link-faded {
    height: 14px;
    margin: 2px 0 2px 12px;
    font-size: 10px;
    line-height: 14px;
    float: right;
    display: inline;
}

.left a {
    font-size: 12px;
}

.header-bottom p {
    margin-bottom: 0;
    font-size: 12px;
}

.header-top {
    padding: 2px 0;
    font-size: 12px;
}

.header-top, .header-top-menu ul, .header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
}

.header-bottom .icon > div {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: flex-end;
}

.header-bottom .search-form {
    display: flex;
    white-space: nowrap;
    column-gap: 10px;
    align-items: center;
}

.header-bottom .search-form .form-control {
    border-radius: 0;
    width: 231px;
    height: 23px;
    padding: 0 30px 0 5px;
    font-size: 12px;
}

.header-top .store-name p {
    margin-bottom: 0;
    font-size: 12px;
}

.header-top-menu li:not(:first-child) {
    background: url('/views/jp_template/images/line.png') left center no-repeat;
}

.top-border {
    border-top: 1px solid #eee;
    margin: 2px 0;
}

#btn-search {
    cursor: pointer;
    font-size: 12px;
}

@media (max-width: 767px) {
    .header-top, .header-bottom {
        display: none;
    }

    .top-border {
        display: none;
    }

    .free_shipping_title {
        text-align: center;
        padding: 5px 0;
        background: #000;
        color: #fff;
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .free_shipping_title {
        font-size: 12px;
    }

    .header__secondary-nav {
        display: none;
    }

    .header {
        justify-content: center;
    }

    header .logo, header .free_shipping_title {
        display: none;
    }

    .header-bottom {
        margin-bottom: 10px;
    }

    x-header {
        background: #242322 !important;
    }

    #categoriesTabs ul li a {
        color: #fff;
    }

    #categoriesTabs ul ul li a {
        color: #000;
    }
}

.header-bottom .search-form button {
    background: none;
    border: none;
}

#shopify-section-sections__header .nav-item img {
    width: 20px !important;
    height: 20px !important;
}

#carousel {
    cursor: pointer;
    margin-bottom: 20px;
}

#policy_modal {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}

#policy_modal p {
    margin: 10px;
    color: white;
}

#policy_accept {
    height: 40px;
    width: 100px;
    margin-left: 15px;
    border: 0;
    border-radius: 3px;
    background-color: white;
    color: #000000;
    font-weight: 900;
    font-size: 12px;
}

#policy_modal a {
    color: white;
    font-weight: 900;
}

#back-to-top {
    opacity: 1;
    z-index: 1;
    background: #000;
    border-radius: 100%;
    padding: 10px 15px;
    border: none;
}

.m-tab-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin: 0;
}

.m-tab-nav__list li a {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
}

.m-tab-nav__list li a img {
    width: 100%;
}

.more_btn_.type_open_ {
    text-align: center;
}

.more_btn_.type_open_ p {
    color: #333333;
    display: block;
    width: 225px;
    padding: 12px 0;
    margin: 30px auto 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.0;
    border: 1px solid #333333;
    border-radius: 4px;
    background: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.m-home__featured-products-tab.second_item.hidden {
    display: none;
}

#mainWrapper {
    max-width: 960px;
    margin-top: 20px;
}

.left .category {
    margin: 20px 0;
}

.left .category ul ul li {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}

.left .category ul ul li a {
    padding: 10px 10px 10px 20px;
}

.left .category ul li {
    margin-bottom: 10px;
}

.left .category ul ul li {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .more_btn_.type_open_ {
        display: none;
    }

    .left .category ul.header__inline-menus li.header-inline-menus__item {
        background-color: #eee;
    }

    .left .category ul.header__inline-menus li.header-inline-menus__item a {
        padding: 10px;
        line-height: 24px;
    }

    .left .category ul.header__inline-menus li.header-inline-menus__item ul {
        background-color: #fff;
    }

    .time-sale.header-content {
        display: none;
    }
}

@media (max-width: 767px) {
    #carousel {
        margin-bottom: 0;
    }

    .featured-collections-carousel {
        padding-top: 5px;
    }

    .time-sale.cate_banner {
        display: none;
    }

    .m-tab-nav__list {
        grid-template-columns: repeat(1, 1fr);
    }

    #mainWrapper .col-10.right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .left .sidebox_ ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .left .sidebox_ ul li {
        grid-column: span 1;
    }

    .left .sidebox_ ul li:last-child:nth-child(odd) {
        grid-column: span 2;
    }
}

.time-sale.cate_banner img {
    width: 100% !important;
}

.left .category a:hover {
    text-decoration: none;
}

.product-card__info .v-stack a.product-title {
    font-size: 12px;
    text-align: left;
    color: #5c5c5c;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.product-card__info :is(.price-list,.rating-badge) {
    justify-content: flex-start;
}

.product-card__info .v-stack sale-price.h6 {
    font-size: 14px;
    font-family: 'Lato', lato;
}

.product-info__block-item .v-stack sale-price.h6 {
    font-weight: normal;
}

product-card.product-card {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
}

@media (min-width: 768px) {
    product-list.product-list product-card.product-card {
        flex: 0 0 20%;
        max-width: 20%;
        padding: 5px;
    }
}

.product-card__addcart a span {
    font-size: 12px;
}

.product-card__addcart .icon {
    width: 14px !important;
}

.no-padding {
    padding: 0;
}

@media (max-width: 767px) {
    #productInfo-productDescription-left {
        display: none;
    }
}

.product-card--right product-list.product-list product-card.product-card {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.product_description .table-responsive {
    margin-top: 10px;
}

.table-responsive .table-bordered td {
    font-size: 12px;
}

.product-card--right product-list.product-list product-card.product-card .v-stack {
    display: flex;
    align-items: baseline;
}

.product-card--right product-list.product-list product-card.product-card .product-card__figure {
    max-width: 100px;
}

.product-card__addcart a span {
    white-space: nowrap;
}

.product-card--right product-list.product-list product-card.product-card .product-card__addcart a span {
    font-size: 10px !important;
}

.product-card--right product-list.product-list product-card.product-card .product-card__info .v-stack sale-price.h6 {
    font-size: 12px;
    display: flex;
    flex-direction: column;
}

.product-card--right product-list.product-list product-card.product-card .product-card__addcart a {
    background: #000;
    padding: 0 5px;
}

@media (min-width: 768px) {
    #productInfo-productDescription {
        display: none;
    }

    .product-card--right product-list.product-list product-card.product-card .product-card__addcart {
        flex: 0 0 18%;
        max-width: 18%;
    }

    .product-card--right product-list.product-list product-card.product-card .product-card__addcart span {
        display: none;
    }

    .product-card--right product-list.product-list product-card.product-card .product-card__info .v-stack a.product-title {
        margin: 0;
    }

    .product-card--right product-list.product-list .product-card__addcart .icon {
        width: 20px !important;
    }
}

.product_desc_img {
    display: grid;
    grid-template-columns: repeat(var(--cols), 1fr);
    grid-gap: 10px;
}

.product_description .py-5 {
    padding: 5px 0 !important;
}

.product_description p {
    margin-bottom: 10px !important;
}

.color-scheme-newsletter .section-newsletter {
    z-index: 1;
}

#productInfo-displayColRight .product-info__block-item .v-stack sale-price.h6 .sr-p {
    font-size: 24px;
}

#productInfo .custom-radio label {
    border: 1px solid #eee;
}

.wrapperAttribsOptions .card-body .text-center .attribImg.Attributes-seleck .attimgdiv, #productInfo .custom-radio label.Attributes-seleck:not(.attribImg) {
    border: #000 2px solid;
}

#productInfo .custom-radio:not(.atthaveimges) label.Attributes-seleck:not(.attribImg) {
    border-color: #000;
    background: #000;
    color: #fff;
}

buy-buttons button.btn.button_in_cart::before, .product-card__addcart a, .cart-fixed-checkout__buttons a {
    background: #000;
}

carousel-navigation, carousel-navigation p.headertitle, .centerColumn > h1, h2#contactUs-card-header, h4.card-header {
    color: #000;
}

.footer {
    background: #efefef;
    padding: 10px 0;
}

.footer__inner {
    padding: 0;
}

.footer__inner ul.unstyled-list {
    display: flex;
    column-gap: 20px;
}

.footer-copyright {
    background: #242322;
    color: #fff;
}

.footer-copyright .text-xxs {
    margin: 10px 0 !important;
}

.swiper-slide img {
    width: 100%;
    display: block;
}

.swiper-slide {
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.5;
}

.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
}

.swiper-button-next, .swiper-button-prev {
    color: #000;
    display: none;
}

.homeBannerSwiper:hover .swiper-button-next, .homeBannerSwiper:hover .swiper-button-prev {
    display: block;
}

.homeBannerSwiper {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
    cursor: pointer;

}

input.form-control::placeholder {
    color: #999;
}

.product_desc_img {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px;
}

.ecbn-selection-snap li {
    flex: 0 0 33.33%;
    box-sizing: border-box;
    padding: 0;
}

.ecbn-selection-snap-content .ecbn-selection-snap li {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.ecbn-selection-snap-content .ecbn-selection-snap li img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .col-10.right {
        padding: 0 10px;
    }

    .footer__inner ul.unstyled-list {
        flex-direction: column;
        row-gap: 20px;
    }

    .homeBannerSwiper {
        margin-bottom: 10px;
    }

    .swiper-slide {
        opacity: 1;
    }

    .homeBannerSwiper.pc {
        display: none;
    }

    .m-home__featured-products-tab.first_item {
        display: none;
    }

    .featured-collections-carousel__item {
        overflow: hidden;
    }

    product-list.product-list:not(.product_info), #search-content, .ecbn-selection-snap {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        max-width: 100vw;
        box-sizing: border-box;
        scroll-snap-type: x mandatory;
        gap: 8px;
    }

    #indexCategories product-list.product-list, #search-content {
        flex-wrap: wrap;
    }

    product-list:not(.product_info) product-card.product-card {
        flex: 0 0 48%;
        box-sizing: border-box;
        padding: 0;
    }
}

@media (min-width: 768px) {

    .footer ul.unstyled-list li a {
        padding: 0 0 0 13px;
        border-left: #d6d6d6 1px solid;
    }

    .footer ul.unstyled-list li:first-child a {
        border-left: none;
        padding: 0;
    }

    #indexCategories {
        padding: 0 10px;
    }

    .homeBannerSwiper.mobile {
        display: none;
    }
}

#productsListing {
    padding: 10px 0;
}

.sidebox_ li {
    margin-bottom: 10px;
}

.sidebox_.real {
    margin-top: 20px;
}

.sidebox_.sns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.sidebox_.calendar li {
    border: #ededed 3px solid;
}

.left.col-2 {
    -ms-flex: 0 0 19.666667%;
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
    padding: 0 15px;
}

.right.col-10 {
    -ms-flex: 0 0 80.333333%;
    flex: 0 0 80.333333%;
    max-width: 80.333333%;
}

.breadcrumb {
    padding: 0 1rem;
    margin-bottom: 0;
}

._navBreadCrumb {
    margin-bottom: 10px;
}

#productInfo-productMainImage {
    padding: 0;
}

.product-gallery__thumbnail-list.hidden {
    display: none;
}

#pctnav-next svg {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 50%;
}

#pctnav-prev svg {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(180deg);
}

@media (min-width: 576px) {
    #productInfo-displayColLeft {
        padding-right: 0 !important;
    }
}

.etc_goodsimg_ {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.etc_goodsimg_ .img-item {
    flex: 0 0 20%;
    max-width: 20%;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #eee;
}

@media (max-width: 767px) {
    .col-2.left .pc {
        display: none;
    }

    #productInfo-displayColRight {
        padding: 0;
    }

    .section-stack {
        overflow-x: hidden;
    }
}

#advancedSearchResultDefault {
    min-height: 465px;
}

@media (max-width: 767px) {
    .keywords_content {
        display: none;
    }

    #advancedSearchResultDefault {
        min-height: 300px;
    }

    #mainWrapper .col-2.left {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
        padding: 0;
    }

    .right.col-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sidebox_.sns {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 20px !important;
    }

    .left h2.check, h2.category_all {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .left .category {
        padding: 0 10px;
    }

    .left .sidebox_ {
        margin: 10px;
        grid-gap: 10px;
    }

    .left .category ul ul li {
        border-bottom: none;
    }

    .left .category > ul > li.chi > a::after {
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display, inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        float: right;
        font-size: 12px;
    }

    .left .category ul ul.dm-none {
        display: none;
    }
}

@media (min-width: 768px) and  (max-width: 1199px) {
    .left.col-2 {
        padding-left: 10px;
    }

    #navMain {
        padding: 0 20px;
    }

    #categoriesTabs.d-none {
        display: block !important;
        max-width: calc(100% - 20px);
    }

    .header__primary-nav {
        display: none;
    }

}

#bundle-sticky_add_to_cart {
    display: none !important;
}

.wrapperAttribsOptions .card-body {
    padding: 0 !important;
}

@media (min-width: 768px) {
    #productInfo-displayColRight .section-header.justify-self-center {
        justify-content: flex-start !important;
    }

    .search.mobile {
        display: none;
    }

    .sidebox_.mobile, .homemMobileBannerSwiper {
        display: none;
    }

    .product-card--right product-list.product-list product-card.product-card {
        padding: 10px 0;
    }
}

.search.mobile {
    margin: 10px 0;
}

.search.mobile .search-form {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.btn-search {
    white-space: nowrap;
}

.search.mobile .form-control {
    width: 70%;
}

#addressBookDefault-pageHeading, #advancedSearchDefault .card, #advancedSearchDefault-btnToolbar {
    margin: 0 10px;
}

.homemMobileBannerSwiper {
    margin-bottom: 20px;
}

.ecbn-selection-snap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.Instagram_content {
    margin: 20px 0;
}

.Instagram_content h2 {
    text-align: center;
}

.pc_bottom {
    margin-bottom: 10px;
}

.navbar-toggler .icon {
    color: #000 !important;
}

a.eAwRfr {
    background: #f5f5f5;
    border: none;
    padding: 15px 15px !important;
    text-decoration: none !important;
    border-radius: 23px !important;
    font-size: 10px !important;
}

.awoo-product-tags {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}

.keywords_content {
    margin: 20px 0;
}

.new_tag {
    width: auto;
    height: 15px;
    vertical-align: top;
}

product-card .product_img {
    position: relative;
}

.new_tag_content {
    width: 152px;
    max-width: 100%;
    height: auto !important;
    padding-bottom: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
}

.new_tag_content li {
    height: 15px;
    margin: 0;
    float: left;
}

.ecbn-selection-snap img, .sidebox_ img, .pc_bottom img {
    cursor: pointer;
}

.pagination li a.page-link, .pagination li.page-item.active span.page-link {
    font-size: 12px;
}

.navisort_ {
    width: 100%;
    padding: 5px 0;
    margin: 0 0 2px 0;
    overflow: hidden;
    background: #f5f5f5;
}

.navisort_ dt {
    width: 5em;
    padding: 0 0 0 1em;
    float: left;
    font-weight: bold;
}

.navisort_ dd {
    margin-left: 5px;
}

.navisort_ span {
    font-size: 12px;
    white-space: nowrap;
    border-right: 1px solid #8e8e8e;
    padding: 0 10px;
    cursor: pointer;
}

.navisort_ span.active {
    color: #CC3300;
}

@media (max-width: 767px) {
    .navisort_ {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .navisort_ dd {
        display: none;
    }

    .custom-select {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .navisort_ .custom-select {
        display: none;
    }
}

.shopify-section--featured-collections.home .headerremark {
    font-size: 12px !important;
    font-weight: bold;
    display: block;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.15em;
    margin-top: 5px;
}

.shopify-section--featured-collections.home .headertitle {
    position: relative;
    padding: 0 1em;
    background: #fff;
    font-size: 24px;
    font-family: 'Noto Sans JP', sans-serif;
}

.shopify-section--featured-collections.home .shopify_cmn_title:before {
    position: absolute;
    /* top: calc(50% - 1px); */
    top: calc(30% - -3px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #000;
}

.shopify-section--featured-collections.home .shopify_cmn_title {
    position: relative;
    padding: 0 65px;
    text-align: center;
    margin: -10px 0 10px 0;
}

#glovalnavi {
    display: flex;
}

.home.image-list {
    padding: 0 10px;
}

@media (max-width: 767px) {

    .home.image-list {
        padding: 0 10px;
    }

    .shopify-section--featured-collections.home .headertitle {
        font-size: 16px;
    }

    .shopify-section--featured-collections.home .shopify_cmn_title {
        margin: 0 0 10px 0;
    }

    #glovalnavi {
        display: none;
    }
}

h1.category_name_, h1.event_name_, h1.genre_name_, h1.mag_name_ {
    margin: 0 0 20px 0;
    padding: 17px 20px 13px 37px;
    font-size: 16px;
    font-weight: bold;
    border-top: #242322 2px solid;
    border-bottom: #242322 1px solid;
    color: #242322;
    background: url(../images/ttl_h1.png) 10px center no-repeat;
    text-align: left;
}

#productInfo-displayColRight.slectatt .product-title.h3 {
    color: #402f2f;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.ttl-products-desc {
    margin-top: 20px;
}

.product_description .ttl_itemMerit_ {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-bottom: 12.5px;
    border-bottom: 1px solid #000;
}

.product-info-new_tag_content {
    margin-bottom: 10px;
}

.goods_coad {
    margin-bottom: 2px;
    color: #868686;
}

a.white {
    color: white;
}

a.white:hover {
    text-decoration: none;
}

div.gnav_slide_contents_ a:hover {
    text-decoration: none;
}

#glovalnavi li.first_item {
    color: white;
    display: block;
    width: 137px;
    text-align: center;
    cursor: pointer;
}

#glovalnavi li.first_item:not(:first-child) {
    padding: 0 0 0 13px;
    background: url(../images/line.png) left center no-repeat;
}

#gnav_category_list {
    width: 943px;
    padding: 15px 0 30px 17px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

div.gnav_slide_contents_ {
    width: 100%;
    height: auto;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 9990;
    display: none;
}

#glovalnavi li.first_item.category.active div.gnav_slide_contents_ {
    display: block !important;
}

div.gnav_slide_contents_ .listbox_ {
    width: 160px;
    margin: 20px;
    text-align: left;
}

div.gnav_slide_contents_ .listbox_ .cate_item {
    padding: 20px 0 10px 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: #cacaca 1px solid;
}

.cate_item_ {
    padding: 5px 0 5px 0;
}

._cate_item_ {
    background: #ffffff url(../images/arrow1.png) left center no-repeat;
}

.cate_item__ {
    padding-left: 12px;
}

.limited_time_sale {
    cursor: pointer;
}

.product_more_btn_ {
    display: flex;
    justify-content: center;
    color: #333333;
    width: 225px;
    padding: 12px 0;
    margin: 30px auto 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.0;
    border: 1px solid #333333;
    border-radius: 4px;
    background: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.product_more_btn_ p {
    margin-bottom: 0;
}

.pc_bottom_item.hidden {
    display: none;
}


.img_more_btn_ {
    display: flex;
    justify-content: center;
    color: #333333;
    width: 225px;
    padding: 12px 0;
    margin: 30px auto 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.0;
    border: 1px solid #333333;
    border-radius: 4px;
    background: #FFF;
    text-decoration: none;
    cursor: pointer;
}