@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800;900&display=swap');
@import "animate.css";

/* カスタマイズ用CSS */
.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    content: " ";
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    background-color: #EDEDE8;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before {
    background-color: #719375;
}
.slick-dots li button.thumbnail img {
    width: 0;
    height: 0;
}

body{
    color: #555;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
}

.no-scroll {
    height: 100vh;
    overflow: hidden;
}

a {
    color: #555;
    text-decoration: none;
    transition: all 0.5s !important;
    -moz-transition: all 0.5s !important; /* Firefox */
    -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

a:hover {
    color: #555;
    opacity: .8;
    text-decoration: none;
    transition: all 0.5s !important;
    -moz-transition: all 0.5s !important; /* Firefox */
    -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

img {
    max-width: 100%;
}

.ec-text_center {
    text-align: center;
}

button, input, optgroup, select, textarea {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.ec-input input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input, .ec-select input, .ec-birth input {
    margin-bottom: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ccc;
    height: 34px;
}

.ec-select {
    margin-bottom: 20px;
}

.ec-select select,
.ec-birth select {
    height: 34px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 0 30px 0 10px;
    background: url(../img/common/arrow-drop-down-green.svg) right 7px center no-repeat;
    background-size: 20px auto;
}

@media screen and (max-width: 767px) {
    .ec-input input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input, .ec-select input, .ec-birth input {
        margin-bottom: 10px;
        height: 28px;
        font-size: 12px;
    }

    .ec-select {
        margin-bottom: 10px;
    }

    .ec-select select,
    .ec-birth select {
        height: 28px;
        font-size: 12px;
    }
}


.sp-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
}

/* !wrapper
---------------------------------------------------------- */
.ec-layoutRole {
    width: 100%;
    overflow: hidden;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    .ec-layoutRole {
        padding: 80px 0;
    }
}


/* !header
---------------------------------------------------------- */
.ec-layoutRole__header h1 {
    width: 100%;
    background-color: #719375;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    padding: 6px 15px;
    text-align: center;
    margin: 0;
}

.ec-headerNaviRole {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #EDEDE8;
    color: #555;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
    width: calc(100% - 200px);
}

.ec-headerNaviRole .ec-headerNaviRole__right {
    width: 200px;
    padding-right: 45px;
    box-sizing: border-box;
}

.ec-headerRole {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.ec-headerRole .ec-headerRole__title {
    width: auto;
    max-width: 100%;
    height: 70px;
    padding-left: 26px;
    display: flex;
    align-items: center;
}

.ec-headerRole .ec-headerRole__title img {
    width: 190px;
}

.ec-headerAreaRole {
    display: flex;
    align-items: center;
    height: 70px;
    font-size: 10px;
    line-height: 1.5;
    position: absolute;
    left: 222px;
    top: 30px;
    z-index: 10;
}

.ec-headerAreaRole dl {
    margin: 0;
    padding: 0;
}

.ec-headerAreaRole dl dt {
    color: #6D9378;
}

.ec-headerAreaRole .ec-headerAreaRole__button {
    width: 50px;
    height: 18px;
    box-sizing: border-box;
    border: 1px solid #62856D;
    border-radius: 10px;
    font-size: 10px;
    text-align: center;
    margin-left: 10px;
    color: #719375;
    background: #fff;
    margin-top: 10px;
}

.ec-cartNavi {
    min-width: 0;
    height: auto;
    background: none;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 10px;
}

.ec-cartNavi .ec-cartNavi__badge {
    position: absolute;
    left: 100%;
    margin-left: -3px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 18px;
    height: 24px;
    border-radius: 50%;
    background-color: #DD5D50;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
}

.ec-headerNav {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ec-headerNav .ec-headerNav__item {
    font-size: 0;
    display: block;
    padding: 0;
    margin: 0;
}

.ec-headerNav .ec-headerNav__item a {
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.ec-headerNav .ec-headerNav__itemLink {
    margin-right: 0;
}

.ec-headerNaviRole .ec-headerNaviRole__search {
    display: block;
    margin: 0;
    position: relative;
}

.ec-headerNaviRole .ec-headerNaviRole__search .ec-searchtNavi {
    width: 40px;
    height: 40px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ec-headerNaviRole__search .ec-headerSearch {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    background-color: #fff;
    display: none;
    z-index: 12000;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s;
}

.ec-headerNaviRole__search .ec-headerSearch.is-active {
    display: block;
    visibility: visible;
    opacity: 1;
}

.ec-headerNaviRole__search .ec-headerSearchOverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(85, 85, 85, .2);
    z-index: 11000;
    display: none;
    visibility: hidden;
    opacity: 0;
}

.ec-headerNaviRole__search .ec-headerSearchOverlay.is-active {
    display: block;
    visibility: visible;
    opacity: 1;
}

.ec-headerSearch .ec-headerSearch__keyword {
    width: 320px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 0;
    border: 0;
}
.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    height: 28px;
    border: 0;
    background: #fff;
    font-size: 16px;
    padding: 0 0 0 48px;
}

.ec-headerSearch .ec-headerSearch__keywordBtn {
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
    width: 20px;
    height: 20px;
}

.ec-categoryNaviRole {
    max-width: 100%;
    padding: 0 15px;
    background-color: #F7F7F5;
    border-bottom: 1px solid #EDEDE8;
    box-sizing: border-box;
}

.ec-categoryNaviRole .ec-itemNav__nav li a {
    background: none;
    font-size: 1.4rem;
    font-weight: 500;
    color: #719375;
    line-height: 1.5;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.ec-categoryNaviRole .ec-itemNav__nav li ul li {
    border-bottom: 0;
}

.ec-categoryNaviRole .ec-itemNav__nav li ul li + li a {
    border-top: 1px dashed #628966;
}

.ec-categoryNaviRole .ec-itemNav__nav li ul li a {
    background: #719375;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 20px;
    border-bottom: 0;
    height: auto;
    justify-content: flex-start;
}

.ec-categoryNaviRole .ec-itemNav__nav li ul li a:hover {
    background: #719375;
    opacity: .9;
}

.ec-headerNaviRoleSp {
    display: none;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    .ec-layoutRole__header h1 {
        font-size: 10px;
        line-height: 1.4;
        padding: 3px 15px;
    }

    .ec-headerNaviRole {
        position: relative;
    }

    .ec-headerNaviRole .ec-headerNaviRole__left {
        width: 50%;
    }

    .ec-headerNaviRole .ec-headerNaviRole__right {
        width: 50%;
        padding-right: 60px;
    }

    .ec-headerRole {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 9999;
    }

    .ec-headerRole .ec-headerRole__title {
        height: 40px;
        padding-left: 10px;
    }

    .ec-headerRole .ec-headerRole__title img {
        width: 160px;
    }



    .ec-headerAreaRole {
        justify-content: space-between;
        align-items: center;
        height: auto;
        padding: 5px 10px;
        position: relative;
        left: 0;
        top: 0;
        background: #F7F7F5;
    }

    .ec-headerAreaRole dl {
        width: calc(100% - 80px);
    }

    .ec-headerAreaRole .ec-headerAreaRole__button {
        width: 60px;
        height: 26px;
        border-radius: 13px;
        margin-left: 0;
        margin-top: 0;
    }
    .ec-headerNaviRole .ec-headerNaviRole__nav,
    .ec-cartNavi {
        display: none;

    }

    .ec-headerNaviRole .ec-headerNaviRole__search .ec-searchtNavi {
        width: 40px;
        height: 60px;
        padding: 0 10px;
    }

    .ec-headerNaviRole__search .ec-headerSearch {
        height: 80px;
    }

    .ec-headerSearch .ec-headerSearch__keyword {
        width: 280px;
    }
    .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
        height: 28px;
        font-size: 14px;
    }

    .ec-headerSearch .ec-headerSearch__keyword .ec-icon {
        width: 20px;
        height: 20px;
    }

    .ec-headerRole .ec-headerRole__navSP {
        top: 0;
        width: auto;
    }

    .ec-headerNavSP {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        border-radius: 0;
        width: 60px;
        height: 60px;
    }
    .ec-headerNavSP span {
        display: block;
        width: 30px;
        height: 1px;
        background: #719375;
        position: absolute;
        left: 15px;
    }
    .ec-headerNavSP span:nth-child(1) {
        top: 20px;
    }
    .ec-headerNavSP span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }
    .ec-headerNavSP span:nth-child(3) {
        bottom: 20px;
    }
    .ec-headerNavSP.is-active {
        display: block;
    }
    .ec-headerNavSP.is-active span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }
    .ec-headerNavSP.is-active span:nth-child(2) {
        opacity: 0;
    }
    .ec-headerNavSP.is-active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    .ec-headerNaviRoleSp {
        display: flex;
        position: fixed;
        z-index: 9997;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        justify-content: center;
        align-items: center;
    }

    .ec-headerNaviRoleSp .ec-headerNaviRoleSp__item {
        width: 25%;
    }

    .ec-headerNaviRoleSp .ec-headerNaviRoleSp__item a {
        display: flex;
        position: relative;
        width: 100%;
        height: 60px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #719375;
        font-size: 10px;
        line-height: 1.5;
        font-weight: 500;
    }

    .ec-headerNaviRoleSp .ec-headerNaviRoleSp__item a img {
        width: 20px;
        display: block;
        margin-bottom: 1px;
    }

    .ec-headerNaviRoleSp .ec-headerNaviRoleSp__item .ec-cartNavi__badge {
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: 8px;
        width: 15px;
        height: 15px;
        background: #DD5D50;
        border-radius: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 10px;
        line-height: 1.5;
    }

    .have_curtain .ec-overlayRole {
        background: rgba(85, 85, 85, 0.2);
        z-index: 9998;
    }

    .ec-drawerRole {
        left: 100%;
        transform: translateX(0);
        width: 300px;
        top: 80px;
        height: calc(100vh - 60px);
        background: #fff;
        padding-bottom: 100px;
    }

    .ec-drawerRole.is_active {
        transform: translateX(-300px);
    }

    .ec-drawerRole .ec-headerLinkArea {
        background: none;
    }

    .ec-drawerRole .ec-headerLink__title {
        padding: 0;
        margin: 0;
        font-size: 12px;
        line-height: 1.5;
        color: #fff;
        background: #6D9378;
        padding: 11px 20px;
    }

    .ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
        border: 0;
    }
    .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
        border-bottom: 1px solid #EDEDE8;
        font-size: 12px;
        line-height: 1.5;
        font-weight: normal;
        color: #719375;
        padding: 11px 20px;
    }

    .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
        border-bottom: 1px solid #EDEDE8;
        font-size: 12px;
        line-height: 1.5;
        font-weight: normal;
        color: #719375;
        padding: 11px 20px;
        background: #fff;
    }

    .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a.is-parent {
        background: url(../img/common/arrow-drop-down-line.svg) right 4px center no-repeat #fff;
        background-size: 20px auto;
    }

    .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a.is-parent {
        background: url(../img/common/arrow-drop-down-line.svg) right 4px center no-repeat #fff;
        background-size: 20px auto;
    }

    .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a.is-parent.is-active {
        background: url(../img/common/arrow-drop-down-up.svg) right 4px center no-repeat #fff;
        background-size: 20px auto;
    }

    .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a {
        border-bottom: 1px solid #EDEDE8;
        padding-left: 30px;
    }
}

/* !contents
---------------------------------------------------------- */
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 1430px;
    padding: 72px 15px 0;
    position: relative;
}

#page_homepage .ec-layoutRole .ec-layoutRole__contents {
    padding-top: 0;
}

.ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: 79.5%;
}

.ec-layoutRole .ec-layoutRole__left, 
.ec-layoutRole .ec-layoutRole__right {
    width: 17.7%;
}

.ec-role {
    max-width: 100%;
    padding: 0;
}

.ec-text_link {
    text-decoration: underline !important;
    color: #719375 !important;
}

.ec-text_link:hover {
    text-decoration: none !important;
}

.ec-link {
    text-decoration: underline;
    color: #6D9378;
}

.ec-blockBtn__center {
    text-align: center;
    margin-top: 40px;
}

.ec-blockBtn__link {
    display: inline-flex;
    width: 320px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #719375;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    border: 0;
    font-weight: 500;
}

.ec-blockBtn__link:hover {
    color: #fff;
    opacity: .8;
}

.ec-blockTopBtn {
    display: none !important;
}

.ec-blockBtn--action {
    font-weight: 500;
    border-radius: 30px;
    background-color: #DE5D50;
    border-color: #DE5D50;
    height: 60px;
    line-height: 60px;
    padding: 0;
}

.ec-blockBtn--action:hover {
    background-color: #fff;
    border-color: #DE5D50;
    color: #DE5D50;
}

.ec-inlineBtn--action {
    font-weight: 500;
    background-color: #DE5D50;
    border-color: #DE5D50;
}

.ec-blockBtn--cancel {
    font-weight: 500;
    border-radius: 30px;
    background-color: #719375;
    border-color: #719375;
    height: 60px;
    line-height: 60px;
    padding: 0;
}

.ec-blockBtn--cancel:hover {
    background-color: #fff;
    border-color: #719375;
    color: #719375;
}

.ec-inlineBtn--cancel {
    font-weight: 500;
    background-color: #719375;
    border-color: #719375;
}

.ec-breadcrumbRole {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 2;
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 0;
}

.ec-shelfGrid {
    margin: 0 -20px;
}

.ec-shelfGrid .ec-shelfGrid__item:nth-child(even),
.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding: 0 20px;
}

.ec-pager .ec-pager__item,
.ec-pager .ec-pager__item--active {
    max-width: 40px;
    padding: 0;
    margin: 0 7px;
}

.ec-pager .ec-pager__item--active {
    background: #719375;
}

.ec-pager .ec-pager__item a,
.ec-pager .ec-pager__item--active a {
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
    color: #525263;
    padding: 0;
    height: 40px;
}

.ec-pager .ec-pager__item--active a {
    color: #fff;
}

.ec-pageHeader h1 {
    border: 0;
    margin: 0 0 40px;
    padding: 0;
    font-size: 32px;
    font-weight: 500;
    color: #719375;
    line-height: 1.5;
    text-align: center;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    .ec-role {
        font-size: 14px;
    }
    .ec-layoutRole .ec-layoutRole__contents {
        padding-top: 48px;
        display: block;
    }

    #page_homepage .ec-layoutRole .ec-layoutRole__contents {
        padding-top: 0;
    }

    .ec-layoutRole .ec-layoutRole__mainWithColumn {
        width: 100%;
    }

    .ec-layoutRole .ec-layoutRole__left {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .ec-blockBtn__center {
        margin-top: 20px;
    }

    .ec-blockBtn__link {
        width: 200px;
        height: 40px;
        border-radius: 20px;
        font-size: 12px;
    }
    .ec-breadcrumbRole {
        font-size: 13px;
        padding: 10px 0;
    }

    .ec-shelfRole {
        padding: 0;
    }

    .ec-shelfGrid {
        margin: 0 -7px;
    }

    .ec-shelfGrid .ec-shelfGrid__item:nth-child(even),
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
        padding: 0 7px;
    }

    .ec-pager .ec-pager__item,
    .ec-pager .ec-pager__item--active {
        max-width: 40px;
        padding: 0;
        margin: 0 2px;
        min-width: 0;
        line-height: 1;
    }

    .ec-pager .ec-pager__item a,
    .ec-pager .ec-pager__item--active a {
        width: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        line-height: 1.5;
        color: #525263;
        padding: 0;
        height: 40px;
    }

    .ec-pager .ec-pager__item--active a {
        color: #fff;
    }

    .ec-pageHeader h1 {
        margin: 0 0 20px;
        font-size: 24px;
    }
}

.ec-sidebarRole .ec-sidebarRole__heading {
    border-top: 1px dashed #D3D3CC;
    border-bottom: 1px dashed #D3D3CC;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.ec-sidebarRole .ec-sidebarRole__heading a {
    display: block;
    padding: 20px 0;
    background: url(../img/common/arrow-link.svg) right center no-repeat;
    background-size: 20px auto;
    color: #555555;
}

.ec-sidebarRole .ec-itemNav__nav {
    display: block;
    padding: 10px 0;
    background: #fff;
}

.ec-sidebarRole .ec-itemNav__nav li {
    float: none;
    width: 100%;
    height: auto;
}

.ec-sidebarRole .ec-itemNav__nav li a {
    padding: 10px 20px;
    color: #555555;
    text-align: left;
    font-weight: normal;
    background: url(../img/common/arrow-link.svg) right center no-repeat #fff;
    background-size: 20px auto;
    font-size: 14px;
    border: 0;
}



.ec-sidebarRole .ec-itemNav__nav li ul {
    position: relative;
    top: 0;
    max-width: 100%;
    display: block !important;
    background: #fff;
    min-width: 0;
}

.ec-sidebarRole .ec-itemNav__nav li ul li {
    background: #fff;
}

.ec-sidebarRole .ec-itemNav__nav li ul li a {
    border: 0;
    display: block;
    font-size: 14px;
    position: relative;
    padding-left: 40px;
}

.ec-sidebarRole .ec-itemNav__nav li ul li a:before {
    width: 14px;
    height: 14px;
    background: url(../img/common/arrow-child-item.svg) center center no-repeat;
    background-size: 14px auto;
    content: '';
    position: absolute;
    left: 20px;
    top: 14px;
    z-index: 2;
}

.ec-sidebarRole .ec-itemNav__nav li ul li a:hover {
    background: url(../img/common/arrow-link.svg) right center no-repeat #fff;
    background-size: 20px auto;
}

.ec-sidebarSpRole {
    display: none;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    .ec-sidebarRole {
        display: none;
    }

    .ec-sidebarSpRole {
        display: block;
    }
    .ec-sidebarSpRole select {
        height: 40px;
        width: 100%;
        box-sizing: border-box;
        font-size: 12px;
        line-height: 1.5;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 1px solid #EDEDE8;
        padding: 0 30px 0 10px;
        background: url(../img/common/arrow-drop-down-green.svg) right 10px center no-repeat;
        background-size: 20px auto;
    }
}

/* !footer
---------------------------------------------------------- */
.ec-footerRole {
    background: #719375;
    margin: 80px 0 0;
    padding: 40px 0 0;
    border-top: 0;
}

.ec-footerRole .ec-footerRole__inner {
    max-width: 1430px;
    padding: 0 15px;
}

.ec-footerRole__box {
    display: flex;
    margin-left: -40px;
}

.ec-footerTitle {
    padding: 0;
    text-align: left;
    width: 25%;
    padding-left: 40px;
    box-sizing: border-box;
}

.ec-footerRole .ec-footerRole__inner img {
    max-width: 190px;
}

.ec-footerRole__navi {
    width: 75%;
    padding-left: 40px;
    display: flex;
}

.ec-footerNavi {
    width: 100%;
    text-align: left;
}

.ec-footerNavi + .ec-footerNavi {
    margin-left: 40px;
}

.ec-footerNavi .ec-footerNavi__link {
    display: block;
    margin-bottom: 14px;
}

.ec-footerNavi .ec-footerNavi__link a {
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    font-weight: 500;
}

.ec-footerRole__bottom {
    margin-top: 36px;
    background: #628966;
    padding: 16px 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.ec-footerRole__bottom:before {
    width: 100%;
    height: 6px;
    background: url(../img/common/bg_footer.svg) center center repeat-x;
    background-size: auto 6px;
    position: absolute;
    left: 0;
    top: -6px;
    z-index: 2;
    content: '';
}

.ec-footerRole__copyright {
    font-size: 12px;
    line-height: 1.5;
}

.ec-footerRole__nocopy {
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.5;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    .ec-footerRole {
        margin: 40px 0 0;
        padding: 15px 0 0;
    }

    .ec-footerRole__box {
        display: block;
        margin-left: 0;
    }

    .ec-footerTitle {
        padding: 0;
        text-align: center;
        width: 100%;
        padding-left: 0; 
    }

    .ec-footerRole .ec-footerRole__inner img {
        max-width: 160px;
    }

    .ec-footerRole__navi {
        display: none;
    }


    .ec-footerRole__bottom {
        margin-top: 18px;
        padding: 10px 0;
    }

    .ec-footerRole__bottom:before {
        height: 3px;
        background-size: auto 3px;
        top: -3px;
    }

    .ec-footerRole__copyright {
        font-size: 11px;
    }

    .ec-footerRole__nocopy {
        margin-top: 3px;
        font-size: 11px;
    }
}

/* !top
---------------------------------------------------------- */
.ec-mainvisualRole {
    position: relative;
}

.ec-mainvisualRole__image {
    width: 100%;
}

.ec-mainvisualRole__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 32vw;
}

.ec-mainvisualRole__marker {
    position: absolute;
    right: 27vw;
    top: 2.6vw;
    z-index: 2;
    width: 9.375vw;
}


/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {

    .ec-mainvisualRole__logo {
        width: 81.86vw;
    }

    .ec-mainvisualRole__marker {
        right: 10vw;
        top: 6.66vw;
        width: 24vw;
    }
}

.ec-topMovieRole {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0 60px;
}

.ec-topMovieRole__title {
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    color: #719375;
    font-weight: 500;
}

.ec-topMovieRole__title span {
    font-size: 12px;
}

.ec-topMovieRole__notes {
    text-align: center;
    font-size: 12px;
    margin-top: 4px;
}

.ec-topMovieRole__link {
    margin-top: 10px;
}

.ec-topMovieRole__userlogin {
    max-width: 690px;
    margin: 0 auto;
    margin-top: 40px;
}

.ec-topMovieRole__popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.ec-topMovieRole__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(255,255,255,0.8);
}

.ec-topMovieRole__box {
    position: absolute;
    width: 100%;
    max-width: 1000px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.ec-topMovieRole__close {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    right: 0;
    top: -55px;
    z-index: 10;
}

.ec-topMovieRole__video {
    position: relative;
    width: 100%;
    padding-top: 57.478%;
}

.ec-topMovieRole__box video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}


/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    .ec-topMovieRole {
        padding: 20px 0 35px;
    }

    .ec-topMovieRole__title {
        font-size: 15px;
    }

    .ec-topMovieRole__title span {
        font-size: 6px;
    }

    .ec-topMovieRole__notes {
        font-size: 10px;
        margin-top: 0;
    }

    .ec-topMovieRole__userlogin {
        max-width: 100%;
        margin-top: 10px;
    }

    .ec-topMovieRole__box {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .ec-topMovieRole__popup {
        z-index: 10000;
    }

    .ec-topMovieRole__close {
        width: 20px;
        height: 20px;
        right: 15px;
        top: -28px;
    }
}




.ec-topSearchRole {
    margin-bottom: 60px;
}

.ec-topSearchRole__title {
    text-align: center;
    font-size: 30px;
    color: #719375;
    line-height: 1.5;
    font-weight: 500;
    padding: 0;
    margin: 0 0 30px;
}

.ec-topSearchRole__list {
    display: flex;
    justify-content: center;
    margin-left: -40px;
}

.ec-topSearchRole__listItem {
    width: 33.33%;
    padding-left: 40px;
    box-sizing: border-box;
}

.ec-topSearchRole__subTitle {
    background: #719375;
    border-radius: 4px 4px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    position: relative;
    height: 60px;
    margin: 0;
    padding: 0;
}

.ec-topSearchRole__subTitle:before {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/top/icon_search_white.svg) center center no-repeat;
    background-size: 20px auto;
    margin-right: 12px;
    content: '';
}

.ec-topSearchRole__box {
    background: #F7F7F5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C69E5E;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 0 0 4px 4px;
    height: 60px;
    font-weight: 500;
}

.ec-topSearchRole__link {
    text-align: center;
    margin-top: 10px;
}

.ec-topSearchRole__link a {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.ec-topSearchRole__link a span {
    color: #719375;
}


/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    .ec-topSearchRole {
        margin-bottom: 32px;
    }

    .ec-topSearchRole__title {
        font-size: 20px;
        margin: 0 0 15px;
    }

    .ec-topSearchRole__list {
        display: block;
        margin-left: 0;
    }

    .ec-topSearchRole__listItem {
        width: 100%;
        padding-left: 0;
    }

    .ec-topSearchRole__listItem + .ec-topSearchRole__listItem {
        margin-top: 15px;
    }

    .ec-topSearchRole__subTitle {
        border-radius: 2px 2px 0 0;
        font-size: 14px;
        height: 40px;
    }

    .ec-topSearchRole__subTitle:before {
        width: 14px;
        height: 14px;
        background-size: 14px auto;
        margin-right: 5px;
    }

    .ec-topSearchRole__box {
        font-size: 14px;
        border-radius: 0 0 2px 2px;
        height: 40px;
    }

    .ec-topSearchRole__link {
        margin-top: 5px;
    }

    .ec-topSearchRole__link a {
        font-size: 11px;
    }
}


.ec-rankingRole {
    width: 100%;
}

.ec-heading_title {
    font-size: 30px;
    color: #719375;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 20px;
}

.ec-rankingRole .slick-list {
    overflow: visible;
}

.ec-rankingRole__listItem {
    margin-right: 40px;
    width: 320px; 
}

.ec-productsRole__image img {
    width: 100%;
}

.ec-productsRole__title {
    font-size: 16px;
    line-height: 1.5;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
    margin-top: 10px;
}

.ec-productsRole__category {
    font-size: 12px;
    color: #719375;
    line-height: 1.5;
    margin-top: 10px;
}

.ec-productsRole__category span {
    display: inline-block;
    margin-right: 10px;
}

.ec-productsRole__price {
    margin-top: 10px;
    text-align: right;
    font-size: 16px;
    line-height: 1.5;
    color: #DD5D50;
    font-weight: 500;
}

.ec-productsRole__infor,
.ec-productsRole__score {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.5;
}

.ec-productsRole__scoreItem {
    display: inline-block;
    margin-left: 6px;
}


/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    .ec-rankingRole {
        overflow: hidden;
        width: 100%;
    }

    .ec-heading_title {
        font-size: 20px;
        color: #719375;
        line-height: 1.5;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .ec-rankingRole .slick-list {
        overflow: hidden;
    }

    .ec-rankingRole__list {
        margin: 0 -7px 0 -8px;
    }

    .ec-rankingRole__listItem {
        margin: 0;
        width: 180px;
        padding: 0 7px 0 8px;
    }

    .ec-productsRole__title {
        font-size: 13px;
        margin-top: 5px;
    }

    .ec-productsRole__category {
        font-size: 11px;
        margin-top: 5px;
    }

    .ec-productsRole__category span {
        margin-right: 5px;
    }

    .ec-productsRole__price {
        margin-top: 5px;
        font-size: 13px;
    }
}


.ec-heading_subTitle {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
}

.ec-topShopRole__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ec-topShopRole_listItem {
    box-sizing: border-box;
    width: 50%;
    border-top: 1px solid #EDEDE8;
}

.ec-topShopRole_listItem:nth-child(1),
.ec-topShopRole_listItem:nth-child(2) {
    border-top: 0;
}

.ec-topShopRole_listItem:nth-child(2n+1) {
    padding-right: 20px;
}

.ec-topShopRole_listItem:nth-child(2n) {
    padding-left: 20px;
    border-left: 1px solid #EDEDE8;
}

.ec-topShopList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
}

.ec-topShopList__item {
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.ec-topShopRole .ec-blockBtn__center {
    margin-top: 70px;
}


/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    .ec-heading_subTitle {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .ec-topShopRole__list {
        display: block;
    }

    .ec-topShopRole_listItem {
        width: 100%;
    }

    .ec-topShopRole_listItem:nth-child(2) {
        border-top: 1px solid #EDEDE8;
    }

    .ec-topShopRole_listItem:nth-child(2n+1) {
        padding-right: 0;
    }

    .ec-topShopRole_listItem:nth-child(2n) {
        padding-left: 0;
        border-left: 0;
    }

    .ec-topShopList {
        margin-left: -15px;
    }

    .ec-topShopList__item {
        width: 50%;
        padding-left: 15px;
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    .ec-topShopRole .ec-blockBtn__center {
        margin-top: 25px;
    }
}

.ec-headerAreaRole__change {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 12000;
    left: 0;
    top: 0;
}
.ec-headerAreaRole__change.is-change {
    display: none;
}


.ec-headerAreaRole__overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(85, 85, 85, .2);
}

.ec-headerAreaRole__body {
    background: #719375;
    border-radius: 4px;
    padding: 0 20px 20px;
    width: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.ec-headerAreaRole__logo {
    text-align: center;
    padding: 10px;
}

.ec-headerAreaRole__logo img {
    width: 320px;
}

.ec-headerAreaRole__box {
    padding: 30px;
    background: #fff;
    border-radius: 4px;
}

.ec-headerAreaRole__title {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #719375;
}

.ec-headerAreaRole__text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.5;
}

.ec-headerAreaRole__form dl {
    margin: 15px 0 0;
}

 .is-input .ec-headerAreaRole__form dl {
    display: flex;
    align-items: center;
}

.ec-headerAreaRole__form dl dt {
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    font-weight: normal;
}

 .is-input .ec-headerAreaRole__form dl dt {
    width: 140px;
}

.ec-headerAreaRole__form .ec-must {
    font-size: 12px;
    color: #719375;
    line-height: 1.5;
    display: block;
    margin-left: 10px;

}

.ec-headerAreaRole__form dl dd {
    margin-top: 6px;
    width: 100%;
}

 .is-input .ec-headerAreaRole__form dl dd {
    width: calc(100% - 140px);
    margin-top: 0;
}

.ec-headerAreaRole__form select {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #EDEDE8;
    padding: 0 40px 0 20px;
    background: url(../img/common/arrow-drop-down-green.svg) right 10px center no-repeat;
    background-size: 20px auto;
}

.ec-headerAreaRole__notes {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 6px;
    padding-left: 1em;
    text-indent: -1em;
}

.ec-headerAreaRole__change .ec-blockBtn__center {
    margin-top: 20px;
}

.ec-headerAreaRole__login {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #EDEDE8;
    background: #F7F7F5;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.ec-headerAreaRole__login p {
    padding: 0;
    margin: 0;
}

.ec-headerAreaRole__login .ec-blockBtn__link {
    width: 140px;
    height: 40px;
}



/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {

    .ec-headerAreaRole__body {
        border-radius: 2px;
        padding: 0 15px 15px;
        width: calc(100% - 30px);
    }

    .ec-headerAreaRole__logo {
        padding: 5px;
    }

    .ec-headerAreaRole__logo img {
        width: 240px;
    }

    .ec-headerAreaRole__box {
        padding: 15px;
        border-radius: 2px;
    }

    .ec-headerAreaRole__title {
        font-size: 18px;
    }

    .ec-headerAreaRole__text {
        margin-top: 3px;
        font-size: 12px;
    }

    .ec-headerAreaRole__form dl {
        margin-top: 7px;
    }

    .ec-headerAreaRole__form dl dt {
        font-size: 12px;
    }


    .ec-headerAreaRole__form .ec-must {
        font-size: 10px;
        margin-left: 5px;

    }

    .ec-headerAreaRole__form dl dd {
        margin-top: 3px;
    }

    .ec-headerAreaRole__form select {
        height: 36px;
        font-size: 12px;
        padding: 0 30px 0 10px;
        background: url(../img/common/arrow-drop-down-green.svg) right 5px center no-repeat;
        background-size: 20px auto;
    }

    .ec-headerAreaRole__notes {
        font-size: 8px;
        margin-top: 3px;
    }

    .ec-headerAreaRole__change .ec-blockBtn__center {
        margin-top: 10px;
    }

    .ec-headerAreaRole__login {
        padding: 5px 10px;
        font-size: 11px;
        margin: 10px 0;
    }

    .ec-headerAreaRole__login .ec-blockBtn__link {
        width: 80px;
        height: 30px;
    }
}

.ec-topicpath {
    padding: 0;
}
.ec-topicpath .ec-topicpath__item, 
.ec-topicpath .ec-topicpath__divider, 
.ec-topicpath .ec-topicpath__item--active {
    padding-right: 22px;
    position: relative;
    color: #719375;
    font-weight: normal;
}

.ec-topicpath .ec-topicpath__item:after {
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../img/common/arrow-link.svg) center center no-repeat;
    background-size: 20px auto;
    content: '';
}
.ec-topicpath .ec-topicpath__item a {
    color: #719375;
}

.ec-searchnavRole .ec-searchnavRole__infos {
    border: 0;
    margin: 0;
    color: #555;
    padding: 20px 0;
}

.ec-searchnavRole .ec-searchnavRole__infos .ec-select {
    margin-bottom: 0;
}

.ec-searchnavRole .ec-searchnavRole__infos .ec-select select {
    height: 34px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #EDEDE8;
    padding: 0 30px 0 10px;
    background: url(../img/common/arrow-drop-down-green.svg) right 10px center no-repeat;
    background-size: 20px auto;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    .ec-topicpath {
        padding: 0;
        border: 0;
        font-size: 13px;
    }
    .ec-topicpath .ec-topicpath__item, 
    .ec-topicpath .ec-topicpath__divider, 
    .ec-topicpath .ec-topicpath__item--active {
        padding-right: 14px;
    }

    .ec-topicpath .ec-topicpath__item:after {
        right: 0;
        width: 14px;
        height: 14px;
        background-size: 14px auto;
    }

    .ec-searchnavRole .ec-searchnavRole__infos {
        border-top: 1px dashed #D3D3CC;
        color: #555;
        margin-top: 5px;
        padding: 10px 0 30px;
        font-size: 13px;
    }

    .ec-searchnavRole .ec-searchnavRole__counter {
        margin-bottom: 4px;
    }
}

.ec-registerRole,
.ec-contactRole { 
    max-width: 980px;
    padding: 0;
    line-height: 1.5;
    color: #555555;
    padding: 0;
}

.ec-registerRole .ec-off1Grid,
.ec-contactRole .ec-off1Grid {
    display: block;
    width: 100%;
    border: 1px dotted #CCCCCC;
}

.ec-registerRole .ec-off1Grid .ec-off1Grid__cell,
.ec-contactRole .ec-off1Grid .ec-off1Grid__cell {
    width: 87.75%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.ec-registerRole .ec-borderedDefs,
.ec-contactRole .ec-borderedDefs {
    padding-top: 20px;
    border: 0;
    margin-bottom: 0;
}

.ec-registerRole .ec-borderedDefs dl,
.ec-contactRole .ec-borderedDefs dl {
    flex-wrap: nowrap;
    padding: 20px 0 0;
    border: 0;
}

.ec-registerRole .ec-borderedDefs dl dt,
.ec-contactRole .ec-borderedDefs dl dt {
    padding-top: 6px;
}

.ec-registerRole .ec-borderedDefs dd,
.ec-contactRole .ec-borderedDefs dd {
    line-height: 1;
}

.ec-registerRole .ec-borderedDefs .ec-label,
.ec-contactRole .ec-borderedDefs .ec-label {
    font-size: 16px;
    font-weight: normal;
}

.ec-registerRole .ec-borderedDefs .ec-radio,
.ec-contactRole .ec-borderedDefs .ec-radio {
    padding-top: 6px;
}

.ec-required {
    color: #719375;
    font-size: 12px;
}

.ec-registerRole .ec-borderedDefs .ec-halfInput,
.ec-contactRole .ec-borderedDefs .ec-halfInput {
    display: flex;
}

.ec-halfInput input[type='text'] {
    margin-left: 30px;
    width: calc(50% - 15px);
    display: block;
}

.ec-telInput input {
    width: calc(50% - 15px);
    max-width: 100%;
    display: block;
}

.ec-zipInput {
    display: flex;
    width: calc(50% - 15px);
}

.ec-zipInput span {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    text-align: center;
    height: 40px;
}

.ec-zipInput input {
    width: 140px;
    max-width: 140px;
    height: 40px;
}

.p-region-id,
.p-locality,
.p-street-address,
.p-extended-address {
    width: calc(50% - 15px) !important;
    max-width: calc(50% - 15px) !important;
}


.ec-registerRole__actions .ec-checkbox label,
.ec-contactRole__actions .ec-checkbox label {
    font-weight: normal;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {

    .ec-registerRole,
    .ec-contactRole {
        font-size: 14px;
    }
    .ec-registerRole .ec-off1Grid .ec-off1Grid__cell,
    .ec-contactRole .ec-off1Grid .ec-off1Grid__cell {
        padding-bottom: 30px;
    }

    .ec-registerRole .ec-borderedDefs,
    .ec-contactRole .ec-borderedDefs {
        padding-top: 10px;
    }

    .ec-registerRole .ec-borderedDefs dl,
    .ec-contactRole .ec-borderedDefs dl {
        display: block;
        flex-wrap: nowrap;
        padding: 10px 0 0;
        border: 0;
    }

    .ec-registerRole .ec-borderedDefs dl dt,
    .ec-contactRole .ec-borderedDefs dl dt {
        padding-top: 0;
    }

    .ec-registerRole .ec-borderedDefs dd,
    .ec-contactRole .ec-borderedDefs dd {
        line-height: 1;
    }

    .ec-registerRole .ec-borderedDefs .ec-label,
    .ec-contactRole .ec-borderedDefs .ec-label {
        font-size: 14px;
        font-weight: normal;
    }

    .ec-registerRole .ec-borderedDefs .ec-radio,
    .ec-contactRole .ec-borderedDefs .ec-radio {
        padding-top: 6px;
    }

    .ec-required {
        color: #719375;
        font-size: 12px;
    }

    .ec-registerRole .ec-borderedDefs .ec-halfInput {
        display: flex;
    }

    .ec-halfInput input[type='text'] {
        margin-left: 10px;
        width: calc(50% - 5px);
        display: block;
    }

    .ec-telInput input {
        width: calc(50% - 5px);
        max-width: 100%;
        display: block;
    }

    .ec-zipInput {
        display: flex;
        width: calc(50% - 5px);
    }

    .ec-zipInput span {
        font-size: 14px;
        height: 30px;
    }

    .ec-zipInput input {
        width: 120px;
        max-width: 120px;
        height: 30px;
    }

    .p-region-id,
    .p-locality,
    .p-street-address,
    .p-extended-address {
        width: calc(50% - 5px) !important;
        max-width: calc(50% - 5px) !important;
    }


    .ec-registerRole__actions .ec-checkbox label,
    .ec-contactRole__actions .ec-checkbox label {
        font-weight: normal;
    }
}

.ec-productRole {
    max-width: 100%;
    padding: 0;
    color: #555;
}

.ec-productRole .ec-grid2 {
    justify-content: space-between;
}

.ec-productRole .ec-grid2 .ec-grid2__cell:nth-child(1){
    width: 38.28%;
}

.ec-productRole .ec-grid2 .ec-grid2__cell:nth-child(2){
    width: 58.92%;
}

.ec-productRole .ec-sliderItemRole {
    padding: 0;
    margin-bottom: 20px;
}

.item_visual .slide-item {
    border: 1px solid #EDEDE8;
}

.ec-productRole .ec-productRole__profile {
    margin: 0;
    margin-bottom: 30px;
    position: relative;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 24px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 5px;
}

.ec-productRole .ec-productRole__category {
    padding: 0;
    border: 0;
    margin-bottom: 10px;
}

.ec-productRole .ec-productRole__category a {
    color: #719375;
    font-size: 14px;
    line-height: 1.5;
}

.ec-productRole .ec-productRole__tags {
    margin: 10px 0 0;
    border: 0;
    display: flex;
    padding: 0;
}

.ec-productRole .ec-productRole__tag {
    padding: 1px 10px;
    font-size: 12px;
    border: solid 1px #EDEDE8;
    background-color: #F7F7F5;
    display: block;
    margin-right: 10px;
}

.ec-productRole .ec-productRole__priceRegular {
    padding-top: 20px;
}

.ec-productRole .ec-productRole__priceRegularTax {
    font-size: 12px;
}

.ec-productRole .ec-productRole__price {
    padding: 10px 0;
    border: 0;
    color: #CC645A;
}

.ec-productRole .ec-productRole__code {
    padding: 0;
    border: 0;
}

.bg-load-overlay {
    display: none;
}

.ec-productRole__favorite {
    position: absolute;
    left: 260px;
    bottom: 0;
    z-index: 2;
    width: 240px;
}

.ec-productRole .ec-productRole__actions {
    padding: 20px 0 0;
}

.ec-productRole .ec-productRole__btn {
    margin-bottom: 0;
    max-width: 240px;
    min-width: 0;
    width: 100%;
}

.ec-productRole .ec-productRole__btn .ec-blockBtn--action {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #DE5D50;
    border-color: #DE5D50;
}

.ec-productRole .ec-productRole__btn .ec-blockBtn--action:before {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/common/icon_cart_white.svg) center center no-repeat;
    background-size: 100% auto;
    margin-right: 10px;
    content: '';
}

.ec-productRole .ec-productRole__btn .ec-blockBtn--action:hover {
    background-color: #fff;
    border-color: #DE5D50;
    color: #DE5D50;
}

.ec-productRole .ec-productRole__btn .ec-blockBtn--action:hover:before {
    background: url(../img/common/icon_cart_red.svg) center center no-repeat;
    background-size: 100% auto;
}

.ec-productRole__favorite .ec-blockBtn--cancel {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #C69E5E;
    border-color: #C69E5E;
}

.ec-productRole__favorite .ec-blockBtn--cancel:before {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/common/icon_heart_white.svg) center center no-repeat;
    background-size: 100% auto;
    margin-right: 10px;
    content: '';
}

.ec-productRole__favorite .ec-blockBtn--cancel:hover {
    background-color: #fff;
    border-color: #C69E5E;
    color: #C69E5E;
}

.ec-productRole__favorite .ec-blockBtn--cancel:hover:before {
    background: url(../img/common/icon_heart_brown.svg) center center no-repeat;
    background-size: 100% auto;
}

.ec-productRole__description {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 24px;
}

.ec-productRole__information {
    display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
}

.ec-productRole__informationItem {
    width: 47.85%;
}

.ec-productRole__informationItem dl {
    display: flex;
    margin-bottom: 20px;
}

.ec-productRole__informationItem dl dt {
    width: 140px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EDEDE8;
    background: #F7F7F5;
    font-size: 16px;
    line-height: 1.5;
    margin-right: 20px;
    position: relative;
    font-weight: normal;
    border-radius: 15px;
}
.ec-productRole__informationItem dl dt span {
    display: block;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 4px;
    width: 100%;
}

.ec-productRole__informationItem dl dd {
    width: calc(100% - 160px);
    font-size: 16px;
    line-height: 1.5;
    padding-top: 4px;
}

.ec-productRole__delivery {
    width: 100%;
    border: 1px solid #EDEDE8;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.ec-productRole__delivery h2 {
    padding: 0;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.ec-productRole__sns {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ec-productRole__sns a {
    display: block;
    margin: 0 15px;
    font-size: 16px;
    color: #719375;
}

.ec-productRole__sns a img {
    margin-right: 8px;
    width: 20px;
    display: inline-block;
}


.ec-relatedRole .ec-shelfRole {
    padding: 0;
    max-width: 100%;
}

#product_review_area {
    border: 0;
    margin-bottom: 60px;
}

#product_review_area .ec-rectHeading {
    margin: 0;
}

#product_review_area .ec-rectHeading h4 {
    border: 1px solid #EDEDE8;
    background: #F7F7F5;
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
    padding: 20px 30px;
    margin: 0;
    position: relative;
}

#product_review_area .recommend_average,
#product_review_area span {
    font-size: 16px;
    color: #C69E5E;
}

#product_review_area .chevron {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../img/common/arrow-drop-down-green.svg) center center no-repeat;
    background-size: 100% auto;
    z-index: 2;
}

#product_review_area .ec-rectHeading.is_active .chevron {
    transform: rotate(180deg);
}

#product_review_area .chevron i {
    display: none;
}

#reviewContent {
    padding: 30px 30px 10px;
}

#product_review_area .review_list {
    padding: 0;
    margin: 0;
}

#product_review_area .review_list li {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

#product_review_area .review_list .review_date,
#product_review_area .review_list strong {
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

#product_review_area .review_list .recommend_level {
    color: #C69E5E;
}

#product_review_area .ec-inlineBtn--action {
    margin-top: 20px;
    border-radius: 30px;
    background: #719375;
    border-color: #719375;
    width: 200px;
    height: 40px;
    font-size: 14px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#product_review_area .ec-inlineBtn--action:before {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 6px;
    background: url(../img/common/icon_edit_white.svg) center center no-repeat;
    background-size: 100% auto;
    content: '';
}

#product_review_area .ec-inlineBtn--action:hover {
    background: #fff;
    border-color: #719375;
    color: #719375;
}

#product_review_area .ec-inlineBtn--action:hover:before {
    background: url(../img/common/icon_edit_green.svg) center center no-repeat;
    background-size: 100% auto;
}


/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    .ec-productRole .ec-grid2 {
        display: block;
    }

    .ec-productRole .ec-grid2 .ec-grid2__cell:nth-child(1),
    .ec-productRole .ec-grid2 .ec-grid2__cell:nth-child(2){
        width: 100%;
    }

    .ec-productRole .ec-productRole__profile {
        margin-bottom: 20px;
    }

    .ec-productRole .ec-productRole__title .ec-headingTitle {
        font-size: 17px;
        margin-bottom: 0;
    }

    .ec-productRole .ec-productRole__category a {
        font-size: 12px;
    }

    .ec-productRole .ec-productRole__tag {
        padding: 1px 5px;
        font-size: 11px;
    }

    .ec-productRole .ec-productRole__priceRegular {
        padding-top: 15px;
        font-size: 13px;
    }

    .ec-productRole .ec-productRole__priceRegularTax {
        font-size: 11px;
    }

    .ec-productRole .ec-productRole__price {
        font-size: 19px;
    }

    .ec-price .ec-price__tax {
        font-size: 13px;
    }

    .ec-productRole .ec-productRole__code {
        font-size: 12px;
    }

    .bg-load-overlay {
        display: none;
    }

    .ec-productRole__favorite {
        position: relative;
        left: 0;
        bottom: 0;
        z-index: 2;
        width: 100%;
        margin-top: 16px;
    }

    .ec-productRole .ec-productRole__actions {
        padding: 10px 0;
        font-size: 13px;
    }

    .ec-productRole .ec-productRole__btn {
        margin-bottom: 0;
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }

    .ec-productRole .ec-productRole__btn .ec-blockBtn--action {
        height: 50px;
        font-size: 12px;
    }

    .ec-productRole__favorite .ec-blockBtn--cancel {
        height: 50px;
        font-size: 12px;
    }

    .ec-productRole .ec-productRole__description {
        font-size: 13px;
        margin-bottom: 30px;
    }

    .ec-productRole__information {
        display: block;
        padding-bottom: 5px;
    }

    .ec-productRole__informationItem {
        width: 100%;
    }

    .ec-productRole__informationItem dl {
        display: flex;
        margin-bottom: 15px;
    }

    .ec-productRole__informationItem dl dt {
        width: 105px;
        height: 25px;
        font-size: 13px;
        margin-right: 10px;
        border-radius: 13px;
    }
    .ec-productRole__informationItem dl dt span {
        font-size: 10px;
        margin-top: 5px;
    }

    .ec-productRole__informationItem dl dd {
        width: calc(100% - 115px);
        font-size: 13px;
        padding-top: 3px;
    }

    .ec-productRole__delivery {
        padding: 10px 15px;
        font-size: 13px;
        margin-bottom: 20px;
    }

    .ec-productRole__delivery h2 {
        margin: 0 0 5px;
        font-size: 13px;
    }

    .ec-productRole__sns {
        margin-bottom: 20px;
    }

    .ec-productRole__sns a {
        margin: 0 7px;
        font-size: 13px;
    }

    .ec-productRole__sns a img {
        margin-right: 4px;
    }

    #product_review_area {
        margin-bottom: 40px;
    }

    #product_review_area .ec-rectHeading {
        margin: 0;
    }

    #product_review_area .ec-rectHeading h4 {
        font-size: 12px;
        padding: 10px 15px;
        margin: 0;
        position: relative;
    }

    #product_review_area .recommend_average,
    #product_review_area span {
        font-size: 13px;
        margin-left: 0;
    }

    #product_review_area .chevron {
        right: 10px;
        margin-top: -10px;
        width: 20px;
        height: 20px;
    }

    #product_review_area .chevron i {
        display: none;
    }

    #reviewContent {
        padding: 15px 15px 5px;
    }

    #product_review_area .review_list li {
        font-size: 13px;
        margin: 0 0 10px;
    }

    #product_review_area .review_list .review_date,
    #product_review_area .review_list strong {
        margin-bottom: 5px;
    }

    #product_review_area .ec-inlineBtn--action {
        margin-top: 10px;
        border-radius: 15px;
        width: 160px;
        height: 30px;
        font-size: 12px;
    }

    #product_review_area .ec-inlineBtn--action:before {
        margin-right: 4px;
    }
}

.ec-cateRole .ec-sidebarRole {
    display: flex;
    margin-left: -40px;
}

.ec-cateRole .ec-sidebarRole .ec-sidebarRole__item {
    width: 33.33%;
    padding-left: 40px;
    box-sizing: border-box;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {

    .ec-cateRole .ec-sidebarRole {
        display: block;
        margin-left: 0;
    }

    .ec-cateRole .ec-sidebarRole .ec-sidebarRole__item {
        width: 100%;
        padding-left: 0;
    }
}

.other_page .ec-off1Grid .ec-off1Grid__cell {
    width: 70%;
    margin-left: 15%;
}

.ec-pageItem {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
}

.ec-pageItem h2 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 10px;
}

.ec-pageItem ol li ol {
    margin: 10px 0;
}

.ec-pageItem ol ol li {
    list-style-type: lower-alpha;
}

.ec-label {
    font-weight: 500;
}

.ec-borderedDefs dl {
    padding: 20px 0;
}

.ec-borderedDefs dd {
    line-height: 1.5;
}

.ec-faqRole {
    margin-top: -30px;
}

.ec-faqRole_item {
    margin-top: 40px;
}

.ec-faqRole__title {
    border: 1px dotted #EDEDE8;
    background: #F7F7F5;
    margin: 0;
    padding: 12px 20px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
}

.ec-faqRole__list .ec-faqRole__listItem {
    margin: 0;
}

.ec-faqRole__list .ec-faqRole__listItem dt {
    border-bottom: 1px dotted #CCC;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    cursor: pointer;
    position: relative;
}

.ec-faqRole__list .ec-faqRole__listItem dt:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    content: '';
    z-index: 2;
    background: url(../img/common/arrow-drop-down-up.svg) center center no-repeat;
    background-size: 30px auto;
    transform: rotate(180deg);
}

.ec-faqRole__list .ec-faqRole__listItem dt.is-active:after {
    transform: rotate(0);
}

.ec-faqRole__list .ec-faqRole__listItem dd {
    padding: 10px 20px 14px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    display: none;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    .other_page .ec-off1Grid .ec-off1Grid__cell {
        width: 100%;
        margin-left: 0;
    }

    .ec-pageItem {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .ec-pageItem h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .ec-pageItem ol li ol {
        margin: 5px 0;
    }

    .ec-faqRole {
        margin-top: -15px;
    }

    .ec-faqRole_item {
        margin-top: 20px;
    }

    .ec-faqRole__title {
        padding: 6px 10px;
        font-size: 18px;
    }

    .ec-faqRole__list .ec-faqRole__listItem {
        margin: 0;
    }

    .ec-faqRole__list .ec-faqRole__listItem dt {
        padding: 9px 20px 9px 10px;
        font-size: 14px;
    }

    .ec-faqRole__list .ec-faqRole__listItem dt:after {
        margin-top: -10px;
        width: 20px;
        height: 20px;
        background-size: 20px auto;
    }

    .ec-faqRole__list .ec-faqRole__listItem dd {
        padding: 10px;
        font-size: 14px;
    }
}

