@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*--------------------------------------------
共通 
--------------------------------------------*/
#netFoodSpec2_20230727 {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#netFoodSpec2_20230727 * {
    box-sizing: border-box;
}

#netFoodSpec2_20230727 a {
    text-decoration: none;
}


/*--------------------------------------------
MV
--------------------------------------------*/
#netFoodSpec2_20230727 .mv {
    margin: 0;
}

#netFoodSpec2_20230727 .mv img {
    max-width: 100%;
}


/*--------------------------------------------
ナビ
--------------------------------------------*/
#netFoodSpec2_20230727 .navi_area {
    padding: 20px 10px;
    background-color: #eefbfe;
	letter-spacing: .1rem;
}



#netFoodSpec2_20230727 .navi{
    display: flex;
    flex-wrap: wrap;
}


/*--------------------------------------------
3列
--------------------------------------------*/
#netFoodSpec2_20230727 .navi_3 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 10px;
}

#netFoodSpec2_20230727 .navi_3 li {
    font-size: 24px;
    background: #adadad;
    width: calc((100% - 18px) / 3);
    height: 80px;
    position: relative;
}

#netFoodSpec2_20230727 .navi_3 li:not(:last-child){
    margin-right: 9px;
}



/*--------------------------------------------
ナビ＞テキストボタン
--------------------------------------------*/
#netFoodSpec2_20230727 .navi li {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px;
    text-decoration: none;
    transition: .4s;
    margin-bottom: 5px;
	background: #FFF;
    border: 1px solid #22469e;
	flex-grow: 1;
}


#netFoodSpec2_20230727 .navi li:hover {
    opacity: .7;
    cursor: pointer;
}

#netFoodSpec2_20230727 .navi li a {
    color: #22469e;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: .8em 0;
}
/* 
#netFoodSpec2_20230727 .navi li::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 8px;
    top: 50%;
	margin-top: -5px;
}
 */

#netFoodSpec2_20230727 .navi li a .nav-s {
    font-size: 10px;
	font-weight: normal;
}


/*--------------------------------------------
ナビ＞すべての商品を見る
--------------------------------------------*/
#netFoodSpec2_20230727 .link_all {
    display: inline-block;
    color: #22469e;
    position: relative;
    font-size: 20px;
    border-bottom: solid 1px #22469e;
    padding-right: 20px;
    transition: .4s;
	font-weight: 600;
}

#netFoodSpec2_20230727 .link_all:hover {
    border-bottom: solid 2px transparent;
    opacity: .7;
}

#netFoodSpec2_20230727 .link_all::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #22469e;
    border-right: solid 1px #22469e;
    transform: rotate(45deg);
    position: absolute;
    right: 4px;
	top: 50%;
	margin-top: -3px;
}


/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#netFoodSpec2_20230727 .pc {
    display: block;
}

#netFoodSpec2_20230727 .sp {
    display: none;
}

@media screen and (max-width:480px) {
/*--------------------------------------------
ナビ
--------------------------------------------*/
#netFoodSpec2_20230727 .navi_area {
    padding: 10px 5px;
}

/*--------------------------------------------
3列
--------------------------------------------*/
#netFoodSpec2_20230727 .navi_3 li {
    font-size: calc(((100 / 375) * 12) * 1vw);
    width: calc((100% - 10px) / 3);
    height: 13vw;
}

#netFoodSpec2_20230727 .navi_3 li:not(:last-child){
    margin-right: 5px;
}




/*--------------------------------------------
ナビ＞すべての商品を見る
--------------------------------------------*/
#netFoodSpec2_20230727 .link_all {
    font-size: calc(((100 / 375) * 12) * 1vw);
}

/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#netFoodSpec2_20230727 .pc {
    display: none;
}

#netFoodSpec2_20230727 .sp {
    display: block;
}
}