@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*--------------------------------------------
共通 
--------------------------------------------*/
.net_food_xmas_20251031 {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.net_food_xmas_20251031 * {
    box-sizing: border-box;
}

.net_food_xmas_20251031 a {
    text-decoration: none;
}




/*--------------------------------------------
ナビ
--------------------------------------------*/
.net_food_xmas_20251031 .navi_area {
	letter-spacing: .1rem;
    margin: 0 auto 10px;
}

.net_food_xmas_20251031 .navi{
    display: flex;
    flex-wrap: wrap;
}
/*--------------------------------------------
2列
--------------------------------------------*/
.net_food_xmas_20251031 .navi_2 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0;
    gap: 1px;
}


/*--------------------------------------------
ナビ＞テキストボタン
--------------------------------------------*/
.net_food_xmas_20251031 .navi li {
    position: relative;
    width: 100%;
    height: 64px;
}


.net_food_xmas_20251031 .navi li:not(:nth-child(2n)) {
    margin-right: 0px;
  }

.net_food_xmas_20251031 .navi li:nth-last-child(n + 3) {
    margin-bottom: 1px;
  }



.net_food_xmas_20251031 .navi li a {
    font-family: 'Noto Serif JP', serif;
    background: #ae0b2a;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;  
}
.net_food_xmas_20251031 . li a {
    font-family: 'Noto Serif JP', serif;
    background: #ae0b2a;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;  
}



.net_food_xmas_20251031 .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: 10px;
    top: 50%;
    margin-top: -4px;
}



.net_food_xmas_20251031 .navi li a:hover{
    transition: .3s;
    opacity: .7;
    cursor: pointer;
}


/*イベント offボタン*/


.net_food_xmas_20251031 .navi li.off {
    cursor: default;
}

.net_food_xmas_20251031 .navi li.off a {
    background-color: #c0c0c0;
    pointer-events: none;
}

.net_food_xmas_20251031 .navi li.off:after {
    border: none;
}

.net_food_xmas_20251031 .navi li.off:hover,
.net_food_xmas_20251031 .navi li.off a:hover {
    pointer-events: none;
    opacity: 1;
}

.net_food_xmas_20251031 .navi_2 >li{
    width: calc(100% / 3 - 2px);
}
.net_food_xmas_20251031 .navi_2 > li>a{
    width: 100%;
    background-color: #225010;
}
.net_food_xmas_20251031 .red > li>a{
    width: 100%;
    background-color: #225010;
}
.net_food_xmas_20251031 .navi_area_2{
    width: 100%;
    background-color: #af173e;
    padding: 30px;
}


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

.net_food_xmas_20251031 .sp {
    display: none;
}

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

/*--------------------------------------------
ナビ＞テキストボタン
--------------------------------------------*/
.net_food_xmas_20251031 .navi_2 >li:nth-child(1){
    width: calc(100%);
}
.net_food_xmas_20251031 .navi_2 >li:nth-child(2){
    width: calc(50% - 1px);
}.net_food_xmas_20251031 .navi_2 >li:nth-child(3){
    width: calc(50% - 1px);
}
.net_food_xmas_20251031 .navi li a {
    font-size: 12px;
    padding: 5px;
}

.net_food_xmas_20251031 .navi li::after {
    right: 10px;
    width: 5px;
    height: 5px;
}


.net_food_xmas_20251031 .navi li {
    height: 14vw;
}



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

.net_food_xmas_20251031 .sp {
    display: block;
}
}

.net_food_xmas_20251031 .red{
display: flex;
flex-wrap: wrap;
gap: 7px;
width: 100%;
background-color: #af173e;

}

.net_food_xmas_20251031 .row1{
width: 100%;
display: flex;
gap: 7px;

}
.net_food_xmas_20251031 .row2{
width: 100%;
display: flex;
gap: 7px;

}

.net_food_xmas_20251031 .red a{
    width: 50%;
    color: #333;
    font-family: sans-serif;
    font-size: 18px;
    display: block;
    width: 50%;
    height: 64px;
    background-color: #fff;
    border:  #d03760 solid 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.net_food_xmas_20251031 .red a::after{
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #af173e;
    border-right: solid 1px #af173e;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
}



.navi_area_2>.xmas_link_all{
    font-family: sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-decoration:underline;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    
}
.navi_area_2>.xmas_link_all::after{
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: -12px;
    top: 9px}

.net_food_xmas_20251031 .mv >img{
    width: 100%;
}

@media screen and (max-width:480px){
    .net_food_xmas_20251031 .row1{
        flex-direction: column;
        width: 100%;
    }
    .net_food_xmas_20251031 .row2{
        flex-direction: column;
         width: 100%;}
             .net_food_xmas_20251031 .row1 a{
      
        width: 100%;
    }
    .net_food_xmas_20251031 .row2 a{
         width: 100%;}
         .net_food_xmas_20251031 .navi_2  > li>a{
    font-size: 16px;
}
.net_food_xmas_20251031 .navi_area_2{
     padding: 12px 10px 20px 10px;
    
}
.net_food_xmas_20251031 .navi_area_2 .row1 {
    display: flex;
    flex-direction: row;
    gap: 6px;
}
.net_food_xmas_20251031 .navi_area_2 .row1 a{
    width: calc(100%/3);
    font-size: 14px;
     letter-spacing: -0.01em;
     height: 60px;
    
}
.net_food_xmas_20251031 .navi_area_2 .row2 {
    display: flex;
    flex-direction: row;
    gap: 6px;
}
.net_food_xmas_20251031 .navi_area_2 .row2 a{
    width: calc(100%/2);
    font-size: 14px;
    letter-spacing: -0.01em;
    height: 60px;
}
.net_food_xmas_20251031 .red a::after{
    width: 6px;
    height: 6px;
    right: 8px;
    top: 52%;
    
}
.net_food_xmas_20251031 .navi_2  > li>a{
    font-size: 14px;
}
.net_food_xmas_20251031 .navi_area_2{
    padding: 20px 10px 20px 10px;
}

}