@charset "UTF-8";
/* CSS Document */

/*========= 製品紹介 =========*/

.main_shopping{
    background: #ececea url("../../img/bg_gray.png") repeat-x;
    background-size: 30vw;
    display: inline-block;
}

.shopping_link_catetop {
    margin: 0 auto;
}
.shopping_link_catetop li{
    margin: 20px auto;
    text-align: center;
}

.shopping_link_catetop{
    display: none;
}

.sub_ti{
    font-size: 6.4vw;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 8vw;
}

.catch{
    margin-bottom: 20px;
}
.shopping_item{
    width: 90%;
    margin: 0 auto 50px;
}

.shopping_item ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.shopping_item li{
    text-align: left;
    -webkit-flex: 0 1 43vw;
    -ms-flex: 0 1 43vw;
    flex: 0 1 43vw;
    position: relative;
    margin-bottom: 8vw;
}
.shopping_item li img{
    background: #FFF;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    width: 100%;
}

.shopping_item li span{
    display: block;
    font-size: 4vw;
}

.shopping_item ul a{
    text-decoration: none;
    line-height: 1.8em;
}

.shopping_item .sub_ti_item{
    font-size:5.625vw;
    text-align: center;
    margin: 40px auto 20px;
    font-weight: bold;
}
.shopping_item .item_name{
    font-size:3.72vw;
    font-weight: bold;
}

.new {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #ec6bab;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #FFF;
    padding-top: 6px;
    font-size: 14px;
}

.new_date{
    background: #ec6bab;
    border-radius: 10px;
    padding: 3px 20px;
    width: 200px;
    text-align: center;
    color: #fff;
    margin: 0 auto 10px;
    font-size: 18px;
}



.targets {

}

[value="All"]:checked ~ .targets [data-category] {
  display: block;
}
[value="Blue"]:checked ~ .targets .target:not([data-category~="Blue"]), 
[value="Green"]:checked ~ .targets .target:not([data-category~="Green"]), 
[value="Red"]:checked ~ .targets .target:not([data-category~="Red"]),
[value="Square"]:checked ~ .targets .target:not([data-category~="Square"]), 
[value="Circle"]:checked ~ .targets .target:not([data-category~="Circle"]) {
  display: none;
}


/*==============*/
/*  ダブレット      */
/*==============*/


@media screen and (min-width: 768px)  {
    .catch{
        text-align: center;
    }
    .shopping_item{
        width: 90%;
        margin: 50px auto;
    }
    .shopping_item ul{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 0 -20px;
        text-align: center;
    }
    .shopping_item li {
        -webkit-flex: 0 1 28.2vw;
        -ms-flex: 0 1 28.2vw;
        flex: 0 1 28.2vw;
        margin: 0 0 50px 20px;
    }
    .shopping_item li a {
        text-decoration: none;
        line-height: 1.8em;
    }
    .shopping_item .item_name {
        font-size: 2.1vw;
    }
    .sub_ti, .shopping_item .sub_ti_item{
        font-size: 3.1vw;
        padding-top: 0;
    }
    .shopping_item li span{
        font-size: 15px;
    }
    .shopping_link{
        width: 90%;
        margin: 0 auto;
    }
    .shopping_link_catetop {
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1.9vw 0 -1.9vw;
    }
    .shopping_link_catetop li{
        width: 28.2vw;
        /*width: 15.625vw; 5個のとき用*/
        text-align: center;
        text-decoration: none;
    }
    .shopping_link_catetop:after{/*5つのとき用*/
        content:"";
        display: block;
        width: 28.2vw;
        margin: 20px auto;
    }
    @media all and (-ms-high-contrast: none) {/* IEのみ */
      .shopping_link_catetop li{ 
          display: flex;
        }
    }
    .now span{
        display: flex;
        padding: 15px;
        background: #FFF;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        min-height: 94px;
    }
    .shopping_link_catetop li a{
        display: grid;
        padding: 15px 15px;
        align-items: center;
        align-self: center;
        background: #a6cbe1;
        border-radius: 10px;
        min-height: 94px;
        text-decoration: none;
        width: 100%;
    }
}


/*==============*/
/*      PC      */
/*==============*/

@media screen and (min-width: 1024px) {
    .main_shopping{
    background-size: 300px;
    }
    .sub_ti{
    font-size: 24px;
    text-align: center;
    }
    .shopping_link{
    margin: 80px auto 0;
    width: 950px;
    }
    .shopping_link_catetop {
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
    .shopping_link_catetop li{ 
        margin: 0 0 0 10px; /*5個のとき用*/
		width: 170px; /*5個のとき用*/
        /*width: 300px; 3個のとき用*/
        /*margin: 0; 6個のとき用*/
        /*width: 150px; 6個のとき用*/
        text-align: center;
        text-decoration: none;
}
    @media all and (-ms-high-contrast: none) {/* IEのみ */
      .shopping_link_catetop li{ 
          display: flex;
        }
    }
    .now span{
        display: flex;
        padding: 10px;
        background: #FFF;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        min-height: 94px;
    }
    .shopping_link_catetop li a{
        display: grid;
		/* padding: 15px; 5個のとき用*/
        padding: 10px;
        align-items: center;
        align-self: center;
        background: #a6cbe1;
        border-radius: 10px;
        min-height: 94px;
        text-decoration: none;
        width: 100%;
}
    .shopping_item{
        width: 950px;
        margin: 50px auto;
    }
    
    .shopping_item ul{
        display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
        justify-content: flex-start;
       -webkit-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
       flex-wrap: wrap;
       margin: 0 0 0 -20px;
       text-align: center;
    }
    
    .shopping_item li{
        -webkit-flex: 0 1 222px;
        -ms-flex: 0 1 222px;
        flex: 0 1 222px;
        margin:0 0 50px 20px;
    }
    .shopping_item li a {
        text-decoration: none;
        line-height: 1.8em;
    }
    .shopping_item .item_name{
        font-size: 14px;
        line-height: 1.8em;
    }
    .shopping_item .sub_ti_item{
        font-size: 24px;
    }
    .page_title img{
        width: 278px;
    }
	


	
}
    

