/* Common CSS */
.addFav__btn{
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
}

.list-banner{
    margin-top: 17px;
    margin-bottom: 40px;
	text-align: center;
}

.list-banner li:nth-child(1){
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 19px;
}

.list-banner li:nth-child(2){
    width: 100%;
    max-width: 1200px;
    background-image: url("../Contents/ImagesPkg/product/bg-list-banner.jpg");
    background-repeat: repeat;
    background-size: contain;
}

.list-banner li .list-banner-flex{
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.list-banner li .list-banner-flex p{
    font-size: 30px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 2.25px;
    text-align: center;
    color: #603d21;
}

.list-banner li .list-banner-flex img{
    width: 70px;
}
.list-banner-cate{
    margin-top: 17px;
    margin-bottom: 40px;
}
.list-banner-cate li{
    width: 100%;
    margin: 0 auto;
}
.list-banner-cate li img{
    width: 100%;
}
.category-group{
    margin-bottom: 30px;
}

.category-group__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.category-group .category-group__list{
    border-radius: 5px;
    border: solid 1px #603d21;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-align: center;
    color: #603d21;
}
.category-group .category-group__list a{
    padding: 10px;
}

.category-group .category-group__list{
    margin-right: 10px;
	margin-bottom: 10px;
}

/*.category-group .category-group__list:not(:last-child){
    margin-right: 10px;
	margin-bottom: 10px;
}*/

.show-more{
    display: none;
}

.slash{
    text-decoration: line-through;
}
/* Common CSS */

.productListSection{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-weight: 400;
    color: #603d21;
}

.productList{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.productList__item{
    width: 100%;
    max-width: 280px;
    margin-right: 26px;
    margin-bottom: 60px;
    position: relative;
}

.productList__item-inner{
    /* 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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */
}

.productList__item:nth-child(4n){
    margin-right: 0;
}

.productList__img-area{
    margin-bottom: 20px;
    /*position: relative;*/
}

.productList__link-soldOut{
    letter-spacing: 0.05em;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(69,69,69,0.7);
    top: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    font-size: 14px;
    color: #ffffff;
    align-items: center;
    z-index: 1;
}

.productList__icon-wrap{
    margin-bottom: 9px;
}

.productList__name{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.2px;
    text-align: left;
    color: #603d21;
}

.productList__price-wrap{
    margin-top: 10px;
}

.productList__price{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1.35px;
    text-align: left;
    color: #db2927;
    margin-bottom: 1rem;
}

.productPrice__special{
    display: block;
}

.special-tag{
    padding-right: 5px;
    font-size: 16px;
}
.pricebox.__salePrice{
    display: flex;
    flex-wrap: wrap;
}
.pricebox.__salePrice .specialprice{
    margin-top: 2px;
}
.discountRateS{
    background: #db2927;
    color: #fff;
    font-size: 1.8rem;
    padding: 5px;
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 3;
}
.discountRateS:empty{
    display: none;
}
.__Regular{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.__Regular .__RegularTag{
    border: #db2927 1px solid;
    background: #fff;
    padding: 3px;
    font-size: 1.4rem;
    margin-right: 5px;
}
.productList__price .span-tax{
    padding-left: 5px;
    font-size: 14px;
    letter-spacing: 1.05px;
}
.pricebox.__salePrice.__timeSales .special-tag{
    border: #db2927 1px solid;
    background: #fff;
    padding: 3px;
    margin-bottom: 4px;
}
.pricebox.__salePrice.__timeSales .__price-ba{
    display: flex;
    flex-wrap: wrap;
}

.btn-cart a{
    border: 0;
    box-shadow: none;
    width: 100%;
    height: 50px;
    padding: 0;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 47px;
    letter-spacing: 1.35px;
    text-align: center;
    color: #ffffff;
}

.btn-regular a{
    background-color: #ef7919;
}

.btn-fixed a{
    background-color: #db2927;
}
.kaenai{
    box-shadow: none;
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 47px;
    letter-spacing: 1.35px;
    text-align: center;
}
.__yoyaku{
    box-shadow: none;
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2rem;
    letter-spacing: 1.35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

/* Promise Section */
.promise{
    margin-bottom: 70px;
    padding: 37px 0 10px;
    background-image: url("../Contents/ImagesPkg/top/bg_promise_02.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.promise h2{
    text-align: center;
    font-size: 48px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 600;
    text-align: center;
}
.promise .promise__inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}

.promise .promise__ttl{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    /* font-size: 48px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    text-align: center;
    color: #fae9a4;
    text-shadow: 
    3px 0 3px #e60012, 
    -3px 0 3px #e60012, 
    0 3px 3px #e60012, 
    0 -3px 3px #e60012, 
    3px 3px #e60012, 
    -3px -3px 3px #e60012, 
    3px -3px 3px #e60012, 
    -3px 3px 3px #e60012; */
}

.promise .promise__text{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.07em;
}
.promise .promise__Flex{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.promise .promise__Flex img{
    max-width: 472px;
    padding: 0 40px;
    margin-top: -25px;
    box-sizing: content-box;
}

/*追加20211025*/
.item__wrap-list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item__list {
    width: 100%;
    max-width: 280px;
    position: relative;
}

.item__list img {
    margin-bottom: 20px;
    flex-shrink: 0;
}

.list_rank-num{
    width: 60px;
    height: 40px;
    background-color: #e6635b;
    border-radius: 50px;
	position: absolute;
    top: 10px;
    left: 220px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}

.item-name {
    font-size: 16px;
    letter-spacing: 0.075em;
    line-height: 1.4;
}

.item-price {
    margin-top: auto;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #db2927;
    letter-spacing: 0.075em;
    line-height: 1.4;
}
.rank-num {
    width: 40px;
    height: 40px;
    background-color: #e6635b;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 230px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}

@media screen and (min-width: 769px){
	.sp_Only {
        display: none;
    }
}	

@media screen and (min-width: 769px) and (max-width: 1220px) {
    .productListSection{
        max-width: calc(1150*(100vw/1200));
    }
    .productList__item{
        max-width: calc(272*(100vw/1200));
        margin-right: calc(20*(100vw/1200));
        margin-bottom: calc(40*(100vw/1200));
    }
}

@media screen and (max-width: 768px){
	.pc_Only {
        display: none;
    }
    .list-banner{
        margin-top: calc(40*(100vw/750));
        margin-bottom: calc(40*(100vw/750));
    }

    .list-banner li .list-banner-flex{
        max-width: calc(630*(100vw/750));
        padding: calc(10*(100vw/750)) 0;
    }

    .list-banner li .list-banner-flex p{
        width: calc(265*(100vw/750));
        font-size: calc(48*(100vw/750));
        line-height: 1.25;
        text-align: left;
    }

    .list-banner li .list-banner-flex img{
        width: calc(210*(100vw/750));
    }

    .category-group{
        margin-bottom: calc(40*(100vw/750));
    }

    .category-group__wrap{
        float: left;
    }

    .category-group .category-group__list{
        margin-bottom: calc(20*(100vw/750));
        font-size: calc(28*(100vw/750));
    }

    .category-group .category-group__list:not(:last-child){
        margin-right: calc(18*(100vw/750));
    }

    .category-group .category-group__list a{
        padding: calc(15*(100vw/750)) calc(28.5*(100vw/750));
        line-height: 1.2;
    }

    .show-more{
        display: block;
        float: left;
        position: relative;
        border-radius: 5px;
        background-color: #603d21;
        width: calc(227*(100vw/750));
        height: calc(72*(100vw/750));
        margin-bottom: calc(20*(100vw/750));
        padding-left: calc(23*(100vw/750));
        padding-right: calc(20*(100vw/750));
        font-size: calc(28*(100vw/750));
        font-weight: 500;
        letter-spacing: 1.2px;
        line-height: calc(72*(100vw/750));
        text-align: left;
        color: #ffffff;
    }

    .show-more::before,
    .show-more::after{
        content: '';
        position: absolute;
        transition: transform 0.25s ease-out;
        background-color: #ffffff;
    }

    .show-more::before {
        height: calc(29*(100vw/750));
        right: calc(32*(100vw/750));
        top: 30%;
        width: 3px;
    }

    .show-more::after {
        height: 3px;
        right: 9%;
        top: 45%;
        width: calc(30*(100vw/750));
    }

    .show-more.fr{
        float: right;
    }
    .show-more.fr::before{
        display: none;
    }
    .productListSection{
        width: calc(710*(100vw/750));
        margin: 0 auto;
        /* padding-top: calc(40*(100vw/750)); */
        padding-top: 0;
    }

    .productList__item{
        max-width: calc(345*(100vw/750));
        margin-right: calc(20*(100vw/750));
        margin-bottom: calc(80*(100vw/750));
    }

    .productList__item:nth-child(2n){
        margin-right: 0;
    }

    .productList__img-area{
        margin-bottom: calc(30*(100vw/750));
    }

    .productList__name{
        font-size: calc(30*(100vw/750));
    }

    .productList__name a{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .productList__price-wrap{
        margin-top: calc(16*(100vw/750));
    }

    .productList__price{
        font-size: calc(36*(100vw/750));
    }

    .special-tag{
        padding-right: calc(10*(100vw/750));
        font-size: calc(24*(100vw/750));
    }

    .productList__price .span-tax{
        /* padding-left: calc(20*(100vw/750)); */
        padding-left: 0;
        font-size: calc(22*(100vw/750));
    }

    .btn-cart a{
        height: calc(80*(100vw/750));
        font-size: calc(30*(100vw/750));
        line-height: calc(79*(100vw/750));
    }
    .discountRateS{
        background: #db2927;
        color: #fff;
        font-size:  calc(24*(100vw/750));
        padding: 5px;
    }
    .kaenai{
        height: calc(80*(100vw/750));
        font-size: calc(30*(100vw/750));
        line-height: 1.3;
    }
    .__yoyaku{
        height: calc(80*(100vw/750));
        font-size: calc(30*(100vw/750));
        line-height: 1.3;
        margin-top: calc(30*(100vw/750));
    }
    /* Promise section */
    .promise {
        margin-bottom: calc(80*(100vw/750));
        padding: calc(60*(100vw/750)) 0;
    }
    .promise h2{
        text-align: center;
        font-size: calc(64*(100vw/750));
    }

    .promise .promise__inner {
        max-width: calc(710*(100vw/750));
        padding: calc(20*(100vw/750)) 0 0;
    }

    .promise .promise__ttl {
        margin-bottom: calc(30*(100vw/750));
    }

    .promise .promise__text {
        max-width: calc(625*(100vw/750));
        font-size: calc(30*(100vw/750));
        letter-spacing: 0.15em;
    }
    .promise .promise__Flex img{
        max-width: calc(620*(100vw/750));
        margin-top: 0;
        padding: 0;
    }
	/*20211025追加*/
	.item__wrap-list {
        max-width: calc(710*(100vw/750));
        margin-bottom: 40px;
    }
	
	.item__list {
        max-width: calc(340*(100vw/750));
    }
	.list_rank-num {
        width: calc(60*(100vw/750));
        height: calc(60*(100vw/750));
        top: calc(10*(100vw/750));
        left: calc(270*(100vw/750));
        font-size: calc(36*(100vw/750));
        line-height: calc(55*(100vw/750));
    }
	.item__list img {
        margin-bottom: calc(30*(100vw/750));
    }
	.item-name {
        font-size: calc(30*(100vw/750));
    }
	.item-price {
        margin-top: auto;
        margin-right: calc(20*(100vw/750));
        font-size: calc(36*(100vw/750));
    }
	.rank-num {
        width: calc(60*(100vw/750));
        height: calc(60*(100vw/750));
        top: calc(10*(100vw/750));
        left: calc(270*(100vw/750));
        font-size: calc(36*(100vw/750));
        line-height: calc(55*(100vw/750));
    }
}