<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*--------------------------------------------
共通 
--------------------------------------------*/
#net_fash_pps_20230918 {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#net_fash_pps_20230918 * {
    box-sizing: border-box;
}

#net_fash_pps_20230918 a {
    text-decoration: none;
}


/*--------------------------------------------
MV
--------------------------------------------*/
#net_fash_pps_20230918 .mv {
    margin: 0;
}

#net_fash_pps_20230918 .mv img {
    max-width: 100%;
}


/*--------------------------------------------
ナビ
--------------------------------------------*/
#net_fash_pps_20230918 .navi_area {
    padding: 20px 10px;
    background-color: #F0E5DB;
	letter-spacing: .1rem;
}



#net_fash_pps_20230918 .navi{
    display: flex;
    flex-wrap: wrap;
}

/*--------------------------------------------
ナビ＞テキストボタン
--------------------------------------------*/
#net_fash_pps_20230918 .navi li {
    position: relative;
    font-size: 14px;
    border-radius: 3px;
    text-decoration: none;
    transition: .4s;
    margin-bottom: 5px;
	border: 1px solid #5b2f2f;
    background: #ffffff;
	flex-grow: 1;
}


#net_fash_pps_20230918 .navi li:hover {
    opacity: .7;
    cursor: pointer;
}

#net_fash_pps_20230918 .navi li a {
    color: #5b2f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: .8em 0;
}

#net_fash_pps_20230918 .navi li::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #5b2f2f;
    border-right: solid 2px #5b2f2f;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
	margin-top: -5px;
}





/*--------------------------------------------
３列
--------------------------------------------*/
#net_fash_pps_20230918 .navi3 {
    margin-top: 0;
}


#net_fash_pps_20230918 .navi3 li {
    width: calc((99.97% - 15px) / 3);
    height: 60px;
	margin-right: 5px;
}

#net_fash_pps_20230918 .navi3 li:nth-child(3) {
    margin-right: 0;
}


#net_fash_pps_20230918 .navi3 li:last-child {
    margin-right: 0;
}


/*--------------------------------------------
リンク無し
--------------------------------------------*/

#net_fash_pps_20230918 .navi3 li.linkoff {
    color: #5b2f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .8em 0;
}

#net_fash_pps_20230918 .navi3 li.linkoff a {
    pointer-events: none;
}


#net_fash_pps_20230918 .navi3 li.linkoff::after {
    display: none;
}

#net_fash_pps_20230918 .navi3 li.linkoff:hover {
    opacity: 1;
	cursor: default;
}


/*--------------------------------------------
ナビ＞すべての商品を見る
--------------------------------------------*/
#net_fash_pps_20230918 .link_all {
    display: inline-block;
    color: #5b2f2f;
    position: relative;
    font-size: 16px;
    border-bottom: solid 1px #5b2f2f;
    padding-right: 20px;
	margin-top: 1rem;
    transition: .4s;
}

#net_fash_pps_20230918 .link_all:hover {
    border-bottom: solid 2px transparent;
    opacity: .7;
}

#net_fash_pps_20230918 .link_all::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #5b2f2f;
    border-right: solid 2px #5b2f2f;
    transform: rotate(45deg);
    position: absolute;
    right: 4px;
	top: 50%;
	margin-top: -3px;
}



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

#net_fash_pps_20230918 .sp {
    display: none;
}

</pre></body></html>