background-color: #fcf0f4;background-color: #fcf0f4;@charset "utf-8";
/* CSS Document */

/*------基本CSS（PC用記述記載）------*/

/* 共通CSS */
#ge8 {
    font-size: 16px;
    color: #000000;
    width: 1080px;
    margin: auto;
}
#ge8 a{
    text-decoration: none;
	color: #000000;
}
#ge8 img{
    width: 100%;
    height: auto;
}
#ge8 .itemList .itemList6Wrap img:hover{ 
   opacity: 0.75; 
} 


/*　商品陳列 パターン6（画像コーディネート）*/	
#ge8 .itemListDetail_1 .typeText{
	text-align: center;
    background-color: #efe9dd;
	color: #563319;
	font-size: 27px;
	line-height: 50px;
	margin-bottom: 30px;

}

#ge8 .itemListDetail_1 .type{
	display: flex;
   justify-content: space-between; 
   align-items: flex-start;
	list-style: none;

}

#ge8 .itemListDetail_1 .type li { 
	width: 330px; 
}
#ge8 .itemListDetail_1 .type li a{
	width: 60%;
    background: #000000;
    padding: 2%;
    color: #ffffff!important;
    margin: 10% auto 0;
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
    box-sizing: border-box;
	display: block;
}
#ge8 .itemList .corner{
	text-align: center;
	padding: 50px;
	margin-bottom: 100px;
}


#ge8 .itemList .corner h2{ 
	font-size: 28px;
    color: #c99abc;
	font-weight: bold; 
	margin-bottom: 30px; 
}
#ge8 .itemList .corner:nth-of-type(2) h2 {
	   color: #c79175;
}
#ge8 .itemList .corner:nth-of-type(3) h2 { 
   color: #93a0c2;
}

#ge8 .itemList .corner .itemList6 {
   display: flex;
   margin-bottom: 60px;

}
#ge8 .itemList .corner .itemList6 .codeImg{
	width: 50%;
	margin-top: 115px;
}

#ge8 .itemList .corner .itemList6 .codeSpec6 {
	   width: 47%;
	   margin-left: 3%; 

}
#ge8 .itemList .corner .itemList6 .coordinate {  
    width: 30%;
    margin: 15px auto;
}
#ge8 .itemList .corner .itemList6 .codeSpec6 .wear{ 
    line-height: 2.2;
    font-size: 14px;
    text-align: initial;
}
#ge8 .itemList .corner .itemList6 .codeSpec6 .wear span{
   font-weight: bold;
}
#ge8 .itemList .corner .itemList6 .codeSpec6 .mainItemListWrap { 
   display: flex; 
	   justify-content: center;


}

#ge8 .itemList .mainItemListWrap li {
	width: 34%;
    margin: 0 10px 20px 10px;

}

#ge8 .itemList .itemList8 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#ge8 .itemList .itemList8 li {
    width: 24%;
	margin-bottom: 30px;
}
#ge8 .itemList .itemList8 li .itemSpec4 {
   margin-top: 10px;
}





/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {



/*　商品陳列 パターン6（画像コーディネート）*/
#ge8 .itemListDetail_1 .type{
	display: initial;
	}
#ge8 .itemListDetail_1 .typeText{
    font-size: 23px;


}
#ge8 .itemList .corner .itemList6 .codeImg{
    width: initial;
	margin: initial;
	}
#ge8 .itemList .corner .itemList6{
    display: initial;
	}
#ge8 .itemListDetail_1 li{
	margin: 0 auto 10%;
}

#ge8 .itemList .corner{
   margin-bottom: 15%;
   padding: 10% 0;
}
#ge8 .itemList .corner h2{
   padding-bottom: 5%; 
   font-size: 17px; 
}
	#ge8 .itemList .corner .itemList6 .codeSpec6{
	width: initial;
    margin: 0 10% 15%;
}
#ge8 .itemList .itemList6 li {
	   width: 43%;
	   margin-bottom: 10%;
}


#ge8 .itemList .itemList8 li{
	width: 49%;
    margin-bottom: 5%;
}


}