@charset "shift_jis";
/* CSS Document */

/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
#coolerbox{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}    
#coolerbox .pc_none{
    display: none !important;
}    
#coolerbox img{
    width: 100%
}
#coolerbox a{
    display: block;
    position: relative;
}  
#coolerbox a:hover img{
    opacity: 0.85;
} 

/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#coolerbox h2{
    font-size: 24px;
    border-bottom: solid 2px #333;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#coolerbox h2 span{
    font-size: 36px;
    color: rgb(228, 19, 19);
}
#coolerbox h3{
    font-size: 24px;
    margin-bottom: 5px;
}
#coolerbox h3 span{
    font-size: 24px;
    color: #f06a11;
}
#coolerbox h4{
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    color: #333;
    margin: 0 30px 50px 0;
}

/*-----------------------------------------------*/
/*コンテンツ*/
/*-----------------------------------------------*/
#coolerbox .content{
    margin-bottom: 50px;
}
#coolerbox .content .col_2{
    width: 100%;
    margin: 8px auto;
    position: relative;
}
#coolerbox .content .col_2::after{
    content: "or";
    width: 45px;
    height: 38px;
    position: absolute;
    top: 45%;
    left: 47.5%;
    font-size: 25px;
    color: #fff;
    background-color: #333;
    border-radius: 50%;
    padding-top: 6px;
}
#coolerbox .content .col_2 li{
    width: calc((100% - 25px)/2);
    margin-right: 5px;
    display: inline-block;
    background-color: #f1f1f1;
    padding: 10px 4px;
}
#coolerbox .content .col_2 li:nth-child(2n){
    margin: 0;
}
#coolerbox .content .col_2 li img{
    width: 50%;
    padding: 15px 0;
    transition: 0.5s;
}
#coolerbox .content .col_2 li:hover img{
    width: 57%;
    padding: 0;
    transition: 0.5s;
}

/*-----------------------------------------------*/
/*色玉*/
/*-----------------------------------------------*/
#coolerbox .content .text{
    display: inline-flex;
}
#coolerbox .content .text div{
    border-radius: 50px;
    border: solid 2px #fff;
    width: 25px;
    height: 25px;
    margin: 0 2px;
}
#coolerbox .content .text div.black{
    background-color: #000;
}
#coolerbox .content .text div.white{
    background-color: #fff;
    border: solid 2px #c5c5c5;
}
#coolerbox .content .text div.lightgray{
    background-color: #7d7f7c;
}
#coolerbox .content .text div.lightterra{
    background-color: #c69f76;
}
#coolerbox .content .text div.khaki{
    background-color: #817658;
}
#coolerbox .content .text div.whiteash{
    background-color: #dad9d5;
}

/*-----------------------------------------------*/
/*対象商品*/
/*-----------------------------------------------*/
#coolerbox .col_2{
    width: 75%;
    margin: 0 auto;
}
#coolerbox .col_2 li{
    width: calc((100% - 28px)/2);
    margin-right: 5px;
    display: inline-block;
    position: relative;
}

/*-----------------------------------------------*/
/*ポイントアイコン*/
/*-----------------------------------------------*/
#coolerbox .col_2 li .point{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    padding: 0 15px;
    border-radius: 50px;
    color: #fff;
    background-color: #f06a11;
}