@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/
/* CSS Document */
/* 共通CSS */
#ge10 {
    font-size: 16px;
    color: #000000;
}
#ge10 .fvBnr{
	margin-bottom: 100px;
}
#ge10 p.typeText{
	background-color: #d9d1e9;
	color: #69356c;
	padding: 25px;
	margin-bottom: 29px;
	font-size: 35px;
}
#ge10 p.typeText .text{
	font-weight: bold;
}
#ge10 p.typeText .Recommend{
	font-size: 22px;
}
#ge10 p.temperature{
    font-size: 23px;
    font-weight: bold;
    color: #69356c;
}
#ge10 a{
    text-decoration: none;
	color: #000000;
}
#ge10 img{
    width: 100%;
    height: auto;
}
#ge10 .itemList .itemList6Wrap img:hover{ 
   opacity: 0.75;
} 


/* FV */
#ge10 .fvBnr img {
    margin-bottom: 100px;
}
#ge10 .fvBnr .fvText {
    font-size: 14.5px;
    line-height: 2.4;
}

/*　商品陳列 パターン6（画像コーディネート）*/	
#ge10 .itemListDetail_1 .typeText{
	text-align: center;
	font-size: 27px;
	line-height: 50px;
	margin-bottom: 30px;

}
#ge10 .itemListDetail_1 .typeText span{
	font-size: 45px;
}

#ge10 .itemListDetail_1 .type{
	display: flex;
	justify-content: space-evenly;

}
 #ge10 .type li{
     position: relative;
 }

#ge10 .type li a:after{
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(135deg);
    position: absolute;
    left: 49%;
    bottom: 0%;
}

#ge10 .itemListDetail_1 .type li { 
	width: 260px; 
}
#ge10 .itemList .corner{
	text-align: center;
	padding: 50px;
}


#ge10 .itemList .corner h2{ 
	font-size: 28px;
	color: #69356c;
	font-weight: bold; 
	margin-bottom: 30px; 
}

#ge10 .itemList .corner .itemList6 {	
   display: flex;
   justify-content: space-between; 
	align-items: center;

}
#ge10 .itemList .corner .itemList6 .codeImg{
	   width: 50%;
}

#ge10 .itemList .corner .itemList6 .codeSpec6 {
	   width: 47%;
	   margin-left: 3%; 

}
#ge10 .itemList .corner .itemList6 .coordinate {  
   width: 47%;
   margin: 0 auto;
	font-size: 38px;
    font-weight: bold;
	color: #69356c;
}
#ge10 .itemList .corner .itemList6 .codeSpec6 .wear{ 
   margin: 6% 7% 12%;
	   line-height: 1.8;
	   font-size: 15px;
	   letter-spacing: 1.8px;
	   text-align: left;
}
#ge10 .itemList .corner .itemList6 .codeSpec6 .mainItemListWrap { 
   display: flex; 
	   justify-content: center;
	   flex-wrap: wrap; 


}

#ge10 .itemList .mainItemListWrap li {
   width: 30%; 
	margin: 0 1.5%

}
#ge10 .itemList .itemList6 .itemSpec6 { 
   margin-top: 10px;

}
#ge10 .itemList .itemList8 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#ge10 .itemList .itemList8 li {
    width: 24%;
	margin-bottom: 30px;
	text-align: left;
}
#ge10 .itemList .itemList8 li .itemSpec4 {
   margin-top: 10px;
} 

/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {

/* FV */
#ge10 .fvBnr{
	margin-bottom: 10%;
}
#ge10 .fvBnr .fvText {
	margin: 0 12%;
    font-size: 12px;
    line-height: 2.2;
	letter-spacing: 2px;
}
#ge10 .type li:after{
		bottom: 6%;
	}

/*　商品陳列 パターン6（画像コーディネート）*/
#ge10 .itemListDetail_1 .typeText{
    font-size: 23px;
	margin-bottom: 10%; 
	line-height: 2.0;

}
#ge10 p.typeText{
	font-size: 27px;
}
#ge10 p.typeText .Recommend{
	font-size: 15px;
	}
#ge10 .itemListDetail_1 li{
	margin: 0 auto 10%;
}

#ge10 .itemListDetail_1 li a{
    padding: 4%;
    margin: 6% auto 10%;

}

#ge10 .itemList .corner{
   margin-bottom: 15%;
   padding: 0;
}

#ge10 .itemList .corner h2 {
    margin-bottom: 10%;
    font-size: 25px;
}
#ge10 .itemList .corner .itemList6 {
    display: block;
}
#ge10 .itemList .itemList6 .codeImg{ 
   margin-bottom: 5%;
   width: 100%!important;
}
#ge10 .itemList .itemList6 .codeSpec6 { 
	   width: 100%!important;
       margin-left: 0!important;
}
#ge10 .codeSpec6 .wear{
	   margin-bottom: 10%;
   font-size: 14px;
   line-height: 2.2;
}
#ge10 .itemList .itemList6 li {
	   width: 45%;
	   margin-bottom: 10%;
}
#ge10 .itemList8 li .itemSpec4 {
   padding: 10px 7px 0px;
}

#ge10 .itemList8 li{
	width: 49%!important;
    margin-bottom: 5%;
    position: relative;
}
}
