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


/**************************************
seriesTopVisual
**************************************/
#seriesTopSection .seriesTopVisual{
	width: calc(100% - 40px);
	margin: 0 auto 30px;
	overflow: hidden;
	position: relative;
}
#seriesTopSection .seriesTopVisual img{display: block; width: 100%; height: auto;}


/**************************************
seriesLede
**************************************/
#seriesTopSection .seriesLede{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto 15px;
}

#seriesTopSection .seriesLede > .text{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.7;
}

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

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


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

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


/*campBoxTwoC*/
#seriesTopSection .campBoxTwoC{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto 30px;
}
#seriesTopSection .campBoxTwoC:nth-last-of-type(1){margin-bottom: 0;}


#seriesTopSection .campBoxTwoC > figure{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
#seriesTopSection .campBoxTwoC > figure img{display: block; width: 100%; height: auto;}

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

#seriesTopSection .campBoxTwoC > .text > p{margin-bottom: 10px;}
#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: calc(100% - 40px);
	margin: 0 auto 30px;
}
#seriesTopSection .campBanner:nth-last-of-type(1){margin-bottom: 0;}


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

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


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

#seriesTopSection .campBannerTwoC > ul{
	display: block;
}

#seriesTopSection .campBannerTwoC > ul > li{
	display: block;
	width: 100%;
	margin-bottom: 30px;
	font-size: 1.4rem;
	line-height: 1.7;
}

#seriesTopSection .campBannerTwoC > ul > li:nth-last-of-type(1){margin-bottom: 0;}

#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: block;
	width: calc(100% - 40px);
	margin: 0 auto 30px;
	padding: 20px;
	background: #eeeeee;
}

#seriesTopSection .sortBox > dl{
    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;
	margin-bottom: 10px;
}
#seriesTopSection .sortBox > dl:nth-last-of-type(1){margin-bottom: 0;}

#seriesTopSection .sortBox > dl > dt{
	display: block;
	width: 70px;
	padding-top: 10px;
	font-size: 1.4rem;
	margin-right: 10px;
}
#seriesTopSection .sortBox > dl > dt::after{content: '：';}

#seriesTopSection .sortBox > dl > dd{
	display: block;
	width: calc(100% - 80px);
}
#seriesTopSection .sortBox > dl > dd > 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 .sortBox > dl > dd > ul > li{margin-right: 20px; margin-top: 7px;}
#seriesTopSection .sortBox > dl > dd > ul > li:nth-last-of-type(1){margin-right: 0;}

#seriesTopSection .resultCnt{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto 15px;
	font-size: 1.4rem;
	text-align: left;
}


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

#seriesTopSection #seriesItemList{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto;
}

#seriesTopSection #seriesItemList > ul{
	display: block;
}

#seriesTopSection #seriesItemList > ul > li{
    display: block;
    width: 100%;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}

#seriesTopSection #seriesItemList > ul > li:nth-child(1){border-top: 1px solid #CCCCCC;}
#seriesTopSection #seriesItemList > ul > li:nth-of-type(n + 15){display: none;}


#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: 20px 0;
	text-decoration: none;
}

#seriesTopSection #seriesItemList > ul > li figure{
	display: block;
	width: 85px;
}
#seriesTopSection #seriesItemList > ul > li figure img{display: block; width: 100%; height: auto;}

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

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

#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.5rem;
	line-height: 1.4;
	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;
	font-size: 1.2rem;
	line-height: 1.6;
	margin-top: 10px;
}

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

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

#seriesTopSection #seriesItemList > ul > li dl.itemInfo > dd.label{
	display: block;
	margin-top: 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;
	margin-bottom: -10px;
}
#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 5px 5px 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{
	margin-top: 15px;
	font-size: 1.4rem;
}

#seriesTopSection #seriesItemList > ul > li .btnQuickView{ display: none;}

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


/**************************************
useStepSection
**************************************/
#seriesTopSection .useStepSection{
	display: block;
	width: calc(100% - 40px);
	margin: 50px auto 0;
}

#seriesTopSection .useStepSection .smallTTL{
	display: block;
	padding: 17px 20px 17px 0;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 700;
	position: relative;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#seriesTopSection .useStepSection .smallTTL::before,
#seriesTopSection .useStepSection .smallTTL::after{
	content: '';
	display: block;
	width: 10px; height: 2px;
	background: #333333;
	position: absolute;
	webkit-transition: transform 0.2s ease,opacity 0.5s ease;
    -moz-transition: transform 0.2s ease,opacity 0.5s ease;
    -o-transition: transform 0.2s ease,opacity 0.5s ease;
    transition: transform 0.2s ease,opacity 0.5s ease;
}
#seriesTopSection .useStepSection .smallTTL::before{
	top: 50%;
	right: 0;
}
#seriesTopSection .useStepSection .smallTTL::after{
	transform: rotate(90deg);
	top: 50%;
	right: 0;
}
#seriesTopSection .useStepSection.open .smallTTL::after{
    opacity: 0;
	transform: rotate(0);
}


#seriesTopSection .useStepBox{
	display: block;
	width: 100%;
	max-height: 0;
	margin: 30px auto 0;
	padding: 20px 0;
	border: 1px solid #CCCCCC;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	webkit-transition: max-height 0.4s ease, opacity 0.4s ease;
    -moz-transition: max-height 0.4s ease, opacity 0.4s ease;
    -o-transition: max-height 0.4s ease, opacity 0.4s ease;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

#seriesTopSection .useStepSection.open .useStepBox{
	opacity: 1;
	max-height: 2000px;
	pointer-events: all;
}

#seriesTopSection .useStepBox ol{
	display: block;
}

#seriesTopSection .useStepBox ol > li{
	display: block;
	padding-bottom: 60px;
	position: relative;
}
#seriesTopSection .useStepBox ol > li::after{
	content: '';
	display: block;
	height: 60px;
	width: 100%;
	background: url("../img/common/icon_arrow_narrow_bottom_black.svg") center center no-repeat;
	background-size: 20px auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

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

#seriesTopSection .useStepBox ol > li > a{
    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;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: left;
	text-decoration: none;
	position: relative;
}


#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: flex-end;
    justify-content: flex-end;
	width: 50%;
	padding-left: calc(50% - 65px);
	padding-right: 15px;
}
#seriesTopSection .useStepBox ol > li figure img{display: block; max-height: 95px; max-width: 75px;}

#seriesTopSection .useStepBox ol > li .text{
	display: block;
	width: 50%;
}

#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: flex-start;
    justify-content: flex-start;
	width: 100%;
	height: 18px;
	margin-bottom: 5px;
}
#seriesTopSection .useStepBox ol > li .icons > li{ width: 18px;}
#seriesTopSection .useStepBox ol > li .icons > li:nth-of-type(n + 2){ margin-left: 10px;}

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

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


#seriesTopSection .useStepBox > ol > li.twoWay > dl{
	display: block;
	width: 50%;
}


#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;
	margin: 0 auto 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.5rem;
	line-height: 1.4;
	text-align: center;
}

#seriesTopSection .useStepBox > ol > li.twoWay 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: flex-end;
    justify-content: flex-end;
	width: 50%;
	padding-left: calc(50% - 60px);
	padding-right: 10px;
}
#seriesTopSection .useStepBox > ol > li.twoWay ol > li figure img{display: block; max-height: 95px; max-width: 100%;}



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

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

#seriesTopSection .seriesLineupSection .lineupItemList{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto;
}

#seriesTopSection .seriesLineupSection .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 .seriesLineupSection .lineupItemList > ul > li{
	display: block;
    width: calc(50% - 10px);
    margin-right: 20px;
}
#seriesTopSection .seriesLineupSection .lineupItemList > ul > li:nth-of-type(2n){margin-right: 0;}
#seriesTopSection .seriesLineupSection .lineupItemList > ul > li:nth-of-type(n + 3){margin-top: 20px;}


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

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

#seriesTopSection .seriesLineupSection .lineupItemList > ul > li dl{display: block;}
#seriesTopSection .seriesLineupSection .lineupItemList > ul > li dl > dt{font-weight: 700; margin-bottom: 15px;}
#seriesTopSection .seriesLineupSection .lineupItemList > ul > li dl > dd{
	font-size: 1.4rem;
	line-height: 1.7;
}

#seriesTopSection .seriesLineupSection .lineupItemList > ul > li dl > dd > sup{
	font-size: 1.0rem;
	line-height: 1;
}

#seriesTopSection .seriesLineupSection .lineupItemList .arrowLink{font-weight: 700;}

#seriesTopSection .seriesLineupSection .lineupItemList .arrowLink{
	display: block;
	font-size: 1.5rem;
	line-height: 1.4;
    color: #333333;
    text-decoration: none;
    padding-left: 0;
	position: relative;
}

#seriesTopSection .seriesLineupSection .lineupItemList .arrowLink::before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	border-radius: 2px;
	margin-right: 5px;
	background: url("../img/common/icon_arrow_right_white.svg") center center no-repeat #333333;
	background-size: auto 9px;
	position: inherit;
	vertical-align: text-top;
}

#seriesTopSection .seriesLineupSection .btnWhite{
	display: block;
	width: calc(100% - 40px);
	margin: 40px auto 0;
}

