/*------------------------------------------
toppage
------------------------------------------*/

.mainimg{
	/*background-image:url("../images/top/mainimg.webp");*/
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	height:650px;
	position:relative;
	z-index:-1;
}
.mainimg p{
	color:#fff;
	font-size:2.6rem;
	position:absolute;
	left:100px;
	bottom:30px;
	line-height:1.8em;
	letter-spacing: 0.22em;
	text-shadow:1px 1px 3px #666;
}
.mainimg p span{
	text-combine-upright: all;
	letter-spacing: normal;
	text-align:left;
}

#sec_top_info{
	padding:100px 0px;
}
.top_info_flex{
	display:flex;
	gap:20px;
}
.top_info_flex .news_blc{
	width: calc(100% - 404px);
	min-width:400px;
}
.top_info_flex .bnr_blc{
	width:384px;
}
.top_info_flex .news_blc .ttl_wrap,
.top_info_flex .news_blc .ttl_wrap .cnr_ttl,
.top_info_flex .news_blc .ttl_wrap .snslink{
	display:flex;
}
.top_info_flex .news_blc .ttl_wrap{
	justify-content:space-between;
}
.top_info_flex .news_blc .ttl_wrap .cnr_ttl>div {
	padding:18px;
}
.top_info_flex .news_blc .ttl_wrap .snslink{
	padding:10px;
	gap:24px;
}
.top_info_flex .bnr_blc a{
	display:block;
	margin-bottom:18px;
}
.top_info_flex .news_blc ul{
	list-style:none;
	padding:0;
}
.top_info_flex .news_blc ul li{
	display:flex;
	gap:10px;
	align-items:center;
	border-bottom:1px solid #AEADAC;
	padding:10px;
}
.top_info_flex .news_blc ul li .cat{
	font-size:14px;
	background:#6A6868;
	color:#fff;
	padding:5px 0;
	width:120px;
	text-align:center;
}
.top_info_flex .news_blc ul li .cat_red{
	font-size:1.4rem;
	background:#ff0000;
	color:#fff;
	padding:5px 0;
	width:120px;
	text-align:center;
}
.top_info_flex .news_blc ul li date{
	font-size:1.4rem;
	color:#EC9136;
	font-weight:600;
}
.top_info_flex .news_blc ul li a{
	font-size:1.6rem;
	color:#707F89;
}
.top_info_flex .news_blc ul li a:hover{
	color:#EC9136;
}

#sec_top_sale{
	background-image:url("../images/common/bg2.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
	position:relative;
	padding:0 15px;
}
.top_sale_ttl{
	position:absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top:-50px;
}
.top_sale_intro p{
	z-index:10;
	padding:130px 15px 50px;
	position:relative;
	font-family: "Zen Maru Gothic", serif;
	font-size:1.6rem;
	color:#3E3936;
	font-weight:600;
}

/*top recommended slider*/
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px 80px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 210px;
  height: auto;
  border-radius:10px;
  box-shadow:2px 2px 4px #ccc;
  margin:auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .7;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  text-align:center;
  max-width: 280px;
  margin: 0 auto;
  
}

#sec_top_shopintro{
	padding:80px 15px;
}

.top_shopintro_flex{
	display:flex;
	justify-content:space-between;
	gap:60px;
}
.shopintro_box{
	flex:1;
	background:#fff;
	display:flex;
	flex-direction:column;
}
.shopintro_box img{
	width:100%;
}
.shopintro_box h3{
	text-align:center;
	padding:15px 0;
	font-size:2.8rem;
	font-family: "Zen Maru Gothic", serif;
	color:#3E3936;
	font-weight:600;
}
.shopintro_box .catchcopy{
	text-align:center;
	font-size:1.7rem;
	margin-bottom:16px;
}
.shopintro_box .shopinfo{
	text-align:left;
	font-size:1.4rem;
	padding:0 15px;
}
.shopintro_box .btnarea{
	margin-top:auto;
	text-align:center;
	padding:15px 0 20px;
}

#sec_top_snap{
	display:flex;
}
#sec_top_snap img{
	flex-grow: 1;
	min-width: 0;
}


/*------------------------------------------
responsive
------------------------------------------*/

@media screen and (max-width: 999px) {

	.top_info_flex .news_blc{
		width: 100%;
		min-width:0px;
	}
	.top_info_flex .bnr_blc{
		width:100%;
	}

	.top_sale_ttl{
		width:80%;
	}
	.top_info_flex{
		flex-direction: column;
	}
	.top_info_flex .news_blc .ttl_wrap{
		flex-wrap:wrap;
	}
	.top_info_flex .news_blc ul li{
		flex-wrap:wrap;
	}
	.top_shopintro_flex{
		flex-direction: column;
		gap:30px;
	}
	.sliderArea {
		overflow:hidden;
	}

}

@media screen and (max-width: 599px) {
	.mainimg{
		height:300px;
	}
	.mainimg p{
		left:30px;
		bottom:10px;
		font-size:1.8rem;
	}
	#sec_top_info{
		padding:50px 0px;
	}
	.ttl_wrap .snslink {
		width:100%;
		justify-content: end;
	;
	}
	#sec_top_sale{
		padding:0px 0px;
	}
	.top_sale_intro p{
		text-align:left;
	}
	.top_info_flex .news_blc ul li date{
		margin-right:50px;
	}
	.top_info_flex .news_blc ul li *{
		font-size:1.4rem !important;
	}
	#sec_top_snap img:nth-child(4) {
		display:none;
	}
	#sec_top_snap img:nth-child(5) {
		display:none;
	}
}
