.commonPageImage_p {
	height: 550px;
}

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

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

.contents .inner{
    width: 90%;
    max-width: 1190px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.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;
    position: relative;
}

/* .contents .item::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
} */

.contents .item:nth-child(1){
    background-image: url('../images/products/allegia-home/freezer/img_01.jpg');
    background-position: left;
    background-size: cover;
}

.contents .item:nth-child(2){
    background-image: url('../images/products/allegia-home/refrigerator/img_01.jpg');
    background-position: right;
    background-size: cover;
}

.contents .item:nth-child(3){
    background-image: url('../images/products/allegia-home/kettle/img_01.jpg');
    background-size: cover;
}

.contents .item:nth-child(4){
    background-image: url('../images/products/allegia-home/disinfection/img_01.jpg');
    background-size: cover;
}

.contents .item:nth-child(5){
    background-image: url('../images/products/allegia-home/handyfan/img_01.jpg');
    background-size: cover;
}

.contents .item:nth-child(6){
    background-image: url('../images/products/allegia-home/sold-out/img_01.jpg');
    background-size: cover;
}

.contents .item:nth-child(7){
    background-image: url('../images/products/allegia-home/support/img_01.jpg');
    background-size: cover;
}

.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;
}

.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.6);
    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;
}
#mainVisual .slideArea [class^="item"] .link span .top_btn {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 20px;
}
@media only screen and (max-width:767px){
    #refrigeratorPage .commonPageImage_p {
	background-image: url(../images/products/allegia-home/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;
    }
}