@charset "UTF-8";

/* =============================================
共通
============================================= */
#net_fash_business_20240307 {
    text-align: center;
    font-size: 16px;
    color: #231815;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#net_fash_business_20240307 a {
    text-decoration: none;
}

#net_fash_business_20240307 .link_hover {
    text-decoration: none;
    transition: .4s;
}

#net_fash_business_20240307 .link_hover:hover {
    opacity: .7;
    cursor: pointer;
}

/* =============================================
MV
============================================= */
#net_fash_business_20240307 .mv {
    margin: 0;
}

#net_fash_business_20240307 .mv img{
    width: 765px;
}

/* =============================================
ナビ
============================================= */
#net_fash_business_20240307 .navi_area{
    padding: 30px 30px 20px;
    background-color: #eceefa;
	margin-top: 5px;
}

#net_fash_business_20240307 .navi {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}


#net_fash_business_20240307 .navi li{
	font-size: 16px;
    background: #120c4a;
    height: 64px;
    position: relative;
    box-sizing: border-box;
	width: calc((100% - 18px) / 3);
    margin-right: 6px;
	flex-grow: 1;
	margin-bottom: 5px;
}


#net_fash_business_20240307 .navi li:hover{
	text-decoration: none;
    transition: .4s;
	opacity: .7;
    cursor: pointer;
}



#net_fash_business_20240307 .navi li:nth-child(3){
	margin-right: 0;
}


#net_fash_business_20240307 .navi li::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
	margin-top: -5px;
}


#net_fash_business_20240307 .navi li a{
    color: #fff;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}




/* =============================================
すべてを見る
============================================= */

#net_fash_business_20240307 .link_all {
    display: inline-block;
    color: #120c4a;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 2px #120c4a;
    margin: 15px 0 10px;
    padding-right: 20px;
    transition: .4s;
}


#net_fash_business_20240307 .link_all::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #120c4a;
    border-right: solid 2px #120c4a;
    transform: rotate(45deg);
    position: absolute;
    right: 4px;
    top: 27%;
}






/* =============================================
PC・SP表示非表示用
============================================= */
#net_fash_business_20240307 .pc {
    display: block;
}

#net_fash_business_20240307 .sp {
    display: none;
}





/* =============================================
SP
============================================= */


@media screen and (max-width:480px) {
	
	
#net_fash_business_20240307 .mv img{
    width: 100%;
}
	
	
#net_fash_business_20240307 .navi_area{
    padding: 16px 10px;
}

	
#net_fash_business_20240307 .navi li,
#net_fash_business_20240307 .link_all{
	font-size: 14px;
}
	
	
	
	
/* =============================================
PC・SP表示非表示用
============================================= */
#net_fash_business_20240307 .pc {
    display: none;
}

#net_fash_business_20240307 .sp {
    display: block;
}
	
	
}
