@charset "utf-8";

/* ---------------------------------------------
CSS Info

 File name:  top.css
 Style Info: TOPページ用レイアウト

------------------------------------------------ */


/* メインスライド
------------------------------------------------ */
.idx--mv-slider {background: #CCC;}
.idx--mv-slider .slick-slide:not(.slick-center) {
  opacity: .75;
  transition: 0.2s linear;
}
.idx--mv-slider {
  opacity: 0;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.idx--mv-slider.slick-initialized{opacity: 1;}

@media screen and (min-width:768px) {
	.idx--mv-slider .slick-slide {width: 700px;}
}
@media screen and (min-width:1280px) {
	.idx--mv-slider .slick-slide {width: 1280px;}
}


/* インデックスナビ
------------------------------------------------ */
.idx--nav {text-align: center;}

.idx--nav_category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.idx--nav_category li a {
	display: block;
	text-align: center;
}
.idx--nav_category li a:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	background-color: #d9f2fd;
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid #d9f2fd;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.idx--nav_category li a:hover:before {
	background-color: #FFF;
	border: 2px solid #009bdd;
}
.idx--nav_category li .ic-food:before {background-image: url("../images/common/food-ico.svg");}
.idx--nav_category li .ic-fashion:before {background-image: url("../images/common/fashion-ico.svg");}
.idx--nav_category li .ic-goods:before {background-image: url("../images/common/goods-ico.svg");}
.idx--nav_category li .ic-service:before {background-image: url("../images/common/service-ico.svg");}
.idx--nav_category li .ic-cinema:before {background-image: url("../images/common/cinema-ico.svg");}
.idx--nav_category li a span {
	display: block;
	font-weight: bold;
	color: #010101;
}
.idx--nav_category li a:hover span {color: #009bdd;}

@media screen and (max-width:567px) {
	.idx--nav_category {
		-webkit-justify-content:space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
}

@media screen and (max-width:320px) {
	.idx--nav_category li a:before {
		width: 48px;
		height: 48px;
	}
	.idx--nav_category li a:before {background-size: auto 24px;}
	.idx--nav_category li a span {
		font-size: 9px;
		font-size: .9rem;
	}
	.idx--nav_category li:not(:last-child) {margin-right: 8px;}
}
@media screen and (min-width:321px) and (max-width:567px) {
	.idx--nav_category li a:before {
		width: 56px;
		height: 56px;
	}
	.idx--nav_category li a:before {background-size: auto 32px;}
	.idx--nav_category li a span {
		font-size: 10px;
		font-size: 1rem;
	}
	.idx--nav_category li:not(:last-child) {margin-right: 8px;}
}
@media screen and (min-width:568px) and (max-width:959px) {
	.idx--nav_category li a:before {
		width: 72px;
		height: 72px;
	}
	.idx--nav_category li a:before {background-size: auto 36px;}
	.idx--nav_category li a span {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.idx--nav_category li:not(:last-child) {margin-right: 16px;}
}
@media screen and (max-width:959px) {
	.idx--nav {margin-bottom: 32px;}
	
	.idx--nav_basic {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		border: 4px solid #e0e0e0;
		border-radius: 8px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.idx--nav_basic li {width: calc(100% / 3);}
	.idx--nav_basic li:not(:last-child) {border-right: 1px solid #e0e0e0;}
	.idx--nav_basic li a {
		padding: 10px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		line-height: 1;
		background: #FFF;
		}
	.idx--nav_basic li .idx--nav-ico {margin-right: 6px;}
	.idx--nav_basic li i.idx--nav-ico.clock,
	.idx--nav_basic li i.idx--nav-ico.info {
		font-size: 20px;
		font-size: 2rem;
		color: #ffc107;
		}
	.idx--nav_basic li .idx--nav-ico.map {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: #ffc107;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.idx--nav_basic li .idx--nav-ico.map i {
		font-size: 12px;
		font-size: 1.2rem;
		color: #FFF;
	}
	.idx--nav_basic li .idx--nav-txt {
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		color: #010101;
	}
	.idx--nav_basic li a:hover .idx--nav-txt {color: #ffc107;}
	
	.idx--nav_category {margin-top: 24px;}
}
@media screen and (min-width:960px) {
	.idx--nav {margin-bottom: 56px;}
	
	.idx--nav_basic {display: none;}
	
	.idx--nav_category li a:before {
		width: 96px;
		height: 96px;
	}
	.idx--nav_category li a:before {background-size: auto 48px;}
	.idx--nav_category li:not(:last-child) {margin-right: 48px;}
}



/* 共通
------------------------------------------------ */
.idx-sec {border-top: 1px solid #e0e0e0;}

.idx--sec-ttl {
	position: relative;
	padding-bottom: 20px;
	text-align: center;
	line-height: 1;
}
.idx--sec-ttl:after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 40px;
	height: 5px;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
	background: url("../images/common/ttl-line.svg") no-repeat;
	background-size: 40px auto;
}
.idx--sec-ttl .ttl-en {
	display: block;
	font-size: 32px;
	font-size: 3.2rem;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
.idx--sec-ttl .ttl-ja {
	display: block;
	margin-top: .75em;
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (max-width:767px) {
	.idx-sec {padding: 32px 0;}
}
@media screen and (min-width:768px) {
	.idx-sec {padding: 56px 0;}
}


/* イベント
------------------------------------------------ */
.idx--event-list li a {display: block;}
.idx--event-list li a:hover {opacity: .5;}
.idx--event-list .ttl {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	color: #010101;
}
.idx--event-list .txt,
.idx--event-list .date {
	margin-top: .75em;
	font-size: 14px;
	font-size: 1.4rem;
}
.idx--event-list .txt {color: #666;}
.idx--event-list .date {
	font-weight: bold;
	color: #009bdd;
}
.idx--event-list .date:before {
	margin-right: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 500;
	content: "\f073";
}
.idx--event-list .today .ttl-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.idx--event-list .today .ttl-box .ttl {
	flex: 1;
	padding-left: 8px;
}

@media screen and (max-width:959px) {
	.idx--event-hdg .idx--event-btn {display: none;}
	.idx--event-contents .cm-btn a {width: 240px;}
	
	.idx--event-list {
		border-top: 1px dashed #dee2e3;
		margin: 16px 0;
	}
	.idx--event-list li {
		padding: 16px 0;
		border-bottom: 1px dashed #dee2e3;
	}
}
@media screen and (min-width:960px) {
	.idx--event {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.idx--event-hdg {width: 200px;}
	.idx--event-hdg .idx--sec-ttl {
		text-align: left;
		margin-bottom: 32px;
	}
	.idx--event-hdg .idx--sec-ttl:after {
		left: 0;
		margin-left: 0;
	}
	.idx--event-hdg .idx--event-btn {text-align: left;}
	.idx--event-hdg .idx--event-btn a {
		width: 144px;
		height: 40px;
		padding: 0 40px 0 16px;
		line-height: 40px;
	}
	.idx--event-contents {flex: 1;}
	.idx--event-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.idx--event-list li {
		width: 33.333%;
		padding: 0 24px;
	}
	.idx--event-list li:not(:last-child) {border-right: 1px solid #e0e0e0;}
	.idx--event-contents .idx--event-btn {display: none;}
}


/* ショップニュース
------------------------------------------------ */
.idx--news-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	border-top: 1px dotted #e0e0e0;
}
.idx--news-list li {
	position: relative;
	line-height: 1.2;
}
.idx--news-list li:after {
	position: absolute;
	content: "";
	display: block;
	height: 1px;
	background: #e0e0e0;
}
.idx--news-list li a {
	position: relative;
	display: block;
}
.idx--news-list li a:hover {opacity: .5;}
.idx--news-list li .idx--news-thumb {
	position: relative;
	background: #e3e3e3;
	text-align: center;
}
.idx--news-thumb:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.idx--news-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.idx--news-desc .date {
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
}
.idx--news-desc .date:before {
	margin-right: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f024";
	color: #ffc107;
}
.idx--news-desc .ttl {
	margin: .5em 0 1em;
	font-weight: bold;
	color: #010101;
}
.idx--news-list .sale .ttl:before,
.idx--news-list .rec .ttl:before,
.idx--news-list .ltd .ttl:before,
.idx--news-list .n-pd .ttl:before {
	display: block;
	width: 64px;
	line-height: 16px;
	border-radius: 8px;
	margin-bottom: 2px;
	background: #666;
	font-size: 12px;
	font-size: 1.2rem;
	color:#FFF;
	text-align: center;
}
.idx--news-list .rec .ttl:before {content: "おすすめ";}
.idx--news-list .ltd .ttl:before {content: "限定";}
.idx--news-list .n-pd .ttl:beforee {content: "新商品";}
.idx--news-list .sale .ttl:before {
	background: #f44336;
	content: "SALE";
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: .1em;
}
.idx--news-desc .name {
	font-size: 14px;
	font-size: 1.4rem;
	color: #009bdd;
}

.idx--news-btn.cm-btn a {width: 240px;}

@media screen and (max-width:959px) {
	.idx--news-list {margin: 16px 0 32px;}
	.idx--news-list li {
		width: 50%;
		margin: 16px 0;
		padding: 0 16px;
	}
	.idx--news-list li:nth-child(odd) {border-right: 1px dotted #e0e0e0;}
	.idx--news-list li:after {
		width: -webkit-calc(100% - 32px);
		width: calc(100% - 32px);
		left: 16px;
		bottom: -16px;
	}
	.idx--news-list li a .ico-new {
		top: -8px;
		left: -12px;
	}
	.idx--news-desc {margin-top: 8px;}
	.idx--news-desc .date {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.idx--news-desc .ttl {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
@media screen and (min-width:960px) {
	.idx--news-list {margin: 24px 0 48px;}
	.idx--news-list li {
		width: 33.33%;
		margin: 24px 0;
		padding: 0 24px;
	}
	.idx--news-list li:not(:nth-child(3n)) {border-right: 1px dotted #e0e0e0;}
	.idx--news-list li:after {
		width: -webkit-calc(100% - 48px);
		width: calc(100% - 48px);
		left: 24px;
		bottom: -24px;
	}
	.idx--news-list li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.idx--news-thumb {
		width: 120px;
		height: 120px;
		margin-right: 16px;
	}
	.idx--news-desc {flex: 1;}
	.idx--news-list li a .ico-new {
		top: -16px;
		left: -20px;
	}
}


/* バナーブロック
------------------------------------------------ */
.bnr--block {border-top: 1px solid #e0e0e0;}
.bnr--block .bnr--list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.bnr--block .bnr--list li a {display: block;}
.bnr--block .bnr--list li a img {vertical-align: bottom;}

@media screen and (max-width:959px) {
	.bnr--block {padding-top: 40px;}
	.bnr--block .bnr--list li {
		width: 49%;
		margin-bottom: 8px;
	}
	.bnr--block .bnr--list li:nth-child(odd) {margin-right: 2%;}
}
@media screen and (min-width:960px) {
	.bnr--block {padding-top: 64px;}
	.bnr--block .bnr--list li {
		width: 23.5%;
		margin-bottom: 16px;
	}
	.bnr--block .bnr--list li:not(:nth-child(4n)) {margin-right: 2%;}
}