@charset "utf-8";

/*------------------------------------------*/
/* 商品一覧
/*------------------------------------------*/
.ec-searchnavRole {
    max-width: 100%;
    padding: 0;
}

.list .section-head {
    padding: 25px 0 100px;
}

.list .section-head .p-head {
    margin: 0 0 80px
}

.list .section-head .p-head a {
    display: block;
    background-color: #e28182;
    font-size: 14px;
    max-width: 170px;
    text-align: center;
    width: 100%;
    padding: 7.5px 15px;
    color: #fff;
    margin-left: auto;
    text-decoration: none;
}

.list .section-head h2 {
    margin: 0;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    margin: 0 0 40px;
}

.list .section-head .description dl dt {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500 !important;
    line-height: 2;
    letter-spacing: 1px;
    margin: 0 0 25px;
}

.list .section-head ul {
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
    width: auto;
    display: inline-block;
    font-size: 1.6rem;
}

.list .section-head ul li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 5px;
    text-align: left;
    width: auto;
}

.list .section-head ul li:before {
    position: absolute;
    content: "※";
    top: 2.5px;
    left: 7.5px;
    line-height: 1;
}

.list .section-head ul li:last-child {
    margin: 0;
}

.list .section-head dl {
    margin: 0;
}

.list .section-head dl dd {
    text-align: right;
}

.list .section-body {
    padding: 100px 0;
    background: #EFE8D7;
}

.list .section-body .listBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.list .section-body .listBox .box {
    margin: 0 5% 5% 0;
    width: 30%;
}

.list .section-body .listBox .box:nth-child(3n) {
    margin: 0 0 5% !important;
}

.list .section-body .listBox .box:nth-child(-n+3) {
    margin: 0 5% 0 0;
}

.list .section-body .listBox .box:last-child {
    margin: 0;
}

.list .section-body .listBox .box .image {
    margin: 0 0 25px;
    padding-bottom: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #FFFFFF;
}

.list .section-body .listBox .box .image img {
    top: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.list .section-body .listBox .box a:hover .image img {
    transform: scale(1.125, 1.125);
    transition: 0.25s all;
    opacity: 0.8;
}

.list .section-body .listBox .box .detail dl {
    margin: 0;
}

.list .section-body .listBox .box .detail dl dt {
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 1.8rem;
    text-align: left;
}

.list .section-body .listBox .box .detail dl dd {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: left;
    line-height: 1;
}

.list .section-body .listBox .box .detail dl dd span {
    font-size: 1.5rem;
    margin: 5px 0 0;
}

.list .section-foot {
    padding: 100px 0;
}

.list .section-foot ul {
    margin: 0 auto;
    max-width: 750px;
    font-size: 1.8rem;
    line-height: 2;
}

/*------------------------------------------*/
/* 商品詳細
/*------------------------------------------*/
.product .article-area {
    padding: 120px 0;
}

.product .article-area:last-child {
    margin: 0;
}

.product .article-body.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product .article-body.flex .image {
    width: 440px;
    z-index: 100;
}

.product .article-body.flex .image .item_nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.product .article-body.flex .image .item_nav .slideThumb {
    margin: 0 5% 0 0;
    width: 21.25%;
    padding-bottom: 21.25%;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #FFFFFF;
}

.product .article-body.flex .image .item_nav .slideThumb:last-child {
    margin: 0;
}

.product .article-body.flex .image .item_nav .slideThumb img {
    top: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.product .article-body.flex .detail {
    width: 100%;
    margin: 0 0 0 -440px;
    padding: 0 0 0 500px;
}

.product .article-body.flex .detail h2 {
    padding: 0;
    margin: 0;
    font-weight: 600;
}

.product .article-body.flex .detail .box {
    padding: 22.25px 15px;
    border-bottom: 0.5px solid #CCCCCC;
}

.product .article-body.flex .detail .box.ec-modal {
    padding: 0;
    border-bottom: none;
}

.product .article-body.flex .detail .box.ec-modal .ec-modal-overlay {
    background: rgba(255, 255, 255, 0.66);
}

.product .article-body.flex .detail .box dl {
    margin: 0;
}

.product .article-body.flex .detail .box ul:last-child {
    margin: 0;
}

.product .article-body.flex .detail .box.price {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product .article-body.flex .detail .box.price dl {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.product .article-body.flex .detail .box.price dl dt {
    width: 80px;
    font-size: 2rem;
}

.product .article-body.flex .detail .box.price dl dd {
    color: #FF0000;
    font-size: 3rem;
    font-weight: 500;
    width: 100%;
    margin: 0 0 0 -80px;
    padding: 0 0 0 95px;
}

.product .article-body.flex .detail .box.code dl {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.product .article-body.flex .detail .box.code dl dt {
    margin: 0 15px 0 0;
}

.product .article-body.flex .detail .box.code dl dd {
    font-weight: 400;
}

.product .article-body.flex .detail .box.category dl dt {
    margin: 0 0 15px;
}

.product .article-body.flex .detail .box.category dl dd {
    font-size: 1.5rem;
}

.product .article-body.flex .detail .box.category ul {
    margin: 0 0 5px;
}

.product .article-body.flex .detail .box.category ul li:last-child {
    margin: 0;
}

.product .article-body.flex .detail .box.desc {
    font-size: 1.6rem;
}

.product .article-body.flex .detail .box.cart {
    padding: 40px 15px;
    border-bottom: none;
}

.product .article-body.flex .detail .box.cart .ec-productRole__btn svg {
    width: 30px;
    height: auto;
    margin: 0 15px 0 0;
}

.product .article-body.flex .detail .box.cart .ec-productRole__btn .ec-blockBtn--action {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 600;
}

.product .article-body.flex .detail .box.cart dl {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 25px;
}

.product .article-body.flex .detail .box.cart dl dt {
    width: 70px;
}

.product .article-body.flex .detail .box.cart dl dd input[type='number'] {
    margin: 0;
}

input[type="number"] {
    -webkit-appearance: none;
    appearance: none ;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button !important;
    display: inline-block !important;
    opacity: 1 !important;
    position: relative;
    cursor: pointer;
    height: auto;
    width: auto;
}

/*---------- 商品売り切れ時 ----------*/
.list .section-body .listBox .box .image .sold-out-label {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 40%;
    width: 100%;
    height: auto;
}

.list .section-body .listBox .box .image .sold-out-label img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1590px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {

    /*------------------------------------------*/
    /* 商品一覧
    /*------------------------------------------*/
    .list .section-head {
        padding: 25px 0 80px;
    }

    .list .section-head .p-head {
        margin: 0 0 60px
    }

    .list .section-head h2 {
        font-size: 2.5rem;
    }

    .list .section-head .description dl dt {
        font-size: 1.75rem;
    }

    .list .section-body {
        padding: 80px 0;
    }

    .list .section-body .listBox .box .detail dl dt {
        font-size: 1.75rem;
    }

    .list .section-body .listBox .box .detail dl dd {
        font-size: 2rem;
    }

    .list .section-body .listBox .box .detail dl dd span {
        font-size: 1.45rem;
    }


    .list .section-foot {
        padding: 80px 0;
    }

    .list .section-foot ul {
        font-size: 1.75rem;
    }


    /*------------------------------------------*/
    /* 商品詳細
/*------------------------------------------*/
    .product .article-area {
        padding: 100px 0;
    }

    .product .article-body.flex .image {
        width: 45.643153526970956%;
        /*440px*/
    }


    .product .article-body.flex .detail {
        margin: 0 0 0 -45.643153526970956%;
        /*440px*/
        padding: 0 0 0 51.867219917012456%;
        /*500px*/
    }

    .product .article-body.flex .detail h2 {
        font-size: 2.5rem;
    }

    .product .article-body.flex .detail .box {
        padding: 20px 15px;
    }

    .product .article-body.flex .detail .box.price dl dt {
        width: 75px;
        font-size: 1.8rem;
    }

    .product .article-body.flex .detail .box.price dl dd {
        font-size: 2.5rem;
        margin: 0 0 0 -75px;
        padding: 0 0 0 90px;
    }

    .product .article-body.flex .detail .box.category dl dd {
        font-size: 1.45rem;
    }

    .product .article-body.flex .detail .box.desc {
        font-size: 1.55rem;
    }

    .product .article-body.flex .detail .box.cart {
        padding: 30px 15px;
    }

    .product .article-body.flex .detail .box.cart .ec-productRole__btn svg {
        width: 30px;
        margin: 0 15px 0 0;
    }

    .product .article-body.flex .detail .box.cart .ec-productRole__btn .ec-blockBtn--action {
        font-size: 1.75rem;
    }

    .product .article-body.flex .detail .box.cart dl dt {
        width: 55px;
    }


}

@media screen and (max-width: 1136px) {}

@media screen and (max-width: 1024px) {

    /*------------------------------------------*/
    /* 商品一覧
    /*------------------------------------------*/
    .list .section-head {
        padding: 25px 0 60px;
    }

    .list .section-head .p-head {
        margin: 0 0 50px
    }

    .list .section-head h2 {
        font-size: 2.25rem;
    }

    .list .section-head .description dl dt {
        font-size: 1.7rem;
    }

    .list .section-body {
        padding: 60px 0;
    }

    .list .section-body .listBox .box .detail dl dt {
        font-size: 1.7rem;
    }

    .list .section-body .listBox .box .detail dl dd {
        font-size: 1.8rem;
    }

    .list .section-body .listBox .box .detail dl dd span {
        font-size: 1.4rem;
    }

    .list .section-foot {
        padding: 60px 0;
    }

    .list .section-foot ul {
        font-size: 1.7rem;
    }

    /*------------------------------------------*/
    /* 商品詳細
/*------------------------------------------*/
    .product .article-area {
        padding: 80px 0;
    }

    .product .article-body.flex .detail h2 {
        font-size: 2.25rem;
    }

    .product .article-body.flex .detail .box {
        padding: 17.5px 15px;
    }

    .product .article-body.flex .detail .box.price dl dt {
        width: 70px;
        font-size: 1.75rem;
    }

    .product .article-body.flex .detail .box.price dl dd {
        font-size: 2.25rem;
        margin: 0 0 0 -70px;
        padding: 0 0 0 85px;
    }

    .product .article-body.flex .detail .box.category dl dd {
        font-size: 1.4rem;
    }

    .product .article-body.flex .detail .box.desc {
        font-size: 1.5rem;
    }

    .product .article-body.flex .detail .box.cart {
        padding: 25px 15px;
    }

    .product .article-body.flex .detail .box.cart .ec-productRole__btn svg {
        width: 30px;
        margin: 0 15px 0 0;
    }

    .product .article-body.flex .detail .box.cart .ec-productRole__btn .ec-blockBtn--action {
        font-size: 1.7rem;
    }

    .product .article-body.flex .detail .box.cart dl dt {
        width: 50px;
    }
}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 835px) {

    /*------------------------------------------*/
    /* 商品一覧
    /*------------------------------------------*/
    .list .section-head {
        padding: 25px 0 50px;
    }

    .list .section-head .p-head {
        margin: 0 0 40px
    }

    .list .section-head h2 {
        font-size: 2rem;
    }

    .list .section-head .description dl dt {
        font-size: 1.65rem;
    }

    .list .section-body {
        padding: 50px 0;
    }

    .list .section-body .listBox .box .detail dl dt {
        font-size: 1.65rem;
    }

    .list .section-body .listBox .box .detail dl dd {
        font-size: 1.75rem;
    }

    .list .section-body .listBox .box .detail dl dd span {
        font-size: 1.35rem;
    }

    .list .section-foot {
        padding: 50px 0;
    }

    .list .section-foot ul {
        font-size: 1.65rem;
    }

    /*------------------------------------------*/
    /* 商品詳細
/*------------------------------------------*/
    .product .article-area {
        padding: 60px 0;
    }

    .product .article-body.flex .image {
        width: 45.16129032258064%;
        /*350px*/
    }

    .product .article-body.flex .detail {
        margin: 0 0 0 -45.16129032258064%;
        /*350px*/
        padding: 0 0 0 51.61290322580645%;
        /*500px*/
    }

    .product .article-body.flex .detail h2 {
        font-size: 2rem;
    }

    .product .article-body.flex .detail .box {
        padding: 15px 10px;
    }

    .product .article-body.flex .detail .box.price dl dt {
        width: 70px;
        font-size: 1.7rem;
    }

    .product .article-body.flex .detail .box.price dl dd {
        font-size: 2rem;
        margin: 0 0 0 -70px;
        padding: 0 0 0 85px;
    }

    .product .article-body.flex .detail .box.price span {
        font-size: 1.3rem;
        letter-spacing: 0;
    }

    .product .article-body.flex .detail .box.category dl dd {
        font-size: 1.35rem;
    }

    .product .article-body.flex .detail .box.desc {
        font-size: 1.45rem;
    }

    .product .article-body.flex .detail .box.cart {
        padding: 20px 15px;
    }

    .product .article-body.flex .detail .box.cart .ec-productRole__btn svg {
        width: 30px;
        margin: 0 15px 0 0;
    }

    .product .article-body.flex .detail .box.cart .ec-productRole__btn .ec-blockBtn--action {
        font-size: 1.65rem;
    }

    .product .article-body.flex .detail .box.cart dl dt {
        width: 50px;
    }
}

@media screen and (max-width: 750px) {

    /*------------------------------------------*/
    /* 商品一覧
    /*------------------------------------------*/
    .list .section-head .description dl dt {
        font-size: 1.6rem;
        letter-spacing: 0;
        margin: 0 0 20px;
        line-height: 1.75;
    }


    .list .section-body .listBox .box {
        margin: 0 5% 5% 0 !important;
        width: 47.5%;
    }

    .list .section-body .listBox .box:nth-child(3n),
    .list .section-body .listBox .box:nth-child(-n+3) {
        margin: 0 5% 5% 0 !important;
    }

    .list .section-body .listBox .box:nth-child(2n) {
        margin: 0 0 5% !important;
    }

    .list .section-body .listBox .box:nth-last-child(-n+2) {
        margin: 0 5% 0 0 !important;
    }

    .list .section-body .listBox .box:last-child {
        margin: 0 !important;
    }

    .list .section-body .listBox .box .image {
        margin: 0 0 20px;
    }

    .list .section-body .listBox .box .detail dl dt {
        margin: 0 0 10px;
    }

    .list .section-body .listBox .box .detail dl dd span {
        font-size: 1.3rem;
    }

    .list .section-foot ul {
        font-size: 1.6rem;
        padding: 0 0 0 25px;
    }

    /*------------------------------------------*/
    /* 商品詳細
/*------------------------------------------*/
    .product .article-area {
        padding: 50px 0;
    }

    .product .article-body.flex .image {
        width: 40%;
        /*280px*/
    }

    .product .article-body.flex .detail {
        margin: 0 0 0 -40%;
        /*280px*/
        padding: 0 0 0 45.714285714285715%;
        /*320px*/
    }

    .product .article-body.flex .detail h2 {
        font-size: 1.8rem;
    }

    .product .article-body.flex .detail .box {
        padding: 15px 10px;
    }

    .product .article-body.flex .detail .box.price dl dt {
        width: 70px;
        font-size: 1.65rem;
    }

    .product .article-body.flex .detail .box.price dl dd {
        font-size: 1.8rem;
        margin: 0 0 0 -70px;
        padding: 0 0 0 85px;
    }

    .product .article-body.flex .detail .box.price span {
        font-size: 1.25rem;
        letter-spacing: 0;
    }

    .product .article-body.flex .detail .box.category dl dd {
        font-size: 1.3rem;
    }

    .product .article-body.flex .detail .box.desc {
        font-size: 1.4rem;
    }

    .product .article-body.flex .detail .box.cart {
        padding: 20px 15px;
    }

    .product .article-body.flex .detail .box.cart .ec-productRole__btn svg {
        width: 30px;
        margin: 0 15px 0 0;
    }

    .product .article-body.flex .detail .box.cart .ec-productRole__btn .ec-blockBtn--action {
        font-size: 1.65rem;
    }

    .product .article-body.flex .detail .box.cart dl dt {
        width: 50px;
    }
}

@media screen and (max-width: 640px) {

    /*------------------------------------------*/
    /* 商品一覧
    /*------------------------------------------*/
    .list .section-head .p-head a {
        padding: 2.5px 10px;
        max-width: 125px;
    }

    /*------------------------------------------*/
    /* 商品詳細
/*------------------------------------------*/
    .product .article-body.flex {
        flex-direction: column;
    }

    .product .article-body.flex .image {
        width: 100%;
        max-width: 480px;
        margin: 0 auto 30px;
    }

    .product .article-body.flex .image .slick-slider {
        margin-bottom: 15px;
    }

    .product .article-body.flex .detail {
        margin: 0;
        padding: 0;
    }

    .product .article-body.flex .detail h2 {
        font-size: 1.8rem;
    }

    .product .article-body.flex .detail .box {
        padding: 7.5px 10px;
    }

    .product .article-body.flex .detail .box.price dl dt {
        width: 60px;
        font-size: 1.5rem;
    }

    .product .article-body.flex .detail .box.price dl dd {
        font-size: 1.8rem;
        margin: 0 0 0 -60px;
        padding: 0 0 0 70px;
    }

    .product .article-body.flex .detail .box.price span {
        font-size: 1.2rem;
    }

    .product .article-body.flex .detail .box.category dl dt {
        margin: 0 0 10px;
    }

    .product .article-body.flex .detail .box.category dl dd {
        font-size: 1.25rem;
    }

    .product .article-body.flex .detail .box.category ul {
        margin: 0 0 5px;
        padding: 0 0 0 20px;
    }

    .product .article-body.flex .detail .box.desc {
        font-size: 1.3rem;
    }

    .product .article-body.flex .detail .box.cart {
        padding: 20px 15px;
    }

    .product .article-body.flex .detail .box.cart .ec-productRole__btn svg {
        width: 25px;
        margin: 0 10px 0 0;
    }

    .product .article-body.flex .detail .box.cart .ec-productRole__btn .ec-blockBtn--action {
        font-size: 1.6rem;
        height: 45px;
    }

    .product .article-body.flex .detail .box.cart dl dt {
        width: 40px;
    }
}

@media screen and (max-width: 480px) {

    /*------------------------------------------*/
    /* 商品一覧
    /*------------------------------------------*/
    .list .section-body .listBox .box {
        width: 100%;
        /*margin: 0 0 25px;*/
        margin: 0 0 35px;
    }

    .list .section-body .listBox .box:nth-child(3n),
    .list .section-body .listBox .box:nth-child(-n+3),
    .list .section-body .listBox .box:nth-child(2n),
    .list .section-body .listBox .box:nth-child(-n+2),
    .list .section-body .listBox .box:nth-last-child(-n+2) {
        margin: 0 0 25px !important;
    }

    .list .section-body .listBox .box:last-child {
        margin: 0 !important;
    }



    .list .section-body .listBox .box a {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        padding: 0 25px 0 0;
        position: relative;
        width: 100%;
    }

    .list .section-body .listBox .box a:before {
        line-height: 1 !important;
        content: '' !important;
        position: absolute !important;
        top: 50% !important;
        right: 5px;
        left: inherit !important;
        margin-top: -4px !important;
        width: 8px;
        height: 8px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(45deg);
    }

    .list .section-body .listBox .box .image {
        margin: 0;
        width: 100px;
        padding-bottom: 100px;
    }


    .list .section-body .listBox .box .detail {
        margin: 0 0 0 -100px;
        padding: 0 0 0 125px;
        width: 100%;
    }

    .list .section-body .listBox .box .detail dl dd {
        text-align: right;
    }
}

@media screen and (max-width: 350px) {}