/* カスタマイズ用CSS */
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #565656;
    font-feature-settings: "palt";
    font-weight: 300;
}

.h2,
h2 {
    font-size: 1.5rem;
}

.ttl-eng {
    font-family: 'Open Sans', sans-serif;
}

.ttl-eng.capitalize {
    text-transform: capitalize;
}

.ttl-eng.uppercase {
    text-transform: uppercase;
}

::selection {
    color: #fff;
    background-color: #f63622;
}

::-moz-selection {
    color: #fff;
    background-color: #f63622;
}

/* common */
a {
    color: #f63622;
}

a:hover {
    color: #f63622;
    text-decoration: underline;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    outline: none;
}

.red {
    color: #f63622;
}

.ec-headerRole,
.ec-layoutRole .ec-layoutRole__contents,
.ec-footerRole .ec-footerRole__inner {
    max-width: 1280px;
}

.ec-headerRole.scroll {
    background: #fff;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: .5s ease all;
    z-index: 100;
}

.ec-headerRole.scroll.active {
    top: 0;
    opacity: 1;
    pointer-events: all;
    transition: .5s ease all;
}

.ec-headerRole.scroll .ec-headerRole__title {
    -ms-flex: 0 0 142px;
    flex: 0 0 142px;
    max-width: 142px;
    position: relative;
    z-index: 15;
}

@media (min-width: 768px) {
    .ec-headerRole.scroll .ec-headerRole__title {
        -ms-flex: 0 0 222px;
        flex: 0 0 222px;
        max-width: 222px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ec-headerRole.scroll .ec-headerNaviRole__search {
        max-width: 340px;
    }

    .ec-headerRole.scroll .ec-headerNaviRole .ec-headerNaviRole__left {
        display: none;
    }

    .ec-headerRole.scroll .ec-headerNaviRole .ec-headerNaviRole__right {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .ec-headerRole.scroll .ec-headerNaviRole:last-child {
        margin-top: 0;
        margin-left: auto;
    }
}

.ec-sliderRole {
    max-width: inherit;
    padding-right: 0;
    padding-left: 0;
    margin: 10px 0;
}

.container-fluid.inner {
    max-width: 1480px;
    padding: 0;
}

.row-narrow {
    margin: -5px;
    margin-bottom: 0;
}

.row-narrow [class^="col-"] {
    padding: 5px;
}

.row-narrow-fix {
    margin: 0;
}

.row-narrow-fix [class^="col-"] {
    padding: 0;
}

@media (max-width: 575px) {
    .row-styleB {
        margin: -8px;
        margin-bottom: 8px;
    }

    .row-styleB .item {
        padding: 8px;
    }
}

@media (min-width: 576px) {
    .row-styleB {
        margin: -15px;
        margin-bottom: 15px;
    }

    .row-styleB .item {
        padding: 15px;
    }
}

.row.center {
    justify-content: center;
}

@media (min-width: 992px) {
    .col-lg-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.cont {
    position: relative;
    text-align: left;
}

.cont figure {
    margin: 0;
    margin-bottom: 1rem;
}

.metabox p {
    margin-bottom: 5px;
}

.metabox p:last-child {
    margin-bottom: 0;
}

.metabox.b0 {
    margin-bottom: 0;
}

.metabox.main p {
    line-height: 2;
}

@media (min-width: 992px) {
    .cont .metabox.main p {
        font-size: 1.1em;
    }
}

@media (min-width: 768px) {
    .cont .metabox.center p {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cont .metabox p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .cont .cont-box {
        padding: 15px;
    }

    .cont .cont-box.half {
        padding: 15px;
    }

    .cont .cont-box.mini {
        padding: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cont .cont-box {
        padding: 30px;
    }

    .cont .cont-box.half {
        padding: 20px;
    }

    .cont .cont-box.mini {
        padding: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .cont .cont-box {
        padding: 45px;
    }

    .cont .cont-box.half {
        padding: 20px;
    }

    .cont .cont-box.mini {
        padding: 15px;
    }
}

@media (min-width: 1200px) {
    .cont .cont-box {
        padding: 60px;
    }

    .cont .cont-box.half {
        padding: 30px;
    }

    .cont .cont-box.mini {
        padding: 15px;
    }
}

.b0 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.btn {
    border-radius: 5px;
}

.btn-danger {
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, .2);
    background-image: linear-gradient(0deg, #f61700, #e74535);
    border: 1px solid #b91100;
    box-shadow: inset 1px 1px 2px #fff, inset -1px -1px 2px #fff;
}

.btn-warning {
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, .2);
    background-image: linear-gradient(0deg, #f6a800, #e7bb35);
    border: 1px solid #e59d00;
    box-shadow: inset 1px 1px 2px #fff, inset -1px -1px 2px #fff;
}

.btn-light {
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    background-image: linear-gradient(0deg, #f6f6f6, #fff);
    padding: 10px 15px 10px;
    box-shadow: inset 1px 1px 2px #fff, inset -1px -1px 2px #fff;
}

.btn-link {
    color: #f63622;
    text-decoration: none;
}

.btn-link:hover {
    color: #f63622;
    text-decoration: underline;
}

.btn-block {
    min-width: inherit;
}

.button-left,
.button-center,
.button-right {
    text-align: center;
    position: relative;
    z-index: 1;
}

@media (min-width: 576px) {
    .button-left {
        text-align: left;
    }

    .button-center {
        text-align: center;
    }

    .button-right {
        text-align: right;
    }
}

.ttl {
    display: block;
    margin-bottom: 1rem;
}

.ttl.center {
    text-align: center;
}

.ttl-01 {
    font-size: 24px;
    color: #f63622;
    padding-left: 25px;
    padding-bottom: 10px;
    position: relative;
}

.ttl-01:before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 15px transparent;
    border-bottom: solid 15px #f63622;
}

.ttl-01:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: -3px;
    left: 10px;
    border-bottom: solid 3px #f63622;
}

.ttl-01.yellow {
    color: #f5a903;
}

.ttl-01.yellow:before {
    border-bottom: solid 15px #f5a903;
}

.ttl-01.yellow:after {
    border-bottom: solid 3px #f5a903;
}

.ttl-01.cyan {
    color: #00aeff;
}

.ttl-01.cyan:before {
    border-bottom: solid 15px #00aeff;
}

.ttl-01.cyan:after {
    border-bottom: solid 3px #00aeff;
}

.ttl-01.green {
    color: #149f24;
}

.ttl-01.green:before {
    border-bottom: solid 15px #149f24;
}

.ttl-01.green:after {
    border-bottom: solid 3px #149f24;
}

.ttl-01.blue {
    color: #455aa8;
}

.ttl-01.blue:before {
    border-bottom: solid 15px #455aa8;
}

.ttl-01.blue:after {
    border-bottom: solid 3px #455aa8;
}

.ttl-01.gray {
    color: #343434;
}

.ttl-01.gray:before {
    border-bottom: solid 15px #343434;
}

.ttl-01.gray:after {
    border-bottom: solid 3px #343434;
}

.ttl-02 {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    text-align: left;
    background-image: linear-gradient(0deg, #f6a800, #e7bb35);
    padding: 8px;
    border: 1px solid #e59d00;
}

.ttl-03 {
    font-size: 18px;
    background: #f6f6f6;
    padding: 10px;
}

.alignleft {
    display: block;
    margin-right: auto;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.alignright {
    display: block;
    margin-left: auto;
}

.table-dl dl {
    display: table;
    max-width: 100%;
}

.table-dl dl dt {
    display: table-cell;
    vertical-align: middle;
}

.table-dl dl dd {
    display: table-cell;
    vertical-align: middle;
}

.table-base dl {
    text-align: left;
    display: table;
    width: 100%;
    margin-bottom: 0;
}

.table-base dl dt {
    font-weight: normal;
    width: 25%;
    min-width: 160px;
    padding: 1em;
    position: relative;
}

.table-base dl dd {
    padding: 1em;
    margin-bottom: 0;
    position: relative;
}

.table-base dl dd .button {
    margin-top: 1em;
}

.table-base dl dd dl {
    margin: 0;
}

.table-base dl dd dl dt {
    display: block;
    background: none;
    width: 100%;
    padding: 0;
    border: none;
}

.table-base dl dd dl dd {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
}

.table-base dl dd dl dd:before {
    display: none;
}

.table-base dl:last-child dd dl dt,
.table-base dl:last-child dd dl dd {
    border: none;
}

.table-base dl dd dl:last-child dt,
.table-base dl dd dl:last-child dd {
    border: none;
}

@media (max-width:767px) {
    .table-base dl dd:before {
        display: none;
    }
}

.table-block dl {}

.table-block dl:first-child {
    margin-top: 0;
}

.table-block dl:last-child {
    margin-bottom: 0;
}

.table-block dl dt,
.table-block dl dd {
    display: block;
    width: 100%;
    padding: 1rem;
    border: none;
}

.table-block dl dt {}

.table-block dl dd {}

.table-block dl dd:before {
    display: none;
}

.table-block dl:last-child dt {}

.table-base dl dd .table-block>dl {
    margin: 20px 0;
}

.table-base dl dd .table-block>dl:first-child {
    margin-top: 0;
}

.table-base dl dd .table-block>dl:last-child {
    margin-bottom: 0;
}

.table-base dl dd .table-block>dl>dt,
.table-base dl dd .table-block>dl>dd {
    padding: 1em;
    border: 1px solid #e6e6e6;
}

.table-base dl dd .table-block>dl>dt {
    background: #efefef;
}

.table-base dl dd .table-block>dl>dd {
    background: #fff;
    border-top: none;
}

.table-reverse dl dt {
    background: none;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.table-reverse dl dd {
    text-align: right;
    min-width: 120px;
}

.table-mini dl dt,
.table-mini dl dd {
    padding: 1em;
}

.table-mini {
    font-size: 14px;
}

.table-mini tr th,
.table-mini tr td {
    padding: 10px;
}

@media (max-width: 575px) {
    .table-dl dl {
        width: 100%;
    }

    .table-dl dl dt {
        display: block;
        width: 100%;
        padding: 1em;
    }

    .table-dl dl dd {
        display: block;
        padding: 1em;
        border-top: none;
    }

    .table-base dl dd dl dt {
        display: block;
        width: 100%;
    }

    .table-base dl dd dl dd {
        display: block;
        border-bottom: none;
    }

    .table-base dl dd dl:last-child dd {
        border-top: none;
    }

    .table-reverse dl dt {
        border-right: none;
        border-bottom: none;
    }

    .table-reverse dl dd {
        min-width: 90px;
        border-top: 1px solid #e6e6e6;
    }

    .table-reverse dl dt,
    .table-reverse dl dd {
        display: table-cell;
    }

    .table-mini {
        font-size: 12px;
    }
}

.table-base dl dt,
.table-base dl dd {
    line-height: 1.5;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.table-base dl dt {
    color: #343434;
    width: 100%;
}

.table-base dl dd {
    color: #565656;
}

.table-mini dl dt,
.table-mini dl dd {
    padding: 10px;
}

@media (max-width: 575px) {
    .table-base dl:last-child dt {
        border-bottom: none;
    }

    .table-base dl:last-child dd {
        border-bottom: 1px solid #e6e6e6;
    }
}

@media (min-width: 576px) {

    .table-base dl:last-child dt,
    .table-base dl:last-child dd {
        border-bottom: 1px solid #e6e6e6;
    }

    .table-base dl dt {
        width: 210px;
        border-right: none;
    }

    .table-base dl dd {}
}

@media (min-width: 768px) {

    .table-base dl dt,
    .table-base dl dd {
        font-size: 1rem;
    }
}

.table-block dl dt,
.table-block dl dd {
    display: block;
    width: 100%;
    padding: 1rem;
    border: none;
}

.table-block dl dt {
    border: 1px solid #f5e7e5;
    border-bottom: none;
}

.table-block dl dd {
    border: 1px solid #f5e7e5;
}

.table-block dl dd:before {
    display: none;
}

@media (min-width: 576px) {
    .table-block dl:last-child dt {
        border-bottom: none;
    }
}

.block_1 {
    padding: 30px 0;
}

.block_2 {
    padding: 25px 0;
}

.block_3 {
    padding: 20px 0;
}

.block_4 {
    padding: 15px 0;
}

.block_5 {
    padding: 8px 0;
}

.block_6 {
    padding: 0 0 30px;
}

.block_7 {
    padding: 0 0 25px;
}

.block_8 {
    padding: 0 0 20px;
}

.block_9 {
    padding: 0 0 15px;
}

.block_10 {
    padding: 0 0 8px;
}

@media (min-width: 768px) {
    .block_1 {
        padding: 50px 0;
    }

    .block_2 {
        padding: 40px 0;
    }

    .block_3 {
        padding: 30px 0;
    }

    .block_4 {
        padding: 20px 0;
    }

    .block_5 {
        padding: 10px 0;
    }

    .block_6 {
        padding: 0 0 50px;
    }

    .block_7 {
        padding: 0 0 40px;
    }

    .block_8 {
        padding: 0 0 30px;
    }

    .block_9 {
        padding: 0 0 20px;
    }

    .block_10 {
        padding: 0 0 10px;
    }
}

@media (min-width: 992px) {
    .block_1 {
        padding: 60px 0;
    }

    .block_2 {
        padding: 45px 0;
    }

    .block_3 {
        padding: 30px 0;
    }

    .block_4 {
        padding: 20px 0;
    }

    .block_5 {
        padding: 15px 0;
    }

    .block_6 {
        padding: 0 0 60px;
    }

    .block_7 {
        padding: 0 0 45px;
    }

    .block_8 {
        padding: 0 0 30px;
    }

    .block_9 {
        padding: 0 0 20px;
    }

    .block_10 {
        padding: 0 0 15px;
    }
}

@media (min-width: 1200px) {
    .block_1 {
        padding: 60px 0;
    }

    .block_2 {
        padding: 45px 0;
    }

    .block_3 {
        padding: 30px 0;
    }

    .block_4 {
        padding: 20px 0;
    }

    .block_5 {
        padding: 15px 0;
    }

    .block_6 {
        padding: 0 0 60px;
    }

    .block_7 {
        padding: 0 0 45px;
    }

    .block_8 {
        padding: 0 0 30px;
    }

    .block_9 {
        padding: 0 0 20px;
    }

    .block_10 {
        padding: 0 0 15px;
    }
}

.cont-main>[class^="block"]:first-child {
    padding-top: 0;
}

.cont-main>[class^="block"]:last-child {
    padding-bottom: 0;
}

/* carousel-area */
@media (max-width: 991px) {
    .carousel-area {
        margin-right: -20px;
        margin-left: -20px;
        overflow: hidden;
    }

    .carousel-area .carousel-cont {
        padding-left: 8px;
        overflow-x: scroll;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
    }

    .carousel-area .carousel-cont>.row,
    .carousel-area .carousel-cont>.menu-row {
        flex-wrap: nowrap;
        margin-right: 0;
        margin-left: 0;
    }

    .carousel-area .carousel-cont>.row.center {
        justify-content: flex-start;
    }

    .carousel-area .carousel-cont>.row>.item,
    .carousel-area .carousel-cont>.menu-row>.item {
        width: 150px;
        max-width: 150px;
        min-width: 150px;
        display: table-cell;
        padding-right: 8px;
        padding-left: 8px;
    }

    .carousel-area .carousel-cont .row .item-image,
    .carousel-area .carousel-cont .row .item-text,
    .carousel-area .carousel-cont .menu-row .item-image,
    .carousel-area .carousel-cont .menu-row .item-text {
        width: auto;
        display: block;
    }
}

/* slick */
.slick-slide {
    height: inherit;
}

.slick-arrows {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.slick-prev,
.slick-next {
    font-size: 2em;
    color: #000;
    line-height: 48px;
    text-indent: -9999px;
    text-align: center;
    background: #fff;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
}

.slick-prev {
    left: 1em;
}

.slick-next {
    right: 1em;
}

@media (min-width: 1600px) {
    .slick-prev {
        left: 180px;
    }

    .slick-next {
        right: 180px;
    }
}

.slick-prev:hover,
.slick-prev:active,
.slick-prev:focus,
.slick-next:hover,
.slick-next:active,
.slick-next:focus {
    outline: 0;
}

.slick-prev:before,
.slick-next:before {
    font-family: ionicons;
    text-indent: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .5s ease all;
}

.slick-prev:before {
    content: '\f3d2';
}

.slick-next:before {
    content: '\f3d3';
}

.slick-prev:hover:before,
.slick-next:hover:before {
    transition: .5s ease all;
}

.slick-prev:hover:before {
    left: -15px;
}

.slick-next:hover:before {
    left: 15px;
}

.slick-dots {
    margin: 0;
    position: absolute;
    bottom: -21px;
    z-index: 5;
    width: 100%;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: none;
    justify-content: center;
}

.slick-dots li {
    font-size: 0;
    margin: 0 5px !important;
}

.slick-dots>li:first-child:last-child {
    display: none;
}

.slick-dots li {
    width: 12px !important;
    height: 12px !important;
}

.slick-dots li button,
.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:active,
.slick-dots li button:focus {
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    background: #000;
    width: 12px !important;
    height: 12px !important;
    padding: 0;
    border: none;
    border-radius: 100%;
    outline: 0;
    overflow: hidden;
    opacity: .5;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:active,
.slick-dots li button:focus {
    background: #000;
    opacity: 1;
}

/* header */
.ec-layoutRole__header {
    background: #fff;
}

.page_shopping .ec-layoutRole__header.fixed-top {
    position: relative;
}

.header-text {
    display: block;
    width: 100%;
}

.header-text .title {
    font-size: 12px;
    margin: 0;
}

.header-menu ul {
    background-color: #f6f6f6;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 15px;
    margin: 0;
    border-radius: 5px;
}

.header-menu ul li {
    display: block;
}

.header-menu ul .item a {
    font-size: 12px;
    color: #000;
    display: block;
    padding: 15px 5px;
}

.ec-headerTitle .ec-headerTitle__title {
    text-align: left;
}

.ec-headerNaviRole {
    width: auto;
    padding: 0;
    margin: 0;
}

.ec-headerRole {
    display: block;
}

.ec-headerRole .ec-headerRole__title {
    width: auto;
    margin-right: 15px;
}

.ec-headerTitle .ec-headerTitle__title h1 {
    line-height: 1;
}

.ec-headerTitle .ec-headerTitle__title a {
    margin: 0;
}

.ec-headerTitle img {
    display: block;
}

.ec-cartNavi .ec-cartNavi__icon {
    display: block;
    color: #00aeff;
}

.ec-cartNavi .ec-cartNavi__badge {
    background-color: #00aeff;
}

.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-blockBtn--action {
    width: 100%;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContentPrice .num {
    color: #f63622;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContentTitle {
    margin-bottom: 5px;
}

.header-left-bottom {
    margin: 10px 0;
}

.header-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 20px;
}

.header-bottom .ec-headerNaviRole__search {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    color: #000;
    background-image: linear-gradient(0deg, #f6f6f6, #fff);
    border: 1px solid #d6d6d6;
    border-right: none;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
    color: #000;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    border-top: 6px solid #000;
    top: 18px;
    right: 12px;
}

.header-notice ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
    margin: -5px;
}

.header-notice ul .item {
    display: block;
    padding: 5px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
    height: 36px;
}

.ec-headerNav .ec-headerNav__itemLink,
.ec-headerNav .ec-headerNav__itemIcon {
    color: #fff;
    margin: 0;
}

.ec-headerNaviRole .ec-headerNaviRole__nav a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.ec-headerNavSP {
    right: 10px;
    left: inherit;
    cursor: pointer;
}

.ec-drawerRoleClose {
    padding-top: 11px;
    top: 66px;
    right: 270px;
    left: inherit;
    cursor: pointer;
}

.ec-drawerRole {
    right: 0;
    left: inherit;
}

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

.ec-itemNav__nav li ul li a {
    color: #f63622;
    font-weight: 400;
    background: #f5e7e5;
    border-bottom: 1px solid #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .ec-itemNav__nav li ul li a {
        font-size: 14px;
        padding: 8px;
    }
}

.ec-itemNav__nav>li:hover li:hover>a {
    color: #000 !important;
    background: #fff;
}

.ec-cartNaviNull {
    padding: 8px;
    background-image: linear-gradient(0deg, #f6f6f6, #fff);
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.ec-cartNaviNull .ec-cartNaviNull__message {
    font-size: 14px;
    color: #f63622;
    font-weight: 400;
    background: none;
    padding: 8px;
    border: none;
}

.ec-cartNavi .ec-cartNavi__icon {
    cursor: pointer;
}

.ec-drawerRole .ec-headerLinkArea {
    background-image: linear-gradient(0deg, #f6f6f6, #fff);
    border: 1px solid #e6e6e6
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
    border-top: none;
}

.ec-drawerRole {
    background: #f6f6f6;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    color: #f63622;
}

@media (max-width: 767px) {
    .ec-headerRole.base .ec-headerRole__title {
        -ms-flex: 0 0 142px;
        flex: 0 0 142px;
        max-width: 142px;
        position: relative;
        z-index: 15;
    }

    .header-text .title {
        font-size: 10px;
    }

    .ec-headerNaviRole .ec-headerNaviRole__left {
        width: 0;
    }

    .ec-headerNaviRole .ec-headerNaviRole__right {
        width: 100%;
        position: fixed;
        top: 20px;
        right: 0;
        cursor: pointer;
        z-index: 10;
    }

    .ec-headerRole__cart {
        margin-right: 60px;
        margin-left: auto;
    }

    .ec-cartNaviNull {
        margin-top: 12px;
    }

    .ec-cartNavi {
        padding: 0;
    }

    .header-left {
        margin-bottom: 10px;
    }

    .header-right {
        margin-bottom: 10px;
    }

    .header-notice ul {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .header-left {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }

    .header-right {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }

    .ec-headerRole {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
    }

    .header-notice ul {
        justify-content: flex-end;
    }

    .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
        height: 38px;
    }

    .ec-headerSearch .ec-headerSearch__category .ec-select select {
        height: 42px;
    }

    .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .ec-headerSearch .ec-headerSearch__keyword {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .ec-headerSearch .ec-headerSearch__category {
        width: 33%;
    }

    .ec-headerSearch .ec-headerSearch__keyword {
        width: 67%;
    }

    .ec-cartNavi {
        -ms-align-items: center;
        align-items: center;
    }

    .ec-cartNavi .ec-cartNavi__icon {
        margin-top: 2px;
    }

    .ec-cartNavi .ec-cartNavi__label {
        line-height: 1;
    }

    .ec-cartNavi {
        background: #f5e7e5;
    }

    .ec-cartNavi .ec-cartNavi__price {
        display: block;
    }

    .ec-cartNaviNull::before {
        border-color: transparent transparent #e6e6e6 transparent;
        top: -10px;
        right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ec-headerRole .ec-headerRole__title {
        flex: 0 0 142px;
        max-width: 142px;
    }

    .ec-headerNaviRole {
        margin-top: 4px;
    }

    .header-left-bottom {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
    }

    .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
        height: 32px;
    }

    .ec-headerSearch .ec-headerSearch__category .ec-select select {
        height: 36px;
    }

    .header-menu {
        margin: 0;
    }

    .header-menu ul {
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0 5px;
    }

    .ec-headerNaviRole .ec-headerNaviRole__right {
        max-width: 55%;
        margin: 0 0 10px auto;
    }

    .ec-cartNavi {
        background: none;
        min-width: inherit;
        height: auto;
        padding: 5px 0 0 5px;
    }

    .ec-cartNavi .ec-cartNavi__price {
        display: none;
    }

    .ec-headerNav .ec-headerNav__itemLink {
        display: none;
    }

    .header-notice ul {
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .header-notice ul .item {
        padding: 3px;
    }

    .header-notice ul .item img {
        width: auto;
        height: 46px;
    }

    .header-menu ul .item a {
        font-size: 10px;
        padding: 10px 5px;
    }
}

@media (max-width: 991px) {
    .header-notice ul {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .header-left-bottom {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        margin: 10px 0;
    }

    .ec-headerNaviRole {
        justify-content: flex-end;
        width: auto;
        padding: 0;
        margin: 0;
        margin-left: auto;
    }

    .ec-headerNaviRole .ec-headerNaviRole__left,
    .ec-headerNaviRole .ec-headerNaviRole__right {
        width: auto;
    }

    .ec-cartNavi {
        border-radius: 5px;
        border: 1px solid #e6e6e6;
        background-image: linear-gradient(0deg, #f6f6f6, #fff);
        padding: 10px 15px 10px;
        box-shadow: inset 1px 1px 2px #fff, inset -1px -1px 2px #fff;
    }

    .ec-headerNav {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        margin-right: 10px;
    }

    .ec-headerNav .ec-headerNav__item {
        margin-right: 10px;
    }

    .ec-headerNav .ec-headerNav__item:last-child {
        margin-right: 0;
    }

    .ec-headerNaviRole .ec-headerNaviRole__nav a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        padding: 10px 10px 11px;
    }

    .header-notice {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-end;
        margin: 10px 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-left {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .header-right {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ec-headerRole .ec-headerRole__title {
        -ms-flex: 0 0 142px;
        flex: 0 0 142px;
        max-width: 142px;
    }

    .header-menu {
        display: inline-block;
    }

    .header-menu ul {
        justify-content: center;
        padding-right: 10px;
        padding-left: 10px;
    }

    .header-menu ul .item a {
        padding: 10px 5px;
    }

    .header-notice {
        font-size: 11px;
        margin-left: auto;
    }
}

@media (min-width: 1201px) {

    .header-left,
    .header-right {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* product list */
@media (max-width: 767px) {
    .carousel-area .carousel-cont .row-product-list {
        padding-left: 12px;
    }
}

.row-product-list .item a:hover {
    text-decoration: none;
}

.row-product-list .item .name {
    font-size: 14px;
    color: #000;
    padding-top: 5px;
}

.row-product-list .item .price {
    font-size: 14px;
    color: #000;
}

.row-product-list .item .price .num {
    font-size: 1.2em;
    color: #f63622;
}

.row-product-list .item .price .tax {
    font-size: .9em;
}

.ec-shelfRole {
    margin-bottom: 30px;
}

.ec-role .product-list {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    .ec-role .product-list::after {
        content: '';
        background-color: #fff;
        width: 50px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .ec-role .product-list .carousel-area {
        margin-right: 50px;
        margin-left: 50px;
    }
}

.ec-role .product-list .slick-prev {
    left: -50px;
}

.ec-role .product-list .slick-next {
    right: -50px;
}

@media (min-width: 992px) {
    .row-slick .slick-list {
        margin-right: -10%;
    }
}

.ec-topicpath .ec-topicpath__item a,
.ec-topicpath .ec-topicpath__item--active a {
    color: #f63622;
    font-weight: 400;
}

@media (min-width: 768px) {
    .ec-topicpath {
        padding: 0 15px 15px 15px;
    }
}

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

/* big bnr */
.bnr-side {
    width: 120px;
    position: fixed;
    top: 0;
    z-index: 10;
    transition: .5s ease all;
}

.page_homepage .bnr-side {
    top: 420px;
}

.bnr-side.scroll {
    top: 90px;
    transition: .5s ease all;
}

.bnr-side.left {
    left: 0;
}

.bnr-side.right {
    right: 0;
}

@media (max-width: 1599px) {
    .bnr-side {
        display: none;
    }
}

/* side */
.shipping-free.side {
    margin-bottom: 15px;
}

.contact-bnr.side {
    margin-top: 15px;
}

.cart-area.side {
    text-align: center;
    margin-bottom: 15px;
}

.cart-area.side .cart-area-box {
    background-color: #fff6c2;
    padding: 15px;
    margin-bottom: 15px;
}

.cart-area.side .cart-area-box .price {
    font-size: 1.5rem;
    color: #f63622;
    font-weight: bold;
}

.cart-area.side .cart-area-box .after {
    font-size: 14px;
}

/* product sidebar */
.side .ec-categoryNaviRole {
    padding: 0;
}

.side .ec-itemNav__nav li a {
    background-image: linear-gradient(0deg, #f6f6f6, #fff);
}

.side .ec-itemNav__nav li:hover>a {
    color: #fff;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.side .ec-itemNav__nav>li:hover>a.item-box {}

.side .ec-itemNav__nav li:first-child:hover>a {
    border-top: 1px solid #d6d6d6;
}

@media (min-width: 768px) {
    .side .ec-headerSearch .side .ec-itemNav__nav li ul.ec-headerSearch__category {
        width: 100%;
        margin-bottom: 10px;
    }

    .side .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
        border-radius: 0;
    }

    .side .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
        border-radius: 50px;
    }

    .side .ec-headerSearch .ec-headerSearch__keyword {
        background-color: #fff;
        width: 100%;
        margin-bottom: 1rem;
        border-radius: 50px;
    }

    .side .ec-headerSearch .ec-headerSearch__category .ec-select select {
        max-width: inherit;
        height: auto;
        padding: .5rem;
    }

    .side .ec-itemNav__nav {
        display: block;
    }

    .side .ec-itemNav__nav li {
        display: block;
        float: none;
    }

    .side .ec-itemNav__nav>li a {
        padding: 0;
        border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
        border-left: 1px solid #d6d6d6;
    }

    .side .ec-itemNav__nav>li.parents:first-child>a {
        border-top: 1px solid #d6d6d6;
        border-radius: 5px 5px 0 0;
    }

    .side .ec-itemNav__nav>li.parents:last-child>a {
        border-radius: 0 0 5px 5px;
    }

    .side .ec-itemNav__nav li a {
        font-size: 12px;
        text-align: left;
        padding: 15px;
    }

    .side .ec-itemNav__nav li ul {
        min-width: inherit;
        position: relative;
        top: 0;
        left: 0;
    }

    .side .ec-itemNav__nav li ul li {
        overflow: visible;
        height: auto;
    }

    .side .ec-itemNav__nav li ul li:first-child a {
        border-top: 1px solid #d6d6d6;
        border-radius: 5px 5px 0 0;
    }

    .side .ec-itemNav__nav li ul li:last-child a {
        border-radius: 0 0 5px 5px;
    }

    .side .ec-itemNav__nav li ul li:hover a {
        border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
    }

    .side .ec-itemNav__nav li ul li:first-child:hover a {
        border-top: 1px solid #d6d6d6;
        border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
    }

    .side .ec-itemNav__nav li ul li a {
        font-size: 12px;
        color: #000;
        background-color: #fff;
        padding: 10px;
        border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
        border-radius: 0 !important;
    }

    .side .ec-itemNav__nav li ul li:first-child {
        border-radius: 5px 5px 0 0;
    }

    .side .ec-itemNav__nav li ul li:last-child {
        border-radius: 0 0 5px 5px;
    }

    .side .ec-itemNav__nav li ul li ul:before {
        opacity: 0;
        pointer-events: none;
    }

    .side .ec-itemNav__nav li ul {
        background: #f6f6f6;
        padding: 15px;
        box-shadow: inset 1px 0 #d6d6d6, inset -1px -1px #d6d6d6;
    }

    .side .ec-itemNav__nav li ul li ul {
        padding: 8px;
    }

    .side .ec-itemNav__nav li ul li:first-child>a {
        border-radius: 0;
    }

    .side .ec-itemNav__nav li ul li:last-child>a {
        border-radius: 0;
    }

    .side .ec-itemNav__nav li.parents>ul.children-list>li.children.category-title

    /*, , .side .ec-itemNav__nav li.parents>ul.children-list>li.children:last-child*/
        {
        width: 100%;
        position: relative;
        border-bottom: 1px solid #d6d6d6;
    }

    .side .ec-itemNav__nav li.parents>ul.children-list>li.children.category-title>a.item-box

    /*, .side .ec-itemNav__nav li.parents>ul.children-list>li.children:last-child>a.item-box*/
        {
        font-size: 14px;
        background: no-repeat;
        padding: 0 0 5px;
        border-bottom: none;
        pointer-events: none;
        border: none !important;
    }

    /*
    .side .ec-itemNav__nav li.parents>ul.children-list>li.children:last-child>a.item-box {
        margin-top: 15px;
    }

    .side .ec-itemNav__nav li.parents>ul.children-list>li.children:last-child>a.item-box+ul.children-list {
        background: none;
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
    }

    .side .ec-itemNav__nav li.parents>ul.children-list>li.children:last-child>a.item-box+ul.children-list::before {
        display: none;
    }

    .side .ec-itemNav__nav li.parents>ul.children-list>li.children:last-child>a.item-box+ul.children-list>.category-title {
        display: none;
    }

    .side .ec-itemNav__nav li.parents>ul.children-list>li.children:last-child>a.item-box+ul.children-list>.children {
        width: 33.333333%;
        height: auto;
        overflow: visible;
        border-radius: 0;
    }

    .side .ec-itemNav__nav li.parents>ul.children-list>li.children:last-child>a.item-box+ul.children-list>.children>a.item-box {
        background-image: linear-gradient(0deg, #f6f6f6, #fff);
        border-radius: 0;
        border-left: none !important;
    }

    .side .ec-itemNav__nav li.parents>ul.children-list>li.children:last-child>a.item-box+ul.children-list>.children:nth-child(4)>a.item-box {
        border-top: none !important;
    }

    .side .ec-itemNav__nav li.parents>ul.children-list>li.children:last-child>a.item-box+ul.children-list>.children>a.item-box:hover {
        background: #fff;
    }
    */
}

/*
@media (min-width: 768px) and (max-width: 991px) {
    .side .ec-itemNav__nav, .side .ec-itemNav__nav li ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .side .ec-itemNav__nav li {
        width: 50%;
    }

    .side .ec-itemNav__nav li ul {
        margin-left: -1px;
        top: calc(100% - 1px);
        position: absolute;
    }

    .side .ec-itemNav__nav li ul::before {
        content: '›';
        position: absolute;
        top: -42px;
        right: 20px;
        transform: rotate(90deg);
        font-size: 24px;
        z-index: 0;
    }

    .side .ec-itemNav__nav li:nth-child(odd) ul {
        left: 1px;
        right: -100%;
    }

    .side .ec-itemNav__nav li:nth-child(even) ul {
        right: 0;
        left: -100%;
    }

    .side .ec-itemNav__nav>li a {
        border-left: none;
    }

    .side .ec-itemNav__nav>li.parents:first-child>a, .side .ec-itemNav__nav>li.parents:last-child>a {
        border-radius: 0;
    }

    .side .ec-itemNav__nav li:nth-child(2)>a {
        border-top: 1px solid #d6d6d6;
    }

    .ec-itemNav__nav>li>ul>li {
        width: 50%;
    }

    .ec-itemNav__nav>li>ul>li:nth-child(3)>a {
        border-top: 1px solid #d6d6d6;
    }

    .side .ec-itemNav__nav li.parents>ul.children-list>li.children:last-child>a.item-box+ul.children-list>.children {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .side .ec-itemNav__nav li ul {
        top: -67px;
    }

    .side .ec-itemNav__nav li ul li {
        width: 33.333333%;
    }

    .side .ec-itemNav__nav li ul li a {
        border-left: none !important;
    }

    .side .ec-itemNav__nav li ul li:nth-child(3n+1) a {}

    .side .ec-itemNav__nav li ul li:nth-child(2)>a, .side .ec-itemNav__nav li ul li:nth-child(3)>a, .side .ec-itemNav__nav li ul li:nth-child(4)>a {
        border-top: 1px solid #d6d6d6 !important;
    }
}
*/

.side .line-area img {
    width: 120px;
}

.side .line-area .frame {
    padding: 15px;
    border: 4px double #e6e6e6;
}

.side .category-side-bnr .item {
    margin-bottom: 1rem;
}

.side .category-side-bnr .item figure {
    margin: 0;
    position: relative;
}

.side .category-side-bnr .item figure figcaption {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.side .category-side-bnr .item figure figcaption span {
    color: #000;
    line-height: 1;
    display: block;
}

.side .category-side-bnr .item figure figcaption .en {
    font-size: 1.1em;
}

.side .category-side-bnr .item figure figcaption .jp {
    font-size: .8em;
    margin-top: 4px;
}

/* product detail */
.ec-topicpath {
    font-size: 14px;
    color: #f63622;
}

.ec-label {
    font-weight: 400;
    margin: 0;
    cursor: auto;
}

.ec-layoutRole .ec-layoutRole__contents {
    padding-top: 30px;
}

@media (max-width: 767px) {
    .ec-sliderRole {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {}

@media (min-width: 768px) {

    .ec-layoutRole .ec-layoutRole__left,
    .ec-layoutRole .ec-layoutRole__right {
        width: 20%;
        padding-left: 20px;
    }

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
    .ec-layoutRole .ec-layoutRole__contents {
        flex-wrap: wrap;
    }

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

    .ec-layoutRole .ec-layoutRole__left {
        padding: 0 20px;
        order: 2;
    }

    .ec-layoutRole .ec-layoutRole__mainWithColumn {
        order: 1;
    }

    .shipping-free.side {
        text-align: center;
    }
}

.ec-sliderItemRole {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .ec-productRole .ec-productRole__profile {
        margin-left: 0;
    }
}

.row-item-archive .item .ec-productRole__btn {
    margin-top: 1rem;
}

.item-price,
.item-name {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.ec-price .ec-price__price {
    font-size: 32px;
    font-weight: 400;
    padding: 0;
}

.ec-productRole .ec-productRole__price {
    color: #f63622;
    padding: 0;
    padding-bottom: 15px;
    border-bottom: 1px dotted #d6d6d6;
    margin-bottom: 15px;
}

.ec-productRole__priceRegularPrice {
    text-decoration: line-through;
}

.ec-price__ttl {
    font-size: 14px;
}

.ec-price .ec-price__tax {
    color: #525263;
}

.ec-productRole .ec-productRole__tags {
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ec-productRole .ec-productRole__tag {
    font-size: 14px;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, .2);
    background-image: linear-gradient(0deg, #f6a800, #e7bb35);
    border: 1px solid #e59d00;
    box-shadow: inset 1px 1px 2px #fff, inset -1px -1px 2px #fff;
    padding: 3px 6px;
}

.ec-productRole .ec-productRole__code {
    font-size: 14px;
    color: #c6c6c6;
    font-weight: 300;
    padding: 0;
    margin-bottom: 10px;
    border-bottom: none;
}

.ec-productRole .ec-productRole__description {
    padding-top: 10px;
    margin-bottom: 10px;
}

.ec-productRole .ec-productRole__category {
    padding: 0;
    margin-bottom: 1rem;
    border-bottom: none;
}

.ec-productRole .ec-productRole__category .box {
    background-color: #f6f6f6;
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}

.ec-productRole .ec-productRole__actions {
    padding-top: 0;
}

.form-area-detail .ec-blockBtn--action {
    font-size: 16px;
    height: 56px;
    padding: 16px 32px;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartImage {
    width: 25%;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
    width: 75%;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cart {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.ec-blockBtn {
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    background-image: linear-gradient(0deg, #f6f6f6, #fff);
    padding: 10px 15px 10px;
    box-shadow: inset 1px 1px 2px #fff, inset -1px -1px 2px #fff;
}

.ec-blockBtn:hover {
    border: 1px solid #e6e6e6;
}

.ec-blockBtn--action {
    font-size: 16px;
    line-height: 1;
    display: block;
    width: 100%;
    height: auto;
    padding: 1rem;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, .2);
    background-image: linear-gradient(0deg, #f61700, #e74535);
    border: 1px solid #b91100;
    box-shadow: inset 1px 1px 2px #fff, inset -1px -1px 2px #fff;
    border-radius: 5px;
}

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

.ec-blockBtn--action .fa-shopping-cart {
    margin-right: 10px;
}

.ec-blockBtn--action .fa-shopping-cart:before {
    color: #fff;
}

.ec-productRole .ec-productRole__btn button {
    padding: 0;
    border: 0;
    background: none;
    color: #fff;
}

.ec-productRole__profile .ec-blockBtn--cancel button {
    color: #f63622
}

@media (min-width: 768px) {
    .ec-productRole .ec-productRole__btn {
        width: auto;
        min-width: inherit;
    }
}

.ec-productRole__profile .ec-blockBtn--action {
    width: 210px;
}

.ec-productRole__profile .ec-blockBtn--cancel {
    font-size: 16px;
    color: #f63622;
    line-height: 1;
    width: 210px;
    padding: 1rem;
    transition: .2s ease all;
}

.ec-productRole__profile .ec-blockBtn--cancel:hover {
    color: #f63622;
    border-color: #e6e6e6;
    transition: .2s ease all;
}

.ec-productRole__profile .ec-blockBtn--cancel:focus,
.ec-productRole__profile .ec-blockBtn--cancel.focus {
    color: #f63622;
    transition: .2s ease all;
}

.ec-modal .ec-modal-wrap {
    border: none;
}

.ec-inlineBtn--action {
    background-color: #f63622;
    border-color: #f63622;
}

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

@media (min-width: 768px) {
    .ec-cartRole .ec-cartRole__cart {
        margin: 0;
    }

    .ec-cartRole .ec-cartRole__actions {
        width: 100%;
        max-width: 280px;
        margin-right: 0;
    }
}

.ec-rectHeading h1var extracted1=,
.ec-rectHeading h2,
.ec-rectHeading h3,
.ec-rectHeading h4,
.ec-rectHeading h5,
.ec-rectHeading h6 {
    font-weight: 400;
    border: 1px solid #e6e6e6;
    background-image: linear-gradient(0deg, #f6f6f6, #fff);
    box-shadow: inset 1px 1px 2px #fff, inset -1px -1px 2px #fff;
    padding: 10px;
    border-radius: 5px;
}

.ec-totalBox {
    border: 1px solid #e6e6e6;
    background-image: linear-gradient(0deg, #f6f6f6, #fff);
    box-shadow: inset 1px 1px 2px #fff, inset -1px -1px 2px #fff;
    padding: 15px;
    border-radius: 5px;
}

.ec-cartHeader .ec-cartHeader__label {
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-image: linear-gradient(0deg, #f6f6f6, #fff);
    padding: 10px 15px 10px;
    box-shadow: inset 1px 1px 2px #fff, inset -1px -1px 2px #fff;
}

.ec-cartHeader .ec-cartHeader__label:first-child {
    border-left: 1px solid #e6e6e6;
}

.ec-zipInput span {
    margin: 0;
}

.ec-orderPayment,
.ec-orderDelivery__edit {
    margin-bottom: 1rem;
}

.ec-blockBtn--cancel {
    font-size: 16px;
    color: #000;
    line-height: 1;
    height: auto;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    background-image: linear-gradient(0deg, #f6f6f6, #fff);
    box-shadow: inset 1px 1px 2px #fff, inset -1px -1px 2px #fff;
    border-radius: 5px;
}

.ec-blockBtn--cancel:hover {
    color: #000;
    border: 1px solid #e6e6e6;
}

.ec-blockBtn--cancel:focus,
.ec-blockBtn--cancel.focus {
    color: #000;
    border-color: #e6e6e6;
}

.ec-blockBtn--cancel:active {
    color: #000;
    border-color: #e6e6e6;
}

.ec-select .disabled {
    pointer-events: none;
}

.ec-orderDelivery .ec-orderDelivery__change {
    top: 5px;
}

.ec-blockBtn {
    line-height: 1;
    height: auto;
    padding: 1rem;
}

.form-area-detail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
}

.ec-productRole .ec-productRole__btn {}

.ec-productRole .ec-productRole__category a,
.ec-productRole .ec-productRole__category span {
    color: #00aeff;
}

.ec-sliderItemRole {
    padding-right: 8px;
    padding-left: 8px;
}

@media (max-width: 767px) {
    .ec-sliderItemRole {
        padding-right: 0;
        padding-left: 0;
    }
}

.ec-sliderItemRole .item_visual {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .ec-sliderItemRole .item_visual {
        margin-bottom: 12px;
    }

    .ec-productRole .ec-productRole__actions .ec-select select {
        max-width: inherit;
        min-width: inherit;
    }
}

.ec-sliderItemRole .item_nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px;
    margin-right: -8px;
}

@media (max-width: 767px) {
    .ec-sliderItemRole .item_nav {
        display: none;
    }
}

.ec-sliderItemRole .slideThumb {
    width: 25%;
    padding-right: 4px;
    padding-left: 4px;
    margin-bottom: 8px;
}

.ec-sliderItemRole .slideThumb img {
    width: 100%;
}

.ec-sliderItemRole .item_visual {
    overflow: hidden;
}

.ec-sliderItemRole .item_visual:focus,
.ec-sliderItemRole .item_visual .slick-track:focus,
.ec-sliderItemRole .item_visual .slick-slide:focus {
    outline: none;
}

.ec-sliderItemRole .item_visual .slick-slide {
    cursor: grab;
}

.ec-sliderItemRole .item_visual .slick-slide:active {
    cursor: grabbing;
}

.ec-sliderItemRole .item_visual .slick-dots {
    position: relative;
    bottom: 0;
    top: inherit;
    transform: none;
    max-width: 180px;
    margin: auto;
}

.ec-sliderItemRole .item_visual .slick-prev,
.ec-sliderItemRole .item_visual .slick-next {
    opacity: .8;
    transition: .5s ease all;
}

.ec-sliderItemRole .item_visual:hover .slick-prev,
.ec-sliderItemRole .item_visual:hover .slick-next {
    transition: .5s ease all;
}

.ec-sliderItemRole .item_visual .slick-prev {
    left: -50px;
}

.ec-sliderItemRole .item_visual .slick-next {
    right: -50px;
}

.ec-sliderItemRole .item_visual:hover .slick-prev {
    left: 0;
}

.ec-sliderItemRole .item_visual:hover .slick-next {
    right: 0;
}

.ec-checkProductRole {
    padding: 60px 0 0;
}

.ec-checkProductItemRole__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ec-checkProductRole__listItem {
    margin-bottom: 4%;
    width: 48%;
    height: auto;
}

.ec-checkProductRole__listItem:nth-child(odd) {
    margin-right: 4%;
}

.ec-checkProductRole__listItemTitle {
    color: #000;
    font-weight: 400;
}

.ec-checkProductRole {
    padding: 60px 0;
}

.ec-checkProductItemRole__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.ec-checkProductRole__listItem {
    margin-bottom: 15px;
    width: calc(100% / 4);
}

.ec-checkProductItemRole__price {
    font-size: 14px;
    color: #000;
}

.ec-shelfGrid a {
    color: #000;
}

.ec-shelfGrid a:hover {
    color: #000;
    text-decoration: underline;
}

.ec-shelfGrid .ec-shelfGrid__item-image {
    height: auto;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .ec-shelfGrid .ec-shelfGrid__item-image {
        height: auto;
    }

    .ec-shelfGrid .ec-shelfGrid__item {
        padding: 8px;
    }
}

.ec-newItemRole__listItemPrice {
    font-size: 14px;
}

.ec-progress .ec-progress__number {
    background-color: #f8c9c5;
    color: #000;
}

.ec-progress .ec-progress__label {
    color: #000;
}

.ec-progress .is-complete .ec-progress__number {
    background-color: #f63622;
    color: #fff;
}

.ec-progress .is-complete .ec-progress__label {
    color: #f63622;
}

.ec-progress .ec-progress__item:after {
    background-color: #f5e7e5;
}

.ec-alert-warning {
    background-color: #f63622;
}

.ec-link {
    color: #f63622;
}

.ec-favoriteRole .ec-favoriteRole__item-image {
    height: auto;
}

#stock_show_area {
    display: none;
    opacity: 0;
}

.ec-productRole__maker {
    padding-top: 0;
}

.ec-guest .ec-guest__actions a,
.ec-totalBox .ec-totalBox__btn a {
    color: #000;
}

#RelatedProduct-product_area {
    margin-top: 30px;
}

/* cart */
.ec-cartRole {
    margin-top: 30px;
}

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

@media (min-width: 768px) {
    .ec-searchnavRole .ec-searchnavRole__infos {
        border-top-style: dotted;
    }
}

.ec-registerRole__actions .ec-blockBtn--action,
.ec-registerRole__actions .ec-blockBtn--cancel {
    width: 210px;
    margin-right: auto;
    margin-left: auto;
}

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

/* contact */
.ec-input input,
.ec-halfInput input,
.ec-numberInput input,
.ec-zipInput input,
.ec-telInput input,
.ec-select input,
.ec-birth input {
    margin-top: 4px;
    margin-bottom: 4px;
}

form {
    width: 100%;
}

.ec-input .ec-errorMessage,
.ec-halfInput .ec-errorMessage,
.ec-numberInput .ec-errorMessage,
.ec-zipInput .ec-errorMessage,
.ec-telInput .ec-errorMessage,
.ec-select .ec-errorMessage,
.ec-birth .ec-errorMessage {
    width: auto;
    margin: 0;
}

.ec-layoutRole .ec-layoutRole__mainWithColumn dl dd .error {
    position: relative;
}

.ec-layoutRole .ec-layoutRole__mainWithColumn dl dd div:last-child {
    margin-bottom: 0;
}

/*
input[type=checkbox] {
vertical-align: middle;
margin: -4px 0.2rem 0 0;
}
*/
input[type=radio] {
    vertical-align: middle;
    margin: -4px 0.2rem 0 0;
}

input[type=radio] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #e5e5e5;
    background: #f9f9f9;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
}

input[type="radio"]:checked {
    background: #f63622;
    border-color: #b91100;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.ec-radio label {
    display: inline-block;
    cursor: pointer;
}

/* page-top */
#page_top {
    width: 52px;
    height: 52px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    opacity: 1;
    z-index: 10;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, .2);
    background-image: linear-gradient(0deg, #f61700, #e74535);
    border: 1px solid #b91100;
    box-shadow: inset 1px 1px 2px #fff, inset -1px -1px 2px #fff;
    border-radius: 5px;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a .hydrated {
    margin: auto;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.sf-display-none {
    display: none !important;
}

/* footer */
.ec-footerTitle .ec-footerTitle__copyright {
    padding-top: 10px;
}

.footer-textarea .item .bg-cont {
    background: #fff;
}

.footer-textarea .contact-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.row-contact-box .item-logo a {
    width: 180px;
    display: block;
}

.row-contact-box .item .tel {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 8px;
}

.row-contact-box .item .tel {
    display: inline-block;
}

.footer-textarea .metabox p {
    font-size: 14px;
}

.delivery-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.delivery-list .item {
    text-align: center;
    width: 75px;
    padding: 5px;
}

.delivery-list .item .image {
    width: 60px;
    margin: auto;
    margin-bottom: 5px;
}

.delivery-list .item .text {
    font-size: 12px;
}

@media (max-width: 767px) {
    .delivery-list .item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.ec-footerRole {
    overflow: hidden;
}

.ec-footerTitle {
    color: #000;
    background: #fff;
    position: relative;
}

.ec-footerTitle::before,
.ec-footerTitle::after {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.ec-footerTitle::before {
    right: -100%;
    left: 100%;
}

.ec-footerTitle::after {
    right: 100%;
    left: -100%;
}

.ec-footerRole {
    background: #f6f6f6;
    border-top: none;
}

.ec-footerNavi {
    color: #000;
}

.ec-footerRole .ec-footerRole__inner {
    padding-right: 8px;
    padding-left: 8px;
}

@media (max-width: 767px) {
    .ec-footerNavi .ec-footerNavi__link a {
        border-bottom: 1px dotted #d6d6d6;
    }

    .ec-footerTitle {
        padding: 0 0 30px 0;
    }
}

@media (min-width: 768px) {
    .ec-footerTitle {
        padding: 20px 0 40px;
    }

    .ec-footerRole .ec-footerRole__inner {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* calendar */
.calendar-bg {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 10px;
}

.calendar-bg .bg-area {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
}

.calendar-bg .bg-area .bg-cont {
    font-size: 16px;
    font-weight: normal;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.calendar-bg .bg-area .bg-frame {
    width: 20px;
    height: 20px;
}

.calendar-bg .bg-area.open .bg-cont {}

.calendar-bg .bg-area.open .bg-frame {
    background-color: #fff;
    border: 1px solid #ccc;
}

.calendar-bg .bg-area.close {
    opacity: 1;
}

.calendar-bg .bg-area.close .bg-frame {
    background-color: #ecc6c7;
    border: 1px solid #ccc;
}

@media (max-width: 767px) {
    .calendar-area {
        display: block;
    }
}

@media (min-width: 768px) {
    .calendar-area {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: flex-start;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .calendar-area>.box {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.apg_sc_table {
    font-size: 14px;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.5;
    width: 100%;
    margin-left: auto;
    margin-bottom: 20px;
    float: left;
}

.apg_sc_table th,
.apg_sc_table td {
    border: 1px solid #e6e6e6;
}

.apg_sc_table thead th {
    padding: 5px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
    background: #efefef;
}

.apg_sc_table td {
    padding: 5px;
    vertical-align: top;
    text-align: center;
    background-color: #fff;
}

.apg_sc_table .apg_sc_holiday {
    background: #ecc6c7;
}

.apg_sc_table .apg_sc_saturday {
    background: #bde2e8;
    background: #ecc6c7;
}

.apg_sc_table .apg_sc_sunday {
    background: #ecc6c7;
}

.apg_sc_table .apg_sc_non_day {
    background: none !important;
}

@media (max-width: 767px) {
    .apg_sc_table {
        float: none;
        margin-top: 20px;
    }
}


.ec-categoryNaviRole .ec-itemNav.category-list ul .parents.category-all {
    display: none;
}


.ec-categoryNaviRole .ec-itemNav.category-list ul .parents.category-9999 {
    border-top: 1px solid #d6d6d6;
}

.ec-headerCategoryArea .ec-itemNav ul .parents.category-all {
    display: none;
}