.fs-l-header {
    padding-top: 0;
}

.fs-l-header--min {
    border-bottom: none;
}

.fs-l-footer {
    margin-top: 40px;
    background: none;
    border-top: none;
}

.fs-c-breadcrumb {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 10px;
    color: #aaa;
    font-size: .75rem;
    text-align: right;
}

.fs-c-breadcrumb a {
    color: #aaa;
}

.fs-c-breadcrumb__list li:last-child {
    color: #333;
}


.fs-l-main {
    display: -webkit-flex;
    display: flex;
    display: block;
    clear: both;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}

.fs-body-top .fs-l-main,
.fs-body-category .fs-l-main,
.fs-body-custom .fs-l-main {
    max-width: 100%;
}

.fs-l-pageMain {
    width: 100%;
    max-width: 100%;
}

.fs-c-subgroupList {
    max-width: 1000px;
    margin: 0 auto;
}

.fs-c-productList {
    max-width: 1000px;
    margin: 0 auto;
}




.product_comment-1,
.product_comment-2,
.product_comment-3,
.product_comment-11,
.product_comment-12,
.product_comment-13 {
    max-width: 100%;
}

.fs-l-main {
    max-width: 100%;
}


@media screen and (max-width: 767px) {

    .product_comment-1,
    .product_comment-2 {
        display: block;
    }
}

@media only screen and (min-width: 1099px) {
    #fs_ProductCategory .fs-l-page {
        padding-top: 0;
    }
}

@media screen and (min-width: 768px) {
    nav {
        padding-top: 0;
    }
}


a:visited {
    color: #4a4d4f;
}

a:hover {
    color: #4a4d4f;
    text-decoration: none;
}


/*グループの登録商品がありませんの文言を非表示*/
.fs-body-category-eo .fs-c-noResultMessage,
.fs-body-category-shop .fs-c-noResultMessage,
.fs-body-category-season .fs-c-noResultMessage,
.fs-body-category-notebar .fs-c-noResultMessage,
.fs-body-category-note .fs-c-noResultMessage,
.fs-body-category-howto .fs-c-noResultMessage,
.fs-body-category-floral-2 .fs-c-noResultMessage {
    display: none;
}


/* headerのz-indexひとつ上にする */
.l-header {
    z-index: 1000;
}

/* 検索窓 */

.unavi li.search label {
    display: block;
}

@media screen and (max-width: 767px) {

    .l-nav-ec__item:nth-last-of-type(2) label {
        display: inline-grid;
        grid-template-columns: 8vw;
    }
}

@media only screen and (min-width: 768px) {
    .unavi li.search {
        position: relative;
        display: block;
    }
}


.search_btn_pc {
    position: absolute;
    visibility: hidden;
    top: -0px;
    /* right: 20px; */
}


.search_wrapper {
    position: fixed;
    overflow: hidden;
    display: none;
    width: 100%;
    height: 0;
    padding: 10px;
    top: calc(15vw + 15px);
    right: 0;
    box-sizing: border-box;
    background: #EEE;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .12);
    z-index: 9999999;
    opacity: 0;
    transition: 0.4s;
}

.search_btn_pc:checked::after {
    position: fixed;
    content: '';
    visibility: visible;
    width: 40px;
    height: 45px;
    background: url(https://mmoon.itembox.design/item/common/icon_menu_close.svg) no-repeat 50% 8px #EEE;
    background-size: 20px auto;
    z-index: 9999999;
    top: 7vw;
}

@media print,
screen and (min-width: 768px) {
    .search_btn_pc:checked::after {
        position: fixed;
        content: '';
        visibility: visible;
        width: 40px;
        height: 45px;
        background: url(https://mmoon.itembox.design/item/common/icon_menu_close.svg) no-repeat 50% 8px #EEE;
        background-size: 20px auto;
        z-index: 9999999;
        top: auto;
    }

    .search_wrapper {
        position: absolute;
        overflow: hidden;
        display: none;
        width: 450px;
        height: 0;
        padding: 10px;
        top: calc(100% - 2px);
        right: -30px;
        box-sizing: border-box;
        background: #EEE;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .12);
        z-index: 9999999;
        opacity: 0;
        transition: 0.4s;
    }
}


.search_btn_pc:checked+.search_wrapper {
    display: block;
    height: auto;
    opacity: 1;
}


.search_wrapper form,
.search_wrapper_sp form {
    position: relative;
}

.search_wrapper input,
.search_wrapper_sp input {
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 8px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search_wrapper button,
.search_wrapper_sp button {
    position: absolute;
    top: 1px;
    right: 5px;
    width: 34px;
    height: 34px;
    border: none;
    background: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(https://mmoon.itembox.design/item/common/icon_lupe.svg);
    background-size: 70%;
    text-indent: -9999px;
}


input,
textarea,
select {
    background-color: #ffffff;
    color: #333333;
}

.unavi input[type=checkbox],
input[type=radio] {
    opacity: 1;
}



/* 250711 */

html {
    font-size: 16px;
}

.unavi {
    width: auto;
    max-width: initial;
    padding: 0;
}

.unavi li a {
    display: inline-grid;
    grid-template-columns: 20px auto;
    align-items: center;
    gap: 4px;
    padding: 0;
}

.unavi li.search label,
.unavi li.search_sp label {
    background-image: none;
}


.l-nav-lg {
    font-size: 1rem;
}

.c-ttl-base .en {
    font-size: 2rem;
}

.c-ttl-base .ja {
    font-size: 1rem;
}

.l-foot-contact__list {
    font-size: .875rem;
}

.l-foot-contact__item .item-ttl .txt {
    font-size: 1.125rem;
}

.l-foot-contact__item .item-desc dd {
    font-size: 2rem;
}

.l-footer {
    font-size: .875rem;
}

.l-nav-menu__item .parent {
    font-size: .875rem;
}

.l-nav-menu__item .child-list__detail {
    font-size: 0.8125rem;
}

.l-footer__cpr {
    font-size: 0.75rem;
}

@media screen and (max-width: 767px) {

    .l-header .l-nav-ec__item:last-of-type,
    .l-header .l-nav-ec__item:nth-last-of-type(2) {
        display: block;
    }
}

.is-nav-active .l-nav-menu,
.l-nav-menu.-footer {
    font-size: 0.8125rem;
}


.l-nav-lg__detail {
    font-size: .875rem;
}

.l-nav-lg .detail-item>dl {
    font-size: .875rem;
}


.l-foot-contact__ttl p {
    font-size: 0.875rem;
}

.unavi li.cart {
    margin: 0;
    width: 32px;
    height: 33px;
}

.unavi li.cart span {
    min-width: 18px;
    height: 18px;
}


.l-nav-ec__list {
    gap: 0;
}


@media print,
screen and (min-width: 768px) {
    .l-foot-contact__list {
        grid-template-columns: repeat(2, 1fr);
        max-width: 830px;
        margin: 0 auto;
    }
}
