.modal {position: fixed;display:flex;justify-content: center;top: 0;left: 0;width: 100%;height: 100vh;background-color: rgba(0, 0, 0, 0.5);z-index: 1050;}
.categories-modal, .brands-modal {position: relative;display: block;width: 96%;height: 80%;max-height:580px;max-width: 956px;border-radius: 4px;background-color: #FFFFFF;margin: 0 auto;}
.modal .modal-close {position: absolute;top: 10px;right: 10px;width: 25px;height: 25px;font-size: 25px;font-weight: bold;cursor: pointer;}
.modal .modal-title {display: block;width: 100%;height: 56px;font-weight: normal;font-size: 1.3rem;line-height: 56px;text-align: left;padding: 0 24px;border: 1px solid #dedada;border-radius-topleft: 4px;border-radius-topright: 4px;}
.modal .modal-body {display: flex;width: 100%;height: calc(100% - 56px);background-color: inherit;border-top: 1px solid #eee;}
.modal .modal-body .tab-list {display: flex;flex-direction: column;width: 30%;height: 100%;border-right: 1px solid #eee;}
.modal .modal-body .tab-list .tab-btn {display: block;width: 100%;height: 40px;line-height: 40px;text-align: center;color: #555;border-bottom: 1px solid #eee;}
.modal .modal-body .tab-list .tab-btn.active {width: calc(100% + 1px);border-right: 1px solid #fff;border-left: 4px solid #f81d44;}
.modal .modal-body .tab-content {display: block;width: 70%;height: 100%;padding: 6px;overflow-y: auto;}
.modal .modal-body .tab-content .tab-item {display: none;width: 100%;}
.modal .modal-body .tab-content .tab-item h2 {display: block;font-weight: bold;font-size: 1.2rem;margin: 6px;}
.modal .modal-body .tab-content .tab-item.active {display: block;}
.modal .modal-body .tab-content .tab-item .tab-content-group {display: grid;grid-gap: 6px;grid-template-columns: repeat(2, 1fr);}
.modal .modal-body .tab-content .tab-item .tab-content-group .tab-content-group-item {display: inline-block;height: 40px;width:100%;font-size: .75rem;line-height: 40px;text-align: center;color: #555;background-color: #f3f3f3;}
.modal.hide, .categories-modal.hide, .brands-modal.hide  {display: none;}

*, :after, :before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

ol[class], ul[class] {
    padding: 0
}


blockquote, body, dd, dl, figure, h1, h2, h3, h4, ol[class], p, ul[class] {
    margin: 0
}

body {
    min-height: 100vh;
    color: var(--alias-color-text-primary-default);
    font-weight: 400;
    font-size: 15px;
    font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    line-height: 1.4em;
    background-color: var(--alias-color-background-primary-default);
    text-rendering: optimizeSpeed
}

ol[class], ul[class] {
    list-style: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

button, input, select, textarea {
    font: inherit
}

/*input:matches([type=email],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=url],[type=price]), textarea {*/
/*    -webkit-appearance: none;*/
/*    appearance: none*/
/*}*/

@media (prefers-reduced-motion: reduce) {
    * {
        transition-duration: .01ms !important;
        -webkit-animation-duration: .01ms !important;
        animation-duration: .01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important
    }
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none
}

a {
    color: var(--alias-color-text-link-default);
    text-decoration: none
}

a:focus {
    outline: none
}

a.focus-visible {
    border-radius: 4px;
    box-shadow: var(--focus-ring-color) 0 0 0 4px
}

a.inner-focus-ring.focus-visible {
    box-shadow: inset var(--focus-ring-color) 0 0 0 4px
}

.gatsby-image-wrapper {
    position: relative;
    overflow: hidden
}

.gatsby-image-wrapper img {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    object-fit: cover
}

.gatsby-image-wrapper [data-main-image] {
    opacity: 0;
    transform: translateZ(0);
    transition: opacity .25s linear;
    will-change: opacity
}

.gatsby-image-wrapper-constrained {
    display: inline-block;
    vertical-align: top
}

/* 头部样式 start */
.kxvxPu {
    padding: 3px;
    width: 33.3333%;
}

@media (min-width: 768px) {
    .kxvxPu {
        padding: 10px;
        width: 20.0000%;
    }
}

@media (min-width: 1068px) {
}

@media (max-width: 767px) {
    .kxvxPu:nth-child(n + 10) {
        display: none;
    }
}

/* sc-component-id: sc-htpNat */
.hYahgh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px;
}

@media (min-width: 768px) {
    .hYahgh {
        margin: -10px;
    }
}

@media (min-width: 1068px) {
}

/* sc-component-id: sc-bxivhb */
.lgwTOS {
    background-color: #efefef;
    position: relative;
}

/* sc-component-id: sc-ifAKCX */
.laawmW {
    background: #cccccc;
    padding: 0 0 100%;
    width: 100%;
}

/* sc-component-id: sc-EHOje */
.ewGRAH {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0 100px 100px 0;
    bottom: 70px;
    color: #ffffff;
    height: 22px;
    left: 0;
    position: absolute;
    width: 50%;
}

@media (min-width: 768px) {
    .ewGRAH {
        bottom: 75px;
        height: 30px;
    }
}

/* sc-component-id: sc-bZQynM */
.etsayj {
    background: #ffffff;
    height: 60px;
    padding-top: 15px;
    width: 100%;
}

/* sc-component-id: sc-gzVnrw */
.dAwXsC {
    height: 10px;
    margin: 0 10px 10px 10px;
    max-width: calc(100% - 20px);
}

.dAwXsC + .sc-gzVnrw {
    margin-top: 0;
}

.gblfLQ {
    height: 10px;
    margin: 0 10px 10px 10px;
    max-width: calc(75% - 20px);
}

.gblfLQ + .sc-gzVnrw {
    margin-top: 0;
}

/* sc-component-id: sc-fAjcbJ */
.faORHF {
    margin: 0 auto;
    width: 100%;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .faORHF {
        max-width: 700px;
    }
}

@media (min-width: 1068px) {
    .faORHF {
        max-width: 700px;
    }
}

.kzZYzo {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .kzZYzo {
        max-width: 700px;
        padding: 0px;
    }
}

@media (min-width: 1068px) {
    .kzZYzo {
        max-width: 1020px;
    }
}

/* sc-component-id: sc-caSCKo */
.OLMic {
    position: relative;
}

/* sc-component-id: sc-global-3594013222 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}

*[hidden] {
    display: none;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    position: relative;
    min-height: 100%;
    color: #333;
    background-color: #ffffff;
    font-family: Arial, 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif;
    font-size: 14px;
}

a {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
}

img {
    vertical-align: middle;
}

hr {
    margin: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
}

/* sc-component-id: sc-ibxdXY */
.jpeQER {
    background: #ffffff;
    display: none;
    padding-bottom: 10px;
}

@media (min-width: 1068px) {
    .jpeQER {
        display: none;
    }
}

/* sc-component-id: sc-RefOD */
.jidhUx {
    background: #efefef;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 8px;
    position: relative;
    z-index: 1;
}

.jidhUx::after {
    border: 6px solid transparent;
    border-top: 9px solid #efefef;
    bottom: -15px;
    content: '';
    display: block;
    position: absolute;
    height: 12px;
    left: 36px;
    width: 12px;
}

/* sc-component-id: sc-iQKALj */
.jiIQor {
    /*display: -webkit-inline-box;*/
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* sc-component-id: sc-bwCtUz */
.BNTuC {
    font-size: 12px;
}

/* sc-component-id: sc-hrWEMg */
.gKHJeM {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
}

.gKHJeM svg {
    margin-right: 4px;
    width: 60px;
}

/* sc-component-id: sc-gwVKww */
.itPwDt {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 4px;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    padding: 8px 4px;
    background: #0095ee;
    color: #ffffff;
}

/* sc-component-id: sc-hXRMBi */
.gYHBtQ {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 4px;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    padding: 8px 4px;
    background: #ffffff;
    border-color: #cccccc;
    color: #888888;
    margin-left: 4px;
}

/* sc-component-id: sc-epnACN */
.gbqPEn {
    /*display: -webkit-inline-box;*/
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    margin-left: 4px;
    padding: 5px;
}

.gbqPEn svg {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

/* sc-component-id: sc-iuJeZd */
.bJmZck {
    border-radius: 50%;
    padding-top: 15px;
    text-align: center;
    height: 80px;
    width: 80px;
    background-color: #ea352d;
}

@media (min-width: 768px) {
    .bJmZck {
        width: 160px;
        height: 160px;
        padding-top: 32px;
    }
}

/* sc-component-id: sc-esOvli */
.imkpqd {
    color: #ffffff;
}

@media (min-width: 768px) {
    .imkpqd {
        font-size: 22px;
    }
}

/* sc-component-id: sc-cmthru */
.iqSQPz {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    color: #ffffff;
    display: block;
    height: 24px;
    width: 26px;
    margin: 5px auto 0;
}

@media (min-width: 768px) {
    .iqSQPz {
        width: 60px;
        height: 54px;
        margin-top: 8px;
    }
}

/* sc-component-id: sc-hMFtBS */
.fKVPqA {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -3px;
}

/* sc-component-id: sc-cLQEGU */
.bbsfoh {
    display: none;
    left: -34px;
    position: absolute;
    top: 44px;
    z-index: 1;
}

@media (min-width: 1068px) {
    .bbsfoh {
        left: 0;
    }
}

/* sc-component-id: sc-gqPbQI */
.bKchSu {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    white-space: nowrap;
}

/* sc-component-id: sc-hORach */
.RnBRw {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    color: #ea352d;
    height: 12px;
    margin-right: 4px;
}

/* sc-component-id: sc-bMVAic */
.hduzFb {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    color: #ea352d;
    height: 12px;
    margin-right: 4px;
}

/* sc-component-id: sc-bAeIUo */
.iGOJbI {
    cursor: pointer;
    height: 44px;
    padding: 0 10px;
    position: relative;
    z-index: 3;
}

.iGOJbI:first-child {
    padding-left: 0;
}

.iGOJbI:last-child {
    padding-right: 0;
}

.iGOJbI:hover .sc-cLQEGU {
    display: block;
}

.iGOJbI:hover > .sc-gqPbQI {
    color: #0095ee;
}

/* sc-component-id: sc-iujRgT */
.dtESLM {
    position: relative;
    width: 400px;
}

/* sc-component-id: sc-GMQeP */
.cuephK {
    background-color: #fff;
    border: 1px #bf5c57 solid;
    border-radius: 20px;
    font-size: 16px;
    height: 30px;
    line-height: 1.4em;
    outline: none;
    padding: 0 100px 0 30px;
    position: relative;
    width: 400px;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cuephK:focus {
    border-color: #0095ee;
}

/* sc-component-id: sc-exAgwC */
.bdHDSo {
    background-color: #bf5c57;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    height: 30px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 94px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* sc-component-id: sc-cQFLBn */
.ZnRMu {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    color: #222222;
    height: 14px;
    margin-top: 2px;
    width: 14px;
    position: absolute;
    top: 6px;
    left: 10px;
    z-index: 9;
}

/* sc-component-id: sc-gojNiO */
.fuWXVV {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* sc-component-id: sc-daURTG */
.fKnGYz {
    text-align: center;
}

/* sc-component-id: sc-bXGyLb */
.krpIHX {
    background-color: #ea352d;
    border: 1px solid #ea352d;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 8px 10px;
}

/* sc-component-id: sc-lkqHmb */
.joDlFg {
    text-align: center;
    margin-left: 11px;
}

/* sc-component-id: sc-eLExRp */
.gpkxTc {
    background-color: #ffffff;
    border: 1px solid #0095ee;
    border-radius: 4px;
    color: #0095ee;
    display: block;
    font-size: 14px;
    padding: 8px 10px;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.gpkxTc:hover {
    background-color: #0095ee;
    color: #ffffff;
}

/* sc-component-id: sc-cbkKFq */
.fjJWck {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-right: 45px;
}

/* sc-component-id: sc-krvtoX */
.fPUthz {
    height: 36px;
    width: 134px;
}

/* sc-component-id: sc-jtggT */
.eHnIRY {
    background-color: #ffffff;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);*/
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    z-index: 3;
}

/* sc-component-id: sc-ebFjAB */
.imNTyY {
    margin: 0 auto;
    /*padding: 8px 0 0;*/
    width: 800px;
}

@media (min-width: 1068px) {
    .imNTyY {
        width: 1020px;
    }
}

/* sc-component-id: sc-jKVCRD */
.cvYpPG {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

/* sc-component-id: sc-kaNhvL */
.bCyKbc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}

/* sc-component-id: sc-hzNEM */
.dCmSgp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* sc-component-id: sc-chbbiW */
.iKtdfS {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    height: 42px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    padding-bottom: 4px;
}

/* sc-component-id: sc-kxynE */
.iBZSCk {
    font-size: 14px;
    font-weight: 600;
}

/* sc-component-id: sc-cooIXK */
.JGqdu {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    color: #ea352d;
    height: 12px;
    margin: 0 2px 0 -2px;
}

/* sc-component-id: sc-fcdeBU */
.dKNFNy {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    color: #ea352d;
    height: 12px;
    margin: 0 1px 0 -2px;
}

/* sc-component-id: sc-gmeYpB */
.jLpqAN {
    padding: 0 10px 8px;
}

/* sc-component-id: sc-kZmsYB */
.celony {
    position: relative;
}

/* sc-component-id: sc-RcBXQ */
.dyPOgU {
    background-color: #f5f5f5;
    border: 1px #cccccc solid;
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    line-height: 1.4em;
    outline: none;
    padding: 0 50px 0 10px;
    position: relative;
    width: 100%;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dyPOgU:focus {
    border-color: #0095ee;
}

/* sc-component-id: sc-iSDuPN */
.guaPjG {
    background-color: transparent;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* sc-component-id: sc-fZwumE */
.RqSKK {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    color: #222222;
    height: 14px;
    margin-top: 3px;
    width: 14px;
}

/* sc-component-id: sc-fQejPQ */
.jGtjoO {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* sc-component-id: sc-etwtAo */
.iNllpL {
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    line-height: 26px;
    padding: 0 6px;
    text-align: center;
    background: #ea352d;
    border-color: #ea352d;
    color: #ffffff;
}

@media (min-width: 375px) {
    .iNllpL {
        line-height: 30px;
        padding: 0 10px;
    }
}

/* sc-component-id: sc-jXQZqI */
.bkIMkD {
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    line-height: 26px;
    padding: 0 6px;
    text-align: center;
    background: #ffffff;
    border-color: #0095ee;
    color: #0095ee;
    margin-left: 6px;
}

@media (min-width: 375px) {
    .bkIMkD {
        line-height: 30px;
        padding: 0 10px;
    }
}

/* sc-component-id: sc-iGPElx */
.fmyXDM {
    width: 132px;
}

/* sc-component-id: sc-hgHYgh */
.fwEVCi {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* sc-component-id: sc-eInJlc */
.gfsRPY:not(:first-child) {
    margin-left: 16px;
}

/* sc-component-id: sc-gtfDJT */
.eWkCDM {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 32px;
}

/* sc-component-id: sc-fOICqy */
.hOtoVg {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ea352d;
    border-radius: 50%;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -8px;
    top: -8px;
    width: 20px;
}

/* sc-component-id: sc-hzDEsm */
.jlMuGa {
    border-radius: 50%;
    overflow: hidden;
}

/* sc-component-id: sc-jeCdPy */
.bkdwcQ {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    color: #cccccc;
    width: 18px;
}

/* sc-component-id: sc-jtRlXQ */
.ifZRoY {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    color: #cccccc;
    width: 22px;
}

/* sc-component-id: sc-bGbJRg */
.DEfIg {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
    padding-top: 6px;
    position: relative;
}

/* sc-component-id: sc-bEjcJn */
.iqBPkn {
    min-height: 36px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 10px;
}

/* sc-component-id: sc-drMfKT */
@media (max-width: 767px) {
    .hGSERp {
        display: none !important;
    }
}

/* sc-component-id: sc-fgfRvd */
@media (min-width: 768px) {
    .cPCnMI {
        display: none;
    }
}

.eVYIux {
    top: 0;
    z-index: 3;
}

@media (min-width: 768px) {
    .eVYIux {
        display: none;
    }
}

/* sc-component-id: sc-eIHaNI */
.YRYCm {
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

/* sc-component-id: sc-eTpRJs */
.cegJMn {
    position: fixed;
    right: -14px;
    bottom: -14px;
    text-align: center;
    z-index: 2;
}

@media (min-width: 768px) {
    .cegJMn {
        bottom: 32px;
        font-size: 22px;
        height: 160px;
        right: 32px;
        width: 160px;
    }
}

/* sc-component-id: sc-dxZgTM */
.kRWpNp {
    display: block;
}

/* sc-component-id: sc-iomxrj */
.dgYpCU {
    margin-top: auto;
}

/* sc-component-id: sc-dvCyap */
.blgHKx {
    background: #ffffff;
    padding: 40px 36px;
    text-align: center;
}

@media (min-width: 768px) {
    .blgHKx {
        padding: 80px 36px;
    }
}

/* sc-component-id: sc-iFMziU */
.deQrwh {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.8;
    margin: 16px 0 28px;
    white-space: pre-wrap;
}

@media (min-width: 768px) {
    .deQrwh {
        font-size: 16px;
        margin-bottom: 32px;
    }
}

/* sc-component-id: sc-keVrkP */
.itxcTX {
    height: auto;
    width: 100px;
}

@media (min-width: 768px) {
    .itxcTX {
        width: 160px;
    }
}

/* sc-component-id: sc-jWojfa */
.exzTDl {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* sc-component-id: sc-kVrTmx */
.cPqIfq {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* sc-component-id: sc-ekkqgF */
.dzoPJC {
    background-color: #ffffff;
    left: 50%;
    margin-left: -50vw;
    padding: 40px 20px 20px;
    position: relative;
    top: 0;
    width: 100vw;
}

@media (min-width: 768px) {
    .dzoPJC {
        padding: 56px 0 30px;
    }
}

/* sc-component-id: sc-iBmynh */
.lerXLh {
    margin-bottom: 16px;
    text-align: center;
}

/* sc-component-id: sc-fKGOjr */
/*.LuEdL{overflow-x:auto;text-align:center;white-space:nowrap;}*/
.LuEdL {
    text-align: center;
}

@media (min-width: 768px) {
    .LuEdL {
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* sc-component-id: sc-jvEmr */
.cTYjGB {
    display: inline-block;
    margin: 0;
}

@media (min-width: 768px) {
    .cTYjGB {
        display: block;
        margin: -10px 0 0 -10px;
        text-align: center;
        width: 100%;
    }
}

/*@media (max-width:767px){.cTYjGB{width:100%;white-space:nowrap;overflow-y:hidden;overflow-x:scroll;}.cTYjGB::-webkit-scrollbar{display:none;}}*/
/* sc-component-id: sc-hycgNl */
.fdiCFx {
    display: inline-block;
}

.fdiCFx:not(:first-child) {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .fdiCFx {
        margin: 10px 0 0 10px;
    }
}

@media (max-width: 767px) {
    .fdiCFx {
        margin-top: 10px;
    }
}

/* sc-component-id: sc-dTLGrV */
.ggkTAk {
    background-color: #efefef;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
}

@media (max-width: 767px) {
    .ggkTAk {
        display: none;
    }
}

/* sc-component-id: sc-ivVeuv */
.gpJfpH {
    background-color: #efefef;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
}

@media (min-width: 768px) {
    .gpJfpH {
        display: none;
    }
}

/* sc-component-id: sc-gleUXh */
.hmdfZD {
    height: 150px;
    left: 50%;
    margin-left: -50vw;
    position: relative;
    top: 0;
    width: 100vw;
}

@media (min-width: 768px) {
    .hmdfZD {
        height: 250px;
    }
}

@media (min-width: 1068px) {
    .hmdfZD {
        height: 300px;
    }
}

/* sc-component-id: sc-dBaXSw */
.hQLrUI {
    margin-bottom: 16px;
}

/* sc-component-id: sc-bNQFlB */
.UmlKP {
    padding: 30px 0 60px;
}

@media (min-width: 768px) {
    .UmlKP {
        padding: 42px 0 100px;
    }
}

/* sc-component-id: sc-dRCTWM */
.bPDMRi:not(:first-child) {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .bPDMRi:not(:first-child) {
        margin-top: 60px;
    }
}

/* sc-component-id: sc-jXQZqI */
.iquxJU {
    width: 132px;
}

/* sc-component-id: sc-bGbJRg */
.niNE {
    min-height: 36px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 10px;
}

/* sc-component-id: sc-cgHJcJ */
.QhcuT {
    width: 100vw;
    height: 70px;
}

.dzoPJC {
    background-color: #ffffff;
    left: 50%;
    margin-left: -50vw;
    padding: 20px 10px 20px;
    position: relative;
    top: 0;
    width: 100vw;
}

.UmlKP {
    padding: 30px 0;
}

.gpJfpH {
    background-color: #efefef;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 8px;
}

.fdiCFx:not(:first-child) {
    margin-left: 5px;
}

.style_fluid__19gwX figcaption > span {
    display: inline-block;
    height: 2.8em;
    overflow: hidden;
    position: relative;
}

.eEvEOi {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    width: 224px;
}

.fcBoL {
    width: 224px;
}

.dBjudA {
    display: block;
    font-size: 14px;
    line-height: 44px;
    overflow: hidden;
    padding: 0px 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.BBZvg {
    background-color: rgb(255, 255, 255);
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    display: none;
    left: 224px;
    position: absolute;
    top: 0px;
    width: 224px;
}

.jqoJZt {
    width: 224px;
}

.gSvVxB {
    display: block;
    padding: 8px 16px;
}

.eUnEZB {
    background-color: rgb(255, 255, 255);
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    display: none;
    left: 224px;
    position: absolute;
    top: 0px;
    width: 320px;
}

.hIqAJI {
    width: 320px;
    background-color: rgb(255, 255, 255);
}

.gSvVxB {
    display: block;
    padding: 8px 16px;
}

@media (max-width: 767px) {
    .dyPOgU, .guaPjG, .iKtdfS {
        height: 30px;
    }

    .dzoPJC {
        padding: 8px 5px 5px;
    }

    .lerXLh {
        margin-bottom: 0px;
    }

    .UmlKP {
        padding: 20px 0 0 !important;
    }

    .bPDMRi:not(:first-child) {
        margin-top: 20px !important;
    }
}

/* 头部样式 end */

/*电脑版大图相关样式 start*/
.item_page_pc_img_div {
    width: 700px;
    height: 700px;
}

.slider-group {
    display: flex;
    height: 650px;
    width: 100%;
    position: relative;
}

.slider-prev {
    display: flex;
    min-width: 80px;
    height: 650px;
    position: absolute;
    left: 0;
    top: 0;
}

.slider-prev > .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 24px;
    color: #b5b5b5;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: #171717;
    border-radius: 50%;
    opacity: 0.5;
}

.slider-show {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 650px;
    background-color: #fafafa;
}

.slider-list {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    height: 650px;
    width: 100%;
}

.slider-list > .slider-list-item {
    display: flex;
    min-width: 100%;
    height: 650px;
}

.slider-list > .slider-list-item > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-next {
    display: flex;
    min-width: 80px;
    height: 650px;
    position: absolute;
    right: 0;
    top: 0;
}

.slider-next > .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 24px;
    color: #b5b5b5;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: #171717;
    border-radius: 50%;
    opacity: 0.5;
}

.glyphicon {
    position: relative;
}

.glyphicon:after, .glyphicon:before {
    border: 10px solid transparent;
    /*border-left: 10px solid #fff;*/
    width: 0;
    height: 0;
    position: absolute;
    top: 8px;
    /*right: -20px;*/
    content: ' '
}

.glyphicon-chevron-left:before {
    border-right-color: #fff;
    right: 14px;
}

.glyphicon-chevron-right:before {
    border-left-color: #fff;
    left: 14px;
}

.pic-list {
    display: flex;
    padding: 15px 0;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
}

.pic-list > .pic-list-item {
    display: flex;
    width: calc((100% - 105px) / 8);
    margin: 15px 15px 0 0;
    height: 85px;
    background-color: #fafafa;
    line-height: 85px;
    font-size: 0;
    text-align: center;
    justify-content: center;
}

.pic-list > .pic-list-item > img {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    object-fit: contain;
}

.pic-list > .pic-list-item:nth-child(8n+8) {
    margin-right: 0;
}

.pic-list > .pic-list-item:nth-child(-n+8) {
    margin-top: 0;
}

.pic-list-item-active {
    box-shadow: 0px 0px 10px #484744;
    -moz-box-shadow: 0px 0px 10px #484744;
    -webkit-box-shadow: 0px 0px 10px #484744;
}

/*电脑版大图相关样式 end*/

/*手机版大图相关样式 start*/
@media (min-width: 960px) {
    /*.swiper-container {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }*/
    .item_page_pc_big_img {
        display: block;
    }

    .item_page_mb_big_img {
        display: none;
        position: relative;
    }
}

@media (max-width: 959px) {
    .swiper-container {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .item_page_pc_big_img {
        display: none;
    }

    .item_page_mb_big_img {
        display: block;
        position: relative;
    }
}

.swiper-container img {
    max-width: 100%;
    max-height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*手机版大图相关样式 end*/


.product-group {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.product-group > .product-group-item {
    display: flex;
    padding: 2px;
    flex-direction: column;
    background-color: #fff;
    width: calc((100% - 40px) / 5);
    margin: 10px 10px 0 0;
    min-height: 260px;
    position: relative;
}

.product-group > .product-group-item:nth-child(-n+5) {
    margin-top: 0;
}

.product-group > .product-group-item:nth-child(5n+5) {
    margin-right: 0;
}
.product-group > .product-group-item-yahoo:nth-child(5n+5) {
    margin-right: 0;
}

.product-group > .product-group-item:hover {
    box-shadow: 0px 0px 10px #c4aeae;
    -moz-box-shadow: 0px 0px 10px #c4aeae;
    -webkit-box-shadow: 0px 0px 10px #c4aeae;
}

.sale_off_position {
    position: absolute;
    top: 2px;
    left: 2px;
    background: #000;
    opacity: 0.6;
    color: #fff;
    padding: 5px;
    font-size: 12px;
}

.product-group-item-img {
    width: 100%;
    height: 200px;
    background-color: #fafafa;
    font-size: 0;
    text-align: center;
    line-height: 200px;
    position: relative;
}

.product-group-item-img > img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.product-group-item-img-i_new {
    background-image: url("/images/icon/new-icon.png");
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}

.product-group-item-txt {
    display: flex;
    flex-direction: column;
}

.product-group-item-txt-name {
    display: flex;
    margin: 5px 0;
    position: relative;
}

.product-group-item-txt-name > .p-name {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis; /*height: 36px;*/
    position: relative;
}

.product-group-item-txt-name > .p-name:hover {
    color: #d92136;
}

.product-group-item-txt-group {
    display: flex;
    flex-direction: row;
}

.product-group-item-txt-group-left {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-group-item-txt-group-left > div {
    display: flex;
    margin-bottom: 5px;
}

.product-group-item-txt-group-left > div:last-child {
    margin-bottom: 0;
}

.product-group-item-txt-group-left > div > .p-price {
    color: #d9534f;
    font-weight: bold;
    font-size: 17px;
}

.product-group-item-txt-group-left > div > .p-time {
    color: #d9534f;
}

.product-group-item-txt-group-right {
    display: flex;
    align-items: flex-end;
}

.product-group-item-txt-group-right > a {
    background-size: 100% 100%;
    height: 23px;
    width: 23px;
    cursor: pointer;
}

.product-group-item-txt-group-right > .btn-icon-collect {
    background-image: url("/images/icon/sc.png");
}

.product-group-item-txt-group-right > .btn-icon-collected {
    background-image: url("/images/icon/scfull.png");
}

.tab-group {
    display: flex;
    flex-direction: column;
}

.tab-group > div {
    display: flex;
    justify-content: space-between;
}

.tab-group > div:first-child {
    margin-bottom: 1px;
}

.tab-group > div > .item-price {
    color: #d9534f;
    font-weight: bold;
    font-size: 16px;
}

.tab-group > div > .item-time {
    display: flex;
    align-items: center;
}

.tab-group > div > .item-source {
    line-height: 22px;
    background-color: #e06e82;
    text-align: center;
    color: #FFF !important;
    justify-content: center;
    padding: 0 10px;
    cursor: pointer;
}

.tab-group > div > .item-source.width-full {
    flex-grow: 1;
}

.product-group > .product-group-item-yahoo {
    display: flex;
    padding: 2px;
    flex-direction: column;
    background-color: #fff;
    width: calc((100% - 40px) / 5);
    margin: 10px 10px 0 0;
    min-height: 260px;
    position: relative;

}

.tab-group > div > .item-source > span {
    margin: 0 2px;
}

.btn-icon-collect {
    background-image: url(/images/mercari/sc.png);
    background-size: 100% 100%;
}
.btn-icon-collected {
    background-image: url(/images/mercari/scfull.png);
    background-size: 100% 100%;
}

.product-group-item-wait {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.product-group-item-wait > img {
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
}

.product-group-item-wait > span {
    font-size: 14px;
}

@media (max-width: 959px) {
    .product-group > .product-group-item {
        display: flex;
        padding: 2px;
        flex-direction: column;
        background-color: #fff;
        width: 33%;
        min-height: 180px;
        margin: 0;
        position: relative;
    }

    .product-group > .product-group-item-yahoo {
        display: flex;
        padding: 2px;
        flex-direction: column;
        background-color: #fff;
        width: 33%;
        min-height: 180px;
        margin: 0;
        position: relative;
    }

    .product-group-item-img {
        width: 100%;
        height: 125px;
        background-color: #fafafa;
        font-size: 0;
        text-align: center;
        line-height: 200px;
        position: relative;
    }

    .product-group-item-img img {
        vertical-align: top!important;
    }

    .item_p_it {
        padding: 15px;
    }
}

.mercari_content {
    background-color: white;
    display: flex;
    border-top: 1px solid #eee;
}
.mercari_content>.mercari_content_left {
    display: flex;
    width: 30%;
    margin-right: 5px;
    flex-direction: column;
}
.mercari_content>.mercari_content_left>a {
    display: flex;
    font-size: 0.8em;;
    color: #555;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: normal;
    height: 40px;
    width: 100%;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding-left: 4px;
}
.mercari_content>.mercari_content_left>a.active {
    border-right: 1px solid #fff;
    border-left: 4px solid #f81d44;
    padding-left: 1px;
}
.mercari_content>.mercari_content_right {
    display: flex;
    flex-grow: 1;
    width: 70%;
}
.tab-content {
    display: none;
    flex-direction: column;
    padding: 5px;
    width: 100%;
}
.tab-bra-content {
    display: none;
    flex-direction: column;
    padding: 5px;
    width: 100%;
}
.tab-content-group {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
}
.tab-content-group>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46%;
    height: 40px;
    color: #555;
    font-size: 12px;
    line-height: normal;
    margin: 0% 2% 2% 0%;
    background-color: #f3f3f3;
}
@media (min-width:1068px){
    .tab-content-group>a {
        width: 23%;
    }
    .mercari_content>.mercari_content_left{
        width: 20%;
    }
}
.tab-content.active {
    display: block;
}
.tab-bra-content.active {
    display: block;
}

@media (min-width:300px){
    #titleCategory{
        font-size: 19px;
        color:black;
        padding: 3% 19px 0 12px;
        height: 10%;
    }
}
@media (min-width:1068px){
    #titleCategory{
        font-size: 19px;
        color:black;
        padding: 5px 19px 0 65px;
        height: 10%;
    }
}
@media (min-width:300px){
    #titleBrand{
        font-size: 19px;
        font-weight: 500;
        padding-top: 3%;
        padding-left: 10px;
        text-align: left;
    }
}
@media (min-width:1068px){
    #titleBrand{
        font-size: 19px;
        font-weight: 500;
        padding-top: 13px;
        padding-left: 65px;
        text-align: left;
    }
}