body {
    background: #F0F3F5;
}

@media screen and (max-width: 768px) {
    .fs-l-main {
        width: 100%;
        padding: 0;
        background: #F0F3F5;
    }

    .fs-l-pageMain {}

    .group_page_title_wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        border: solid 1px #CFDCE5;
    }

    .group_page_title_wrap img {
        grid-column: 1/3;
        grid-row: 1;
    }

    .group_page_title_box {
        grid-column: 1;
        grid-row: 1;
        z-index: 1;
        text-align: center;
    }

    h1.group_page_title_h1 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    /* .fs-c-pagination {
        display: none;
    } */

    .for_bottom_pager * .fs-c-pagination {
        display: inherit;
    }

    .for_bottom_pager * .fs-c-listControl__status {
        display: none;
    }

    a.fs-c-pagination__item {
        font-size: 18px;
        width: 56px;
        text-align: center;
        line-height: 56px;
        height: 56px;
    }

    .fs-c-pagination__item.is-active {
        background: #000;
        color: #ffffff;
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 24px;
        width: 56px;
        line-height: 56px;
        height: 56px;
    }

    .fs-c-productList {
        width: 92%;
        margin: 0 auto 24px;
    }

    .fs-c-productList__controller {
        margin: 0;
    }

    .fs-c-productList__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        width: 100%;
        margin: 0 auto;
    }

    article.fs-c-productList__list__item.fs-c-productListItem {
        grid-column: unset;
        grid-row: unset;
        height: 100%;
        padding: 0;
        background: #fff;
        border-bottom: none;
    }

    .fs-c-productListItem__imageContainer {
        margin-bottom: 10px;
    }

    .fs-c-productList__list__item form {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .fs-c-productListItem__prices.fs-c-productPrices,
    .product_comment_15 {
        margin-top: auto;
    }

    .fs-c-productListItem__control.fs-c-buttonContainer {
        margin: 0 8px;
        padding: 0;
        float: right;
    }

    a.fs-c-button--viewProductDetail.fs-c-button--plain,
    button.fs-c-button--addToCart--list.fs-c-button--plain {
        display: none;
    }

    ul.fs-c-productMark {
        margin: -20px 8px 4px;
        padding: 0;
    }

    span.goods_mark_newitem {
        background: #98A6B5;
        color: #fff;
        font-size: 12px;
        border-radius: 0;
        margin-right: 4px;
    }

    span.goods_mark_pricedown {
        background: #C9B8B8;
        color: #fff;
        font-size: 12px;
        border-radius: 0;
    }

    .product_comment_01 {
        margin: 0 8px 4px;
        font-size: 12px;
        clear: both;
    }

    h2.fs-c-productListItem__productName.fs-c-productName {
        margin: 0 8px 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .product_list_item_spec {
        color: #707070;
        font-size: 10px;
        padding: 0 0 10px;
        margin: 0 8px 8px;
        border-bottom: solid 1px #CFDCE5;
        display: grid;
        grid-template-columns: repeat(3, auto);
        text-align: center;
    }

    .product_list_item_spec span {
        border-left: solid 1px #CFDCE5;
        padding: 0 6px;
    }

    .product_list_item_spec span:last-child {
        border-right: solid 1px #CFDCE5;
    }

    .fs-c-productPrice.fs-c-productPrice--listed {
        margin: 0 10px 4px;
    }

    .fs-c-productPrice.fs-c-productPrice--selling {
        margin: 0 10px 4px;
    }

    span.fs-c-productPrice__main__label {
        font-size: 10px;
    }

    span.fs-c-productPrice__main__price.fs-c-price {
        font-size: 12px;
    }

    span.fs-c-productPrice__addon.fs-c-productPrice__addon--listed {
        font-size: 10px;
    }

    .fs-c-productPrice--selling,
    .fs-c-productPrice--selling .fs-c-productPrice__main__price.fs-c-price {
        color: #D81818;
        font-size: 13px;
    }

    span.fs-c-productPrice__addon {
        font-size: 10px;
    }

    .product_comment_15 {
        background: #F0F3F5;
        margin: 0 8px 10px;
        padding: 8px 0;
        text-align: center;
    }

    span.comment14_span_01 {
        font-size: 12px;
    }

    span.comment14_span_02 {
        font-size: 16px;
        font-weight: bold;
        color: #D81818;
    }

    span.comment14_span_03 {
        font-size: 10px;
    }
}

@media screen and (min-width: 769px) {
    .fs-l-main {
        max-width: 100%;
        padding: 0 calc(50% - 560px);
        background: #F0F3F5;
    }

    .group_page_title_wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        border: solid 1px #CFDCE5;
        margin: 0 0 70px;
    }

    .group_page_title_wrap img {
        grid-column: 1/3;
        grid-row: 1;
    }

    .group_page_title_box {
        grid-column: 1;
        grid-row: 1;
        z-index: 1;
        text-align: center;
    }

    h1.group_page_title_h1 {
        font-size: 42px;
        margin-bottom: 8px;
    }

    .fs-c-productList {
        margin: 13px 0;
    }

    .fs-c-productList__controller {
        margin: 0;
    }

    /* .fs-c-pagination {
        display: none;
    } */

    .for_bottom_pager * .fs-c-pagination {
        display: inherit;
    }

    .for_bottom_pager * .fs-c-listControl__status {
        display: none;
    }

    a.fs-c-pagination__item {
        font-size: 18px;
        width: 56px;
        text-align: center;
        line-height: 56px;
        height: 56px;
    }

    .fs-c-pagination__item.is-active {
        background: #000;
        color: #ffffff;
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 24px;
        width: 56px;
        line-height: 56px;
        height: 56px;
    }

    .fs-c-productList__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: repeat(4, 1fr);
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }

    article.fs-c-productList__list__item.fs-c-productListItem {
        grid-column: unset;
        grid-row: unset;
        height: 100%;
        padding: 0;
        background: #fff;
        border-bottom: none;
    }

    .fs-c-productList__list__item form {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .fs-c-productListItem__prices.fs-c-productPrices,
    .product_comment_15 {
        margin-top: auto;
    }

    .fs-c-productListItem__control.fs-c-buttonContainer {
        margin: 0 20px;
        float: right;
        padding: 8px 0;
    }

    a.fs-c-button--viewProductDetail.fs-c-button--plain,
    button.fs-c-button--addToCart--list.fs-c-button--plain {
        display: none;
    }

    ul.fs-c-productMark {
        margin: -36px 20px 4px;
        padding: 8px 0;
    }

    span.goods_mark_newitem {
        background: #98A6B5;
        color: #fff;
        font-size: 12px;
        border-radius: 0;
        margin-right: 4px;
    }

    span.goods_mark_pricedown {
        background: #C9B8B8;
        color: #fff;
        font-size: 12px;
        border-radius: 0;
    }

    .product_comment_01 {
        margin: 0 20px 4px;
        font-size: 12px;
        clear: both;
    }

    h2.fs-c-productListItem__productName.fs-c-productName {
        margin: 0 20px 12px;
        font-size: 12px;
        line-height: 20px;
    }

    .product_list_item_spec {
        color: #707070;
        font-size: 10px;
        padding: 0 0 10px;
        margin: 0 20px 8px;
        border-bottom: solid 1px #CFDCE5;
        display: grid;
        grid-template-columns: repeat(3, auto);
        text-align: center;
    }

    .product_list_item_spec span {
        border-left: solid 1px #CFDCE5;
        padding: 0 6px;
    }

    .product_list_item_spec span:last-child {
        border-right: solid 1px #CFDCE5;
    }

    .fs-c-productPrice.fs-c-productPrice--listed {
        margin: 0 20px 4px;
    }

    .fs-c-productPrice.fs-c-productPrice--selling {
        margin: 0 20px 4px;
    }

    span.fs-c-productPrice__main__label {
        font-size: 10px;
    }

    span.fs-c-productPrice__main__price.fs-c-price {
        font-size: 12px;
    }

    span.fs-c-productPrice__addon.fs-c-productPrice__addon--listed {
        font-size: 10px;
    }

    .fs-c-productPrice--selling,
    .fs-c-productPrice--selling .fs-c-productPrice__main__price.fs-c-price {
        color: #D81818;
        font-size: 13px;
    }

    span.fs-c-productPrice__addon {
        font-size: 10px;
    }

    .product_comment_15 {
        background: #F0F3F5;
        margin: 0 20px 20px;
        padding: 8px 0;
        text-align: center;
    }

    span.comment14_span_01 {
        font-size: 12px;
    }

    span.comment14_span_02 {
        font-size: 16px;
        font-weight: bold;
        color: #D81818;
    }

    span.comment14_span_03 {
        font-size: 10px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1070px) {
    .fs-l-pageMain {
        max-width: calc(100% - 226px) !important;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1071px) {
    .fs-l-pageMain {
        max-width: 864px !important;
    }
}


span.fs-c-productPrice__main__addon,
span.fs-c-productPrice__main__joint {
    font-size: 10px;
}

@media screen and (max-width: 768px) {
    .fs-c-productPrice.fs-c-productPrice--selling {
        margin: 0 0 4px 10px;
    }
}


.fs-c-listControl__status {
    display: none;
}

.fs-c-productList .fs-c-productList__controller:last-child .fs-c-listControl .fs-c-pagination {
    display: flex;
}

@media screen and (max-width:768px) {
    .fs-c-productList .fs-c-productList__controller:last-child .fs-c-listControl .fs-c-pagination {
        width: fit-content;
    }
}


img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}


@-webkit-keyframes bgslide {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: -200%;
    }
}

@keyframes bgslide {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: -200%;
    }
}

.wpp-widget-placeholder {
    margin: 0 auto;
    width: 60px;
    height: 3px;
    background: #dd3737;
    background: -webkit-gradient(linear, left top, right top, from(#dd3737), color-stop(10%, #571313), to(#dd3737));
    background: linear-gradient(90deg, #dd3737 0%, #571313 10%, #dd3737 100%);
    background-size: 200% auto;
    border-radius: 3px;
    -webkit-animation: bgslide 1s infinite linear;
    animation: bgslide 1s infinite linear;
}


.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

<noscript>
    
    .lazyload[data-src] {
        display: none !important;
    }
    
</noscript>

.lazyload {
    background-image: none !important;
}

.lazyload:before {
    background-image: none !important;
}


.no-js .native-lazyload-js-fallback {
    display: none;
}


@media screen and (max-width:768px) {
    .c-hamburger {
        display: inline-block;
        text-decoration: none;
        appearance: none;
        outline: none;
        cursor: pointer;
        position: relative;
        z-index: 5;
        border: none;
        background-color: #fff;
        height: 28px;
    }
    .c-hamburger__line {
        width: 26px;
        height: 1px;
        background-color: #333;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all .3s;
    }
    .c-hamburger__line::before,
    .c-hamburger__line::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: inherit;
        position: absolute;
        transition: all .3s;
    }
    .c-hamburger__line::before {
        top: -8px;
    }
    .c-hamburger__line::after {
        top: 8px;
    }
    .c-drawer {
        background-color: #222;
    }
    .c-drawer {
        position: fixed;
        z-index: 11;
        top: 54px;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: #fff !important;
        visibility: hidden;
        transition: all 0.2s ease-out;
    }
    body.is-drawer-active {
        overflow: hidden;
        height: 100%;
    }
    .is-drawer-active .c-hamburger__line {
        background-color: transparent;
    }
    .is-drawer-active .c-hamburger__line::before,
    .is-drawer-active .c-hamburger__line::after {
        top: 0;
        background-color: #333;
    }
    .is-drawer-active .c-hamburger__line::before {
        transform: rotate(45deg);
    }
    .is-drawer-active .c-hamburger__line::after {
        transform: rotate(-45deg);
    }
    .is-drawer-active .c-drawer {
        visibility: visible;
        left: 0;
        overflow: auto;
        padding-bottom: 128px;
    }
    .rs_header2_box {
        width: 100%;
        background: #F0F3F5;
        padding: 6px 12px;
    }
    div.h_r .cards img {
        display: inline-block;
    }
    .h_r {
        grid-template-columns: auto 1fr;
        grid-gap: 8px !important;
        margin: 0 auto 16px;
        background: #F0F3F5;
        width: 100% !important;
        padding: 4px 12px 10px;
    }
    .cards {
        display: block !important;
        width: 100%;
    }
    .c-drawer .h_r {
        margin-bottom: 0;
    }
}


.drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.accordion-container {
    position: relative;
    width: 100%;
    border-top: none;
    outline: 0;
    cursor: pointer;
    font-weight: 500;
}

.accordion-container .accordion-title {
    display: block;
    position: relative;
    margin: 0 0 1px 0;
    font-weight: normal;
    color: #222;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    text-align: justify;
    padding: 12px;
    border-top: solid 1px #eee;
}

/* .accordion-container .accordion-title:first-child {
    border: none;
} */

a.accordion-title_yaji {
    border: none;
}

a.accordion-title_yaji h4.accordion-title::before {
    width: 18px;
    height: 18px;
    border-top: solid 1px #98A6B5;
    border-right: solid 1px #98A6B5;
    transform: rotate(45deg) translateY(-65%);
    top: 50%;
    right: 38px;
}

a.accordion-title_yaji h4.accordion-title::after {
    content: none;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
    color: #222;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
    color: white;
}

.accordion-title {
    position: relative;
}

.accordion-title:before,
.accordion-content-ul2 li:before {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 24px;
    height: 1px;
    border-top: solid 1px #98A6B5;
}

.accordion-content-ul2 li:before {
    width: 18px;
    height: 18px;
    border-top: solid 1px #98A6B5;
    border-right: solid 1px #98A6B5;
    transform: rotate(45deg) translateY(-65%);
    top: 50%;
    right: 38px;
}

.accordion-title:after,
.accordion-content-ul2 li:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 24px;
    height: 1px;
    border-top: solid 1px #98A6B5;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-content-ul2 li:after {
    content: none;
}

.accordion-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    opacity: 0;
}

.accordion-content {
    display: none;
}

.accordion-content-ul2 li {
    position: relative;
}

.accordion-content div {
    display: block;
    position: relative;
    margin: 0 0 1px 0;
    font-weight: normal;
    color: #222;
    cursor: pointer;
    font-size: 16px;
    text-align: justify;
    padding: 12px 12px 12px 56px;
}

ul.accordion-content-ul {
    background: #F0F3F5;
    line-height: 1em;
}

ul.accordion-content-ul li {
    padding: 0 16px 0 0;
    font-size: 16px;
    line-height: 3em;
    border-bottom: solid 1px #ddd;
    width: 92%;
    margin: 0 auto;
    position: relative;
    text-indent: 44px;
}

ul.accordion-content-ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

ul.accordion-content-ul:last-child li:last-child {
    border: none;
}

ul.accordion-content-ul li:nth-of-type(1),
li.accordion-content-ul_li_parent {
    text-indent: 16px !important;
}

ul.accordion-content-ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 16px;
    height: 16px;
    border-top: solid 1px #98A6B5;
    border-right: solid 1px #98A6B5;
    transform: rotate(45deg) translateY(-51%);
}

ul.accordion-content-ul2 li a {
    display: grid;
    grid-template-columns: 56px 1fr;
    font-size: 16px;
    grid-gap: 16px;
    align-items: center;
    width: 92%;
    margin: 0 auto;
    border-top: solid 1px #eee;
    padding: 8px 0;
}

h3.accordion-content-h3 {
    padding: 16px;
    background: #F0F3F5;
    border-top: solid 1px #eee;
}

.c-drawer_footer {
    background: #F0F3F5;
    padding: 36px 0 90px;
    text-align: center;
}

img.c-drawer_footer_banner {
    max-width: 80%;
    margin: 0 0 12px;
}

.c-drawer_footer_title {
    max-width: 80%;
    margin: 0 auto;
    border-bottom: solid 1px #555;
    padding-bottom: 6px;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.4em;
}

.c-drawer_footer_box {
    max-width: 80%;
    margin: 0 auto 12px;
    display: grid;
    grid-template-columns: auto 1fr;
}

.c-drawer_footer_content01 {
    background: #222;
    color: #fff;
    line-height: 1em;
    width: fit-content;
    padding: 6px 6px 8px;
    border-radius: 2px;
    grid-column: 1;
    grid-row: 1/2;
}

.c-drawer_footer_content02 {
    font-size: 25px;
    line-height: 1em;
    font-weight: bold;
}

.c-drawer_footer_content03 {
    font-size: 11px;
}

.accordion-container .accordion-title02 {
    display: grid;
    grid-template-columns: 56px 1fr;
    font-size: 16px;
    grid-gap: 16px;
    align-items: center;
    width: 96%;
    margin: 0 0 0 auto;
    border-top: solid 1px #eee;
    padding: 8px 0;
}


.title_en,
.fs-p-drawer__heading {
    display: none;
}

.fs-l-sideArea {
    max-width: 198px;
    padding: 0;
    background: transparent;
}

.left_navi_category * input {
    display: none;
}

label.left_navi_category_label span {
    border: solid 1px #CFDCE5;
    border-bottom: none;
    background: #fff;
    text-align: center;
    display: block;
    padding: 18px 12px;
}

label.left_navi_category_label span:hover {
    background: #000;
    color: #fff;
}

label.left_navi_category_label:last-child span {
    border-bottom: solid 1px #CFDCE5;
}

label.left_navi_category_label input:checked+span {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

.m_nichicon,
.m_hitachi,
.m_panasonic,
.m_corona,
.m_kyocera,
.m_sharp,
.m_huawei,
.m_jinkosolar,
.m_omron,
.m_choshusangyou,
.m_dc,
.m_mitsubishi,
.m_nfb,
.m_nextenergy,
.m_smartstar,
.m_smartsolar,
.m_qcells,
.m_canadiansolar,
.m_solarfrontier,
.m_toshiba,
.m_nihonpaint,
.m_sk,
.m_kansaipaint,
.m_hansenjapan {}

.left_navi_category,
.left_navi_vendor,
.left_navi_type,
.left_navi_capa,
.left_navi_installation,
.left_navi_location,
.left_navi_wattage,
.left_navi_loof_type,
.left_navi_family,
.left_navi_processing,
.left_navi_burner,
.left_navi_built,
.left_navi_function,
.left_navi_e_location,
.left_navi_outerwall_or_roof,
.left_navi_pw_indoor_or_outdoor,
.left_navi_pw_salt-damage,
.left_navi_price,
.left_navi_other {
    margin-bottom: 42px;
}

.left_navi_price_inner_wrap {
    max-width: 210px;
    padding: 20px 12px;
    background: #fff;
    text-align: center;
}

.left_navi_price_box {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 5px;
    align-items: center;
}

.left_navi_category strong,
.left_navi_vendor strong,
.left_navi_type strong,
.left_navi_capa strong,
.left_navi_series strong,
.left_navi_installation strong,
.left_navi_location strong,
.left_navi_wattage strong,
.left_navi_loof_type strong,
.left_navi_family strong,
.left_navi_processing strong,
.left_navi_burner strong,
.left_navi_built strong,
.left_navi_function strong,
.left_navi_e_location strong,
.left_navi_outerwall_or_roof strong,
.left_navi_pw_indoor_or_outdoor strong,
.left_navi_pw_salt-damage strong,
.left_navi_price strong,
.left_navi_other strong {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    border-bottom: solid 3px;
    width: 100%;
    display: block;
    padding-bottom: 4px;
}

label.left_navi_cb_label {
    display: block;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    border-bottom: solid 1px #F0F3F5;
    margin: 0;
    padding: 20px 0 20px 48px;
    background: #fff;
}

label.left_navi_cb_label img {
    width: 100%;
    max-width: 147px;
}

label.left_navi_cb_label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.indicator {
    width: 25px;
    height: 25px;
    background: #F0F3F5;
    position: absolute;
    top: 50%;
    left: 12px;
    border: solid 1px #CFDCE5;
    border-radius: 2px;
    transform: translateY(-50%);
}

label.left_navi_cb_label:hover input~.indicator,
label.left_navi_cb_label input:focus~.indicator {
    background: #ccc;
}

label.left_navi_cb_label input:checked~.indicator {
    background: #98A6B5;
}

label.left_navi_cb_label:hover input:not([disabled]):checked~.indicator {
    background: #98A6B5;
}

label.left_navi_cb_label input:disabled~.indicator,
.indicator::after {
    content: '';
    display: none;
    position: absolute;
}

label.left_navi_cb_label input:checked~.indicator::after {
    display: block;
}

.indicator::after {
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
}

.left_navi_category_label input:disabled~.indicator::after {
    border-color: #7b7b7b;
}

.left_navi_submit_btn_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    width: 100%;
    margin-bottom: 40px;
}

.left_navi_submit_btn,
.left_navi_reset_btn {
    border: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    cursor: pointer;
}

.left_navi_price_box input {
    border: solid 1px #CFDCE5;
    background: #F0F3F5;
    padding: 5px 10px;
}


@media screen and (max-width: 768px) {
    .is-mobile {
        display: block !important;
    }
    .is-desktop {
        display: none !important;
    }
    .fs-c-productList__controller {
        display: block;
    }
    .fs-c-sortItems {
        margin-bottom: 15px;
    }
    .fs-c-listControl__status {
        text-align: right;
    }
}

.leftnav_category_sp_wrap_button.sp {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
}

.leftnav_category_sp_wrap_button.sp img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background-color: #fff;
}

.leftnav_category_sp_wrap.sp {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: -100%;
    width: 90%;
    max-width: 320px;
    height: 100%;
    padding: 20px;
    background: #fff;
    overflow-y: auto;
    transition: left 0.3s ease-in-out;
    box-sizing: border-box;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

.leftnav_category_sp_wrap.sp.leftnav_category_sp_wrap_show {
    left: 0;
}

@media screen and (min-width: 769px) {
    #block-search-form {
        width: 206px;
    }
}
#family_size_select_pc,
#family_size_select_sp {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.left_navi_family {
    margin-bottom: 42px;
}

.left_navi_family select {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: solid 1px #CFDCE5;
    background: #fff;
}


#price_range_select_pc,
#price_range_select_sp {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.left_navi_price {
    margin-bottom: 42px;
}

.left_navi_price select {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: solid 1px #CFDCE5;
    background: #fff;
}

#product_series_select_pc,
#product_series_select_sp {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.left_navi_series {
    margin-bottom: 42px;
}

.left_navi_series select {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: solid 1px #CFDCE5;
    background: #fff;
}

.left_navi_submit {
    margin-top: 20px;
}

.search-submit-button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.search-submit-button:hover {
    opacity: 0.8;
}

#campaingn_banner_wrap {
    padding: 1em 0;
}
@media screen and (max-width: 768px) {
  
  /* 商品ボックスがコンテンツによって不自然に縮むのを防ぐ */
  .fs-c-productListItem {
    min-width: 0;
  }

  /* 長い商品名などがはみ出さず、適切に改行されるようにする */
  h2.fs-c-productListItem__productName {
    word-break: break-word;
  }
  
}