
/**************************************
#brandNavArea
**************************************/
#brandNavArea{
	display: block;
	width: 100%;
	margin-top: -2px;
}

#brandNavArea .brandNavHead{
	display: block;
	width: 100%;
	height: 80px;
	background: #CCCCCC;
}

#brandNavArea.astalift .brandNavHead{background: #d7063b;}
#brandNavArea.lunamer .brandNavHead{background: #0060b7;}
#brandNavArea.supplement .brandNavHead{background: #f04500;}
#brandNavArea.cresc .brandNavHead{background: #002f6c;}

#brandNavArea.astaliftmen .brandNavHead{background: #000000;}

#brandNavArea .brandNavHead > .inner{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

#brandNavArea .brandLogo{
    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: 80px;
}
#brandNavArea .brandLogo img{display: block;}
#brandNavArea.astalift .brandLogo img{width: 196px; height: auto;}
#brandNavArea.lunamer .brandLogo img{width: 104px; height: auto;}
#brandNavArea.supplement .brandLogo img{width: 280px; height: auto;}
#brandNavArea.cresc .brandLogo img{
	width: 140px;
	height: auto;
    margin-top: 5px;
}

#brandNavArea.astaliftmen .brandLogo img{
	width: 250px;
	height: auto;
    margin-top: 5px;
}

#brandNavArea .brandNavHead .openBtn{
	display: block;
	position: absolute;
	top: 17px;
	right: 0;
	cursor: pointer;
}
#brandNavArea .brandNavHead .openBtn > p{
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	opacity: 1;
	webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
#brandNavArea.open .brandNavHead .openBtn > p{ opacity: 0;}

#brandNavArea .brandNavHead .openBtn > span{
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 auto 7px;
	position: relative;
}

#brandNavArea .brandNavHead .openBtn > span > span{
	display: block;
	width: 11px;
	height: 11px;
	background: #FFFFFF;
	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;
}

#brandNavArea .brandNavHead .openBtn > span > span:nth-of-type(1){
	right: 0;
	top: 0;
}
#brandNavArea .brandNavHead .openBtn > span > span:nth-of-type(2){
	left: 0;
	bottom: 0;
}

#brandNavArea.open .brandNavHead .openBtn > span > span{opacity: 0;}

#brandNavArea .brandNavHead .openBtn > span::before,
#brandNavArea .brandNavHead .openBtn > span::after{
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	background: #FFFFFF;
	position: absolute;
	webkit-transition: transform 0.2s ease,width 0.2s ease, height 0.2s ease;
    -moz-transition: transform 0.2s ease,width 0.2s ease, height 0.2s ease;
    -o-transition: transform 0.2s ease,width 0.2s ease, height 0.2s ease;
    transition: transform 0.2s ease,width 0.2s ease, height 0.2s ease;
}

#brandNavArea .brandNavHead .openBtn > span::before{
	left: 0;
	top: 0;
}
#brandNavArea .brandNavHead .openBtn > span::after{
	right: 0;
	bottom: 0;
}

#brandNavArea.open .brandNavHead .openBtn > span::before{
	width: 30px;
	height: 3px;
	-webkit-transform: translate(-2px,23px) rotate(-45deg);
	-moz-transform: translate(-2px,23px) rotate(-45deg);
	-o-transform: translate(-2px,23px) rotate(-45deg);
	transform: translate(-2px,23px) rotate(-45deg);
}

#brandNavArea.open .brandNavHead .openBtn > span::after{
	width: 30px;
	height: 3px;
	-webkit-transform: translate(0,-2px) rotate(45deg);
	-moz-transform: translate(0,-2px) rotate(45deg);
	-o-transform: translate(0,-2px) rotate(45deg);
 	transform: translate(0,-2px) rotate(45deg);
}


#brandNavArea #brandNav{
	display: none;
	width: 100%;
	padding: 40px 0 30px;
	background: #eeeeee;
}
#brandNavArea #brandNav > 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;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#brandNavArea #brandNav > ul > li{
	display: block;
	width: 30%;
	margin-right: 5%;
}
#brandNavArea #brandNav > ul > li:nth-of-type(3n){margin-right: 0;}
#brandNavArea #brandNav > ul > li:nth-of-type(n + 4){margin-top: 15px;}

#brandNavArea #brandNav > ul > li > a{
    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;
	height: 100%;
	text-decoration: none;
	font-size: 1.6rem;
	letter-spacing: -0.04em;
	line-height: 1.4;
	font-weight: 500;
}
#brandNavArea #brandNav > ul > li > a:hover{text-decoration: underline;}

#brandNavArea #brandNav > ul > li > a > figure{
	display: block;
	width: 33.33%;
	margin-right: 4%;
}
#brandNavArea #brandNav > ul > li > a > figure > img{display: block; width: 100%; height: auto;}

#brandNavArea #brandNav > ul > li > a > span{
	display: block;
	width: 72.67%;
}


#brandNavArea #brandNav .closeBtn{
	display: block;
	padding-top: 30px;
	text-align: center;
	font-size: 1.6rem;
	cursor: pointer;
}
#brandNavArea #brandNav .closeBtn > span{text-decoration: underline;}
#brandNavArea #brandNav .closeBtn > span:hover{text-decoration: none;}

/**************************************
#brandTopSection
**************************************/
#brandTopSection{
	display: block;
	padding: 0 0 80px;
}

/** brandMainPanel *****************************/

#brandMainPanel{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px;
	overflow: hidden;
	position: relative;
}

#brandMainPanel img {
	display: block;
	width: 100%;
	height: auto;
}

/*【FFHC v1.0】【No.216 TOPページのレイアウト変更】 #40206 Start.*/
/*マージントップを追加*/
#brandMainPanel .container{
	width: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}
/*【FFHC v1.0】【No.216 TOPページのレイアウト変更】 #40206 End.*/

#brandMainPanel .wrapper {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#brandMainPanel .slider {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	position: relative;
    pointer-events: none;
}
#brandMainPanel .slider.swiper-slide-active{
    pointer-events: auto;
}

#brandMainPanel .slider a {
	display: block;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
#brandMainPanel .slider a:hover {
	opacity: 0.6;
}

#brandMainPanel .pagerArea{
	display: table;
	padding-top: 30px;
	margin: 0 auto;
}


#brandMainPanel .pagination {
	display: table-cell;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
	padding: 0 5px;
}

#brandMainPanel .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 50%;
	background: #dddddd;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    cursor: pointer;
}
#brandMainPanel .swiper-pagination-bullet:hover{opacity: .6;}
#brandMainPanel .swiper-pagination-bullet-active {
	opacity: 1;
	background: #333333;
}
#brandMainPanel .swiper-pagination-bullet-active:hover{opacity: 1;}


#brandMainPanel .prev,
#brandMainPanel .next{
	display: table-cell;
	width: 20px;
    height: 20px;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity  0.2s ease;
	cursor: pointer;
}
#brandMainPanel .prev{
	background: url("../img/common/icon_arrow_narrow_left_black.svg") center center no-repeat;
	background-size: 9px auto;
}

#brandMainPanel .next{
	background: url("../img/common/icon_arrow_narrow_right_black.svg") center center no-repeat;
	background-size: 9px auto;
}


#brandMainPanel .prev.swiper-button-disabled,
#brandMainPanel .next.swiper-button-disabled{
	opacity: 0;
	cursor: default;
}


/** brandLede *****************************/
#brandTopSection .brandLede{
    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 90px;
}

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

#brandTopSection .brandLede > .brandLink{
	display: block;
	width:  33.29583333333333%;
}


/** brandAnchor *****************************/
#brandTopSection .brandAnchor{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	background: #eeeeee;
}

#brandTopSection .brandAnchor > ul{
    display: -webkit- inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#brandTopSection .brandAnchor > ul > li{
	font-weight: 700;
	margin-right: 40px;
}


/** brandCampSection *****************************/

#brandTopSection .brandCampSection{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
}

/*campBoxTwoC*/
#brandTopSection .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;
}
#brandTopSection .campBoxTwoC:nth-last-of-type(1){margin-bottom: 0;}


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

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

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

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


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


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

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


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

#brandTopSection .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;
}

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

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


/** brandCampPanel *****************************/

#brandCampPanel{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 80px;
	overflow: hidden;
	position: relative;
}

#brandCampPanel > ul{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#brandCampPanel > ul > li{
    display: block;
    width: 48.125%;
    margin-right: 3.75%;
    font-size: 1.4rem;
    line-height: 1.7;
}
#brandCampPanel > ul > li:nth-of-type(2n){margin-right: 0;}

#brandCampPanel > ul > li > a{
    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;
}

#brandCampPanel > ul > li figure{
	display: block;
	width:  calc(50% - 10px);
	margin-right: 20px;
}
#brandCampPanel > ul > li figure img{display: block; width: 100%; height: auto;}

#brandCampPanel > ul > li span{
	display: block;
	width:  calc(50% - 10px);
	font-size: 1.6rem;
	margin-bottom: 20px;
}




#brandCampPanel img {
	display: block;
	width: 100%;
	height: auto;
}

#brandCampPanel .container{
	width: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

#brandCampPanel .wrapper {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#brandCampPanel .slider {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 22.5%;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.7;
}

#brandCampPanel .slider figure{
	display: block;
	margin-bottom: 12px;
}

#brandCampPanel .slider a {
	display: block;
	text-decoration: underline;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
#brandCampPanel .slider a:hover {
	opacity: 0.6;
	text-decoration: none;
}

#brandCampPanel .pagerArea{
	display: table;
	padding-top: 30px;
	margin: 0 auto;
}


#brandCampPanel .pagination {
	display: table-cell;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
	padding: 0 5px;
}

#brandCampPanel .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 50%;
	background: #dddddd;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    cursor: pointer;
}
#brandCampPanel .swiper-pagination-bullet:hover{opacity: .6;}
#brandCampPanel .swiper-pagination-bullet-active {
	opacity: 1;
	background: #333333;
}
#brandCampPanel .swiper-pagination-bullet-active:hover{opacity: 1;}


#brandCampPanel .prev,
#brandCampPanel .next{
	display: table-cell;
	width: 20px;
    height: 20px;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity  0.2s ease;
	cursor: pointer;
}
#brandCampPanel .prev{
	background: url("../img/common/icon_arrow_narrow_left_black.svg") center center no-repeat;
	background-size: 9px auto;
}

#brandCampPanel .next{
	background: url("../img/common/icon_arrow_narrow_right_black.svg") center center no-repeat;
	background-size: 9px auto;
}


#brandCampPanel .prev.swiper-button-disabled,
#brandCampPanel .next.swiper-button-disabled{
	opacity: 0;
	cursor: default;
}

#brandCampPanel .btnMore{display: none;}

/** brandCampSection *****************************/

#brandTopSection .brandLineupSection{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 100px;
	background: #f7f7f7;
}

#brandTopSection .lineupItemListArea{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#brandTopSection .lineupItemListArea > dt{
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 40px;
}

#brandTopSection .lineupItemListArea > dd.more{
	padding-top: 30px;
	font-size: 1.4rem;
	text-align: right;
}

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

#brandTopSection .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;
}

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

#brandTopSection .lineupItemList.twoC > ul > li{
	display: block;
    width: 48.125%;
    margin-right: 3.75%;
}

#brandTopSection .lineupItemList.twoC  > ul > li:nth-of-type(3n){margin-right: inherit;}
#brandTopSection .lineupItemList.twoC  > ul > li:nth-of-type(2n){margin-right: 0;}
#brandTopSection .lineupItemList.twoC > ul > li:nth-of-type(n + 4){margin-top: inherit;}
#brandTopSection .lineupItemList.twoC > ul > li:nth-of-type(n + 3){margin-top: 50px;}


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

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

#brandTopSection .lineupItemList > ul > li figure + span{ font-weight: 700; margin-bottom: 15px;}


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

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

#brandTopSection .lineupItemList > ul > li p.discription{
	font-size: 1.4rem;
	line-height: 1.7;
}

#brandTopSection .lineupItemList > ul > li ul.rifineList{
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 1.7;
}
#brandTopSection .lineupItemList > ul > li ul.rifineList > li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}
#brandTopSection .lineupItemList > ul > li ul.rifineList > li::before{
	content: '・';
}
#brandTopSection .lineupItemList > ul > li ul.rifineList > li:nth-last-of-type(1){margin-bottom: 0;}



/** purposeSearch *********/
#brandTopSection .purposeSearch{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 80px auto 0;
	padding: 19px;
	border: 1px solid #cccccc;
	background: #FFFFFF;
}

#brandTopSection .purposeSearch > dl{}
#brandTopSection .purposeSearch > dl > dt{
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 20px;
}

#brandTopSection .purposeSearch ul.dottedList{
    display: -webkit- inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#brandTopSection .purposeSearch  ul.dottedList > li{
	font-weight: 700;
	margin-right: 30px;
	font-size: 1.4rem;
	line-height: 1.7;
}
#brandTopSection .purposeSearch  ul.dottedList > li::before{
	content: '・';
}

/** purposeSearch *********/
#brandTopSection .supplementSearch{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 80px auto 0;
}

#brandTopSection .supplementSearch > dl{}
#brandTopSection .supplementSearch > dl > dt{
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 40px;
}

#brandTopSection .supplementSearch > dl > dd{
	display: block;
	padding: 4px 19px 19px;
	border: 1px solid #cccccc;
	background: #FFFFFF;
}

#brandTopSection .supplementSearch ul.dottedList{
    display: -webkit- inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#brandTopSection .supplementSearch  ul.dottedList > li{
	margin-top: 15px;
	font-weight: 700;
	margin-right: 30px;
	font-size: 1.4rem;
	line-height: 1.7;
}
#brandTopSection .supplementSearch  ul.dottedList > li::before{
	content: '・';
}






/** lineupCaution *********/
#brandTopSection .lineupCaution{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 80px auto 0;
}
#brandTopSection .lineupCaution > ul{}
#brandTopSection .lineupCaution > ul > li{
	padding-left: 1.7em;
	text-indent: -1.7em;
	font-size: 1.2rem;
	line-height: 1.5;
}


/** brandRankingSection *****************************/

#brandTopSection .brandRankingSection{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

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

#brandTopSection .rankingList > ol{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#brandTopSection .rankingList > ol > li{
	display: block;
	width: 18.46666666666667%;
	margin-right: 3.75%;
	position: relative;
}
#brandTopSection .rankingList > ol > li:nth-last-of-type(1){margin-right: 0;}

#brandTopSection .rankingList > ol > li::after{
	content: '';
	display: block;
	width: 1px; height: 100%;
	background: #CCCCCC;
	position: absolute;
	top: 0;
	right: -10.375%;
}

#brandTopSection .rankingList > ol > li:nth-last-of-type(1)::after{display: none;}

#brandTopSection .rankingList > ol > li > a{
	display: block;
	text-decoration: none;
}

#brandTopSection .rankingList > ol > li figure{
	display: block;
	margin-bottom: 20px;
	position: relative;
}
#brandTopSection .rankingList > ol > li figure > img{display: block; width: 100%; height: auto;}

#brandTopSection .rankingList > ol > li figure > figcaption{
    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;
	width: 30px;
	height: 20px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	background: #dddddd;
	position: absolute;
	left: 0;
	top: -20px;
	z-index: 2;
}
#brandTopSection .rankingList > ol > li figure > figcaption::before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 15px 0 0;
	border-color: #dddddd transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 0;
}
#brandTopSection .rankingList > ol > li figure > figcaption::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 10px 0;
	border-color: transparent #dddddd transparent transparent;
	position: absolute;
	bottom: -10px;
	right: 0;
}

#brandTopSection .rankingList > ol > li:nth-of-type(1) figure > figcaption{background: #b3893e; color: #FFFFFF;}
#brandTopSection .rankingList > ol > li:nth-of-type(1) figure > figcaption::before{border-color: #b3893e transparent transparent transparent;}
#brandTopSection .rankingList > ol > li:nth-of-type(1) figure > figcaption::after{border-color: transparent #b3893e transparent transparent;}
#brandTopSection .rankingList > ol > li:nth-of-type(2) figure > figcaption{background: #777777; color: #FFFFFF;}
#brandTopSection .rankingList > ol > li:nth-of-type(2) figure > figcaption::before{border-color: #777777 transparent transparent transparent;}
#brandTopSection .rankingList > ol > li:nth-of-type(2) figure > figcaption::after{border-color: transparent #777777 transparent transparent;}
#brandTopSection .rankingList > ol > li:nth-of-type(3) figure > figcaption{background: #8d5758; color: #FFFFFF;}
#brandTopSection .rankingList > ol > li:nth-of-type(3) figure > figcaption::before{border-color: #8d5758 transparent transparent transparent;}
#brandTopSection .rankingList > ol > li:nth-of-type(3) figure > figcaption::after{border-color: transparent #8d5758 transparent transparent;}


#brandTopSection .rankingList > ol > li dl{display: block;}
#brandTopSection .rankingList > ol > li dl > dt{
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 15px;
}

#brandTopSection .rankingList > ol > li > a:hover > dl > dt{text-decoration: underline;}

#brandTopSection .rankingList > ol > li > a > dl > dd{
	font-size: 1.4rem;
	line-height: 1.7;
	text-decoration: underline;
}
#brandTopSection .rankingList > ol > li > a:hover > dl > dd{text-decoration: none;}



/** brandVoiceSection *****************************/
/**【FFHC v1.0】【クチコミデザイン調整】 #6514 Start.*/
#brandTopSection .brandVoiceSection{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

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

#brandTopSection .userVoiceList > ul{border-top: 1px solid #CCCCCC;}

#brandTopSection .userVoiceList > ul > li{
    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;
	padding: 30px 0;
	border-bottom: 1px solid #CCCCCC;
}

#brandTopSection .userVoiceList > ul > li > figure{
	display: block;
	width: 120px;
	margin-right: 30px;
}
#brandTopSection .userVoiceList > ul > li > figure img{display: block; width: 100%; height: auto;}


#brandTopSection .userVoiceList > ul > li > dl{
	display: block;
	width: calc(100% - 150px);
	text-align: left;
}

#brandTopSection .userVoiceList > ul > li > dl > dt{
	font-size: 1.4rem;
	line-height: 1.7;
	margin-bottom: 27px;
}

#brandTopSection .userVoiceList > ul > li > dl > dt > span{
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: 15px;
}

#brandTopSection .userVoiceList > ul > li > dl > dt > span.quasidrug{
    background: #eeeeee;
    padding: 0 10px;
}

#brandTopSection .userVoiceList > ul > li > dl > dd.userInfo{
    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;
	margin-bottom: 15px;
}

#brandTopSection .userVoiceList > ul > li > dl > dd.userInfo > dl > dd > ul.star{
    display: table;
	margin-right: 20px;
}
#brandTopSection .userVoiceList > ul > li > dl > dd.userInfo > dl > dd > ul.star > li{
	display: table-cell;
	font-size: 1.4rem;
	color: #ffc835;
}
#brandTopSection .userVoiceList > ul > li > dl > dd.userInfo > dl > dd > ul.star > li.gray{color: #cccccc;}

#brandTopSection .userVoiceList > ul > li > dl > dd.userInfo > dl.starBox{
    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;
	margin-right: 15px;
}
#brandTopSection .userVoiceList > ul > li > dl > dd.userInfo > dl.starBox > dt{font-size: 1.2rem;}
#brandTopSection .userVoiceList > ul > li > dl > dd.userInfo > dl.starBox > dt::after{content: '：';}

#brandTopSection .userVoiceList > ul > li > dl > dd.userInfo > .repeatIcon{
	display: block;
	margin-right: 10px;
}
#brandTopSection .userVoiceList > ul > li > dl > dd.userInfo > .repeatIcon > span{
    display: -webkit-inline-flex;
    display: inline-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-right: 10px;
    background: #eeeeee;
    text-align: center;
    font-size: 12px;
}
#brandTopSection .userVoiceList > ul > li > dl > dd.userInfo > .repeatIcon > span.repeat{background: #1ba330; color: #FFFFFF;}
#brandTopSection .userVoiceList > ul > li > dl > dd.userInfo > .repeatIcon > span.first{background: #db2050; color: #FFFFFF;}

#brandTopSection .userVoiceList > ul > li > dl > dd.userPostInfo{
    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;
	padding-top: 20px;
}

#brandTopSection .userVoiceList > ul > li > dl > dd.userPostInfo > 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;
	text-align: left;
	font-size: 1.2rem;
	margin-right: 15px;
}
#brandTopSection .userVoiceList > ul > li > dl > dd.userPostInfo > dl > dt{}
#brandTopSection .userVoiceList > ul > li > dl > dd.userPostInfo > dl > dt::after{content: '：';}



#brandTopSection .userVoiceList > ul > li > dl > dd.userPostInfo > .userName{
	text-align: left;
	font-size: 1.2rem;
}
#brandTopSection .userVoiceList > ul > li > dl > dd.userPostInfo > .userName > span{padding-right: 5px;}
/**【FFHC v1.0】【クチコミデザイン調整】 #6514 End.*/

#brandTopSection .userVoiceList > ul > li > dl > dd.voice{}

#brandTopSection .userVoiceList > ul > li > dl > dd.voice > dl{}
#brandTopSection .userVoiceList > ul > li > dl > dd.voice > dl > dt{
	font-size: 1.6rem;
	text-align: left;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 15px;
}

#brandTopSection .userVoiceList > ul > li > dl > dd.voice > dl > dd{
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: left;
}

#brandTopSection .userVoiceList > ul > li > dl > dd.more{
	display: block;
	padding-top: 20px;
	font-size: 1.4rem;
	text-align: right;
}

/** brandVoiceSection *****************************/

#brandTopSection .brandInfoSection{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#brandTopSection .infoList{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#brandTopSection .infoList > ul{
	margin-bottom: 30px;
	border-top: 1px solid #cccccc;
}
#brandTopSection .infoList > ul > li{
    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;
	padding: 30px 0;
	border-bottom: 1px solid #cccccc;
}

#brandTopSection .infoList > ul > li > time{
	display: block;
	width: 90px;
	font-size: 1.2rem;
	line-height: 1.7;
}

#brandTopSection .infoList > ul > li > 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;
	width: calc(100% - 90px);
}

#brandTopSection .infoList > ul > li > dl > .tag{
	display: block;
	width: 110px;
	margin-right: 20px;
}

#brandTopSection .infoList > ul > li > dl > .tag > 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;
	height: 24px;
	background: #dddddd;
	font-size: 12px;
	text-align: center;
}
#brandTopSection .infoList > ul > li > dl > dd{
	display: block;
	width: calc(100% - 130px);
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.7;
}

#brandTopSection .infoList .more{
	text-align: right;
	font-size: 1.4rem;
}


/** brandVoiceSection *****************************/

#brandTopSection .brandTopicSection{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 70px;
}

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

#brandTopSection .columList{}

#brandTopSection .columList > 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;
}

#brandTopSection .columList > ul > li{
	display: block;
	width: 48.125%;
	margin-right: 3.75%;
	font-size: 1.4rem;
	line-height: 1.7;
}

#brandTopSection .columList > ul > li:nth-of-type(2n){margin-right: 0;}
#brandTopSection .columList > ul > li:nth-of-type(n + 3){margin-top: 50px;}

#brandTopSection .columList > 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: flex-start;
    justify-content: flex-start;
	text-decoration: none;
}

#brandTopSection .columList > ul > li figure{
	display: block;
	width:  calc(50% - 10px);
	margin-right: 20px;
}
#brandTopSection .columList > ul > li figure img{display: block; width: 100%; height: auto;}

#brandTopSection .columList > ul > li dl{
	display: block;
	width:  calc(50% - 10px);
	position: relative;
}

#brandTopSection .columList > ul > li dl > dt{
	text-decoration: underline;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

#brandTopSection .columList > ul > li dl.new::before{
	content: 'NEW';
	display: block;
	color: #e35555;
	font-weight: 700;
	width: 3em;
	font-size: 1.6rem;
	position: absolute;
	top: 0;
	left: 0;
}
#brandTopSection .columList > ul > li dl.new > dt{text-indent: 3em;}


#brandTopSection .columList > ul > li > a:hover > dl > dt{text-decoration: none;}
#brandTopSection .columList > ul > li > a:hover > dl > dd.text{ text-decoration: underline;}

#brandTopSection .columList > ul > li dl > dd.tag{
	padding-top: 20px;
}

#brandTopSection .columList > ul > li dl > dd.tag > ul{display: block;}

#brandTopSection .columList > ul > li dl > dd.tag > ul > li{
	display: inline-block;
	text-align: center;
	padding: 5px 9px;
	font-size: 1.2rem;
	line-height: 1;
	background: #dddddd;
}

/** snsLinks *****************************/

#brandTopSection .snsLinks{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 45px;
}

#brandTopSection .snsLinks > ul{
    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%;
	max-width: 1200px;
	margin: 0 auto;
}

#brandTopSection .snsLinks > ul > li{
	display: block;
	width: 38px;
	height: 38px;
	margin: 0 10px;
}

#brandTopSection .snsLinks > ul > 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;
	width: 38px;
	height: 38px;
	background: #333333;
	border-radius: 50%;
}

#brandTopSection .snsLinks > ul > li > a > img{display: block; width: 100%; height: auto;}
#brandTopSection .snsLinks > ul > li.facebook > a > img{width: 11px;}
#brandTopSection .snsLinks > ul > li.twitter > a > img{width: 22px;}
#brandTopSection .snsLinks > ul > li.insta > a > img{width: 20px;}
#brandTopSection .snsLinks > ul > li.yotube > a > img{width: 20px;}


/** funClub *****************************/
#brandTopSection .funClub{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

#brandTopSection .funClub > dl{}


#brandTopSection .funClub > dl > dt{
    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;
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

#brandTopSection .funClub > dl > dt > span{display: block; margin-right: 10px;}
#brandTopSection .funClub > dl > dt > span:nth-last-of-type(1){margin-right: 0;}
#brandTopSection .funClub > dl > dt > span img{display: block; width: 100%; height: auto;}

#brandTopSection .funClub.astalift > dl > dt > span:nth-of-type(1){width: 80px;}

#brandTopSection .funClub.astalift > dl > dd{}
#brandTopSection .funClub.astalift > 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: center;
    justify-content: center;
}

#brandTopSection .funClub.astalift > dl > dd > ul > li{
	width: 254px;
	margin-right: 20px;
}
#brandTopSection .funClub.astalift > dl > dd > ul > li:nth-last-of-type(1){margin-right: 0;}


#brandTopSection .btnFunClub{}

#brandTopSection .btnFunClub > 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;
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    font-weight: 700;
	border: 1px solid #333333;
	border-radius: 4px;
    color: #333333;
    background: #FFFFFF;
    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;
}
#brandTopSection .btnFunClub > a img{display: block; height: 20px; width: auto;}

#brandTopSection .funClub.astalift .btnFunClub> a{
	border: 1px solid #f63690;
}

#brandTopSection .funClub.astalift .btnFunClub> a:hover{
	background: #fcb2d5;
	color: #FFFFFF;
}

#brandTopSection .btnFunClub > a::after{
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	opacity: .6;
	margin-left: 10px;
	background: url("../img/common/icon_open_blank.svg") left 0 no-repeat;
	background-size: 12px auto;
	vertical-align: middle;
}
