@charset "UTF-8";

/**
 * 既存分
 */
.ec-role {
    margin-bottom: 100px;
    margin-top: 50px;
}
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
}
.page-title {
    max-width: 1150px;
    margin: 0 auto;
}
#page_user_data .page-title {
    background: none;
    padding: 0;
}
#page_user_data .gallery-slider .page-title {
    background: #171717;
    padding: 70px 0;
    max-width: 100%;
}
.ec-modal-search .ec-modal-wrap {
    width: 100%;
}
.ec-modal-search .ec-headerSearch .ec-headerSearch__keyword {
    margin: 0 auto;
    width: 60%;
    float: none;
}
.ec-modal-search  .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    height: 40px;
}
@media only screen and (min-width: 768px) {
    .ec-modal .ec-modal-wrap {
        padding: 70px 10px;
    }
    .ec-modal-search .ec-headerSearch .ec-headerSearch__keyword {
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }
}
.ec-layoutRole__footer {
    margin-top: 50px;
}
//-----------------------------------------------------------//

/**
 * 追加分
 */
.logo-wrapper img.default {
    width: 108px;
    height: auto;
}
.products-list .single-product a {
    color: inherit;
    text-decoration: none;
}
.products-list .no-products {
    padding: 60px 10px;
}
.products .pagination .container {
    justify-content: flex-end;
}
.filter .accordion .sub-accordion a {
    text-decoration: none;
}
.filter .accordion .sub-accordion h4 a {
    color: inherit;
}
.items-panel .filter h4 {
    font-weight: normal;
}
.items-panel .filter a {
    font-weight: normal;
}
.items-panel .filter a.active {
    font-weight: bold;
}
.product-image .main-part .zoom-area {
    text-align: right;
}
.product-image .main-part .zoom-area img {
    width: 20px;
}
@media only screen and (max-width: 767px) {
header .top-menu > li.menu-item.has-child:hover .mega-menu {
    flex-direction: column;
    z-index: 1000;
}
}