/* ランキング見出しの共通スタイル */
.ranking-title-wrap {
  text-align: center;
}

.ranking-title-en {
  font-size: 24px;
  font-weight: bold;
  color: #4b372e;
  margin: 0;
}

.ranking-title-ja {
  font-size: 16px;
  color: #4b372e;
  margin-top: 6px;
}

.ranking-description {
  font-size: 14px;
  color: #4b372e;
  margin: 15px 20px 0;
}

/* トップバナー用 */
.custom-banner-area {
  padding: 20px;
}

.top-banner {
  margin-top: 5px;
}

.wide-banner {
  margin-bottom: 15px;
}
.wide-banner img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ccc;
}

.square-banner-row {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.square-banner {
  flex: 1;
  text-align: left;
}

.square-banner img {
  width: 100%;
  aspect-ratio: 1 / 1; /* 正方形 */
  object-fit: cover;
  border: 1px solid #ccc;
}

.square-banner p {
  margin-top: 6px;
  color: #333;
  padding-left: 4px;
}

#ranking {
	display: none;
}

/* 商品 */
.boxlist {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.box {
	float: none;
}

.box-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
}

/* ランキングバッジ重ね表示 */
.box-image-wrapper .box-image {
  position: relative;
}

.box-image-wrapper .rank-badge {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 30%;
  height: auto;
  z-index: 2;
}

/* グループIDで取得している部分 */
.group-item-area {
	/* margin-top: 20px; */
	/* padding: 0 10px; */
}

.group-item-area .n_slide_wrap {
	padding: 50px 2px;
}

.group-item-area .n_slide_wrap:nth-of-type(2n) {
	background-color: #fff;
}

.group-item-area .n_slide_wrap:last-of-type {
	margin-bottom: 0;
	padding-bottom: 20px;
}

.group-item-area__ttl-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 18px;
}

.group-item-area__ttl-wrap .group-item-area__ttl {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #4b372e;
	width: 240px;
	max-width: 100%;
}

.group-item-area__ttl-wrap .group-item-area__link a {
	color: #959b5f;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

.group-item-area__btn {
	display: flex;
	justify-content: center;
	margin-top: 16px;
}

.group-item-area__btn a {
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	background-color: #C25700;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 24px;
}

.drawer-accordion-item-SPcolor {
	border-bottom: 1px solid #111;
	background: #fff;
}

.drawer-accordion-item-SPcolor a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  color: #222;
  box-sizing: border-box;
  text-decoration: none;
}