@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*--------------------------------------------
共通 
--------------------------------------------*/
#net_food_60th {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
#net_food_60th * {
    box-sizing: border-box;
}
#net_food_60th a {
    text-decoration: none;
}
/*--------------------------------------------
MV
--------------------------------------------*/
#net_food_60th .mv {
    margin: 0;
}
#net_food_60th .mv img {
    max-width: 100%;
}
/*--------------------------------------------
ナビ
--------------------------------------------*/
#net_food_60th .navi_area {
    padding: 26px;
    letter-spacing: .1rem;
}
#net_food_60th .navi_area {
    background-color: #bed0f0;
}
#net_food_60th .navi_title{
  font-size: 24px;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
#net_food_60th .navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px;
}
#net_food_60th .navi li {
    font-size: 24px;
    background: #02377b;
    height: 70px;
    position: relative;
}
#net_food_60th .navi li:not(:last-child) {
    margin-right: 18px;
}
#net_food_60th .navi_area_1 .navi li:nth-child(n + 4) {
    margin-top: 20px;
}

#net_food_60th .navi_area li:nth-child(4n) {
    margin-right: 0;
}

/*--------------------------------------------
4列
--------------------------------------------*/
#net_food_60th li.navi_4 {
    width: calc((100% - 64px) / 4);
}
/*--------------------------------------------
ナビ＞テキストボタン
--------------------------------------------*/
#net_food_60th .navi li {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: .4s;
    background: #02377b;
    flex-grow: 1;
    letter-spacing: -0.02em;
}
#net_food_60th .navi li:hover {
    opacity: .7;
    cursor: pointer;
}
#net_food_60th .navi li a {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: .8em 0;
}
#net_food_60th .navi li::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
}
#net_food_60th .navi li a .nav-s {
    font-size: 10px;
    font-weight: normal;
}
#net_food_60th .link_all {
    margin-top: 13px;
    display: inline-block;
    color: #02377b;
    position: relative;
    font-size: 20px;
    border-bottom: solid 1px #02377b;
    transition: .4s;
    font-weight: 600;
}
/*--------------------------------------------
クーポンエリア
--------------------------------------------*/
.coupon_area{
  margin: 26px auto 0;
  background: #fff;
  padding: 20px;
}
.coupon_txt{
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
}
.coupon_txt_color{
  color: #02377b;
}
.coupon_area section{
  padding: 20px;
  background: #fcf5de;
  padding: 20px;
  max-width: 500px;
  margin: 20px auto;
  font-size: 20px;
}
/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#net_food_60th .pc {
    display: block;
}
#net_food_60th .sp {
    display: none;
}
@media screen and (max-width:480px) {
/*--------------------------------------------
ナビ
--------------------------------------------*/
    #net_food_60th .navi_area {
        padding: 20px 5px;
    }
    #net_food_60th .navi_title {
      font-size: 15px;
      margin: 0 auto 10px;
  }
    #net_food_60th .navi li:not(:last-child) {
        margin-right: 5px;
    }
    #net_food_60th .navi li.navi_last-child {
        margin-right: 0;
    }
    #net_food_60th .navi li::after {
        right: 8px;
    }
    #net_food_60th .navi li:nth-child(2n) {
        margin-right: 0 !important;
    }
    #net_food_60th .navi_area_1 .navi li:nth-child(n + 3) {
      margin-top: 5px;
    }
    #net_food_60th .link_all {
        font-size: calc(((100 / 375)* 12)* 1vw);
    }
/*--------------------------------------------
2列
--------------------------------------------*/
    #net_food_60th li.navi_4 {
        font-size: calc(((100 / 375) * 12) * 1vw);
        width: calc((100% - 20px) / 2);
        height: 13vw;
        margin-top: 5px;
    }
/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
    #net_food_60th .pc {
        display: none;
    }
    #net_food_60th .sp {
        display: block;
    }
}