@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*--------------------------------------------
共通 
--------------------------------------------*/
#net_Lfashion_gp_20240221 {
    text-align: center;
    font-size: 16px;
	font-family: "Noto Serif JP", serif;
    margin: 0;
    padding: 0;
}

#net_Lfashion_gp_20240221 * {
    box-sizing: border-box;
}

#net_Lfashion_gp_20240221 a {
    text-decoration: none;
}

#net_Lfashion_gp_20240221 a.link_hover {
    transition: .5s;
}
 #net_Lfashion_gp_20240221 a.link_hover:hover {
    opacity: 0.7;
} 


/*--------------------------------------------
MV
--------------------------------------------*/
#net_Lfashion_gp_20240221 .mv {
    margin: 0;
}

#net_Lfashion_gp_20240221 .mv img {
    max-width: 100%;
}


/*--------------------------------------------
ナビ
--------------------------------------------*/
#net_Lfashion_gp_20240221 .navi_area {
    padding: 20px 10px;
    background-color: #CDC5BC;
	letter-spacing: .1rem;
}

#net_Lfashion_gp_20240221 .navi{
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 10px;
}



/*--------------------------------------------
ナビ＞テキストボタン
--------------------------------------------*/
#net_Lfashion_gp_20240221 .navi li {
    transition: .4s;
	width: calc((100% - (5px * 2)) / 3);
	position: relative;
    border-radius: 3px;
    text-decoration: none;
    transition: .4s;
    margin-bottom: 5px;
	border: 1px solid #BA9F82;
    background: #ffffff;
}

#net_Lfashion_gp_20240221 .navi li a {
    color: #331D05;
    display: flex;
	font-size: 16px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: .8em 1.1em;
}


#net_Lfashion_gp_20240221 .navi li::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #BA9F82;
    border-right: solid 2px #BA9F82;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
	margin-top: -5px;
}


#net_Lfashion_gp_20240221 .navi li:not(:nth-child(3n)){
    margin-right: 5px;
}





#net_Lfashion_gp_20240221 .navi li:hover {
    cursor: pointer;
    opacity: 0.7;
}


/*--------------------------------------------
ナビ＞すべての商品を見る
--------------------------------------------*/
#net_Lfashion_gp_20240221 .link_all {
    display: inline-block;
    color: #331D05;
    position: relative;
    font-size: 18px;
    border-bottom: solid 1px #331D05;
    padding-right: 20px;
    transition: .4s;
}

#net_Lfashion_gp_20240221 .link_all:hover {
    border-bottom: solid 2px transparent;
    opacity: .7;
}

#net_Lfashion_gp_20240221 .link_all::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #331D05;
    border-right: solid 1px #331D05;
    transform: rotate(45deg);
    position: absolute;
    right: 4px;
	top: 50%;
	margin-top: -3px;
}



/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#net_Lfashion_gp_20240221 .pc {
    display: block;
}

#net_Lfashion_gp_20240221 .sp {
    display: none;
}





/*--------------------------------------------
SP
--------------------------------------------*/

@media screen and (max-width:480px) {
	
	#net_Lfashion_gp_20240221 .navi{
    margin-bottom: 0;
}

	
    #net_Lfashion_gp_20240221 .navi_area {
    padding: 1rem 0.5rem;
    letter-spacing: .1rem;
}



	
	#net_Lfashion_gp_20240221 .navi li {
	width: calc((100% - (5px * 1)) / 2);
}
	
#net_Lfashion_gp_20240221 .navi li:not(:nth-child(3n)){
    margin-right: 0;
}

	
#net_Lfashion_gp_20240221 .navi li:not(:nth-child(2n)){
    margin-right: 5px;
}
	
#net_Lfashion_gp_20240221 .navi li a {
	font-size: 3.467vw;	
}



    
/*--------------------------------------------
ナビ＞すべての商品を見る
--------------------------------------------*/
#net_Lfashion_gp_20240221 .link_all {
    font-size: 3.467vw;
    padding-right: 3vw;
    margin-top: 5px;
}


#net_Lfashion_gp_20240221 .navi li::after {
    width: 5px;
    height: 5px;
	width: 1.333vw;
    height: 1.333vw;
    right: 5px;
	right: 1.333vw;
	margin-top: -2px;
	margin-top: -0.533vw;
}




/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#net_Lfashion_gp_20240221 .pc {
    display: none;
}

#net_Lfashion_gp_20240221 .sp {
    display: block;
}
}