@charset "utf-8";

/*********************************************************************
*
*  For GOODS
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_goods_wrap */
/* ---------------------------------------------------- */
.sec_goods_wrap .bnr_1 {
    position: relative;
    margin-top: 50px;
}

/*.sec_goods_wrap .bnr_1 a {
    position: absolute;
    top: 85%;
    height: 8%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
     background-color: rgba(0, 0, 0, 0.6); 
}

.sec_goods_wrap .bnr_1 .link_1 {
    left: 50%;
    width: 18%;
}

.sec_goods_wrap .bnr_1 .link_2 {
    left: 71%;
    width: 22%;
}*/

.sec_goods_wrap .ttl_1 {
    margin: 70px auto 40px;
}

.sec_goods_wrap .ttl_1 span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    margin-right: 40px;
    height: 40px;
    color: #FFF;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    background-color: #f5ab00;
}

.sec_goods_wrap .ttl_1 span::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #f5ab00 transparent transparent transparent;
}

.sec_goods_wrap .list_1>ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -20px;
    margin-right: -20px;
}

.sec_goods_wrap .list_1>ul>li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 240px;
}

.sec_goods_wrap .list_1 a {
    display: block;
    border-radius: 15px;
    overflow: hidden;
    /* pointer-events: none; */
}

.sec_goods_wrap .img_1 {
    margin-top: 150px;
}

@media (min-width: 768px) {
    .sec_goods_wrap .sec_inner {
        width: 760px;
    } 
}
@media (max-width: 767px) {
    .sec_goods_wrap .bnr_1 {
        position: relative;
        margin-top: 30px;
    }
    
    .sec_goods_wrap .bnr_1 a {
        top: 83%;
        height: 9%;
    }
    
    .sec_goods_wrap .bnr_1 .link_1 {
        left: 21%;
        width: 26%;
    }
    
    .sec_goods_wrap .bnr_1 .link_2 {
        left: 51%;
        width: 31%;
    }
    
    .sec_goods_wrap .ttl_1 {
        margin: 40px auto 20px;
    }
    
    .sec_goods_wrap .ttl_1 span {
        font-size: 1.6rem;
    }
    
    .sec_goods_wrap .list_1>ul>li {
        width: calc(50% - 20px);
    }
    
    .sec_goods_wrap .list_1 a {
        display: block;
        border-radius: 15px;
        overflow: hidden;
    }

    .sec_goods_wrap .img_1 {
        margin-top: 70px;
    }
}