@charset "UTF-8";

/*--------------------------------------------
共通 
--------------------------------------------*/
#net_cosm_xmas_20231014 {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#net_cosm_xmas_20231014 * {
    box-sizing: border-box;
}

#net_cosm_xmas_20231014 a {
    text-decoration: none;
}


/*--------------------------------------------
MV
--------------------------------------------*/
#net_cosm_xmas_20231014 .mv {
    margin: 0;
}

#net_cosm_xmas_20231014 .mv img {
    max-width: 100%;
}


/*--------------------------------------------
ナビ
--------------------------------------------*/
#net_cosm_xmas_20231014 .navi_area {
    padding: 20px 10px;
    /*background-color: #006833;*/
	background-color: #191970;
	letter-spacing: .1rem;
}



#net_cosm_xmas_20231014 .navi{
    display: flex;
    flex-wrap: wrap;
}

/*--------------------------------------------
ナビ＞テキストボタン
--------------------------------------------*/
#net_cosm_xmas_20231014 .navi li {
    position: relative;
    font-size: 14px;
    border-radius: 3px;
    text-decoration: none;
    transition: .4s;
	/*border: 1px solid #5b2f2f;*/
    background: #ffffff;
	flex-grow: 1;
}


#net_cosm_xmas_20231014 .navi li:hover {
    opacity: .7;
    cursor: pointer;
}

#net_cosm_xmas_20231014 .navi li a {
    color: #191970;
	  font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: .8em 0;
}

#net_cosm_xmas_20231014 .navi li::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #191970;
    border-right: solid 2px #191970;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
	margin-top: -5px;
}





/*--------------------------------------------
３列
--------------------------------------------*/
#net_cosm_xmas_20231014 .navi3 {
    margin-top: 0;
}


#net_cosm_xmas_20231014 .navi3 li {
    width: calc((100% - (5px * 2)) / 3);
    height: 60px;
}

#net_cosm_xmas_20231014 .navi3 li:not(:nth-child(3n)) {
  margin-right: 5px;
}


#net_cosm_xmas_20231014 .navi3 li:nth-last-child(n + 4) {
  margin-bottom: 5px;
}


/*--------------------------------------------
リンク無し
--------------------------------------------*/

#net_cosm_xmas_20231014 .navi3 li.linkoff {
    color: #5b2f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .8em 0;
}

#net_cosm_xmas_20231014 .navi3 li.linkoff a {
    pointer-events: none;
}


#net_cosm_xmas_20231014 .navi3 li.linkoff::after {
    display: none;
}

#net_cosm_xmas_20231014 .navi3 li.linkoff:hover {
    opacity: 1;
	cursor: default;
}


/*--------------------------------------------
ナビ＞すべての商品を見る
--------------------------------------------*/
#net_cosm_xmas_20231014 .link_all {
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-size: 16px;
    border-bottom: solid 1px #ffffff;
    padding-right: 20px;
	margin-top: 1rem;
    transition: .4s;
}

#net_cosm_xmas_20231014 .link_all:hover {
    border-bottom: solid 2px transparent;
    opacity: .7;
}

#net_cosm_xmas_20231014 .link_all::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 4px;
	top: 50%;
	margin-top: -3px;
}



/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#net_cosm_xmas_20231014 .pc {
    display: block;
}

#net_cosm_xmas_20231014 .sp {
    display: none;
}

