@charset "UTF-8";

.tag-box {
  margin-top: -10px;
}

.tag-box .tag-list {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  font-size: 1.2rem;
  display: inline-block;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  border-radius: 100px;
  line-height: 1.3;
  margin: 6px 2px 0 0;
}

.tag-box .tag-list a {
  color: #000;
  padding: 8px 12px 7px;
  display: block;
}

/* ----- 旬ワード 大 ----- */

.season-block {
  padding: 10px 15px 15px 15px;
}

.season-block .season-tag {
  font-size: 1.1rem;
  padding: 6px 9px 4px;
  text-align: center;
  display: inline-block;
  background: #f2f2f2;
  border-radius: 100px;
  line-height: 1.3;
  margin: 3px 1px;
}

.season-block .season-tag a {
  color: #000;
}


/* ----- 旬ワード ヘッダー ----- */

.season-word-block {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 -15px;
  padding: 3px 0 0 15px;
}

.season-word-block .word-title {
  font-size: 1.1rem;
  color: #999;
  font-weight: bold;
  flex-basis: 60px;
}

.season-word-block .word-block {
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 5px;
	position: relative;
}

.season-word-block .word-block li {
	float: none;
	position: relative;
	display: table-cell;
}

.season-word-block .word-block li a {
  display: block;
  border-top: none;
  font-size: 1.1rem;
  padding: 5px 8px 3px;
  text-align: center;
  display: inline-block;
  background: #f2f2f2;
  border-radius: 100px;
  line-height: 1.3;
  margin: 3px 1px;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
}

/* ----- 中カテゴリ ----- */

.category-tag-block {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.category-tag-block .word-block {
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 15px 5px;
	position: relative;
}

.category-tag-block .word-block li {
	position: relative;
  display: block;
  float: left;
}

.category-tag-block .word-block li a {
  border-top: none;
  font-size: 1.1rem;
  padding: 5px 8px 3px;
  text-align: center;
  display: inline-block;
  background: #f2f2f2;
  border-radius: 100px;
  line-height: 1.3;
  margin: 2px 2px;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
}
