/* カスタマイズ用CSS */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;800&display=swap');

body {
    font-family: 'Shippori Mincho', serif;
}

a {
    transition: opacity .4s, color .4s, background-color .4s;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}



/* header */

.ec-headerNaviRole {
    border-bottom: 1px solid #261917;
    max-width: 100%;
    padding-bottom: 10px;
    padding-top: 6px;
}

@media only screen and (min-width: 768px) {
    .ec-headerSearch .ec-headerSearch__keyword {
        border-bottom-left-radius: inherit;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media only screen and (min-width: 768px) {
    .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    border: 1px solid #000;
    border-left-color: #fff;
    border-radius: 0;
}

.ec-headerSearch .ec-headerSearch__keyword {
    background-color: #fff;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
    padding: 8px 24px 8px 16px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select option {
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .ec-cartNavi {
        border-radius: 0;
        padding: 8px 13px 6px;
        height: 36px;
    }
}

.ec-headerRole {
    padding-top: 38px;
    padding-bottom: 14px;
}

/* title */
.ec-headerTitle .ec-headerTitle__title a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
}

.ec-headerTitle .ec-headerTitle__title a>span {
    display: inline-block;
    font-size: 24px;
    margin-top: 10px;
}

.ec-layoutRole .ec-layoutRole__contents {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
}


.ec-eyecatchRole__heading {
    text-align: center;
    display: none;
}

@media screen and (min-width: 768px) {
    .ec-eyecatchRole__heading {
        display: block;
        text-align: center;
        margin: 80px auto;
    }

}

.ec-eyecatchRole__headingTilte {
    font-size: clamp(1rem, 4vw, 30px);
    letter-spacing: .1em;
    font-weight: 800;
    line-height: 1.6;
    color: #191919;
}




/* 新着商品ブロック */
.ec-role.newItemRole_heading {
    max-width: 100%;
    background-color: #ebc1bb;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    border-style: solid;
    border-left: 2px;
    border-right: 2px;
    border-color: #261917;
}

.newItemRole_headingTitle {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1em;
    display: inline-block;
}

.newItemRole_headingDescription {
    color: #191919;
    line-height: 1.8;
    letter-spacing: .14em;
}

@media screen and (min-width: 768px) {
    .ec-newItemRole {
        display: flex;
    }

}

.ec-newItemRole {
    display: flex;
}

/*  新着商品リスト  */
.ec-newItemRole .ec-newItemRole__list {
    margin-bottom: 0px;
}

.ec-newItemRole .ec-newItemRole__listItem {
    margin-bottom: 8%;
}

@media only screen and (min-width: 768px) {


    .ec-newItemRole .ec-newItemRole__listItem {
        width: calc(100% / 3);
        margin-right: 30px;
        margin-bottom: 0%;
    }

    .ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
        margin-right: 0;
    }

    .ec-newItemRole .ec-newItemRole__listItem:nth-child(3n) {
        margin-right: 0;
    }

    .ec-newItemRole .ec-newItemRole__listItem:first-child {
        margin-right: 30px;
    }
}

.ec-newItemRole__listItem a {
    color: #191919;
}

@media only screen and (min-width: 768px) {
    .ec-newItemRole .ec-newItemRole__listItemTitle {
        margin: 10px 0 3px;
    }
}

.ec-newItemRole .ec-newItemRole__listItemPrice {
    font-size: 12px;
    margin-bottom: 3px;
}

.ProductTag {
    background-color: #b71d2b;
    padding: 1px 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 10px;
    display: inline-block;
}

.newItemRole_Btn {
    width: 100%;
}

.newItemRole_Btn>a {
    margin: 10px auto 40px;
    display: block;
    max-width: 100%;
    max-width: 320px;
    background-color: #ebc1bb;
    color: #191919;
    padding: 12px 20px;
    text-align: center;
    font-weight: 800;
}

@media only screen and (min-width: 768px) {
    .newItemRole_Btn>a {
        margin: 40px auto 40px;
    }
}

.newItemRole_Btn>a:hover {
    background-color: #ebc1bb;
    color: #191919;
}



.searchCategoryNaviRole {
    width: 100%;
    display: none;
}

@media only screen and (min-width: 768px) {
    .searchCategoryNaviRole {
        width: 20%;
        display: block;
    }
}

.searchCategoryNaviRole>div {
    margin-bottom: 30px;
}

.searchCategory__title {
    background-color: #191919;
    padding: 8px 15px;
    color: #fff;
    margin-bottom: 16px;
}


.categoryNavi,
.categoryNavi li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;

}

.categoryNavi li>ul {
    padding-left: 15px;
}

.categoryNavi a {
    display: block;
    padding: 5px;
    color: #191919;
}


.searchContentRole {
    width: 100%;
    margin-left: auto;
    padding-left: 0;
}

@media only screen and (min-width: 768px) {
    .searchContentRole {
        width: 77%;
        padding-left: 20px;
    }
}








/* 
TOPICS

*/
.ec-topicRole .ec-topicRole__list {
    display: block;
}

.ec-topicRole {
    padding-top: 30px;
    padding-bottom: 30px;
    background: transparent;
}

@media only screen and (min-width: 768px) {


    .ec-topicRole {
        background: #F8F8F8;
    }
}


.ec-topicRole .ec-role {
    padding-left: 0;
    padding-right: 0;

}

@media only screen and (min-width: 768px) {

    .ec-topicRole .ec-role {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .ec-topicRole .ec-topicRole__listItem {
        width: 100%;
    }

    .ec-topicRole .ec-topicRole__listItem:not(:last-of-type) {
        margin-bottom: 50px;
    }
}



.ec-orderDelivery {
    padding-bottom: 10px;

}

.ec-orderPayment {
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .ec-cartNavi .ec-cartNavi__price {

        vertical-align: super;
    }
}