@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*--------------------------------------------
共通 
--------------------------------------------*/
#net_gift_kero_20230817 {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#net_gift_kero_20230817 * {
    box-sizing: border-box;
}

#net_gift_kero_20230817 a {
    text-decoration: none;
}

/*--------------------------------------------
MV
--------------------------------------------*/
#net_gift_kero_20230817 .mv {
    margin: 0;
}

#net_gift_kero_20230817 .mv img {
    max-width: 100%;
}


/*--------------------------------------------
ナビ
--------------------------------------------*/
#net_gift_kero_20230817 .navi_area {
    padding: 20px 10px;
    background-color: #f9f4e6;
	letter-spacing: .1rem;
    margin: 30px auto;
}

#net_gift_kero_20230817 .navi{
    display: flex;
    flex-wrap: wrap;
}

#net_gift_kero_20230817 .navi_area.price {
    background-color: #f4f5e8;
}

/*--------------------------------------------
ナビタイトル
--------------------------------------------*/
#net_gift_kero_20230817 .navi_area .ttl{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

/*--------------------------------------------
4列
--------------------------------------------*/
#net_gift_kero_20230817 .navi_4 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 10px;
}

#net_gift_kero_20230817 .navi_4 li {
    font-size: 24px;
    background: #adadad;
    width: calc((100% - 18px) / 4);
    height: 80px;
    position: relative;
}

#net_gift_kero_20230817 .navi_4 li:not(:last-child){
    margin-right: 3px;
}



/*--------------------------------------------
ナビ＞テキストボタン
--------------------------------------------*/
#net_gift_kero_20230817 .navi li {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    text-decoration: none;
    transition: .4s;
    margin-bottom: 5px;
	background: #FFF;
    border: 1px solid #d16139;
	flex-grow: 1;
    letter-spacing: -0.02em;
}


#net_gift_kero_20230817 .navi li:hover {
    opacity: .7;
    cursor: pointer;
}

#net_gift_kero_20230817 .navi li a {
    color: #d16139;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: .8em 0;
}
/* 
#net_gift_kero_20230817 .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: 8px;
    top: 50%;
	margin-top: -5px;
}
 */

#net_gift_kero_20230817 .navi li a .nav-s {
    font-size: 10px;
	font-weight: normal;
}


#net_gift_kero_20230817 .price .navi li {
    border: 1px solid #748400;
}

#net_gift_kero_20230817 .price .navi li a {
    color: #748400;
}




/*--------------------------------------------
ナビ＞すべての商品を見る
--------------------------------------------*/
#net_gift_kero_20230817 .link_all {
    display: inline-block;
    color: #d16139;
    position: relative;
    font-size: 20px;
    border-bottom: solid 1px #d16139;
    padding-right: 20px;
    transition: .4s;
	font-weight: 600;
}

#net_gift_kero_20230817 .link_all:hover {
    border-bottom: solid 2px transparent;
    opacity: .7;
}

#net_gift_kero_20230817 .link_all::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #d16139;
    border-right: solid 1px #d16139;
    transform: rotate(45deg);
    position: absolute;
    right: 4px;
	top: 50%;
	margin-top: -3px;
}

/*--------------------------------------------
注意事項
--------------------------------------------*/
#net_gift_kero_20230817 .noteWrap{
    margin: 30px auto;
}

#net_gift_kero_20230817 .noteWrap .ttl{
    font-family: 'Noto Serif JP', serif;
    font-size: 25px;
    font-weight: bold;
    margin: 0 auto 20px;
}

#net_gift_kero_20230817 .noteWrap .caution {
    color: #535353;
    font-size: 15px;
    text-align: left;
    margin: 0;
}

#net_gift_kero_20230817 .noteWrap .caution li {
    padding-left: 1em;
    text-indent: -1em;
}

/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#net_gift_kero_20230817 .pc {
    display: block;
}

#net_gift_kero_20230817 .sp {
    display: none;
}

@media screen and (max-width:480px) {
/*--------------------------------------------
ナビ
--------------------------------------------*/
#net_gift_kero_20230817 .navi_area {
    padding: 10px 5px;
}

/*--------------------------------------------
3列
--------------------------------------------*/
#net_gift_kero_20230817 .navi_4 li {
    font-size: calc(((100 / 375) * 12) * 1vw);
    width: calc((100% - 10px) / 2);
    height: 13vw;
}
#net_gift_kero_20230817 .navi_4 li:not(:last-child){
    margin-right: 0;
}

#net_gift_kero_20230817 .navi_4 li:not(:nth-child(2n)){
    margin-right: 5px;
}


/*--------------------------------------------
ナビ＞すべての商品を見る
--------------------------------------------*/
#net_gift_kero_20230817 .link_all {
    font-size: calc(((100 / 375) * 12) * 1vw);
}

/*--------------------------------------------
注意事項
--------------------------------------------*/
#net_gift_kero_20230817 .noteWrap .caution{
    padding: 0 15px;
}

/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#net_gift_kero_20230817 .pc {
    display: none;
}

#net_gift_kero_20230817 .sp {
    display: block;
}
}