/********************************************
全体共通
********************************************/

body {
    font-family: '-apple-system', 'BlinkMacSystemFont', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "segoe ui", '游ゴシック  Medium', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-color: #fff;
    color: #222;
    line-height: 1.7;
}

section {
    padding: 15px 0;
}

a {
    color: #222;
    opacity: 1;
}

a:hover {
    text-decoration: none;
    color: #513c2d;
    opacity: 0.7;
    transition: 0.3s;
}

/***セレクトボタンのリセット***/

.container {
    max-width: 1000px;
}

@media (max-width: 767.98px) {
    .container {
        /*max-width: 720px;*/
    }
}

.overflow-hidden {
    overflow: hidden;
}

/**
 * 5カラム定義
 */
.col-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xl-15 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 576px) {
    .col-sm-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-md-offset-15 {
        margin-left: 4.3333333%;
    }
}

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

@media (min-width: 1200px) {
    .col-xl-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 4;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .card-columns {
        column-count: 4;
    }
}

.btn {
    border-radius: 0;
    white-space: normal;
}

.bg-orange {
    background-color: #e67e22;
}

.btn-green {
    background-color: #b3d465;
}

.btn-green:hover,
a.btn-green:hover {
    background-color: #537a63;
    color: #fff !important;
}

.text-green {
    color: #b3d465;
}

.fsizeSS {
    font-size: 11px;
}

.fsizeS {
    font-size: 14px;
}

.fsizeM {
    font-size: 16px;
}

.fsizeL {
    font-size: 18px;
}

.fsizeLL {
    font-size: 22px;
}

.fsize3L {
    font-size: 24px;
}

@media (max-width: 767.98px) {
    h3 {
        border-left: 3px #513c2d solid;
        padding-left: 10px;
        padding-top: 5px;
        font-weight: bold;
    }

    .bg-light {
        background-color: #f1f2f6 !important;
    }
}

.form-control {
    border-radius: 0;
}

.badge-icon {
    content: '';
    width: 45px;
    height: 45px;
    display: inline-block;
}

.badge-tag1 {
    background: url(../img/product/icon-1.png) no-repeat center;
    background-size: contain;
}

.badge-tag2 {
    background: url(../img/product/icon-2.png) no-repeat center;
    background-size: contain;
}

.badge-tag3 {
    background: url(../img/product/icon-3.png) no-repeat center;
    background-size: contain;
}

.badge-tag4 {
    background: url(../img/product/icon-4.png) no-repeat center;
    background-size: contain;
}

.badge-tag5 {
    background: url(../img/product/icon-5.png) no-repeat center;
    background-size: contain;
}

.badge-tag6 {
    background: url(../img/product/icon-6.png) no-repeat center;
    background-size: contain;
}

.badge-tag7 {
    background: url(../img/product/icon-7.png) no-repeat center;
    background-size: contain;
}

.badge-tag8 {
    background: url(../img/product/icon-8.png) no-repeat center;
    background-size: contain;
}

.badge-tag9 {
    background: url(../img/product/icon-9.png) no-repeat center;
    background-size: contain;
}

.badge-tag10 {
    background: url(../img/product/icon-10.png) no-repeat center;
    background-size: contain;
}

.badge-tag11 {
    background: url(../img/product/icon-11.png) no-repeat center;
    background-size: contain;
}

.badge-tag12 {
    background: url(../img/product/icon-12.png) no-repeat center;
    background-size: contain;
}

.badge-tag13 {
    background: url(../img/product/icon-13.png) no-repeat center;
    background-size: contain;
}

.badge-tag14 {
    background: url(../img/product/icon-14.png) no-repeat center;
    background-size: contain;
}

.badge-tag15 {
    background: url(../img/product/icon-15.png) no-repeat center;
    background-size: contain;
}

.badge-tag16 {
    background: url(../img/product/icon-16.png) no-repeat center;
    background-size: contain;
}

.badge-tag17 {
    background: url(../img/product/icon-17.png) no-repeat center;
    background-size: contain;
}

.badge-tag18 {
    background: url(../img/product/icon-18.png) no-repeat center;
    background-size: contain;
}

@media (max-width: 767.98px) {

    .fsizeS {
        font-size: 11px;
    }

    .fsizeM {
        font-size: 14px;
    }

    .fsizeL {
        font-size: 16px;
    }

    .fsizeLL {
        font-size: 20px;
    }

    .fsize3L {
        font-size: 22px;
    }

    button {
        width: 100% !important;
    }

}

#scrollUp {
    bottom: 20px;
    right: 20px;
    background-color: #555;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    opacity: .9;
    padding: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
    -webkit-backface-visibility: hidden;
}

#scrollUp:hover {
    background-color: #000;
}

.page-title {
    text-align: center;
    padding: 10px;
}

.page-heading {
    position: relative;
    margin-bottom: 2rem;
    line-height: 2.5rem;
}

.page-heading:after {
    content: "";
    display: block;
    height: 3px;

    background: -moz-linear-gradient(to right, rgb(81, 60, 46), transparent);
    background: -webkit-linear-gradient(to right, rgb(81, 60, 46), transparent);
    background: linear-gradient(to right, rgb(81, 60, 46), transparent);
}

.sub-header {
    padding: 10px;
    margin-bottom: 10px;
    background: #84949b;
    color: #fff;
}

/********************************************
フォーム
********************************************/

.error-message {
    color: #ff0000;
    width: 100%;
    font-size: 1rem;
}

form label span.required {
    display: block;
    position: absolute;
    /*top: 50%;*/
    top: 20px;
    right: 17px;
    width: 3em;
    line-height: 19px;
    margin-top: -9px;
    padding: 1px;
    background: #DE0903;
    color: #ffffff;
    border-radius: 2px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

form input,
form select {
    margin-bottom: 10px;
}

form .form-inline input:last-child {
    margin-left: 20px;
}

@media (max-width: 767.98px) {
    form .form-inline input:last-child {
        margin-left: inherit;
    }
}

select.form-control {
    width: auto;
    display: inline;
}

form .form-group {
    margin: 10px 0;
}

form input[id$="_zip_zip01"] {
    width: 80px !important;
}

form input[id$="_zip_zip02"] {
    width: 100px !important;
}

form input[id$="_job_comment"] {
    width: 150px !important;
    display: inline !important;
}

.form-text {
    margin-top: -10px;
}

form input[id$="_tel_tel01"],
form input[id$="_tel_tel02"],
form input[id$="_tel_tel03"],
form input[id$="_fax_fax01"],
form input[id$="_fax_fax02"],
form input[id$="_fax_fax03"],
form input[id$="_apply_tel_apply_tel01"],
form input[id$="_apply_tel_apply_tel02"],
form input[id$="_apply_tel_apply_tel03"],
form input[id$="_apply_fax_apply_fax01"],
form input[id$="_apply_fax_apply_fax02"],
form input[id$="_apply_fax_apply_fax03"] {
    width: 80px !important;
}

.btn-box {
    margin: 20px 0;
}

.btn-box p {
    display: inline-block;
}

/********************************************
パンくず
********************************************/

#topicpath {
    font-size: 12px;
    padding-top: 15px;
    background-color: #fff;
}

#topicpath ul .list-inline-item {
    margin-right: 0;
}

#topicpath a {
    display: inline;
    text-decoration: underline;
}

/********************************************
header nav
********************************************/

header {
    position: fixed;
    width: 100%;
    background-color: #fcfcfc;
    z-index: 9999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .container-fluid {
}

header .searchform {
    margin-top: 1.5rem;
}

/**
 * 追従ヘッダ
 */
header.fix {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background: #fafafa;
    z-index: 10;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

header .logo img,
header .corporate-logo img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    will-change: transform;
}

header #header-subtitle {
    webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    will-change: transform;
}

header .fixnav,
header .searchform,
header #header-menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    will-change: transform;
}

header #header-menu {
    font-size: 16px;
}

header.fix .logo img,
header.fix .corporate-logo img {
    width: 80%;
}

header.fix .searchform {
    margin-top: .5rem;
}

header.fix .fixnav {
    font-size: 12px;
}

header.fix #header-menu {
    font-size: 15px;
    margin-top: -20px;
}

header.fix #header-subtitle {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    will-change: transform;
}

#header-menu > ul > li a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}

#header-name {
    position: absolute;
    top: 5px;
    left: 250px;
    font-weight: bold;
}

@media (max-width: 767.98px) {
    header .logo {
        text-align: center;
    }

    header .logo img {
        width: 40%;
        text-align: center;
    }

    header.fix {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }

    header.fix .logo img {
        display: none;
    }

    #header-name {
        position: inherit;
        padding: 5px;
        top: inherit;
        left: inherit;
        background-color: #f1f2f6;
        width: 100%;
    }

    /***独自ハンバーガー***/
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 23px;
        height: 20px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #bbb;
        border-radius: 4px;
    }

    .menu-trigger p {
        font-size: 11px;
        margin-top: 25px;
        margin-left: -5px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 9px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }

    nav {
        display: none;
    }

    form.sp-searchform {
        display: none;
    }

    nav li {
        width: 100%;
        border-bottom: 1px solid #dee2e6;
    }

    nav li a {
        text-align: center;
        font-size: 15px;
    }

    nav li.border-left {
        border-left: none !important;
    }

    nav li.border-right {
        border-right: none !important;
    }

    nav ul.dropdown-menu {
        border-radius: 0;
    }

    nav ul.dropdown-menu li a {
        padding: 8px 0 5px;
    }

    nav ul.dropdown-menu.show {
        position: relative !important;
        transform: translate3d(0px, 0px, 0px) !important;
        width: 100%;
    }

    button.dropdown-toggle {
        font-size: 15px;
        border-bottom: 1px solid #eee;
        width: 100%;
        display: block;
        padding: .5rem 1rem;
    }

    .dropdown {
        width: 100%;

    }

    .dropdown .dropdown-menu {
        border: none;
        margin: 0;
        padding: 0;
    }

    .dropdown .dropdown-menu li {
        width: 50%;
        float: left;
        padding: 4px 0;
    }

    .dropdown .dropdown-menu li:nth-child(2n) {
        border-left: 1px solid #eee;

    }

}

/********************************************
メガメニュー
********************************************/
.dropdown-menu {
    display: block !important;
    background: #222;
    width: 650px;
    position: absolute;
    top: 100% !important;
    margin: 0;
    padding: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    will-change: transform;
    z-index: -1;
    opacity: 0;
    left: 0 !important;
    transform: translate3d(0, 0, 0) scaleY(0) !important;
}

.dropdown-menu *,
.dropdown-menu *:hover {
    color: #FFFFFF;
    font-weight: normal;
}

.dropdown-toggle-inner.dropdown-toggle::after {
    display: none;
}

.dropdown-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px;
}

.dropdown-menu p {
    margin: 0 0 5px;
    font-size: 15px;
}

.dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown-menu li {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.dropdown-menu li a {
    display: block;
    padding: 12px 3px 3px;
    border-bottom: 1px solid #FFFFFF;
}

header .border-dark .nav-link:hover,
header .dropdown.show button.bg-white {
    background: #000 !important;
    color: #FFFFFF !important;
}

header .border-dark .nav-link:hover,
a.dropdown-toggle:hover {
    opacity: 1;
}

.dropdown-toggle.show {
    background: #000 !important;
    color: #FFFFFF !important;
}

.dropdown-menu.show {
    /*top: 122px !important;*/
    z-index: 10000;
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleY(1) !important;
}

/********************************************

カルーセル mv

********************************************/
#mv {

}

.carousel {
    clear: both;
}

@media (max-width: 767.98px) {

    .carousel-indicators {
        bottom: -10px;
    }
}

/********************************************

フッター

********************************************/

footer {
    padding: 50px 30px;
    color: #fff;
    background-color: #343a40;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #eee;
}

.corporate-name {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

footer ul.nav {
    font-size: .8rem;
}

@media (max-width: 767.98px) {

    footer ul.nav {
        font-size: 1rem;
    }

    footer table {
        width: 100%;
    }

    footer .nav-item {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #eee;
    }

    footer .nav-item:last-child {
        border-bottom: none;
    }

    footer .border-left {
        border-left: none !important;
    }

    footer .fsizeSS {
        font-size: 13px;
    }
}

/********************************************

トップ その他

********************************************/

/***スライダ-***/
.swiper-slide {
    cursor: pointer;
}

.sample03 .swiper-button-prev,
.sample03 .swiper-button-next {
    display: none;
}

@media (max-width: 767.98px) {
    .sample03 .swiper-button-prev,
    .sample03 .swiper-button-next {
        display: block;
        border-color: #000;
    }

    #new_product .col-md-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 767.98px) {
    /***ボタン二つ***/
    .main_btn li:first-child {
        padding-right: 4px;
    }

    .main_btn li:last-child {
        padding-left: 4px;
    }

    .main_btn li img {
        height: 150px;
        object-fit: cover;
    }
}

/***お問い合わせ***/
.contact li {
    font-size: 50px;
}

.contact li:first-child {
    margin-bottom: -10px;
}

.contact li i {
    font-size: 42px;
}

@media (max-width: 767.98px) {

    .contact {
        background-color: #f7f1e3;
        padding-top: 20px;
    }

    .contact li {
        font-size: 40px;
    }

    .contact li:first-child {
    }

    .contact li i {
        font-size: 32px;
    }

    .contact dl {
    }

    .contact .fsizeS {
        font-size: 14px;
    }

}

@media (max-width: 400px) {

    .contact li {
        font-size: 10vw;
    }

    .contact li i {
        font-size: 8vw;
    }

}

.info tr {
    border-bottom: 1px dotted #555;
    padding-bottom: 8px;

}

/***楽天***/
.rakuten {
    width: 90%;
    max-width: 500px;
}

/********************************************
新着情報
********************************************/
#news {
    background-color: #efefef;
}

/********************************************

会社案内

********************************************/

#page_help_about .figure img,
#page_user_data .figure img {
    width: 240px;
    height: 180px;
}

@media (max-width: 767.98px) {
    #page_help_about .figure img,
    #page_user_data .figure img {
        width: 100%;
        height: auto;
    }
}

.map {
    position: relative;
    width: 100%;
    height: 350px;
    /*padding-top:75%;*/
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/********************************************

オオムラの活用について

********************************************/

#use {
    background: url("../img/help/use.jpg") no-repeat 50% 50%;
    background-size: cover;
    height: 400px;
}

#use .use-position {
    border: 1px solid #fff;
    width: 280px;
    padding: 30px;
    text-align: left;
    margin-bottom: 20px;
}

#use .use-position .col-2 {
    padding: 15px;
}

@media (max-width: 767.98px) {
    #use .use-position {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    #use {
        height: 750px;
    }
}

/********************************************
よくあるご質問について
********************************************/
#faq div.col-12 {
    margin-bottom: 25px;
}

/********************************************
商品一覧
********************************************/

#page_product_list form input,
#page_product_list form select {
    margin-bottom: 2px;
}

.category-image {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.product-image {
    /*width: auto;*/
    /*max-width: 100%;*/
    /*height: 150px;*/
    max-height: 150px;
    height: 150px;
    text-align: center;
}

.product-image img {
    width: auto;
    max-width: 100%;
    /*width:100%;*/
    /*height: 150px;*/
    max-height: 100%;
}

.product-code {
    font-size: 14px;
}

.product-name {
    font-weight: 700;
    font-size: 15px;
}

.product-dimension {
    font-size: 12px;
}

.product-unit {
    font-size: 15px
}

.sale_price {
    font-size: 14px;
}

#list-sidebar {
    font-size: .9rem;
}

#category i {
    cursor: pointer;
}

/*#color-area input[type="checkbox"] {*/
/*position: absolute;*/
/*top: 7px;*/
/*left: 4px;*/
/*opacity: 1;*/
/*margin: 0;;*/
/*padding: 0;;*/
/*background: none;;*/
/*border: none;;*/
/*border-radius: 0;;*/
/*outline: none;;*/
/*-webkit-appearance: none;;*/
/*-moz-appearance: none;;*/
/*appearance: none;*/
/*}*/

.color-item div.checkbox {
    display: inline;
}

.color-item .color-circle::before {
    z-index: 0;
    background-color: transparent;
    width: 22px;
    height: 22px;
    border-radius: 5px;
}

.color-item .color-circle::after {
    z-index: 1;
    margin: 5px 8px;
    width: 6px;
    height: 9px;
}

.color-item .color-circle {
    float: right;
    margin-right: 12px;
}

/*.color-item .color-circle.checked::before,*/
/*.color-item .color-circle.checked::after {*/
/*position: absolute;*/
/*top: 3px;*/
/*left: 0;*/
/*display: inline-block;*/
/*content: '';*/
/*box-sizing: border-box;*/
/*}*/

/*.color-item .color-circle.checked::after {*/
/*border: 3px solid #fff;*/
/*border-width: 0 3px 3px 0;*/
/*-webkit-transform: rotate(45deg);*/
/*-ms-transform: rotate(45deg);*/
/*transform: rotate(45deg);*/
/*}*/

/*.color-item .color-circle.color-1.checked::after,*/
/*.color-item .color-circle.color-5.checked::after,*/
/*.color-item .color-circle.color-7.checked::after {*/
/*border: 3px solid #000;*/
/*border-width: 0 3px 3px 0;*/
/*-webkit-transform: rotate(45deg);*/
/*-ms-transform: rotate(45deg);*/
/*transform: rotate(45deg);*/
/*}*/

.color-item {
    cursor: pointer;
    margin-bottom: 5px;
}

.product_page #sort {
    font-size: 1.1rem;
}

ul.tab-menu li a i {
    color: #e1e0e0;
    font-size: 24px;
}

ul.tab-menu li a.active i {
    color: #333333;
}

@media (max-width: 767.98px) {
    #list-sidebar {
        position: fixed;
        height: 1px;
        bottom: 0;
        overflow: hidden;
        margin: 20px;
        width: auto;
        float: none;
    }

    #sp_listsearch_wrap {
        position: fixed;
        background: rgba(255, 255, 255, .7);
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        padding: 10px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    #sp_listsearch {
        margin: 0;
        display: block;
        cursor: pointer;
        padding: 10px;
    }

    #list-sidebar .btn-close {
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
        padding: 10px;
        border-radius: 0;
    }

    #list-sidebar {
        width: 100%;
        height: auto;
        transition: 0.5s all ease;
        transform: translateY(100%);
        margin: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #list-sidebar.active {
        position: fixed;
        transform: translateY(0%);
        background: #fff;
        padding: 10px;
        overflow-y: scroll;
        width: 100%;
        z-index: 999999;
    }
}

/********************************************
商品詳細
********************************************/
#product .product-code {
    font-size: 1.2rem;
}

.product-description a {
    color: #1d58e0;
}

/********************************************
マニュアルダウンロード
********************************************/
#manualdownload .card-title {
    height: 50px;
    font-size: 18px;
}

#manualdownload .card-text {
    font-size: 14px;
    height: 70px;
}

@media (max-width: 960px) {
    #manualdownload .card-title {
        height: 65px;
    }

    #manualdownload .card-text {
        height: 80px;
    }
}

@media (max-width: 767.98px) {
    #manualdownload .card-title {
        height: 85px;
    }

    #manualdownload .card-text {
        height: 120px;
    }
}

/********************************************
購入ステップ
********************************************/

.ec-progress {
    margin: 0 auto;
    padding: 8px 0 16px;
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 600px;
    list-style: none
}

.ec-progress .ec-progress__item {
    display: table-cell;
    position: relative;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    z-index: 9;
}

.ec-progress .ec-progress__item:after {
    content: '';
    position: absolute;
    display: block;
    background: #626A72;
    width: 100%;
    height: .25em;
    top: 1.25em;
    left: 50%;
    margin-left: 1.5em \9;
    z-index: -1
}

.ec-progress .ec-progress__item:last-child:after {
    display: none
}

.ec-progress .ec-progress__number {
    line-height: 42px;
    width: 42px;
    height: 42px;
    font-size: 20px;
    background: #626A72;
    color: #fff;
    top: 0;
    left: 18px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%
}

.ec-progress .ec-progress__label {
    font-size: 12px
}

.ec-progress .is-complete .ec-progress__number {
    background: #a4bbbf
}

.ec-progress .is-complete .ec-progress__label {
    color: #93b0ce
}

#cart table.total {
    width: 30%;
    float: right;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

/********************************************
カート
********************************************/

/********************************************
マイページ
********************************************/
.ec-navlist {
    margin: 30px 0;
    border-color: #D0D0D0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    list-style: none;
    display: flex;
    padding: 0;
    font-size: 1rem;
}

.ec-navlist a {
    color: inherit;
    text-decoration: none;
}

.ec-navlist a:hover {
    text-decoration: none;
    background-color: #eee;
}

.ec-navlist .ec-navlist__item {
    width: 50%;
    border-color: #D0D0D0;
    border-style: solid;
    border-width: 0 1px 1px 0;
    text-align: center;
    font-weight: bold;
}

.ec-navlist .ec-navlist__item a {
    padding: 16px;
    width: 100%;
    display: inline-block;
}

.ec-navlist .active a {
    color: #333;
    background-color: #e6e9f3;
}

.table-history {
    border-bottom: 1px dotted #ccc;
}

.table-history h4,
.table-history p {
    margin-bottom: 10px;
}

.table-history th,
.table-history td {
    font-size: 14px;
}

.table-history th {
    text-align: center;
}

.table-history img {
    max-width: 200px;
    float: left;
    margin-right: 10px;
}

.table-history .product-name {
    font-size: 16px;
    font-weight: bold;
}

#favorite table td {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
}

#favorite table .product-image {
    width: 200px;
    max-height: 180px;
}

#privacy .message {
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .ec-navlist {
        flex-wrap: wrap;
    }

    .ec-navlist .ec-navlist__item {
        width: 50%;
    }

    .ec-navlist .ec-navlist__item a {
        font-size: 13px;
        padding: 7px;
    }

    .table-history img {
        max-width: 100%;
    }

    #favorite table td {
        width: 50%;
    }

    #favorite table .product-image {
        width: 100%;
    }

    #table-horizontal table th,
    #table-horizontal table td {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #table-horizontal table th {
        background: #f5f5f5;
    }

    #table-horizontal table td input[type=text],
    #table-horizontal table td input[type=mail],
    #table-horizontal table td input[type=tel] {
        width: 85%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #table-horizontal input[type=submit] {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

/********************************************
pagination
********************************************/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}

.pagination > li {
    display: inline;
}

.pagination > li > span,
.pagination > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin: 0 5px;
    line-height: 1.42857143;
    color: #3f3f3f;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > span {
    border: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
}

.pagination > li > a:hover,
    /*.pagination > li > span:hover,*/
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #3f3f3f;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #3f3f3f;
    border-color: #3f3f3f;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    .pagination > li > a {
        font-size: 13px;
        padding: 0 4px;
        margin: 0;
        border: none;
    }

    .pagination > li > span {
        display: none;
    }
}

/********************************************
ギャラリーページング
********************************************/
.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 30px auto;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }
    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

.page-load-status {
    display: none;
    padding-top: 20px;
    text-align: center;
    color: #777;
}

/* --------------------------------
    display mask
-------------------------------- */
.prevention-masked {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3040;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}
