/* カスタマイズ用CSS */
/*-------------- common --------------*/
body {
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    width: 100%;
    background: #FAF7F2;
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}
h1 {
    font-size: 1.5em;
}
h2 {
    font-size: 32px;
    margin-bottom: 4px;
}
ul {
    list-style: none;
    padding: 0;
}
a {
    text-decoration: none;
}
.ec-layoutRole {
    background: #F8F8F8;
}
.ec-layoutRole .ec-layoutRole__main {
    background: #f8f8f8;
}
.d-btn {
    display: block;
    max-width: 280px;
    border: 1px solid #000;
    color: #000;
    padding: 10px 0;
    margin: 0 auto 80px;
    text-align: center;
    transition: .2s;
}
.d-btn:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
}
.ec-headerNaviRole__search {
    margin-right: 30px;
}
.ec-role {
    max-width: 90%;
}
.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3, .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6,
.ec-cartHeader .ec-cartHeader__label,
.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3, .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6, .ec-cartHeader .ec-cartHeader__label{
    background: #d0d0d0;
}
.ec-totalBox {
    background: #d0d0d0;
}
.dis-sp {
    display: none;
}
/*-------------- header --------------*/

.ec-layoutRole__mainWithColumn {
    padding-top: 50px;
}
.ec-layoutRole__left {
    padding-top: 50px;
}


.ec-headerNaviRole__left {
    font-size: 1.5em;
}
.ec-headerNaviRole {
    max-width: 90%;
    padding: 0;
    height: 74px;
}
.ec-layoutRole__header {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: rgb(33 33 33 / 80%);
}
.ec-headerNav .ec-headerNav__itemIcon img {
    width: 30px;
}
.ec-headerNav .ec-headerNav__itemIcon img,
.ec-cartNavi .ec-headerNav__itemIcon img {
    filter: brightness(0) invert(1);
}
.ec-headerNav .ec-headerNav__itemIcon {
    margin: 0 auto -10px !important;
}
.ec-cartNavi .ec-cartNavi__badge {
    position: absolute;
    right: -10px;
    top: 10px;
    left: auto;
}
.ec-headerNav__itemIcon > div {
    text-align: center;
}
.ec-cartNavi {
   background: inherit;
    height: 65px;
    padding: 0 0 10px 8px;
}
.ec-headerNav__carttxt {
    display: block;
    font-style: normal;
}
.ec-cartNavi .ec-headerNav__itemIcon img {
    width: 35px;
}
.ec-cartNavi {
    min-width: auto;
}
.ec-select select {
    font-size: 12px;
}
.ec-headerNaviRole .ec-headerNaviRole__search {
    max-width: 328px;
}
.ec-headerNav .ec-headerNav__itemLink,
.ec-headerNav__carttxt {
    color: #fff;
}
#page_homepage .ec-headerNaviRole .ec-headerNaviRole__left a {
    color: #fff;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #565656;
}

/*-------------- footer --------------*/
.ec-footerRole {
    background: #212121;
    margin-top: 0;
}

/*-------------- sidebar --------------*/
.ec-layoutRole__left {
    padding-bottom: 80px;
}
.ec-layoutRole .ec-layoutRole__left {
    background: #d0d0d0;
    max-width: 320px;
}
.ec-categoryNaviRole {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}
.side-title {
    font-size: 22px;
    padding: 5px 0;
    border: solid 5px #fff;
    outline: solid 1px #212121;
}
.ec-itemNav.guide {
    padding-top: 60px;
}
.ec-itemNav__nav li {
    float: inherit;
}
.ec-itemNav__nav li a {
    background: #d0d0d0;
    text-align: left;
}
.ec-itemNav__nav {
    display: block;
    width: 100%;
    margin-top: 5px;
}
.ec-itemNav__nav li ul {
    position: inherit;
}
.ec-itemNav__nav li ul li {
    height: auto!important;
}
.ec-itemNav__nav li {
    border-bottom: 1px dashed;
}
.ec-itemNav__nav li a {
    position: relative;
    padding-left: 22px;
}
.ec-itemNav__nav li a::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: #212121;
    left: 0;
    top: 21px;
}
.ec-itemNav__nav li ul li a {
    background: #d0d0d0;
    border: none;
    color: #6C6C6C;
    padding-left: 42px;
}
.ec-itemNav__nav li ul li a:hover {
     background: #d0d0d0;
     text-decoration: underline;
}
.ec-itemNav__nav li ul li a:nth-of-type(1) {
    padding-top: 0;
}
.ec-itemNav__nav li ul li {
    border: none;
}
.ec-itemNav__nav li ul li a::before {
    content: "┗";
    background: #d0d0d0;
    left: 17px;
    top: 0px;
}
.ec-itemNav__nav > li:hover > a {
    background: #d0d0d0;
    text-decoration: underline;
}
.ec-itemNav__nav > li:hover li:hover > a {
     background: #d0d0d0;
}
.ec-footerRole .ec-footerRole__inner {
    margin: 0 0 0 auto;
    padding-right: 5%;
}
.ec-footerNavi,.ec-footerTitle {
    text-align: right;
}
.ec-footerNavi.sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 16px;
}
.ec-footerTitle {
    padding: 60px 0 20px;
}
.ec-footerNavi.sns li {
    margin-right: 10px;
}

/*-------------- top --------------*/
.front_page .ec-layoutRole__contents {
    margin: 0 auto 0;
}
.front_page .ec-layoutRole .ec-layoutRole__contents,
.front_page .ec-sliderRole{
    max-width: 100%;
}
.front_page .ec-sliderRole {
    padding: 0;
}
.front_page .slick-dots {
    bottom: 30px;
}
.ec-secHeading {
    text-align: center
}
.ec-secHeading .ec-secHeading__en {
    font-size: 12px;
}
.ec-newsRole .ec-newsRole__news {
    max-width: 980px;
    margin: 0 auto;
}
.ec-newsRole__newsItem {
    background: #d0d0d0;
}
.ec-newsRole__newsItem:nth-child(even) {
    background: #e4e4e4;
}
.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
    border: none;
}
.ec-newsRole .ec-newsRole__newsTitle {
    color: #000;
}
.ec-newsRole .ec-newsRole__newsDate {
    color: #6C6C6C;
}
.front_page .ec-topicRole .ec-role {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}
.ec-newItemRole__listItem {
    width: 32%;
}
.ec-topicRole {
    background: #d0d0d0;
    padding: 60px 0 0;
}
.ec-topicRole .ec-topicRole__list {
    justify-content: space-around;
    padding-bottom: 20px;
}
.ec-role .ec-newItemRole__listItem img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.ec-newItemRole__listItem img {
    transition: .5s;
}
.topic-img-wrap {
    overflow: hidden;
     width: 100%;
    max-width: 590px;
    max-height: 590px;
    height: 80%;
}
.ec-newItemRole__listItem a:hover img {
    transform: scale(1.2,1.2);
    opacity: 0.8;
}
.ec-categoryRole .ec-categoryRole__list {
    flex-wrap: wrap;
    max-width: 980px;
    margin: 0 auto;
}
.ec-categoryRole .ec-categoryRole__listItem {
    width: 31%;
}
.ec-categoryRole__listItem img {
    transition: .5s;
}
.ec-categoryRole__listItem a:hover img {
    filter: brightness(0.6);
}
.ec-categoryRole .ec-categoryRole__listItem:not(:last-of-type){
     margin-right: 15px;
}
.ec-categoryRole .ec-categoryRole__listItem:nth-of-type(1),
.ec-categoryRole .ec-categoryRole__listItem:nth-of-type(4n) {
    margin-left: 15px;
}
.ec-newItemRole__listItemTitle {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}
.ec-newItemRole__listItemPrice {
    margin-top: 5px;
    font-size: 16px;
    color: #000;
}
.ec-categoryRole__listItem a {
    position: relative;
    display: block;
}
.ec-categoryRole__listItem a h3 {
    position: absolute;
    bottom: 10px;
    z-index: 10;
    color: #fff;
    text-shadow:3px 3px 0 #000;
    font-size: 24px;
    font-weight: bold;
    left: 10px;
}
.guid {
    background: #d0d0d0;
    padding-bottom: 80px;
}
.guid-wrap {
    max-width: 90%;
    padding: 80px 0 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.guid-wrap > div {
    width: 30%;
}
.guid h3 {
    background: #fff;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center;
}
.guid span {
    color: #E81C1D;
    font-weight: bold;
}
.guid-bottom {
    margin-top: 70px;
}
.guid-bottom h3 {
    margin-bottom: 0;
}
.guid .d-btn {
    margin-bottom: 0;
}
.ec-newsRole .ec-newsRole__news {
    border: none;
}

/*-------------- under --------------*/
.ec-layoutRole__contents {
    margin: 0 auto;
}
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
}
.ec-layoutRole__mainWithColumn {
    margin-top: 30px;
    margin-bottom: 80px;
}
.ec-searchnavRole,
.ec-shelfRole {
    max-width: 95%;
}
.ec-searchnavRole .ec-searchnavRole__infos {
     max-width: 100%;
}
.product_page .ec-shelfGrid__item form,
.product_page .ec-shelfGrid__item .ec-productRole__btn {
    display: none;
}
.ec-shelfGrid__item-image {
    overflow: hidden;
}
.ec-shelfGrid__item a img {
    transition: .5s;
}
.ec-shelfGrid__item a:hover img {
    transform: scale(1.2,1.2);
    opacity: 0.8;
}
.listpage-tag {
    display: flex;
    font-size: 12px;
    flex-flow: wrap;
}
.listpage-tag li {
    background: #777777;
    padding: 2px 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
}
.ec-productRole .ec-productRole__btn {
    min-width: auto;
}
.ec-shelfGrid .ec-shelfGrid__item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .ec-newsRole {
        padding: 10px 0 80px;
    }
    .ec-headerNav .ec-headerNav__itemIcon {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    .ec-topicRole .ec-topicRole__list,
    .ec-categoryRole .ec-categoryRole__list{
        padding-top: 36px;
    }
    .ec-categoryRole {
        padding: 60px 0 70px;
    }
    .ec-newsRole .ec-newsRole__newsItem {
        padding: 20px;
    }
    .ec-newsRole .ec-newsRole__news {
        padding: 20px 0 30px;
    }
    .ec-cartNaviIsset::before{
        content: none;
    }
}
@media only screen and (max-width: 1080px) {
    .ec-categoryRole .ec-categoryRole__listItem {
        width: 30%;
    }
    .ec-headerNaviRole .ec-headerNaviRole__search {
        display: none;
    }
    .dis-pc {
        display: none;
    }
    .dis-sp {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .ec-newsRole .ec-newsRole__newsDate {
        margin: 0px 0 5px;
        padding: 10px 10px 0;
    }
    .ec-newsRole .ec-newsRole__newsTitle {
        padding: 0 10px;
    }
    .ec-newsRole .ec-newsRole__newsDescription {
        padding: 0 10px 10px;
    }
    .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
        margin: 0;
    }
    .front_page .ec-topicRole .ec-role {
        max-width: 100%;
    }
    .ec-topicRole .ec-topicRole__list {
        display: block;
    }
    .ec-role .ec-newItemRole__listItem img {
        max-width: 420px;
        max-height: 420px;
    }
    .ec-newItemRole__listItem {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .ec-newItemRole__listItem p {
        max-width: 420px;
        max-height: 420px;
        text-align: left;
        margin: 0 auto;
    }
    .ec-categoryRole .ec-role {
        max-width: 100%;
    }
    .ec-categoryRole .ec-categoryRole__listItem {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .ec-categoryRole .ec-categoryRole__listItem {
        width: 48%;
    }
    .ec-categoryRole__listItem a h3 {
        font-size: 18px;
        bottom: -3px;
        left: 5px;
    }
    .ec-categoryRole .ec-categoryRole__list {
        justify-content: space-between;
    }
    .ec-categoryRole__listItem a p {
        font-size: 14px;
    }
    .ec-secHeading {
        margin-bottom: 40px;
    }
    .front_page .ec-topicRole .ec-role {
        padding: 0 20px;
    }
    .guid-wrap {
        display: block;
    }
    .guid-wrap > div {
        width: 100%;
    }
    .guid-bottom {
        margin-top: 0;
    }
    .guid-wrap > div > div,
    .guid-wrap > div:nth-of-type(2),
    .guid-wrap > div:nth-of-type(3){
        margin-bottom: 40px
    }
    .ec-newsRole .ec-newsRole__news {
        padding-bottom: 60px;
    }
    .ec-footerNavi .ec-footerNavi__link a {
        border-bottom: 1px solid #ffffff;
    }
    .ec-footerRole .ec-footerRole__inner {
        padding: 0;
    }
    .ec-footerNavi.sns {
        justify-content: center;
        padding-bottom: 15px;
        padding-top: 15px;
        margin-bottom: 0;
        border-bottom: 1px solid #ffffff;
    }
    .ec-footerNavi,.ec-footerTitle {
        text-align: center;
    }
    .ec-headerNav__carttxt,
    .ec-headerNaviRole__nav{
        display: none!important;
    }
    .ec-cartNavi .ec-cartNavi__badge {
         right: 10px;
         top: 18px;
    }
    .ec-itemNav__nav li a::before,.ec-itemNav__nav li ul li a::before {
        content: none;
    }
    .ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading,
    .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
        background: #f8f8f8;
    }
    .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
        background: #212121;
    }
    .ec-drawerRole {
        background: #d0d0d0;
    }
    .ec-drawerRole .ec-headerSearch {
        background: #d0d0d0;
    }
    .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a {
        padding-left: 40px;
        padding-top: 16px;
    }
    .ec-cartNavi {
        height: 35px;
    }
    .ec-headerNaviRole .ec-headerNaviRole__left {
        width: calc(100% / 2);
        padding-left: 45px;
    }
}
.ec-shelfGrid .ec-shelfGrid__item-image,
.ec-favoriteRole .ec-favoriteRole__item-image{
        height: auto;
}