@charset "utf-8";
/* CSS Document */
/*------基本CSS（PC用記述記載）------*/



/* 共通CSS */
#ge5 {
    font-size: 16px;
}
#ge5 a{
    text-decoration: none;
}
#ge5 img{
    width: 100%;
    height: auto;
}
#ge5 .navi2 li:hover, #ge5 .itemList4 li:hover, #ge5 .brandTop:hover{
    opacity: 0.75;
}

/* FV */
#ge5 .fvBnr img {
    margin-bottom: 40px;
}
#ge5 .fvBnr .fvText {
    font-size: 14.5px;
    text-align: center;
    line-height: 2.4;
    margin-bottom: 50px;
}

/* naviパターン2(１列+背景なし) */
#ge5 .navi2{
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
	
#ge5 .navi2 li{
    margin: 0 48px 25px 0;
	width: 17%;
}

#ge5 .navi2 li:last-of-type {
    margin-right: 0;
}

/* 商品陳列　共通CSS */	
#ge5 .itemList .itemSpec4{
    margin-top: 10px;
}
#ge5 .itemList .brandname {
	color: #8f929b;
}
#ge5 .itemList .itemname {
	font-size: 12px;
	margin-top: 4px;
}
#ge5 .itemList .saleprice {
    margin-top: 3px;
    display: block;
	color: #fb0000;
}
#ge5 .itemList .price {
    font-size: 12px;
}
#ge5 .itemList .star img {
    width: 13px;
}
#ge5 .itemList .review_count {
    font-size: 12px;
    margin-left: 8px;
}
#ge5 .itemList .price_down {
    color: #fb0000;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
}
/*　商品陳列 パターン6（画像コーディネート）*/	
#ge5 .itemList .itemList6 {
    width: 58%;
	margin: 0 auto;
}
#ge5 .itemList .itemList6.graysAnime{
	filter: grayscale(100);
    transition: all 2s ease 1s;
    transform: translateY(60px);
    opacity: 0;
	margin-bottom: 50px;
}
#ge5 .itemList .itemList6.graysAnime.graysActive{
	filter: grayscale(0);
    animation: animGrays 1s ease-out 0.3s forwards;
}
@keyframes animGrays {
    0% {
        transform: translateY(60px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1
        }
}


/*　商品陳列　パターン4（商品4つ） */		
#ge5 .itemList .itemList4 {
    display: flex;
    flex-wrap: wrap;
}
#ge5 .itemList .itemList4 li {
    width: 23.8%;
    margin: 0 1.6% 5% 0;
}
#ge5 .itemList .itemList4 li:nth-of-type(4n) {
    margin-right: 0;
}
/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {

/* FV */

#ge5 .fvBnr .fvText {
    padding: 10% 0 0;
    font-size: 12px;
    line-height: 2.2;
	margin-bottom: 0;
}

/* naviパターン2(１列+背景なし) */
#ge5 .navi2{
	justify-content: space-around;
	margin-bottom: 10%;
	width: 80%;
    margin: 0 auto 15%;
}
	
#ge5 .navi2 li{
    width: 50%;
    margin: 0;
}
/*　商品陳列 パターン6（画像コーディネート）*/
#ge5 .itemList .itemList6 {
    width: 100%;
    margin: 5% auto;
}
#ge5 .itemList .itemList6.graysAnime{ 
	    margin-bottom: 10%;
}

#ge5 .itemList .itemList6 img{
    display: block!important;
    width: 80%;
    margin: 0 auto;
}

/*　商品陳列　パターン4（商品4つ） */
#ge5 .itemList .itemList4 {
    margin: 0 auto!important;
    justify-content: space-between;
    width: 90%;
}
#ge5 .itemList .itemList4 li {
    width: 50%;
    margin: 0 0 5%;
}

 /* 商品陳列　共通CSS */	
#ge5 .itemList .itemname {
	line-height: 15px;
}
#ge5 .price_down {
    padding: 3px 5px;
}
#ge5 .itemList .price {
    font-size: 14px;
}
#ge5 .itemList .star img {
    width: 12px;
}
#ge5 .itemList .review_count {
    font-size: 10px;
}
#ge5 .itemList .itemSpec4 {
    padding: 10px 7px 0px;
}



}
