﻿@charset "UTF-8";

.block-search-suggest {
    border-color: #292929
}

.block-search-suggest--goods:hover,
.block-search-suggest--keyword:hover {
    background-color: #efefef
}

.block-jscart>h2 {
    margin: 0 0 10px
}

.block-jscart--title {
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center
}

.block-jscart--delete-btn {
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    border: 1px #292929 solid;
    background: #292929;
    font-size: 9pt;
    color: #fff;
    padding: 0 10px;
    min-width: 0;
    width: auto
}

.block-jscart--alert {
    margin-top: 10px
}

.block--cart-to-order {
    margin-top: 10px;
    text-align: center
}

.block--cart-to-order .btn {
    min-width: 0;
    width: 100%
}

.block-common-alert {
    margin-bottom: 10px;
    padding: 10px;
    color: #e30c0c;
    border-color: #e30c0c;
    background: #fff;
    text-align: center
}

.block-common-alert-list {
    border-color: #292929;
    text-align: center
}

.block-common-alert-list--items {
    color: #e30c0c;
    text-align: center;
}

.block-mypage--customer-status {
    background: #292929;
    border-radius: 0
}

.block-mypage--sign {
    border-right: 1px solid #fff
}

.block-mypage--mypoint {
    padding: 0 30px;
    text-align: right
}

.block-mypage--inquiry-info,
.block-mypage--member-info,
.block-mypage--shopping-info {
    background: 0;
    font-size: 15px;
    margin: 0 0 20px;
    padding: 0 0 10px
}

.block-mypage--inquiry-info-items,
.block-mypage--member-info-items,
.block-mypage--shopping-info-items,
.block-mypage--snssync-info-items {
    margin: 0 -5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.block-mypage--inquiry-info-items li:nth-of-type(3n+1),
.block-mypage--member-info-items li:nth-of-type(3n+1),
.block-mypage--shopping-info-items li:nth-of-type(3n+1) {
    margin-left: 5px
}

.block-mypage--inquiry-info-items li,
.block-mypage--member-info-items li,
.block-mypage--shopping-info-items li {
    border: 1px solid #dedede;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0 5px 10px;
    max-width: none;
    width: calc((100% - 10px * 3)/3)
}

.block-mypage--inquiry-info-items li dt,
.block-mypage--member-info-items li dt,
.block-mypage--shopping-info-items li dt {
    border-bottom: 1px solid #dedede
}

.block-mypage--inquiry-info-items li dd,
.block-mypage--member-info-items li dd,
.block-mypage--shopping-info-items li dd {
    padding: 15px
}

.block-mypage--inquiry-info-items li dt a,
.block-mypage--member-info-items li dt a,
.block-mypage--shopping-info-items li dt a {
    font-size: 15px;
    position: relative;
    width: 100%;
    display: block;
    max-width: none
}

.block-mypage--inquiry-info-items li dt a:hover,
.block-mypage--member-info-items li dt a:hover,
.block-mypage--shopping-info-items li dt a:hover {
    color: #292929;
    text-decoration: underline
}

.block-mypage--inquiry-info-items li dt a:after,
.block-mypage--member-info-items li dt a:after,
.block-mypage--shopping-info-items li dt a:after {
    content: "";
    width: 13px;
    height: 13px;
    margin: -7px 0 0;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 4;
    border-top: 1px solid #292929;
    border-right: 1px solid #292929;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-indent: -9999px
}

.block-mypage--update-address-book {
    background: #292929;
    border-radius: 44px;
    border: 0;
    color: #fff;
    display: block;
    font-size: 9pt;
    font-weight: 700;
    height: 44px;
    letter-spacing: .25em;
    line-height: 44px;
    margin: 20px auto 0;
    padding: 0 20px;
    text-align: center
}

.block-mypage--update-address-book:hover {
    background: hsla(0, 0%, 6%, .7);
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.block-topic-details--items {
    border-top: 1px solid #dedede
}

.block-topic-details--items li {
    border-color: #dedede
}

.block-favorite--bookmark-list {
    border-bottom: 1px solid #dedede
}

.block-favorite--items>li {
    border-top: 1px solid #dedede;
    margin: 0;
    padding: 20px 0
}

.block-favorite--checkbox {
    width: 38px
}

.block-favorite--checkbox,
.block-favorite--image {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0 10px
}

.block-favorite--image {
    width: 162px
}

.block-favorite--description {
    width: 220px
}

.block-favorite--comment,
.block-favorite--description {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0 10px
}

.block-favorite--comment {
    width: 50%
}

.block-favorite--comment-textarea {
    width: 100%
}

.block-favorite--delete-item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0 10px;
    width: 71px
}

.block-favorite--price-items,
.block-favorite--update-dt {
    text-align: left
}

.block-favorite--comment-textarea-container input {
    width: auto
}

.block-inquiry-history--body li {
    border-bottom: 1px solid #dedede
}

.block-inquiry-history--body li:first-child {
    border-top: 1px solid #dedede
}

.block-order-estimate--novelty-item-goods input[type="radio"] {
    display: none
}

.block-order-estimate--novelty-item-goods input[type="radio"]+span {
    padding-left: 23px;
    position: relative
}

.block-order-estimate--novelty-item-goods input[type="radio"]+span:before {
    background: url(../../img/usr/common/ico_radio.png)50% 50% no-repeat scroll;
    background-size: 100% auto;
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 18px;
    height: 18px
}

.block-order-estimate--novelty-item-goods input[type="radio"]:checked+span:before {
    background-image: url(../../img/usr/common/ico_radio_checked.png)
}

.block-header {
    height: 88px;
    position: relative
}

.block-header-logo {
    height: 100%;
    line-height: 1;
    margin: 0;
    position: absolute;
    width: 100%
}

.block-header-logo--link {
    background: url(../../img/usr/common/header_logo.png)50% 50% no-repeat;
    background-size: 100% auto;
    display: block;
    height: 38px;
    left: calc(50% - 45px);
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-indent: -99999px;
    top: calc(50% - 23px);
    width: 92px;
    z-index: 3
}

.block-header-logo--link:hover {
    opacity: .6;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.block-header-nav {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 35px;
    right: 0
}

.block-header-nav--form {
    margin-right: 25px;
    vertical-align: middle
}

.block-header-nav--keyword {
    border: none;
    border-bottom: 1px solid #292929 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 9pt;
    line-height: 17px;
    padding: 0 !important;
    width: 177px
}

.block-header-nav--keyword,
.block-header-nav--submit {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    height: 17px
}

.block-header-nav--submit {
    background: url(../../img/usr/common/header_search_pc.png)50% 50% no-repeat scroll;
    background-size: 100% auto;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 17px
}

.block-header-nav--items {
    top: 68px;
    right: 0
}

.block-header-nav--item {
    display: inline-block
}

.block-header-nav--item+.block-header-nav--item:before {
    content: "/"
}

.block-gnav {
    line-height: 1;
    padding-bottom: 15px;
    position: relative
}

.block-gnav--menu-items {
    text-align: center
}

.block-gnav--menu-item {
    display: inline-block;
    font-family: neuhan, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    font-size: 9pt
}

.block-gnav--menu-item>a,
.block-gnav--menu-item>span {
    color: #292929;
    display: inline-block;
    padding: 13px 21px
}

.block-gnav-megamenu {
    display: none;
    left: 0;
    line-height: 1;
    padding: 3px 0 0;
    position: absolute;
    margin: 0;
    top: 47px;
    width: 100%;
    height: 70vh;
    max-height: 570px;
    background: #fff;
    border: 1px solid #dedede
}

.block-gnav-megamenu:after,
.block-gnav-megamenu:before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.block-gnav-megamenu:before {
    border-bottom: 15px solid #fff;
    top: -13px;
    z-index: 8
}

.block-gnav-megamenu:after,
.block-gnav-megamenu:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 810px
}

.block-gnav-megamenu:after {
    border-bottom: 15px solid #dedede;
    top: -15px;
    z-index: 7
}

.block-gnav-megamenu--categories {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -40px;
    padding: 40px 40px 0;
    text-align: left
}

.block-gnav-megamenu--category {
    margin: 0 10px 40px;
    width: calc((100% - 20px * 4)/4)
}

.block-gnav-megamenu--category-name {
    border-bottom: 1px solid #dedede;
    display: block;
    font-size: 9pt;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-transform: uppercase
}

.block-gnav-megamenu--item {
    display: block;
    font-size: 10px;
    letter-spacing: .1em;
    margin-bottom: 13px;
    text-transform: uppercase
}

.block-gnav--cart-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0
}

.block-gnav--cart-item {
    overflow: hidden;
    padding: 5px
}

.block-gnav--cart-item a {
    background-color: #292929;
    border-radius: 50%;
    display: block;
    height: 30px;
    text-indent: -99999px;
    width: 30px
}

.block-gnav--cart-item a:hover {
    opacity: .6;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.block-gnav--cart {
    background: url(../../img/usr/common/header_cart_white.png)50% 50% no-repeat;
    background-size: 19px auto;
    position: relative
}

.block-gnav--cart-count {
    background: #e30c0c;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-family: Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    height: 15px;
    letter-spacing: .05em;
    line-height: 15px;
    position: absolute;
    right: -4px;
    text-align: center;
    text-indent: 0;
    top: -1px;
    width: 15px;
    z-index: 6
}

.block-gnav--favo {
    background: url(../../img/usr/common/header_favo.png)50% 50% no-repeat;
    background-size: 1pc auto
}

.block-topic-path {
    background: transparent;
    color: #95989a;
    font-size: inherit;
    line-height: 1;
    margin: 15px 0;
    padding: 0
}

.block-topic-path--item {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase
}

.block-topic-path--item:not(:last-of-type):after {
    margin: 0 4px;
    content: ">"
}

/* 以下、2023/05/18まで使用 */
.block-footer-sns {
    line-height: 1
}

.block-footer-sns--items {
    margin: 0 auto 50px;
    text-align: center;
    width: 810pt
}

.block-footer-sns--item {
    padding: 0 5px;
    display: inline-block
}

.block-footer-sns--item a {
    border-radius: 50%;
    height: 33px;
    overflow: hidden;
    text-indent: -9999px;
    width: 33px
}

.block-footer-sns--item a:hover {
    opacity: .6;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.block-footer-sns--item a svg {
    width: 24px;
    max-height: 24px
}

.block-footer-sns--item a svg path {
    fill: #292929
}

/* ========== */
/* 2023/05/18 update @FLAP */
/* 全ページ共通フッター用 SNSアイコンリスト */
.block-footer-snslink {
    width: 80%;
    margin: 30px auto;
}

html:not([data-browse-mode="S"]) .block-footer-snslink {
    margin: 0 auto 60px;
}

.block-footer-snslink ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.block-footer-snslink ul li {
    width: 24px;
    margin: 0 30px;
}

.block-footer-snslink ul li a {
    display: block;
    transition: all 0.4s ease-out 0s;
}

.block-footer-snslink ul li a:hover {
    opacity: 0.5;
}

.block-footer-snslink ul li a img {
    display: block;
}

/* ========== */
.block-footer-menu {
    border-top: 1px solid #dedede;
    line-height: 1;
    padding: 20px 0
}

.block-footer-menu-items {
    margin: 0 auto;
    text-align: center;
    width: 810pt
}

.block-footer-menu-item {
    display: inline-block;
    margin: 0 10px
}

.block-footer-menu-item a {
    letter-spacing: .1em
}

.block-copyright--text {
    line-height: 1;
    margin: 0 auto 20px;
    text-align: center;
    width: 810pt
}

.block-top-kv {
    line-height: 1;
    margin-bottom: 20px
}

.block-top-kv .slick-dots li button {
    background: transparent;
    border: 1px solid #fff
}

.block-top-kv .slick-dots .slick-active button {
    background: #fff;
    border: 1px solid #fff
}

.block-top-kv .slick-prev {
    left: 15px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.block-top-kv .slick-next,
.block-top-kv .slick-prev {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
}

.block-top-kv .slick-next {
    right: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.block-free-banners {
    line-height: 1;
    margin-bottom: 75pt;
    overflow: hidden
}

.block-free-banners--items {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.block-free-banners--item {
    margin: 0 10px;
    width: calc((100% - 20px * 3)/3)
}

.block-free-banners--item img {
    height: auto;
    width: 100%
}

.block-free-banners--btn {
    margin: 40px auto 0;
    text-align: center;
    width: 280px
}

.block-free-banners .slick-prev {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    left: 28px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.block-free-banners .slick-next {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 28px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.block-sec {
    margin-bottom: 75pt
}

.block-sec:last-child {
    margin-bottom: 0
}

.block-sec--hn {
    background: transparent;
    border: 0;
    font-family: neuhan, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 30px;
    padding: 0;
    text-align: center
}

.block-sec--hn-sub {
    font-family: Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    display: block;
    text-align: center
}

.block-sec--hn-sub span {
    background: #fff;
    display: inline-block;
    font-size: 10px;
    letter-spacing: .1em;
    padding: 0 7px
}

.block-sec--moreview {
    line-height: 1;
    margin: 40px auto 0;
    width: 280px
}

.block-item {
    line-height: 1;
    position: relative;
    padding-bottom: 1px
}

.block-item--image {
    display: block;
    margin-bottom: 10px;
    position: relative;
    width: 100%
}

.block-item--image img {
    width: 100%
}

.block-item--date {
    font-size: 9pt;
    margin-bottom: 5px
}

.block-item--date,
.block-item--name {
    font-family: Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    letter-spacing: .05em;
    line-height: 1.4;
    padding: 0 5px
}

.block-item--name {
    color: #292929;
    font-size: 13px;
    margin: 0 0 15px
}

.block-item--price {
    color: #292929;
    display: inline;
    margin: 0;
    white-space: nowrap
}

.block-item--ex-price,
.block-item--price {
    font-family: neuhan, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    font-size: 15px;
    letter-spacing: .05em;
    padding: 0 5px
}

.block-item--ex-price {
    color: #222;
    display: block;
    text-decoration: line-through;
    white-space: normal
}

.block-item--sale-price {
    color: #d62f2f;
    display: inline;
    font-family: neuhan, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    font-size: 15px;
    letter-spacing: .05em;
    padding: 0 5px;
    white-space: nowrap
}

.block-item--price-tax {
    font-size: 10px
}

.block-item--discount-rate {
    background-color: #ab1b2c;
    color: #fff;
    display: inline;
    font-size: 10px;
    font-weight: 700;
    padding: 2px;
    letter-spacing: .05em
}

.block-item--sold-out {
    background: #292929
}

.block-item--nokori,
.block-item--sold-out {
    bottom: 0;
    color: #fff;
    font-size: 9pt;
    font-weight: 400;
    height: 30px;
    left: 0;
    letter-spacing: .1em;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 100%
}

.block-item--nokori {
    background: rgba(0, 0, 0, .6)
}

.block-item--rank:before {
    border-top: 36px solid #292929;
    border-right: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-left: 36px solid #292929;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1
}

.block-item--rank span {
    color: #fff;
    font-family: neuhan, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 5
}

.block-item--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2.5px
}

.block-item--icon {
    height: 20px;
    margin: 0 2.5px 5px;
    width: auto
}

.block-item--icon img {
    height: 100%;
    width: auto
}

.block-item-list {
    line-height: 1
}

.block-item-list--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -3px -30px
}

.block-item-list--items+.block-item-list--items {
    margin-top: 30px
}

.block-item-list--item {
    margin: 0 3px 30px;
    width: calc((100% - 6px * 5)/5)
}

.block-item-list__col4 .block-item-list--item {
    width: calc((100% - 6px * 4)/4)
}

.block-item-pickup {
    line-height: 1;
    overflow: hidden
}

.block-item-pickup--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -3px -30px
}

.block-item-pickup--item {
    margin: 0 3px 30px;
    width: calc((100% - 6px * 4)/4)
}

.block-topic {
    line-height: 1;
    overflow: hidden
}

.block-topic-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3px;
    padding: 0
}

.block-topic-item {
    margin: 0 3px;
    width: calc((100% - 6px * 3)/3)
}

.block-topic--image {
    margin-bottom: 10px
}

.block-topic--image img {
    height: auto;
    width: 100%
}

.block-topic--title {
    color: #292929;
    font-family: Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 1.4;
    margin-bottom: 15px
}

.block-topic--btn {
    line-height: 1;
    margin: 20px auto 0;
    width: 50%
}

.block-hashtag {
    line-height: 1;
    overflow: hidden;
    margin-bottom: 70px
}

.block-hashtag--hn {
    background: transparent;
    border: 0;
    font-family: neuhan, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0;
    text-align: center
}

.block-hashtag--count {
    color: #95989a;
    display: block;
    font-family: Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: .05em;
    margin-bottom: 40px;
    text-align: center
}

.block-hashtag--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -3px -6px
}

.block-hashtag--item {
    margin: 0 3px 6px;
    width: calc((100% - 6px * 7)/7)
}

.block-hashtag--item img {
    width: 100%
}

.block-category-menu {
    border-bottom: 1px solid #c7c7cc;
    line-height: 1;
    margin-bottom: 30px
}

.block-category-menu--hn {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #292929;
    font-size: 1pc !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 0 10px !important;
    text-align: left
}

.block-category-menu--hn,
.block-category-menu--items {
    font-family: neuhan, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif
}

.block-category-menu--items {
    line-height: 1.4;
    text-transform: uppercase
}

.block-category-menu--item+.block-category-menu--item {
    border-top: 1px solid #dedede
}

.block-category-menu--item>a,
.block-category-menu--item>span {
    display: block;
    padding: 10px 30px 10px 10px;
    position: relative;
    text-transform: uppercase
}

.block-category-menu--items__secondry {
    padding-bottom: 10px
}

.block-category-menu--items__secondry .block-category-menu--item {
    border: 0;
    font-size: 10px
}

.block-category-menu--items__secondry .block-category-menu--item a,
.block-category-menu--items__secondry .block-category-menu--item span {
    padding-left: 20px
}

.block-category-menu--items__thirdly .block-category-menu--item a {
    padding-left: 30px
}

.block-category-menu--item>a:after {
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -5px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 1;
    border-top: 1px solid #292929;
    border-right: 1px solid #292929;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-indent: -9999px
}

.block-category-menu--title:after {
    transform: rotate(135deg) !important;
    -webkit-transform: rotate(135deg) !important
}

.block-category-menu--title:hover {
    text-decoration: underline
}

.block-category-menu--title.__open:after {
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important
}

.block-category-menu--items__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 10px 20px
}

.block-category-menu--items__colors .block-category-menu--item {
    margin: 0 3px 6px;
    width: calc((100% - 6px * 5)/5)
}

.block-category-menu--items__colors .block-category-menu--item span {
    padding: 0
}

.block-category-menu--items__colors .block-category-menu--item span img {
    height: auto;
    width: 100%
}

.block-category-menu--items__colors .block-category-menu--item input[type="checkbox"] {
    display: none
}

.block-category-menu--items__colors .block-category-menu--item input[type="checkbox"]+label {
    display: block;
    padding-left: 0;
    position: relative
}

.block-category-menu--items__colors .block-category-menu--item input[type="checkbox"]:checked+label {
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.block-category-menu--items__colors .block-category-menu--item input[type="checkbox"]+label:before {
    background: transparent
}

.block-category-menu--items__colors .block-category-menu--item input[type="checkbox"]:checked+label:before {
    content: "";
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    width: 8px;
    height: 14px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -4px;
    padding: 0
}

.block-category--hn {
    background: transparent;
    border: 0;
    font-size: 31px;
    font-weight: 400;
    line-height: 1.2;
    margin: 20px 0 55px;
    padding: 0;
    text-align: center
}

.block-category-free-main-1 {
    margin: 20px auto;
    width: 810pt
}

.block-free-attention {
    border: 1px solid #e30c0c;
    color: #e30c0c;
    font-size: 13px;
    line-height: 1.6;
    padding: 5px;
    text-align: center
}

.block-category-nav {
    height: 30px;
    line-height: 1;
    margin: 0 0 30px;
    position: relative
}

.block-category-nav-sort {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #95989a;
    line-height: 1;
    display: block;
    left: 0;
    max-width: 810pt;
    min-width: 140px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 8
}

.block-category-nav-sort--title {
    background: url(../../img/usr/category/ico_cnav_sort.png)30px 50% no-repeat scroll;
    background-size: 9pt 9pt;
    cursor: pointer;
    display: block;
    font-weight: 700;
    height: 28px;
    line-height: 28px;
    min-width: 38px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.block-category-nav-sort--title:after {
    -webkit-transform: rotate(135deg);
    top: 9px;
    transform: rotate(135deg)
}

.block-category-nav-sort--title.__selected:after,
.block-category-nav-sort--title:after {
    border-right: 1px solid #292929;
    border-top: 1px solid #292929;
    content: "";
    height: 6px;
    position: absolute;
    right: 20px;
    width: 6px
}

.block-category-nav-sort--title.__selected:after {
    -webkit-transform: rotate(-45deg);
    top: 9pt;
    transform: rotate(-45deg)
}

.block-category-nav-sort--items {
    display: none
}

.block-category-nav-sort--item {
    border-top: 1px solid #95989a
}

.block-category-nav-sort--item a {
    display: block;
    font-weight: 700;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.block-category-pager {
    background: #fcfafa;
    font-family: 游ゴシック, Yu Gothic, sans-serif;
    line-height: 1;
    margin: 0
}

.block-category-pager__top {
    margin-bottom: 60px
}

.block-category-pager__bottom {
    margin-top: 60px
}

.block-category-pager--items {
    position: relative;
    text-align: center;
    width: 100%
}

.block-category-pager--item {
    display: inline-block;
    font-weight: 700;
    line-height: 30px;
    padding: 0 3px;
    position: relative
}

.block-category-pager--item.__active:after {
    border: 1px solid #292929;
    content: "";
    left: 2px;
    position: absolute;
    top: 23px;
    width: 9px
}

.block-category-pager--prev {
    border-right: 1px solid #a2a2a2;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 200px
}

.block-category-pager--prev a {
    display: block;
    height: 30px;
    width: 200px
}

.block-category-pager--prev:before {
    -webkit-transform: rotate(225deg);
    border-right: 1px solid #292929;
    border-top: 1px solid #292929;
    content: "";
    height: 7px;
    left: 34px;
    position: absolute;
    text-indent: -9999px;
    top: 11px;
    transform: rotate(225deg);
    width: 7px;
    z-index: 4
}

.block-category-pager--next {
    border-left: 1px solid #a2a2a2;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px
}

.block-category-pager--next a {
    display: block;
    height: 30px;
    width: 200px
}

.block-category-pager--next:before {
    -webkit-transform: rotate(45deg);
    border-right: 1px solid #292929;
    border-top: 1px solid #292929;
    content: "";
    height: 7px;
    position: absolute;
    right: 34px;
    text-indent: -9999px;
    top: 11px;
    transform: rotate(45deg);
    width: 7px;
    z-index: 4
}

.block-category-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.block-category-main--menu {
    width: 170px
}

.block-category-main--content {
    width: 860px
}

.block-goods {
    margin-bottom: 5pc
}

.block-goods--hn {
    background: transparent;
    border: 0;
    font-family: neuhan, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    font-size: 31px;
    font-weight: 400;
    line-height: 1.2;
    margin: 20px 0 55px;
    padding: 0;
    text-align: center;
    text-transform: uppercase
}

.block-goods-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.block-goods-main--image {
    width: 460px
}

.block-goods-main--details {
    width: 570px
}

.block-goods-images {
    line-height: 1;
    margin-bottom: 30px;
    position: relative
}

.block-goods-images--number {
    background-color: hsla(0, 0%, 100%, .7);
    border-radius: 11px;
    bottom: 30px;
    display: inline-block;
    font-size: 14px;
    left: 50%;
    letter-spacing: normal;
    line-height: 20px;
    margin-left: -26px;
    position: absolute;
    text-align: center;
    width: 52px;
    z-index: 1
}

.block-goods-images--image img {
    width: 100%
}

.block-goods-images--comment {
    margin: 10px 0 0;
    text-align: center;
}

.block-goods-images--caption {
    color: #95989a;
    font-size: 13px;
    padding: 9pt 0 18px;
    text-align: center
}

.block-goods-images--color,
.block-goods-images--zaiko {
    color: #292929;
    font-size: 1pc;
    font-weight: 700
}

.block-goods-images--zaiko {
    background: #eaeaea;
    border-radius: 10px;
    display: inline-block;
    line-height: 1pc;
    margin: 0 5px 5px 0;
    padding: 1px 10px
}

.block-goods-images--count {
    color: #292929;
    font-size: 9pt;
    line-height: 1pc
}

.block-goods-images .flex-direction-nav a {
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 20px;
    margin: -10px 0 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 20px;
    z-index: 2
}

.block-goods-images .flex-direction-nav .flex-prev {
    border-top: 1px solid #292929;
    border-right: 1px solid #292929;
    left: 15px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.block-goods-images .flex-direction-nav .flex-next {
    border-top: 1px solid #292929;
    border-right: 1px solid #292929;
    right: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.block-goods-thumbs {
    margin-bottom: 60px;
    line-height: 1
}

.block-goods-thumbs--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2px -4px
}

.block-goods-thumbs--item {
    border: 0 0 !important;
    margin: 0 2px 4px;
    padding: 0 !important;
    position: relative;
    width: calc((100% - 4px * 8)/8)
}

.block-goods-thumbs--thumbnail {
    cursor: pointer;
    display: block
}

.block-goods-thumbs--thumbnail img {
    height: auto;
    width: 100%
}

.block-goods-color {
    margin-bottom: 60px;
    line-height: 1
}

.block-goods-color--title {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #95989a;
    color: #020202;
    font-size: 9pt;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0 0 10px;
    text-align: left
}

.block-goods-color--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2px -4px
}

.block-goods-color--item {
    border: 0 0 !important;
    margin: 0 2px 4px;
    padding: 0 !important;
    position: relative;
    width: calc((100% - 4px * 8)/8)
}

.block-goods-color--thumbnail {
    cursor: pointer;
    display: block
}

.block-goods-color--thumbnail img {
    height: auto;
    width: 100%
}

.block-goods-color--caption {
    color: #95989a;
    display: block;
    font-size: 10px;
    line-height: 1.4;
    padding: 5px 0 0;
    text-align: center;
    word-wrap: break-word
}

.block-goods-head {
    line-height: 1;
    margin-bottom: 60px
}

.block-goods-head--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2.5px 30px
}

.block-goods-head--icon {
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    height: 20px;
    line-height: 19px;
    margin: 0 2.5px 5px;
    text-align: center;
    width: auto
}

.block-goods-head--icon img {
    height: 100%;
    width: auto
}

.block-goods-head--date {
    font-size: 15px;
    vertical-align: middle
}

.block-goods-head--on-sale {
    font-family: Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    letter-spacing: .05em;
    margin-bottom: 10px
}

.block-goods-head--soon {
    font-size: 17px;
    margin-bottom: 10px
}

.block-goods-head--name {
    background-color: transparent;
    border: 0;
    color: #292929;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0;
    margin: 0 0 20px
}

.block-goods-head--item_price {
    vertical-align: middle
}

.block-goods-head--price {
    color: #292929;
    font-family: neuhan, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    font-size: 22px;
    letter-spacing: .05em;
    vertical-align: middle
}

.block-goods-head--price-tax {
    font-size: 9pt
}

.block-goods-head--ex-price {
    color: #292929;
    text-decoration: line-through
}

.block-goods-head--ex-price,
.block-goods-head--sale-price {
    display: inline-block;
    font-family: neuhan, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    font-size: 22px;
    letter-spacing: .05em;
    padding-right: 10px;
    vertical-align: middle
}

.block-goods-head--sale-price {
    color: #d62f2f
}

.block-goods-head--sale-price span {
    color: #292929
}

.block-goods-head--discount-rate {
    background-color: #ab1b2c;
    color: #fff;
    display: inline;
    font-size: 13px;
    font-weight: 700;
    padding: 1px 3px;
    letter-spacing: .05em;
    vertical-align: text-bottom
}

.block-goods-head--sale_rate {
    background: #d62f2f;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 15px;
    padding: 2px 5px
}

.block-goods-head--sell {
    margin-top: 15px
}

.block-goods-addcart {
    line-height: 1;
    margin-bottom: 60px
}

.block-goods-select {
    margin-bottom: 60px
}

.block-goods-select--title {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #95989a;
    color: #020202;
    font-size: 9pt;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0 0 10px;
    text-align: left
}

.block-goods-select--title-current {
    float: right;
    font-weight: 400
}

.block-goods-select--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -5px -10px
}

.block-goods-select--item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #95989a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px 10px;
    min-height: 60px;
    position: relative;
    width: calc((100% - 10px * 7)/7)
}

.block-goods-select--item a {
    display: block;
    letter-spacing: .01em;
    padding: 5px;
    text-align: center;
    width: 100%
}

.block-goods-select__size .block-goods-select--item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    word-break: break-all
}

.block-goods-select--item-caption {
    display: inline-block;
    font-size: 10px;
    margin-top: 5px;
    word-break: break-all
}

.block-goods-select--item__current {
    border: 2px solid #020202;
    background: #efefef
}

.block-goods-items {
    margin-bottom: 60px
}

.block-goods-items--item:first-child {
    border-top: 1px solid #95989a
}

.block-goods-items--color {
    border-bottom: 1px solid #95989a;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.block-goods-items--color-img {
    width: 20%
}

.block-goods-items--color-img img {
    width: 100%
}

.block-goods-items--color-name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    font-weight: 700;
    line-height: 1.6;
    padding: 10px;
    word-break: break-all;
    font-size: 15px
}

.block-goods-items--types {
    overflow: hidden
}

.block-goods-items--type {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #95989a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    padding: 10px
}

.block-goods-items--type-image {
    background: #fff;
    margin-right: 10px;
    text-align: center;
    width: 20%
}

.block-goods-items--type-image img {
    width: 100%
}

.block-goods-items--type-image-caption {
    letter-spacing: .01em;
    line-height: 1.4;
    text-align: center
}

.block-goods-items--type-image-caption strong {
    font-weight: 700
}

.block-goods-items--zaiko {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 5px;
    width: 35%
}

.block-goods-items--zaiko__link {
    width: 100%
}

.block-goods-items--zaiko__link a {
    display: block;
    margin: -10px;
    padding: 17px 10px;
    position: relative;
    width: 100%
}

.block-goods-items--zaiko__link a:after {
    border-top: 1px solid #020202;
    border-right: 1px solid #020202;
    content: "";
    display: block;
    height: 9pt;
    margin: -6px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9pt;
    z-index: 2
}

.block-goods-items--zaiko strong {
    font-weight: 700
}

.block-goods-items--addcart {
    margin: 0 5px 0 auto;
    width: 45%
}

.block-goods-items--favor {
    margin: 0 5px;
    width: 2pc
}

.block-goods-info {
    line-height: 1;
    margin-bottom: 20px
}

.block-goods-info--hn {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #95989a;
    font-size: 9pt;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0 0 10px;
    text-align: left
}

.block-goods-info--text {
    font-size: 13px;
    line-height: 1.8
}

.block-goods-size {
    line-height: 1;
    margin-bottom: 25px
}

.block-goods-size--table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.block-goods-size--table-left {
    min-width: 15%
}

.block-goods-size--table-right {
    overflow-x: auto;
    width: 100%
}

.block-goods-size--table-right::-webkit-scrollbar {
    height: 5px
}

.block-goods-size--table-right::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 0
}

.block-goods-size--table table {
    position: relative;
    font-size: 13px;
    width: 100%
}

.block-goods-size--table-right table {
    width: 99%
}

.block-goods-size--table th {
    background-color: #f2f2f2;
    white-space: nowrap
}

.block-goods-size--table td,
.block-goods-size--table th {
    border: 1px #95989a solid;
    text-align: center;
    line-height: 40px;
    min-width: 52px;
    padding: 0 10px
}

.block-goods-size--table td {
    background: #fff
}

.block-goods-size--table-right td:first-child,
.block-goods-size--table-right th {
    border-left: 0
}

.block-goods-size--material-info {
    line-height: 1.8;
    margin-bottom: 20px
}

.block-goods-size--mkcode-info {
    line-height: 1.6
}

.block-goods-detail-explain--table:empty,
.block-goods-size-material-info:empty {
    margin-bottom: 0
}

.block-cart {
    margin-bottom: 5pc
}

.block-cart--hn {
    background: transparent;
    border: 0;
    font-size: 31px;
    font-weight: 400;
    line-height: 1.2;
    margin: 20px 0 55px;
    padding: 0;
    text-align: center
}

.timeLimitArea {
    margin: 0 auto 30px
}

.timeLimitArea p {
    color: #e30c0c;
    text-align: center;
    font-size: 1rem
}

.block-cart-message--in-text {
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: center
}

.block-cart-message--error-text {
    background-color: #ffecec;
    border: 2px #e30c0c solid;
    color: #e30c0c;
    display: block;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 25px;
    padding: 5px;
    text-align: center
}

.block-free-cart-message {
    margin-bottom: 30px;
    line-height: 1.8
}

.block-cart-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px
}

.block-cart-main--items {
    width: 45pc
}

.block-cart-main--price {
    width: 330px
}

.block-cart-item {
    width: 45pc;
    border-top: 1px #95989a solid;
    border-bottom: 1px #95989a solid;
    line-height: 1.2;
    padding: 20px 0;
    display: block;
    margin: 0 auto 30px
}

.block-cart-item td {
    vertical-align: middle
}

.block-cart-item--image {
    width: 150px
}

.block-cart-item--image img {
    vertical-align: top
}

.block-cart-item--info {
    vertical-align: top !important
}

.block-cart-item--detail {
    width: 35pc;
    margin: 0 0 0 15px
}

.item_block-cart-item--name {
    padding-bottom: 2px;
    font-weight: 700;
    font-size: 14px
}

.block-cart-item--color_size {
    width: 100%
}

.block-cart-item--color_size td {
    padding: 20px 0
}

.block-cart-item--price {
    width: 100%
}

.block-cart-item--price-tax {
    font-size: 13px;
    font-weight: 400
}

.block-cart-item--price th {
    text-align: center;
    line-height: 25px;
    border-top: 1px #c7c7cc solid;
    border-bottom: 1px #c7c7cc solid
}

.block-cart-item--price th:nth-child(1) {
    width: 220px
}

.block-cart-item--price th:nth-child(2),
.block-cart-item--price th:nth-child(3) {
    width: 90pt
}

.block-cart-item--price th:nth-child(4) {
    width: 75pt
}

.block-cart-item--price td {
    font-family: neuhan, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    font-size: 17px;
    font-weight: 700;
    height: 90px;
    line-height: 1.4;
    text-align: center
}

.block-cart-item .block-cart-item--price .block-cart-item--cd {
    font-size: 9pt
}

.block-cart-item .block-cart-item--price .block-cart-item--cd span a {
    display: block;
    width: 58px;
    line-height: 28px;
    border-radius: 50px;
    border: 1px #292929 solid;
    margin: 5px auto 0;
    background: #292929;
    color: #fff
}

.block-cart-item .block-cart-item--price .block-cart-item--cd span a:hover {
    background: hsla(0, 0%, 6%, .7);
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.block-cart-item .block-cart-item--price .block-cart-item--cd span:first-child a {
    margin: 0 auto
}

.block-cart-item .block-cart-item--price .block-cart-item--cd span a:hover {
    font-weight: 700
}

.block-select {
    border: 1px #dedede solid;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    position: relative;
    width: 78px
}

.block-select:before {
    background: #dedede;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 1
}

.block-select:after {
    -webkit-transform: rotate(135deg);
    border-right: 1px solid #292929;
    border-top: 1px solid #292929;
    content: "";
    height: 8px;
    margin-top: -5px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    text-indent: -9999px;
    top: 50%;
    transform: rotate(135deg);
    width: 8px;
    z-index: 1
}

.block-select--num {
    padding-right: 38px;
    position: relative;
    z-index: 2;
    cursor: pointer
}

.block-select--options {
    border: 1px #dedede solid;
    display: none;
    position: absolute;
    top: 34px;
    left: -1px;
    width: 38px;
    z-index: 3
}

.block-select--option {
    line-height: 24px;
    border-top: 1px #efefef solid;
    background-color: #fff;
    font-size: 13px;
    cursor: pointer
}

.block-select--option:first-child {
    border-top: 0
}

.block-cart-item--num-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 36px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 36px 0 10px;
    border: 1px solid #dedede;
    border-radius: 2px;
    font-family: neuhan, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
}

.block-cart-total {
    border: 3px solid #dedede;
    line-height: 1;
    padding: 30px
}

.block-cart-total--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px
}

.block-cart-total--title {
    font-size: 20px
}

.block-cart-total--title-tax {
    font-size: 11px
}

.block-cart-total--price {
    font-family: neuhan, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    font-size: 20px
}

.block-cart-total--btn+.block-cart-total--btn {
    margin-top: 10px
}

.block-free-cart-banners {
    line-height: 1;
    overflow: hidden
}

.block-free-cart-banners--items {
    margin: 0 -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block-free-cart-banners--item {
    margin: 0 5px;
    width: calc((100% - 10px * 3)/3)
}

.block-static-sizeguide {
    margin-top: 38px
}

.block-static-sizeguide--hn {
    background: transparent;
    border: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 62px;
    padding: 0;
    text-align: center
}

.block-static-sizeguide--btn {
    line-height: 1;
    margin: 60px auto 0;
    width: 314px
}

.block-static-sizeguide-sec {
    margin-bottom: 35px;
    overflow: hidden
}

.block-static-sizeguide-sec--hn {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dedede;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 40px;
    padding: 0 0 10px;
    text-align: center
}

.block-static-sizeguide-figs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
    margin: 0 -15px -30px
}

.block-static-sizeguide-figs--fig {
    margin: 0 15px 30px;
    width: 340px
}

.block-static-sizeguide-figs--image {
    border: 1px solid #95989a
}

.block-static-sizeguide-figs--caption {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center
}

.block-static-faq {
    margin-top: 38px
}

.block-static-faq--hn {
    background: transparent;
    border: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 62px;
    padding: 0;
    text-align: center
}

.block-static-faq--btn {
    line-height: 1;
    margin: 60px auto 0;
    width: 314px
}

.block-static-faq--links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.4;
    margin: 0 -5px 60px
}

.block-static-faq--link {
    margin: 0 5px 20px;
    width: 10pc
}

.block-static-faq--link a {
    border-bottom: 1px solid #292929;
    display: inline-block;
    font-size: 13px;
    letter-spacing: normal;
    padding: 0 0 3px;
    text-decoration: none
}

.block-static-faq--link a:hover {
    border-bottom: 0
}

.block-static-faq-sec {
    margin-bottom: 35px
}

.block-static-faq-sec--hn {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dedede;
    color: #292929;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 30px;
    padding: 0 0 10px;
    text-align: center
}

.block-static-faq-qa {
    margin-bottom: 30px
}

.block-static-faq-qa--q {
    font-size: 1pc;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: center
}

.block-static-faq-qa--q:before {
    content: "Q."
}

.block-static-faq-qa--a {
    background: #f0efef;
    font-size: 13px;
    line-height: 1.8;
    padding: 9pt 25px;
    text-align: center;
    width: 100%
}

.block-static-faq-qa--a:before {
    content: "A."
}

.block-static-faq-qa--a a {
    text-decoration: underline
}

.block-static-faq-qa--a a:hover {
    text-decoration: none
}

.block-static-faq-qa--li {
    margin-bottom: 5px
}

.block-static-first {
    margin-top: 38px
}

.block-static-first--hn {
    background: transparent;
    border: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 62px;
    padding: 0;
    text-align: center
}

.block-static-first--btn {
    line-height: 1;
    margin: 60px auto 0;
    width: 314px
}

.block-static-first-sec {
    margin-bottom: 20px
}

.block-static-first-sec--hn {
    background: #efefef;
    border: 0;
    color: #292929;
    font-size: 13px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 0;
    text-align: center
}

.block-static-first-sec--text {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: center
}

.block-static-first-sec--btn {
    line-height: 1;
    margin: 0 auto 20px;
    width: 314px
}

.block-static-privacy {
    margin-top: 38px
}

.block-static-privacy--hn {
    background: transparent;
    border: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 62px;
    padding: 0;
    text-align: left
}

.block-static-privacy--intro {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 35px
}

.block-static-privacy--date {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 60px
}

.block-static-privacy--btn {
    line-height: 1;
    margin: 0 auto 20px;
    width: 314px
}

.block-static-privacy-sec {
    margin-bottom: 30px
}

.block-static-privacy-sec--hn {
    background: transparent;
    border: 0;
    border-bottom: #95989a solid 1px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0 0 6px;
    text-align: left
}

.block-static-privacy-sec--text {
    font-size: 13px;
    line-height: 1.8
}

.block-static-privacy-sec--text a {
    text-decoration: underline
}

.block-static-privacy-sec--text a:hover {
    text-decoration: none
}

.block-static-help {
    margin-top: 38px
}

.block-static-help--hn {
    background: transparent;
    border: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 62px;
    padding: 0;
    text-align: left
}

.block-static-help--btn {
    margin: 60px auto 20px;
    width: 314px
}

.block-static-help-sec {
    margin-bottom: 30px
}

.block-static-help-sec--hn {
    background: transparent;
    border: 0;
    border-bottom: #95989a solid 1px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0 0 6px;
    text-align: left
}

.block-static-help-sec--text {
    font-size: 13px;
    line-height: 1.8
}

.block-static-help-sec--text a {
    text-decoration: underline;
    word-break: break-all
}

.block-static-help-sec--text a:hover {
    text-decoration: none
}

.block-static-agreement {
    margin-top: 38px
}

.block-static-agreement--hn {
    background: transparent;
    border: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 62px;
    padding: 0;
    text-align: left
}

.block-static-agreement--intro {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 35px
}

.block-static-agreement--btn {
    line-height: 1;
    margin: 60px auto 20px;
    width: 314px
}

.block-static-agreement--date {
    font-size: 13px;
    line-height: 1.8
}

.block-static-agreement-sec {
    margin-bottom: 30px
}

.block-static-agreement-sec--hn {
    background: transparent;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 30px;
    padding: 0;
    text-align: left
}

.block-static-agreement-subsec {
    margin-bottom: 30px
}

.block-static-agreement-subsec--hn {
    background: transparent;
    border: 0;
    border-bottom: #95989a solid 1px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0 0 6px
}

.block-static-agreement-subsec--text {
    font-size: 13px;
    line-height: 1.8
}

.block-static-agreement-subsec--li {
    font-size: 13px;
    line-height: 1.8;
    margin-left: 1em
}

.block-static-deal {
    margin-top: 38px
}

.block-static-deal--hn {
    background: transparent;
    border: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 62px;
    padding: 0;
    text-align: left
}

.block-static-deal--btn {
    line-height: 1;
    margin: 60px auto 20px;
    width: 314px
}

.block-static-deal-table {
    border-bottom: #95989a 1px solid;
    border-right: #95989a 1px solid;
    font-size: 13px;
    line-height: 1.8;
    margin: 0 auto 20px;
    padding: 0;
    text-align: left
}

.block-static-deal-table th {
    background: #efefef;
    width: 200px
}

.block-static-deal-table td,
.block-static-deal-table th {
    border-left: #95989a 1px solid;
    border-top: #95989a 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: top
}

.block-static-deal-table td {
    width: 837px
}

.block-static-company {
    margin-top: 38px
}

.block-static-company--hn {
    background: transparent;
    border: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 62px;
    padding: 0;
    text-align: left
}

.block-static-company--btn {
    line-height: 1;
    margin: 60px auto 20px;
    width: 314px
}

.block-static-company-table {
    border-bottom: #95989a 1px solid;
    border-right: #95989a 1px solid;
    font-size: 13px;
    line-height: 1.8;
    margin: 0 auto 20px;
    padding: 0;
    text-align: left
}

.block-static-company-table th {
    background: #efefef;
    width: 200px
}

.block-static-company-table td,
.block-static-company-table th {
    border-left: #95989a 1px solid;
    border-top: #95989a 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px
}

.block-static-company-table td {
    width: 837px
}

.block-static-shoplist {
    margin-top: 38px
}

.block-static-shoplist+.block-static-shoplist {
    margin-top: 90pt
}

.block-static-shoplist--hn {
    background: transparent;
    border: 0;
    font-family: neuhan, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 5pc;
    padding: 0;
    text-align: center
}

.block-static-shoplist--hn-sub {
    display: block;
    font-size: 10px;
    margin-top: 1pc
}

.block-static-shoplist--btn {
    line-height: 1;
    margin: 60px auto 20px;
    width: 314px
}

.block-static-shoplist-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 920px
}

.block-static-shoplist-about--image {
    width: 440px
}

.block-static-shoplist-about--texts {
    width: 420px
}

.block-static-shoplist-about--copy {
    text-align: center;
    margin: 55px auto;
    font-size: 15px;
    line-height: 3em
}

.block-static-shoplist-about--name {
    font-family: neuhan, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    font-size: 10px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase
}

.block-static-shoplist-about--name span {
    font-size: 1pc
}

.block-static-shoplist-about--history {
    line-height: 2;
    margin-bottom: 30px
}

.block-static-shoplist-about--sns-items {
    line-height: 1;
    text-align: left
}

.block-static-shoplist-about--sns-item {
    padding: 0 5px;
    display: inline-block
}

.block-static-shoplist-about--sns-item a {
    border-radius: 50%;
    height: 33px;
    overflow: hidden;
    text-indent: -9999px;
    width: 33px
}

.block-static-shoplist-about--sns-item a:hover {
    opacity: .6;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.block-static-shoplist-about--sns-item a svg {
    width: 24px;
    max-height: 24px
}

.block-static-shoplist-about--sns-item a svg path {
    fill: #292929
}

.block-static-shoplist-shops {
    border-bottom: 1px solid #efefef;
    line-height: 1
}

.block-static-shoplist-shops--shop {
    border-top: 1px solid #efefef;
    padding: 60px 20px;
    position: relative
}

.block-static-shoplist-shops--shop-name {
    font-family: neuhan, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
    /* 2023/8/8更新 */
    /* text-transform: uppercase */
    text-transform: none;
}

.block-static-shoplist-shops--shop-address,
.block-static-shoplist-shops--shop-date {
    font-size: 13px;
    margin-bottom: 20px
}

.block-static-shoplist-shops--shop-map {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.block-static-shoplist-shops--shop-map a {
    border-bottom: 1px solid #333;
    font-family: neuhan, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    padding: 0 0 10px;
    text-decoration: none;
    text-transform: uppercase
}

.block-static-shoplist-stores {
    line-height: 1;
    padding-bottom: 5pc
}

.block-static-shoplist-stores--store-list {
    text-align: center
}

.block-static-shoplist-stores--store-li {
    display: inline-block;
    margin: 0 40px
}

.slick-list {
    margin: 0 -3px
}

.slick-dots {
    bottom: 11px;
    position: absolute;
    text-align: center;
    width: 100%
}

.slick-dots li {
    display: inline-block;
    margin: 0 10px
}

.slick-dots li button {
    border: 1px solid #292929;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    height: 8px;
    width: 8px
}

.slick-dots .slick-active button {
    background: #292929;
    border: 1px solid #292929
}

.slick-arrow,
.slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px
}

.slick-arrow {
    border: 0;
    border-radius: 0;
    height: 20px;
    margin: -10px 0 0;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 2
}

.slick-prev {
    left: 15px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.slick-next,
.slick-prev {
    border-top: 1px solid #292929;
    border-right: 1px solid #292929
}

.slick-next {
    right: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn-shopping {
    border: 1px solid #292929;
    border-radius: 44px;
    color: #292929;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 100%
}

.btn-shopping:hover {
    opacity: .7;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-back {
    border: 1px solid #292929;
    border-radius: 44px;
    color: #292929;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 100%
}

.btn-back:hover {
    opacity: .7;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-regist {
    border: 1px solid #c7c7cc;
    border-radius: 44px;
    color: #292929;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 100%
}

.btn-regist:hover {
    opacity: .7;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-normal {
    background: #292929;
    border-radius: 44px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 100%
}

.btn-normal:hover {
    background: hsla(0, 0%, 6%, .7);
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-moreview {
    border: 1px solid #95989a;
    display: inline-block;
    color: #292929;
    font-family: neuhan, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%
}

.btn-moreview:after {
    border-right: 1px solid #292929;
    border-top: 1px solid #292929;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    top: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 22px;
    width: 6px
}

.btn-moreview:hover {
    background: #292929;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-moreview:hover:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff
}

.btn-addcart {
    background: #292929;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    height: 34px;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    width: 100%
}

.btn-addcart:hover {
    background: hsla(0, 0%, 6%, .7);
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-favo {
    background: #efefef url(../../img/usr/button/ico_heart_pink.png)50% 50% no-repeat scroll;
    background-size: 50% auto;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 34px;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    overflow: hidden;
    text-align: center;
    text-indent: -9999px;
    width: 2pc
}

.btn-favo:hover {
    opacity: .5;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-favo__disabled {
    background: #efefef url(../../img/usr/button/ico_heart_white.png)50% 50% no-repeat scroll;
    background-size: 50% auto;
    border-radius: 100%;
    color: #fff;
    overflow: hidden;
    text-indent: -9999px;
    width: 2pc
}

.btn-favo__disabled,
.btn-nyuuka {
    display: inline-block;
    height: 34px;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    text-align: center
}

.btn-nyuuka {
    background: #efefef;
    border-radius: 25px;
    color: #292929;
    width: 100%
}

.btn-nyuuka:hover {
    background: hsla(0, 0%, 94%, .5);
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-soon {
    border: 1px solid #dedede;
    border-radius: 25px;
    color: #292929;
    letter-spacing: .05em
}

.btn-nozaiko,
.btn-soon {
    display: inline-block;
    height: 34px;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    width: 100%
}

.btn-nozaiko {
    background: #ffd5d5;
    border-radius: 25px;
    color: #e30c0c
}

.block-rule-categorytree-displaynon .block-category-main--menu {
    display: none
}

.block-rule-categorytree-displaynon .block-category-main--content {
    width: 100%
}

.block-rule-categorytree-displaynon .block-item--icons {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 25px
}

.submit-displaynon {
    visibility: hidden
}

.block-rule-categorytree-displaynon .block-category-nav {
    display: none
}

.block-cart--reserve_area {
    border: 1px red SOLID;
    margin-bottom: 10px;
    text-align: center;
}

.block-cart--reserve_area h3 {
    background-color: red;
    color: #fff;
    margin: 0;
    text-align: center;
}

.block-cart--reserve_area p {
    padding: 10px
}

.block-filter--form .block-category-menu--items__colors a {
    padding-left: 0
}

.block-top-kv .CautionBlk {
    text-align: center;
    margin: 30px auto
}

.block-top-kv .CautionBlk a {
    font-size: 1.15rem;
    text-decoration: underline;
    color: #d88989
}

.block-top-kv .CautionBlk a:hover {
    opacity: .5
}

.block-order-item {
    width: 45pc;
    border-top: 1px #95989a solid;
    border-bottom: 1px #95989a solid;
    line-height: 1.2;
    padding: 20px 0;
    display: block;
    margin: 0 auto 30px
}

.block-order-item td {
    vertical-align: middle
}

.block-order-item--image {
    width: 150px
}

.block-order-item--image img {
    vertical-align: top
}

.block-order-item--info {
    vertical-align: top !important
}

.block-order-item--detail {
    width: 35pc;
    margin: 0 0 0 15px
}

.item_block-order-item--name {
    padding-bottom: 2px;
    font-weight: 700;
    font-size: 14px
}

.block-order-item--color_size {
    width: 100%
}

.block-order-item--color_size td {
    padding: 20px 0
}

.block-order-item--price {
    width: 100%
}

.block-order-item--price-tax {
    font-size: 13px;
    font-weight: 400
}

.block-order-item--price th {
    text-align: center;
    line-height: 25px;
    border-top: 1px #c7c7cc solid;
    border-bottom: 1px #c7c7cc solid
}

.block-order-item--price th:nth-child(1) {
    width: 220px
}

.block-order-item--price th:nth-child(2),
.block-order-item--price th:nth-child(3) {
    width: 90pt
}

.block-order-item--price th:nth-child(4) {
    width: 75pt
}

.block-order-item--price td {
    font-family: neuhan, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    font-size: 17px;
    font-weight: 700;
    height: 90px;
    line-height: 1.4;
    text-align: center
}

.block-order-item .block-order-item--price .block-order-item--cd {
    font-size: 9pt
}

.block-order-item .block-order-item--price .block-order-item--cd span a {
    display: block;
    width: 58px;
    line-height: 28px;
    border-radius: 50px;
    border: 1px #292929 solid;
    margin: 5px auto 0;
    background: #292929;
    color: #fff
}

.block-order-item .block-order-item--price .block-order-item--cd span a:hover {
    background: hsla(0, 0%, 6%, .7);
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.block-order-item .block-order-item--price .block-order-item--cd span:first-child a {
    margin: 0 auto
}

.block-order-item .block-order-item--price .block-order-item--cd span a:hover {
    font-weight: 700
}

.btn-startnotice {
    background: #c7c7cc;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    height: 34px;
    font-size: 14px;
    font-weight: light;
    line-height: 34px;
    text-align: center;
    width: 100%
}

.block-goods-head--icon.block-goods-head--icon__sale {
    display: none;
}

.block-item--icon.block-item--icon__list_sale {
    display: none;
}

/* ---- block-gnav-megamenu ---- */
.block-gnav-megamenu2 {
    display: none;
    left: 10px;
    line-height: 2;
    padding: 2px 0 0 0;
    position: absolute;
    margin: 0;
    top: 47px;
    width: 38%;
    -ms-overflow-style: none;
}

.block-gnav-megamenu2::-webkit-scrollbar {
    display: none;
}

.block-gnav-megamenu2:after::-webkit-scrollbar {
    display: none;
}

.block-gnav-megamenu2--category::-webkit-scrollbar {
    display: none;
}

.block-gnav-megamenu2--categories::-webkit-scrollbar {
    display: none;
}

.block-gnav-megamenu2:before,
.block-gnav-megamenu2:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.block-gnav-megamenu2:before {
    border-bottom: 15px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 500px;
    top: -9px;
    z-index: 80;
    -ms-overflow-style: none;
}

.block-gnav-megamenu2:after {
    border-bottom: 15px solid #DEDEDE;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 500px;
    top: -11px;
    z-index: 70;
    -ms-overflow-style: none;
}

.block-gnav-megamenu2--categories {
    background: #fff;
    border: 1px solid #DEDEDE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
    padding: 20px 20px 0px 20px;
    text-align: left;
    -ms-overflow-style: none;
    /*width: 180px;*/
    width: 200px;
    position: absolute;
    left: 400px;
}

.block-gnav-megamenu2--category {
    margin: 0 5px 5px 5px;
    width: 180px;
    -ms-overflow-style: none;
}

.block-gnav-megamenu--category-name2 {
    border-bottom: 1px solid #DEDEDE;
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

/* ---- block-gnav-megamenu ---- */
.block-gnav-megamenu3 {
    display: none;
    left: 10px;
    line-height: 2;
    padding: 2px 0 0 0;
    position: absolute;
    margin: 0;
    top: 47px;
    width: 38%;
    -ms-overflow-style: none;
}

.block-gnav-megamenu3::-webkit-scrollbar {
    display: none;
}

.block-gnav-megamenu3:after::-webkit-scrollbar {
    display: none;
}

.block-gnav-megamenu3--category::-webkit-scrollbar {
    display: none;
}

.block-gnav-megamenu3--categories::-webkit-scrollbar {
    display: none;
}

.block-gnav-megamenu3:before,
.block-gnav-megamenu3:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.block-gnav-megamenu3:before {
    border-bottom: 15px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 400px;
    top: -9px;
    z-index: 80;
    -ms-overflow-style: none;
}

.block-gnav-megamenu3:after {
    border-bottom: 15px solid #DEDEDE;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 400px;
    top: -11px;
    z-index: 70;
    -ms-overflow-style: none;
}

.block-gnav-megamenu3--categories {
    background: #fff;
    border: 1px solid #DEDEDE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
    padding: 20px 20px 0px 20px;
    text-align: left;
    -ms-overflow-style: none;
    /*width: 200px;*/
    /*width: 480px;*/
    width: 370px;
    position: absolute;
    left: 250px;
}

.block-gnav-megamenu3--category {
    margin: 0 5px 5px 5px;
    /*width: 180px;*/
    width: 100%;
    -ms-overflow-style: none;
}

.block-gnav-megamenu--category-name3 {
    border-bottom: 1px solid #DEDEDE;
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

/* ---- block-gnav-megamenu 4---- */
.block-gnav-megamenu4 {
    display: none;
    left: 10px;
    line-height: 2;
    padding: 2px 0 0 0;
    position: absolute;
    margin: 0;
    top: 47px;
    width: 38%;
    -ms-overflow-style: none;
}

.block-gnav-megamenu4::-webkit-scrollbar {
    display: none;
}

.block-gnav-megamenu4:after::-webkit-scrollbar {
    display: none;
}

.block-gnav-megamenu4--category::-webkit-scrollbar {
    display: none;
}

.block-gnav-megamenu4--categories::-webkit-scrollbar {
    display: none;
}

.block-gnav-megamenu4:before,
.block-gnav-megamenu4:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.block-gnav-megamenu4:before {
    border-bottom: 15px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 730px;
    top: -9px;
    z-index: 80;
    -ms-overflow-style: none;
}

.block-gnav-megamenu4:after {
    border-bottom: 15px solid #DEDEDE;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 730px;
    top: -11px;
    z-index: 70;
    -ms-overflow-style: none;
}

.block-gnav-megamenu4--categories {
    background: #fff;
    border: 1px solid #DEDEDE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
    padding: 20px 20px 0px 20px;
    text-align: left;
    -ms-overflow-style: none;
    /*width: 200px;*/
    /*width: 480px;*/
    width: 180px;
    position: absolute;
    left: 640px;
}

.block-gnav-megamenu4--category {
    margin: 0 5px 5px 5px;
    /*width: 180px;*/
    width: 100%;
    -ms-overflow-style: none;
}

.block-gnav-megamenu--category-name4 {
    border-bottom: 1px solid #DEDEDE;
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.btn-nyuukal {
    background: #EFEFEF;
    border-radius: 25px;
    position: relative;
    /* 今の位置を基準 */
    top: 3px;
    background-image: url(https://etretokyo.jp/img/icon/line.png);
    background-size: 24px 24px;
    background-position: left 6px center;
    background-repeat: no-repeat;
}

.btn-nyuukal {
    color: #292929;
    display: inline-block;
    height: 34px;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    width: 100%;
    border: none;
    letter-spacing: 0.30em;
}

.btn-startnoticel {
    background: #EFEFEF;
    border-radius: 25px;
    position: relative;
    /* 今の位置を基準 */
    top: 3px;
    background-image: url(https://etretokyo.jp/img/icon/line.png);
    background-size: 24px 24px;
    background-position: left 6px center;
    background-repeat: no-repeat;
}

.btn-startnoticel {
    color: #292929;
    display: inline-block;
    height: 34px;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    width: 100%;
    border: none;
    letter-spacing: 0.30em;
}

.btn-nyuuka {
    white-space: nowrap;
    background-image: url(https://etretokyo.jp/img/icon/mail_icon.jpg);
    background-size: 22px 22px;
    background-position: left 7px center;
    background-repeat: no-repeat;
    background-color: #EFEFEF
}