@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*--------------------------------------------
共通 
--------------------------------------------*/
#osechi_to_top_cate__menu_2023 {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#osechi_to_top_cate__menu_2023 * {
    box-sizing: border-box;
}

#osechi_to_top_cate__menu_2023 a {
    text-decoration: none;
}


/*--------------------------------------------
MV
--------------------------------------------*/
#osechi_to_top_cate__menu_2023 .mv {
    margin: 0;
}

#osechi_to_top_cate__menu_2023 .mv img {
    max-width: 100%;
}


/*--------------------------------------------
ナビ
--------------------------------------------*/
#osechi_to_top_cate__menu_2023 .navi_area {
    padding: 20px 10px;
    background: url(/ec/shop/images/campaign/20230901_osechi/bg01.jpg) repeat;
	letter-spacing: .1rem;
}



#osechi_to_top_cate__menu_2023 .navi{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

/*--------------------------------------------
ナビ＞テキストボタン
--------------------------------------------*/
#osechi_to_top_cate__menu_2023 .navi li {
    position: relative;
    font-size: 14px;
    text-decoration: none;
    transition: .4s;
    margin-bottom: 5px;
}


#osechi_to_top_cate__menu_2023 .navi li:hover {
    opacity: .7;
    cursor: pointer;
}

#osechi_to_top_cate__menu_2023 .navi li a {
    color: #0f0a01;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0.8em 0;
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.08em;
    background: #fbc354;
    background-image: url(/ec/shop/images/campaign/20230901_osechi/category/btn-cate-arrow01.svg);
	flex-direction: column;
    background-size: 30px 30px;
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
	line-height: 1.2;
	padding-right: 30px;
}


#osechi_to_top_cate__menu_2023 .navi li a .txt-s {
    font-size: 15px;
    letter-spacing: 0;
}



/*--------------------------------------------
３列
--------------------------------------------*/
#osechi_to_top_cate__menu_2023 .navi {
    margin-top: 0;
}


#osechi_to_top_cate__menu_2023 .navi li {
    width: calc((99.97% - 15px) / 3);
    height: 70px;
	margin-right: 5px;
}



#osechi_to_top_cate__menu_2023 .navi li:last-child {
    margin-right: 0;
}





/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#osechi_to_top_cate__menu_2023 .pc {
    display: block;
}

#osechi_to_top_cate__menu_2023 .sp {
    display: none;
}

