@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*--------------------------------------------
特集
--------------------------------------------*/
#d_topic_path{
    max-width: 990px;
    margin: 0 auto 20px;
}
#net_food_bent_20250401 .pc{
    display: block;
}

#net_food_bent_20250401 .sp{
    display: none;
}

#net_food_bent_20250401 a:active { text-decoration:none;}


#d_container .wrap{
    width: 100%;
}
#net_food_bent_20250401 .mv{
    width: 100%;
    background-color: #fffbc8;
}

#net_food_bent_20250401 .mv .mvInner{
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

#net_food_bent_20250401 .navi_area {
    width: 990px;
    margin: 0 auto;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin: 30px auto 0;
}

#net_food_bent_20250401 .navi_area h2{
    font-size: 35px;
}

#net_food_bent_20250401 .navi_area h2 .sml{
    font-size: 80%;
}


#net_food_bent_20250401 .navi_area .navi{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto 0;
}

#net_food_bent_20250401 .navi_area .navi li{
    width: calc((100% - 23px * 3) / 4);
    margin-bottom: 20px;
    min-width: 230px;
    height: 130px;
    border: 2px solid #e2a57b;
    background-color: #fae7da;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

#net_food_bent_20250401 .navi_area .navi li::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    bottom: -15px;
    right: -15px;
    background-color: #e2a57b;
    transform: rotate(45deg);
}

#net_food_bent_20250401 .navi_area .navi li:not(:nth-child(4n)){
    margin-right: 23px;
}

#net_food_bent_20250401 .navi_area .navi li .liInner{
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: center;
}

#net_food_bent_20250401 .navi_area .navi li .liCenter{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#net_food_bent_20250401 .navi_area .navi li a{
    color: #000;
    display: flex;
    align-items:center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.08em;
    font-family: "Noto Serif JP", serif;
    transition: .5s;
}

#net_food_bent_20250401 .navi_area .navi li a rt{
    font-weight: normal;
    position: relative;
	top: -.2em;
	transform: translateY(-.2em);
}

#net_food_bent_20250401 .navi_area .navi li a .sml{
    font-size: 70%;
}

#net_food_bent_20250401 .navi_area .navi li a:hover{
    text-decoration: none;
    transition: .5s;
    opacity: .5;
}


@media screen and (max-width:480px) {
    #net_food_bent_20250401 .pc{
        display: none;
    }
    
    #net_food_bent_20250401 .sp{
        display: block;
    }

#net_food_bent_20250401 .mv .mvInner{
    width: 100%;
    max-width: 100%;
}

#net_food_bent_20250401 .navi_area {
    width: 100%;
    margin: 20px auto 0;
}

#net_food_bent_20250401 .navi_area h2{
    font-size: 25px;
}

#net_food_bent_20250401 .navi_area h2 .sml{
    font-size: 80%;
}


#net_food_bent_20250401 .navi_area .navi{
    margin: 10px auto 0;
    padding: 0 20px 0;
    box-sizing: border-box;
    justify-content: flex-start;
}

#net_food_bent_20250401 .navi_area .navi li{
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
    min-width: auto;
    height: 100px;
}

#net_food_bent_20250401 .navi_area .navi li .liInner{
    font-size: 20px;
    line-height: 1.3em;
}

#net_food_bent_20250401 .navi_area .navi li::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    bottom: -10px;
    right: -10px;
}

#net_food_bent_20250401 .navi_area .navi li:not(:nth-child(4n)){
    margin-right: auto;
}

#net_food_bent_20250401 .navi_area .navi li:not(:nth-child(2n)){
    margin-right: 10px;
}

#net_food_bent_20250401 .navi_area .navi li a rt{
	top: 1px;
	transform: translateY(1px);
}


}