@charset "Shift_JIS";

/* --------------------------------------------------------------------
	???C?A?E?g?F1?J???
-------------------------------------------------------------------- */
body#home div.container_ {
	width: auto;
	margin: 0;
	padding: 0;
}
body#home div.contents_ {
	float: none;
	width: 100%;
	padding: 0;
}
body#home aside.rightmenuframe_ {
	display: none;
}

/* --------------------------------------------------------------------
	#main_visual
-------------------------------------------------------------------- */
#main_visual {
	width: 1024px;
	margin: 0 auto;
	border-top: 1px solid #ebebeb;
}
#main_visual .main_slide_ {
	position: relative;
	width: 1920px;
	margin: 0 -448px;
	background: #fff;
}
/* .slick-slide */
#main_visual .main_slide_ .slick-slide {
}
/* .main_controls_ */
#main_visual .main_controls_ {
	position: relative;
}
#main_visual .main_controls_ .slick-arrow {
	position: absolute;
	top: -250px;
	width: 23px;
	height: 45px;
	margin: 0;
	padding: 0;
	background: none;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
	cursor: pointer;
}
#main_visual .main_controls_ .slick-arrow.slick-prev {
	left: -23px;
	background-image: url(../img/home/pc/ico_mv01_prev.png);
}
#main_visual .main_controls_ .slick-arrow.slick-next {
	right: -23px;
	background-image: url(../img/home/pc/ico_mv01_next.png);
}
#main_visual .main_controls_ .slick-dots {
	position: absolute;
	top: -30px;
	width: 100%;
	text-align: center;
	letter-spacing: -.5em;
}
#main_visual .main_controls_ .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 13px;
	letter-spacing: 0;
}
#main_visual .main_controls_ .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 5px;
	outline: none;
	background: #dcdcdc;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
	cursor: pointer;
}
#main_visual .main_controls_ .slick-dots li.slick-active button {
	background: #c9a718;
}

/* --------------------------------------------------------------------
	#major
-------------------------------------------------------------------- */
#major {
	padding: 32px 0 30px;
	background-color: #fafafa;
}
#major .list_ {
	overflow: hidden;
}
#major .list_ .item_ {
	float: left;
	width: 324px;
}
#major .list_ .item_ + .item_ {
	margin-left: 26px;
}
#major .list_ .item_ .img_ {
	margin-bottom: 20px;
}
#major .list_ .item_ .btn_ {
	width: 264px;
	margin: 0 auto;
}

/* --------------------------------------------------------------------
	#topics
-------------------------------------------------------------------- */
#topics {
	padding: 83px 0 0;
}
/* .tabs_ */
#topics .tabs_ {
	position: relative;
}
#topics .tabs_:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #b59e68;
}
#topics .tabs_ .tab_ {
	float: left;
	width: 251px;
	margin-top: 6px;
	padding: 10px 0;
	border: solid #e6e6e6;
	border-width: 1px 1px 0;
	background: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	cursor: pointer;
}
#topics .tabs_ .tab_ +  .tab_ {
	margin-left: 4px;
}
#topics .tabs_ .tab_.active_ {
	position: relative;
	margin-top: 0;
	padding: 14px 0 13px;
	border-color: #b59e68;
	color: #b59e68;
	z-index: 10;
}
/* .content_ */
#topics .content_ {
	position: relative;
	display: none;
	padding: 27px 35px 0;
	border: solid #b59e68;
	border-width: 0 1px 1px;
	z-index: 0;
}
#topics .content_.active_ {
	display: block;
}
#topics .content_ .list_ + .list_ {
	display: none;
}
#topics .content_ .list_ .item_ {
	position: relative;
	min-height: 56px;
	padding: 36px 0 20px 100px;
}
#topics .content_ .list_ .item_ + .item_ {
	border-top: 1px solid #ebebeb;
}
#topics .content_ .list_ .item_ .pic_ {
	position: absolute;
	top: 20px;
	left: 0;
	width: 70px;
}
#topics .content_ .list_ .item_ .pic_ img {
	width: 100%;
	height: auto;
}
#topics .content_ .list_ .item_ .date_ {
	float: left;
	width: 90px;
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 1.38;
}
#topics .content_ .list_ .item_ .cat_ {
	float: left;
	width: 100px;
	margin-bottom: 8px;
	padding: 2px 0 1px;
	color: #fff;
	font-size: 11px;
	line-height: 1.36;
	text-align: center;
}
#topics .content_ .list_ .item_ .cat_.cat_all_ { background: #d84673; }
#topics .content_ .list_ .item_ .cat_.cat_news_ { background: #e4912e; }
#topics .content_ .list_ .item_ .cat_.cat_store_ { background: #8e67ac; }
#topics .content_ .list_ .item_ .cat_.cat_product_ { background: #4687d8; }
#topics .content_ .list_ .item_ .txt_ {
	clear: left;
}
#topics .content_ .btn_wrap_ {
	margin: 15px -35px 0;
	padding: 15px 0;
	background: #fafafa;
}
#topics .content_ .btn_wrap_ .btn_ {
	width: 240px;
	margin: 0 auto;
}

/* --------------------------------------------------------------------
	#pickup
-------------------------------------------------------------------- */
#pickup {
	padding: 79px 0 70px;
}
#pickup .tit_ {
	margin-bottom: 40px;
}
#pickup .list_ {
	overflow: hidden;
}
#pickup .list_ .item_ {
	float: left;
	width: 324px;
}
#pickup .list_ .item_ + .item_ {
	margin-left: 26px;
}
#pickup .list_ .item_ .movie_ {
	margin-bottom: 16px;
}

/* --------------------------------------------------------------------
	#info
-------------------------------------------------------------------- */
#info {
	padding: 40px 0;
	background: #decaa7;
}
#info .list_ {
	padding: 0 45px;
	overflow: hidden;
}
#info .list_ .item_ {
	float: left;
	width: 440px;
}
#info .list_ .item_ + .item_ {
	margin-left: 54px;
}

/* --------------------------------------------------------------------
	#ranking
-------------------------------------------------------------------- */
#ranking {
	padding: 82px 0 0;
}
#ranking .tit_ {
	position: relative;
	height: 15px;
	margin-bottom: 35px;
	padding-top: 35px;
	background: url(../img/home/pc/tit_ranking01.png) no-repeat 50% 0;
	color: #9a9a9a;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	letter-spacing: .1em;
}
#ranking .tit_:before,
#ranking .tit_:after {
	position: absolute;
	top: 21px;
	width: 390px;
	height: 1px;
	content: '';
	background: #d9d9d9;
	z-index: 0;
}
#ranking .tit_:before { left: 0; }
#ranking .tit_:after { right: 0; }
#ranking .list_ {
}
#ranking .list_ .item_ {
	float: left;
	width: 184px;
	padding-bottom: 34px;
}
#ranking .list_ .item_ + .item_ {
	margin-left: 26px;
}
#ranking .list_ .item_ .num_ {
	position: relative;
	padding: 5px 0 4px;
	font-size: 16px;
	line-height: 1.5;
}
#ranking .list_ .item_ .num_.rank01_ { padding-left: 43px; color: #c9a718; }
#ranking .list_ .item_ .num_.rank02_ { padding-left: 43px; color: #808080; }
#ranking .list_ .item_ .num_.rank03_ { padding-left: 43px; color: #b0764a; }
#ranking .list_ .item_ .num_.rank01_:after,
#ranking .list_ .item_ .num_.rank02_:after,
#ranking .list_ .item_ .num_.rank03_:after {
	position: absolute;
	top: 4px;
	left: 3px;
	width: 34px;
	height: 22px;
	content: '';
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#ranking .list_ .item_ .num_.rank01_:after { background-image: url(../img/home/pc/ico_ranking01.png); }
#ranking .list_ .item_ .num_.rank02_:after { background-image: url(../img/home/pc/ico_ranking02.png); }
#ranking .list_ .item_ .num_.rank03_:after { background-image: url(../img/home/pc/ico_ranking03.png); }
#ranking .list_ .item_ .pic_ {
	margin-bottom: 18px;
	padding: 41px;
	border: 1px solid #e6e6e6;
	background: #fff;
}
#ranking .list_ .item_ .pic_ img {
	width: 100%;
	height: auto;
}
#ranking .list_ .item_ .cat_ {
	display: inline-block;
	margin-bottom: 7px;
	padding: 2px 7px;
	background: #d84673;
	color: #fff;
	font-size: 11px;
	line-height: 1.36;
}
#ranking .list_ .item_ .name_ {
	margin-bottom: 3px;
	font-weight: 700;
}
#ranking .list_ .item_ .btn_ {
	margin-top: 15px;
}
#ranking .list_ .item_ .btn_ a {
	position: relative;
	display: block;
	padding: 7px 0;
	border: 1px solid #b59e68;
	border-radius: 3px;
	background: #fff;
	color: #b59e68;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
#ranking .list_ .item_ .btn_ a:after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 5px;
	height: 10px;
	margin-top: -5px;
	content: '';
	background: url(../img/common/ico_arrow05.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

/* --------------------------------------------------------------------
	#guide
-------------------------------------------------------------------- */
#guide {
	padding: 80px 0;
}
#guide .guide_in_ {
	padding: 23px 13px 25px 23px;
	border: 3px solid #ebebeb;
}
#guide .guide_in_ .list_ {
	padding-bottom: 10px;
	overflow: hidden;
}
#guide .guide_in_ .list_ .item_ {
	float: left;
	width: 481px;
	margin: 0 10px 10px 0;
}
#guide .guide_in_ .btn_ {
	width: 350px;
	margin: 0 auto;
}

/* --------------------------------------------------------------------
	#relate
-------------------------------------------------------------------- */
#relate {
	padding: 42px 0 47px;
	background: #004131;
}
#relate .relate_in_ {
	overflow: hidden;
}
#relate .relate_in_ .magazine_ {
	float: left;
	width: 337px;
	margin-right: 31px;
}
#relate .relate_in_ .social_ {
	float: left;
	width: 291px;
	overflow: hidden;
}
#relate .relate_in_ .salon_ {
	margin-bottom: 18px;
}
#relate .relate_in_ .sns_ {
	float: left;
	width: 60px;
	text-align: center;
}
#relate .relate_in_ .sns_ + .sns_ {
	width: 75px;
	border-left: 1px solid #4d7a6f;
}
#relate .relate_in_ .recruit_ {
	float: right;
	width: 337px;
}


/* ?????Salon???????????????????? 20191011 */
#relate .relate_in_ .salon_ {
	display: none;
}
#relate .relate_in_ .social_ {
	display: inline-flex;
    align-items: center;
	justify-content: center;
	height: 100px;
	float: none;
}

/* --------------------------------------------------------------------
	#recommend
-------------------------------------------------------------------- */
#recommend {
	padding: 80px 0;
}
.airecommend_list_{
}

.airecommend_list_ .tit_ {
	margin-bottom: 25px;
	font-size: 18px;
	text-align: center;

}
.airecommend_list_ .list_ {
	margin-right: -21px;
	overflow: hidden;
}
.airecommend_list_ .list_ .item_ {
	float: left;
	width: 169px;
	margin-right: 18px;
	margin-bottom: 10px;
	overflow:hidden;
	height: 300px;
}

.airecommend_list_ .list_ .item_ .pic_ {
	height: 102px;
	margin-bottom: 5px;
	border: 2px solid #ebebeb;
	background: #fff;
	text-align: center;
}
.airecommend_list_ .list_ .item_ .pic_ img {
	width: auto;
	height: 102px;
	overflow: hidden;


}
.airecommend_list_ .list_ .item_ .name_ {
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 16px;
	line-height: 1.1;
}
.airecommend_list_ .list_ .item_ .name_ a {
	color: #947c43;
	font-weight: 700;
	text-decoration: underline;
}
.airecommend_list_ .list_ .item_ .name_ a:hover {
	text-decoration: none;
}
.airecommend_list_ .list_ .item_ .value_ {
	font-size: 13px;
}
.airecommend_list_ .list_ .item_ .value_ span {
	font-size: 15px;
}
.airecommend_list_ .list_ .item_ .btn_ {
	width: 141px;
	margin: 15px auto 0;
}

.airecommend_list_cart .tit_ {
	margin-bottom: 25px;
	font-size: 18px;
	text-align: left;

}
.airecommend_list__cart .list_ {
	margin-right: -21px;
	overflow: hidden;
}
.airecommend_list_cart .list_ .item_ {
	float: left;
	width: 169px;
	margin-right: 18px;
	margin-bottom: 10px;
	overflow:hidden;
	height: 300px;
}

.airecommend_list_cart .list_ .item_ .pic_ {
	height: 102px;
	margin-bottom: 5px;
	border: 2px solid #ebebeb;
	background: #fff;
	text-align: center;
}
.airecommend_list_cart .list_ .item_ .pic_ img {
	width: auto;
	height: 102px;
	overflow: hidden;


}
.airecommend_list_cart .list_ .item_ .name_ {
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 16px;
	line-height: 1.1;
}
.airecommend_list_cart .list_ .item_ .name_ a {
	color: #947c43;
	font-weight: 700;
	text-decoration: underline;
}
.airecommend_list_cart .list_ .item_ .name_ a:hover {
	text-decoration: none;
}
.airecommend_list_cart .list_ .item_ .value_ {
	font-size: 13px;
}
.airecommend_list_cart .list_ .item_ .value_ span {
	font-size: 15px;
}
.airecommend_list_cart .list_ .item_ .btn_ {
	width: 141px;
	margin: 15px auto 0;
}
