@charset "UTF-8";

/* =============================================
共通
============================================= */
#net_food_xmas_20231101 {
    text-align: center;
    font-size: 16px;
    color: #231815;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#net_food_xmas_20231101 a {
    text-decoration: none;
}

#net_food_xmas_20231101 .link_hover {
    text-decoration: none;
    transition: .4s;
}

#net_food_xmas_20231101 .link_hover:hover {
    opacity: .7;
    cursor: pointer;
}

/* =============================================
MV
============================================= */
#net_food_xmas_20231101 .mv {
    margin: 0;
}

#net_food_xmas_20231101 .mv img{
    width: 765px;
}

/* =============================================
ナビ
============================================= */
#net_food_xmas_20231101 .navi-area{
    padding: 30px 30px 14px;
    background: linear-gradient(to bottom, #da0b39, #ae0b2f);
}

#net_food_xmas_20231101 .navi {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

#net_food_xmas_20231101 .navi li{
    font-size: 16px;
    background: #fff;
    height: 64px;
    position: relative;
    box-sizing: border-box;
	border: 3px solid #f492a8;
	 width: calc((100% - (7px * 2)) / 3);
}



#net_food_xmas_20231101 .navi li:not(:nth-child(3n)) {
  margin-right: 7px;
}

#net_food_xmas_20231101 .navi li:nth-last-child(n + 4) {
  margin-bottom: 7px;
}

#net_food_xmas_20231101 .navi li::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #da0b39;
    border-right: solid 2px #da0b39;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
	margin-top: -5px;
}

#net_food_xmas_20231101 .navi li:nth-of-type(3){
    margin-right: 0;
}

#net_food_xmas_20231101 .navi li a{
    color: #231815;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}


#net_food_xmas_20231101 .navi li a .txt-s{
    font-size: 14px;
    padding-top: 3px;
}

/* =============================================
すべてを見るボタン
============================================= */
#net_food_xmas_20231101 .navi-area a.link_all {
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    border-bottom: solid 1px #fff;
    margin: 14px 0 15px 4px;
    padding-right: 20px;
    transition: .4s;
}

#net_food_xmas_20231101 .navi-area .link_all:hover{
    border-bottom: solid 2px transparent;
    opacity: .7;
}

#net_food_xmas_20231101 .navi-area .link_all::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 4px;
    top: 27%;
}



/* =============================================
PC・SP表示非表示用
============================================= */
#net_food_xmas_20231101 .pc {
    display: block;
}

#net_food_xmas_20231101 .sp {
    display: none;
}