@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*--------------------------------------------
共通 
--------------------------------------------*/
#net_food_spec2_20260806 {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#net_food_spec2_20260806 * {
    box-sizing: border-box;
}

#net_food_spec2_20260806 a {
    text-decoration: none;
}

#net_food_spec2_20260806 a.link_hover {
    transition: .5s;
}

#net_food_spec2_20260806 a.link_hover:hover {
    opacity: 0.7;
}


/*--------------------------------------------
MV
--------------------------------------------*/
#net_food_spec2_20260806 .mv {
    margin: 0;
}

#net_food_spec2_20260806 .mv img {
    max-width: 100%;
}

/*--------------------------------------------
coupon
--------------------------------------------*/
#net_food_spec2_20260806 .coupon{
    background-color: #d2edf2;
    padding: 20px 0;
}

#net_food_spec2_20260806 .coupon .couponInner .coupon_txt{
    font-size: 20px;
    line-height: 1.8em;
    letter-spacing: 0.05em;
} 

#net_food_spec2_20260806 .coupon .couponInner span.bold{
    font-weight: bold;
}

#net_food_spec2_20260806 .coupon .couponInner span.marker{
    background: linear-gradient(transparent 50%, #f5f2cb 50%);
}

#net_food_spec2_20260806 .coupon .couponInner span.sml{
    font-size: 14px;
}


#net_food_spec2_20260806 .coupon .couponInner span.boldTxt{
    font-size: 25px;
} 

#net_food_spec2_20260806 .coupon .couponInner .coupon_code{
    background-color: #FFF;
    padding: 8px 15px 5px;
    display: flex;
    margin: 20px auto;
    font-size: 18px;
    width: 400px;
    justify-content: center;
    align-items: baseline;
    color: #025eb3;
}

#net_food_spec2_20260806 .coupon .couponInner .coupon_code .bold{
    font-size: 25px;
}

#net_food_spec2_20260806 .coupon .couponInner .coupon_txt3{
    font-size: 14px;
}

#net_food_spec2_20260806 .coupon .couponInner .coupon_txt2{
    font-size: 18px;
    line-height: 1.5em;
}

/*--------------------------------------------
タイトル
--------------------------------------------*/
#net_food_spec2_20260806 .navi_area .ttl{
    font-size: 25px;
    margin: 0 auto 10px;
}

/*--------------------------------------------
ナビ
--------------------------------------------*/
#net_food_spec2_20260806 .navi_area {
    padding: 20px;
	letter-spacing: .1rem;
    margin: 0 auto;
    background-color: #f2eec3;
}

#net_food_spec2_20260806 .navi{
    display: flex;
    flex-wrap: wrap;
}
/*--------------------------------------------
2列
--------------------------------------------*/
#net_food_spec2_20260806 .navi_3 {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 10px;
    margin: 0 auto 0;
}

#net_food_spec2_20260806 .navi_3 li {
    font-size: 24px;
    background: #adadad;
    width: auto;
    grid-column: span 2;
    height: 70px;
    position: relative;
    margin-right: 0;
    margin-bottom: 0;
}

/* 5カテゴリを上段2件・下段3件で固定 */
#net_food_spec2_20260806 .navi_3 li:nth-child(-n+2) {
    grid-column: span 3;
}

#net_food_spec2_20260806 .navi_3 li:nth-child(n+3) {
    grid-column: span 2;
}



/*--------------------------------------------
ナビ＞テキストボタン
--------------------------------------------*/
#net_food_spec2_20260806 .navi li {
    position: relative;
    /* font-size: 18px; */
    font-size: 15px;
    /* font-weight: bold; */
    border-radius: 5px;
    text-decoration: none;
    transition: .4s;
    /*margin-bottom: 10px;*/
	background: #FFF;
    /* border: 1px solid #000; */
	flex-grow: 1;
    letter-spacing: -0.02em;
}


#net_food_spec2_20260806 .navi li:hover {
    opacity: .7;
    cursor: pointer;
}

#net_food_spec2_20260806 .navi li a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: .8em 0;
}

#net_food_spec2_20260806 .navi li::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
	margin-top: -5px;
}


#net_food_spec2_20260806 .navi li a .nav-s {
    font-size: 10px;
	font-weight: normal;
}


/*--------------------------------------------
すべての商品を見る
--------------------------------------------*/

#net_food_spec2_20260806 .navi_area .link_all {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #3c3600;
  border-bottom: solid 2px #3c3600;
  transition: 0.4s;
}
#net_food_spec2_20260806 .navi_area .link_all::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  content: "";
  border-top: solid 2px #3c3600;
  border-right: solid 2px #3c3600;
  transform: rotate(45deg);
}



/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#net_food_spec2_20260806 .pc {
    display: block;
}

#net_food_spec2_20260806 .sp {
    display: none;
}



/*--------------------------------------------
以下sp
--------------------------------------------*/

    
/*--------------------------------------------
coupon
--------------------------------------------*/
#goods #net_food_spec2_20260806 .coupon{
    padding: 20px 15px;
}

#goods #net_food_spec2_20260806 .coupon .couponInner .coupon_txt{
    font-size: 18px;
} 

#goods #net_food_spec2_20260806 .coupon .couponInner span.boldTxt{
    font-size: 20px;
} 

#goods #net_food_spec2_20260806 .coupon .couponInner .coupon_code{
    background-color: #FFF;
    padding: 8px 15px 5px;
    display: flex;
    margin: 10px auto;
    font-size: 18px;
    max-width: 90%;
    justify-content: center;
    align-items: baseline;
}

#goods #net_food_spec2_20260806 .coupon .couponInner .coupon_code .bold{
    font-size: 23px;
}

#goods #net_food_spec2_20260806 .coupon .couponInner .coupon_txt3{
    font-size: 14px;
}

#goods #net_food_spec2_20260806 .coupon .couponInner .coupon_txt2{
    font-size: 14px;
    line-height: 1.5em;
}

/*--------------------------------------------
タイトル
--------------------------------------------*/
#goods #net_food_spec2_20260806 .navi_area .ttl{
    font-size: 18px;
    margin-bottom: 5px;
}

/*--------------------------------------------
ナビ
--------------------------------------------*/
#goods #net_food_spec2_20260806 .navi_area {
    padding: 10px 5px;
    /* padding: 20px 5px 10px; */
    margin: 0 auto 10px;
}

/*--------------------------------------------
3列
--------------------------------------------*/
#goods #net_food_spec2_20260806 .navi_3 li {
    font-size: calc(((100 / 375) * 12) * 1vw);
    width: auto;
    grid-column: span 1;
    height: 13vw;
    margin-bottom: 0;
}

#goods #net_food_spec2_20260806 .navi_3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 5px;
    row-gap: 5px;
}

/* SPは2カラム・2カラム・1カラム */
#goods #net_food_spec2_20260806 .navi_3 li:nth-child(5) {
    grid-column: 1 / -1;
}

#goods #net_food_spec2_20260806 .navi li::after {
    right: 8px;
}

/*--------------------------------------------
ナビ＞すべての商品を見る
--------------------------------------------*/


#goods #net_food_spec2_20260806 .navi_area .link_all {
  font-size: calc(((100 / 375) * 12) * 1vw);
  margin-top: 10px;
}


/*--------------------------------------------
バナー
--------------------------------------------*/
#goods #net_food_spec2_20260806 .bnr_area{
    margin: 40px 20px 0;
}
#goods #net_food_spec2_20260806 .bnr_area .title{
    font-size: 16px;
    margin: 0 auto 10px;
}
#goods #net_food_spec2_20260806 .bnr_area ul li:not(:last-child){
    margin-bottom: 10px;
}


/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#goods #net_food_spec2_20260806 .pc {
    display: none;
}

#goods #net_food_spec2_20260806 .sp {
    display: block;
}
