﻿/**************************************
#homeContents
**************************************/
#homeContents{
	display: block;
	width: 100%;
	padding: 0 0 80px;
	margin-top: 0;
}

/**************************************
#homeMainPanel
**************************************/

#homeMainPanel{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
}

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

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

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

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

#homeMainPanel .slider a {
	display: block;
	color: #FFFFFF;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
#homeMainPanel .slider a:hover {
	opacity: 0.6;
}

#homeMainPanel .slider .text{
	display: block;
	width: 100%;
	max-width: 1600px;
	background: #333333;
	font-size: 1.4rem;
	line-height: 1.7;
}
#homeMainPanel .slider .text > .inner{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}

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


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

#homeMainPanel .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;
}
#homeMainPanel .swiper-pagination-bullet:hover{opacity: .6;}
#homeMainPanel .swiper-pagination-bullet-active {
	opacity: 1;
	background: #333333;
}
#homeMainPanel .swiper-pagination-bullet-active:hover{opacity: 1;}


#homeMainPanel .prev,
#homeMainPanel .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;
}
#homeMainPanel .prev{
	background: url("../img/common/icon_arrow_narrow_left_black.svg") center center no-repeat;
	background-size: 9px auto;
}

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


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


/**************************************
.brandSearchSection
**************************************/
#homeContents .brandSearchSection{
	width: 100%;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
}


#homeContents .brandSearchSection > ul{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content:  space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
	margin: 0 auto;
}

#homeContents .brandSearchSection > ul > li{
	display: block;
	width: calc((100% - 10px) / 3);
}
#homeContents .brandSearchSection > ul > li > a{
	display: block;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity  0.2s ease;
}

#homeContents .brandSearchSection > ul > li > a:hover{opacity: .6;}

#homeContents .brandSearchSection > ul > li img{display: block; width: 100%; height: auto;}


/**************************************
.otherSearchSection
**************************************/
#homeContents .otherSearchSection{
	width: 100%;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
}


#homeContents .otherSearchSection > .odherSearchBlock{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content:  space-between;
    justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#homeContents .otherSearchSection > .odherSearchBlock > dl{
	display: block;
	width: calc(50% - 25px);
	padding: 30px;
	background: #eeeeee;
}

#homeContents .otherSearchSection > .odherSearchBlock > dl > dt{
	display: block;
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

#homeContents .otherSearchSection > .odherSearchBlock > dl > dd.btnWhite{
	max-width: 400px;
	margin: 0 auto;
}

#homeContents .otherSearchSection > .odherSearchBlock > dl > dd.contetsInnerSearchBox{
	max-width: 400px;
	margin: 0 auto;
}



/**************************************
.shopSearchSection
**************************************/
#homeContents .shopSearchSection{
	width: 100%;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
}
#homeContents .shopSearchSection .shopSearchLink{
	display: block;
	width: 100%;
	padding: 50px 0;
	background: url("../img/common/bg_top_shoplink.jpg") center center no-repeat;
	background-size: cover;
}


#homeContents .shopSearchSection .shopSearchLink > .inner{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#homeContents .shopSearchSection .shopSearchLink > .inner > dl{
	display: block;
	width: calc(50% - 25px);
	padding: 30px;
	background: rgba(255,255,255, .8);
}

#homeContents .shopSearchSection .shopSearchLink > .inner > dl > dt{
	display: block;
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 700;
}

#homeContents .shopSearchSection .shopSearchLink > .inner > dl > dd{
	font-size: 1.4rem;
	line-height: 1.7;
}


/**************************************
.homeInfoSection
**************************************/

#homeContents .homeInfoSection{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

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

#homeContents .infoList > ul > li > time{
    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: 24px;
	width: 90px;
	font-size: 1.2rem;
	line-height: 1.7;
}

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

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

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

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


/**************************************
.homeAboutSection
**************************************/
#homeContents .homeAboutSection{
	display: block;
	width: 100%;
	background: #f7f7f7;
	margin-top: 100px;
	padding: 20px 0 100px;
}

#homeContents .homeAboutSection .homeAboutLinks{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 40px;
	padding: 40px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
#homeContents .homeAboutSection .homeAboutLinks:nth-last-child(1){margin-bottom: 0;}

#homeContents .homeAboutSection .homeAboutLinks .aboutMain{
    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;
	margin-bottom: 40px;
}

#homeContents .homeAboutSection .homeAboutLinks .aboutMain > figure{
	display: block;
	width: calc(50% - 20px);
}
#homeContents .homeAboutSection .homeAboutLinks .aboutMain > figure img{display: block; width: 100%; height: auto;}

#homeContents .homeAboutSection .homeAboutLinks .aboutMain > dl{
	display: block;
	width: calc(50% - 20px);
}
#homeContents .homeAboutSection .homeAboutLinks .aboutMain > dl > dt{
	display: block;
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 700;
}

#homeContents .homeAboutSection .homeAboutLinks .aboutMain > dl > dd{
	font-size: 1.4rem;
	line-height: 1.7;
}


#homeContents .homeAboutSection .homeAboutLinks ul.others{
    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;
}

#homeContents .homeAboutSection .homeAboutLinks ul.others > li{
	display: block;
	width: calc((100% - 120px) / 4);
	margin-right: 40px;
}
#homeContents .homeAboutSection .homeAboutLinks ul.others > li:nth-of-type(4n){margin-right: 0;}

#homeContents .homeAboutSection .homeAboutLinks ul.others > 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;
}

#homeContents .homeAboutSection .homeAboutLinks ul.others > li > a figure{
	display: block;
	width: 100px;
	margin-right: 20px;
}
#homeContents .homeAboutSection .homeAboutLinks ul.others > li > a figure img{display: block; width: 100%; height: auto;}

#homeContents .homeAboutSection .homeAboutLinks ul.others > li > a span{
	display: block;
	width: calc(100% - 120px);
	font-size: 1.4rem;
	line-height: 1.7;
}

#homeContents .homeAboutSection .homeAboutLinks ul.userVoice{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#homeContents .homeAboutSection .homeAboutLinks ul.userVoice > li{
	display: block;
	width: calc(50% - 20px);
}
#homeContents .homeAboutSection .homeAboutLinks ul.userVoice > li:nth-of-type(n + 3){margin-top: 20px;}


#homeContents .homeAboutSection .homeAboutLinks ul.userVoice > li > 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;
}

#homeContents .homeAboutSection .homeAboutLinks ul.userVoice > li > 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;
    height: 24px;
	width: 90px;
	margin-right: 20px;
    background: #dddddd;
    font-size: 12px;
    text-align: center;
	position: relative;
}
#homeContents .homeAboutSection .homeAboutLinks ul.userVoice > li > dl > dt::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #dddddd;
	position: absolute;
	right: -8px;
	top: calc(50% - 5px);
}

#homeContents .homeAboutSection .homeAboutLinks ul.userVoice > li > dl > dd{
	display: block;
	width: calc(100% - 110px);
	font-size: 1.4rem;
	line-height: 1.7;
}


/**************************************
.homeAboutSection
**************************************/

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

#homeContents .columList{} 

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

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

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

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

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

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

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

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

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

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

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

#homeContents .homeTopicSection .more {
	padding-top: 20px;
    text-align: right;
    font-size: 1.4rem;
}

/**************************************
guideLinkList
**************************************/	
#homeContents .guideLinkList{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 80px auto 30px;
	padding: 29px;
	border: 1px solid #cccccc;
	background: #FFFFFF;
}

#homeContents .guideLinkList > dl{}
#homeContents .guideLinkList > dl > dt{
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
}

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

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




