 screen and (min-width:768px) and (min-width:768px) and(min-width:768px) and(min-width:768px) and(min-width:768px) and(min-width:768px) and@charset "utf-8";
/*=====================共通css↓=====================*/ 
    .strikethrough{
        text-decoration:line-through;
    }
    .c-card__image--filterDark {
        filter: brightness(0.6);
    }
/*=====================PC用css↓=====================*/ 
/* CSS Document */
/*文字サイズ指定*/
    html {
        font-size: 62.5%;
    }
/*body中央寄せ配置*/
    body{ 
        font-size: 1.5rem;
        width:100%;
        margin-right: auto;
        margin-left : auto;
    }
/*block配置*/
    .center_b{
        max-width: 1100px;
        width: 100%;/**/
        margin: 30px auto 0px auto;
    }
.cate{
    border-bottom: 1px solid #5A5A5A ;
    height: 55px;
}
    .cate img {
        width: 20%;
        padding-bottom: 0;
        float: left;
        
    }
    .cate hr {
        position: relative;
        margin-top: 0;
        width:100%; 
        color:#333;
        height:1px;
    }
    .men {
        position: relative;
    }
    .men .active {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: 0s;
    }
    .men:active .active {
        opacity: 1;
}
    .women {
        position: relative;
    }
    .women .active {
        position: absolute;
        left: 50%;
        top: 0;
        opacity: 0;
        transition: 0s;
    }
    .women:active .active {
        opacity: 1;
    }
.subcate{
    margin-top: 10px;
}
    .item{
        padding-top: 40px;
    }

/*
=======
カード
=======
*/
/*    .item-4-outer {
        margin-top: 40px;    
        width: 100%;
        display: flex;
        justify-content: space-between;
    } 
    .item-4{
        width: 24%;
    }*/
    .item-4-outer {
        display: flex;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }
    .item-4 {
        width: calc(100% / 4);
        padding: 15px 5px 0 5px;
    }
    .c-card_p {  
        width: 100%;
        font-size: 13.5px;
        color: black;
        font-weight: 500;
        text-align: center;
        margin: 10px auto 30px auto;
    }
.strikethrough{
    font-size: 15px;
}
    .u-text-red{
        font-size: 17.5px;
    }
    .flag{
        width: 50%;
        margin-bottom: 5px;
    } 
    .cap1{
	 max-width: 1100px;/**/
     width: 100%;
	 height:50px;
	 margin:25px 0px 25px 0px;
	 display:inline-block;
	 border-bottom:2px solid #000000;
	 text-align:left;
	font-size: 2.6rem;
	}
    .cap1 span{
        font-size: 2rem;
    }
    .cap2{
        width:180px;
        height:50px;
        display:table-cell;
        text-align:center;
        background-color:#efefef;
        vertical-align: middle;
        border-collapse: separate;
        border-spacing: 0px 0px 0px 10px;
        font-size: 1.8rem;
    }
    .menu{
        height:40px;
        text-align:left;
    }
	.menu_td_m{
        width:110px;/**/
        text-align:center;
        background-color:#F4F4F4;
    }
    .menu_td_w{
        width:110px;/**/
        text-align:center;
        background-color:#CC6666;
    }
    .tn_sp{
    display: none;
}

/*=====================タブレット用css↓=====================*/
@media screen and (max-width : 1099px) and (min-width : 428px){

/*文字サイズ指定*/
/*body中央寄せ配置*/
    body{ 
        font-size: 1.5rem;
        width:100%;
        min-width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
/*block配置*/
    .center_b{
        width: 100%;
        min-width: 100%;
        margin: 0 0 0 0;
        overflow: hidden;
    }   
    .coupon {
        margin-top: 5px;
    }
    .cate{
    border-bottom: 1px solid #5A5A5A ;
    height: 70px;
}
    .cate img {
        width: 25%;
        padding-bottom: 0;
        float: left;
        
    }
    .cate hr {
        position: relative;
        margin-top: 0;
        width:100%; 
        color:#333;
        height:1px;
    }
    .men {
        position: relative;
    }
    .men .active {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: 0s;
    }
    .men:active .active {
        opacity: 1;
}
    .women {
        position: relative;
    }
    .women .active {
        position: absolute;
        left: 50%;
        top: 0;
        opacity: 0;
        transition: 0s;
    }
    .women:active .active {
        opacity: 1;
    }
.subcate{
    margin-top: 10px;
}    
    .u-flex-item-1{
        margin-top: 5px;
    }
    .cap2{
        width:100px;
        height:40px;
        display:table-cell;
        text-align:center;
        background-color:#efefef;
        vertical-align: middle;
        border-collapse: separate;
        border-spacing: 0px 0px 0px 10px;
        font-size: 1.6rem;
    }    
/*
=======
カード
=======
*/
    .item-4-outer {
        display: flex;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }
    .item-4 {
        width: calc(100% / 3);
        padding: 0px 5px 0 5px;
    }
    .c-card_p {  
        width: 100%;
        font-size: 11px;
        color: black;
        font-weight: 500;
        text-align: center;
        margin: 10px auto 30px auto;
    }
    .strikethrough{
    font-size: 13px;
}
    .u-text-red{
        font-size: 14.5px;
    }
    .flag{
        width: 60%;
        margin-bottom: 1px;
    } 
    .cap1{
        width:100%;
        margin: 30px 0px 10px 0px;
        display:inline-block;
        border-bottom:1px solid #000000;
        text-align:left;
        font-size: 2.6rem;
    }
    .cap1 span{
        font-size: 2rem;
    }
    .tn_sp{
    display: none;
    }
}   

/*=====================スマホ用css↓=====================*/
@media screen and (max-width:428px){
/*文字サイズ指定*/
/*body中央寄せ配置*/
    body{ 
        font-size: 1.5rem;
        width:100%;
        min-width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
/*block配置*/
    .center_b{
        width: 100%;
        min-width: 100%;
        margin: 0 0 0 0;
        overflow: hidden;
    }
    .cate img {
        width: 50%;
        padding-bottom: 0;
        float: left;
    }
    .cate hr {
        position: relative;
        margin-top: 0%;
        width:100%; 
        color:#333;
        height:1px;
    }
    .men {
        position: relative;
    }
    .men .active {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: 0s;
    }
    .men:active .active {
        opacity: 1;
}
    .women {
        position: relative;
    }
    .women .active {
        position: absolute;
        left: 50%;
        top: 0;
        opacity: 0;
        transition: 0s;
    }
    .women:active .active {
        opacity: 1;
    }
    .coupon {
        margin-top: 5px;
    }
    .cap1{
        width:100%;
        height: 30px;
        margin: 30px 0px 0px 5px;
        display:inline-block;
        border-bottom:1px solid #000000;
        text-align:left;
        font-size: 1.5rem;
        line-height: 10px;
        padding: 0;
    }
    .cap1 span{
        font-size: 1.2rem;
    }  
    .cap2{
	width:60%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding:auto;

	}	

/*
=======
カード
=======
*/

        .item-4-outer {
        display: flex;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }
    .item-4 {
        width: calc(100% / 2);
        padding: 0px 5px 0 5px;
        margin: 10px 0px 0px 0px;
    } 
    .c-card_p {  
        width: 100%;
        font-size: 11px;
        color: black;
        font-weight: 500;
        text-align: center;
        margin: 10px auto 30px auto;
    }
     .strikethrough{
    font-size: 13px;
}
    .u-text-red{
        font-size: 14.5px;
    }
    .flag{
        width: 60%;
        margin-bottom: 1px;
    } 
    .tn{
    display: none;
    }
    .tn_sp{
    display: block;
    }
}






