@charset "UTF-8";
/*==========================
font
==========================*/
@import url("https://use.typekit.net/iyj3bcd.css");
@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost&family=Reem+Kufi&display=swap');

/*==========================
recommend
==========================*/

html{
	font-size: 62.5%;
  }
  @media screen and (max-width: 1200px) {
	  html {font-size: calc((10 * (100vw / 1200)));}
  }
  @media screen and (min-width: 768px) and (max-width: 880px) {
	  html {
		  font-size: calc((10 * (100vw / 880)));
	  }
  
  }

#Contents {
	padding-bottom: 50px;
}

#contentsMain.recommend.slick {
	display: none;
  }
#contentsMain.recommend.slick.slick-initialized {
	display: block;
  }
  
#contentsMain.recommend .recommendTitle {
	color: #1C1C1C;
	letter-spacing: .05em;
	text-align: center;
}

#contentsMain.recommend .categoryList li {
	color: #B9B9B9;
	letter-spacing: .05em;
}

#contentsMain.recommend .categoryList li.slick-current {
	color: #00235F;
}

/*font-weight: 600 !important;*/
#contentsMain.recommend .cardUnit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }

#contentsMain.recommend .cardUnit-recommend {
	display: flex;
	flex-wrap: wrap;
}

#contentsMain.recommend .cardUnit-recommend .card-recommend {
	position: relative;
}

#contentsMain.recommend .cardUnit-recommend .card-recommend .itemList_imgarea {
	border: 1px solid #EDEDED;
}

#contentsMain.recommend .cardUnit-recommend .card-recommend .rankNum {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-family: minion-pro, serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .05em;
	text-align: center;
	background-color: #022363;
	z-index: 10;
}

#contentsMain.recommend .cardUnit-recommend .card-recommend .brandName {
	font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	letter-spacing: .05em;
}

#contentsMain.recommend .cardUnit-recommend .card-recommend .itemName {
	font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}

#contentsMain.recommend .cardUnit-recommend .card-recommend .priceArea {
	color: #575757;
	font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
	letter-spacing: .05em;
}


/*************************************SP****************************************/
@media screen and (max-width:767px) {

	/*==========================
    recommend
    ==========================*/
	#contentsMain.recommend .recommendTitle {
		margin: calc(72*(100vw/750)) auto 0;
		font-size: calc(56*(100vw/750));
	}

	#contentsMain.recommend .categoryList {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: calc(86*(100vw/750));
	}

	#contentsMain.recommend .categoryList li {
		padding: 0 calc(60*(100vw/750)) calc(10*(100vw/750));
		font-size: calc(30*(100vw/750));
		text-align: center;
	}

	#contentsMain.recommend .categoryList li.slick-current {
		border-bottom: 2px solid #022363
	}

	/*font-weight: 600 !important;*/
	#contentsMain.recommend .recommend-wrap {
		max-width: calc(710*(100vw/750));
		margin: calc(70*(100vw/750)) auto 0;
	}

	#contentsMain.recommend .cardUnit-recommend {
		justify-content: space-between;
	}

	#contentsMain.recommend .cardUnit-recommend .card-recommend {
		width: calc(345*(100vw/750));
	}

	#contentsMain.recommend .cardUnit-recommend .card-recommend:nth-of-type(n+3) {
		margin-top: calc(60*(100vw/750));
	}

	#contentsMain.recommend .cardUnit-recommend .card-recommend .itemList_imgarea {
		margin-bottom: calc(30*(100vw/750));
	}

	#contentsMain.recommend .cardUnit-recommend .card-recommend .rankNum {
		width: calc(60*(100vw/750));
		height: calc(60*(100vw/750));
		font-size: calc(36*(100vw/750));
		line-height: calc(60*(100vw/750));
	}

	#contentsMain.recommend .cardUnit-recommend .card-recommend .brandName {
		margin-bottom: calc(20*(100vw/750));
		font-size: calc(26*(100vw/750));
	}

	#contentsMain.recommend .cardUnit-recommend .card-recommend .itemName {
		font-size: calc(26*(100vw/750));
		letter-spacing: .08em;
	}

	#contentsMain.recommend .cardUnit-recommend .card-recommend .priceArea {
		margin-top: calc(28*(100vw/750));
		font-size: calc(24*(100vw/750));
	}
}

/*************************************PC****************************************/
@media screen and (max-width: 1400px) and (min-width: 768px) {
	html {
		font-size: calc(10* (100vw / 1400)) !important;
	}
}

@media only screen and (min-width: 768px) {


	/*==========================
    recommend
    ==========================*/
	#contentsMain.recommend .recommendTitle {
		margin: 4rem auto 0;
		font-size: 3.8rem;
	}

	#contentsMain.recommend .categoryList {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 80rem;
		margin: 5rem auto 0;
	}

	#contentsMain.recommend .categoryList li {
		font-size: 2rem;
	}

	#contentsMain.recommend .categoryList li:hover {
		opacity: .8;
		cursor: pointer;
	}

	#contentsMain.recommend .recommendListBlock {
		display: none;
	}

	#contentsMain.recommend .recommend-wrap {
		max-width: 120rem;
		margin: 4rem auto 0;
	}

	#contentsMain.recommend .cardUnit-recommend .card-recommend {
		width: 22.2rem;
		margin-right: 2rem;
	}

	#contentsMain.recommend .cardUnit-recommend .card-recommend:nth-of-type(5n) {
		margin-right: 0;
	}

	#contentsMain.recommend .cardUnit-recommend .card-recommend:nth-of-type(n+6) {
		margin-top: 4rem;
	}

	#contentsMain.recommend .cardUnit-recommend .card-recommend .itemList_imgarea {
		margin-bottom: 1.5rem;
	}

	#contentsMain.recommend .cardUnit-recommend .card-recommend .rankNum {
		width: 3rem;
		height: 3rem;
		font-size: 1.8rem;
		line-height: 3rem;
	}

	#contentsMain.recommend .cardUnit-recommend .card-recommend .brandName {
		margin-bottom: 1.1rem;
		font-size: 1.3rem;
	}

	#contentsMain.recommend .cardUnit-recommend .card-recommend .itemName {
		font-size: 1.3rem;
		letter-spacing: .05em;
	}

	#contentsMain.recommend .cardUnit-recommend .card-recommend .priceArea {
		margin-top: 1.5rem;
		font-size: 1.2rem;
	}
	
}