﻿@charset "UTF-8";

:root {
    --josefin-txt: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --noto-txt: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --hiragino-w3-txt: "ヒラギノ角ゴ Pro W3", HiraKakuProN-W3, "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Josefin Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --hiragino-w6-txt: "ヒラギノ角ゴ Pro W6", HiraKakuProN-W6, "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Josefin Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --hiragino-go-txt: "ヒラギノ角ゴ Pro", HiraKakuProN, "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Josefin Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sp-only {
    display: none !important;
}

.net-price,
.default-price,
.block-thumbnail-h--scomment {
    display: none;
}

/* ----トップページ本文---- */
#top-slider-warp {
    margin-bottom: 94px;
}

#top-slider-warp .bx-wrapper {
    margin: 0;
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
}

#top-slider-warp .bx-viewport {
    overflow: visible !important;
    width: 1040px !important;
    height: 422px !important;
    margin: 0 auto;
}

@media screen and (max-width: 1040px) {
    .bx-viewport {
        width: 100% !important;
        height: 422px !important;
    }
}

#top-slider {
    overflow: hidden;
    height: 100%;
}

#top-slider-warp li {
    position: relative;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

#top-slider-warp li a {
    display: block;
    width: 100%;
    height: 100%;
}

#top-slider-warp li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top-slider-warp .bx-wrapper .bx-controls-direction .bx-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    margin: 0;
    font-size: 0;
    background: none;
    z-index: 1;
}

#top-slider-warp .bx-wrapper .bx-controls-direction .bx-prev::before {
    position: absolute;
    top: calc(50% - 17px);
    left: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg);
    font-size: 0;
    background: none;
    z-index: 1;
    content: "";
}

#top-slider-warp .bx-wrapper .bx-controls-direction .bx-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    margin: 0;
    font-size: 0;
    background: none;
    z-index: 1;
}

#top-slider-warp .bx-wrapper .bx-controls-direction .bx-next::before {
    position: absolute;
    top: calc(50% - 17px);
    right: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    font-size: 0;
    background: none;
    z-index: 1;
    content: "";
}

#top-slider-warp .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -32px;
    left: 50%;
    width: auto;
    padding: 0;
    display: flex;
    transform: translateX(-50%);
}

#top-slider-warp .bx-wrapper .bx-pager .bx-pager-item+.bx-pager-item {
    margin-left: 14px;
}

#top-slider-warp .bx-wrapper .bx-pager .bx-pager-item a {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    border: 1px solid #707070;
    font-size: 0;
    background: #fff;
    border-radius: 100%;
}

#top-slider-warp .bx-wrapper .bx-pager .bx-pager-item a.active {
    background: #707070;
}

/* ----トップページ予備テンプレート1---- */
.block-brand-banner--list {
    display: flex;
    flex-wrap: wrap;
}

.block-brand-banner--list li {
    width: 228px;
    margin-right: calc(calc(100% - 1140px) / 4);
}

.block-brand-banner--list li:nth-of-type(n+6) {
    margin-top: 15px;
}

.block-brand-banner--list li:nth-of-type(5n) {
    margin-right: 0;
}

.block-brand-banner--list li img {
    width: 100%;
    border: 1px solid #E5E5E5;
}

#block_top_sns {
    display: none;
    margin-top: 0;
    background: #fff;
}

.page-top #block_top_sns {
    display: block;
}

.block-sns-banner--list {
    display: flex;
    justify-content: center;
}

.block-sns-banner--list li {
    height: 23px;
}

.block-sns-banner--list li+li {
    margin-left: 44px;
}

.block-sns-banner--list li img {
    height: 100%;
}

.block-top-campaign {
    margin-top: 120px;
    background: #fff;
}

#block_top_sns+.block-top-campaign {
    margin-top: 0;
}

.block-campaign-banner--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-campaign-banner--list::after {
    content: '';
    display: block;
    width: 390px;
    height: 0;
}

.block-campaign-banner--list li {
    width: 390px;
}

.block-campaign-banner--list li:nth-of-type(n+4) {
    margin-top: 15px;
}

.block-campaign-banner--list li img {
    width: 100%;
}

#block_top_item_access_ranking li dl .block-thumbnail-t--goods-image {
    position: relative;
}

#block_top_item_access_ranking li dl .block-thumbnail-t--goods-image::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 2px;
    color: #8D8D8D;
    background: #F7F5F8;
}

#block_top_item_access_ranking li dl:first-of-type .block-thumbnail-t--goods-image::after {
    content: '1';
    background: #BEA970;
    color: #fff;
}

#block_top_item_access_ranking li dl:nth-of-type(2) .block-thumbnail-t--goods-image::after {
    content: '2';
    background: #A9A9A9;
    color: #fff;
}

#block_top_item_access_ranking li dl:nth-of-type(3) .block-thumbnail-t--goods-image::after {
    content: '3';
    background: #997A5D;
    color: #fff;
}

#block_top_item_access_ranking li dl:nth-of-type(4) .block-thumbnail-t--goods-image::after {
    content: '4';
}

#block_top_item_access_ranking li dl:nth-of-type(5) .block-thumbnail-t--goods-image::after {
    content: '5';
}

#block_top_item_access_ranking li dl:nth-of-type(6) .block-thumbnail-t--goods-image::after {
    content: '6';
}

#block_top_item_access_ranking li dl:nth-of-type(7) .block-thumbnail-t--goods-image::after {
    content: '7';
}

#block_top_item_access_ranking li dl:nth-of-type(8) .block-thumbnail-t--goods-image::after {
    content: '8';
}

#block_top_item_access_ranking li dl:nth-of-type(9) .block-thumbnail-t--goods-image::after {
    content: '9';
}

#block_top_item_access_ranking li dl:nth-of-type(10) .block-thumbnail-t--goods-image::after {
    content: '10';
}

/* ----トップページ予備テンプレート2---- */
/* .block-top-free2--header {font-size: 28px;text-align: center;border-top: #444 2px solid;padding: 19px 0 30px;}.block-top-free2--body {margin: 47px 0 50px;}.block-top-free2--items {width: 900px;height: auto;overflow: hidden;}.block-top-free2--items li {float: left;}.block-top-free2--items > li {width: 535px;height: auto;}.block-top-free2--items > li:first-child {width: 354px;height: auto;margin-right: 10px;}.block-top-free2--sub-items li {width: 172px;height: 172px;margin-left: 9px;margin-bottom: 9px;}.block-top-free2--sub-items li:nth-of-type(3n+1) {margin-left: 0;}.block-top-event--header {margin: 0 0 30px;padding: 75px 0 0;border: 0;text-align: center;font-family: var(--josefin-txt);font-size: 36px;font-weight: 500;line-height: 1.333;color: #000;letter-spacing: 0.02em;}*/
/* ----ヘッダー---- */
header.pane-header {
    position: relative;
    border-bottom: 1px solid #E6E6E6;
}

.block-header-logo {
    width: 181px;
    margin: 0;
    margin-right: 84px;
    padding: 0;
}

.block-header-logo img {
    width: 100%;
    height: auto;
}

.pane-order-header .block-header-logo img,
.pane-cardupdate-header .block-header-logo img {
    width: 181px;
    height: auto;
}

.block-headernav {
    margin-left: auto;
}

ul.block-headernav--item-list {
    display: flex;
    align-items: center;
}

ul.block-headernav--item-list>li+li {
    margin-left: 21px;
}

ul.block-headernav--item-list>li a {
    position: relative;
    display: block;
}

ul.block-headernav--item-list>li a::before {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}

ul.block-headernav--item-list>li.block-headernav--item-boookmark a::before {
    background-image: url(../../img/usr/common/ico_bookmark.png);
}

ul.block-headernav--item-list>li.block-headernav--item-login a::before {
    background-image: url(../../img/usr/common/ico_mypage.png);
}

ul.block-headernav--item-list>li.block-headernav--item-cart a::before {
    background-image: url(../../img/usr/common/ico_cart.png);
}

ul.block-headernav--item-list>li.block-headernav--item-cart a .block-headernav--cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    display: none;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    line-height: 1;
    white-space: nowrap;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
    background: #EB4111;
    border-radius: 100%;
}

ul.block-headernav--item-list>li.block-headernav--item-search a::before {
    background-image: url(../../img/usr/common/ico_search.png);
}

/* ----ヘッダー検索---- */
.block-global-search {
    display: flex;
    align-items: center;
    width: 314px;
    margin-right: 30px;
}

.block-global-search form {
    display: flex;
    align-items: center;
    width: 202px;
    padding: 19px 0;
    border-bottom: 1px solid #111;
}

.block-global-search form .block-global-search--submit {
    width: 32px;
    height: 20px;
    border: 0;
    background: url(../../img/usr/common/ico_search.png) center center / auto auto no-repeat;
}

.block-global-search form .block-global-search--keyword {
    width: calc(100% - 20px);
    height: 20px;
    border: 0;
    outline: none;
    font-size: 12px;
}

.block-global-search .block-global-search--searchdetail a {
    display: block;
    margin-left: 30px;
    padding: 7px 18px;
    border: 1px solid #111;
    border-radius: 16px;
    font-size: 11px;
    outline: 0;
}

/* ----グローバルナビ---- */
.block-globalnav {
    height: 100%;
}

ul.block-globalnav--item-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

ul.block-globalnav--item-list>li {
    height: 100%;
    display: flex;
    align-items: center;
}

ul.block-globalnav--item-list>li.js-animation-megamenu-hover {
    cursor: pointer;
}

ul.block-globalnav--item-list>li+li {
    margin-left: 62px;
}

ul.block-globalnav--item-list>li>a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

ul.block-globalnav--item-list>li.js-animation-megamenu-hover>a {
    position: relative;
    display: flex;
    align-items: center;
}

ul.block-globalnav--item-list>li.js-animation-megamenu-hover.active>a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 24px solid #EDEDED;
    transition: all 0.3s;
    content: "";
}

ul.block-globalnav--item-list>li.js-animation-megamenu-hover>a::after {
    display: block;
    width: 9px;
    height: 9px;
    margin-left: 7px;
    border-right: 1px solid #3C3C3C;
    border-bottom: 1px solid #3C3C3C;
    transform: rotate(45deg);
    transition: all 0.3s;
    content: "";
    margin-bottom: 7px;
}

ul.block-globalnav--item-list>li .block-globalnav-menu {
    position: absolute;
    top: 100px;
    left: 0;
    display: none;
    width: 100%;
    background: #fff;
    z-index: 999;
    background: #EDEDED;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .container {
    height: auto;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--item-frame {
    width: 100%;
    padding-bottom: 60px;
}

.block-globalnav-menu--item-frame-box {
    padding-top: 30px;
    padding-bottom: 30px;
}

.block-globalnav-menu--item-frame-box+.block-globalnav-menu--item-frame-box {
    border-top: 1px solid #fff;
}

.block-globalnav-menu--item-brand-box {
    display: flex;
    justify-content: center;
    background: #F7F7F7;
    padding-top: 25px;
    padding-bottom: 26px;
    margin-bottom: 30px;
    padding-left: 2em;
}

.block-globalnav-menu--item-brand-box li+li {
    margin-left: 103px;
}

.block-globalnav-menu--item-brand-box li a {
    font-size: 18px;
    line-height: 1;
}

.block-globalnav-menu--item-brand-box li a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.block-globalnav-menu--item-box {
    display: flex;
    flex-wrap: wrap;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--item-frame .block-globalnav-menu--item,
.block-item-category-banner .block-globalnav-menu--item {
    width: 228px;
    margin-right: 15px;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--item-frame .block-globalnav-menu--item:nth-of-type(n+6),
.block-item-category-banner .block-globalnav-menu--item:nth-of-type(n+6) {
    margin-top: 15px;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--item-frame .block-globalnav-menu--item:nth-of-type(5n),
.block-item-category-banner .block-globalnav-menu--item:nth-of-type(5n) {
    margin-right: 0;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--item-frame .block-globalnav-menu--item.block-globalnav-menu--item-right,
.block-item-category-banner .block-globalnav-menu--item.block-globalnav-menu--item-right {
    margin-left: auto;
    margin-right: 0;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--item-link,
.block-item-category-banner .block-globalnav-menu--item-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #F7F7F7;
    padding-top: 11px;
    padding-bottom: 12px;
    padding-left: 21px;
    padding-right: 40px;
    position: relative;
    font-size: 11px;
    transition: .3s all;
    font-weight: bold;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--item-link:hover,
.block-item-category-banner .block-globalnav-menu--item-link:hover {
    background: #fff;
    text-decoration: none;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item .block-globalnav-menu--item-link,
.block-item-category-banner .block-globalnav-menu--icon-item .block-globalnav-menu--item-link {
    justify-content: flex-start;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 29px;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--item-link::after,
.block-item-category-banner .block-globalnav-menu--item-link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    width: 9px;
    height: 9px;
    margin-left: 7px;
    border-right: 1px solid #3C3C3C;
    border-bottom: 1px solid #3C3C3C;
    transform: rotate(-45deg);
    content: "";
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--item-link::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 28px;
    background-repeat: no-repeat;
    background-size: contain;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item.icon-all .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--icon-item.icon-all .block-globalnav-menu--item-link::before {
    background-image: url(../../img/usr/common/ico_gnav_item_all.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item.icon-outer .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--icon-item.icon-outer .block-globalnav-menu--item-link::before {
    background-image: url(../../img/usr/common/ico_gnav_item_outer.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item.icon-tops .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--icon-item.icon-tops .block-globalnav-menu--item-link::before {
    background-image: url(../../img/usr/common/ico_gnav_item_tops.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item.icon-vest .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--icon-item.icon-vest .block-globalnav-menu--item-link::before {
    background-image: url(../../img/usr/common/ico_gnav_item_vest.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item.icon-dress .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--icon-item.icon-dress .block-globalnav-menu--item-link::before {
    background-image: url(../../img/usr/common/ico_gnav_item_dress.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item.icon-bottoms .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--icon-item.icon-bottoms .block-globalnav-menu--item-link::before {
    background-image: url(../../img/usr/common/ico_gnav_item_bottoms.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item.icon-all-in-one .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--icon-item.icon-all-in-one .block-globalnav-menu--item-link::before {
    background-image: url(../../img/usr/common/ico_gnav_item_all_in_one.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item.icon-other-clothes .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--icon-item.icon-other-clothes .block-globalnav-menu--item-link::before {
    background-image: url(../../img/usr/common/ico_gnav_item_other_clothes.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item.icon-shoes .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--icon-item.icon-shoes .block-globalnav-menu--item-link::before {
    background-image: url(../../img/usr/common/ico_gnav_item_shoes.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item.icon-hat .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--icon-item.icon-hat .block-globalnav-menu--item-link::before {
    background-image: url(../../img/usr/common/ico_gnav_item_hat.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item.icon-accessory .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--icon-item.icon-accessory .block-globalnav-menu--item-link::before {
    background-image: url(../../img/usr/common/ico_gnav_item_accessory.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item.icon-bag .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--icon-item.icon-bag .block-globalnav-menu--item-link::before {
    background-image: url(../../img/usr/common/ico_gnav_item_bag.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item.icon-fashion-goods .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--icon-item.icon-fashion-goods .block-globalnav-menu--item-link::before {
    background-image: url(../../img/usr/common/ico_gnav_item_fashion_goods.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item.icon-wallets .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--icon-item.icon-wallets .block-globalnav-menu--item-link::before {
    background-image: url(../../img/usr/common/ico_gnav_item_wallets.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item.icon-sundries .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--icon-item.icon-sundries .block-globalnav-menu--item-link::before {
    background-image: url(../../img/usr/common/ico_gnav_item_sundries.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item.icon-new-item .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--icon-item.icon-new-item .block-globalnav-menu--item-link::before {
    background-image: url(../../img/usr/common/ico_gnav_item_new_item.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item.icon-sale-item .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--icon-item.icon-sale-item .block-globalnav-menu--item-link::before {
    background-image: url(../../img/usr/common/ico_gnav_item_sale_item.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item.icon-exclusive-item .block-globalnav-menu--item-link::before,
.block-item-category-banner .block-globalnav-menu--icon-item.icon-exclusive-item .block-globalnav-menu--item-link::before {
    background-image: url(../../img/usr/common/ico_gnav_item_exclusive_item.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--icon-item .block-globalnav-menu--item-link::after,
.block-item-category-banner .block-globalnav-menu--icon-item .block-globalnav-menu--item-link::after {
    content: none;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--item-link .block-globalnav-menu--item-image,
.block-item-category-banner .block-globalnav-menu--item-link .block-globalnav-menu--item-image {
    width: 56px;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--item-link .block-globalnav-menu--item-image img,
.block-item-category-banner .block-globalnav-menu--item-link .block-globalnav-menu--item-image img {
    width: 100%;
    vertical-align: top;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--item-link .block-globalnav-menu--item-text,
.block-item-category-banner .block-globalnav-menu--item-link .block-globalnav-menu--item-text {
    width: 130px;
    margin-left: 14px;
    font-size: 16px;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-dynamic-category--row {
    padding: 6px 0;
    font-size: 13px;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-dynamic-category--row img {
    display: none;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-dynamic-genre--row {
    padding: 8px 0;
    font-size: 13px;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-dynamic-genre--row img {
    display: none;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--item-frame .block-globalnav-menu--item.block-globalnav-menu--item-search {
    width: 366px;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--item-frame .block-globalnav-menu--item.block-globalnav-menu--item-search form {
    display: grid;
    grid-template-columns: 50px 1fr;
    height: 100%;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--item-frame .block-globalnav-menu--item.block-globalnav-menu--item-search button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    border: 0 none;
    background: #F7F7F7;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--item-frame .block-globalnav-menu--item.block-globalnav-menu--item-search button::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../img/usr/common/ico_search.png);
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--item-frame .block-globalnav-menu--item.block-globalnav-menu--item-search input {
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    border: 0 none;
}

ul.block-globalnav--item-list>li .block-globalnav-menu .block-globalnav-menu--item-frame .block-globalnav-menu--item.block-globalnav-menu--item-search input:focus-visible {
    border: 0 none;
}

.block-header-info-frame {
    border-bottom: 1px solid #E6E6E6;
}

.block-header-info-frame .container {
    height: auto;
}

.block-header-info {
    width: 100%;
    padding: 17px 0 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 12px;
}

.globalnav-brand {
    display: none;
}

.page-top .globalnav-brand,
.page-brandtop .globalnav-brand,
.page-shopstoredetail .globalnav-brand {
    display: block;
}

.globalnav-brand-list {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    padding-left: 2em;
}

.globalnav-brand-list li a {
    display: block;
    font-size: 18px;
    padding: 4px 43px;
    text-align: center;
}

.globalnav-brand-list li a:hover {
    font-weight: bold;
}

.globalnav-brand-list li.active a {
    background: #e6e6e6;
    border-radius: 5px;
}

.globalnav-brand-h-bar .h-bar {
    width: 100%;
    height: 60px;
    background-repeat: repeat-x;
    background-position: center;
    text-align: center;
}

/* ----フッター---- */
footer>.container {
    position: relative;
    width: 100%;
}

.block-footernav {
    margin-top: 208px;
    padding-top: 33px;
    padding-bottom: 33px;
    background: #5A5A5A;
}

.block-footernav a {
    color: #fff;
}

.block-footernav .container {
    width: 970px;
}

.block-footernav-bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
}

.block-footer-logo {
    width: 240px;
}

.block-footer-logo a {
    display: block;
}

.block-footer-logo img {
    width: 100%;
}

.block-footer-sns ul.block-footer-sns--list {
    display: flex;
    align-items: center;
}

.block-footer-sns--list li {
    height: 23px;
}

.block-footer-sns--list li+li {
    margin-left: 38px;
}

.block-footer-sns--list li a {
    display: block;
}

.block-footer-sns--list li a img {
    width: auto;
    height: 100%;
}

.block-footernav--global-list {
    display: flex;
    margin-bottom: 40px;
}

.block-footernav--global-list li+li {
    margin-left: 52px;
}

.block-footernav--global-list li a {
    font-weight: bold;
    transition: .3s all;
}

.block-footernav--global-list li a:hover {
    text-decoration: none;
    opacity: .6;
}

.block-footernav--item-list {
    display: flex;
}

.block-footernav--item-list li {
    margin-right: 26px;
}

.block-footernav--item-list li a {
    font-size: 12px;
    transition: .3s all;
}

.block-footernav--item-list li a:hover {
    opacity: .6;
    text-decoration: none;
}

/* ----ページトップに戻る---- */
.block-page-top {
    position: absolute;
    width: 1200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 336px;
    opacity: 1 !important;
    background: #fff;
}

.block-page-top::after {
    content: 'PAGE TOP';
    display: block;
    margin-top: 12px;
    font-size: 11px;
    text-align: center;
    line-height: 1;
}

.block-page-top a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #3C3C3C;
    border-radius: 2px;
    transition: .3s all;
}

.block-page-top a:hover {
    border: 1px solid #3C3C3C;
    background: #3C3C3C;
    text-decoration: none;
}

.block-page-top a::after {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    border-right: 1px solid #3C3C3C;
    border-top: 1px solid #3C3C3C;
    transform: rotate(-45deg);
    margin-top: 4px;
    transition: .3s all;
}

.block-page-top a:hover::after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

/* ----左メニュー---- */
.pane-contents>.container>.pane-left-menu {
    width: 210px;
    margin: 0 33px 0 0;
}

.pane-left-menu .pane-block--title {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 20px;
    padding-bottom: 13px;
    font-size: 18px;
    line-height: 1;
    border-bottom: 1px solid #E6E6E6;
    font-weight: normal;
    border-top: 0 none;
}

.pane-left-menu .pane-block--subtitle {
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    font-weight: bold;
}

.pane-left-menu .js-filter-box-inner-label {
    display: none;
    position: relative;
    margin-bottom: 17px;
    padding-top: 0;
    font-size: 18px;
    border-bottom: 1px solid #E6E6E6;
}

.page-pagecategory .pane-left-menu .js-filter-box-inner-label,
.page-page .pane-left-menu .js-filter-box-inner-label {
    display: block;
}

.pane-left-menu .block_filter__list_box>.js-filter-box-inner-label {
    display: block;
    cursor: auto;
    font-family: var(--hiragino-w6-txt);
}

.pane-left-menu .block_filter__list_box.hide {
    display: none;
}

/* 202050605 ADD*/
.pane-left-menu #block_filter__list_price {
    margin-bottom: 45px;
}

.pane-left-menu #block_filter__list_price .block-filter--price-range {
    padding: 0;
}

.pane-left-menu #block_filter__list_price .price-range-label {
    margin: 0;
    padding: 0 0 12px 0;
    font-size: 14px;
    color: #3C3C3C;
    font-weight: normal;
    display: none; /* ラベルを非表示 */
}

.pane-left-menu #block_filter__list_price .price-range-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pane-left-menu #block_filter__list_price .price-input-group {
    flex: 1;
}

.pane-left-menu #block_filter__list_price .price-input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #B7B7B7;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    color: #3C3C3C;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
    cursor: pointer;
}

.pane-left-menu #block_filter__list_price .price-input:hover {
    border-color: #666;
    background-color: #f9f9f9;
}

.pane-left-menu #block_filter__list_price .price-input:focus {
    outline: none;
    border-color: #3C3C3C;
}

.pane-left-menu #block_filter__list_price .price-input::-webkit-input-placeholder {
    color: #B7B7B7;
}

.pane-left-menu #block_filter__list_price .price-input:-ms-input-placeholder {
    color: #B7B7B7;
}

.pane-left-menu #block_filter__list_price .price-input::placeholder {
    color: #B7B7B7;
}

.pane-left-menu #block_filter__list_price .price-separator {
    padding: 0 5px;
    color: #3C3C3C;
    font-size: 14px;
    flex-shrink: 0;
}

#block_of_searchbox {
    margin-bottom: 47px;
}

.block-search-box--form {
    background: #F0F0F0;
}

input.block-search-box--keyword {
    padding: 8px;
}

input.block-search-box--keyword::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #B7B7B7;
}

input.block-search-box--keyword:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #B7B7B7;
}

input.block-search-box--keyword::placeholder {
    /* Others */
    color: #B7B7B7
}

.block-search-box--form button.block-search-box--search-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    background: #3C3C3C;
}

.block-search-box--form .block-icon-image--search {
    width: 22px;
    padding-top: 22px;
    background-size: contain;
    background-image: url(../../img/usr/icon/white/search.png);
}

/* .pane-left-menu .js-filter-box .js-filter-box-inner-label::after {position: absolute;top: 20px;right: 2px;display: block;width: 10px;height: 10px;border-top: 2px solid #111;border-right: 2px solid #111;border-bottom: 0;transform: rotate(-45deg);transition: all 0.3s;content: "";}.pane-left-menu .js-filter-box.block-filter--close .js-filter-box-inner-label::after {top: 15px;transform: rotate(135deg);}*/
.block-filter--close .block-filter--list-inner-accordion,
.block-filter--close .block-filter--select-inner-accordion,
.pane-left-menu .block-filter--select-inner-accordion label.radio {
    display: block;
}

.pane-left-menu .block_filter__list_box,
.pane-left-menu #block_filter_page__list_keyword {
    margin-bottom: 45px;
}

.pane-left-menu .block-filter-option-items {
    display: flex;
}

.pane-left-menu .block-filter--select-inner-accordion label.radio+input+label.radio,
.pane-left-menu .block_filter__list_box .block-filter--list+.block-filter--list,
.pane-left-menu .block_filter__list_box .block-filter-page--list-inner>ul>li+li,
.pane-left-menu .block-filter-option-items+.block-filter-option-items {
    margin-top: 15px;
}

.pane-left-menu .modal-body .block-filter--select-inner-accordion label.radio+input+label.radio,
.pane-left-menu .modal-body .block_filter__list_box .block-filter--list+.block-filter--list,
.pane-left-menu .modal-body .block_filter__list_box .block-filter-page--list-inner>ul>li+li,
.pane-left-menu .modal-body .block-filter-option-items+.block-filter-option-items {
    margin-top: 0;
}

.pane-left-menu #div_filter4 .block-filter-option-items+.block-filter-option-items {
    margin-top: 0;
}

.pane-left-menu .block-filter--select-inner-accordion input[type="radio"],
.pane-left-menu .block-filter-option-items input[type="radio"],
.pane-left-menu .block-filter-option-items input[type="checkbox"],
#block_filter__modal_color .block-filter-option-items input[type="checkbox"] {
    display: none;
    vertical-align: top;
}

.pane-left-menu .block-filter--select-inner-accordion input[type="radio"]+label:hover,
.pane-left-menu .block-filter-option-items input[type="radio"]+label:hover,
.pane-left-menu .block-filter-option-items input[type="checkbox"]+label:hover {
    opacity: .6;
}

.pane-left-menu .block-filter--select-inner-accordion input[type="radio"]:checked+label,
.pane-left-menu .block-filter-option-items input[type="radio"]:checked+label,
.pane-left-menu .block-filter-option-items input[type="checkbox"]:checked+label {
    text-decoration: underline;
}

.pane-left-menu .modal-body .block-filter--select-inner-accordion input[type="radio"]:checked+label,
.pane-left-menu .modal-body .block-filter-option-items input[type="radio"]:checked+label,
.pane-left-menu .modal-body .block-filter-option-items input[type="checkbox"]:checked+label {
    text-decoration: none;
}

.pane-left-menu #div_filter4 .block-filter--list-inner-accordion,
#block_filter__modal_color .block-filter--list-inner-accordion {
    display: flex;
    flex-wrap: wrap;
}

.pane-left-menu #div_filter4 .block-filter-option-items {
    margin-right: 0;
    margin-left: 15px;
}

.pane-left-menu #div_filter4 .block-filter-option-items:nth-of-type(5n+1) {
    margin-left: 0;
}

.pane-left-menu #div_filter4 .block-filter-option-items:nth-of-type(n+6) {
    margin-top: 15px;
}

.pane-left-menu #div_filter4 .block-filter-option-items label {
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 0;
}

.pane-left-menu #div_filter4 .block-filter-option-items input[checked="checked"]+label {
    border: 2px solid #52A0D9;
}

.pane-left-menu #div_filter4 .block-filter-option-items label img {
    width: 100%;
    height: 100%;
}

.block-filter--modal-open {
    display: flex;
    align-items: center;
    border: 0 none;
    background: transparent;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
}

.block-filter--modal-open::after {
    content: '';
    display: block;
    width: 5px;
    height: 10px;
    margin-left: 28px;
    background-image: url(../../img/usr/common/arrow_12x21.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.block-filter--close .block-filter--treelist-inner-accordion {
    display: block;
}

#div_filter14,
#div_filter15 {
    display: none;
}

#block-filter--clear-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    border: 1px solid #3C3C3C;
    margin-top: 48px;
    border-radius: 2px;
    transition: .3s all;
}

#block-filter--clear-btn a:hover {
    text-decoration: none;
    background: #5A5A5A;
    color: #fff;
    border: 1px solid #5A5A5A;
}

#block_filter__modal,
.block-filter-search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 50%);
    padding: 145px 70px 105px;
    overflow: auto;
    display: none;
    box-sizing: border-box;
    z-index: 3;
}

#block_filter__modal .modal-body,
.block-filter-search-modal .modal-body {
    position: relative;
    display: block;
    width: 1140px;
    height: 463px;
    padding: 0;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}

.block-filter-modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 25px;
    border-bottom: 1px solid #B7B7B7;
}

.block-filter-modal-head .title {
    margin-bottom: 0;
    font-size: 18px;
}

.block-filter-modal-btn {
    display: flex;
}

#block_filter__modal .modal-close,
.block-filter-search-modal .modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 30px;
    margin-right: 15px;
    cursor: pointer;
    border: 1px solid #3C3C3C;
    color: inherit;
    font-weight: normal;
    background: #fff;
}

#block_filter__modal_btn,
.block-search--filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 30px;
    cursor: pointer;
    color: #fff;
    background: #3C3C3C;
    border: 0 none;
}

#block_filter__modal .modal-content,
.block-filter-search-modal #block_filter__modal_brand,
.block-filter-search-modal #block_filter__modal_item {
    display: grid;
    grid-template-columns: 380px auto;
}

#block_filter__modal .modal-filter-index {
    display: flex;
    flex-direction: column;
    grid-column: 1 / 2;
    background: #fff;
}

#block_filter__modal .filter-index-list {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 23px;
}

#block_filter__modal .filter-index-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 365px;
    min-height: 44px;
    padding-left: 40px;
    padding-right: 44px;
    border-bottom: 0 none;
    cursor: pointer;
}

#block_filter__modal .filter-index-list li.active,
#block_filter__modal .filter-index-list li:hover {
    background: #3C3C3C;
}

#block_filter__modal .filter-index-list li.active span,
#block_filter__modal .filter-index-list li:hover span {
    color: #fff;
}

#block_filter__modal .filter-index-list li span.selected {
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #B7B7B7;
    font-size: 12px;
    text-align: right;
}

#block_filter__modal .filter-selected-clear {
    margin-top: auto;
    border-top: 1px solid #B7B7B7;
}

#filter_selected_clear_btn {
    width: 100%;
    padding-left: 40px;
    padding-top: 17px;
    padding-bottom: 18px;
    border: 0 none;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

#block_filter__modal .modal-filter-select {
    grid-column: 2 / 3;
    padding-top: 15px;
    padding-bottom: 34px;
    height: 402px;
}

#block_filter__modal .filter-selected {
    display: none;
}

#block_filter__modal .filter-selected.active {
    display: block;
}

#block_filter__modal_item_type.filter-selected.active,
#block_filter__modal_store.filter-selected.active {
    display: inline-block;
}

/* モーダル内価格フィルターのスタイル */
#block_filter__modal_price.filter-selected.active {
    display: block;
    padding: 20px 0 0 30px;
}

#block_filter__modal .block-filter--price-range {
    max-width: 300px;
}

#block_filter__modal .price-range-label {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    color: #3C3C3C;
    font-weight: bold;
}

#block_filter__modal .price-range-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

#block_filter__modal .price-input-group {
    flex: 1;
}

#block_filter__modal .price-input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #CCCCCC;
    border-radius: 4px;
    background: #FFFFFF;
    font-size: 16px;
    color: #3C3C3C;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

#block_filter__modal .price-input:focus {
    outline: none;
    border-color: #3C3C3C;
}

#block_filter__modal .price-input::-webkit-input-placeholder {
    color: #999999;
}

#block_filter__modal .price-input:-ms-input-placeholder {
    color: #999999;
}

#block_filter__modal .price-input::placeholder {
    color: #999999;
}

#block_filter__modal .price-separator {
    padding: 0 5px;
    color: #3C3C3C;
    font-size: 16px;
    font-weight: bold;
}

#block_filter__modal li {
    border-top: 0 none;
    border-bottom: 0 none;
}

#block_filter__modal li a {
    padding: 0;
}

#block_filter__modal_item.filter-selected.active,
#block_filter__modal_brand.filter-selected.active {
    display: flex;
}

#block_filter__modal_item .block-filter--tree-2>.block-filter--treeitem>.block-filter--treeitem-container {
    display: none;
}

#block_filter__modal_item .block-filter--tree-2>.block-filter--treeitem>.block-filter--treeitem-container.active {
    display: block;
}

#block_filter__modal_item .block-filter--tree-2>.block-filter--treeitem>.block-filter--treeitem-container.active .block-filter--treeitem-dir {
    display: none;
}

#block_filter__modal_item .block-filter--tree-3 {
    display: block !important;
}

#block_filter__modal_gender input,
#block_filter__modal_item_type input,
#block_filter__modal_store input,
#block_filter__modal_stock input {
    display: none;
}

#block_filter__modal_gender,
#block_filter__modal_item_type,
#block_filter__modal_store,
#block_filter__modal_brand .block-filter--tree-0,
#block_filter__modal_brand .block-filter--tree-1,
#block_filter__modal_item .filter-item-tree1,
#block_filter__modal_item .filter-item-tree2,
#block_filter__modal_gender>ul,
#block_filter__modal_shop_blog>ul,
#block_filter__modal_monthly_archives>ul,
#block_filter__modal_blog_category>ul {
    width: 380px;
    height: 353px;
    overflow-y: auto;
    overflow-x: hidden;
}

#block_filter__modal_gender::-webkit-scrollbar,
#block_filter__modal_item_type::-webkit-scrollbar,
#block_filter__modal_store::-webkit-scrollbar,
#block_filter__modal_brand .block-filter--tree-0::-webkit-scrollbar,
#block_filter__modal_brand .block-filter--tree-1::-webkit-scrollbar,
#block_filter__modal_item .filter-item-tree1::-webkit-scrollbar,
#block_filter__modal_item .filter-item-tree2::-webkit-scrollbar,
#block_filter__modal_stock::-webkit-scrollbar,
.page-pagecategory #block_filter__modal_gender>ul::-webkit-scrollbar,
.page-pagecategory #block_filter__modal_shop_blog>ul::-webkit-scrollbar,
.page-pagecategory #block_filter__modal_monthly_archives>ul::-webkit-scrollbar,
.page-pagecategory #block_filter__modal_blog_category>ul::-webkit-scrollbar {
    width: 15px;
}

#block_filter__modal_gender::-webkit-scrollbar-track,
#block_filter__modal_item_type::-webkit-scrollbar-track,
#block_filter__modal_store::-webkit-scrollbar-track,
#block_filter__modal_brand .block-filter--tree-0::-webkit-scrollbar-track,
#block_filter__modal_brand .block-filter--tree-1::-webkit-scrollbar-track,
#block_filter__modal_item .filter-item-tree1::-webkit-scrollbar-track,
#block_filter__modal_item .filter-item-tree2::-webkit-scrollbar-track,
#block_filter__modal_stock::-webkit-scrollbar-track,
.page-pagecategory #block_filter__modal_gender>ul::-webkit-scrollbar-track,
.page-pagecategory #block_filter__modal_shop_blog>ul::-webkit-scrollbar-track,
.page-pagecategory #block_filter__modal_monthly_archives>ul::-webkit-scrollbar-track,
.page-pagecategory #block_filter__modal_blog_category>ul::-webkit-scrollbar-track {
    background-image: linear-gradient(90deg, #EDEDED 43.33%, #fff 43.33%, #fff 56.67%, #EDEDED 56.67%, #EDEDED);
}

#block_filter__modal_gender::-webkit-scrollbar-thumb,
#block_filter__modal_item_type::-webkit-scrollbar-thumb,
#block_filter__modal_store::-webkit-scrollbar-thumb,
#block_filter__modal_brand .block-filter--tree-0::-webkit-scrollbar-thumb,
#block_filter__modal_brand .block-filter--tree-1::-webkit-scrollbar-thumb,
#block_filter__modal_item .filter-item-tree1::-webkit-scrollbar-thumb,
#block_filter__modal_stock::-webkit-scrollbar-thumb,
#block_filter__modal_item .filter-item-tree2::-webkit-scrollbar-thumb,
.page-pagecategory #block_filter__modal_gender>ul::-webkit-scrollbar-thumb,
.page-pagecategory #block_filter__modal_shop_blog>ul::-webkit-scrollbar-thumb,
.page-pagecategory #block_filter__modal_monthly_archives>ul::-webkit-scrollbar-thumb,
.page-pagecategory #block_filter__modal_blog_category>ul::-webkit-scrollbar-thumb {
    width: 5px;
    background-image: linear-gradient(90deg, #EDEDED 33.33%, #B7B7B7 33.33%, #B7B7B7 66.67%, #EDEDED 66.67%, #EDEDED);
}

#block_filter__modal_item .block-filter--tree-2>li,
#block_filter__modal_item .block-filter--tree-3>li {
    padding-left: 0;
}

#block_filter__modal_item .block-filter--tree-2>li {
    border-top: 0 none;
}

#block_filter__modal_gender label,
#block_filter__modal_store label,
#block_filter__modal_brand li .filter-item-code-name,
#block_filter__modal_item li .filter-item-code-name,
#block_filter__modal_stock label,
.modal-filter-select .menu-ac-title {
    display: flex;
    align-items: center;
    width: 365px;
    height: 44px;
    padding-left: 40px;
    background: #F7F7F7;
    font-size: 14px;
    color: #3C3C3C;
    cursor: pointer;
}

#block_filter__modal_gender input:checked+label,
#block_filter__modal_gender label:hover,
#block_filter__modal_item_type input:checked~label,
#block_filter__modal_item_type label:hover,
#block_filter__modal_store input:checked~label,
#block_filter__modal_store label:hover,
#block_filter__modal_brand .block-filter--tree-0>li.active .filter-item-code-name,
#block_filter__modal_brand li:hover .filter-item-code-name,
#block_filter__modal_brand li.select .filter-item-code-name,
#block_filter__modal_stock input:checked+label,
#block_filter__modal_stock label:hover,
#block_filter__modal_item .block-filter--tree-0>li.active .filter-item-code-name,
#block_filter__modal_item li.active>.filter-item-code-name,
#block_filter__modal_item li:hover>.filter-item-code-name,
#block_filter__modal_item .block-filter--treeitem-container:hover>a>.filter-item-code-name,
#block_filter__modal_item li.select .filter-item-code-name,
#block_filter__modal_item li>.block-filter--treeitem-container.select>a>.filter-item-code-name,
.modal-filter-select li.select .menu-ac-title,
.modal-filter-select li:hover .menu-ac-title {
    color: #fff;
    background: #8D8D8D;
    text-decoration: none;
}

#block_filter__modal_brand .block-filter--tree-0>li:first-of-type.select.unselect .filter-item-code-name,
#block_filter__modal_item .filter-item-tree1>li:first-of-type.select.unselect .filter-item-code-name {
    background: #F7F7F7;
    color: #3C3C3C;
}

#block_filter__modal_brand .block-filter--treeitem-dir,
#block_filter__modal_brand .block-filter--tree-1>li,
#block_filter__modal_brand .block-filter--tree-2,
#block_filter__modal_item .block-filter--tree-3>li {
    display: none;
}

#block_filter__modal_brand .block-filter--tree-1>li.active,
#block_filter__modal_item .block-filter--tree-3>li.active {
    display: block;
}

#block_filter__modal li.block-filter--alltreeitem {
    display: none;
}

#block_filter__modal .block-filter--tree-3>li.block-filter--alltreeitem.active {
    display: block;
}

#block_filter__modal_color {
    width: 333px;
    padding-left: 40px;
}

#block_filter__modal_color .block-filter--list-inner-accordion::before {
    content: 'カラーで絞り込む';
    display: block;
    width: 100%;
    margin-bottom: 17px;
}

#block_filter__modal_color .block-filter-option-items {
    margin-left: 23px;
}

#block_filter__modal_color .block-filter-option-items:nth-of-type(5n+1) {
    margin-left: 0;
}

#block_filter__modal_color .block-filter-option-items:nth-of-type(n+6) {
    margin-top: 15px;
}

#block_filter__modal_color .block-filter-option-items label {
    width: 40px;
    height: 40px;
}

#block_filter__modal_color .block-filter-option-items input:checked+label {
    border: 2px solid #52A0D9;
}

#block_filter__modal_color .block-filter-option-items label img {
    width: 100%;
    height: 100%;
}

.block-leftmenu_banner .block-leftmenu_banner--list>li {
    margin-top: 32px;
}

ul.block-category-tree--level-1>.block-category-tree--item__open,
ul.block-category-tree--level-1>.block-category-tree--item {
    border-top: 0;
    border-bottom: 1px solid #ccc;
}

ul>.block-category-tree--item__open,
ul>.block-category-tree--item {
    border-top: 1px solid #ccc;
    border-bottom: 0;
}

.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1) {
    display: none;
}

.pane-left-menu ul.block-category-tree--items>li {
    position: relative;
}

.pane-left-menu ul.block-category-tree--items>li>a {
    height: 43px;
}

.pane-left-menu ul.block-category-tree--items>li>a+.block-category-tree--item-opener {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
    cursor: pointer;
}

.pane-left-menu ul.block-category-tree--items>li>a+.block-category-tree--item-opener::before {
    position: absolute;
    top: calc(50% - 8px);
    right: 3px;
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    transform: rotate(45deg);
    transition: all 0.3s;
    content: "";
}

.pane-left-menu ul.block-category-tree--items>li>a+.block-category-tree--item-opener.is-open::before {
    top: calc(50% - 4px);
    transform: rotate(-135deg);
}

.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1)>li>a+.block-category-tree--item-opener::before {
    position: absolute;
    top: calc(50% - 6px);
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
    transform: rotate(45deg);
    transition: all 0.3s;
    content: "";
}

.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1)>li>a+.block-category-tree--item-opener.is-open::before {
    top: calc(50% - 3px);
    transform: rotate(-135deg);
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-1>li>a {
    height: 55px;
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-1>li>a+.block-category-tree--item-opener {
    height: 55px;
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-3>li>a {
    background: #f5f5f5;
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-4>li>a {
    background: #f0f0f0;
}

.block-genre-tree--item__open,
.block-genre-tree--item {
    border-top: 0;
    border-bottom: 1px solid #ccc;
}

#div_filter15 .block-filter--tree-2,
#block_filter__modal_item .block-filter--tree-2 {
    display: block !important;
}

.block-filter--form-text .block-filter-page--list-inner {
    display: flex;
    align-items: center;
}

.block-filter--form-text .block-filter-page--list-inner input {
    width: calc(100% - 36px);
    height: 36px;
    background: #F0F0F0;
    border: 0 none;
}

.block-filter--form-text .block-filter-page--list-inner button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #000;
    border: 0 none;
    cursor: pointer;
}

.block-filter--form-text .block-filter-page--list-inner button::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../../img/usr/common/ico_filter_search.png');
}

/* ----PC/スマホ切り替えスイッチ---- */
.block-switcher {
    display: flex;
    width: 124px;
    margin: 0 auto 20px;
    padding: 3px;
    border-radius: 2px;
    background: rgba(34, 34, 34, 0.2);
}

.block-switcher .block-switcher-container {
    width: 58px;
    margin-right: 2px;
}

.block-switcher .block-switcher-container+.block-switcher-container {
    margin-right: 0;
}

.block-switcher .block-switcher-container .block-switcher--current {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 4px;
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
    background: #fff;
}

.block-switcher .block-switcher-container .block-switcher--current::before {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 0 3px;
    background: url(../../img/usr/common/ico_pc.png) center center / auto auto no-repeat;
    content: "";
}

.block-switcher .block-switcher-container .block-switcher--switch {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 4px;
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
    opacity: 0.3;
}

.block-switcher .block-switcher-container .block-switcher--switch::before {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 0 3px;
    background: url(../../img/usr/common/ico_sp.png) center center / auto auto no-repeat;
    content: "";
}

.block-switcher .block-switcher-container .block-icon-image-small {
    display: none;
}

/* ----Copyright---- */
.block-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    height: 40px;
    background: #3C3C3C;
    color: #fff;
}

/* ----トップページ---- */
.top-section-title {
    margin: 0;
    margin-bottom: 54px;
    padding: 0;
    border-bottom: 0 none;
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
    font-weight: 500;
}

.top-section-title::after {
    content: attr(data-sub-title);
    display: block;
    font-size: 20px;
    font-weight: normal;
    font-family: var(--hiragino-w3-txt);
}

.block-brand-banner {
    margin-bottom: 132px;
}

.block-top-section+.block-top-section,
style+.block-top-section,
.block-top-event--goods+.block-top-section {
    margin-bottom: 120px;
}

.block-top-more-link {
    margin-top: 60px;
    text-align: center;
}

.block-top-more-link a,
.block-top-more-link span {
    display: inline-block;
    min-width: 332px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #3C3C3C;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    line-height: 1.7;
    transition: .3s all;
}

.block-top-more-link a:hover,
.block-top-more-link span:hover {
    border: 1px solid #5A5A5A;
    background: #5A5A5A;
    text-decoration: none;
    color: #fff;
}

.block-top-category {
    background: linear-gradient(to right bottom, #f8e5de 0%, #fff 50%, #f8e5de 100%);
}

.block-top-title {
    margin: 0 0 30px;
    padding: 75px 0 0;
    border: 0;
    text-align: center;
    font-family: var(--josefin-txt);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.333;
    color: #000;
    letter-spacing: 0.02em;
}

.block-top-title span {
    display: block;
    font-family: var(--noto-txt);
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
}

.block-top-more a {
    display: block;
    width: 162px;
    margin: 0 auto;
    padding: 15px 10px;
    border: 1px solid #000;
    border-radius: 26px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    color: #111;
    background: #fff;
}

.block-top-event {
    padding: 0 0 120px;
}

.page-top.top-layout4 .pane-contents .container,
.page-brandtop .pane-contents .container {
    display: block;
    width: 1200px;
}

.block-top-event .block-top-event--goods {
    overflow: hidden;
}

/* ----NEWS（トップページ）---- */
#block_top_news {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
}

.block-info-category+.block-info-category {
    margin-top: 21px;
}

.block-info-category li+li {
    margin-top: 23px;
}

.block-info-category dl {
    display: flex;
    justify-content: space-between;
}

.block-info-category dt {
    width: 60px;
    color: #B7B7B7;
}

.block-info-category dd {
    width: 955px;
}

.block-info-category .info-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
    border-bottom: 1px solid #E6E6E6;
}

.block-info-category .info-title::before {
    content: '';
    display: inline-block;
    width: 27px;
    padding-top: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.block-info-category#block-info-company .info-title::before {
    background-image: url(../../img/usr/common/ico_info_company.png);
}

.block-info-category#block-info-shop .info-title::before {
    background-image: url(../../img/usr/common/ico_info_shop.png);
}

.block-info-category .info-title span {
    padding-bottom: 2px;
    color: #B7B7B7;
    font-size: 10px;
}

.block-top-news-index-link {
    margin-top: 35px;
    text-align: center;
}

.block-top-news-index-link a {
    position: relative;
    display: inline-block;
    min-width: 332px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 37px;
    padding-right: 37px;
    border: 1px solid #3C3C3C;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    transition: .3s all;
}

.block-top-news-index-link a:hover {
    border: 1px solid #5A5A5A;
    background: #5A5A5A;
    text-decoration: none;
    color: #fff;
}

.block-top-news-index-link a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    display: block;
    width: 6px;
    height: 11px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url(../../img/usr/common/arrow_12x21.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.block-top-news-index-link a:hover::after {
    background-image: url(../../img/usr/common/arrow_12x21_w.png);
}

/* ----EXCLUSIVE ITEM BLOG（別注アイテムブログ）---- */
.block-blog-style-column1-in-2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block-blog-style-column1-in-2 li {
    width: 575px;
    border-bottom: 1px solid #E6E6E6;
}

.block-blog-style-column1-in-2 li:nth-of-type(n+3) {
    margin-top: 34px;
}

.block-blog-style-column1-in-2 li a {
    display: flex;
    justify-content: space-between;
    padding-bottom: 11px;
    transition: .3s all;
    height: 100%;
}

.block-blog-style-column1-in-2 li a:hover {
    opacity: .6;
    text-decoration: none;
}

.block-blog-style-column1-in-2 li a:hover img {
    opacity: 1;
}

.block-blog-style-column1-in-2 .block-blog-style-column1-left {
    display: flex;
    flex-direction: column;
    width: 370px;
}

.block-blog-style-column1-in-2 .block-blog-style-column1-left .title {
    font-family: var(--hiragino-w6-txt);
}

.inner-bottom {
    margin-top: auto;
}

.block-blog-style-column1-in-2 .inner-bottom {
    color: #B7B7B7;
    font-size: 12px;
    font-weight: 700;
}

.block-blog-style-column1-in-2 .block-blog-style-column1-right {
    width: 170px;
}

.block-blog-style-column1-in-2 li .image img {
    width: 100%;
}

/* ----SHOP BLOG（ショップブログ）---- */
.block-shop-blog-category ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.block-shop-blog-category ul li {
    width: 228px;
    margin-right: calc(calc(100% - 1140px) / 4);
}

.block-shop-blog-category ul li a {
    transition: .3s all;
}

.block-shop-blog-category ul li a:hover {
    opacity: .6;
    text-decoration: none;
}

.block-shop-blog-category ul li:nth-of-type(5n) {
    margin-right: 0;
}

.block-shop-blog-category ul li:nth-of-type(n+6) {
    margin-top: 21px;
}

.block-shop-blog-category ul li .image {
    width: 100%;
    height: 273px;
    margin-bottom: 16px;
}

.block-shop-blog-category ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-shop-blog-category ul li .title {
    margin-bottom: 9px;
    font-weight: bold;
    font-family: var(--hiragino-w6-txt);
}

.block-shop-blog-category ul li .brand-name {
    margin-bottom: 11px;
    color: #8D8D8D;
    font-weight: 700;
}

.block-shop-blog-category ul li .inner-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #B7B7B7;
    font-size: 12px;
    line-height: 1.4;
}

.block-shop-blog-category ul li .shop-name {
    width: calc(100% - 7.5rem);
    font-weight: 700;
}

.block-shop-blog-category ul li .shop-blog-date,
.block-shop-blog-category ul li .block-pagecategory-page-list--date {
    font-weight: 700;
}

/* ----FEATURE（特集）---- */
#block_top_feature {
    margin-left: calc(calc(100vw - 1200px)/2 * -1);
    margin-right: calc(calc(100vw - 1200px)/2 * -1);
}

@media screen and (max-width: 1200px) {
    #block_top_feature {
        margin-left: 0;
        margin-right: 0;
    }
}

.block-feature-category .bx-wrapper {
    margin-bottom: 0;
    box-shadow: none;
    border: 0 none;
    overflow-x: hidden;
}

.block-feature-category .bx-viewport {
    width: 640px !important;
    height: auto !important;
    margin: 0 auto;
    overflow: visible !important;
}

.block-feature-category li {
    width: 640px !important;
    padding-left: 32px;
    padding-right: 32px;
}

.block-feature-category li a {
    transition: .3s all;
}

.block-feature-category li a:hover {
    opacity: .6;
    text-decoration: none;
}

.block-feature-category li .image {
    margin-bottom: 28px;
}

.block-feature-category li .image img {
    width: 100%;
}

.block-feature-category li .title {
    font-family: var(--hiragino-w6-txt);
}

.block-feature-category .bx-wrapper .bx-controls-direction {
    margin-top: 720px;
    display: flex;
    justify-content: center;
}

.block-feature-category .bx-wrapper .bx-controls-direction a {
    position: static;
    width: 48px;
    height: 48px;
    margin-top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: .3s all;
}

.block-feature-category .bx-wrapper .bx-controls-direction a+a {
    margin-left: 480px;
}

.block-feature-category .bx-wrapper .bx-controls-direction a:hover {
    text-decoration: none;
    color: #fff;
}

.block-feature-category .bx-wrapper .bx-prev {
    background-image: url(../../img/usr/common/ico_arrow_slider_prev.png);
}

.block-feature-category .bx-wrapper .bx-next {
    background-image: url(../../img/usr/common/ico_arrow_slider_next.png);
}

.block-feature-category .bx-wrapper .bx-prev:hover {
    background-image: url(../../img/usr/common/ico_arrow_slider_prev_w.png);
}

.block-feature-category .bx-wrapper .bx-next:hover {
    background-image: url(../../img/usr/common/ico_arrow_slider_next_w.png);
}

#block_top_feature .block-top-more-link {
    position: relative;
    margin-top: -48px;
}

.block-top-topic {
    background: #f5f5f5;
}

.block-top-topic .block-top-topic--header {
    margin: 0 0 30px;
    padding: 75px 0 0;
    border: 0;
    text-align: center;
    font-family: var(--josefin-txt);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.333;
    color: #000;
    letter-spacing: 0.02em;
}

.block-top-topic .block-top-topic--header span {
    display: block;
    font-family: var(--noto-txt);
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
}

.block-top-topic .block-top-topic--body {
    margin: 0;
    padding: 0 0 80px;
}

.block-top-topic .block-top-topic--body ul.block-top-topic--items {
    width: 636px;
    margin: 0 auto 36px;
}

.block-top-topic--items dt {
    margin-right: 30px;
}

.block-top-topic--items dd+dd {
    margin-left: 8px;
}

.block-top-topic--items li {
    border: 0;
    padding: 12px 0;
}

.block-top-topic--next-page a {
    display: block;
    width: 162px;
    margin: 0 auto;
    padding: 15px 10px;
    border: 1px solid #000;
    border-radius: 26px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    color: #111;
    background: #fff;
}

.block-top-separate-banner {
    width: 100%;
}

.block-top-separate-banner ul.block-top-separate-banner--list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.block-top-separate-banner ul.block-top-separate-banner--list>li {
    width: 50%;
}

.block-top-separate-banner ul.block-top-separate-banner--list>li img {
    width: 100%;
    vertical-align: top;
}

.block-top-instagram .block-top-title img {
    display: block;
    margin: 0 auto 8px;
}

.block-jscart--items {
    padding-bottom: 5px;
}

.pane-right-menu .block-jscart {
    width: 1080px;
    margin: 0 auto;
}

.pane-right-menu .block-jscart .block-search-box--header {
    margin: 0 0 30px;
    padding: 75px 0 0;
    border: 0;
    text-align: center;
    font-family: var(--josefin-txt);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.333;
    color: #000;
    letter-spacing: 0.02em;
}

/* ----最近見た商品---- */
.block-recent-item--items {
    width: 1200px;
    margin: 0 auto;
}

.block-recent-item--header {
    margin: 0 0 30px;
    padding: 75px 0 0;
    border: 0;
    border-top: 1px solid #707070;
    text-align: center;
    font-family: var(--josefin-txt);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.333;
    color: #000;
    letter-spacing: 0.02em;
}

.page-top .block-recent-item--header {
    border: 0;
}

.block-recent-item--header span {
    display: block;
    font-family: var(--noto-txt);
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
}

.block-recent-item {
    width: 100%;
}

.block-recent-item .block-recent-item--empty-message,
.block-recent-item .block-recent-item--history-message {
    text-align: center;
}

.block-recent-item .block-recent-item--keep-history a {
    display: block;
    width: 162px;
    margin: 0 auto;
    padding: 15px 10px;
    border: 1px solid #000;
    border-radius: 26px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    color: #111;
    background: #fff;
}

/* ----パンくずリスト---- */
.block-topic-path {
    margin-top: 24px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
    text-align: center;
}

.page-goods .pane-topic-path {
    padding-top: 60px;
    padding-bottom: 56px;
}

.block-topic-path--list li {
    padding-right: 1.0em;
    font-family: var(--hiragino-go-txt);
    color: #B7B7B7;
    font-weight: 400;
}

.block-topic-path--list li:last-of-type {
    font-family: var(--hiragino-w6-txt);
}

.block-topic-path--list li:last-of-type span {
    font-weight: bold;
}

.block-topic-path--list li a,
.block-topic-path--list li span {
    color: #3C3C3C;
}

.block-topic-path--list a,
.block-topic-path--list span {
    text-decoration: none;
}

.block-topic-path--list li>*>span {
    padding-left: 1.0em;
}

#spec_genre_category .block-topic-path--list li>*>span {
    padding-left: 0;
}

.block-topic-path--list .block-topic-path--item__home a {
    padding-left: 0;
}

/* ----イベント画面---- */
.page-event .top-section-title {
    margin-top: 60px;
}

.page-event .pane-topic-path {
    margin-bottom: 54px;
}

/* ----カテゴリ画面---- */
.page-category .pane-contents>.container>.pane-title-menu {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    padding-bottom: 54px;
}

.pane-contents>.container>.pane-left-menu {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
}

.page-category .top-section-title {
    margin-top: 60px;
}

.page-category .block-topic-path {
    margin-bottom: 56px;
}

.page-category .block-title-menu,
.page-pagecategory .block-title-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.page-category .block-title-menu .block-category-list--logo-img,
.page-pagecategory .block-title-menu .block-category-list--logo-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 22px;
}

.page-category .block-title-menu .block-category-list--logo-img figure,
.page-pagecategory .block-title-menu .block-category-list--logo-img figure {
    width: 274px;
    height: 160px;
}

.page-category .block-title-menu .block-category-list--logo-img img,
.page-pagecategory .block-title-menu .block-category-list--logo-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-right: 50px;
}

.page-category .block-category-list--header-box,
.page-pagecategory .block-category-list--header-box {
    display: flex;
    align-items: center;
}

.page-pagecategory .block-category-list--logo-img+.block-category-list--header-box {
    padding-left: 28px;
}

.page-category .block-title-menu .block-category-list--header,
.page-pagecategory .block-title-menu .block-category-list--header {
    font-size: 30px;
    line-height: 1;
}

.page-category .block-title-menu .block-category-list--header::after,
.page-pagecategory .block-title-menu .block-category-list--header::after {
    content: attr(data-sub-title);
    display: block;
    font-size: 16px;
    margin-top: 7px;
}

.page-category .block-title-menu .block-category-list--header.center::after,
.page-pagecategory .block-title-menu .block-category-list--header.center::after {
    text-align: center;
}

.page-category .block-category-list--comment {
    margin-bottom: 0;
    text-align: left;
}

.block-category-style-p {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px 10px;
    background: #eee;
}

.page-top .block-category-style-p {
    width: 1060px;
    padding: 0 0 50px;
    background: none;
}

.block-category-style-p .block-category-style-p--item {
    display: flex;
    flex-direction: column;
    width: 200px;
    flex-basis: 200px;
    margin: 0 20px 20px 0;
}

.page-top .block-category-style-p .block-category-style-p--item {
    width: 250px;
    flex-basis: 250px;
    margin: 0 20px 40px 0;
}

.block-category-style-p .block-category-style-p--item:nth-of-type(4n),
.page-top .block-category-style-p .block-category-style-p--item:nth-of-type(4n) {
    margin-right: 0;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-comment {
    float: none;
    width: auto;
    font-size: 13px;
    order: 30;
}

.page-top .block-category-style-p .block-category-style-p--item .block-category-style-p--item-comment {
    display: none;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-image {
    width: 100%;
    margin: 0 0 16px;
    float: none;
    order: 10;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-image img {
    width: 100%;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-name {
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    order: 20;
}

.page-top .block-category-style-p .block-category-style-p--item .block-category-style-p--item-name {
    margin: 0;
    text-align: center;
    font-weight: normal;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-name a::before {
    content: "＞ ";
}

.page-top .block-category-style-p .block-category-style-p--item .block-category-style-p--item-name a::before {
    display: none;
}

.block-category-list--header {
    margin: 0 0 25px;
    padding: 0;
    font-size: 28px;
    font-weight: 500;
}

.block-category-list--header-img {
    margin: 0 0 30px;
    padding: 0;
}

.block-category-list--comment {
    margin: 0 0 36px;
    line-height: 1.7;
}

.page-top.top-layout1 .block-top-category,
.page-top.top-layout2 .block-top-category {
    background: none;
}

.page-top.top-layout1 .block-category-style-p,
.page-top.top-layout2 .block-category-style-p {
    width: 890px;
}

.page-top.top-layout1 .block-category-style-p .block-category-style-p--item,
.page-top.top-layout2 .block-category-style-p .block-category-style-p--item {
    width: 200px;
    flex-basis: 200px;
    margin: 0 30px 20px 0;
}

.page-top.top-layout1 .block-category-style-p .block-category-style-p--item:nth-of-type(4n),
.page-top.top-layout2 .block-category-style-p .block-category-style-p--item:nth-of-type(4n) {
    margin-right: 0;
}

.page-top.top-layout1 .block-top-campaign,
.page-top.top-layout2 .block-top-campaign {
    background: none;
}

.page-top.top-layout1 .block-campaign-banner ul.block-campaign-banner--list,
.page-top.top-layout2 .block-campaign-banner ul.block-campaign-banner--list {
    width: 900px;
}

.page-top.top-layout1 .block-campaign-banner ul.block-campaign-banner--list>li,
.page-top.top-layout2 .block-campaign-banner ul.block-campaign-banner--list>li {
    width: 280px;
    margin: 0 30px 40px 0;
}

.page-top.top-layout1 .block-top-event .block-ranking-r .block-ranking-r--items,
.page-top.top-layout2 .block-top-event .block-ranking-r .block-ranking-r--items {
    width: 920px;
    padding-left: 32px;
}

.page-top.top-layout1 .block-top-event .block-ranking-r .block-ranking-r--items .bx-wrapper,
.page-top.top-layout2 .block-top-event .block-ranking-r .block-ranking-r--items .bx-wrapper {
    max-width: 856px !important;
}

.page-top.top-layout1 .block-ranking-r .block-ranking-r--items .bx-wrapper .bx-viewport,
.page-top.top-layout2 .block-ranking-r .block-ranking-r--items .bx-wrapper .bx-viewport {
    min-height: 300px;
}

.page-top.top-layout1 .block-ranking-r .block-ranking-r--items li dl,
.page-top.top-layout2 .block-ranking-r .block-ranking-r--items li dl {
    width: 190px;
    flex-basis: 190px;
    margin-right: 32px;
}

.page-top.top-layout1 .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image figure,
.page-top.top-layout2 .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image figure {
    width: 190px;
    height: 190px;
}

.page-top.top-layout1 .block-top-event ul.block-thumbnail-t,
.page-top.top-layout2 .block-top-event ul.block-thumbnail-t {
    width: 920px;
    padding-left: 32px;
}

.page-top.top-layout1 .block-top-event ul.block-thumbnail-t .bx-wrapper,
.page-top.top-layout2 .block-top-event ul.block-thumbnail-t .bx-wrapper {
    max-width: 856px !important;
}

.page-top.top-layout1 .block-top-event ul.block-thumbnail-t .bx-wrapper .bx-viewport,
.page-top.top-layout2 .block-top-event ul.block-thumbnail-t .bx-wrapper .bx-viewport {
    min-height: 300px;
}

.page-top.top-layout1 ul.block-thumbnail-t li dl,
.page-top.top-layout2 ul.block-thumbnail-t li dl {
    width: 190px;
    flex-basis: 190px;
    margin-right: 32px;
}

.page-top.top-layout1 ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image figure,
.page-top.top-layout2 ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image figure {
    width: 190px;
    height: 190px;
}

.page-top.top-layout1 .block-top-topic,
.page-top.top-layout2 .block-top-topic {
    background: none;
}

/* ----ページカテゴリ管理---- */
.block-pagecategory-freespace--caption .top-section-title {
    margin-top: 60px;
}

.block-pagecategory-caption--text {
    margin: 0;
    margin-top: 60px;
    margin-bottom: 54px;
    padding: 0;
    border-bottom: 0 none;
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
}

.page-pagecategory .pane-left-menu form.hide {
    display: none;
}

.page-pagecategory .pane-main {
    width: 957px;
}

.page-pagecategory .block-topic-path {
    margin-bottom: 56px;
}

.block-page-pagecategory-subcategory-link-list {
    display: none;
}

.block-page-category-tag-popular-list,
.block-page-pagecategory-subcategory-link-list-wrap {
    display: none;
}

.page-pagecategory .modal-filter-select .menu-ac-title {
    cursor: pointer;
}

.block-pagecategory-page-list--frame.block-shop-blog-category ul {
    justify-content: space-between;
}

.block-pagecategory-page-list--frame.block-shop-blog-category ul::before {
    content: '';
    display: block;
    width: 228px;
    height: 0;
    order: 1;
}

.block-pagecategory-page-list--frame.block-shop-blog-category ul::after {
    content: '';
    display: block;
    width: 228px;
    height: 0;
}

.block-page-pagecategory-event .block-pagecategory-page-list--frame.block-shop-blog-category ul::before,
.block-page-pagecategory-event .block-pagecategory-page-list--frame.block-shop-blog-category ul::after {
    content: none;
}

.block-pagecategory-page-list--frame.block-shop-blog-category ul li {
    width: 228px;
    margin-right: 0;
}

.block-page-pagecategory-event .block-pagecategory-page-list--frame.block-shop-blog-category ul li {
    width: 454px;
}

.block-pagecategory-page-list--frame.block-shop-blog-category ul li:nth-of-type(n+5) {
    margin-top: 21px;
}

.block-page-pagecategory-event .block-pagecategory-page-list--frame.block-shop-blog-category ul li:nth-of-type(n+3) {
    margin-top: 41px;
}

.block-pagecategory-page-list--frame.block-shop-blog-category ul li a .text,
.block-pagecategory-page-list--frame.block-shop-blog-category ul li a .news-info {
    display: none;
}

.block-page-pagecategory-event .block-pagecategory-page-list--frame.block-shop-blog-category ul li .image {
    height: 184px;
    margin-bottom: 18px;
}

.block-page-pagecategory-event .block-pagecategory-page-list--frame.block-shop-blog-category ul li .title {
    margin-bottom: 3px;
}

.block-page-pagecategory-style-column1-in-2 .block-blog-style-column1-right .brand-name,
.block-pagecategory-page-list--frame.block-shop-blog-category ul li a .block-blog-style-column1-right .block-pagecategory-page-list--date span {
    display: none;
}

.block-page-pagecategory-event .block-pagecategory-page-list--frame.block-shop-blog-category ul li a .block-blog-style-column1-right .brand-name {
    display: none;
}

.block-page-pagecategory-event .block-pagecategory-page-list--frame.block-shop-blog-category ul li a .block-blog-style-column1-right .shop-name {
    display: block;
    order: 2;
    width: auto;
}

.block-page-pagecategory-event .block-pagecategory-page-list--frame.block-shop-blog-category ul li a .block-blog-style-column1-right .block-pagecategory-page-list--date {
    display: block;
    order: 1;
}

.block-page-pagecategory-event .block-pagecategory-page-list--page .block-blog-style-column1-right .text {
    display: none;
}

.block-pagecategory--pager-bottom {
    margin-top: 60px;
}

.block-pagecategory-subcategory-list {
    display: none;
}

.block-page-pagecategory-style-column1-in-2 .block-shop-blog-category ul {
    display: block;
    width: 877px;
}

.block-page-pagecategory-style-column1-in-2 .block-pagecategory-page-list--frame.block-shop-blog-category ul li {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.block-page-pagecategory-style-column1-in-2 .block-pagecategory-page-list--frame.block-shop-blog-category ul li+li {
    margin-top: 32px;
}

.block-page-pagecategory-style-column1-in-2 .block-pagecategory-page-list--frame.block-shop-blog-category ul li a {
    display: flex;
    justify-content: space-between;
}

.block-page-pagecategory-style-column1-in-2 .block-pagecategory-page-list--frame.block-shop-blog-category ul li a figure {
    width: 226px;
    height: 272px;
}

.block-page-pagecategory-style-column1-in-2 .block-pagecategory-page-list--frame.block-shop-blog-category ul li a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-page-pagecategory-style-column1-in-2 .block-pagecategory-page-list--frame.block-shop-blog-category ul li a .block-blog-style-column1-right {
    width: 601px;
}

.block-page-pagecategory-style-column1-in-2 .block-pagecategory-page-list--frame.block-shop-blog-category ul li a .title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 29px;
}

.block-page-pagecategory-style-column1-in-2 .block-pagecategory-page-list--frame.block-shop-blog-category ul li a .text {
    display: block;
    margin-bottom: 9px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    line-height: 1.4;
}

.block-page-pagecategory-style-column1-in-2 .block-pagecategory-page-list--frame.block-shop-blog-category ul li a .inner-bottom {
    display: flex;
    justify-content: space-between;
}

.block-page-pagecategory-style-column1-in-2 .block-pagecategory-page-list--frame.block-shop-blog-category ul li a .shop-name {
    width: 240px;
    font-size: 12px;
    color: #B7B7B7;
}

.block-page-pagecategory-style-column1-in-2 .block-pagecategory-page-list--frame.block-shop-blog-category ul li a .block-pagecategory-page-list--date {
    font-size: 12px;
}

.block-topic-path .block-topic-path--list {
    display: none;
}

.block-topic-path .block-topic-path--list:first-of-type {
    display: block;
}

.block-topic-path .block-topic-path--list li:nth-child(2) {
    display: none;
}

/* ----ページ管理詳細---- */
body.page-page .wrapper {
    font-family: var(--main-txt);
}

.pane-contents .pane-left-menu a {
    text-decoration: none;
}

.page-page .pane-contents>.container>.pane-left-menu {
    width: 270px;
}

.page-page .pane-contents>.container>.pane-main {
    width: 800px;
}

.block-page-freespace--caption {
    margin-top: 60px;
    margin-bottom: 34px;
}

.block-page-freespace--caption .top-section-title {
    margin-bottom: 0;
}

.block-page-freespace--caption-blog {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 61px;
    margin-bottom: 34px;
}

.block-page-pagecategory-sub-header-contents {
    margin-bottom: 56px;
}

.block-page-pagecategory-sub-header-contents .block-page-freespace--caption-blog {
    margin-top: 56px;
}

.block-page-pagecategory-sub-header-contents .top-section-title {
    margin-top: 0;
}

.block-page-freespace--caption-logo {
    width: 117px;
    height: 72px;
    margin-right: 52px;
}

.block-page-freespace--caption-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-page-freespace--caption-blog>span {
    font-size: 36px;
    font-weight: 500;
}

.block-page-freespace--caption-blog .top-section-title {
    margin-bottom: 0;
}

.page-page .pane-topic-path {
    margin-bottom: 23px;
}

#block_filter_page__list_page_shop_info .block-page-post-shop-info .shop-name {
    margin-bottom: 1em;
    font-size: 16px;
    font-family: var(--hiragino-w6-txt);
}

#block_filter_page__list_page_shop_info .block-page-post-shop-info dl {
    display: flex;
}

#block_filter_page__list_page_shop_info .block-page-post-shop-info dl+dl {
    margin-top: 24px;
}

#block_filter_page__list_page_shop_info .block-page-post-shop-info dt {
    width: 84px;
    color: #B7B7B7;
    font-size: 12px;
}

#block_filter_page__list_page_shop_info .block-page-post-shop-info dd {
    width: calc(100% - 84px);
    font-size: 12px;
}

#block_filter_page__list_page_shop_info .block-page-post-shop-info .shop-sns dd {
    display: flex;
    flex-wrap: wrap;
}

#block_filter_page__list_page_shop_info .block-page-post-shop-info .shop-sns dd a {
    margin-right: 5px;
}

#block_filter_page__list_page_shop_info .block-page-post-shop-info .shop-sns dd a::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

#block_filter_page__list_page_shop_info .block-page-post-shop-info .shop-sns dd a.instagram::before {
    width: 16px;
    height: 16px;
    background-image: url(../../img/usr/icon/black/instagram.png);
}

#block_page_pagecategory_top_link .block-page-pagecategory-top-link+.block-page-pagecategory-top-link {
    margin-top: 20px;
}

#block_page_pagecategory_top_link .block-page-pagecategory-top-link a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    padding: 11px 40px 11px 15px;
    border: 1px solid #3C3C3C;
    transition: .3s all;
    font-size: 14px;
}

#block_page_pagecategory_top_link .block-page-pagecategory-top-link a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    content: '';
    display: block;
    width: 5px;
    height: 10px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url(../../img/usr/common/arrow_12x21.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s all;
}

#block_page_pagecategory_top_link .block-page-pagecategory-top-link a:hover {
    border: 1px solid #5A5A5A;
    background: #5A5A5A;
    text-decoration: none;
    color: #fff;
}

#block_page_pagecategory_top_link .block-page-pagecategory-top-link a:hover::after {
    background-image: url(../../img/usr/common/arrow_12x21_w.png);
}

.page-page .block-page-caption--text {
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bold;
    font-family: var(--hiragino-w6-txt);
}

.page-page .block-page-freespace--top {
    display: flex;
    margin-top: 14px;
}

.page-page .block-page-post-term,
.page-page .block-page-post-place {
    font-family: var(--hiragino-w6-txt);
    font-weight: bold;
    font-size: 14px;
}

.page-page .block-page-post-term {
    margin-right: 87px;
}

.page-page .block-page-post-date {
    color: #B7B7B7;
    margin-top: 53px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--ja-txt);
}

.page-post-date-contents::before {
    content: '|';
    margin-left: 15px;
    margin-right: 15px;
}

.block-page-block--contents-body-text-1column,
.block-page-block--contents-body-text-1column *,
.block-page-block--contents-text,
.block-page-block--contents-text * {
    font-size: 16px;
}

.block-page-block--frame {
    margin-bottom: 38px;
}

.block-page-block .block-goods-detail-tag-list,
.block-page-block #block_top_sns {
    display: none;
}

.page-page .pane-contents>.container>.pane-right-menu .block-page-block--frame:first-of-type {
    margin-top: 118px;
}

.block-page-block--contents.block-page-block--contents-img {
    /* display: flex;*/
    justify-content: space-between;
}

.block-page-block--contents-body-img-1column {
    width: 100%;
    text-align: center;
}

.block-page-block--contents-body-img-2column {
    width: 380px;
}

.block-page-block--contents.block-page-block--contents-img img {
    max-width: 100%;
}

.block-page-block--contents-goodslist {
    width: 957px;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

.pane-main .block-page-block--contents-goodslist {
    width: 100%;
    display: flex;
    justify-content: center;
}

.block-page-block--contents-goodslist dl {
    width: 228px;
    margin: 0;
    margin-right: 15px;
    padding: 0;
    text-align: center;
}

/*.pane-main .block-page-block--contents-goodslist dl {margin-right: 57px;}*/
.block-page-block--contents-goodslist dl:nth-of-type(4n),
.pane-main .block-page-block--contents-goodslist dl:nth-of-type(3n) {
    margin-right: 0;
}

.pane-main .block-page-block--contents-goodslist dl:nth-of-type(4n) {
    margin-right: 57px;
}

.block-page-block--contents-goodslist dl:nth-of-type(n+5),
.pane-main .block-page-block--contents-goodslist dl:nth-of-type(n+4) {
    margin-top: 56px;
}

.block-page-block--contents-goodslist dl:only-child {
    margin-left: auto;
    margin-right: auto;
}

.block-page-block--contents-goodslist a {
    color: #000;
    text-decoration: underline;
}

.block-page-block--goods-image {
    position: relative;
}

.block-page-block--goods-image figure {
    width: 228px;
    height: 273px;
    background: none;
}

.block-page-block--goods-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-page-block--goods-image .brand-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3px 6px;
    line-height: 1;
    color: #fff;
}

.block-page-block--goods-image .brand-icon-MEN {
    background: #336699;
}

.block-page-block--goods-image .brand-icon-WOMEN {
    background: #CB3333;
}

.block-page-block--goods-image .brand-icon-KIDS {
    background: #913399;
}

.block-page-block--goods-image .brand-icon-UNISEX {
    background: #CBA833;
}

li dl.block-variation-color,
dl dl.block-variation-color {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 14px;
    font-size: 10px;
    width: 100%;
    margin-top: 8px;
    margin-right: 0 !important;
}

li .block-variation-color dt,
dl dl.block-variation-color dt {
    width: 50px;
    min-width: 50px;
    margin-right: 4px;
    color: #8D8D8D;
    text-align: center;
}

li .block-variation-color dt>span,
dl .block-variation-color dt>span {
    display: block;
    background: #fff;
}

.block-page-block--goods-description .block-variation-color dt>span {
    font-weight: 700;
}

li .block-variation-color dd,
dl .block-variation-color dd {
    display: flex;
    flex-wrap: wrap;
}

li .block-variation-color dd>img,
dl .block-variation-color dd>img {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
}

li .block-variation-color dd>img:nth-of-type(n+9),
dl .block-variation-color dd>img:nth-of-type(n+9) {
    margin-top: 0.5em;
}

.block-color-size-with-cart--item-list .block-variation-color dd>img:nth-of-type(n+9) {
    margin-top: 0;
}

.block-color-size-with-cart--item-list .block-variation-color dd>img:nth-of-type(n+22) {
    margin-top: 0.5em;
}

.block-page-block--goods-description {
    margin-top: 15px;
    font-family: var(--main-txt);
}

.block-page-block--goods-name {
    line-height: 1.4;
    text-decoration: none;
}

.block-page-block--goods-name a {
    text-decoration: none;
}

.pane-contents .block-page-block--goods-name a {
    font-family: var(--hiragino-w6-txt);
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
}

.block-page-block--goods-category {
    margin-top: 8px;
    color: #8D8D8D;
    font-weight: 700;
}

.block-page-block--goods-description .variation-name {
    display: none;
}

.block-page-block--goods--price-infos {
    margin-top: 7px;
    line-height: 1.4;
}

.block-page-block--goods--price-infos .price {
    color: #3C3C3C;
    text-align: center;
    font-weight: bold;
}

.apply-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.apply-img-wrapper>*:first-of-type {
    margin-right: 45px;
}

.apply-img-wrapper a {
    display: block;
}

.apply-img-wrapper img.apple-logo-img {
    height: 71px !important;
}

.apply-img-wrapper img.google-logo-img {
    height: 92px !important;
}

/* ----ジャンル画面---- */
.page-genre .block-genre-page--header {
    text-align: center;
    font-size: 30px;
    line-height: 1;
    margin-top: 60px;
}

.page-genre .block-topic-path {
    margin-top: 60px;
    margin-bottom: 56px;
}

.block-genre-style {
    display: none;
    /* display: flex;*/
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px 10px;
    background: #eee;
}

.block-genre-style .block-genre-style--item {
    display: flex;
    flex-direction: column;
    width: 200px;
    flex-basis: 200px;
    margin: 0 20px 20px 0;
}

.block-genre-style .block-genre-style--item .block-genre-style--item-name {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.block-genre-style .block-genre-style--item .block-genre-style--item-name a::before {
    content: "＞ ";
}

/* ----ブランド画面---- */
.block-brand-list {
    margin: 40px 0 60px;
}

.block-brand-list .block-topic-path {
    margin-bottom: 40px;
}

.block-brand-list--items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.block-brand-list--item {
    flex-grow: 1;
    flex-basis: 390px;
    max-width: 390px;
    margin: 0 0 60px 15px;
}

.block-brand-list--item:nth-of-type(3n+1) {
    margin-left: 0;
}

.block-brand-list--item-img {
    width: 390px;
    height: 240px;
}

.block-brand-list--item-name,
.block-brand-list--item-comment {
    border: 0;
}

.block-brand-list--item-name {
    padding: 16px 0 12px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
}

.block-brand-list--item-comment {
    border: 0;
    padding: 0;
}

.block-brand-list--item-btn {
    display: block;
    text-align: center;
    width: 240px;
    height: auto;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
    margin: 16px auto 0;
    padding: 15px 10px;
    border: 1px solid #111;
    background: #fff;
}

.block-brand-detail--image {
    margin-top: 40px;
}

.block-brand-detail--description {
    margin-bottom: 30px;
}

/* ----トピック画面---- */
.block-topic-details--items {
    margin: 0 0 36px;
}

.block-topic-details--items li {
    padding: 12px 0;
    border: 0;
}

.block-topic-details--items dt {
    margin-right: 30px;
}

.block-topic-details--items dd+dd {
    margin-left: 8px;
}

/* ----クイックオーダー---- */
.block-quick-order--price-comment {
    font-size: 12px;
    font-weight: bold;
    color: #d53115;
}

.block-quick-order--price {
    font-weight: 500;
    color: #c30;
}

.block-quick-order--default-price {
    font-weight: normal;
}

/* ----購入フロー---- */
.block-cart-recent-item--header {
    font-size: 24px;
    padding: 12px 0;
    text-align: left;
    border-top: 0;
}

.block-cart--goods-list-item-price-info {
    width: 120px;
}

.block-cart--goods-list-item-price-info .price::after {
    font-size: 12px;
}

.block-cart--amazonpay {
    border-top: 0;
}

.block-order-method h2,
.block-order-estimate h2 {
    margin: 0 0 24px;
    padding: 12px 0;
    font-size: 24px;
    font-weight: 500;
    color: #111;
}

.block-order-method h3,
.block-order-estimate h3 {
    padding: 4px 0;
    border: 0;
}

.block-order-method--sales-append-content .form-control input[type="text"],
.block-order-method--sales-append-content .form-control textarea,
.block-order-method--sales-append-content .form-control select {
    max-width: 570px;
}

.block-order-estimate--total-price::after {
    display: none;
}

h2.block-order-estimate--confirmation-title {
    border: 0;
    margin: 0 0 12px;
}

.block-order-estimate--uid input[type="text"] {
    max-width: 100%;
}

.block-order-estimate--dest-address-item-buttons__selected {
    background: #ffebe8;
}

.block-order-gift-select--delivery-dest-add-btn {
    vertical-align: top;
}

.block-order-gift-select--delivery-dest-goods-name figure img {
    width: 200px;
}

.block-order-gift-select--coupon-available-btn {
    vertical-align: top;
}

.block-order-gift-dest--cart-back a {
    color: #d53100;
    text-decoration: none;
}

.block-order-gift-confirmation h3 {
    margin: 0 0 12px;
}

.block-order-gift-select--delivery-dest-goods-noshi h3 {
    border: 0;
    padding: 0;
    margin: 0;
}

.block-order-complete--orderinfo,
.block-order-complete--customerentry-wrapper {
    padding: 0;
    border: 0;
}

.block-order-complete--message {
    margin: 0 0 30px;
}

.block-order-complete--message p {
    text-align: center;
}

.block-order-complete--orderid {
    margin: 0 0 30px;
    border: 0;
}

.block-order-complete--orderid th {
    display: block;
    width: 100%;
    margin: 0 0 4px;
    padding: 0;
    font-weight: normal;
    color: #808080;
    text-align: center;
    background: none;
}

.block-order-complete--orderid td {
    display: block;
    width: 100%;
    padding: 0;
    font-weight: normal;
    text-align: center;
    background: none;
}

.block-order-complete--orderid th,
.block-order-complete--orderid td {
    border: 0;
}

.block-order-complete--orderid td a {
    text-decoration: underline;
}

.block-order-regular-add-confirm h2 {
    border: 0;
}

.block-order-regular-add-confirm h3 {
    padding: 0;
    border: 0;
}

.block-order-regular-add-confirm--total-price.price::after {
    display: none;
}

.block-order-regular-add-complete--regular-sales-info {
    padding: 0;
    border: 0;
}

.block-order-regular-add-complete--message {
    margin: 0 0 30px;
}

.block-order-regular-add-complete--message p {
    text-align: center;
}

.block-order-regular-add-complete--regular-sales {
    margin: 0 0 30px;
    border: 0;
}

.block-order-regular-add-complete--regular-sales th {
    display: block;
    width: 100%;
    margin: 0 0 4px;
    padding: 0;
    border: 0;
    font-weight: normal;
    color: #808080;
    text-align: center;
    background: none;
}

.block-order-regular-add-complete--regular-sales td {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    font-weight: normal;
    text-align: center;
    background: none;
}

.block-order-regular-add-complete--regular-sales th,
.block-order-regular-add-complete--regular-sales td {
    border: 0;
}

.block-order-regular-add-complete--regular-sales td a {
    text-decoration: underline;
}

/* ----マイページ---- */
.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info,
.block-mypage--linesync-info {
    margin: 0 0 24px;
    padding: 12px 8px;
    font-size: 24px;
    background: none;
}

.block-mypage--withdrawal {
    color: #081f2c;
}

.block-favorite--bookmark-list {
    margin: 0 0 24px;
}

.block-additional-authentication--reissue {
    vertical-align: top;
}

/* ----商品一覧---- */
#block-filter-result,
.block-filter-result {
    display: flex;
    margin-bottom: 32px;
}

#block-relatedkeyword-result,
.block-relatedkeyword-result {
    display: flex;
    margin-bottom: 32px;
}

.block-goods-list--items-wrap {
    display: flex;
    width: 100%;
    margin-bottom: 60px;
}

.block-goods-list--sort-order-items {
    margin-top: 0;
    margin-bottom: 0;
}

dl.block-goods-list--display-style-items,
dl.block-goods-list--sort-order-items {
    display: none;
}

.block-goods-list--items-wrap dl.block-goods-list--sort-order-items {
    display: flex;
    margin: 0;
    font-size: 14px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items+dl.block-goods-list--sort-order-items {
    margin-left: 40px;
}

.block-goods-list--sort-order-items {
    display: flex;
}

.block-goods-list--sort-order-items-list {
    position: relative;
}

.block-goods-list--sort-order-items-list+.block-goods-list--sort-order-items-list {
    margin-left: 50px;
}

.block-goods-list--sort-order-items-list .pane-block--subtitle {
    display: none;
}

.block-goods-list--sort-order-items-list>ul {
    min-width: 75px;
    height: 19px;
    cursor: pointer;
    background-color: white;
    box-shadow: 0 2px 0 white;
    border-radius: 2px;
}

.block-goods-list--sort-order-items-list .select_close {
    display: none;
}

.block-goods-list--sort-order-items-list .select_expand {
    position: absolute;
    top: 4px;
    right: 0;
    width: 26px;
    appearance: none;
    -webkit-appearance: none;
    /*Google Chrome/Safari対応*/
    -moz-appearance: none;
    /*Firefox対応*/
    -o-appearance: none;
    /*Opera対応*/
}

.block-goods-list--sort-order-items-list .select_expand::after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    transform: rotate(90deg);
    pointer-events: none;
    z-index: 2;
    transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
    margin-left: 20px;
    background-image: url(../../img/usr/common/arrow_12x21.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.block-goods-list--sort-order-items-list .select_expand:checked::after {
    transform: rotate(270deg);
}

.block-goods-list--sort-order-items-list .select_expandLabel {
    display: block;
    width: 100%;
    height: 29px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.search-fallback {
    margin: 20px 0;
    padding: 24px;
    background-color: #F7F7F7;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.search-fallback__message {
    text-align: left;
    color: #495057;
}

.search-fallback__text {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #6c757d;
}

.search-fallback__text:first-child {
    margin-top: 0;
    font-weight: 500;
    color: #343a40;
}

.search-fallback__text:last-child {
    margin-bottom: 0;
    color: #495057;
    font-weight: 500;
}

.search-fallback__text span {
    font-weight: 600;
    color: #212529;
}

.search-fallback-strikethrough {
    text-decoration: line-through;
    color: #868e96;
    opacity: 0.8;
}

.block-goods-list--sort-order-items-list .select_close {
    display: none;
}

.block-goods-list--sort-order-items-list .select_closeLabel {
    width: 100%;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.block-goods-list--sort-order-items-list .select_items {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    padding-top: 29px;
    z-index: 1;
}

.block-goods-list--sort-order-items-list .select_items .select_options {
    min-width: 174px;
    background: #F0F0F0;
}

.block-goods-list--sort-order-items-list .select_items .select_options li input {
    display: none;
}

.block-goods-list--sort-order-items-list .select_items .select_options li label {
    transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
    display: block;
    height: 0;
    font-size: inherit;
    line-height: 36px;
    overflow: hidden;
    cursor: pointer;
    padding-left: 15px;
}

.block-goods-list--sort-order-items-list .select_label-placeholder {
    height: 19px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    background-color: transparent;
}

.block-goods-list--sort-order-items-list .select_expand:checked+.select_closeLabel {
    display: block;
}

.block-goods-list--sort-order-items-list .select_expand:checked+.select_closeLabel+.select_options li label {
    width: 100%;
    height: 36px;
}

.block-goods-list--sort-order-items-list .select_expand:checked+.select_closeLabel+.select_options li label:hover {
    background-color: #f7f7f7;
}

.block-goods-list--sort-order-items-list .select_expand:checked+.select_closeLabel+.select_options+.select_expandLabel {
    display: none;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items>dt,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items>dt {
    display: block;
    font-weight: normal;
    white-space: nowrap;
    margin-right: 4px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items>dd,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items>dd {
    display: block;
    margin: 0;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list {
    display: flex;
    flex-wrap: wrap;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list>li,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list>li {
    margin-right: 20px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list>li a,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list>li a {
    position: relative;
    display: block;
    padding-left: 21px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list>li.active,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list>li.active {
    position: relative;
    padding-left: 21px;
    color: #081f2c;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list>li.active::before,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list>li.active::before {
    position: absolute;
    top: calc(50% - 8.5px);
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #bbb;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    content: "";
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list>li.active::after,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list>li.active::after {
    position: absolute;
    top: calc(50% - 4.5px);
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #444;
    z-index: 2;
    content: "";
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list>li a::before,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list>li a::before {
    position: absolute;
    top: calc(50% - 8.5px);
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #bbb;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    content: "";
}

.block-top-event .block-ranking-r .block-ranking-r--items {
    width: 1264px;
    padding-left: 32px;
    margin: 0 auto 40px;
}

.block-top-event .block-ranking-r .block-ranking-r--items .bx-wrapper {
    margin: 0 0 40px;
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
}

.block-ranking-r .block-ranking-r--items li {
    width: 100%;
}

.block-ranking-r .block-ranking-r--items .bx-wrapper .bx-viewport {
    min-height: 360px;
}

.block-ranking-r .block-ranking-r--items .bx-wrapper .bx-prev {
    position: absolute;
    top: 0;
    left: -32px;
    width: 32px;
    height: 100%;
    margin: 0;
    background: none;
    font-size: 0;
}

.block-ranking-r .block-ranking-r--items .bx-wrapper .bx-prev::before {
    position: absolute;
    top: calc(50% - 7px);
    left: 13px;
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg);
    content: "";
}

.block-ranking-r .block-ranking-r--items .bx-wrapper .bx-next {
    position: absolute;
    top: 0;
    right: -32px;
    width: 32px;
    height: 100%;
    margin: 0;
    background: none;
    font-size: 0;
}

.block-ranking-r .block-ranking-r--items .bx-wrapper .bx-next::before {
    position: absolute;
    top: calc(50% - 7px);
    right: 13px;
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    content: "";
}

.block-ranking-r .block-ranking-r--items li dl {
    width: 276px;
    flex-basis: 276px;
    margin: 0 32px 32px 0;
    padding: 0;
}

.block-ranking-r .block-ranking-r--items li dl:nth-of-type(3n) {
    margin-right: 0;
}

.page-top .block-ranking-r .block-ranking-r--items li dl {
    margin: 0 32px 0 0;
    padding: 0;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image figure {
    width: 276px;
    height: 276px;
    background: none;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank {
    top: 8px;
    left: 8px;
    border: 1px solid #111;
    color: #111;
    background: #fff;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1,
.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2,
.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3 {
    color: #fff;
    background: #111;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description {
    margin-top: 25px;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description a {
    text-decoration: none;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description .block-ranking-r--goods-name {
    font-size: 14px;
    line-height: 1.7;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description .block-icon {
    display: none;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description .block-ranking-r--price-infos {
    margin-top: 11px;
    font-size: 15px;
    line-height: 1.6;
}

.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
    text-align: left;
}

.block-ranking-r--goods .price {
    color: #081f2c;
}

.block-ranking-r--goods .block-ranking-r--scomment {
    font-size: 11px;
    font-weight: bold;
    color: #d53115;
}

.block-ranking-r--goods .block-ranking-r--scomment+.block-ranking-r--price-items .price {
    color: #d53115;
}

.block-ranking-r--goods .block-ranking-r--scomment+.block-ranking-r--price-items .price+.default-price {
    font-size: 11px;
    font-weight: normal;
}

.block-top-event ul.block-thumbnail-t .bx-wrapper {
    margin: 0 0 40px;
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
}

.block-top-event ul.block-thumbnail-t .bx-wrapper .bx-viewport {
    min-height: 360px;
}

.block-top-event ul.block-thumbnail-t .bx-wrapper .bx-prev {
    position: absolute;
    top: 0;
    left: -32px;
    width: 32px;
    height: 100%;
    margin: 0;
    background: none;
    font-size: 0;
}

.block-top-event ul.block-thumbnail-t .bx-wrapper .bx-prev::before {
    position: absolute;
    top: calc(50% - 7px);
    left: 13px;
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg);
    content: "";
}

.block-top-event ul.block-thumbnail-t .bx-wrapper .bx-next {
    position: absolute;
    top: 0;
    right: -32px;
    width: 32px;
    height: 100%;
    margin: 0;
    background: none;
    font-size: 0;
}

.block-top-event ul.block-thumbnail-t .bx-wrapper .bx-next::before {
    position: absolute;
    top: calc(50% - 7px);
    right: 13px;
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    content: "";
}

.block-store-detail-new-arrival-goods-list--items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.block-thumbnail-t li {
    width: 100%;
    margin-bottom: 0;
}

.block-category-list ul.block-thumbnail-t li,
.block-genre-page ul.block-thumbnail-t li,
.block-event-page--goods ul.block-thumbnail-t li,
.block-search-goods ul.block-thumbnail-t li {
    justify-content: space-between;
}

.block-category-list ul.block-thumbnail-t li::before,
.block-genre-page ul.block-thumbnail-t li::before,
.block-event-page--goods ul.block-thumbnail-t li::before,
.block-search-goods ul.block-thumbnail-t li::before {
    content: '';
    display: block;
    width: 228px;
    height: 0;
    order: 1;
}

.block-category-list ul.block-thumbnail-t li::after,
.block-genre-page ul.block-thumbnail-t li::after,
.block-event-page--goods ul.block-thumbnail-t li::after,
.block-search-goods ul.block-thumbnail-t li::after {
    content: '';
    display: block;
    width: 228px;
    height: 0;
}

ul.block-thumbnail-t li dl,
.block-store-detail-new-arrival-goods-list--items>li {
    width: 228px;
    margin: 0;
    margin-right: calc(calc(100% - 1140px)/4);
    padding: 0;
    text-align: center;
    transition: .3s all;
}

ul.block-thumbnail-t li dl:hover {
    opacity: .6;
    text-decoration: none;
}

.block-store-detail-new-arrival-goods-list--items>li a:hover {
    text-decoration: none;
}

ul.block-thumbnail-t li dl:hover img {
    opacity: 1;
}

.block-category-list ul.block-thumbnail-t li dl,
.block-genre-page ul.block-thumbnail-t li dl {
    margin-right: 0;
}

.block-goodschange-list ul.block-thumbnail-t li dl,
.block-goodschange-list ul.block-thumbnail-t li dl:nth-of-type(4n),
.block-goodsadd-list ul.block-thumbnail-t li dl,
.block-goodsadd-list ul.block-thumbnail-t li dl:nth-of-type(4n) {
    width: 200px;
    margin: 0 50px 20px 0;
}

.block-goodschange-list ul.block-thumbnail-t li dl:nth-of-type(5n),
.block-goodsadd-list ul.block-thumbnail-t li dl:nth-of-type(5n),
.block-store-detail-new-arrival-goods-list--items>li:nth-of-type(5n) {
    margin-right: 0;
}

.block-mypage .block-accessory-list--list ul.block-thumbnail-t li dl,
.block-cart .block-accessory-list--list ul.block-thumbnail-t li dl {
    margin: 0 50px 20px 0;
}

.block-event-page--goods ul.block-thumbnail-t li dl {
    margin-right: 0;
}

.block-mypage .block-accessory-list--list ul.block-thumbnail-t li dl:nth-of-type(5n),
.block-cart .block-accessory-list--list ul.block-thumbnail-t li dl:nth-of-type(5n) {
    margin-right: 0;
}

ul.block-thumbnail-t li dl:nth-of-type(5n) {
    margin-right: 0;
}

ul.block-thumbnail-t li dl:nth-of-type(n+6),
.block-store-detail-new-arrival-goods-list--items>li:nth-of-type(n+6) {
    margin-top: 56px;
}

.block-category-list ul.block-thumbnail-t li dl:nth-of-type(n+5),
.block-genre-page ul.block-thumbnail-t li dl:nth-of-type(n+5),
.block-event-page--goods ul.block-thumbnail-t li dl:nth-of-type(n+5),
.block-search-goods ul.block-thumbnail-t li dl:nth-of-type(n+5) {
    margin-top: 56px;
}

ul.block-thumbnail-t li .block-icon {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
    font-size: 10px;
    line-height: 1;
    text-align: left;
}

ul.block-thumbnail-t li .block-icon>div+div {
    text-align: right;
}

ul.block-thumbnail-t li .block-icon span {
    white-space: nowrap;
}

ul.block-thumbnail-t li .block-icon span+span {
    margin-left: 10px;
}

ul.block-thumbnail-t li .block-icon--auto-on-sales {
    color: #D91861;
}

ul.block-thumbnail-t li .block-icon--auto-reservation {
    color: #2844E0;
}

ul.block-thumbnail-t li .block-icon--auto-new {
    color: #E22727;
}

ul.block-thumbnail-t li .block-icon--auto-out-of-stock {
    color: #868686;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image,
.block-store-detail-new-arrival-goods-list--items>li .block-store-detail-event--goods-image {
    position: relative;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image figure,
.block-store-detail-new-arrival-goods-list--items>li .block-store-detail-event--goods-image figure {
    width: 228px;
    height: 273px;
    background: none;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image figure img,
.block-store-detail-new-arrival-goods-list--items>li .block-store-detail-event--goods-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image .brand-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    height: 12px;
    align-items: center;
    padding: 0 6px;
    line-height: 1;
    color: #fff;
    font-size: 9px;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image .brand-icon-MEN {
    background: #336699;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image .brand-icon-WOMEN {
    background: #CB3333;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image .brand-icon-KIDS {
    background: #913399;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image .brand-icon-UNISEX {
    background: #CBA833;
}

ul.block-thumbnail-t li .block-thumbnail-t--goods-image .block-variation-color,
.block-store-detail-new-arrival-goods-list--items>li .block-store-detail-event--goods-image .block-variation-color {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4rem;
    font-size: 10px;
    padding-left: 26px;
    padding-right: 26px;
    width: 100%;
}

ul.block-thumbnail-t li .block-thumbnail-t--goods-image .block-variation-color dt,
.block-store-detail-new-arrival-goods-list--items>li .block-store-detail-event--goods-image .block-variation-color dt {
    width: 50px;
    margin-right: 4px;
    color: #8D8D8D;
    text-align: center;
}

ul.block-thumbnail-t li .block-thumbnail-t--goods-image .block-variation-color dt>span,
.block-store-detail-new-arrival-goods-list--items>li .block-store-detail-event--goods-image .block-variation-color dt>span {
    display: block;
    background: #fff;
}

ul.block-thumbnail-t li .block-thumbnail-t--goods-image .block-variation-color dd,
.block-store-detail-new-arrival-goods-list--items>li .block-store-detail-event--goods-image .block-variation-color dd {
    width: calc(100% - 54px);
    display: flex;
    flex-wrap: wrap;
}

ul.block-thumbnail-t li .block-thumbnail-t--goods-image .block-variation-color dd>img,
.block-store-detail-new-arrival-goods-list--items>li .block-store-detail-event--goods-image .block-variation-color dd>img {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
}

ul.block-thumbnail-t li .block-thumbnail-t--goods-image .block-variation-color dd>img:nth-of-type(n+7),
.block-store-detail-new-arrival-goods-list--items>li .block-store-detail-event--goods-image .block-variation-color dd>img:nth-of-type(n+7) {
    margin-top: 0.5em;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description,
.block-store-detail-new-arrival-goods-list--items>li .block-store-detail-event--goods-description {
    margin-top: 16px;
    font-weight: 700;
}

ul.block-thumbnail-t li .variation-name,
.block-store-detail-new-arrival-goods-list--items>li .variation-name {
    display: none;
}

.page-top ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description {
    margin-top: 15px;
    font-weight: 700;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description a {
    color: inherit;
    text-decoration: none;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--goods-schedule,
.block-store-detail-new-arrival-goods-list--items>li .block-store-detail-event--goods-schedule {
    line-height: 1.4;
    font-weight: bold;
    font-family: var(--hiragino-w6-txt);
    margin-bottom: 5px;
    color: #8D8D8D;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name,
.block-store-detail-new-arrival-goods-list--items>li .block-store-detail-event--goods-name {
    line-height: 1.4;
    font-weight: bold;
    font-family: var(--hiragino-w6-txt);
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--goods-category,
.block-store-detail-new-arrival-goods-list--items>li .block-store-detail-event--goods-category {
    margin-top: 8px;
    color: #8D8D8D;
    font-weight: 700;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos,
.block-store-detail-new-arrival-goods-list--items>li .block-store-detail-event--goods--price-infos {
    margin-top: 7px;
    line-height: 1.4;
}

ul.block-thumbnail-t .price,
.block-store-detail-new-arrival-goods-list--items>li .price {
    color: #3C3C3C;
    text-align: center;
}

#block_top_sale_item .price {
    color: #D91861;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment {
    font-size: 11px;
    font-weight: bold;
    color: #d53115;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment+.block-thumbnail-t--price-items .price {
    color: #D91861;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment+.block-thumbnail-t--price-items .price+.default-price {
    display: none;
    font-size: 11px;
    font-weight: normal;
}

.block-pickup-list-p li {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}

.block-pickup-list-p li .block-pickup-list-p--item-body {
    display: block;
    width: 200px;
    margin: 0 40px 20px 0;
}

.block-pickup-list-p li .block-pickup-list-p--item-body:nth-of-type(4n) {
    margin-right: 0;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--image {
    position: static;
    width: 200px;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--image figure {
    width: 200px;
    height: 200px;
    background: none;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description {
    width: 100%;
    padding: 0;
    margin: 16px 0 0;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-icon {
    display: none;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name {
    font-size: 14px;
    line-height: 1.7;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name a {
    text-decoration: none;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos {
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.6;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-schedule {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .net-price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .default-price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .exchange-price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .block-exchange-price--rate-dt {
    text-align: left;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price {
    color: #081f2c;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .default-price {
    font-size: 11px;
    font-weight: normal;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--comment,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--add-cart {
    display: none;
}

.block-pickup-list-w li {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}

.block-pickup-list-w li .block-pickup-list-w--item-body {
    display: block;
    width: 200px;
    margin: 0 40px 20px 0;
}

.block-pickup-list-w li .block-pickup-list-w--item-body:nth-of-type(4n) {
    margin-right: 0;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--image {
    position: static;
    width: 200px;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--image figure {
    width: 200px;
    height: 200px;
    background: none;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description {
    width: 100%;
    padding: 0;
    margin: 16px 0 0;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-icon {
    display: none;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--goods-name {
    font-size: 14px;
    line-height: 1.7;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--goods-name a {
    text-decoration: none;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos {
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.6;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .price,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .net-price,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .default-price,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .exchange-price,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-exchange-price--rate-dt {
    text-align: left;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment {
    font-size: 11px;
    font-weight: bold;
    color: #d53115;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .price {
    color: #081f2c;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment+.block-pickup-list-w--price-items .price {
    color: #d53115;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment+.block-pickup-list-w--price-items .price+.default-price {
    font-size: 11px;
    font-weight: normal;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--comment,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--add-cart {
    display: none;
}

.block-goods-list-d--item-body {
    width: 100%;
}

.block-goods-list-d--image figure {
    background: none;
}

.block-goods-list-d--item-description {
    width: calc(100% - 200px);
    padding: 0 0 0 20px;
}

.block-goods-list-d--item-description .block-icon {
    display: none;
}

.block-goods-list-d--item-description .block-goods-list-d--goods-name {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 500;
}

.block-goods-list-d--item-description .block-goods-list-d--goods-name a {
    color: #081f2c;
    text-decoration: none;
}

.block-goods-list-d--item-description .block-goods-list-d--comment {
    margin: 0 0 12px;
    font-size: 11px;
    color: #808080;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details {
    width: 100%;
    margin: 12px 0 0;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--item-details-left {
    width: auto;
    margin-right: auto;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos {
    width: auto;
    padding: 2px 0;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment {
    font-size: 11px;
    font-weight: bold;
    color: #d53115;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .price {
    color: #081f2c;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment~.price {
    color: #d53115;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment~.price+.default-price {
    font-size: 11px;
    font-weight: normal;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .net-price,
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .default-price {
    text-align: left;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-title {
    display: none;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--stock-items {
    width: auto;
    padding: 2px 0;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: #081f2c;
}

.block-goods-list-d--add-cart {
    width: 200px;
    flex-basis: 200px;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn {
    width: 200px;
    padding: 12px 0;
    border-radius: 0;
    line-height: 20px;
    font-size: 13px;
}

.block-goods-list-d--add-cart .block-list-custom-order-btn {
    width: 200px;
    padding: 12px 0;
    border-radius: 0;
    line-height: 20px;
    font-size: 13px;
}

.block-goods-list-d--goods-comment {
    font-size: 11px;
    color: #808080;
}

ul.block-thumbnail-h {
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

ul.block-thumbnail-h::before {
    content: '';
    display: block;
    width: 228px;
    height: 0;
    order: 1;
}

ul.block-thumbnail-h::after {
    content: '';
    display: block;
    width: 228px;
    height: 0;
}

ul.block-thumbnail-h>li {
    width: 228px;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.block-thumbnail-h>li:nth-of-type(n+5) {
    margin-top: 16px;
}

ul.block-thumbnail-h>li .block-icon {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
    font-size: 10px;
    line-height: 1;
    text-align: left;
}

ul.block-thumbnail-h>li .block-icon>div+div {
    text-align: right;
}

ul.block-thumbnail-h>li .block-icon span {
    white-space: nowrap;
}

ul.block-thumbnail-h>li .block-icon span+span {
    margin-left: 10px;
}

ul.block-thumbnail-h>li .block-icon--auto-on-sales {
    color: #D91861;
}

ul.block-thumbnail-h>li .block-icon--auto-reservation {
    color: #2844E0;
}

ul.block-thumbnail-h>li .block-icon--auto-new {
    color: #E22727;
}

ul.block-thumbnail-h>li .block-icon--auto-out-of-stock {
    color: #868686;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-image {
    position: relative;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-image figure {
    width: 228px;
    height: 273px;
    background: none;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-image .brand-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    height: 12px;
    align-items: center;
    padding: 0 6px;
    line-height: 1;
    color: #fff;
    font-size: 9px;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-image .brand-icon-MEN {
    background: #336699;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-image .brand-icon-WOMEN {
    background: #CB3333;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-image .brand-icon-KIDS {
    background: #913399;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-image .brand-icon-UNISEX {
    background: #CBA833;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-image .block-variation-color {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4rem;
    font-size: 10px;
    padding-left: 26px;
    padding-right: 26px;
    width: 100%;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-image .block-variation-color dt {
    width: 50px;
    margin-right: 4px;
    color: #8D8D8D;
    text-align: center;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-image .block-variation-color dt>span {
    display: block;
    background: #fff;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-image .block-variation-color dd {
    width: calc(100% - 54px);
    display: flex;
    flex-wrap: wrap;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-image .block-variation-color dd>img {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-image .block-variation-color dd>img:nth-of-type(n+7) {
    margin-top: 0.5em;
}

ul.block-thumbnail-h>li.block-thumbnail-h--goods-description {
    margin-top: 16px;
}

ul.block-thumbnail-h>li .variation-name {
    display: none;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-description {
    margin-top: 15px;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-description a {
    text-decoration: none;
    color: inherit;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-description .block-thumbnail-h--goods-schedule {
    line-height: 1.4;
    font-weight: bold;
    font-family: var(--hiragino-w6-txt);
    margin-bottom: 5px;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-description .block-thumbnail-h--goods-name {
    line-height: 1.4;
    font-weight: bold;
    font-family: var(--hiragino-w6-txt);
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-description .block-thumbnail-h--goods-category {
    margin-top: 8px;
    color: #8D8D8D;
    font-weight: 700;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-description .block-thumbnail-h--price-infos {
    margin-top: 7px;
    line-height: 1.4;
}

ul.block-thumbnail-h>li .price {
    color: #3C3C3C;
    text-align: center;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-description .block-thumbnail-h--price-infos .block-thumbnail-h--scomment {
    font-size: 11px;
    font-weight: bold;
    color: #D91861;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-description .block-thumbnail-h--price-infos .block-thumbnail-h--scomment+.block-thumbnail-h--price-items .price {
    color: #D91861;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-description .block-thumbnail-h--price-infos .block-thumbnail-h--scomment+.block-thumbnail-h--price-items .price+.default-price {
    display: none;
    font-size: 11px;
    font-weight: normal;
}

ul.block-thumbnail-h>li .block-thumbnail-h--goods-description .block-variation-color dt>span {
    font-weight: 700;
}

.pane-goods-right-side ul.block-thumbnail-h {
    justify-content: flex-start;
}

.pane-goods-right-side ul.block-thumbnail-h>li {
    margin-right: 13px;
}

.pane-goods-right-side ul.block-thumbnail-h>li:nth-of-type(4n) {
    margin-right: 0;
}

.block-goods-list-l .block-goods-list-l--scomment {
    font-size: 11px;
    font-weight: bold;
    color: #d53115;
}

.block-goods-list-l .block-goods-list-l--price-items .price,
.block-goods-list-l .block-goods-list-l--price-items .net-price {
    text-align: left;
    color: #081f2c;
}

.block-goods-list-l .block-goods-list-l--price-items .default-price {
    text-align: left;
    font-size: 11px;
    font-weight: normal;
}

.block-goods-list-l .block-goods-list-l--scomment+.block-goods-list-l--price-items .price {
    color: #d53115;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description.block-pickup-list-p--scomment {
    font-size: 11px;
    font-weight: bold;
    color: #d53115;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .net-price {
    text-align: left;
    color: #081f2c;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .block-pickup-list-p--price-items .default-price {
    text-align: left;
    font-size: 11px;
    font-weight: normal;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--scomment+.block-pickup-list-p--price-items .price {
    color: #d53115;
}

.block-list-s .block-list-s--items {
    margin: 0 0 30px;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment {
    font-size: 11px;
    font-weight: bold;
    color: #d53115;
}

.block-list-s .block-list-s--price-infos .block-list-s--price-items .price,
.block-list-s .block-list-s--price-infos .block-list-s--price-items .net-price {
    text-align: left;
    color: #081f2c;
}

.block-list-s .block-list-s--price-infos .block-list-s--price-items .default-price {
    text-align: left;
    font-size: 11px;
    font-weight: normal;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment+.block-list-s--price-items .price {
    color: #d53115;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment+.block-list-s--price-items .price~.default-price {
    text-align: left;
    font-size: 11px;
    font-weight: normal;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--scomment+.block-pickup-list-p--price-items .price {
    color: #d53115;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--scomment {
    font-size: 11px;
    font-weight: bold;
    color: #d53115;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .price,
.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .net-price {
    text-align: left;
    color: #081f2c;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .default-price {
    text-align: left;
    font-size: 11px;
    font-weight: normal;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--scomment+.block-cart-i--price-items .price {
    color: #d53115;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-infos {
    margin-top: 8px;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--scomment {
    font-size: 11px;
    font-weight: bold;
    color: #d53115;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .price,
.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .net-price {
    text-align: left;
    color: #081f2c;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .default-price {
    text-align: left;
    font-size: 11px;
    font-weight: normal;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--scomment+.block-goods-detail-j--price-items .price {
    color: #d53115;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment {
    font-size: 11px;
    font-weight: bold;
    color: #d53115;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .price,
.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .net-price {
    text-align: left;
    color: #081f2c;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .default-price {
    text-align: left;
    font-size: 11px;
    font-weight: normal;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment+.block-bulk-purchase-b--price-items .price {
    color: #d53115;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment+.block-bulk-purchase-b--price-items .price~.default-price {
    text-align: left;
    font-size: 11px;
    font-weight: normal;
}

.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos {
    text-align: left;
}

.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment {
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    color: #d53115;
}

.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .price,
.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .net-price {
    text-align: left;
    color: #081f2c;
}

.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .default-price {
    text-align: left;
    font-size: 11px;
    font-weight: normal;
}

.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment+.price {
    color: #d53115;
}

.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment+.price~.default-price {
    text-align: left;
    font-size: 11px;
    font-weight: normal;
}

/* ----クイックビュー---- */
.block-quickview {
    position: absolute;
    top: 200px;
    right: 0;
    width: 100%;
    min-width: 920px;
    max-width: none;
    height: auto;
    padding: 28px;
    border: 1px solid #dedede;
    border-radius: 10px;
    box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.block-quickview-line+.block-quickview-line {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dedede;
}

.block-quickview-item {
    display: flex;
    width: 100%;
}

.block-quickview-item .block-quickview--image {
    display: block;
    width: 420px;
    margin-right: 40px;
}

.block-quickview-item .block-quickview--image figure img {
    width: 100%;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--image .block-quickview-item figure {
    width: 420px;
    height: 420px;
}

.block-quickview-item .block-quickview--description {
    width: calc(100% - 460px);
}

.block-quickview-item .block-quickview--description .block-quickview--name {
    margin: 0 0 12px;
    padding: 0 0 17px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.333;
    color: #111;
    background-image: linear-gradient(to right, #707070 0, #707070 2px, transparent 3px, transparent 4px);
    background-position: bottom left;
    background-size: 4px 1px;
    background-repeat: repeat-x;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos {
    margin: 0 0 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .default-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .exchange-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-exchange-price--rate-dt {
    text-align: left;
    font-size: 24px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .price {
    font-size: 24px;
    font-weight: 500;
    color: #081f2c;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .price::after {
    font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price {
    font-size: 18px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price::after {
    font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--scomment {
    font-size: 12px;
    font-weight: bold;
    color: #d53115;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--scomment+.block-quickview--price-items .block-quickview--price {
    color: #d53115;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--default-price {
    font-size: 14px;
    font-weight: normal;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--default-price::after {
    font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--goods-code,
.block-quickview-item .block-quickview--description .block-quickview--goods-stock {
    display: flex;
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--goods-code dt,
.block-quickview-item .block-quickview--description .block-quickview--goods-stock dt {
    width: 6.0em;
    margin-right: 1.0em;
}

.block-quickview-item .block-quickview--description .block-list-add-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    width: 100%;
    padding: 20px 0;
    border-radius: 3px;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
}

.block-quickview-item .block-quickview--description .block-list-add-cart-btn::before {
    display: inline-block;
    width: 21px;
    height: 23px;
    margin-right: 12px;
    vertical-align: top;
    background: url(../../img/usr/common/goods_cart_btn.png) center center / 100% auto no-repeat;
    content: "";
}

.block-pickup-list-p--custom-order .block-list-custom-order-btn {
    margin-top: 12px;
    width: 100%;
    padding: 20px 0;
    border-radius: 3px;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
}

/* ----ページ機能---- */
.block-pagecategory-page-list--frame {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page {
    width: calc(25% - 9px);
    margin: 0 12px 15px 0;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:nth-of-type(4n) {
    margin-right: 0;
}

/* ----商品詳細画面---- */
.pane-goods-left-side .block-src-l {
    order: 20;
}

.block-goods-detail--color-variation-goods-image .block-goods-detail--color-variation-goods-thumbnail-form {
    order: 10;
}

.block-goods-detail--color-variation-goods-image .bx-wrapper {
    display: none;
    width: 520px;
    margin-left: auto;
    order: 20;
}

.block-goods-detail--color-variation-goods-image .bx-wrapper .bx-viewport {
    width: 100%;
}

.block-goods-detail--color-variation-goods-image .bx-wrapper .bx-viewport .js-goods-detail-goods-slider {
    width: 100%;
}

.block-goods-detail--color-variation-goods-image .bx-wrapper .bx-viewport .js-goods-detail-goods-slider .block-goods-detail-line-item {
    width: 100%;
}

.block-goods-detail--color-variation-goods-image .bx-wrapper .bx-viewport .js-goods-detail-goods-slider .block-goods-detail-line-item img {
    vertical-align: top;
}

.pane-goods-left-side .block-goods-gallery {
    order: 10;
}

.pane-goods-left-side .block-goods-detail--color-variation-goods-thumbnail-form {
    margin-top: 32px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #E6E6E6;
}

.pane-goods-left-side .block-goods-gallery-image-title {
    width: 100%;
    min-width: 100%;
    height: auto;
    margin-top: 32px;
    margin-bottom: 19px;
    line-height: 1;
    font-weight: 500;
}

.pane-goods-left-side .block-goods-gallery ul {
    display: flex;
    flex-wrap: wrap;
}

.pane-goods-left-side .block-goods-gallery li {
    display: block;
    width: 75px;
    height: 75px;
    margin-right: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}

.pane-goods-left-side .block-goods-gallery li>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pane-goods-left-side .block-goods-gallery li:not([data-list-image="image"]) {
    display: none;
}

.pane-goods-left-side .block-goods-gallery li[data-list-image="image"].no-margin {
    margin-right: 0;
}

.pane-goods-left-side .block-goods-gallery li a {
    cursor: auto;
}

.pane-goods-left-side .block-goods-gallery li figure {
    width: 100%;
    height: 90px;
}

.pane-goods-left-side .block-goods-gallery li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pane-goods-left-side .block-goods-gallery li .block-goods-detail--color-variation-goods-color-name {
    display: none;
}

.pane-goods-left-side .block-color-variation-slider-thumb .block-variation.block-color,
.pane-goods-left-side .block-color-variation-slider-thumb .block-color-size-with-cart--size-item-term,
.pane-goods-left-side .block-color-variation-slider-thumb button,
.pane-goods-left-side .block-color-variation-slider-thumb .block-variation-contact,
.pane-goods-left-side .block-color-variation-slider-thumb .block-variation-favorite {
    display: none;
}

.pane-goods-left-side .block-color-variation-slider-thumb .block-color-size-with-cart {
    margin-top: 0;
}

.pane-goods-left-side .block-color-variation-slider-thumb .slick-list {
    margin-bottom: 34px;
}

.pane-goods-left-side .block-color-variation-slider-thumb .block-color-size-with-cart--color-line {
    padding: 0;
}

.pane-goods-left-side .block-color-variation-slider-thumb .block-color-size-with-cart--color-item-term {
    width: 100%;
    height: 724px;
    margin-right: 0;
    border: 0 none;
}

.pane-goods-left-side .block-color-variation-slider-thumb .block-color-size-with-cart--color-item-term figure {
    width: 100%;
    height: 100%;
}

.pane-goods-left-side .block-color-variation-slider-thumb .block-color-size-with-cart--color-item-term figure img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
}

.pane-goods-left-side .block-color-variation-slider-thumb .slide-arrow {
    position: absolute;
    top: 340px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 1;
    z-index: 100000000;
}

.pane-goods-left-side .block-color-variation-slider-thumb .slide-arrow.prev-arrow {
    left: 0;
}

.pane-goods-left-side .block-color-variation-slider-thumb .slide-arrow.next-arrow {
    right: 0;
}

.pane-goods-left-side .block-color-variation-slider-thumb .block-color-size-with-cart .block-variation-no-stock {
    display: none;
}

.pane-goods-left-side .block-color-variation-slider-thumb .block-variation-color {
    display: flex;
    margin-bottom: 12px;
}

.pane-goods-left-side .block-color-variation-slider-thumb .block-variation-color dt {
    width: 86px;
    line-height: 1;
    font-weight: 500;
}

.pane-goods-left-side .block-color-variation-slider-thumb .block-variation-color dd {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 86px);
}

.pane-goods-left-side .block-color-variation-slider-thumb .block-variation-color dd img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.pane-goods-left-side .block-color-variation-slider-thumb .slick-dots {
    display: flex;
    flex-wrap: wrap;
}

.pane-goods-left-side .block-color-variation-slider-thumb .slick-dots li {
    width: 75px;
    /* height: 135px;*/
    margin-right: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}

.pane-goods-left-side .block-color-variation-slider-thumb .slick-dots li:nth-of-type(6n) {
    margin-right: 0;
}

.pane-goods-left-side .block-color-variation-slider-thumb .slick-dots li:nth-of-type(n+7) {
    margin-top: 10px;
}

.pane-goods-left-side .block-color-variation-slider-thumb .slick-dots li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pane-goods-left-side .block-color-variation-slider-thumb .slick-dots .slick-blcok-color::after {
    display: block;
    content: attr(data-color);
    font-size: 10px;
}

.goods-detail-blog-title,
h3.goods-detail-blog-title {
    display: flex;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 0 none;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    font-family: var(--ja-txt);
}

.goods-detail-blog-title.blog-icon::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 18px;
    margin-left: 65px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../img/usr/common/ico_goods_detail_blog.png);
}

.goods-detail-blog-title>span::after {
    content: attr(data-blog-sub-title);
    display: block;
    margin-top: 1em;
    font-size: 10px;
    font-weight: 400;
}

.block-goods-detail-shop-blog {
    margin-top: 60px;
}

#block_goods_detail_styling .ecbn-selection-page-tabs-area,
.block-shop-blog .ecbn-selection-page-tabs-area {
    display: none;
}

#block_goods_detail_styling .ecbn-selection-page-wrapper .ecbn-selection-snap {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 80px) !important;
    margin-left: 40px;
    margin-right: 40px;
}

#block_goods_detail_styling .vsm-tile-goods .ecbn-selection-page-wrapper li.ecbn-selection-item {
    position: static !important;
    width: 228px !important;
    padding: 0;
}

#block_goods_detail_styling .vsm-tile-goods .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-of-type(n+3) {
    margin-top: 21px;
}

#block_goods_detail_styling .vsm-tile-goods .ecbn-selection-page-wrapper li.ecbn-selection-item:after {
    content: '';
    display: block;
    clear: both;
}

#block_goods_detail_styling .vsm-tile-goods .ecbn-selection-page-wrapper li.ecbn-selection-item>div>a {
    width: 100%;
    height: 274px;
    margin-bottom: 19px;
}

#block_goods_detail_styling .vsm-tile-goods .ecbn-selection-page-wrapper .ecbn-selection-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#block_goods_detail_styling .ecbn-selection-item .ecbn-selection-detail--free-comment .ecbn-selection-free-comment {
    font-size: 12px;
    font-weight: 700;
}

#block_goods_detail_styling .vsm-tile-goods .ecbn-selection-item .ecbn-selection-detail--free-comment.ecbn-selection-detail--free-comment2 {
    float: left;
    width: auto;
}

#block_goods_detail_styling .vsm-tile-goods .ecbn-selection-item .ecbn-selection-detail--free-comment.ecbn-selection-detail--free-comment3 {
    float: right;
    width: auto;
}

#block_goods_detail_styling div.ecbn-selection-page-wrapper .ecbn-selection-to-nextpage>a.ecbn-selection-to-nextpage-btn {
    margin-top: 38px;
}

.block-goods-detail-blog-box .block-blog-style-column1-in-2 li {
    width: 100%;
}

.block-goods-detail-blog-box .block-blog-style-column1-in-2 li:nth-of-type(n+2) {
    margin-top: 15px;
    display: none;
}

#block_goods_detail_blog .block-top-more-link {
    cursor: pointer;
}

#block_goods_detail_blog .block-top-more-link a {
    pointer-events: none;
}

.block-goods-detail-blog-box .block-blog-style-column1-in-2 li a {
    padding-bottom: 15px;
}

.block-goods-detail-blog-box .block-blog-style-column1-in-2 .title {
    font-weight: bold;
}

.block-goods-detail-blog-box .block-blog-style-column1-in-2 .inner-bottom {
    font-size: 12px;
    font-weight: 700;
}

.block-goods-detail-blog-box .block-blog-style-column1-in-2 .block-blog-style-column1-right {
    height: 170px;
}

.block-goods-detail-blog-box .block-blog-style-column1-in-2 .block-blog-style-column1-right figure {
    width: 100%;
    height: 100%;
}

.block-goods-detail-blog-box .block-blog-style-column1-in-2 .block-blog-style-column1-right figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-goods-detail-blog-box .block-top-more-link {
    margin-top: 38px;
}

.block-goods-detail-blog-box .block-top-more-link a {
    min-width: 200px;
}

.block-goods-category {
    margin-bottom: 15px;
}

.block-goods-category {
    font-size: 16px;
}

.block-goods-category--text::after {
    content: attr(data-category2);
    display: block;
    font-size: 10px;
    margin-top: 5px;
}

.block-goods-category--text span {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.block-goods-category--text span::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../../img/usr/common/goods_category_sp.png);
    background-size: contain;
    margin-left: 9px;
}

.block-icon {
    font-size: 0;
}

.pane-goods-right-side .block-icon {
    display: none;
}

.block-icon>span {
    margin-right: 8px;
}

.block-icon>span:last-of-type {
    margin-right: 0;
}

.block-icon img {
    display: inline;
    width: auto;
    height: 20px;
}

.page-goods .block-icon {
    margin: 0 0 15px;
}

.block-goods-name {
    margin: 0;
    margin-bottom: 20px;
}

.block-goods-name h1 {
    margin-bottom: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.35;
    font-family: var(--ja-txt);
    font-weight: 700;
}

.block-goods-name h1::after {
    content: attr(data-goods-name2);
    display: block;
    font-size: 12px;
    margin-top: 7px;
    font-weight: 400;
}

.block-goods-comment {
    margin: 0 0 12px;
    font-size: 14px;
}

.block-goods-price {
    margin: 0 0 1px;
}

.block-goods-price--price {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: .02em;
}

.block-goods-price-box {
    display: flex;
    align-items: center;
}

.block-goods-price .price::after,
.block-goods-price .default-price::after {
    font-size: 14px;
    margin-left: 1em;
}

.block-goods-price .price::after {
    content: "[税込]";
    font-weight: normal;
}

.block-goods-price .default-price {
    margin-right: 18px;
    text-decoration-color: #D91861;
}

.sale-default-price {
    text-decoration: line-through;
    color: #C73262;
    margin-right: 15px;
}

.sale-default-price span {
    font-size: 16px;
    color: #3C3C3C;
}

.block-goods-price .block-goods-price--on-sales-comment {
    font-size: 12px;
    font-weight: bold;
    color: #D91861;
}

.block-goods-price .block-goods-price--on-sales-comment~.block-goods-price--price {
    color: #D91861;
}

.block-goods-price .block-goods-price--on-sales-comment+.block-goods-price--price+.block-goods-price--default-price {
    font-size: 14px;
    font-weight: normal;
    color: #111;
}

.block-goods-price--net::after {
    font-size: 11px;
    content: "（税抜）";
}

.block-goods-price--regular-repeat-price::after {
    font-size: 11px;
    content: "（税込）";
}

.block-goods-price--regular-repeat-net::after {
    font-size: 11px;
    content: "（税抜）";
}

.block-goods-point {
    padding-left: 132px;
    font-size: 10px;
}

.block-variation--item-dropdown {
    margin-top: 12px;
    border: 1px solid #111;
    border-radius: 4px;
}

.block-variation--item-list {
    margin-bottom: 8px;
}

.block-variation--name.block-color--name,
.block-variation--name.block-size--name {
    margin: 16px 0 4px;
    padding: 16px 0 0;
    border: 0;
    border-top: 1px dashed #707070;
    font-size: 14px;
    font-weight: bold;
}

.block-variation--item {
    vertical-align: top;
    margin-right: 4px;
}

.block-color--item dt,
.block-size--item dt {
    width: 56px;
    height: 56px;
    border: 2px solid #dedede;
}

.block-variation--item.size-disable-stock dt {
    border: 2px dashed #dedede;
}

.block-variation--item.color-disable-stock dt {
    border: 2px dashed #dedede;
}

.block-variation--item.active dt {
    border: 2px solid #d53100;
}

.block-color--item-term figure,
.block-size--item-term figure {
    width: 52px;
    height: 52px;
}

.block-color--item-term img,
.block-size--item-term img {
    max-width: 52px;
    max-height: 52px;
}

.block-size--item-term span {
    width: 52px;
    height: 52px;
    padding: 2px;
    font-size: 13px;
}

.block-color-with-cart,
.block-size-with-cart,
.block-color-size-with-cart {
    margin-top: 24px;
}

.block-color-with-cart--item,
.block-size-with-cart--item,
.block-color-size-with-cart--color-line {
    padding: 4px 0;
}

.block-color-with-cart--item-term,
.block-size-with-cart--item-term,
.block-color-size-with-cart--color-item-term,
.block-color-size-with-cart--size-item-term {
    width: 64px;
    height: 64px;
    margin-right: 8px;
    border: 2px solid #dedede;
    flex-shrink: 0;
}

.block-color-size-with-cart--color-item-term {
    margin-right: 4px;
}

.block-color-size-with-cart--nocolor {
    width: 64px;
    height: 64px;
    margin-right: 4px;
    flex-shrink: 0;
}

.block-color-with-cart--item-term figure,
.block-color-size-with-cart--color-item-term figure {
    width: 60px;
    height: 60px;
}

.block-color-with-cart--item-term img,
.block-color-size-with-cart--color-item-term img {
    max-width: 60px;
    max-height: 60px;
}

.block-size-with-cart--item-term span,
.block-color-size-with-cart--size-item-term span {
    width: 60px;
    height: 60px;
    font-size: 13px;
}

.block-variation-add-cart {
    width: 100%;
    margin-right: 8px;
}

.block-variation-add-cart--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    font-size: 17px;
}

.block-variation-box .block-variation-add-cart--btn {
    font-size: 14px;
    color: #fff;
    background: #432417;
    transition: .3s all;
}

.block-variation-box .block-variation-add-cart--btn::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../img/usr/common/ico_variation_cart.png);
}

.block-variation-box .block-variation-add-cart--btn:hover {
    background: #fff;
    border: 1px solid #432417;
    color: #432417;
}

.block-variation-box .block-variation-add-cart--btn:hover::before {
    background-image: url(../../img/usr/common/ico_variation_cart_hover.png);
}

.block-variation-no-stock,
.block-variation-outside-sales-period,
.block-goods-variation-arrival-notice {
    width: 100%;
    margin-right: 8px;
}

.block-variation-no-stock .block-variation-no-stock--message,
.block-variation-outside-sales-period--message {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    border: 0;
    padding: 4px 10px;
    font-size: 17px;
    color: #808080;
    background: #f5f5f5;
}

.block-goods-variation-arrival-notice .block-goods-variation-arrival-notice--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    border: 0;
    font-size: 17px;
    color: #fff;
    background: #73c3d6;
}

.block-variation-favorite {
    flex-shrink: 0;
}

.block-variation-favorite--btn {
    width: 64px;
    height: 64px;
    padding: 0;
    border: 1px solid #d53100;
    background: url(../../img/usr/common/goods_bookmark_btn.png) center center / 21px auto no-repeat;
}

.block-variation-favorite-registed--btn {
    width: 64px;
    height: 64px;
    padding: 0;
    border: 1px solid #d53100;
    background: #fff2ef url(../../img/usr/common/goods_bookmark_reg_btn.png) center center / 21px auto no-repeat;
}

.block-variation-favorite--btn .block-icon-image,
.block-variation-favorite-registed--btn .block-icon-image {
    display: none;
}

.block-goods-set {
    margin: 0 0 15px;
}

.block-add-cart--btn {
    width: 100%;
    margin: 12px 0 10px;
    padding: 20px 0;
    border-radius: 0;
    font-size: 16px;
}

.block-add-cart--btn::before {
    display: inline-block;
    width: 21px;
    height: 23px;
    margin-right: 12px;
    vertical-align: bottom;
    background: url(../../img/usr/common/goods_cart_btn.png) center center no-repeat;
    content: "";
}

.block-arrival-notice .block-arrival-notice--btn {
    width: 100%;
    margin: 12px 0 10px;
    padding: 20px 0;
    border: 0;
    color: #fff;
    background: #73c3d6;
}

.block-no-stock .block-no-stock--message,
.block-outside-sales-period--message {
    width: 100%;
    margin: 12px 0 10px;
    padding: 20px 0;
    border: 0;
    color: #808080;
    background: #f5f5f5;
}

.block-variation-arrival-notice--btn {
    width: 100%;
    margin: 12px 0 10px;
    padding: 20px 0;
    border: 0;
    color: #fff;
    background: #73c3d6;
}

.block-custom-order--btn {
    width: 100%;
    margin: 12px 0 10px;
    padding: 20px 0;
    border-radius: 0;
    font-size: 16px;
}

.block-goods-favorite--btn.js-animation-bookmark::before,
.block-variation-favorite--btn.js-animation-bookmark::before,
.block-goods-favorite>button::before {
    display: inline-block;
    width: 20px;
    height: 19px;
    margin-right: 12px;
    vertical-align: initial;
    background: url(../../img/usr/common/goods_bookmark_star_btn_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#bookmark-login-modal-container,
#block_cart_store_link_modal_container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 50%);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 1;
}

#bookmark-login-modal-container.active,
#block_cart_store_link_modal_container.active {
    opacity: 1;
    visibility: visible;
}

.bookmark-login-modal-body,
.block-cart-store-link-modal-body {
    position: relative;
    width: 500px;
}

.bookmark-login-modal-close,
.block-cart-store-link-modal-close {
    cursor: pointer;
}

.bookmark-login-modal-content,
.block-cart-store-link-modal-content {
    background: #fff;
    text-align: left;
}

.bookmark-login-modal-content .modal-header,
.block-cart-store-link-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px 16px 40px;
    background: #fff;
    color: inherit;
}

.bookmark-login-modal-content .modal-header p,
.block-cart-store-link-modal-header p {
    font-size: 18px;
}

.bookmark-login-modal-content .modal-header .bookmark-login-modal-close,
.block-cart-store-link-modal-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 30px;
    border: 1px solid #3C3C3C;
    background: #fff;
}

.bookmark-login-modal-content .modal-footer,
.block-cart-store-link-modal-content .block-cart-store-link-modal-footer {
    padding: 37px 67px 50px;
    background: #EDEDED;
}

.bookmark-login-modal-content .modal-footer p {
    margin-bottom: 44px;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
}

.bookmark-login-modal-content .modal-footer .modal-btn-box {
    margin-left: auto;
    margin-right: auto;
}

.bookmark-login-modal-content .modal-footer .modal-btn-box>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    border-radius: 2px;
}

.bookmark-login-modal-content .modal-footer .modal-btn-box .modal-login-btn,
.bookmark-login-modal-content .modal-footer .modal-btn-box .modal-btn:hover {
    color: #fff;
    background: #1A2B4D;
    border: 0 none;
    text-decoration: none;
    opacity: 1;
}

.bookmark-login-modal-content .modal-footer .modal-btn-box .modal-login-btn:hover,
.bookmark-login-modal-content .modal-footer .modal-btn-box .modal-btn {
    margin-top: 20px;
    border: 1px solid #1A2B4D;
    background: #fff;
    text-decoration: none;
    color: inherit;
    opacity: 1;
}

.block-cart-store-link-modal-content .block-cart-store-link-modal-footer li a {
    display: block;
    line-height: 1.35;
    font-size: 14px;
    padding: 12px 40px 13px;
    background: #EDEDED;
    pointer-events: none;
    color: #B7B7B7;
}

.block-cart-store-link-modal-content .block-cart-store-link-modal-footer li.select a {
    background: #fff;
    pointer-events: auto;
    color: inherit;
}

.block-cart-store-link-modal-content .block-cart-store-link-modal-footer li.select a:hover {
    color: #3C3C3C;
    text-decoration: none;
    background: #F7F7F7;
}

.btn.js-cancel-modal::before {
    display: inline-block;
    width: 20px;
    height: 19px;
    margin-right: 12px;
    vertical-align: initial;
    background-image: url(../../img/usr/common/goods_bookmark_star_reg_btn_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.block-contact-about-goods--btn {
    display: inline;
    padding: 0;
    border: 0;
    text-decoration: underline;
    font-size: 14px;
    color: #081f2c;
    background: none;
}

.block-goods-store-stock--btn {
    display: inline;
    width: auto;
    padding: 0;
    border: 0;
    text-decoration: underline;
    text-align: left;
    font-size: 14px;
    color: #081f2c;
    background: none;
}

.block-variation-box {
    margin-top: 14px;
    padding-top: 28px;
    border-top: 1px solid #E6E6E6;
}

.block-variation-box .block-color-with-cart,
.block-variation-box .block-size-with-cart,
.block-variation-box .block-color-size-with-cart {
    margin-top: 0;
}

.block-variation-box .block-variation.block-color,
.block-variation-box .block-variation-favorite {
    display: none;
}

.block-variation-box .block-color-size-with-cart--color-line,
.block-variation-box .block-color-size-with-cart--size-line {
    align-items: center;
    padding: 0;
}

.block-variation-box .block-color-size-with-cart--color-line+.block-color-size-with-cart--color-line,
.block-variation-box .block-color-size-with-cart--size-line+.block-color-size-with-cart--color-line {
    margin-top: 28px;
}

.block-variation-box .block-color-size-with-cart--size-line+.block-color-size-with-cart--size-line {
    margin-top: 10px;
}

.block-variation-box .block-color-size-with-cart--color-item-term,
.block-variation-box .block-color-size-with-cart--nocolor,
.block-variation-box .block-color-size-with-cart--size-item-term {
    height: auto;
    border: 0 none;
}

.block-variation-box .block-color-size-with-cart--color-item-term,
.block-variation-box .block-color-size-with-cart--nocolor {
    width: 90px;
    margin-right: 0;
}

.block-variation-box .block-color-size-with-cart--color-item-term::before {
    display: block;
    content: attr(data-color);
    font-size: 10px;
}

.block-variation-box .block-color-size-with-cart--color-item-term figure {
    display: block;
    height: 72px;
}

.block-variation-box .block-color-size-with-cart--color-item-term figure img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
}

.block-variation-box .block-color-size-with-cart--size-item-term {
    width: 88px;
    margin-right: 40px;
}

.block-variation-box .block-color-size-with-cart--color-line .block-color-size-with-cart--size-item-term {
    padding-top: 14px;
}

.block-variation-box .block-color-size-with-cart--size-item-term span {
    width: auto;
    height: auto;
    font-size: 12px;
    padding: 0;
    font-weight: 700;
    font-family: var(--ja-txt);
}

.block-variation-box .block-color-size-with-cart--size-item-term+div,
.block-variation-box .block-color-size-with-cart--size-item-term+input[type="hidden"]+div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
}

.block-variation-box .block-color-size-with-cart--size-item-term+.on::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../img/usr/common/goods_gift_sp.png);
}

.block-variation-box button,
.block-variation-box .block-variation-no-stock .block-variation-no-stock--message,
.block-variation-box .block-variation-contact-btn {
    width: 240px;
    height: 55px;
    padding: 0;
    border-radius: 2px;
}

.block-variation-box .block-color-size-with-cart--color-line button,
.block-variation-box .block-color-size-with-cart--color-line .block-variation-no-stock .block-variation-no-stock--message,
.block-variation-box .block-variation-contact-btn {
    margin-top: 14px;
    font-weight: 700;
    font-family: var(--ja-txt);
}

.block-variation-box .block-variation-add-cart--btn {
    font-size: 14px;
    color: #fff;
    background: #432417;
    border: 0 none;
    font-weight: 700;
    font-family: var(--ja-txt);
}

.block-variation-box .block-variation-no-stock .block-variation-no-stock--message {
    border: 1px solid #B7B7B7;
    font-size: 12px;
    color: #B7B7B7;
    background: #fff;
    font-weight: 700;
    font-family: var(--ja-txt);
}

.block-variation-contact+.block-variation-add-cart {
    display: none;
}

.block-variation-box .block-variation-contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #835E4F;
    border: 1px solid #432417;
    color: #fff;
    transition: .3s all;
    font-weight: 700;
    font-family: var(--ja-txt);
}

.block-variation-box .block-variation-contact-btn:focus {
    text-decoration: none;
}

.block-variation-box .block-variation-contact-btn:hover {
    background: #fff;
    color: #432417;
    text-decoration: none;
}

.block-variation-box .block-variation-contact-btn::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 18px;
    margin-right: 12px;
    background-image: url('../../img/usr/common/ico_variation_contact.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.block-variation-box .block-variation-contact-btn.hover::before {
    background-image: url('../../img/usr/common/ico_variation_contact_hover.png');
}

.switch {
    display: none;
}

.block-variation-box .switch {
    display: block;
    visibility: hidden;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-left: 13px;
}

.block-variation-box .block-color-size-with-cart--color-line .switch {
    padding-top: 14px;
}

.block-variation-box .switch.show {
    visibility: visible;
}

.block-variation-box .switch-label {
    width: 45px;
    min-width: auto;
    position: relative;
    display: inline-block;
    margin-right: 0;
    cursor: pointer;
}

.block-variation-box .switch-content {
    display: block;
    height: 27px;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.block-variation-box .switch-content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #794129;
    border-radius: 20px;
    background-color: #fff;
}

.block-variation-box .switch-content:after {
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border-radius: 20px;
    transition: all .5s;
}

.block-variation-box .switch-input {
    display: none;
}

.block-variation-box .switch-circle {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 100%;
    border: 1px solid #794129;
    background-color: #fff;
    transition: all .5s;
}

.block-variation-box .switch-input:checked~.switch-circle {
    left: 18px;
}

.block-variation-box .switch-input:checked~.switch-content:after {
    border: 1px solid #432417;
    background-color: #432417;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-variation-box .switch-text {
    display: flex;
    justify-content: center;
    margin-top: 2px;
}

.block-variation-box .switch-text::after {
    display: block;
    content: 'GIFT OFF';
    font-size: 12px;
    white-space: nowrap;
    font-weight: 500;
}

.block-variation-box .switch-input:checked~.switch-text:after {
    content: 'GIFT ON';
}

.pane-goods-right-side .block-variation--selected-item {
    display: none;
}

.block-cart-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.block-cart-inner .block-goods-favorite {
    order: 0;
}

.block-cart-store-link>button,
.block-goods-favorite a,
.block-goods-favorite>button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 67px;
    margin-bottom: 0;
    border: 1px solid #3C3C3C;
    background: #fff;
    color: #3C3C3C;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 0;
    cursor: pointer;
    transition: .3s all;
    font-weight: 700;
    font-family: var(--ja-txt);
}

.block-cart-store-link>button:hover,
.block-goods-favorite a:hover,
.block-goods-favorite>button:hover {
    opacity: .6;
}

.balloontip {
    background: #FFE301;
    color: #3C3C3C;
    border-radius: 0;
    box-shadow: none;
    border: 0 none;
}

.balloontip div {
    border-color: rgb(255, 227, 1) transparent transparent !important;
}

.block-cart-store-link>button::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 19px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../img/usr/common/goods_store_sp.png);
}

.block-goods-comment1,
.block-goods-detail-description,
.block-goods-comment2,
.block-goods-comment3 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E6E6E6;
}

.block-goods-comment3 .menu-ac-content {
    font-size: 12px;
}

dl[class^="block-goods-comment"] dt h3,
.block-goods-detail-description>h3 {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 22px;
    font-weight: 700;
    font-family: var(--ja-txt);
}

.block-goods-comment1 dd {
    font-size: 12px;
}

.goods-detail-description {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.goods-detail-description+.goods-detail-description {
    margin-top: 4px;
}

.goods-detail-description.block-goods-class1 {
    display: none;
}

.goods-detail-description dt {
    display: block;
    font-weight: normal;
    width: 73px;
}

.goods-detail-description dd {
    display: flex;
    justify-content: space-between;
    width: 468px;
}

.goods-detail-description dd::before {
    content: '：';
}

.goods-detail-description dd>div {
    width: 420px;
}

.goods-detail-description.block-goods-detail-genre dd ul {
    display: none;
}

.goods-detail-description.block-goods-detail-genre dd ul.show {
    display: block;
}

.goods-detail-description.block-goods-detail-genre ul li {
    padding-right: .5em;
}

.goods-detail-description.block-goods-detail-genre ul li:first-of-type,
.goods-detail-description.block-goods-detail-genre ul li:nth-of-type(2),
.goods-detail-description.block-goods-detail-genre ul li:last-of-type {
    display: none;
}

.goods-detail-description.block-goods-detail-genre ul li:nth-of-type(3) {
    font-size: 0;
}

.goods-detail-description.block-goods-detail-genre ul li a {
    padding-left: 0;
    font-size: 12px;
}

.block-goods-sales-detail-append {
    display: none;
}

dl.block-goods-comment2 dt h3,
dl.block-goods-comment3 dt h3 {
    margin-bottom: 0;
}

.menu-ac-label {
    position: relative;
}

.menu-ac-content {
    display: none;
}

.toggle-icon-wrap {
    transform: translatey(-50%);
    width: 22px;
    height: 22px;
    border: 1px solid #3C3C3C;
}

.toggle-icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.toggle-icon:before,
.toggle-icon:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #3C3C3C;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 1px;
    transform: translate(-50%, -50%);
}

.toggle-icon:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.toggle-icon.open:before {
    transform: translate(-50%, -50%) rotate(0deg);
}

.page-goods .block-goods-detail dl[class^="block-goods-comment"] dt.menu-ac-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}

.page-goods .block-goods-detail dl[class^="block-goods-comment"] dt.menu-ac-label .ac-more-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.page-goods .block-goods-detail dl[class^="block-goods-comment"] dt.menu-ac-label .ac-more-btn span {
    margin-right: 26px;
    font-size: 12px;
    font-weight: 700;
    font-family: var(--ja-txt);
}

.page-goods .block-goods-detail dl[class^="block-goods-comment"] dt.menu-ac-label .ac-more-btn .toggle-icon-wrap {
    position: static;
    transform: none;
}

.page-goods .block-goods-detail dl[class^="block-goods-comment"] dt.menu-ac-label .ac-more-btn .toggle-icon-wrap .toggle-icon:before,
.page-goods .block-goods-detail dl[class^="block-goods-comment"] dt.menu-ac-label .ac-more-btn .toggle-icon-wrap .toggle-icon:after {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.page-goods .block-goods-detail dl[class^="block-goods-comment"] dd.menu-ac-content {
    padding-top: 22px;
}

.block-goods-detail dl[class^="block-goods-comment"] dd .block-goods-deail-table {
    display: block;
}

.block-goods-detail dl[class^="block-goods-comment"] dd .block-goods-deail-table-size tr {
    display: grid;
    grid-template-columns: repeat(6, 70px);
    height: 45px;
}

.block-goods-detail dl[class^="block-goods-comment"] dd .block-goods-deail-table th,
.block-goods-detail dl[class^="block-goods-comment"] dd .block-goods-deail-table td {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D3D3D3;
    font-size: 10px;
}

.block-goods-detail dl[class^="block-goods-comment"] dd .block-goods-deail-table th {
    background: #EBEBEB;
    font-weight: normal;
}

.block-goods-detail dl[class^="block-goods-comment"] dd .block-goods-deail-note {
    margin-top: 20px;
    font-size: 10px;
}

#modelSize {
    font-size: 10px;
    margin-top: 8px;
}

.block-goods-detail-comment-link {
    margin-top: 29px;
}

.block-goods-detail-comment-link-list li {
    font-size: 11px;
    margin-bottom: 8;
}

.block-goods-detail-comment-link-list li a {
    display: flex;
    align-items: center;
    font-size: 11px;
    margin-top: 0;
    text-decoration: none;
}

.block-goods-detail-comment-link-list li a:hover {
    text-decoration: underline;
}

.block-goods-detail-comment-link-list li a::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 9px;
    margin-right: 14px;
    background-repeat: no-repeat;
    background-image: url(../../img/usr/common/arrow_12x21.png);
    background-size: contain;
}

.block-goods-comment3 dd p {
    font-size: 10px;
}

.block-goods-comment-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 67px;
    margin-left: auto;
    margin-right: auto;
    border-radius: .2rem;
    border: 1px solid #3C3C3C;
    font-size: 14px;
}

*+.block-goods-comment-link {
    margin-top: 70px;
}

.block-goods-comment-link:hover {
    opacity: .6;
    text-decoration: none;
}

.pane-goods-right-side .block-accessory-list {
    padding: 0;
    margin: 30px 0 15px;
}

.pane-goods-right-side .block-accessory-list .block-accessory-list--name {
    padding: 24px 0 0;
    margin: 0 0 16px;
    border: 0;
    font-size: 18px;
    font-weight: 500;
}

.pane-goods-right-side .block-accessory-list .block-accessory-list--list ul.block-thumbnail-t li dl {
    width: 150px;
    margin: 0 15px 15px 0;
}

.pane-goods-right-side .block-accessory-list .block-accessory-list--list ul.block-thumbnail-t li dl:nth-of-type(3n) {
    margin-right: 0;
}

.pane-goods-right-side .block-accessory-list .block-accessory-list--list ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image figure {
    width: 150px;
    height: 150px;
}

.pane-goods-center dl.block-goods-comment1,
.pane-goods-center dl.block-goods-comment2,
.pane-goods-center dl.block-goods-comment3,
.pane-goods-center dl.block-goods-comment4,
.pane-goods-center dl.block-goods-comment5 {
    margin: 0 0 24px;
}

.pane-goods-center dl[class^="block-goods-comment"] dt {
    display: none;
    margin: 0 0 22px;
    padding: 12px 0;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #111;
}

.pane-goods-center dl[class^="block-goods-comment"]:first-of-type dt {
    display: block;
}

.pane-goods-center dl[class^="block-goods-comment"] dt h3 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 24px;
}

.block-goods-comment--title {
    margin: 0 0 16px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    border-bottom: 1px solid #dedede;
}

.block-goods-comment--table-frame {
    width: 100%;
    margin: 0 0 15px;
}

.block-goods-comment--table-frame .block-goods-comment--table {
    border-collapse: collapse;
}

.block-goods-comment--table-frame .block-goods-comment--table th,
.block-goods-comment--table-frame .block-goods-comment--table td {
    padding: 12px 15px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #707070;
}

.block-goods-comment--table-frame .block-goods-comment--table tr.title th {
    background: #eee;
}

.block-goods-comment--table-frame .block-goods-comment--table tr th:first-of-type,
.block-goods-comment--table-frame .block-goods-comment--table tr.title th:first-of-type {
    text-align: left;
    font-weight: bold;
}

.block-goods-comment--table-frame .block-goods-comment--table td {
    white-space: nowrap;
}

.block-goods-footer-cart {
    display: none;
}

.block-goods-user-review {
    margin: 0 0 90px;
}

.block-goods-user-review h2 {
    margin: 0 0 32px;
    padding: 12px 0;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #111;
    background: none;
}

.block-goods-user-review h2 .block-icon-image--table {
    display: block;
}

.block-goods-user-review h2 .block-icon-image--table-cell {
    display: none;
}

.block-goods-user-review h2 .block-icon-image--table-cell-left {
    display: block;
    font-size: 24px;
    font-weight: 500;
}

.block-goods-user-review--score dt,
.block-goods-user-review--count dt {
    font-weight: normal;
}

.block-goods-user-review--score dd img {
    height: 22px;
}

.block-goods-user-review--description {
    margin: 20px 0 24px;
}

.block-goods-user-review--need-login-message {
    margin: 14px 0;
}

.block-goods-user-review--write-review {
    margin: 8px 0;
}

.block-goods-user-review--write-review-link,
.block-goods-user-review--write-review-btn {
    display: block;
    width: 216px;
    padding: 9px 0;
    border: 1px solid #d53100;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #d53100;
}

.block-goods-user-review--item {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}

.block-goods-user-review--item:last-of-type {
    border-bottom: 0;
}

.block-goods-user-review--item .block-goods-user-review--item-title {
    margin: 0 0 10px;
}

.block-goods-user-review--item .block-goods-user-review--item-score {
    margin: 0 0 8px;
}

.block-goods-user-review--item .block-goods-user-review--item-score dt {
    height: auto;
}

.block-goods-user-review--item .block-goods-user-review--item-score dt img {
    height: 22px;
    vertical-align: top;
}

.block-goods-user-review--item .block-goods-user-review--item-comment {
    margin: 8px 0 0;
}

.block-goods-user-review--item .block-goods-user-review--item-moderate-vote {
    margin: 8px 0 0;
}

.block-goods-uservoice .block-goods-uservoice--title {
    margin: 0 0 22px;
    padding: 12px 0;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #111;
}

.block-goods-instagram .block-goods-instagram--title {
    margin: 0 0 30px;
    padding: 75px 0 0;
    border: 0;
    text-align: center;
    font-family: var(--josefin-txt);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.333;
    color: #000;
    letter-spacing: 0.02em;
}

.block-goods-instagram .block-goods-instagram--title img {
    display: block;
    margin: 0 auto 8px;
}

.block-goods-instagram .block-goods-instagram--title span {
    display: block;
    font-family: var(--noto-txt);
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
}

.pane-goods-footer,
.page-page .pane-right-menu {
    padding-left: 121px;
    padding-right: 121px;
}

.page-page .pane-right-menu .block-styling {
    display: none;
    width: 100%;
    margin-top: 115px;
}

.page-page .pane-right-menu .block-styling.show {
    display: block;
}

.page-page .block-styling .page-section-title {
    padding-bottom: 59px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #3C3C3C;
    letter-spacing: inherit;
}

.page-page .block-styling .page-section-title::after {
    content: attr(data-sub-title);
    display: block;
    margin-top: 15px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
}

.page-page .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area {
    display: none;
}

.pane-goods-footer .goods-detail-blog-title,
.page-page .pane-right-menu .goods-detail-blog-title {
    display: flex;
    justify-content: center;
    border-top: 0 none;
    border-bottom: 0 none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 57px;
    padding: 0;
    text-align: center;
}

.pane-goods-footer .goods-detail-blog-title span,
.page-page .pane-right-menu .goods-detail-blog-title span {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #3C3C3C;
    letter-spacing: inherit;
}

.pane-goods-footer .goods-detail-blog-title>span::after,
.page-page .pane-right-menu .goods-detail-blog-title>span::after {
    content: attr(data-blog-sub-title);
    display: block;
    margin-top: 15px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
}

.pane-goods-footer .block-accessory-list--list+.block-accessory-list--name+.block-accessory-list--list {
    margin-top: 106px;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--name {
    display: none;
    padding: 24px 0 0;
    margin: 0 0 20px;
    border: 0;
    font-size: 18px;
    font-weight: 500;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--list ul.block-thumbnail-t li {
    justify-content: space-between;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--list ul.block-thumbnail-t li::before {
    content: '';
    display: block;
    width: 228px;
    height: 0;
    order: 1;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--list ul.block-thumbnail-t li::after {
    content: '';
    display: block;
    width: 228px;
    height: 0;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--list ul.block-thumbnail-t li dl {
    margin-right: 0;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--list ul.block-thumbnail-t li dl:nth-of-type(n+5) {
    margin-top: 16px;
}

.pane-goods-footer .block-recent-item,
.page-page .pane-right-menu .block-recent-item {
    margin-top: 120px;
}

.pane-goods-footer .block-recent-item--items,
.page-page .pane-right-menu .block-recent-item--items {
    width: 100%;
}

.block-common-lightningrecommend {
    margin-bottom: 120px;
}

.block-goods-detail-tag-list {
    margin-top: 120px;
}

.block-goods-detail-tag-list .related-tag-list ul {
    display: flex;
    flex-wrap: wrap;
}

.block-goods-detail-tag-list .related-tag-list ul li {
    margin-bottom: 12px;
    margin-right: 12px;
}

.block-goods-detail-tag-list .related-tag-list ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
    height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    background: #B7B7B7;
}

.block-goods-detail-tag-list .related-tag-list ul li a:hover {
    text-decoration: none;
}

/*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side form {
    display: flex;
    flex-flow: column wrap;
}

.block-goods-sns {
    order: 110;
}

.page-goods .block-icon {
    order: 10;
}

.block-goods-comment {
    order: 30;
}

.block-goods-name {
    order: 20;
}

.block-goods-schedule {
    order: 35;
}

.block-goods-get-point {
    order: 55;
}

.block-goods-price {
    order: 50;
}

.block-goods-class2-template {
    order: 56;
    margin-top: -16px;
    margin-bottom: 16px;
}

.block-variation-box {
    order: 60;
}

.block-cart-inner {
    order: 60;
}

.block-goods-comment1 {
    order: 60;
}

.block-goods-code {
    order: 60;
}

.block-goods-detail-description {
    order: 70;
}

.block-goods-item-code {
    order: 70;
}

.block-goods-comment2 {
    order: 80;
}

.block-goods-item-code2 {
    order: 80;
}

.block-goods-comment3 {
    order: 90;
}

.block-goods-item-code3 {
    order: 90;
}

.block-goods-release-dt {
    order: 100;
}

.block-goods-class1 {
    order: 110;
}

.block-goods-class2 {
    order: 120;
}

.block-goods-attr1 {
    order: 130;
}

.block-goods-attr2 {
    order: 140;
}

.block-goods-attr3 {
    order: 150;
}

.block-goods-size {
    order: 160;
}

.block-goods-color {
    order: 170;
}

.block-goods-point {
    order: 180;
}

.block-goods-postage {
    order: 190;
}

.block-goods-stock {
    order: 200;
}

.block-goods-spec {
    order: 210;
}

.block-goods-sales-detail-append {
    order: 220;
}

.block-custom-order {
    order: 240;
}

.block-add-cart {
    order: 250;
}

.block-no-stock {
    order: 260;
}

.block-outside-sales-period {
    order: 260;
}

.block-arrival-notice {
    order: 270;
}

.block-goods-store-stock {
    order: 335;
}

.block-goods-set {
    order: 290;
}

.block-accessory-list {
    order: 350;
}

.block-variation-back-order {
    order: 310;
}

.block-contact-about-goods {
    order: 330;
}

.block-goods-favorite {
    order: 320;
}

.block-goods-link {
    order: 340;
}

/* ----店舗一覧---- */
.block-store-list {
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
}

.block-store-list .block-topic-path {
    padding-bottom: 60px;
}

.block-store-list--stores-title {
    position: relative;
    width: 298px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    padding: 0;
    border-bottom: 0 none;
    text-align: center;
    font-size: 24px;
}

.block-store-list--stores-title:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #707070;
}

.block-store-list--stores-title span {
    position: relative;
    padding: 0 51px;
    background: #fff;
    font-weight: 500;
}

.block-store-list--stores-list {
    justify-content: space-between;
}

.block-store-list--stores+.block-store-list--stores {
    margin-top: 56px;
}

.block-store-list--store {
    width: 495px;
    border-bottom: 0 none;
}

.block-store-list--store:nth-of-type(n+3) {
    margin-top: 60px;
}

.block-store-list--store-image {
    width: 100%;
    margin: 0;
    margin-bottom: 34px;
}

.block-store-list--store-image figure {
    margin: 0;
    width: 100%;
    height: 248px;
}

.block-store-list--store-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-store-list--store-name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.block-store-list--store-name figure {
    width: 92px;
    height: 73px;
    margin-right: 51px;
}

.block-store-list--store-name figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.block-store-detail--store-comment {
    margin-bottom: 29px;
}

.block-store-list--store-link {
    width: 332px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
}

.block-store-list--store-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 14px;
    border: 1px solid #3C3C3C;
    transition: .3s all;
}

.block-store-list--store-link a:hover,
.block-store-list--store-link a:focus {
    border: 1px solid #5A5A5A;
    background: #5A5A5A;
    text-decoration: none;
    color: #fff;
}

/* ----店舗詳細---- */
.block-store-detail-slider {
    margin-bottom: 60px;
}

.block-store-detail--store-images {
    margin-bottom: 34px;
}

.block-store-detail--store-images li {
    width: 100%;
}

.block-store-detail--store-src-1 {
    padding: 0;
}

.block-store-detail--store-src-1 figure {
    width: 161px;
    height: 161px;
    margin-left: auto;
    margin-right: auto;
}

.block-store-detail--store-src-1 figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-shopstoredetail .block-store-detail--store-comment {
    margin-bottom: 115px;
    text-align: center;
}

.block-store-detail-sns-banner {
    margin-bottom: 120px;
}

#block_store_detail_news {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 120px;
}

#block_store_detail_shop_blog {
    margin-bottom: 120px;
}

#block_store_detail_shop_event {
    margin-bottom: 120px;
}

#block_shop_event_store_detail ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#block_shop_event_store_detail ul::after {
    content: '';
    display: block;
    width: 390px;
    height: 0;
}

#block_shop_event_store_detail li {
    width: 390px;
}

#block_shop_event_store_detail li:nth-of-type(n+4) {
    margin-top: 16px;
}

#block_shop_event_store_detail li a:hover {
    text-decoration: none;
}

#block_shop_event_store_detail li figure {
    width: 390;
    height: 158px;
    margin-bottom: 18px;
}

#block_shop_event_store_detail li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

#block_shop_event_store_detail li .title {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
}

#block_shop_event_store_detail li .inner-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #B7B7B7;
    font-weight: 700;
}

#block_store_detail_new_arrival {
    margin-bottom: 120px;
}

#block_store_detail_styling {
    margin-bottom: 120px;
}

#block_store_detail_styling .ecbn-selection-image-loading-more {
    display: none;
}

.block-store-detail .block-brand-banner {
    margin-bottom: 120px;
}

.block-store-detail-access {
    padding-left: 80px;
    padding-right: 80px;
}

.block-store-detail-access iframe {
    width: 100% !important;
    height: 599px !important;
    margin-bottom: 60px;
}

.block-store-detail--store {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    line-height: 1.3;
}

.block-store-detail--title {
    width: 370px;
    margin: 0;
    padding: 0;
    border-bottom: 0 none;
    font-size: 26px;
    font-weight: 500;
}

.block-store-detail--store-info {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
    width: auto;
}

.block-store-detail--store-address {
    width: 305px;
    margin-right: 90px;
    font-size: 16px;
}

.block-store-detail--store-sales-info-box {
    width: 215px;
    order: 20;
    font-size: 16px;
}

.block-store-detail--store-sales-info-box dt {
    width: 3em;
}

.block-store-detail--store-etc-sales-info {
    order: 40;
}

.block-store-detail--store-sales-info {
    order: 60;
}

.block-store-detail--store-contact {
    margin-top: 55px;
}

.block-store-detail--store-contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 332px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    border: 1px solid #3C3C3C;
}

.block-store-detail--store-map-info {
    width: 100%;
    margin-bottom: 60px;
}

.block-store-detail--store-map {
    height: 599px;
}

ul.block-store-detail-new-arrival-goods-list--items>li .block-icon {
    height: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
    font-size: 10px;
    line-height: 1;
    text-align: left;
}

.block-store-detail-new-arrival-goods-list--items li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.block-store-detail-new-arrival-goods-list--items .block-icon span+span {
    margin-left: 10px;
}

ul.block-store-detail-new-arrival-goods-list--items>li .block-icon .block-icon--auto-on-sales {
    color: #D91861;
}

ul.block-store-detail-new-arrival-goods-list--items>li .block-icon .block-icon--auto-new {
    color: #E22727;
}

ul.block-store-detail-new-arrival-goods-list--items>li .block-icon .block-icon--auto-out-of-stock {
    color: #868686;
}

.block-store-detail-event--goods-image .brand-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    height: 12px;
    align-items: center;
    padding: 0 6px;
    line-height: 1;
    color: #fff;
    font-size: 9px;
}

.block-store-detail-event--goods-image .brand-icon-MEN {
    background: #336699;
}

.block-store-detail-event--goods-image .brand-icon-WOMEN {
    background: #CB3333;
}

.block-store-detail-event--goods--enhanced-price {
    color: #D91861;
}

/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize {
    text-align: center;
    margin-top: 50px;
}

/* ----定期購入商品サイクル情報変更画面---- */
.block-regular-purcharse-cycle-info-update--skip-cancel-message {
    margin: 5px 0 0 5px;
}

/* ----アプリログイン訴求画面---- */
.block-applogin-body {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.9em;
    text-align: center;
    margin: auto;
    height: 100px;
}

/* ---- LightningRecommend ---- */
.block-top-lightningrecommend,
.block-ranking-lightningrecommend {
    padding: 0 0 80px;
}

.block-top-lightningrecommend--header,
.block-ranking-lightningrecommend--header {
    margin: 0 0 30px;
    padding: 75px 0 0;
    border: 0;
    text-align: center;
    font-family: var(--josefin-txt);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.333;
    color: #000;
    letter-spacing: 0.02em;
}

.block-top-lightningrecommend ul.block-thumbnail-t,
.block-ranking-lightningrecommend .block-ranking-r .block-ranking-r--items {
    width: 1264px;
    padding-left: 32px;
    margin: 0 auto 40px;
}

.block-common-lightningrecommend--list ul.block-thumbnail-t li dl {
    margin: 0 50px 20px 0;
}

.block-common-lightningrecommend--list ul.block-thumbnail-t li dl:nth-of-type(5n) {
    margin-right: 0;
}

/* ---- フリーページ ---- */
/* 検索 */
.block-freepage-search,
.page-search .pane-contents {
    padding-top: 60px;
}

.block-freepage-search .container {
    width: 1040px;
}

.block-freepage-search .block-topic-path,
.page-search .block-topic-path {
    margin-bottom: 60px;
}

#block_search_tab_box {
    margin-bottom: 38px;
}

.block-search-tab-box {
    background: #F7F7F7;
    margin-bottom: 38px;
}

.stylingsearch-tab-box .block-search-tab-box {
    margin-top: 56px;
}

#block_search_tab_box .container {
    display: block;
}

#block_search_tab_box .hidden_input {
    display: none;
}

#block_search_tab_box .block-search-btn-area {
    display: flex;
    justify-content: center;
}

#block_search_tab_box .block-search-tab-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 138px;
    height: 66px;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    background-color: transparent;
    font-size: 22px;
    border-top: 4px solid #F7F7F7;
    font-weight: 500;
}

#block_search_tab_box .block-search-tab-btn.active {
    border-top: 4px solid #3C3C3C;
    background-color: #fff;
}

#block_search_tab_box .block-search-tab-btn:hover {
    border-top: 4px solid #3C3C3C;
    background-color: #fff;
}

#block_search_tab_box .block-search-tab-btn::after {
    content: attr(data-sub-title);
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 4px;
    font-weight: 400;
}

#block_search_tab_box .block-search-tab-panel {
    display: none;
}

#block_search_tab_box .block-search-tab-panel.active {
    display: block;
}

#block_search_tab_box .block-search-tab-panel dl {
    display: grid;
    grid-template-columns: 218px 1fr;
    border-top: 1px solid #E6E6E6;
}

#block_search_tab_box .block-search-tab-panel dl:last-of-type {
    border-bottom: 1px solid #E6E6E6;
}

#block_search_tab_box .block-search-tab-panel dt,
#block_search_tab_box .block-search-tab-panel dd {
    padding-left: 48px;
    padding-right: 48px;
}

#block_search_tab_box .block-search-tab-panel dt {
    padding-top: 31px;
    padding-bottom: 31px;
    text-align: right;
    border-right: 1px solid #E6E6E6;
    font-size: 18px;
    font-weight: 700;
}

#block_search_tab_box .block-search-tab-panel dd {
    padding-top: 34px;
    padding-bottom: 34px;
}

#block_search_tab_box .block-search-tab-panel .block-filter--list-keyword dd {
    padding-top: 18px;
    padding-bottom: 18px;
}

.block-search-tab-panel #block_filter__list_gender dd,
.block-search-tab-panel #block_filter__list_item_type dd,
.block-search-tab-panel #block_filter__list_store dd,
.block-search-tab-panel #block_filter__list_stock dd {
    padding-bottom: 6px;
}

.block-search-tab-panel #block_filter__list_brand dd,
.block-search-tab-panel #block_filter__list_item dd {
    display: flex;
    align-items: center;
}

.block-search-tab-panel #block_filter__list_brand dd .block-filter-select-text,
.block-search-tab-panel #block_filter__list_item dd .block-filter-select-text {
    margin-left: 28px;
    font-weight: 300;
    font-family: var(--ja-txt);
    font-size: 14px;
    color: #8D8D8D;
}

.block-search-tab-panel #block_filter__list_color dd {
    padding-bottom: 19px;
}

.block-search-tab-panel #block_filter__list_gender .block-filter--list-inner-accordion,
.block-search-tab-panel #block_filter__list_item_type dd,
.block-search-tab-panel #block_filter__list_store dd,
.block-search-tab-panel #block_filter__list_color dd,
.block-search-tab-panel #block_filter__list_stock .block-filter--list-inner-accordion {
    display: flex;
    flex-wrap: wrap;
}

#block_search_tab_box .block-search-tab-panel .block-filter--list-keyword dd input {
    display: flex;
    align-items: center;
    width: 537px;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background: #F7F7F7;
    border: 0 none;
}

.block-search-tab-panel #block_filter__list_gender .block-filter-option-items,
.block-search-tab-panel #block_filter__list_item_type .block-filter--list,
.block-search-tab-panel #block_filter__list_store .block-filter--list,
.block-search-tab-panel #block_filter__list_stock .block-filter-option-items {
    margin-right: 40px;
    margin-bottom: 28px;
}

.block-search-tab-panel #block_filter__list_color .block-filter--list {
    margin-right: 15px;
    margin-bottom: 15px;
}

.block-search-tab-panel #block_filter__list_gender input,
.block-search-tab-panel #block_filter__list_item_type input,
.block-search-tab-panel #block_filter__list_store input,
.block-search-tab-panel #block_filter__list_color input,
.block-search-tab-panel #block_filter__list_stock input {
    display: none;
}

.block-search-tab-panel #block_filter__list_gender label,
.block-search-tab-panel #block_filter__list_item_type label,
.block-search-tab-panel #block_filter__list_store label,
.block-search-tab-panel #block_filter__list_stock label {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.block-search-tab-panel #block_filter__list_price .block-filter--price {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
}

.block-search-tab-panel #block_filter__list_price .block-filter--price > .price {
    position: relative;
    flex: 1;
}

.block-search-tab-panel #block_filter__list_price .block-filter--price input[type="number"] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding-left: 15px;
    padding-right: 40px;
    background: #F7F7F7;
    border: 0 none;
    font-size: 18px;
    color: #3C3C3C;
    outline: none;
}

.block-search-tab-panel #block_filter__list_price .block-filter--price input[type="number"]:focus {
    background: #EEEEEE;
}

.block-search-tab-panel #block_filter__list_price .block-filter--price input[type="number"]::-webkit-input-placeholder {
    color: #8D8D8D;
}

.block-search-tab-panel #block_filter__list_price .block-filter--price input[type="number"]:-ms-input-placeholder {
    color: #8D8D8D;
}

.block-search-tab-panel #block_filter__list_price .block-filter--price input[type="number"]::placeholder {
    color: #8D8D8D;
}

.block-search-tab-panel #block_filter__list_price .block-filter--price > .price::after {
    content: "円";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #8D8D8D;
    font-size: 18px;
    pointer-events: none;
}

.block-search-tab-panel #block_filter__list_price .block-filter--price .from-to {
    color: #3C3C3C;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Remove number input spinners */
.block-search-tab-panel #block_filter__list_price input[type="number"]::-webkit-outer-spin-button,
.block-search-tab-panel #block_filter__list_price input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.block-search-tab-panel #block_filter__list_price input[type="number"] {
    -moz-appearance: textfield;
}

.block-search-tab-panel #block_filter__list_color label {
    display: block;
    margin-right: 0;
    border: 2px solid transparent;
}

.block-search-tab-panel #block_filter__list_color input:checked+label {
    border: 2px solid #52A0D9;
}

.block-search-tab-panel #block_filter__list_gender label::before,
.block-search-tab-panel #block_filter__list_item_type label::before,
.block-search-tab-panel #block_filter__list_store label::before,
.block-search-tab-panel #block_filter__list_stock label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 15px;
    border: 1px solid #3C3C3C;
    border-radius: 100%;
}

.block-search-tab-panel #block_filter__list_gender input:checked+label::after,
.block-search-tab-panel #block_filter__list_item_type input:checked+label::after,
.block-search-tab-panel #block_filter__list_store input:checked+label::after,
.block-search-tab-panel #block_filter__list_stock input:checked+label::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin-top: auto;
    margin-bottom: auto;
    background: #8D8D8D;
    border-radius: 100%;
}

.block-search-tab-panel #block_filter__list_color label img {
    vertical-align: top;
}

.block-filter-search-modal .modal-body {
    width: 760px;
    height: 550px;
}

#block_filter__modal_brand_box .block-filter--list-inner-accordion,
#block_filter__modal_item_box .block-filter--list-inner-accordion {
    height: 489px;
    padding-top: 15px;
    overflow: hidden;
}

.block-filter-search-modal .block-filter--tree-0 {
    grid-column: 1 / 2;
    background: #fff;
}

.block-filter-search-modal .block-filter--tree-1 {
    grid-column: 2 / 3;
}

.block-filter-search-modal .block-filter--list-inner-accordion ul {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.block-filter-search-modal .block-filter--list-inner-accordion ul::-webkit-scrollbar {
    width: 15px;
}

.block-filter-search-modal .block-filter--list-inner-accordion ul::-webkit-scrollbar-thumb {
    width: 5px;
}

.block-filter-search-modal .block-filter--tree-0 ul::-webkit-scrollbar-track {
    background-image: linear-gradient(90deg, #fff 43.33%, #E6E6E6 43.33%, #E6E6E6 56.67%, #fff 56.67%, #fff);
}

.block-filter-search-modal .block-filter--tree-0 ul::-webkit-scrollbar-thumb {
    background-image: linear-gradient(90deg, #fff 33.33%, #B7B7B7 33.33%, #B7B7B7 66.67%, #fff 66.67%, #fff);
}

.block-filter-search-modal .block-filter--tree-1 ul::-webkit-scrollbar-track {
    background-image: linear-gradient(90deg, #EDEDED 43.33%, #fff 43.33%, #fff 56.67%, #EDEDED 56.67%, #EDEDED);
}

.block-filter-search-modal .block-filter--tree-1 ul::-webkit-scrollbar-thumb {
    background-image: linear-gradient(90deg, #EDEDED 33.33%, #B7B7B7 33.33%, #B7B7B7 66.67%, #EDEDED 66.67%, #EDEDED);
}

.block-filter-search-modal li {
    border-bottom: 0 none;
}

.block-filter-search-modal .block-filter-option-items input {
    display: none;
}

.block-filter-search-modal .block-filter-option-items label {
    display: flex;
    align-items: center;
    width: 365px;
    height: 44px;
    padding-left: 40px;
    background: #F7F7F7;
    font-size: 14px;
    color: #3C3C3C;
    cursor: pointer;
}

#block_filter__modal_brand_box .block-filter--tree-0 .block-filter-option-items label,
#block_filter__modal_brand_box li .filter-item-code-name,
#block_filter__modal_item_box .block-filter--tree-0 .block-filter-option-items label,
#block_filter__modal_item_box li .filter-item-code-name {
    background: #fff;
}

#block_filter__modal_brand_box .block-filter--tree-0 ul li:hover label,
#block_filter__modal_brand_box .block-filter--tree-0 ul li:hover .filter-item-code-name,
#block_filter__modal_item_box .block-filter--tree-0 ul li:hover label,
#block_filter__modal_item_box .block-filter--tree-0 ul li:hover .filter-item-code-name,
#block_filter__modal_brand_box .block-filter--tree-0 ul li input:checked+label,
#block_filter__modal_brand_box .block-filter--tree-0 ul li.select .filter-item-code-name,
#block_filter__modal_item_box .block-filter--tree-0 ul li input:checked+label,
#block_filter__modal_item_box .block-filter--tree-0 ul li.select .filter-item-code-name {
    background: #3C3C3C;
    color: #fff;
}

.block-filter-search-modal .block-filter--tree-1 ul li:hover label,
.block-filter-search-modal .block-filter--tree-1 ul li input:checked+label {
    background: #8D8D8D;
    color: #fff;
}

.block-filter-search-modal .block-filter--tree-1>ul>li {
    display: none;
}

.block-filter-search-modal .block-filter--tree-1>ul>li.select {
    display: block;
}

.block-search-filter-btn-box {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.block-search-filter-btn-box>* {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 48px;
    border-radius: 2px;
}

.block-search-filter-btn-box .block_search__clear_btn {
    border: 1px solid #3C3C3C;
    background: #fff;
    cursor: pointer;
}

.block-search-filter-btn-box>*+* {
    margin-left: 34px;
}

.block-search-goods ul.block-thumbnail-t li dl {
    margin-right: 0;
}

.page-search .block-goods-list--pager-bottom+form {
    display: none;
}

/* .page-pagecategory .pane-left-menu, */
.page-search-contents .pane-left-menu,
.page-search-no-item .pane-left-menu {
    display: none;
}

.page-pagecategory.block-page-pagecategory-event .pane-left-menu {
    display: block;
}

.page-pagecategory .pane-main,
.page-search-contents .pane-main,
.page-search-no-item .pane-main {
    margin-left: auto;
    margin-right: auto;
}

.block-search-contents-back-btn {
    display: none;
}

.block-search-goods .block-search-contents-back-btn,
.page-search .pane-contents>.block-search-contents-back-btn,
.pane-stylingsearch-contents .block-search-contents-back-btn {
    display: block;
    margin-bottom: 30px;
}

.block-search-goods .block-search-contents-back-btn-bottom {
    margin-top: 30px;
}

.block-search-contents-back-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 332px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #3C3C3C;
    border-radius: 2px;
    transition: .3s all;
}

.block-search-contents-back-btn a:hover {
    border: 1px solid #5A5A5A;
    background: #5A5A5A;
    text-decoration: none;
    color: #fff;
}

.page-search-contents .block-search-contents-back-btn.select-items {
    display: block;
    margin-bottom: 30px;
}

.page-search-no-contents .block-search-contents-back-btn.select-items {
    display: none;
}

.page-search-no-item .block-search-contents-back-btn.no-select,
.page-search-no-contents .block-search-contents-back-btn.no-select {
    display: block;
    margin-top: 57px;
}

.page-search-no-item .block-search-goods>.alert,
.page-search-no-contents .block-search-goods>.alert,
.block-search-goods>.alert.no-item,
.block-genre-page>.alert.no-item {
    border: 0 none;
    padding: 0;
    margin-top: 0;
    background: transparent;
    font-size: 20px;
    line-height: 1.9;
    color: #3C3C3C;
    margin-top: 60px;
    text-align: center;
}

.pane-styling-contents .page-search-no-contents .block-search-goods>.alert {
    display: none;
}

.pane-styling-contents .page-search-no-contents .block-search-goods>.alert.show {
    display: block;
}

.page-search-no-item .block-search-goods>.alert a,
.page-search-no-contents .block-search-goods>.alert a,
.block-search-goods>.alert.no-item a,
.block-genre-page>.alert.no-item a {
    text-decoration: underline;
}

.page-search .block-search-goods .block-search-goods--condition-items,
.page-search .block-search-goods .block-search-goods--condition-items+.action-buttons {
    display: none;
}

/* 2022.11.10 tharada */
input[type="text"].reqest_card_ {
    pointer-events: none;
    background-color: gray;
}

/* styling */
.page-top .ecbn-selection-page-tabs-area {
    display: none;
}

.styling-head-container {
    margin-top: 60px;
}

.pane-styling-contents {
    margin-top: 56px;
}

.pane-left-menu .block-filter--select-link {
    display: block;
    cursor: pointer;
}

.pane-left-menu .block-filter--select-link.current {
    text-decoration: underline;
}

.pane-left-menu .block-filter--select-link:hover {
    opacity: .6;
}

.pane-left-menu .block-filter--select-link+.block-filter--select-link {
    margin-top: 15px;
}

#block_filter__modal_stature .block-filter--list-inner-accordion {
    padding-left: 40px;
    padding-right: 40px;
}

#block_filter__modal_stature .block-filter--list-inner-accordion>.head {
    margin-bottom: 17px;
}

#block_filter__modal_stature .block-filter--list-inner-accordion>.block-filter--height {
    display: flex;
    align-items: center;
}

#block_filter__modal_stature .block-filter--list-inner-accordion>.block-filter--height>*+* {
    margin-left: 10px;
}

#block_filter__modal_stature .block-filter--list-inner-accordion>.block-filter--height>.height {
    position: relative;
}

#block_filter__modal_stature .block-filter--list-inner-accordion>.block-filter--height>.height::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    display: block;
    width: 11px;
    height: 6px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url('../../img/usr/common/arrow_filter_select_b.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#block_filter__modal_stature .block-filter--list-inner-accordion>.block-filter--height select {
    width: 144px;
    padding: 8px 15px 9px;
    appearance: none;
    border: 1px solid #B7B7B7;
    border-radius: 2px;
}

.pane-styling-contents #block_filter__modal_gender label {
    margin-top: 0;
    margin-right: 0;
}

.pane-styling-contents #block-filter-result {
    margin-bottom: 60px;
}

.ecbn-selection-page-tabs-area .ecbn-selection-page-tabs-title {
    margin-bottom: 18px;
    font-size: 16px;
}

.ecbn-selection-page-tabs-area .ecbn-selection-page-tabs-title::after {
    content: attr(data-sub-title);
    display: block;
    font-size: 11px;
    margin-top: 1px;
}

.vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item>div>a {
    transition: .3s all;
}

.vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item>div>a:hover {
    opacity: .6;
}

.vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-item a:hover img {
    opacity: 1;
}

.pane-left-menu+.pane-main .vsm-tile.vsm-ranking .ecbn-selection-page-wrapper li.ecbn-selection-item:first-of-type a {
    position: relative;
}

.pane-left-menu+.pane-main .vsm-tile.vsm-ranking .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-of-type(-n+8) a::before {
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background: #fff;
    font-size: 12px;
    color: #8D8D8D;
    z-index: 1;
}

.pane-left-menu+.pane-main .vsm-tile.vsm-ranking .ecbn-selection-page-wrapper li.ecbn-selection-item:first-of-type a::before {
    background: #BEA970;
    content: '1';
    color: #fff;
}

.pane-left-menu+.pane-main .vsm-tile.vsm-ranking .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-of-type(2) a::before {
    background: #A9A9A9;
    content: '2';
    color: #fff;
}

.pane-left-menu+.pane-main .vsm-tile.vsm-ranking .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-of-type(3) a::before {
    background: #997A5D;
    content: '3';
    color: #fff;
}

.pane-left-menu+.pane-main .vsm-tile.vsm-ranking .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-of-type(4) a::before {
    content: '4';
}

.pane-left-menu+.pane-main .vsm-tile.vsm-ranking .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-of-type(5) a::before {
    content: '5';
}

.pane-left-menu+.pane-main .vsm-tile.vsm-ranking .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-of-type(6) a::before {
    content: '6';
}

.pane-left-menu+.pane-main .vsm-tile.vsm-ranking .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-of-type(7) a::before {
    content: '7';
}

.pane-left-menu+.pane-main .vsm-tile.vsm-ranking .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-of-type(8) a::before {
    content: '8';
}

/* visumo */
.ecbn-selection-widget-new div {
    margin: 0 !important;
}

.ecbn-selection-page-wrapper .ecbn-selection-snap {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    height: auto !important;
}

.pane-left-menu+.pane-main .ecbn-selection-page-wrapper .ecbn-selection-snap {
    justify-content: space-between;
}

.pane-left-menu+.pane-main .ecbn-selection-page-wrapper .ecbn-selection-snap::before {
    content: '';
    width: 228px;
    height: 0;
    order: 1;
}

.pane-left-menu+.pane-main .ecbn-selection-page-wrapper .ecbn-selection-snap::after {
    content: '';
    width: 228px;
    height: 0;
}

.page-top .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs,
.page-brandtop .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs {
    display: none;
}

.page-page .ecbn-selection-widget {
    margin-top: 0;
}

.page-page .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-box {
    padding-top: 0;
}

.page-page .ecbn-selection-widget-new .ecbn-selection-to-nextpage {
    display: none;
}

.vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
    position: static !important;
    width: 228px !important;
    min-height: 344px;
    padding: 0 !important;
    margin-right: 15px;
    margin-bottom: 26px;
    transition: .3s all;
}

.pane-left-menu+.pane-main .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
    margin-right: 0;
}

.vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item.hide-store,
.vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item.hide-stature {
    display: none !important;
}

.vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-of-type(5n) {
    margin-right: 0;
}

.page-page .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-of-type(4n) {
    margin-right: 0;
}

.page-page .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-of-type(5n) {
    margin-right: 15px;
}

.vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item>div::after {
    content: '';
    display: block;
    clear: both;
}

.vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item>div>a {
    height: 284px !important;
    margin-bottom: 19px;
}

.vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-item img {
    object-fit: cover;
}

div.vsm-tile .ecbn-selection-item .ecbn-selection-detail--free-comment {
    padding: 0;
}

.ecbn-selection-item .ecbn-selection-detail--free-comment .ecbn-selection-free-comment {
    font-size: 12px;
    font-weight: 700;
    color: #B7B7B7;
}

div.vsm-tile .ecbn-selection-item .ecbn-selection-detail--free-comment.ecbn-selection-detail--free-comment2 {
    float: left;
    width: 49%;
}

div.vsm-tile .ecbn-selection-item .ecbn-selection-detail--free-comment.ecbn-selection-detail--free-comment3 {
    float: right;
    text-align: right;
    width: 49%;
}

div.ecbn-selection-page-wrapper .ecbn-selection-to-nextpage>a.ecbn-selection-to-nextpage-btn,
div.ecbn-selection-page-wrapper .ecbn-selection-more-btn {
    width: 332px;
    padding-top: 14px;
    padding-bottom: 15px;
    transition: .3s all;
    border-radius: 2px;
}

div.ecbn-selection-page-wrapper .ecbn-selection-to-nextpage>a.ecbn-selection-to-nextpage-btn:hover,
div.ecbn-selection-page-wrapper .ecbn-selection-more-btn:hover {
    background: #5A5A5A;
    color: #fff;
    border: 1px solid #5A5A5A;
    opacity: 1;
}

div.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs {
    padding: 0;
    margin-bottom: 48px;
}

div.ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li,
div.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li {
    width: auto;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 0;
}

div.ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a,
div.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a {
    background: #B7B7B7;
    border: 0 none;
    padding: 8px 10px 4px;
    transition: .3s all;
}

div.ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a:hover,
div.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a:hover {
    background: #D3D3D3;
}

.page-search-no-styling .pane-left-menu {
    display: none !important;
}

/* styling（検索ページ） */
#frmFilterSearchStyling #block_search_tab_box .block-search-tab-panel #block_filter__list_stature dd {
    padding-top: 18px;
    padding-bottom: 18px;
}

#frmFilterSearchStyling #block_filter__list_stature .block-filter--height {
    display: flex;
    align-items: center;
}

#frmFilterSearchStyling #block_filter__list_stature .block-filter--height>*+* {
    margin-left: 10px;
}

#frmFilterSearchStyling #block_filter__list_stature .block-filter--height>.height {
    position: relative;
}

#frmFilterSearchStyling #block_filter__list_stature .block-filter--height>.height::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    display: block;
    width: 11px;
    height: 6px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url(../../../img/usr/common/arrow_filter_select_b.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#frmFilterSearchStyling #block_filter__list_stature .block-filter--height select {
    width: 151px;
    padding: 16px 15px 15px;
    appearance: none;
    border: 0px solid #B7B7B7;
    background-color: #F7F7F7;
    border-radius: 0;
    color: #3C3C3C;
}

/* スタイリング（検索結果） */
.pane-stylingsearch-contents .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area {
    display: none;
}

/* カート */
.block-order-flow--step-current {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 25px 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}

.block-order-flow--step1.block-order-flow--step-current {
    width: 129px;
    background-image: url('../../img/usr/common/order_flow_step1.png');
}

.block-order-flow--step2.block-order-flow--step-current {
    width: 166px;
    background-image: url('../../img/usr/common/order_flow_step2.png');
}

.block-order-flow--step3.block-order-flow--step-current {
    width: 129px;
    background-image: url('../../img/usr/common/order_flow_step3.png');
}

.block-order-flow--step4.block-order-flow--step-current {
    width: 115px;
    background-image: url('../../img/usr/common/order_flow_step4.png');
}

.block-order-flow--step-current::after {
    border-left: none;
}

.block-goods-get-point {
    margin-bottom: 16px;
}

.block-goods-schedule {
    margin-top: 8px;
}
/* 20260722 */
.pane-header .container:has(.header-menu) {
    height: 125px;
}
.pane-header:has(.header-menu) ~ .block-header-info-frame {
    display: none;
}
.pane-header:not(:has(.header-menu)) ~ .block-header-info-frame .block-header-info > :first-child + * {
    display: none;
}
.header-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0 20px;
}
.header-menu > * {
    flex: 0 0 100%;
}
.pane-header:has(.header-menu) .block-header-logo {
    width: 260px;
    margin-right: 64px;
}
.header-menu .pane-globalnav {
  width: auto;
  height: 40px;
  order: 200;
  align-self: flex-start;
}
.header-menu ul.block-globalnav--item-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 100%;
  align-self: flex-start;
}
.header-menu .block-headernav {
  margin-left: auto;
  order: 100;
  margin: 10px 0 15px;
}
.header-menu ul.block-headernav--item-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.header-menu ul.block-headernav--item-list > li + li {
  margin-left: 21px;
}
.header-menu ul.block-headernav--item-list>li a {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  line-height: 24px;
}
.header-menu ul.block-headernav--item-list > li a::after {
  display: block;
  content: "";
  width: 1px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-menu ul.block-headernav--item-list .menu-text {
  display: block;
  white-space: nowrap;
  margin-right: .6rem;
  line-height: 2.2;
  font-size: 13px;
}
.header-menu ul.block-headernav--item-list > li.block-headernav--item-cart a::after {
  background-image: url(../../img/usr/common/ico_cart.png);
  content: "";
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-menu ul.block-headernav--item-list > li.block-headernav--item-cart a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header-menu ul.block-headernav--item-list > li a::before {
    content: none;
}
.header-menu ul.block-globalnav--item-list > li .block-globalnav-menu {
    top: 121px;
}
.header-menu .block-headernav--item-username {
    flex: 1 1 100%;
}
.header-menu .block-headernav--item-username .menu-text {
    font-size: 14px !important;
}
.block-headernav--item-search {
    interpolate-size: allow-keywords;
}
.block-header-logo--link {
    display: inline-block;
    transform: translateY(-10px);
}
.search-dropdown-menu {
    position: absolute;
    top: 44px;
    left: 0px;
    width: 100vw;
    width: max(100vw, 100%);
    opacity: 0;
    padding: 0;
    transition: transform .3s 0s, opacity .3s 0s;
    transform-origin: center top;
    z-index: 999999;
    transform: scaleY(0);
    overflow: visible;
    margin-top: 26px;
    min-width: 1200px;
}
.search-dropdown-menu__close {
    position: absolute;
    top: 119px;
    right: calc(40vw - 432px);
}
@media (max-width: 1200px) {
    .search-dropdown-menu__close {
        right: 48px;
    }
}
.search-dropdown-menu__close-btn {
    width: 56px;
    height: 56px;
    border: 0;
    outline: 0;
    position: relative;
    transition: opacity .1s;
    padding: 0;
    background: transparent;
    border-radius: 4px;
    outline: 2px solid transparent;
    transition: outline-color .1s;
}
.search-dropdown-menu__close-btn:hover {
    outline: 2px solid #666;
}
.search-dropdown-menu__close-btn::before,
.search-dropdown-menu__close-btn::after {
    content: '';
    display: block;
    width: 56px;
    height: 2px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    position: absolute;
    top: 50%;
    left: 0;
    transform-origin: center center;
}
.search-dropdown-menu__close-btn::before {
    transform: rotate(45deg);
}
.search-dropdown-menu__close-btn::after {
    transform: rotate(-45deg);
}
.search-dropdown-menu::before {
    content: '';
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 24px solid #EDEDED;
    transition: transform 0.3s;
    position: absolute;
    top: -24px;
    right: calc(214px + calc(50vw - 600px));
}
@media (max-width: 1200px) {
    .search-dropdown-menu::before {
        right: 214px;
    }
}
.search-dropdown-menu::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100%;
    background: #ededed;
    z-index: -1;
}
.search-dropdown-menu.active {
    opacity: 1;
    transition: transform .3s 0s, opacity .3s 0s;
    transform: scaleY(1);
}
.search-dropdown-menu__wrap {
    padding: 0 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 860px;
    margin: 0 auto;
}
.search-dropdown-menu--top,
.search-dropdown-menu--bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 0 0 100%;
}
.search-dropdown-menu--top > * {
    display: block;
    flex: 0 0 100%;
}
.search-dropdown-menu--top h3 {
    font-size: 18px;
    padding: 44px 0 18px;
    margin: 0 0 14px 0;
    border: 0;
}
.search-dropdown-menu__search-history-list--no-item {
    padding: 8px 0 8px 35px;
    font-size: 20px;
    color: #888;
}
.search-dropdown-menu__search-history-list--no-item:has( ~ .search-dropdown-menu__search-history-list--item) {
    display: none;
    visibility: none;
}
.search-dropdown-menu__search-history-list--item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 2px 0;
}
.search-dropdown-menu__search-history-list--item > a {
    flex: 0 0 319px;
    display: block;
    padding: 8px 0 8px 35px;
    font-size: 20px;
    word-break: break-all;
}
.search-dropdown-menu__search-history-list--item > .search-dropdown-menu__search-history-delete {
    flex: 0 0 39px;
    padding: 4px 4px 4px 0;
    margin: 0 16px 0 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.search-dropdown-menu__search-history-list--item > .search-dropdown-menu__search-history-delete button {
    width: 32px;
    height: 32px;
    border: 0;
    position: relative;
    border-radius: 2px;
    background: transparent;
    outline: 2px solid transparent;
    transition: outline-color .1s;
}
.search-dropdown-menu__search-history-list--item > .search-dropdown-menu__search-history-delete button:hover {
    outline: 2px solid #555;
}
.search-dropdown-menu__search-history-list--item > .search-dropdown-menu__search-history-delete button::before,
.search-dropdown-menu__search-history-list--item > .search-dropdown-menu__search-history-delete button::after {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform-origin: center center;
}
.search-dropdown-menu__search-history-list--item > .search-dropdown-menu__search-history-delete button::before {
    transform: rotate(45deg) scale(0.6);
}
.search-dropdown-menu__search-history-list--item > .search-dropdown-menu__search-history-delete button::after {
    transform: rotate(-45deg) scale(0.6);
}
.search-dropdown-menu__detail-search {
    font-size: 16px;
    margin: 15px 0 18px;
}
.search-dropdown-menu--top .filter-menu__menu-item--keyword {
    border: 2px solid #A9A9A9;
    width: calc(100% - 4px);
}
.search-dropdown-menu--top .filter-menu__menu-item--keyword:hover,
.search-dropdown-menu--top  .filter-menu__menu-item--keyword:focus-within {
    border-color: #3C3C3C;
}
.search-dropdown-menu--top .filter-menu__search-btn > figure {
    width: 22px;
    height: 22px;
}
.search-dropdown-menu--top .filter-menu__search-btn > figure > img {
    width: 100%;
    height: 100%;
}
.search-dropdown-menu--top .filter-menu__menu-item--keyword .filter-menu__search-btn {
    flex: 0 0 48px;
    height: 56px;
    background: #fff;
}
.search-dropdown-menu--top .filter-menu__menu-item--keyword > [type="search"] {
    background: #fff;
    padding: 14px 18px 14px 0;
    font-size: 18px;
    text-indent: 0;
}
.search-dropdown-menu--middle {
    display: grid;
    gap: 40px;
    padding: 0;
    grid-template-columns: 45% 1fr;
    width: 100%;
    margin-top: 20px;
}
.search-dropdown-menu--middle h3 {
    background: #fff;
    border-bottom: 0;
    padding: 4px 0 4px 35px;
    font-size: 14px;
    font-weight: 700;
}
.search-dropdown-menu--bottom {
    margin-top: 24px;
}
.search-dropdown-menu__fix-content-list {
    display: grid;
    gap: 8px 30px;
    padding: 30px 20px 50px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    border-top: 2px solid #fff;
}
.search-dropdown-menu__fix-content-list--item:nth-child(1) {
    order: 1;
}
.search-dropdown-menu__fix-content-list--item:nth-child(2) {
    order: 3;
}
.search-dropdown-menu__fix-content-list--item:nth-child(3) {
    order: 5;
}
.search-dropdown-menu__fix-content-list--item:nth-child(4) {
    order: 7;
}
.search-dropdown-menu__fix-content-list--item:nth-child(5) {
    order: 2;
}
.search-dropdown-menu__fix-content-list--item:nth-child(6) {
    order: 4;
}
.search-dropdown-menu__fix-content-list--item:nth-child(7) {
    order: 6;
}
.search-dropdown-menu__fix-content-list--item:nth-child(8) {
    order: 8;
}
.search-dropdown-menu__fix-content-list--item > a {
    display: block;
    padding: 34px 0 32px 76px;
    position: relative;
    background: #fff;
    font-size: 18px;
}
.search-dropdown-menu__detail-search::before,
.search-dropdown-menu__fix-content-list--item > a::before {
    content: '' !important;
    display: inline-block;
    width: 24px !important;
    height: 24px !important;
    margin-right: 22px;
    background-size: contain;
    background-repeat: no-repeat;
}
.search-dropdown-menu__fix-content-list--item > a::after {
    content: none !important;
}
.search-dropdown-menu__detail-search::before,
.search-dropdown-menu__fix-content-list--item > .search-dropdown-menu__fix-content-list--default::before {
    background-image: url(../../img/usr/common/arrow_12x21.png) !important;
    width: 6px !important;
    margin: 6px 22px -6px 4px !important;
}
.search-dropdown-menu__fix-content-list--brand::before {
    background-image: url(../../img/usr/common/ico_menu_brand_sp.png) !important;
}
.search-dropdown-menu__fix-content-list--item::before {
    background-image: url(../../img/usr/common/ico_menu_new_arrival_sp.png) !important;
}
.search-dropdown-menu__fix-content-list--blog::before {
    background-image: url(../../img/usr/common/ico_menu_blog_sp.png) !important;
}
.search-dropdown-menu__fix-content-list--feature::before {
    background-image: url(../../img/usr/common/ico_menu_feature_sp.png) !important;
}
.search-dropdown-menu__tag-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.search-dropdown-menu__tag-list--item {
    flex: 0 0 100%;
    padding: 2px 0;
}
.search-dropdown-menu__tag-list--item button {
    border: 0;
    outline: 0;
    padding: 8px 30px 8px 35px;
    font-size: 20px;
    font-weight: 400;
    background: transparent;
    width: 100%;
    text-align: left;
    color: #444;
    background: #ededed;
}
.search-dropdown-menu__tag-list--item button:hover {
    text-decoration: underline;
}
.top-notice-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    transition: opacity .3s;
    max-height: 51px;
    overflow: hidden;
}
.top-notice-block + #header {
    border-top: 1px solid #e6e6e6;
}
.top-notice-list__item {
    padding: 0 80px;
}
.top-notice-list__item--body {
    display: block;
    max-width: 100%;
    padding: 17px 0 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
}
.top-notice-block .bx-wrapper {
    margin: 0;
    border: 0;
    box-shadow: none;
}
.top-notice-block .bx-wrapper .bx-controls-direction a {
    top: 50%;
    margin-top: -8px;
    outline: 0;
    width: 12px;
    height: 21px;
    text-indent: -9999px;
    z-index: 9999;
    background-size: 6px 10px;
    background-position: 50% 50%;
    transform-origin: center center;
}
.top-notice-block .bx-wrapper .bx-next {
    right: -22px;
    background-image: url(../../img/usr/common/arrow_12x21.png);
}
.top-notice-block .bx-wrapper .bx-prev {
    left: -22px;
    background-image: url(../../img/usr/common/arrow_12x21.png);
    transform: rotate(180deg);
}
.block-dropdown-info-frame {
    display: none;
    visibility: hidden;
}
/* 一部Unisearchの部品と共通のためblock.cssに切り出し */
.filter-menu__menu-item--keyword {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 190px;
	border: 1px solid transparent;
	box-sizing: content-box;
}
.filter-menu__menu-item--keyword:hover,
.filter-menu__menu-item--keyword:focus-within {
	border-color: #3C3C3C;
}
.search-dropdown-menu__trigger:has( ~ .search-dropdown-menu.active) .filter-menu__menu-item--keyword:hover {
	border-color: transparent;
}
.filter-menu__menu-item--keyword > [type="search"] {
	flex: 1 1 100%;
	border: 0;
	background: #EDEDED;
	text-indent: .5rem;
	font-size: .8rem;
    text-overflow: ellipsis;
}
.filter-menu__menu-item--keyword > [type="search"]:hover,
.filter-menu__menu-item--keyword > [type="search"]:focus {
	outline: 0;
	border: 0;
}
.filter-menu__search-btn {
	flex: 0 0 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	outline: 0;
	border: 0;
	background: #3C3C3C;
	color: #3C3C3C;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.filter-menu__search-btn--transparent {
	background: #EDEDED;
}
.filter-menu__search-btn > figure {
	height: 18px;
	width: 18px;
}
.filter-menu__search-btn:hover {
	opacity: 0.8;
}
.block-headernav--separator {
    margin: 0 -10px 0 10px !important;
}
.uni-suggest {
    min-width: 190px;
    width: max-content;
    max-width: 340px;
    box-sizing: content-box;
    flex-direction: column;
    flex-wrap: nowrap;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    background: #fff;
}
.block-search-tab-panel .uni-suggest {
    max-width: 537px;
    width: 537px;
}
.uni-suggest .uni-suggest__keyword:has(*) {
    padding: 9px 0 0;
}
.uni-suggest .uni-suggest__keyword-mark:has(*),
.uni-suggest .uni-suggest__keyword:has(*) ~ .uni-suggest__keyword-mark {
    padding: 0 0 9px;
}
.uni-suggest .uni-suggest__history--outer,
.uni-suggest .uni-suggest__category:has(*),
.uni-suggest .uni-suggest__brand:has(*) {
    padding: 9px 0;
    border-bottom: 1px solid #808080;
}
.uni-suggest .uni-suggest__item:has(*) {
    padding: 18px 0;
    border-bottom: 1px solid #808080;
}
.uni-suggest > * > button,
.uni-suggest > * > .uni-sugget__item-info,
.uni-suggest__history > button {
    flex: 0 0 auto;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none;
    background: #fff;
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 11px 48px;
    text-align: left;
    font-size: 18px;
    color: #444;
    transition: background-color .1s, color .1s;
}
.block-search-tab-panel .uni-suggest > * > button,
.block-search-tab-panel .uni-suggest > * > .uni-sugget__item-info,
.block-search-tab-panel .uni-suggest__history > button {
    font-size: 14px;
    padding: 11px 24px;
}
.uni-suggest__history--no-item {
    padding: 11px 48px;
    font-size: 18px;
    color: #808080;
}
.block-search-tab-panel .uni-suggest__history--no-item {
    font-size: 14px;
    padding: 11px 24px;
}
.uni-suggest__history:has(*) + .uni-suggest__history--no-item {
    display: none;
}
.uni-sugget__item-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.uni-sugget__item-info .uni-suggest__item-img {
    flex: 0 0 60px;
    height: 60px;
    margin-right: 20px;
}
.uni-sugget__item-info .uni-sugget__item-text {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.uni-sugget__item-info .uni-sugget__item-text > * {
    flex: 0 0 100%;
}
.uni-sugget__item-info .uni-sugget__item-text .uni-sugget__item-info--brand {
    font-size: 13px;
    line-height: 1;
}
.uni-sugget__item-info .uni-sugget__item-text .uni-sugget__item-info--name {
    font-weight: 700;
    line-height: 24px;
    padding: 5px 0;
    max-width: 680px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block-search-tab-panel .uni-sugget__item-info .uni-sugget__item-text .uni-sugget__item-info--name {
    max-width: 409px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uni-sugget__item-info .uni-sugget__item-text .uni-sugget__item-info--price {
    font-size: 13px;
    line-height: 1;
}
.uni-suggest > * > button:disabled,
.uni-suggest__history > button:disabled {
    color: #808080;
}
.uni-suggest > * > button:not(.uni-sugget__item-info):hover,
.uni-suggest__history > button:hover {
    background: #444;
    color: #fff;
}
.uni-suggest > * > .uni-sugget__item-info:hover {
    text-decoration: 1px underline #444;
}
.uni-suggest__history--title {
    padding: 14px 30px 11px;
    font-size: 13px;
    font-weight: 400;
    color: #808080;
}
.pane-left-menu .uni-suggest > * > button {
    padding: 4px;
    font-size: .8rem;
    text-indent: .5rem;
}
.pane-left-menu .uni-suggest .uni-suggest__keyword {
    border-bottom: 1px solid #808080;
}
.search-dropdown-menu--top .uni-suggest {
    max-width: none;
    width: 100%;
    border: 0;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
}
.search-dropdown-menu--top .uni-suggest > button {
    padding: .9rem 1.2rem .9rem 66px;
    font-size: 15px;
}
div:has( ~ .pane-topic-path) > .top-section-title,
.top-section-title:has( ~ .block-topic-path) {
    margin-bottom: 34px;
}
.block-headernav--item-list > li:not(:has(input)) {
    font-weight: 700;
}
#frmFilterSearchBlog .uni-suggest__keyword:has(*),
#frmFilterSearchBlog .uni-suggest__contents:has(*),
#frmFilterSearchEvent .uni-suggest__keyword:has(*),
#frmFilterSearchEvent .uni-suggest__contents:has(*),
#frmFilterSearchFeature .uni-suggest__keyword:has(*),
#frmFilterSearchFeature .uni-suggest__contents:has(*) {
    padding: 9px 0;
    border-bottom: 1px solid #808080;
}
#frmFilterSearchBlog .uni-suggest__contents-item,
#frmFilterSearchEvent .uni-suggest__contents-item,
#frmFilterSearchFeature .uni-suggest__contents-item {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none;
    background: #fff;
    border: 0;
    border-bottom: 1px solid transparent;
    text-align: left;
    font-size: 14px;
    padding: 11px 24px;
    color: #444;
    transition: background-color .1s, color .1s;
}
#frmFilterSearchBlog .uni-suggest__contents-item:hover,
#frmFilterSearchEvent .uni-suggest__contents-item:hover,
#frmFilterSearchFeature .uni-suggest__contents-item:hover {
    text-decoration: none;
    background: #444;
    color: #fff;
}
.uni-suggest-brand-mark {
    font-weight: 700;
    text-decoration: underline;
}

/* ----カート取扱店舗リンクモーダル---- */
/* activeクラスが存在しない時に非表示 */
#block_cart_store_link_modal_container:not(.active) {
    display: none !important;
}
/**/
.link-external,
.link-external-w {
    display: inline-block;
    position: relative;
}
.link-external::after {
    content: '';
    background: center / contain no-repeat url(../../img/sys/icon/black/outbound.png);
    width: 14px !important;
    height: 14px !important;
    right: 24px !important;
    transform: none !important;
    border: 0 !important;
}
.link-external-w::after {
    content: '';
    background: center / contain no-repeat url(../../img/sys/icon/white/outbound.png);
    width: 14px !important;
    height: 14px !important;
    display: inline-block;
    margin-left: .6rem;
    transform: translate(0, 2px);
}