@charset "utf-8";@charset "UTF-8"; 

img { 
    vertical-align: bottom; 
} 

.fw20201_body { 
} 

.sec { 
} 

.sec_inner { 
    margin: 0 auto; 
    width: 100%; 
    max-width: 1080px; 
    box-sizing: border-box; 
    padding: 40px; 
} 

.header .sec_inner img, 
.sec_01 .sec_inner img, 
.sec_02 .sec_inner img, 
.sec_06 .sec_inner img, 
.sec_07 .sec_inner img 
{ 
    width: 100%; 
    max-width: 1040px; 
} 
 
.header { 
    background: #000; 
} 

.sec_01 { 
    background: #000; 
} 

.sec_02 { 
    background: #000; 
    background-size: 100%; 
} 

.sec_02 a { 
    display: block; 
} 

.sec_02 a:first-child { 
    padding-bottom: 40px; 
} 

.sec_03, 
.sec_05 { 
    background: #000; 
} 

.sec_03 .sec_inner, 
.sec_05 .sec_inner { 
    display: flex; 
    justify-content: space-between; 
} 

.sec_03 .sec_inner a, 
.sec_05 .sec_inner a { 
    display: block; 
    width: calc(50% - 20px); 
} 

.sec_03 .sec_inner a img, 
.sec_05 .sec_inner a img { 
    width: 100%; 
} 

.sec_04 { 
    background: #000; 
} 

.sec_04 .sec_inner img { 
    width: 100%; 
    max-width: 920px; 
} 

.sec_06 { 
    background: #b6c097; 
} 

.sec_06 a { 
    display: block; 
} 

.sec_06 a:first-child { 
    padding-bottom: 40px; 
} 

.sec_06 a:first-child img { 
    width: 100%; 
    max-width: 920px; 
} 

.sec_07 { 
    background: #b6c097; 
} 
 
.endBtn { 
    width: 400px; 
    text-align: center; 
    display: block; 
    margin: 0 auto; 
    border: #000 solid 1px; 
    padding: 20px 15px; 
    text-decoration: none !important; 
    font-size: 14px; 
    transform: translateY(-50%); 
    -webkit-transform: translateY(-50%); 
    background-color: #000; 
    color: #fff; 
    margin-top: 45px; 
} 
 
.endBtn:hover { 
    background-color: #000; 
    color: #FFF; 
} 

.endBtn.denim:hover { 
    opacity: .6; 
} 

section h3 { 
    position: relative; 
    text-align: center; 
    margin: 80px auto 0; 
    width: 96%; 
    font-size: 18px; 
    line-height: 18px; 
    letter-spacing: 1.2px; 
} 

section h3:before { 
    position: absolute; 
    top: calc(50% - .5px); 
    left: 0; 
    width: 100%; 
    height: 1px; 
    content: ''; 
    background: #000; 
} 

section h3 span { 
    position: relative; 
    padding: 0 1em; 
    background: #fff; 
} 

itemList { 
    margin-top: 40px; 
    display: -webkit-flex; 
    display: flex; 
    -webkit-flex-wrap: wrap; 
    flex-wrap: wrap; 
    -webkit-justify-content: flex-start; 
    justify-content: flex-start; 
} 

.itemList li { 
    margin-bottom: 55px; 
    padding: 0 2%; 
    overflow: hidden; 
    width: calc(100% / 4); 
    box-sizing: border-box; 
} 

.itemList li a { 
    position: relative; 
    display: block; 
    text-decoration: none; 
} 

.itemList img { 
    width: 100%; 
    vertical-align: top; 
} 

.itemList li .status { 
    text-align: center; 
    margin: 15px 10px 0; 
    font-size: 11px; 
} 

.itemList li .status span { 
    padding: 0 3px; 
    white-space: nowrap; 
} 

.pre { 
    color: #0059b2; 
    display: none; 
} 

.itemList li .status + .data { 
    margin-top: 0; 
} 

.itemList li .data > span { 
    display: block; 
    margin: 10px 10px 0; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden; 
    text-align: center; 
} 

.itemList li .data .name .brand { 
    display: block; 
    margin-bottom: 5px; 
} 

.itemList li .data .price { 
    line-height: 1.35; 
    font-size: 13px; 
} 

.itemList li a[href*="#not"] { 
    pointer-events: none; 
} 
 
.itemList li a[href*="#not"] .pre { 
    display: block; 
} 
 
/*-------------------------------------------------------------------- 
 sp 
--------------------------------------------------------------------*/ 

@media all and (max-width: 640px) { 

    .fw20201_body { 
    } 

    .sec { 
    } 

    .sec_inner { 
        padding: 20px 2px; 
    } 

    .sec_02 a:first-child { 
        padding-bottom: 20px; 
    } 

    .sec_03 .sec_inner a, 
    .sec_05 .sec_inner a { 
        display: block; 
        width: calc(50% - 10px); 
    } 

    .sec_06 a:first-child { 
        padding-bottom: 20px; 
    } 

    .endBtn { 
        width: 90%; 
        margin-top: 40px; 
        color: #fff; 
    } 

    section h3 { 
        margin: 10px auto 40px; 
        width: 92%; 
    } 

    .itemList { 
        width: calc(100% - 20px); 
        margin: 22px auto 0; 
    } 

    .itemList li .data span { 
        font-size: 11px; 
        margin-top: 3px; 
    } 

    .itemList li { 
        width: 50%; 
        margin-bottom: 25px; 
    } 
}