@charset "UTF-8";

/* --------------------------------------------------------------------------------
		top - common
-------------------------------------------------------------------------------- */
h2.heading_ttl{
	font-size: 28px;
	letter-spacing: 0.05em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	background: url("https://narumiec1202.itembox.design/item/images/common/heading.png") repeat-x left bottom;
	background-size: 10% auto;
	padding: 20px 0 12px;
	margin: 0 10px 40px;
}



/* --------------------------------------------------------------------------------
		main
-------------------------------------------------------------------------------- */
#main{
	width: 100%;
	padding: 0 0 10px;
}
#main .slider{
	width: 100%;
}
#main .slider img{
	width: 100%;
}
#main .slider .slick-dots li button:before{
	color: #f1f1f1;
	font-size: 14px;
	opacity: 1;
}
#main .slider .slick-dots li.slick-active button:before{
	color: #f17037;
	opacity: 1;
}



/* --------------------------------------------------------------------------------
		products
-------------------------------------------------------------------------------- */
#products{
	width: 100%;
	padding: 30px 0 40px;
}
#products .products_list{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 10px;
}
#products .products_list li{
	width: 48%;
	margin: 0 auto 10px;
}
#products .products_list li img{
	width: 100%;
	border-radius: 15px;
}



/* --------------------------------------------------------------------------------
		recommend
-------------------------------------------------------------------------------- */
#recommend{
	width: 100%;
	padding: 30px 0 80px;
}
#recommend .overflow_wrap{
	overflow-x: auto;
    white-space: nowrap;
}
#recommend .recommend_list{
	display: inline-flex;
	flex-flow: row nowrap;
	overflow-x: auto;
	padding: 0 0 30px;
}
#recommend .recommend_list li{
	width: 150px;
	position: relative;
	padding: 20px 0 0;
	margin: 0 10px;
}
#recommend .recommend_list li .num{
	width: 40px;
	height: 40px;
	position: absolute;
	left: calc(50% - 20px);
	top: 0;
	color: #fff;
	font-size: 26px;
	letter-spacing: 0;
	line-height: 40px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
}
#recommend .recommend_list li .num.no1{
	background: url("https://narumiec1202.itembox.design/item/images/top/num1.png") no-repeat 50% 50%;
	background-size: contain;
}
#recommend .recommend_list li .num.no2{
	background: url("https://narumiec1202.itembox.design/item/images/top/num2.png") no-repeat 50% 50%;
	background-size: contain;
}
#recommend .recommend_list li .num.no3{
	background: url("https://narumiec1202.itembox.design/item/images/top/num3.png") no-repeat 50% 50%;
	background-size: contain;
}
#recommend .recommend_list li .img{
	margin: 0 0 15px;
}
#recommend .recommend_list li img{
	width: 100%;
}
#recommend .recommend_list li .txt{
	font-size: 14px;
	white-space: normal;
	margin: 0 0 25px;
}
#recommend .recommend_list li .txt .lead{
	font-size: 12px;
}
#recommend .recommend_list li .txt .name{
	margin: 0 0 15px;
}
#recommend .recommend_list li .btn{
	width: 80%;
}
#recommend .recommend_list li .btn a{
	display: block;
	color: #fff;
	font-size: 14px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	background-color: #f17037;
	border-radius: 20px;
	padding: 5px 0;
}




/* --------------------------------------------------------------------------------
		news
-------------------------------------------------------------------------------- */
#news{
	width: 100%;
	padding: 20px 0 60px;
}
#news .news_list{
	padding: 0 10px;
}
#news .news_list li{
	font-size: 14px;
	border-bottom: solid 1px #ccc;
}
#news .news_list li .date{
	padding: 20px 0 0;
	margin: 0 0 20px;
}
#news .news_list li .content{
	margin: 0 0 20px;
	display: flex;
}
#news .cat {
	background-color: #f17037;
	padding: 3px 8px;
	margin-right: 10px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 13px;
	width: 110px;
	text-align: center;
	height: 100%;
}
#news .txt {
	width: calc( 100% - 110px );
}
#news a {
	color: #000;
}
#news a:hover {
	color: #000;
}


/* --------------------------------------------------------------------------------
		category
-------------------------------------------------------------------------------- */
#category{
	width: 100%;
	padding: 40px 0 80px;
}
#category .cat_list{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 10px;
}
#category .cat_list li{
	width: 48%;
	margin: 0 auto 10px;
}
#category .cat_list li img{
	width: 100%;
}



/* --------------------------------------------------------------------------------
		about
-------------------------------------------------------------------------------- */
#about{
	width: 100%;
	padding: 20px 0;
}
#about .img{
	margin: 60px 10px 30px;
}
#about .img img{
	width: 100%;
}
#about .txt{
	font-size: 14px;
	margin: 0 10px;
}
#about .txt p{
	line-height: 2;
	margin: 0 0 30px;
}
#about h2.heading_ttl {
    font-size: 26px;
}


/* --------------------------------------------------------------------------------
		gift
-------------------------------------------------------------------------------- */
#gift{
	width: 100%;
	padding: 40px 0 80px;
}
#gift h2.heading_ttl{
	font-size: 24px;
}
#gift .gift_list{
	padding: 10px 0 0;
	margin: 0 10px;
}
#gift .gift_list li{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	border-bottom: dashed 1px #ccc;
	padding: 0 0 30px;
	margin: 0 0 30px;
}
#gift .gift_list li:last-child{
	border: none;
}
#gift .gift_list li .img{
	width: 37%;
}
#gift .gift_list li .img img{
	width: 100%;
}
#gift .gift_list li .txt{
	width: 60%;
}
#gift .gift_list li .txt .ttl{
	font-size: 18px;
	margin: 0 0 5px;
}
#gift .gift_list li .txt .content{
	font-size: 12px;
	line-height: 1.5;
}
#gift .gift_att{
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	background-color: #ac7f79;
	margin: 0 10px;
}

/* --------------------------------------------------------------------------------
		new_item
-------------------------------------------------------------------------------- */
.sp_only {
	display: block;
  }
  .pc_only {
	display: none;
  }
  #new_item .main {
	width: 100%;
	padding: 0 10px;
  }
  #new_item .detail h2 {
	  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	  text-align: center;
	  font-size: 25px;
	  margin: 30px 0;
	  font-weight: bold;
	  letter-spacing: 1px;
  }
  #new_item .detail p {
	text-align: left;
  }
  #new_item .page_btn {
	  min-width: 250px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 100%;
	  height: 60px;
	  color: #fff !important;
	  font-size: 15px;
	  text-decoration: none;
	  background-color: #f17037;
	  position: relative;
	  margin: 40px auto 5px;
	  text-decoration: none !important;
	  border-radius: 50px;
  }
  #new_item .lineup_title {
	  font-size: 28px;
	  letter-spacing: 0.05em;
	  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	  text-align: center;
	  background: url(https://narumiec1202.itembox.design/item/images/common/heading.png) repeat-x left bottom;
	  background-size: 10% auto;
	  padding: 20px 0 12px;
	  margin: 0 10px 40px;
  }
  #new_item .item .txt {
	font-size: 20px;
	line-height: 30px;
	margin: 15px 0;
	text-align: left;
  }
  #new_item .newitem_list {
	  display: flex;
	  gap: 10px;
	  flex-wrap: wrap;
  }
  #new_item .newitem_list .img img {
	width: 100%;
  }
  #new_item .newitem_list li:first-child {
	width: 100%;
  }
  #new_item .newitem_list li {
	  width: 48%;
  }
  #new_item .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 280px;
	height: 50px;
	color: #fff !important;
	font-size: 18px;
	text-decoration: none;
	background-color: #f17037;
	position: relative;
	margin: 15px auto;
	text-decoration: none !important;
	border-radius: 50px;
  }
  #new_item .item h4 {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 23px;
  }
  #new_item .item .price {
	  text-align: right;
	  font-size: 23px;
	  letter-spacing: 0px;
  }

  #new_item .tags {
	margin-bottom: 5px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 5px 3px;
}
#new_item .tags li {
	margin: 0 !important;
	width: auto !important;
	padding: 0 !important;
}
#new_item .tags .label {
	border-radius: 3px;
	/* margin-right: 2px; */
	color: #fff;
	font-size: 0.8em;
	line-height: 1;
	padding: 4px 8px;
}
#new_item .tags .frozen {
	background: #0046c9;
}
#new_item .tags .free {
	background: #ff730c;
}
#new_item .tags .gift {
	background: #df2525;
}
#new_item .tags .include {
	background: #99c646;
}
#new_item .price span {
	font-size: 28px;
    font-weight: bold;
    color: #cc3333;
    letter-spacing: 2px;
}
/* --------------------------------------------------------------------------------
		cat-ranking
-------------------------------------------------------------------------------- */
#cat-ranking {
	width: 100%;
	min-width: 100%;
	padding: 0 0 80px;
}
#cat-ranking .tab-container {
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
	margin: 0 10px 30px;
}
#cat-ranking .tab-container .tab {
	padding: 10px 5px;
	border-radius: 20px 20px 0 0;
	transition: all .2s;
	cursor: pointer;
	font-weight: bold;
	width: 25%;
	text-align: center;
	font-size: 12px;
	border: solid 2px #f17037;
	color: #f17037;
	background: #fff;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cat-ranking .tab-container .current {
	background: #f17037;
	color: #fff;
}
#cat-ranking .cat-rank-container {
	overflow-x: auto;
	white-space: nowrap;
}
#cat-ranking .ranking-box {
	display: inline-flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	overflow-x: auto;
}
#cat-ranking .ranking-box li {
	position: relative;
	width: 150px;
	/* width: 135px; */
	padding: 20px 0 0;
	margin: 0 10px;
}
#cat-ranking .ranking-box li .num.no1 {
	background: url(https://narumiec1202.itembox.design/item/images/top/num1.png) no-repeat 50% 50%;
	background-size: contain;
}
#cat-ranking .ranking-box li .num.no2 {
	background: url(https://narumiec1202.itembox.design/item/images/top/num2.png) no-repeat 50% 50%;
	background-size: contain;
}
#cat-ranking .ranking-box li .num.no3 {
	background: url(https://narumiec1202.itembox.design/item/images/top/num3.png) no-repeat 50% 50%;
	background-size: contain;
}
#cat-ranking .ranking-box li .num {
	width: 40px;
	height: 40px;
	position: absolute;
	left: calc(50% - 20px);
	top: 0;
	color: #fff;
	font-size: 26px;
	letter-spacing: 0;
	line-height: 40px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
}
#cat-ranking .ranking-box li .img {
	margin: 0 0 15px;
}
#cat-ranking .ranking-box li .txt {
	font-size: 14px;
	white-space: normal;
	margin: 0 0 25px;
}
#cat-ranking .ranking-box li .txt .lead {
	font-size: 12px;
}
#cat-ranking .ranking-box li .txt .name {
	margin: 0 0 15px;
}
#cat-ranking .ranking-box li .cart-btn {
	width: 80%;
}
#cat-ranking .ranking-box li .cart-btn a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	background-color: #f17037;
	border-radius: 20px;
	padding: 5px 0;
}
.all-item-btn a {
	min-width: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	height: 60px;
	color: #f17037;
	font-size: 15px;
	text-decoration: none;
	background-color: #ffffff;
	position: relative;
	margin: 40px auto 5px;
	text-decoration: none !important;
	border-radius: 50px;
}
.cat-list {
	overflow-x: auto;
	white-space: nowrap;
}

/* --------------------------------------------------------------------------------
		top-item-tags
-------------------------------------------------------------------------------- */
.txt .tags {
	margin-bottom: 5px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 5px 3px;
}
.txt .tags li {
	margin: 0 !important;
	width: auto !important;
	padding: 0 !important;
}
.txt .tags .label {
	border-radius: 3px;
	/* margin-right: 2px; */
	color: #fff;
	font-size: 0.8em;
	line-height: 1;
	padding: 4px 8px;
}
.txt .tags .frozen {
	background: #0046c9;
}
.txt .tags .free {
	background: #ff730c;
}
.txt .tags .gift {
	background: #df2525;
}
.txt .tags .include {
	background: #99c646;
}
.txt .price span {
	font-size: 23px;
	font-weight: bold;
	color: #cc3333;
}