﻿/**************************************
#seriesTopSection
**************************************/
#seriesTopSection{
	display: block;
	padding: 0;
}


/**************************************
seriesTopVisual
**************************************/
#seriesTopSection .seriesTopVisual{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px;
	overflow: hidden;
	position: relative;
}
#seriesTopSection .seriesTopVisual img{display: block; width: 100%; height: auto;}

/**************************************
seriesLede
**************************************/
#seriesTopSection .seriesLede{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 30px;
}

#seriesTopSection .seriesLede > .text{
	display: block;
	width: 66.59166666666667%;
	margin-right: 3.75%;
	font-size: 1.4rem;
	line-height: 1.7;
}

#seriesTopSection .seriesLede > .seriesLink{
	display: block;
	width:  33.29583333333333%;
	font-size: 1.4rem;
	line-height: 1.7;
}

#seriesTopSection .seriesLede > .seriesLink > a{
	display: block;
}
#seriesTopSection .seriesLede > .seriesLink figure{
	display: block;
	width: 100%; height: auto;
	margin-bottom: 20px;
}
#seriesTopSection .seriesLede > .seriesLink figure img{display: block; width: 100%; height: auto;}


/**************************************
seriesCampArea
**************************************/

#seriesTopSection .seriesCampArea{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/*campBoxTwoC*/
#seriesTopSection .campBoxTwoC{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 60px;
}
#seriesTopSection .campBoxTwoC:nth-last-of-type(1){margin-bottom: 0;}


#seriesTopSection .campBoxTwoC > figure{
	display: block;
	width: 48.125%;
	margin-right: 3.75%;
	font-size: 1.4rem;
	line-height: 1.7;
}
#seriesTopSection .campBoxTwoC > figure img{display: block; width: 100%; height: auto;}

#seriesTopSection .campBoxTwoC > .text{
	display: block;
	width: 48.125%;
	font-size: 1.4rem;
	line-height: 1.7;
}

#seriesTopSection .campBoxTwoC > .text > p{margin-bottom: 14px;}
#seriesTopSection .campBoxTwoC > .text > p:nth-last-of-type(1){margin-bottom: 0;}

#seriesTopSection .campBoxTwoC > .text a.arrowLink{font-weight: 700;}


/*campBanner*/
#seriesTopSection .campBanner{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 60px;
}
#seriesTopSection .campBanner:nth-last-of-type(1){margin-bottom: 0;}


#seriesTopSection .campBanner > a{
	display: block;
	width: 66.59166666666667%;
	margin: 0 auto;
}

#seriesTopSection .campBanner img{display: block; width: 100%; height: auto;}


/*campBanner*/
#seriesTopSection .campBannerTwoC{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 60px;
}
#seriesTopSection .campBannerTwoC:nth-last-of-type(1){margin-bottom: 0;}

#seriesTopSection .campBannerTwoC > ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#seriesTopSection .campBannerTwoC > ul > li{
	display: block;
	width: 48.125%;
	margin-right: 3.75%;
	font-size: 1.4rem;
	line-height: 1.7;
}
#seriesTopSection .campBannerTwoC > ul > li:nth-of-type(2n){margin-right: 0;}
#seriesTopSection .campBannerTwoC > ul > li:nth-of-type(n + 3){margin-top: 50px;}

#seriesTopSection .campBannerTwoC > ul > li > a{display: block;}
#seriesTopSection .campBannerTwoC > ul > li img{display: block; width: 100%; height: auto;}


/**************************************
seriesItemListSection
**************************************/
#seriesTopSection .seriesItemListSection{
	display: block;
	margin: 0 auto;
}


#seriesTopSection .sortBox{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px;
	padding: 30px;
	background: #eeeeee;
}

#seriesTopSection .sortBox > dl{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#seriesTopSection .sortBox > dl > dt{
	font-size: 1.6rem;
	margin: 0;
	margin-right: 10px;
}
#seriesTopSection .sortBox > dl > dt::after{content: '：';}

#seriesTopSection .sortBox > dl > dd{}
#seriesTopSection .sortBox > dl > dd > ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#seriesTopSection .sortBox > dl > dd > ul > li{margin-right: 30px;}
#seriesTopSection .sortBox > dl > dd > ul > li:nth-last-of-type(1){margin-right: 0;}

#seriesTopSection .resultCnt{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 20px;
	font-size: 1.4rem;
	text-align: left;
}


/*** seriesItemList ******************/

#seriesTopSection #seriesItemList{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#seriesTopSection #seriesItemList > ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#seriesTopSection #seriesItemList > ul > li{
    display: block;
    width: 48.125%;
    margin-right: 3.75%;
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	position: relative;
}

#seriesTopSection #seriesItemList > ul > li:nth-of-type(2n){margin-right: 0;}
/**【FFHC v1.0】「もっと見る」ボタンについて:バグ(bug) #6232 Start*/
#seriesTopSection #seriesItemList > ul > li:nth-of-type(n + 15){display: none;}
/**【FFHC v1.0】「もっと見る」ボタンについて:バグ(bug) #6232 End.*/

#seriesTopSection #seriesItemList > ul > li > a{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	padding: 30px 0;
	text-decoration: none;
}

#seriesTopSection #seriesItemList > ul > li figure{
	display: block;
	width: 150px;
	padding-bottom: 40px;
}
#seriesTopSection #seriesItemList > ul > li figure img{display: block; width: 100%; height: auto;}

#seriesTopSection #seriesItemList > ul > li dl.itemInfo{
	display: block;
	width: calc(100% - 180px);
}

#seriesTopSection #seriesItemList > ul > li dl.itemInfo > dt{
	display: block;
	margin-bottom: 10px;
}

#seriesTopSection #seriesItemList > ul > li dl.itemInfo > dt > span{display: block;}

#seriesTopSection #seriesItemList > ul > li dl.itemInfo > dt > span.cate{
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 10px;
}

#seriesTopSection #seriesItemList > ul > li > a > dl.itemInfo > dt > span.name{
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: 700;
	text-decoration: underline;
}
#seriesTopSection #seriesItemList > ul > li > a:hover > dl.itemInfo > dt > span.name{text-decoration: none;}


#seriesTopSection #seriesItemList > ul > li dl.itemInfo > dd.productName{
	display: block;
	margin-bottom: 10px;
	font-size: 1.2rem;
	line-height: 2;
}

#seriesTopSection #seriesItemList > ul > li dl.itemInfo > dd.productTypeName{
	display: block;
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 2;
}

#seriesTopSection #seriesItemList > ul > li dl.itemInfo > dd.discription{
	display: block;
	margin-bottom: 15px;
	font-size: 1.4rem;
	line-height: 1.6;
}

#seriesTopSection #seriesItemList > ul > li dl.itemInfo > dd.label{
	display: block;
	margin-bottom: 10px;
}

#seriesTopSection #seriesItemList > ul > li dl.itemInfo > dd.label > ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#seriesTopSection #seriesItemList > ul > li dl.itemInfo > dd.label > ul > li{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	height: 22px;
	padding: 0 10px;
	margin: 0 10px 10px 0;
	font-size: 1.2rem;
	background: #eeeeee;
}
#seriesTopSection #seriesItemList > ul > li dl.itemInfo > dd.label > ul > li.new{
    color: #FFFFFF;
    background: #E35555;
}
#seriesTopSection #seriesItemList > ul > li dl.itemInfo > dd.label > ul > li.white{
    border: 1px solid #333333;
    color: #333333;
    background: #FFFFFF;
}
#seriesTopSection #seriesItemList > ul > li dl.itemInfo > dd.label > ul > li.text01{
    border: 1px solid #E35555;
    color: #E35555;
    background: #FFFFFF;
}

#seriesTopSection #seriesItemList > ul > li dl.itemInfo > dd.price{
	font-size: 1.4rem;
}


#seriesTopSection #seriesItemList > ul > li .btnQuickView{
	display: block;
	width: 150px;
	position: absolute;
	left: 0;
	top: 190px;
}

#seriesTopSection #seriesItemList > ul > li .btnQuickView > span{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 30px;
	padding-left: 26px;
    font-size: 1.4rem;
	border: 1px solid #333333;
	border-radius: 4px;
    color: #333333;
    background: url("../img/common/icon_open_modal.svg") 12px center no-repeat #FFFFFF;
	background-size: 14px auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
	box-shadow: 2px 2px 0 rgba(187,187,187,1);
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -moz-transition: background 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
}

#seriesTopSection #seriesItemList > ul > li .btnQuickView > span:hover{
	background-color: #e7e7e7;
}

#seriesTopSection #seriesItemList .btnMore{margin-top: 20px;}


/**************************************
useStepSection
**************************************/
#seriesTopSection .useStepSection{
	display: block;
	margin: 0 auto;
}


#seriesTopSection .useStepBox{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	border: 1px solid #CCCCCC;
}

#seriesTopSection .useStepBox ol{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#seriesTopSection .useStepBox ol > li{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
	height: 250px;
	padding-right: 60px;
	position: relative;
	padding-bottom: 40px;
}
#seriesTopSection .useStepBox ol > li::after{
	content: '';
	display: block;
	height: 100%;
	width: 60px;
	background: url("../img/common/icon_arrow_narrow_right_black.svg") center calc(50%) no-repeat;
	background-size: 12px auto;
	position: absolute;
	right: 0;
	top: 0;
}

#seriesTopSection .useStepBox ol > li:nth-last-of-type(1){
	padding-right: 0;
}
#seriesTopSection .useStepBox ol > li:nth-last-of-type(1)::after{display: none;}

#seriesTopSection .useStepBox ol > li > a{
	display: block;
	padding-top: 40px;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	position: relative;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

#seriesTopSection .useStepBox ol > li > a:hover{
	text-decoration: underline;
	opacity: .6;
}

#seriesTopSection .useStepBox ol > li figure{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	margin-bottom: 10px;
}
#seriesTopSection .useStepBox ol > li figure img{display: block; max-height: calc(150px - 1em);}

#seriesTopSection .useStepBox ol > li .icons{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	width: 70px;
	height: 30px;
	position: absolute;
	top: 0;
	left: calc(50% - 35px);
}
#seriesTopSection .useStepBox ol > li .icons > li{ width: 30px;}
#seriesTopSection .useStepBox ol > li .icons > li:nth-of-type(n + 2){ margin-left: 10px;}

#seriesTopSection .useStepBox > ol > li.twoWay{
	display: block;
	height: auto;
}
#seriesTopSection .useStepBox > ol > li.twoWay::before{
	content: '';
	display: block;
	width: calc(100% - 51px);
	height: 1px;
	background: #CCCCCC;
	position: absolute;
	left: 0;
	top: calc(50%);
}

#seriesTopSection .useStepBox > ol > li.twoWay ol > li{
	height: 230px;
	margin-top: 0;
	padding-bottom: 0;
}
#seriesTopSection .useStepBox > ol > li.twoWay ol > li::after{
	background: url("../img/common/icon_arrow_narrow_right_black.svg") center calc(50% + 40px) no-repeat;
	background-size: 12px auto;
}

#seriesTopSection .useStepBox > ol > li.twoWay > dl{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	position: relative;
}

#seriesTopSection .useStepBox > ol > li.twoWay > dl:nth-of-type(1){padding-bottom: 20px;}
#seriesTopSection .useStepBox > ol > li.twoWay > dl:nth-of-type(2){padding-top: 20px;}

#seriesTopSection .useStepBox > ol > li.twoWay > dl > dt{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	width: 120px;
	padding-top: 60px;
	margin-right: 10px;
}
#seriesTopSection .useStepBox > ol > li.twoWay > dl > dt > span{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	width: 120px;
	height: 120px;
	background: #dddddd;
	border-radius: 50%;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
}

#seriesTopSection .useStepBox > ol > li.twoWay > dl > dd{max-width: 100%;}


@media screen and ( max-width:1200px) {

	#seriesTopSection .useStepBox ol > li{
		height: calc(250 * (100vw / 1200));
		padding-right: calc(60 * (100vw / 1200));
		padding-bottom: calc(40 * (100vw / 1200));
	}
	#seriesTopSection .useStepBox ol > li::after{
		width: calc(60 * (100vw / 1200));
		background: url("../img/common/icon_arrow_narrow_right_black.svg") center calc(50%) no-repeat;
		background-size: calc(12 * (100vw / 1200)) auto;
	}
	#seriesTopSection .useStepBox ol > li > a{
		padding-top: calc(40 * (100vw / 1200));
		font-size: calc(16 * (100vw / 1200));
	}
	#seriesTopSection .useStepBox ol > li figure{
		margin-bottom: calc(10 * (100vw / 1200));
	}
	#seriesTopSection .useStepBox ol > li figure img{display: block; max-height: calc(150 * (100vw / 1200) - 1em);}

	#seriesTopSection .useStepBox ol > li .icons{
		width: calc(70 * (100vw / 1200));
		height: calc(30 * (100vw / 1200));
		left: calc(50% - (35 * (100vw / 1200)));
	}
	#seriesTopSection .useStepBox ol > li .icons > li{ width: calc(30 * (100vw / 1200));}
	#seriesTopSection .useStepBox ol > li .icons > li:nth-of-type(n + 2){ margin-left: calc(10 * (100vw / 1200));}

	#seriesTopSection .useStepBox > ol > li.twoWay::before{
		width: calc(100% - (50 * (100vw / 1200)) - 1px);
	}

	#seriesTopSection .useStepBox > ol > li.twoWay ol > li{
		height: calc(230 * (100vw / 1200));
	}
	#seriesTopSection .useStepBox > ol > li.twoWay ol > li::after{
		background: url("../img/common/icon_arrow_narrow_right_black.svg") center calc(50% + (40 * (100vw / 1200))) no-repeat;
		background-size: calc(12 * (100vw / 1200)) auto;
	}

	#seriesTopSection .useStepBox > ol > li.twoWay > dl:nth-of-type(1){padding-bottom: calc(20 * (100vw / 1200));}
	#seriesTopSection .useStepBox > ol > li.twoWay > dl:nth-of-type(2){padding-top: calc(20 * (100vw / 1200));}

	#seriesTopSection .useStepBox > ol > li.twoWay > dl > dt{
		width: calc(120 * (100vw / 1200));
		padding-top: calc(60 * (100vw / 1200));
		margin-right: calc(10 * (100vw / 1200));
	}
	#seriesTopSection .useStepBox > ol > li.twoWay > dl > dt > span{
		width: calc(120 * (100vw / 1200));
		height: calc(120 * (100vw / 1200));
		font-size: calc(16 * (100vw / 1200));
	}

}




/**************************************
seriesLineupSection
**************************************/

#seriesTopSection .seriesLineupSection{
	display: block;
	width: 100%;
	margin: 100px auto 0;
	padding: 0 0 160px;
	background: #f7f7f7;
}

#seriesTopSection .lineupItemList{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#seriesTopSection .lineupItemList > ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#seriesTopSection .lineupItemList > ul > li{
	display: block;
    width: 22.1875%;
    margin-right: 3.75%;
}
#seriesTopSection .lineupItemList > ul > li:nth-of-type(4n){margin-right: 0;}
#seriesTopSection .lineupItemList > ul > li:nth-of-type(n + 5){margin-top: 50px;}


#seriesTopSection .lineupItemList > ul > li > a{
	display: block;
	text-decoration: none;
}
#seriesTopSection .lineupItemList > ul > li > a:hover{text-decoration: underline;}

#seriesTopSection .lineupItemList > ul > li figure{
	display: block;
	margin-bottom: 20px;
}
#seriesTopSection .lineupItemList > ul > li figure > img{display: block; width: 100%; height: auto;}

#seriesTopSection .lineupItemList > ul > li span{
	display: block;
}


#seriesTopSection .seriesLineupSection .btnWhite{
	display: block;
	width: 400px;
	margin: 50px auto 0;
}

