.commonPageImage_p {
	height: 550px;
}

#refrigeratorPage .commonPageImage_p {
	background-image: url('../images/products/bamkel/index/products_i.jpg');
}

/*=====================
    contents
=====================*/
.contents{
    margin-top: 20px;
}

.info-text{
    width: 90%;
    max-width: 1190px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 30px;
    font-weight: 100;
}
.info02 {
    font-size: 16px;
    border: 1px solid #c0c0c0;
    padding: 23px;
    margin-top: 50px;
}
.contents .inner{
    width: 90%;
    max-width: 1190px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contents .item .link:hover{
    cursor: pointer;
}
.contents .item{
    width: calc((100% - 30px) / 2);
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 30px;
    background-color: wheat;
}

.contents .item.class01{
    background-image: url('../images/products/bamkel/coolerbox-classic1/img_01.jpg');
    background-size: cover;
}

.contents .item.class02{
    background-image: url('../images/products/bamkel/coolerbox-classic2/img_01.jpg');
    background-size: cover;
}

.contents .item.modern{
    background-image: url('../images/products/bamkel/coolerbox/img_01.jpg');
    background-position: left;
    background-size: cover;
}

.contents .item.soft{
    background-image: url('../images/products/bamkel/coolerbox-soft/img_01.jpg');
    background-size: cover;
}

.contents .item.waterjugs{
    background-image: url('../images/products/bamkel/waterjugs/img_01.jpg');
    background-size: cover;
}

.contents .item.bamkel-tumbler{
    background-image: url('../images/products/bamkel/bamkel-tumbler/img_01.jpg');
    background-size: cover;
}

.contents .item.wpbag{
    background-image: url('../images/products/bamkel/coolerbox-wpbag/img_01.jpg');
    background-size: cover;
}

.contents .item.accessory{
    background-image: url('../images/products/bamkel/accessory/img_01.jpg');
    background-size: cover;
}

.contents .item.compact{
    background-image: url('../images/products/bamkel/coolerbox-compact/img_01.jpg');
    background-size: cover;
    position: relative;
    z-index: 0;
}

.contents .item.compact::before{
    content: "日本限定発売";
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #000;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


.contents .item:nth-child(even){
    margin-left: 30px;
}

.contents .item > .link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    cursor: default;
}

.contents .item > .link::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.8s ease;
    background-color: rgba(0,0,0,0.2);
}

.contents .item > .link:hover::after{
    background-color: rgba(0,0,0,0.4);
    transition: 0.8s ease;
}

.contents .item .text-wrap{
    text-align: center;
    z-index: 1;
    line-height: 1.35;
}

.contents .item span{
    width: 100%;
    display: inline-block;
}

.contents .item span:nth-child(1){
    /* text-shadow: 1px 2px 3px #717171; */
    font-weight: bold;
}

.contents .item span:nth-child(2){
    font-size: 20px;
}

@media only screen and (max-width:767px){
    #refrigeratorPage .commonPageImage_p {
	background-image: url(../images/products/bamkel/index/products_i_sp.jpg);
}
.contents .item .text-wrap{
    line-height: 1.1;
    font-size: 20px;
}
.contents .item .text-wrap span:nth-child(2){
    font-size: 16px;
}
.commonPageImage_p {
    height: 300px;
}
    .contents .item{
        width: 80%;
        height: 156px;
    }
    .contents .item:nth-child(even){
        margin-left: 0;
    }
    .info02{
    margin-top: 25px;
    }

    .contents .item.compact::before{
        font-size: 13px;
    }
}

/* BAMKEL製品の保証についてへのbtn */
.btn.guarantee{
    margin-top: 50px;
}