@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@500&display=swap");

.sans {
    font-family: "Noto Sans JP", sans-serif;
}

.serif {
    font-family: "Noto Serif JP", serif;
}

/* base.css上書き */
html {
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
    letter-spacing: 1px;
    background-color: white;
}

.map:after {
    padding-top: 35%;
}

@media (max-width: 1024px) {
    html {
        font-size: 14px;
    }

    .map::after {
        padding-top: 45%;
    }
}

@media (max-width: 599px) {
    .map::after {
        padding-top: 90%;
    }
}

/* common */
.common-h1 {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
}

.logo {
    width: 210px;
    max-width: 90%;
}

.logo a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.logo a span {
    display: inline-block;
    margin: 5px;
}

.search-box {
    position: relative;
}

.search-box input {
    width: 100%;
    padding: 10px 40px 10px 10px;
    font-size: 16px !important;
    border: 1px solid #333;
    border-radius: 3px;
}

.search-box input::-webkit-input-placeholder {
    color: #dcdcdc;
}

.search-box input::-moz-placeholder {
    color: #dcdcdc;
}

.search-box input:-ms-input-placeholder {
    color: #dcdcdc;
}

.search-box input::-ms-input-placeholder {
    color: #dcdcdc;
}

.search-box input::placeholder {
    color: #dcdcdc;
}

.search-box button {
    width: 20px;
    height: 20px;
    margin: auto;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
}

.bd-left-gray {
    border-left: 1px solid #333;
}

.bd-left-white {
    border-left: 1px solid white;
}

.bd-bottom-gray {
    border-bottom: 1px solid #333;
}

.bd-bottom-01 {
    border-bottom: 1px solid #b69a75;
}

.bgc-01 {
    background-color: #b69a75;
}

.bgc-02 {
    background-color: #d7bb83;
}

.bgc-03 {
    background-color: #d58b4a;
}

.bgc-04 {
    background-color: #ccc;
}

.bgc-05 {
    background-color: #f5f5f5;
}

.bgc-06 {
    background-color: rgba(215, 187, 131, 0.4);
}

.bgc-07 {
    background-color: rgba(215, 187, 131, 0.2);
}

.all-white {
    color: white;
}

.noinner-right {
    width: 650px;
    max-width: 100%;
    margin-right: auto;
}

.scale-img a .img {
    overflow: hidden;
}

.scale-img a .img img {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.scale-img:hover a {
    opacity: 0.8;
}

.scale-img:hover a .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* fead */
.fead-cover {
    overflow: hidden;
    position: relative;
}

.fead-cover::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #b69a75;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}

.fead-cover.mv::before {
    width: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

@media (max-width: 1024px) {
    .bd-left-gray\@tb {
        border-left: 1px solid #333;
    }

    .bd-left-white\@tb {
        border-left: 1px solid white;
    }
}

@media (max-width: 599px) {
    .bd-left-gray\@sp {
        border-left: 1px solid #333;
    }

    .bd-left-white\@sp {
        border-left: 1px solid white;
    }
}

/* icon */
[class^="icon-"]::before {
    display: inline-block;
    font-weight: 900;
    line-height: 1;
}

[class^="icon-brands"]::before {
    font-family: "Font Awesome 5 Brands";
}

[class^="icon-free"]::before {
    font-family: "Font Awesome 5 Free";
}

.icon-brands-facebook::before {
    content: "\f082";
}

.icon-brands-instagram::before {
    content: "\f16d";
}

.icon-brands-line::before {
    content: "\f3c0";
}

.icon-free-map::before {
    content: "\f3c5";
}

.icon-free-cal::before {
    content: "\f073";
}

.icon-free-contact::before {
    content: "\f1d8";
}

.icon-free-cart::before {
    content: "\f07a";
}

/* parts */
.thumbs li:hover {
    cursor: pointer;
}

.thumbs li.active-img .img {
    outline: 3px solid #b69a75;
}

.intro {
    margin-left: -999rem;
    margin-right: -999rem;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 999rem;
    padding-right: 999rem;
    background-color: rgba(215, 187, 131, 0.2);
}

.box-01 .text {
    width: 90%;
    margin: 50px auto;
}

@media (max-width: 1024px) {
    .intro {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .box-01 .text {
        margin: 30px auto;
    }
}

/* table */
/* title */
.title-01 {
    margin-bottom: 50px;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    letter-spacing: 2px;
}

.title-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 50px;
    padding: 15px 5px;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    letter-spacing: 2px;
    border-bottom: 1px solid #333;
}

.title-02 span {
    display: inline-block;
}

.title-02 .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 50%;
    color: #b69a75;
}

.title-02 .sub::before {
    content: "";
    width: 50px;
    height: 1px;
    display: block;
    margin: 0 15px;
    background-color: #b69a75;
}

.title-03 {
    margin-bottom: 15px;
    padding: 2px 5px;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    letter-spacing: 2px;
    border-bottom: 1px solid #333;
}

.title-04 {
    margin-bottom: 30px;
    font-size: 20px;
}

.title-04::after {
    content: "";
    width: 100px;
    height: 2px;
    display: block;
    margin: 10px 0;
    background-color: #b69a75;
}

.title-05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.title-05 .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.title-05 .logo span {
    display: inline-block;
    margin: 5px;
}

.title-05::before,
.title-05::after {
    content: "";
    width: 10px;
    height: 1px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px;
    background-color: #b69a75;
}

.title-06 {
    margin-bottom: 50px;
    padding: 5px;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    position: relative;
}

.title-06::before,
.title-06::after {
    position: absolute;
    left: 0;
}

.title-06::before {
    content: "";
    width: 30%;
    height: 3px;
    display: block;
    background-color: #b69a75;
    bottom: -6px;
}

.title-06::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #b69a75;
    bottom: -3px;
}

@media (max-width: 1024px) {
    .title-01 {
        margin-bottom: 30px;
        font-size: 26px;
    }

    .title-02 {
        margin-bottom: 30px;
        padding: 10px 5px;
        font-size: 28px;
    }

    .title-02 .sub {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: 10px;
        margin-right: 2em;
    }

    .title-02 .sub::before {
        width: 40px;
        margin: 0 10px;
    }

    .title-06 {
        margin-bottom: 30px;
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .title-01 {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .title-02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
        font-size: 22px;
    }

    .title-02 .sub::before {
        width: 30px;
        margin: 0 5px;
    }

    .title-04 {
        font-size: 18px;
    }

    .title-06 {
        font-size: 20px;
    }
}

/* list */
.list-01 {
    padding: 30px 10px;
}

.list-01+.list-01 {
    border-top: 1px solid #d7bb83;
}

.list-01 dt {
    margin-bottom: 15px;
    padding-left: 10px;
    font-weight: bold;
    border-left: 5px solid #d7bb83;
}

.list-01 dd {
    padding-left: 1em;
}

.list-02 {
    padding: 30px 10px;
}

.list-02+.list-02 {
    border-top: 1px solid #ccc;
}

.list-02 dt {
    margin-bottom: 10px;
    font-weight: bold;
}

.list-02 dd {
    padding-left: 0.5em;
}

.list-03 {
    padding: 30px 10px;
}

.list-03+.list-03 {
    border-top: 1px solid #ccc;
}

.list-03 dt {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 120%;
}

.list-03 dd {
    padding-left: 1em;
    font-size: 90%;
}

.list-rule {
    padding-left: 1em;
}

.list-03 dd .list-rule {
    margin: 15px 0;
}

.list-rule li {
    padding-left: 1.5em;
    position: relative;
}

.list-rule li+li {
    margin-top: 7px;
}

.list-rule li .num {
    position: absolute !important;
    top: 0;
    left: 0;
}

.list-colorme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.list-colorme li a {
    display: inline-block;
    padding: 3px 15px;
    font-size: 14px;
}

.list-colorme li a .icon-free-cart {
    font-size: 200%;
}

.list-colorme-link li a {
    display: block;
    padding: 10px 10px 10px 40px;
    position: relative;
}

.list-colorme-link li a::before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 10px;
    left: 5px;
}

.list-colorme-link li.history a::before {
    background-image: url(/import/tenant_1/www.ecia-onlineshop.com/import/tenant_2/160.16.92.55/html/images/common/icon_002.png);
}

.list-colorme-link li.like a::before {
    background-image: url(/import/tenant_1/www.ecia-onlineshop.com/import/tenant_2/160.16.92.55/html/images/common/icon_003.png);
}

.list-colorme-link li.register a::before {
    background-image: url(/import/tenant_1/www.ecia-onlineshop.com/upload/tenant_2/6a5f951f4725c7c9c285f040b5af1f2e.png);
}

.list-colorme-link li.login a::before {
    background-image: url(/import/tenant_1/www.ecia-onlineshop.com/upload/tenant_2/ce7680c5f1361abf56347bc3d3bcf127.png);
}

.list-colorme-link li.cart a::before {
    background-image: url(/import/tenant_1/www.ecia-onlineshop.com/upload/tenant_2/bd598838b433045d53acd0d81fa8baba.png);
}

.list-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.list-progress li {
    width: calc(100% / 3 - (100px / 3));
    padding: 20px;
    text-align: center;
    border: 3px solid #d58b4a;
    background-color: white;
}

.list-progress li.now {
    color: white;
    background-color: #d58b4a;
}

.list-progress li+li {
    margin-left: 50px;
    position: relative;
}

.list-progress li+li::before {
    content: "\f054";
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: -25px;
    z-index: 1;
}

.list-progress li.now::before {
    color: #333;
}

.list-progress.-ver01 li {
    border: 3px solid #b69a75;
}

.list-progress.-ver01 li.now {
    color: white;
    background-color: #b69a75;
}

.list-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-table:nth-of-type(even) {
    background-color: rgba(215, 187, 131, 0.2);
}

.list-table dt,
.list-table dd {
    padding: 20px 10px;
}

.list-table dt {
    width: 20%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
}

.list-table dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 1024px) {
    .list-colorme li a {
        padding: 2px 10px;
    }

    .list-colorme li a .icon-free-cart {
        font-size: 180%;
    }

    .list-progress li {
        width: calc(100% / 3 - (60px / 3));
        padding: 20px 10px;
        font-size: 13px;
    }

    .list-progress li+li {
        margin-left: 30px;
    }

    .list-progress li+li::before {
        left: -15px;
    }
}

@media (max-width: 599px) {
    .list-colorme li a {
        padding: 2px 7px;
        font-size: 12px;
    }

    .list-colorme li a .icon-free-cart {
        font-size: 140%;
    }

    .list-progress li {
        width: 100%;
        padding: 10px;
    }

    .list-progress li+li {
        margin-top: 30px;
        margin-left: 0;
    }

    .list-progress li+li::before {
        content: "\f078";
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        top: -10px;
        left: 0;
        right: 0;
    }

    .list-table {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .list-table dt,
    .list-table dd {
        width: 100%;
    }

    .list-table dt {
        padding: 0.5em 0 0.5em 0.5em;
    }

    .list-table dd {
        padding: 0 0.5em 0.5em 0.5em;
        padding-left: 1.5em;
    }
}

/* button */
[class^="btn"] .btn-inner {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
    z-index: 1;
}

.btn-01 {
    width: 285px;
    max-width: 90%;
    margin-top: 50px;
    position: relative;
}

.btn-01::after {
    content: "";
    width: 60px;
    height: 2px;
    display: inline-block;
    margin: auto;
    background-color: #b69a75;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}

.btn-01 a,
.btn-01 button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
    color: #b69a75;
    text-align: center;
    border: 1px solid #b69a75;
    border-radius: 50px;
    background-color: white;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}

.btn-01 a::before,
.btn-01 button::before {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    background-color: #b69a75;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    position: absolute;
    top: 0;
    left: 0;
}

.btn-01 a:hover,
.btn-01 button:hover {
    opacity: 1;
}

.btn-01 a:hover .btn-inner,
.btn-01 button:hover .btn-inner {
    color: white;
}

.btn-01 a:hover::before,
.btn-01 button:hover::before {
    width: 100%;
}

.btn-01.-white::after {
    background-color: white;
}

.btn-01.-white a,
.btn-01.-white button {
    color: white;
    border: 1px solid white;
    background-color: transparent;
}

.btn-01.-white a::before,
.btn-01.-white button::before {
    background-color: white;
}

.btn-01.-white a:hover .btn-inner,
.btn-01.-white button:hover .btn-inner {
    color: #b69a75;
}

.btn-01.-back {
    margin-left: 30px;
}

.btn-01.-back::after {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    left: 0;
    right: auto;
}

.btn-01.-back a::before,
.btn-01.-back button::before {
    left: auto;
    right: 0;
}

.btn-02 a,
.btn-02 button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
    color: white;
    border: 1px solid #d58b4a;
    border-radius: 10px;
    background-color: #d58b4a;
    position: relative;
}

.btn-02 a::before,
.btn-02 button::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    margin: auto;
    border-radius: 10px;
    background-color: white;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.btn-02 a:hover,
.btn-02 button:hover {
    opacity: 1;
}

.btn-02 a:hover .btn-inner,
.btn-02 button:hover .btn-inner {
    color: #d58b4a;
}

.btn-02 a:hover::before,
.btn-02 button:hover::before {
    width: 100%;
    height: 100%;
}

.btn-03 {
    width: 200px;
}

.btn-03 a,
.btn-03 button {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
    color: white;
    text-align: center;
    border: 1px solid #b69a75;
    border-radius: 50px;
    background-color: #b69a75;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}

.btn-03 a::after,
.btn-03 button::after {
    content: "";
    width: 20px;
    height: 7px;
    display: inline-block;
    margin: auto;
    border-bottom: 1px solid white;
    position: absolute;
    top: 50%;
}

.btn-03 a:hover,
.btn-03 button:hover {
    color: #b69a75;
    background-color: white;
    opacity: 1;
}

.btn-03.-forward a,
.btn-03.-forward button {
    padding-right: 40px;
}

.btn-03.-forward a::after,
.btn-03.-forward button::after {
    border-right: 2px solid white;
    -webkit-transform: translate(0, -50%) skew(45deg);
    transform: translate(0, -50%) skew(45deg);
    right: 13px;
}

.btn-03.-forward a:hover::after,
.btn-03.-forward button:hover::after {
    border-bottom: 1px solid #b69a75;
    border-right: 2px solid #b69a75;
}

.btn-03.-back a,
.btn-03.-back button {
    padding-left: 40px;
}

.btn-03.-back a::after,
.btn-03.-back button::after {
    border-left: 2px solid white;
    -webkit-transform: translate(0, -50%) skew(-45deg);
    transform: translate(0, -50%) skew(-45deg);
    left: 13px;
}

.btn-03.-back a:hover::after,
.btn-03.-back button:hover::after {
    border-bottom: 1px solid #b69a75;
    border-left: 2px solid #b69a75;
}

.btn-03.-orange a,
.btn-03.-orange button {
    border: 1px solid #d58b4a;
    background-color: #d58b4a;
}

.btn-03.-orange a:hover,
.btn-03.-orange button:hover {
    color: #d58b4a;
    background-color: white;
}

.btn-03.-orange a:hover::after,
.btn-03.-orange button:hover::after {
    border-bottom: 1px solid #d58b4a;
}

.btn-03.-orange.-forward a:hover::after,
.btn-03.-orange.-forward button:hover::after {
    border-right: 2px solid #d58b4a;
}

.btn-03.-orange.-back a:hover::after,
.btn-03.-orange.-back button:hover::after {
    border-left: 2px solid #d58b4a;
}

@media (max-width: 1024px) {
    .btn-01 {
        width: 228px;
    }

    .btn-01::after {
        width: 48px;
        height: 1px;
    }

    .btn-01 a,
    .btn-01 button {
        padding: 8px;
        border-radius: 40px;
    }

    .btn-01.-back {
        margin-left: 24px;
    }

    .btn-02 a,
    .btn-02 button {
        padding: 10px;
        border-radius: 10px;
    }

    .btn-02 a::before,
    .btn-02 button::before {
        border-radius: 10px;
    }
}

/* header */
.header-cont {
    width: 100%;
    max-width: 1300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

.header-cont-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-cont-block.-include-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.header-cont-block .address {
    font-size: 12px;
}

@media (max-width: 1024px) {
    header {
        padding-bottom: 0 !important;
    }

    .header-cont {
        padding-right: 50px;
    }

    .header-cont-block.-include-search {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 599px) {
    .header-cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
    }

    .header-cont-block {
        width: 100%;
    }

    .header-cont-block.-include-logo {
        padding-right: 50px;
    }

    .header-cont-block.-include-search {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-cont-block.-include-search .search-box input {
        width: 180px;
    }
}

/* nav */
nav {
    width: 100%;
    background-color: #b69a75;
}

nav.fixed {
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.nav-list {
    width: 100%;
    max-width: 1300px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.nav-list li {
    width: calc(100% / 6);
}

.nav-list li+li {
    border-left: 1px solid white;
}

.nav-list li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    font-size: 14px;
    color: white;
    line-height: 1.3;
    text-align: center;
    background-color: #b69a75;
}

.nav-list li a:hover {
    background-color: #d7bb83;
    opacity: 1;
}

.nav-info-mobile {
    display: none;
}

@media (max-width: 1024px) {
    nav {
        width: 65%;
        height: 100vh;
        padding-bottom: 80px;
    }

    nav.fixed {
        -webkit-box-shadow: none;
        box-shadow: none;
        left: auto;
        z-index: 20;
    }

    .active nav.fixed {
        -webkit-box-shadow: -2px 0px 15px -5px #000;
        box-shadow: -2px 0px 15px -5px #000;
    }

    .nav-info-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        padding: 10px;
    }

    .nav-info-mobile .logo img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .nav-list {
        border-left: none;
        border-right: none;
    }

    .nav-list li {
        width: 100%;
    }

    .nav-list li+li {
        border-left: none;
    }

    .nav-list li a {
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
        padding: 10px;
        text-align: left;
    }

    .nav-list li a br {
        display: none;
    }
}

@media (max-width: 599px) {
    nav {
        width: 80%;
    }

    .nav-info-mobile .list-colorme li a {
        color: white;
    }
}

/* footer */
.footer-cont {
    background-color: #f5f5f5;
}

.footer-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-link-list li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 10px;
}

.footer-link-list.-ver02 li {
    width: calc((100% - 60px) / 3);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 5px 10px;
}

.footer-link-list li a {
    display: inline-block;
    padding: 5px;
}

.footer-link-list li a span {
    display: block;
}

.footer-link-list li a .main {
    font-family: "Noto Serif JP", serif;
    letter-spacing: 2px;
}

.footer-link-list li a .sub {
    font-size: 65%;
}

.copy {
    padding: 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    color: white;
    text-align: center;
    background-color: #b69a75;
}

@media (max-width: 1024px) {
    .footer-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer-link-list li,
    .footer-link-list.-ver02 li {
        width: 100%;
        margin: 5px 0;
    }

    .footer-link-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .footer-link-list li a .sub {
        margin-left: 10px;
    }

    .copy {
        font-size: 10px;
    }
}

/* hero section */
.slick-dots {
    width: 100%;
    max-width: 1300px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.slick-dots li+li {
    margin-left: 15px;
}

.slick-dots li button {
    width: 110px;
    height: 10px;
    text-indent: -999rem;
    border: none;
    border-radius: 2px;
    background-color: transparent;
    background-color: #ccc;
}

.slick-dots li.slick-active button {
    background-color: #b69a75;
}

.hero-section.-cmnlower {
    position: relative;
}

.hero-section.-cmnlower::before {
    content: "";
    width: 30%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(215, 187, 131, 0.4)), color-stop(50%, transparent));
    background: linear-gradient(to top right, rgba(215, 187, 131, 0.4) 50%, transparent 50%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-section-lower-cont {
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
}

.hero-section-lower-box {
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
}

.hero-section-lower-title {
    letter-spacing: 4px;
}

.hero-section-lower-title::first-letter {
    color: #b69a75;
}

.hero-section-lower-text {
    margin-top: 1em;
    margin-left: 1em;
    font-size: 60%;
}

.hero-section-lower-img {
    width: 100%;
    display: block;
    position: relative;
}

.hero-section-lower-img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: ";-o-object-fit: cover;object-fit: cover; -o-object-position: center center; object-position: center center;";
    position: absolute;
    top: 0;
    left: 0;
}

.hero-section-lower-img::after {
    content: "";
    display: block;
    padding-top: 30%;
}

@media (max-width: 1024px) {
    .slick-dots li+li {
        margin-left: 10px;
    }

    .slick-dots li button {
        width: 100px;
        height: 8px;
        border-radius: 1px;
    }

    .hero-section.-cmnlower::before {
        width: 40%;
    }

    .hero-section-lower-box {
        font-size: 29px;
    }

    .hero-section-lower-text {
        margin-top: 0.5em;
        font-size: 50%;
    }

    .hero-section-lower-img::after {
        padding-top: 40%;
    }
}

@media (max-width: 599px) {
    .slick-dots li button {
        width: 80px;
        height: 6px;
    }

    .hero-section.-cmnlower::before {
        width: 50%;
    }

    .hero-section-lower-img::after {
        padding-top: 50%;
    }
}

/* custom contents */
.date {
    color: #a9a9a9;
}

.category-split span {
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    color: white;
    border-radius: 3px;
    background-color: #b69a75;
}

.category-split span+span {
    margin-left: 5px;
}

.list-product[class*="-ranking_"] li .list-inner {
    position: relative;
}

.list-product[class*="-ranking_"] li .list-inner::before {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    counter-increment: number;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    color: white;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.list-product.-ranking_01 li .list-inner::before {
    content: "1";
    background-color: #d5b34a;
}

.list-product.-ranking_02 li .list-inner::before {
    content: "2";
    background-color: #9e9e9e;
}

.list-product.-ranking_03 li .list-inner::before {
    content: "3";
    background-color: #d58b4a;
}

.list-product.-ranking_04 li .list-inner::before {
    content: "4";
    background-color: #333;
}

.list-product.-ranking_05 li .list-inner::before {
    content: "5";
    background-color: #333;
}

.list-news li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-news li a .img {
    width: 30%;
}

.list-news li a .list-news-block {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px 10px;
}

.list-news li a .list-news-block .date {
    font-weight: bold;
}

.product-title {
    font-weight: bold;
}

.product-item {
    margin-top: 5px;
}

.product-price {
    margin-top: 15px;
    font-size: 14px;
}

.staff-list-edit {
  display: none;
}

.side-box-title {
    margin-bottom: 15px;
    padding: 10px 5px;
    font-family: "Noto Serif JP", serif;
    color: white;
    text-align: center;
    background-color: #b69a75;
}

.list-colorme-link li+li,
.side-box-list li+li {
    border-top: 1px solid #ccc;
}

.side-box-list li a {
    display: block;
    padding: 10px 20px 10px 10px;
    font-weight: bold;
    position: relative;
}

.side-box-list li a::after {
    content: "\f0da";
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 1;
}

.list-colorme-link li a:hover,
.side-box-list li a:hover {
    background-color: #f5f5f5;
    opacity: 1;
}

.side-box-list li .tag-img {
    width: 20px;
    width: 0;
    height: 20px;
    height: 0;
    display: block;
    visibility: hidden;
    margin-right: 10px;
}

.side-box-list-inner {
    padding-left: 1em;
}

.side-box-list-inner li+li {
    border-top: none;
}

.side-box-list-inner li a {
    padding: 9px 9px 9px 1.5em;
    padding-left: 1.5em;
    font-weight: normal;
    font-size: 90%;
    position: relative;
}

.side-box-list-inner li a::after {
    display: none;
    color: #a9a9a9;
    right: 5px;
}

.side-box-list-inner li a .branch {
    position: absolute;
    top: 10px;
    left: 0;
}

@media (max-width: 1024px) {
    .list-news li a .list-news-block .date {
        margin-bottom: 5px;
    }
}

@media (max-width: 599px) {
    .layout-basic a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .layout-basic a .img {
        width: 30%;
    }

    .layout-basic a .img+* {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 15px;
    }
}

/* cart */
.cart-btn .cartjs_product_img,
.cart-btn .cartjs_product_img+.cartjs_cart_in,
.cart-btn .cartjs_product_explain {
    display: none !important;
}

.cart-btn .cartjs_box .cartjs_product_table table {
    width: 100% !important;
}

.cart-btn .cartjs_box .cartjs_cart_in {
    text-align: left !important;
}

.cart-btn .cartjs_box .cartjs_cart_in input {
    border: 1px solid #b69a75 !important;
    background-color: #b69a75 !important;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.cart-btn .cartjs_box .cartjs_cart_in input:hover {
    color: #b69a75 !important;
    background-color: white !important;
}

.cartjs_sk_link_other {
    width: 100% !important;
}

/* スタッフおすすめコンテンツ */
.staff-shop,
.staff-position,
.staff-name {
    font-size: 18px;
    text-align: center;
}

.staff-shop {
    font-size: 18px;
}

.staff-name {
    font-weight: bold;
    font-size: 22px;
}

.staff-recommend-list li .element {
    margin-top: 10px;
}

.neumorphism {
    padding: 50px;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 40px -15px rgb(0 0 0 / 20%);
    box-shadow: 5px 5px 40px -15px rgb(0 0 0 / 20%);
}

.staff-recommend-detail-box .staff-shop {
    font-size: 24px;
}

.staff-recommend-detail-box .staff-position {
    font-size: 22px;
}

.staff-recommend-detail-box .staff-name {
    font-size: 34px;
}

.staff-instagram a {
    display: inline-block;
    padding: 10px 10px 10px 4em;
    position: relative;
}

.staff-instagram a::after {
    content: "\f16d";
    display: inline-block;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    font-size: 200%;
    color: #b69a75;
    line-height: 1;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    position: absolute;
    top: 5px;
    left: 0.5em;

    -webkit-text-fill-color: transparent;
}

staff-recommend-colorme-tag {
    margin-bottom: 10px;
}

.staff-recommend-colorme-tag form[name="product_form"]:before {
    content: "";
    display: block;
    clear: both;
}

.staff-recommend-colorme-tag form[name="product_form"]:after {
    content: "";
    display: block;
    clear: both;
}

.staff-recommend-colorme-tag .cartjs_product_img {
    width: 20% !important;
    float: left;
    overflow: hidden;
    margin: 0 5% 0 0 !important;
    border-radius: 10px !important;
}

.staff-recommend-colorme-tag .cartjs_product_img+.cartjs_cart_in {
    width: auto !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 !important;
    text-align: left !important;
}

.staff-recommend-colorme-tag .cartjs_product_explain {
    width: 100% !important;
    margin: 10px 0 !important;
    font-size: 12px !important;
}

.staff-recommend-colorme-tag .cartjs_product_table table {
    margin: 0 !important;
}

.staff-recommend-colorme-tag .cartjs_product_table table tr {
    display: block;
}

.staff-recommend-colorme-tag .cartjs_product_table table tr th,
.staff-recommend-colorme-tag .cartjs_product_table table tr td {
    font-size: 12px !important;
}

.staff-recommend-colorme-tag .cartjs_product_table table tr td {
    padding-left: 10px;
}

.staff-recommend-colorme-tag .cartjs_product_table table tr:nth-of-type(2) {
    display: none !important;
}

.staff-recommend-colorme-tag .cartjs_product_table+.cartjs_cart_in {
    text-align: left !important;
}

.staff-recommend-colorme-tag .cartjs_product_table+.cartjs_cart_in input {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 10px 50px;
    font-size: 14px !important;
}

.staff-recommend-colorme-tag .cartjs_sk_link_other {
    display: none !important;
}

.staff-comment {
    font-size: 14px;
}

@media (max-width: 1024px) {
    .neumorphism {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .staff-shop,
    .staff-position,
    .staff-name {
        font-size: 14px;
    }

    .staff-shop {
        font-size: 16px;
    }

    .staff-name {
        font-size: 20px;
    }

    .staff-recommend-detail-box .staff-shop {
        font-size: 18px;
    }

    .staff-recommend-detail-box .staff-position {
        font-size: 20px;
    }

    .staff-recommend-detail-box .staff-name {
        font-size: 28px;
    }

    .staff-recommend-colorme-tag .cartjs_product_img {
        width: 30% !important;
    }

    .staff-recommend-colorme-tag .cartjs_product_img+.cartjs_cart_in strong {
        font-size: 16px !important;
    }

    .staff-recommend-colorme-tag .cartjs_product_explain {
        font-size: 11px !important;
    }

    .staff-recommend-colorme-tag .cartjs_product_table+.cartjs_cart_in input {
        padding: 20px 40px !important;
    }
}

@media (max-width: 599px) {
    .neumorphism {
        padding: 30px 15px;
    }

    .staff-recommend-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .staff-recommend-list li a .img {
        width: 30%;
    }

    .staff-recommend-list li a .element {
        width: 70%;
        margin-top: 0;
        padding: 10px;
    }

    .staff-shop,
    .staff-position,
    .staff-name {
        font-size: 13px;
        text-align: left;
    }

    .staff-shop {
        font-size: 14px;
    }

    .staff-name {
        font-size: 18px;
    }

    .staff-recommend-colorme-tag .cartjs_product_img {
        width: 40% !important;
    }

    .staff-recommend-colorme-tag .cartjs_product_table table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .staff-recommend-colorme-tag .cartjs_product_table table tr th {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .staff-recommend-colorme-tag .cartjs_product_table table tr td {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .staff-recommend-colorme-tag .cartjs_product_table+.cartjs_cart_in {
        text-align: center !important;
    }
}

/* iframe */
.iframe-box {
    width: 100%;
    height: auto;
}

.iframe-box iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* form */
.form-02 .contact-item:nth-of-type(even) {
    background-color: #f5f5f5;
}

.form-02 .contact-item dt,
.form-02 .contact-item dd {
    font-size: 14px;
}

.form-02 .contact-item dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-02 .contact-item dt .must {
    margin-top: 5px;
    margin-left: 0;
}

.must.-orange {
    background-color: #d58b4a;
}

.contact-item .half-input input {
    width: 50%;
}

/* 見たまま編集 */
[data-element-id] .fead-cover::before {
    display: none;
}

[data-element-id] .intro {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
}

[data-element-id] .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    margin-top: 15px;
    padding-top: 30px;
    border: 3px solid green;
    position: relative;
}

[data-element-id] .slider::before {
    content: "スライダーです。画像の変更や数を増やすときは下の青い部分をダブルクリックしてください。横スクロールできます。";
    width: 100%;
    display: block;
    padding: 5px;
    font-size: 14px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

[data-element-id] .slider .slider-img {
    width: 60%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 10px;
    border: 1px solid #4682b4;
    position: relative;
}

[data-element-id] .slider .slider-img::before {
    content: "画像変更・増減の際はこちらをクリックしてください。";
    width: 100%;
    display: block;
    padding: 5px;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #4682b4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

[data-element-id][class*="-ranking_"] {
    width: 25%;
    margin: auto;
}

[data-element-id] .nav-info-mobile {
    max-width: 414px;
    /* display: block; */
    margin: 30px 0;
    padding-top: 60px;
    border: 3px solid green;
    position: relative;
}

[data-element-id] .nav-info-mobile::before {
    content: "スマホ、タブレットのナビの中に表示されます。パソコンでは非表示です。";
    width: 100%;
    display: block;
    padding: 5px;
    font-size: 14px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

[data-element-id] .space-v50>div[data-common-area]+.space {
    margin-top: 50px;
}

[data-element-id] .staff-list-edit {
  display: block;
}
