/*
* Tsuruoka Bussan
* SYSTEMBOX. Shingo Suzuki.
*/

/*Common*/
body{
    font-family: -apple-system, BlinkMacSystemFont,
               "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #000000;
}
p{
    line-height: 1.6;
}
.c_blue{
    color:#1465c2;
}
.c_red{
    color:#ff0000;
}
.text_200{
    font-size: 200%;
}
.text_150{
    font-size: 150%;
}
.mb15{
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.basic_list{
    margin-left: -1em;
}
.basic_list li{
    padding:10px 0;
    line-height: 1.4;
}
.ec-role{
    font-size:14px;
}
.ec-role img{
    width: auto;
}
.ec-layoutRole{
    overflow: hidden;
}
.ec-layoutRole__contents{
    padding-bottom: 60px;
}
.other_page .ec-layoutRole .ec-layoutRole__contents{
    width: 100%;
    max-width: 1040px;
    margin-top: 30px;
}
.other_page table{
    width: 100%;
    background: #ffffff;
}
.other_page table th,
.other_page table td{
    padding:10px 1em;
    border:1px solid #cccccc;
}
.other_page table th{
    background: #FBE3D8;
    text-align: center;
    font-weight: normal;
}
.other_page .ec-off1Grid {
    margin-bottom: 20px;
}
.other_page .ec-off1Grid .ec-off1Grid__cell{
    width: 100%;
    margin: 0;
    padding:0 3%;
}
.ec-layoutRole .ec-layoutRole__left{
    padding-right: 4%;
}
.ec-headerSearch{
    margin-bottom: 20px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{
    border-radius: 0;
    background: #4D6F95;
}
.ec-headerSearch .ec-headerSearch__keyword{
    border-radius: 0;
}
.ec-pageHeader h1,
.sec_title{
    padding:15px 1em;
    margin: 0 0 20px;
    background: #FEF3EF;
    border-left: 15px solid #D4BEB3;
    font-size:20px;
    font-weight: bold;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec_title span.more_link{
    font-size:0.8em;
    font-weight: normal;
}
.sec_title span.more_link a{
    color:#000000;
}
.sec_title span.more_link::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    margin-right: 0.2em;
}
.sec_lowtitle{
    padding:15px 5px 5px;
    margin: 10px 0 30px;
    border-bottom: 5px solid #D4BEB3;
    font-size:24px;
    font-weight: bold;
}
.guide_title{
    margin:30px 0 15px;
}
.guide_title::before{
    display: inline-block;
    content: "";
    width:15px;
    height: 15px;
    background: url(../img/common/footer_title_icon.png) no-repeat center;
    background-size: contain;
    margin-right:10px;
}
.more_link_sp{
    display: none;
    margin: 10px 0 0;
    text-align: center;
}
.more_link_sp a{
    display: inline-block;
    padding:10px 20px;
    margin: 0 auto;
    color: #ffffff;
    font-size:16px;
    font-weight: bold;
    background:#d53760;
}
.banner_item{
    text-align: center;
    margin-bottom: 30px;
}
.banner_item img{
    width: auto;
    max-width: 100%;
}
.linkbanner{
    display: block;
    padding:10px;
    text-decoration: none;
}
.linkbanner:hover{
    text-decoration: none;
}
.linkbanner img{
    border: 1px solid #efefef;
}
.linkbanner p{
    padding:5px 0;
    font-size: 16px;
}
.linkbanner p::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    margin-right: 0.5em;
}
@media screen and (max-width:767px) {
    .sec_title span.more_link{
        display: none;
    }
    .more_link_sp{
        display: block;
    }
}

/*Header*/
.ec-headerNaviSubmenu{
    position: relative;
    z-index:1;
}
.ec-headerNaviSubmenu::after{
    position: absolute;
    top:0;
    left:-150%;
    display: block;
    content: "";
    width: 300%;
    height: 100%;
    background: #bb4b79;
    z-index: -1;
}
.ec-headerNaviSubmenu__left{
    width: 30%;
    text-align: center;
}
.ec-headerNaviSubmenu__container{
    width: 1200px;
    max-width: 100%;
    padding:0 1em;
    margin:0 auto;
    font-size: 1em;
    line-height: 2;
    color:#ffffff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ec-headerNaviSubmenu__right ul{
    list-style-type: none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
}
.ec-headerNaviSubmenu__right ul li a{
    position: relative;
    display: block;
    padding:5px 0.75em;
    color:#ffffff;
    text-decoration: none;
}
.ec-headerNaviSubmenu__right ul li a:hover{
    background: #de87ab;
}
.ec-headerNaviSubmenu__right ul li a:after{
    position: absolute;
    display: block;
    width:100%;
    height:50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: "";
    border-right: 1px solid #ffffff;
}
.ec-headerNaviSubmenu__right ul li:last-child a:after{
    display: none;
}

.ec-headerRole{
    max-width: 1200px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
}
.ec-headerRole .ec-headerRole__title{
    width:30%;
    text-align: right;
}
.ec-headerCatchcopy{
    width:36%;
    padding:0;
}
.ec-headerCatchcopy img{
    width:auto;
}
.ec-headerGuideRole{
    width:34%;
    padding:10px;
}
.ec-headerGuideRole .top{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ec-headerRole__tel{
    margin: 0 6px;
}
.ec-headerNaviRole__nav{
    padding:10px 0;
}
.ec-cartNaviWrap .ec-cartNavi{
    height:32px;
    padding:5px 6px;
    background: #ffffff;
    border:1px solid #333333;
    border-radius: 0;
}
.ec-headerNav__item a{
    text-decoration: none;
}
.ec-headerNav__item img{
    width: auto;
}
.ec-categoryNaviRole .ec-itemNav__nav{
    position: relative;
    width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.ec-categoryNaviRole .ec-itemNav__nav li{
    position: static;
}
.ec-categoryNaviRole .ec-itemNav__nav li a{
    position: relative;

}
.ec-categoryNaviRole .ec-itemNav__nav li.parent_menu > a:after{
    position: absolute;
    display: block;
    width:100%;
    height:50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: "";
    border-right: 1px solid #cccccc;
}
.ec-categoryNaviRole .ec-itemNav__nav li.parent_menu:last-child a:after{
    display: none;
}
.ec-categoryNaviRole .ec-itemNav__nav li a{
    padding:15px 30px;
}
.ec-categoryNaviRole .ec-itemNav__nav li ul{
    position: absolute;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
    justify-content: flex-start;
    box-sizing: border-box;
}
.ec-categoryNaviRole .ec-itemNav__nav li ul:after{
    content: "";
    position: absolute;
    width: 400%;
    height: 100%;
    top:0;
    left:-150%;
    background: url(../img/common/catmenu_bg.png) repeat center;
    z-index: 0;
}
.ec-categoryNaviRole .ec-itemNav__nav li ul li{
    width:25%;
    z-index: 1;
}
.ec-categoryNaviRole .ec-itemNav__nav li ul li.child_category .wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
    justify-content: flex-start;
    padding:0 5px 10px 5px;
    margin: 10px 0 0;
}
.ec-categoryNaviRole .ec-itemNav__nav li ul li.child_category:nth-child(n+5) .wrap{
    margin: 0;
}
.ec-categoryNaviRole .ec-itemNav__nav li ul li.child_category .wrap .catimg{
    width:40%;
}
.ec-categoryNaviRole .ec-itemNav__nav li ul li.child_category .wrap .catimg a{
    padding:0;
    margin:0;
    overflow: hidden;
}
.ec-categoryNaviRole .ec-itemNav__nav li ul li.child_category .wrap .catimg a img{
    width: auto;
    min-height: 100%;
}
.ec-categoryNaviRole .ec-itemNav__nav li ul li.child_category .wrap .name{
    width: 40%;
    display: flex;
    flex: 1 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    background: #ECE8E1;
}
.ec-categoryNaviRole .ec-itemNav__nav li ul li.child_category .wrap .name a{
    display: block;
    width: 100%;
    padding:1em;
    color:#785D4C;
    background: none;
    border: none;
    word-break: keep-all;
    text-align: center;
}
.ec-categoryNaviRole .ec-itemNav__nav li ul li.child_category:hover .wrap .name{
    background: #785D4C;
}
.ec-categoryNaviRole .ec-itemNav__nav li ul li.child_category:hover .wrap .name a{
    color: #ffffff;
}
.ec-categoryNaviRole .ec-itemNav__nav li ul li ul{
    background: none;
}
.ec-headerNavSP{
    border-radius: 5px;
}
.ec-drawerRole,
.ec-drawerRole .ec-headerLinkArea{
    background: #4D6F95;
}
@media screen and (max-width:767px) {
    .ec-headerNaviSubmenu__left,
    .ec-headerNaviSubmenu__right{
        width: 100%;
    }
    .ec-headerNaviSubmenu__left .header__siteinfo{
        padding:15px 0;
    }
    .ec-headerNaviSubmenu__right ul{
        display: none;
    }
    .ec-headerRole .ec-headerRole__title,
    .ec-headerCatchcopy,
    .ec-headerGuideRole{
        width: 100%;
        text-align: center;
    }
    .ec-headerCatchcopy{
        display: none;
    }
    .ec-headerGuideRole{
        margin-bottom: 20px;
    }
    .ec-headerGuideRole .top{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ec-headerGuideRole .bottom{
        display: none;
    }
}

/*Footer*/
.ec-footorGuide{
    padding:50px 0 60px;
    background: #F2F1EF;
}
.ec-footorGuide > div{
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
    padding:0 3%;
}
.ec-footorGuide > div h3{
    padding:15px;
    margin: 30px 0;
    font-size:18px;
    font-weight: bold;
    background: #cccccc;
    text-align: center;
}
.ec-footorGuide .ec-footorGuide__wrapper{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.ec-footorGuide .ec-footorGuide__wrapper > div{
    width:33.3333%;
    padding:0 2em;
    font-size:0.85em;
    line-height: 1.6;
}
.ec-footorGuide .ec-footorGuide__wrapper > div h4{
    font-size:16px;
    font-weight: bold;
    margin:0 0 10px;
    padding:3px 0;
    border-bottom: 2px solid #cccccc;
}
.ec-footorGuide .ec-footorGuide__wrapper > div h4::before{
    display: inline-block;
    content: "";
    width:15px;
    height: 15px;
    background: url(../img/common/footer_title_icon.png) no-repeat center;
    background-size: contain;
    margin-right:10px;
}
.ec-footorGuide .ec-footorGuide__wrapper > div p{
    margin-bottom: 1em;
}
.ec-footorGuide .ec-footorGuide__wrapper > div p.telno{
    font-size:1.5em;
    font-weight: bold;
}
.ec-footorGuide .ec-footorGuide__wrapper > div img {
    margin:10px 0;
    width: auto;
    max-width: 100%;
}
.ec-footorGuide .ec-footorGuide__wrapper > div table{
    width: 100%;
    background: #ffffff;
}
.ec-footorGuide .ec-footorGuide__wrapper > div table th,
.ec-footorGuide .ec-footorGuide__wrapper > div table td{
    padding:3px 5px;
    border:1px solid #cccccc;
}
.ec-footorGuide .ec-footorGuide__wrapper > div table td:not(:nth-child(1)){
    text-align: center;
}
.ec-footerCategoryNaviRole{
    width: 100%;
    margin: 0 auto;
    padding:30px 0 10px;
    background: #CCCCCC;
    border-bottom: 1px solid #333333;
}
.ec-footerCategoryNaviRole .ec-footerItemNav{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.ec-footerCategoryNaviRole .ec-footerItemNav ul{
    margin: 0;
    list-style-type: none;
}
.ec-footerCategoryNaviRole .ec-footerItemNav ul li a{
    color: #000000;
}
.ec-footerCategoryNaviRole .ec-footerItemNav .ec-footerItemNav__nav li ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none;
    padding:20px 0;
}
.ec-footerCategoryNaviRole .ec-footerItemNav .ec-footerItemNav__nav li ul li{
    margin-right: 1.5em;
}
.ec-footerRole{
    border: none;
    background: #CCCCCC;
    margin: 0;
}
.ec-footerRole .ec-footerRole__inner .sns_area{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}
.ec-footerRole .ec-footerRole__inner .sns_area a{
    margin: 0 10px;
}
.ec-footerRole .ec-footerRole__inner .sns_area a img{
    width: 40px; 
}
.ec-footerRole .ec-footerRole__inner .ec-footerNavi{
    color: #000000;
    display: block;
}
.ec-footerRole .ec-footerRole__inner .ec-footerNavi a{
    text-decoration: none;
    font-weight: normal;
}
.ec-footerRole .ec-footerRole__inner .ec-footerNavi a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    margin-right: 0.5em;
}
.ec-footerRole .ec-footerRole__inner .ec-footerTitle{
    padding: 40px 0 20px;
}
.ec-footerRole .ec-footerRole__inner .ec-footerTitle .ec-footerTitle__logo img{
    width: auto;
    margin-bottom: 20px;
}
.ec-footerRole .ec-footerRole__inner .ec-footerTitle .ec-footerTitle__copyright{
    font-size: 14px;
    color: #000000;
    padding: 0 1em;
}
@media screen and (max-width:767px) {
    .ec-footerCategoryNaviRole{
        display: none;
    }
    .ec-footorGuide .ec-footorGuide__wrapper > div{
        width:100%;
        margin-bottom: 20px;
    }
    .ec-footerRole .ec-footerRole__inner .sns_area{
        padding: 30px 0;
        margin-bottom: 0;
    }
}

/*Sidebar*/
.ec-layoutRole__left .banner_item{
    margin-bottom: 15px;
}
.ec-layoutRole__left .side_cat_head{
    padding:15px 1em;
    color:#ffffff;
    font-size: 16px;
    font-weight: bold;
    background: url(../img/sidebar/side_cat_headbg.png) repeat center;
    text-align: center;
}
.ec-layoutRole__left .ec-categoryNaviRole{
    padding:0;
    margin-bottom: 20px;
    border-top: 1px solid #cccccc;
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav ul li a{
    padding: 0;
    background: none;
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav ul li{
    width: 100%;
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav ul li .wrap{
    width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav ul li .wrap .catimg{
    width:30%
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav ul li .wrap .name{
    width:70%
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav ul li .wrap .name a{
    height: 100%;
    font-size: 14px;
    font-weight: normal;
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav ul li .wrap:hover{
    background: #785D4C;
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav ul li .wrap:hover .name a{
    color: #ffffff;
}
.ec-layoutRole__left .sidebar__submenu{
    margin: 20px 0 30px;
}
.ec-layoutRole__left .sidebar__submenu ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #cccccc;;
}
.ec-layoutRole__left .sidebar__submenu ul li{
    position: relative;
}
.ec-layoutRole__left .sidebar__submenu ul li a{
    display: block;
    padding:15px 1em;
    color: #000000;
    border-bottom: 1px solid #cccccc;;
}
.ec-layoutRole__left .sidebar__submenu ul li a::after{
    position: absolute;
    right:0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    color:#D4BEB3;
}

/*Toppage*/
.front_page .ec-layoutRole__contents{
    max-width: 100%;
}
.front_page .ec-layoutRole__mainBottom{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3%;
}
.front_page .ec-role{
    padding: 0;
}
.ec-layoutRole .ec-sliderRole{
    max-width: 100%;
    padding:0;
}
/*Toppage NewItem*/
.ec-recommendItemRole .ec-newItemRole{
    padding:0 10px 60px;
}
.ec-recommendItemRole .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem{
    width: calc(100% / 5);
    margin:0;
    padding:10px;
}
.ec-recommendItemRole .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a{
    color: #000000;
}
.ec-recommendItemRole .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a img{
    width: 100%;
}
.ec-recommendItemRole .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem .ec-newItemRole__listItemTitle{
    color:#805B51;
    padding-bottom: 10px;
    margin:10px 0;
    border-bottom: 1px solid #cccccc;
}
@media screen and (max-width:767px) {
    .ec-recommendItemRole .ec-newItemRole{
        padding:0 0 60px;
    }
    .ec-recommendItemRole .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem{
        width: calc(100% / 2);
    }
}
/*Toppage InfoArea*/
.front_page .ec-layoutRole__mainMiddle{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
    justify-content: flex-start;
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar{
    width:22%;
    margin-right: 3%;
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .ec-headerSearch{
    width: 220px;
    max-width: 100%;
    margin: 0 auto 30px;
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .banner_item{
    margin-bottom: 15px;
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .banner_item p{
    padding:5px 1em;
    font-size:13px;
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .banner_item a{
    color:#000000;
    text-decoration: none;
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .link_btns{
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .link_btns li{
    width: 220px;
    max-width: 100%;
    margin: 5px auto;
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .link_btns li a{
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 1.5em;
    text-decoration: none;
    border-radius: 10px;
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .link_btns li a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.5em;
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .link_btns li.login a{
    background: #ff9f47;
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .link_btns li.login a::before{
    content: "\f023";
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .link_btns li.mypage a{
    background: #4D6F95;
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .link_btns li.mypage a::before{
    content: "\f007";
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .link_btns li.join a{
    background: #019b99;
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .link_btns li.join a::before{
    content: "\f2f6";
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .link_btns li.cart {
    padding:10px 0;
    margin: 10px auto;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .link_btns li.cart a{
    padding:20px 1.5em;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    background: #d53760;
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .link_btns li.cart a::before{
    content: "\f07a";
    font-size:1.8em;
}
.front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .link_btns li:hover a{
    background: #333333;
}
.front_page .ec-layoutRole__mainMiddle .ec-newsRole{
    width: 75%;
    padding: 0;
}
.front_page  .ec-newsRole .ec-newsRole__news{
    border: none;
    padding:0 15px 20px
}
.front_page  .ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem{
    padding:15px 0
}
.front_page  .ec-newsRole .banner_s{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.front_page  .ec-newsRole .banner_s .banner_item{
    width: 33.33333%;
    padding:5px;
    margin-bottom: 0;
}
.front_page  .ec-newsRole .banner_l .banner_item{
    padding:0;
    margin-bottom: 10px;
}
.front_page .ec-categorylistTop{
    padding:50px 0 60px;
    background: #ECD3D7;
}
@media screen and (max-width:767px) {
    .front_page .ec-layoutRole__mainMiddle{
        flex-flow: column-reverse nowrap; 
    }
    .front_page .ec-layoutRole__mainMiddle .frontpage_sidebar{
        width: 100%;
    }
    .front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .ec-headerSearch{
        width:320px;
    }
    .front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .link_btns li{
        width:320px;
        margin: 0 auto 15px;
    }
    .front_page .ec-layoutRole__mainMiddle .frontpage_sidebar .link_btns li a{
        text-align: center;
    }
    .front_page .ec-layoutRole__mainMiddle .ec-newsRole{
        width: 100%;
        margin-bottom: 30px;
    }
    .front_page .ec-layoutRole__mainMiddle .ec-newsRole .ec-newsRole__news{
        padding: 0;
    }
    .front_page .ec-layoutRole__mainMiddle .ec-newsRole .ec-newsRole__newsItem{
        padding: 5px;
    }
}
/*Toppage CategoryList*/
.front_page .ec-categorylistTop .ec-categorylistTop__wrapper{
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
    padding:0 3%;
}
.ec-categorylistTop__wrapper .ec-categoryListRole{
    padding: 0 10px;
}
.ec-categorylistTop__wrapper .ec-categoryListRole > ul{
    list-style-type: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.ec-categorylistTop__wrapper .ec-categoryListRole > ul > li{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.ec-categorylistTop__wrapper .ec-categoryListRole > ul > li .wrap{
    width:25%;
    padding:5px 5px 20px;
}
.ec-categorylistTop__wrapper .ec-categoryListRole > ul > li .wrap .catimg{
    position: relative;
    border: 1px solid #cccccc;
}
.ec-categorylistTop__wrapper .ec-categoryListRole > ul > li .wrap .catimg img{
    width: 100%;
}
.ec-categorylistTop__wrapper .ec-categoryListRole > ul > li .name{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    padding:10px 1em;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
}
.ec-categorylistTop__wrapper .ec-categoryListRole > ul > li .name a{
    color:#805B51;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width:767px) {
    .ec-categorylistTop__wrapper .ec-categoryListRole{
        padding: 0;
    }
    .ec-categorylistTop__wrapper .ec-categoryListRole > ul > li .wrap{
        width:50%;
    }
}
/*Toppage OriginalList*/
.front_page .ec-oriCatRole{
    padding:50px 0 50px;
}
.front_page .ec-oriCatRole .ec-oriCatRole__wrapper{
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
    padding:0 3%;
}
.ec-oriCatRole__list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
    justify-content: flex-start;
    padding:0 10px;
}
.ec-oriCatRole__list .ec-oriCatRole__listItem{
    display: flex;
    position: relative;
    width:25%;
    padding:10px 10px 20px;
    align-items: flex-start;
}
.ec-oriCatRole__list .ec-oriCatRole__listItem::before{
    position: absolute;
    display: block;
    content:"";
    width:122px;
    height: 45px;
    background: url(../img/common/original_ribbon.png) no-repeat top left;
    z-index: 2;
}
.ec-oriCatRole__list .ec-oriCatRole__listItem a{
    display: flex;
    width: 100%;
    height: 100%;
    padding:20px 15px;
    background: #D5BDB1;
    border-radius: 20px;
    color:#000000;
    font-size:14px;
    text-decoration: none;
    text-align: center;
    flex-direction: column;
}
.ec-oriCatRole__list .ec-oriCatRole__listItem .imgbox{
    position: relative;
    width:100%;
    overflow: hidden;
}
.ec-oriCatRole__list .ec-oriCatRole__listItem .imgbox::before{
    content:"";
    display: block;
    padding-top: 70%;
}
.ec-oriCatRole__list .ec-oriCatRole__listItem .imgbox img{
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.ec-oriCatRole__list .ec-oriCatRole__listItem .textbox{
    padding:10px;
    margin:10px 0;
    background: #ffffff;
    text-align: left;
}
.ec-oriCatRole__list .ec-oriCatRole__listItem .textbox .ec-oriCatRole__listItemTitle{
    padding: 5px 0;
    color:#815B51;
    font-size:15px;
    font-weight: bold;
}
.ec-oriCatRole__list .ec-oriCatRole__listItem .ec-oriCatRole__btn{
    display: inline-block;
    width: auto;
    margin-top:auto;
    padding:10px 15px;
    background: #815B51;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.ec-oriCatRole__list .ec-oriCatRole__listItem .btn:hover{
    background: #333333;
}
@media screen and (max-width:767px) {
    .ec-oriCatRole__list{
        padding: 0;
    }
    .ec-oriCatRole__list .ec-oriCatRole__listItem{
        width: 100%;
    }
}
/*Toppage Center Banner Area*/
.ec-centerbannerArea{
    padding:0 3% 60px;
}
.ec-centerbannerArea .banner_item img{
    max-width: 100%;
}
/*Toppage PurposeList*/
.front_page .ec-purposeCatlistTop{
    padding:0 0 60px;
}
.front_page .ec-purposeCatlistTop .ec-purposeCatlistTop__wrapper{
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
    padding:0 3%;
}
.ec-purposeCatlistTop__wrapper .ec-categoryListRole{
    padding: 0 10px;
}
.ec-purposeCatlistTop__wrapper .ec-categoryListRole > ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.ec-purposeCatlistTop__wrapper .ec-categoryListRole > ul > li{
    width:33.3333%;
    padding:5px 5px 20px;
}
.ec-purposeCatlistTop__wrapper .ec-categoryListRole > ul > li .wrap .catimg{
    border: 1px solid #cccccc;
}
.ec-purposeCatlistTop__wrapper .ec-categoryListRole > ul > li .wrap .catimg img{
    width: 100%;
}
.ec-purposeCatlistTop__wrapper .ec-categoryListRole > ul > li .text{
    padding:5px;
}
.ec-purposeCatlistTop__wrapper .ec-categoryListRole > ul > li .name{
    padding:10px 0;
    margin-bottom: 10px;
    color:#815B51;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
}
.ec-purposeCatlistTop__wrapper .ec-categoryListRole > ul > li .name a{
    color:#805B51;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width:767px) {
    .ec-purposeCatlistTop__wrapper .ec-categoryListRole{
        padding: 0;
    }
    .ec-purposeCatlistTop__wrapper .ec-categoryListRole > ul > li{
        width: 100%;
    }
}
/*Toppage PR area*/
.front_page .ec-prArea{
    padding:50px 0 50px;
    background: url(../img/common/prarea_bg.jpg) repeat top left;
}
.front_page .ec-prArea .ec-prArea__wrapper{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
    padding:0 5%;
}
.ec-prArea__wrapper .ec-prArea__left{
    width: 25%;
    padding:20px;
}
.ec-prArea__wrapper .ec-prArea__left img{
    max-width: 100%;
    margin-bottom: 20px;
}
.ec-prArea__wrapper .ec-prArea__left p{
    padding:15px 0;
    border-bottom: 1px dashed #000000;
}
.ec-prArea__wrapper .ec-prArea__left p:last-child{
    border:none;
}
.ec-prArea__wrapper .ec-prArea__right{
    width: 75%;
    padding:20px;
    text-align: center;
}
.ec-prArea__wrapper .ec-prArea__right img{
    max-width: 100%;
}
@media screen and (max-width:767px) {
    .ec-prArea__wrapper .ec-prArea__left,
    .ec-prArea__wrapper .ec-prArea__right{
        width: 100%;
        padding:0
    }
}

/*ProductList*/
.ec-shelfRole{
    font-size: 14px;
}
.ec-shelfGrid .ec-shelfGrid__item p{
    word-wrap: break-word;
    word-break: break-all;
}
.ec-shelfGrid .ec-shelfGrid__item-image{
    height: auto;
}
.ec-shelfGrid .ec-shelfGrid__item .price02-default{
    color:#ff0000;
}
.ec-shelfGrid .ec-shelfGrid__item a{
    margin-bottom: 10px;
}
.ec-shelfGrid .ec-shelfGrid__item a .name{
    color:#815B51;
    font-weight: bold;
}

/*Product*/
.product_page .ec-select{
    margin-bottom: 0;
}
.product_page .ec-searchnavRole_resarch{
    width: 320px;
    max-width: 100%;
    margin: 0 0 10px auto;
}
.product_page .ec-layoutRole__contents{
    width: 100%;
    max-width: 1040px;
    margin-top: 30px;
}
.ec-productRole__breadcrumb{
    margin-bottom: 10px;
}
.ec-productRole__breadcrumb ul{
    list-style-type: none;
    margin: 0;
}
.ec-productRole__breadcrumb ul li a{
    color: #000000;
}
.product_page .ec-layoutRole__contents .ec-headingTitle{
    margin-bottom: 20px;
}
.ec-blockBtn--action{
    background-color: #D93761;
    border-color: #D93761;
}
.ec-blockBtn--action:hover{
    background-color: #b11e45;
    border-color: #b11e45;
}
.ec-productRole__description{
    font-size: 16px;
    padding:30px 0;
}
.ec-productRole__description table{
    width: 100%;
    background: #ffffff;
}
.ec-productRole__description table th,
.ec-productRole__description table td{
    padding:10px 1em;
    border:1px solid #cccccc;
}
.ec-productRole__description table th{
    background: #FBE3D8;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
}
.ec-productRole__description div{
    margin: 30px 0;
}
.ec-productRole__description img{
    width: auto;
}
.product_page .ec-recommendItemRole{
    padding: 0 0 30px;
}
.product_page .ec-newItemRole{
    padding:0;
    margin: 0;
}
.product_page .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem{
    width: calc(100% / 4);
}
.product_page .ec-layoutRole__mainBottom{
    padding: 0 3%;
}
.product_page .ec-productCheckRole{
    padding:0;
}
.product_page .ec-productCheckRole .swiper-container{
    padding: 15px 80px;
}
.product_page .ec-productCheckRole .pickup_item a{
    display: block;
    color: #000000;
}
.product_page .ec-productCheckRole .pickup_item .item_name{
    color:#805B51;
    font-weight: bold;
    padding: 5px 0;
}
.product_page .ec-productCheckRole .pickup_item .item_price{
    color:#ff0000;
}
.product_page .ec-productCheckRole .swiper-button-next,
.product_page .ec-productCheckRole .swiper-button-prev{
    width:40px;
    height: 40px;
    background-size: 30px 30px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}
.product_page .ec-productCheckRole .swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.product_page .ec-productCheckRole .swiper-button-next{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.product_page .age_check{
    margin-bottom: 10px;
    border: 1px solid #D93761;
}
.product_page .age_check__title{
    padding:10px;
    color:#ffffff;
    font-size: 14px;
    font-weight: bold;
    background: #D93761;
}
.product_page .age_check p{
    padding: 10px;
    font-size:12px;
}
.product_page .age_agree{
    transform: scale(2);
    margin:15px 0.5em;
}
@media screen and (max-width:767px) {
    .product_page .ec-searchnavRole_resarch{
        margin: 0 auto;
    }
    .product_page .ec-productCheckRole .pickup_item a{
        padding:10px;
    }
}
