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

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

#homeMainPanel{
	width: 100%;
	margin: 0 auto;
	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%;
	background: #333333;
	font-size: 1.4rem;
	line-height: 1.4;
}
#homeMainPanel .slider .text > .inner{
	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%;
	min-height: 60px;
	margin: 0 auto;
	padding: 0 20px;
}

#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;
	overflow: hidden;
	position: relative;
}


#homeContents .brandSearchSection > ul{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto;
}

#homeContents .brandSearchSection > ul > li{
	display: block;
	margin-bottom: 10px;
}
#homeContents .brandSearchSection > ul > li:nth-last-of-type(1){margin-bottom: 0;}

#homeContents .brandSearchSection > ul > li > a{
	display: block;
}

#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;
	overflow: hidden;
	position: relative;
}


#homeContents .otherSearchSection > .odherSearchBlock{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto;
}

#homeContents .otherSearchSection > .odherSearchBlock > dl{
	display: block;
	width: 100%;
	padding: 20px;
	background: #eeeeee;
	margin-bottom: 20px;
}

#homeContents .otherSearchSection > .odherSearchBlock > dl:nth-last-child(1){margin-bottom: 0;}

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

#homeContents .otherSearchSection > .odherSearchBlock > dl > dd.btnWhite{
	margin: 0 auto;
}

#homeContents .otherSearchSection > .odherSearchBlock > dl > dd.contetsInnerSearchBox{
	margin: 0 auto;
}



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


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

#homeContents .shopSearchSection .shopSearchLink > .inner > dl{
	display: block;
	width: 100%;
	padding: 20px;
	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.4;
}


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

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

#homeContents .infoList{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto;
}
#homeContents .infoList > ul{
	margin-bottom: 20px;
	border-top: 1px solid #cccccc;
}
#homeContents .infoList > ul > li{
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
}

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

#homeContents .infoList > ul > li > dl{
	display: block;
	margin-top: 15px;
	position: relative;
}

#homeContents .infoList > ul > li > dl > .tag{
	display: block;
	width: 110px;
	position: absolute;
	top: -38px;
	left: 80px;
}

#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: 100%;
	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: 80px;
	padding: 0 0 80px;
}

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

#homeContents .homeAboutSection .homeAboutLinks .aboutMain{
	display: block;
	margin-bottom: 30px;
}

#homeContents .homeAboutSection .homeAboutLinks .aboutMain > figure{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
#homeContents .homeAboutSection .homeAboutLinks .aboutMain > figure img{display: block; width: 100%; height: auto;}

#homeContents .homeAboutSection .homeAboutLinks .aboutMain > dl{
	display: block;
	width: 100%;
}
#homeContents .homeAboutSection .homeAboutLinks .aboutMain > dl > dt{
	display: block;
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 700;
}

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


#homeContents .homeAboutSection .homeAboutLinks ul.others{
	display: block;
}

#homeContents .homeAboutSection .homeAboutLinks ul.others > li{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#homeContents .homeAboutSection .homeAboutLinks ul.others > li:nth-last-of-type(1){margin-bottom: 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: 90px;
	margin-right: 15px;
}
#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% - 105px);
	font-size: 1.4rem;
	line-height: 1.4;
}

#homeContents .homeAboutSection .homeAboutLinks ul.userVoice{
	display: block;
}

#homeContents .homeAboutSection .homeAboutLinks ul.userVoice > li{
	display: block;
	margin-bottom: 15px;
}
#homeContents .homeAboutSection .homeAboutLinks ul.userVoice > li:nth-last-of-type(1){margin-bottom: 0;}


#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: 85px;
	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% - 105px);
	font-size: 1.4rem;
	line-height: 1.4;
}


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

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


#homeContents .columList{
	width: calc(100% - 40px);
	margin: 0 auto;
} 

#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: block;
	text-decoration: none;
}

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

#homeContents .columList > ul > li dl{
	display: block;
	width:  100%;
}

#homeContents .columList > ul > li dl > dt{
	text-decoration: underline;
	font-size: 1.4rem;
	line-height: 1.7;
	margin-bottom: 10px;
}

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

#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 {
	width: calc(100% - 40px);
	margin: 0 auto;
	padding-top: 20px;
    text-align: right;
    font-size: 1.4rem;
}


/**************************************
guideLinkList
**************************************/	

#homeContents .guideLinkList{
	display: block;
	width: calc(100% - 40px);
	margin: 80px auto 0;
	padding: 19px;
	border: 1px solid #cccccc;
	background: #FFFFFF;
}

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

#homeContents .guideLinkList ul.dottedList{
	display: block;
}

#homeContents .guideLinkList  ul.dottedList > li{
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 20px;
	padding-left: 1em;
	text-indent: -1em;
}
#homeContents .guideLinkList  ul.dottedList > li::before{
	content: '・';
}




