@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");

/*--------------------------------------------
共通 
--------------------------------------------*/
.SP {
    display: none;
}

#net_Lfashion_recover {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#net_Lfashion_recover * {
    box-sizing: border-box;
}

#net_Lfashion_recover a {
    text-decoration: none;
}
/*--------------------------------------------
MV
--------------------------------------------*/
#net_Lfashion_recover .mv {
    margin: 0;
}

#net_Lfashion_recover .mv img {
    max-width: 100%;
}


/*--------------------------------------------
ナビ
--------------------------------------------*/
#net_Lfashion_recover .navi_area {
    padding: 24px 10px 20px;
    letter-spacing: .1rem;
    margin: 0px auto 40px;
    background: linear-gradient(90deg, rgba(52, 191, 198, 0.35) 0%, rgba(94, 94, 211, 0.35) 100%), #FFF;
    color: #fff;
}

#net_Lfashion_recover .navi {
    display: flex;
    flex-wrap: wrap;
}

/*--------------------------------------------
2列
--------------------------------------------*/
#net_Lfashion_recover .navi_2 {
    display: flex;
    justify-content: space-between;
    margin: 5px 5px 20px 5px;
}

#net_Lfashion_recover .navi_2 li {
    font-size: 24px;
    background: #2f2f33;
    width: calc((100% - 36px) / 2);
    height: 70px;
    position: relative;
}

#net_Lfashion_recover .navi_2 li:not(:last-child) {
    margin-right: 18px;
}

/*--------------------------------------------
ナビ＞テキストボタン
--------------------------------------------*/
#net_Lfashion_recover .navi li {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: .4s;
   background: rgba(255, 255, 255, 0.7);
    flex-grow: 1;
    letter-spacing: -0.02em;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
}

#net_Lfashion_recover .navi li:hover {
    cursor: pointer;
     box-shadow:none;
}

#net_Lfashion_recover .navi li a {
    color: #2f2f33;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: .8em 0;
}

#net_Lfashion_recover .navi li::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #2f2f33;
    border-right: solid 2px#2f2f33;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
}

#net_Lfashion_recover .navi li a .nav-s {
    font-size: 10px;
    font-weight: normal;
}

/*--------------------------------------------
ナビ＞すべての商品を見る
--------------------------------------------*/
#net_Lfashion_recover .link_all {
    display: inline-block;
    color: #2f2f33;
    font-weight: bold;
    position: relative;
    font-size: 18px;
    border-bottom: solid 1px  #2f2f33;
    padding-right: 20px;
    transition: .4s;
}

#net_Lfashion_recover .link_all:hover {
    border-bottom: solid 1px transparent;
    opacity: .7;
}

#net_Lfashion_recover .link_all::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #2f2f33;
    border-right: solid 2px  #2f2f33;
    transform: rotate(45deg);
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -3px;
}

/*--------------------------------------------
スイーツセレクションバナー
--------------------------------------------*/
#net_Lfashion_recover .net_Lfashion_recover_btn {
    display: block;
    margin-bottom: 30px;
}

/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#net_Lfashion_recover .pc {
    display: block;
}

#net_Lfashion_recover .sp {
    display: none;
}

@media screen and (max-width:480px) {

    /*--------------------------------------------
ナビ
--------------------------------------------*/
    #net_Lfashion_recover .navi_area {
        padding: 10px 5px;
        margin: 0px auto 40px;
    }

    /*--------------------------------------------
ナビ＞すべての商品を見る
--------------------------------------------*/
    #net_Lfashion_recover .link_all {
        font-size: 3.467vw;
        padding-right: 3vw;
        margin: 15px 0;
    }

    /*--------------------------------------------
2列
--------------------------------------------*/

    #net_Lfashion_recover .navi_2 {
        display: flex;
        justify-content: space-between;
        margin: 5px;
    }

    #net_Lfashion_recover .navi_2 li {
        font-size: calc(((100 / 375) * 12) * 1vw);
        width: calc((100% - 30px) / 2);
        height: 13vw;
    }

    #net_Lfashion_recover .navi_2 li:not(:last-child) {
        margin-right: 0;
    }

    #net_Lfashion_recover .navi_2 li:not(:last-child) {
        margin-right: 5px;
    }

    #net_Lfashion_recover .navi li::after {
        right: 8px;
    }

    /*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
    #net_Lfashion_recover .pc {
        display: none;
    }

    #net_Lfashion_recover .sp {
        display: block;
    }

    .PC {
        display: none;
    }

    .SP {
        display: inline-block;
    }
}