@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_food_spec20 {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

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

#net_food_spec20 a {
    text-decoration: none;
}

/*--------------------------------------------
MV
--------------------------------------------*/
#net_food_spec20 .mv {
    margin: 0;
}

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

/*--------------------------------------------
テキスト
--------------------------------------------*/
#net_food_spec20 .net_food_spec20_btn_txt {
    font-family: "Noto Serif JP", serif;
    color: #124f7d;
    font-size: 26px;
    font-weight: 600;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    letter-spacing: -0.01em;
}
#net_food_spec20 .season_bg {
    font-size: 34px;
}

/*--------------------------------------------
ナビ
--------------------------------------------*/
#net_food_spec20 .navi_area {
    padding: 24px 10px 20px;
    letter-spacing: .1rem;
    margin: 0px auto 40px;
    background-color: #d2e4f5;
}

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

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

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

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

/*--------------------------------------------
ナビ＞テキストボタン
--------------------------------------------*/
#net_food_spec20 .navi li {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: .4s;
    background: #FFF;
    border: 1px solid #124f7d;
    flex-grow: 1;
    letter-spacing: -0.02em;
}

#net_food_spec20 .navi li:hover {
    opacity: .7;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

#net_food_spec20 .sp {
    display: none;
}

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

/*--------------------------------------------
テキスト
--------------------------------------------*/
#net_food_spec20 .net_food_spec20_btn_txt {
    font-family: "Noto Serif JP", serif;
    color: #124f7d;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}

#net_food_spec20 .season_bg {
    font-size: 26px;
}

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

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

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

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

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

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

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

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

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

    #net_food_spec20 .sp {
        display: block;
    }
    .PC{
        display: none;
    }
    .SP{
        display: inline-block;
    }
}