#content .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
}
#content .title {
  text-align: center;
  margin-top: 50px;
}
#content .title h2 {
  width: 500px;
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1.33;
  color: #5E453E;
  border-bottom: 2px solid #5E453E;
  padding-bottom: 10px;
}
#content .title span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  color: #B3665B;
}

.featureContainer {
  margin: 32px auto 0;
  max-width: 870px;
}
.featureContainer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}

.featureContainer ul:after {
  content: '';
  display: block;
  width: 280px;
}
.featureContainer ul li {
  width: 280px;
  height: auto;
  position: relative;
  margin-bottom: 34px;
}

/*
.featureContainer ul li .thumb img {
  width: 100%;
  height: auto;
}
*/

.featureContainer ul li .thumbWrapper {
  position: relative;
}
.featureContainer ul li .thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 100% 0 0 0;
  border: none;
  background: #f4f4f4;
}
.featureContainer ul li .thumb a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.featureContainer ul li .thumb a img {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: -webkit-transform .3s ease;
  -ms-transition:     -ms-transform .3s ease;
  transition:         transform .3s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  vertical-align: baseline;
}
.featureContainer ul li .thumb a:hover img {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1.2);
  transform: translateY(-50%) translateX(-50%) scale(1.2);
}


.featureContainer .productInfo {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-top: 12px;
  padding-bottom: 14px;
}
.featureContainer .itemName {
  font-size: 1.8rem;
  letter-spacing: .1rem;
  color: #B3665B;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.featureContainer .itemPrice {
  font-size: 1.6rem;
  color: #929292;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 7px;
}
.featureContainer .boothInfo {
  text-align: center;
  margin-top: 10px;
}
.featureContainer .boothName {
  font-size: 1.3rem;
  color: #929292;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.featureContainer .boothDetail {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 4px;
}
.featureContainer .boothNumber {
  font-size: 1.8rem;
  vertical-align: top;
  margin-right: 10px;
}
.featureContainer .day {
  display: flex;
  justify-content: center;
  align-items: center;
}
.featureContainer .eventSaturday {
  background-color: #B7E5E6;
}
.featureContainer .eventSunday {
  background-color: #FFC7BE;
  margin-left: 2px;
}
.featureContainer .eventSunday::after {
  display: inline-block;
  padding: 6px 7px;
  /* content: "11日"; */
}
.bannerContainer h2 {
  font-size: 20px;
  color: #5a463f;
  text-align: center;
}
.bannerContainer .featureBannerContainer {
  margin: 0 auto 30px;
}

/* 出店者一覧の上書き */
.itemListViewArea {
  border: none;
  max-width: 870px;
  margin: 32px auto 0;
}
.itemListViewArea > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
.itemListViewArea > ul:after {
  content: '';
  display: block;
  width: 280px;
}
.itemListViewArea > ul > li {
  width: 280px;
  height: auto;
  position: relative;
  margin-right: 0;
  margin-bottom: 50px;
}

#listPager.contentsUi {
  margin-top: 50px;
}

/* クーポン取扱ブース特集 : カード一覧 */
.couponBooths {
  max-width: 870px;
  margin: 32px auto 0;
}
.couponBooths > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.couponBooths > ul::after {
  content: '';
  display: block;
  width: calc(50% - 12px);
}
.couponBooths > ul > li {
  /* 基準テーマ（オレンジ系） */
  --card-border: #c9b78c;
  --coupon-bg: #f6efda;
  --coupon-divider: #d3c7a8;
  --ticket-fill: #f4a46b;
  --ticket-stroke: #e07e4c;

  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(50% - 12px);
  margin-bottom: 28px;
  background: #fff;
  border: 2px solid var(--card-border);
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(94, 69, 62, .05);
}
/* カード全面をクリック可能にする透明オーバーレイリンク */
.couponBooths .cardLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5; /* .checkCircle(z-index:10)より下、カード内容より上 */
  border-radius: 12px;
}
/* 偶数カード：彩度を落とした緑テーマ（1カラム時＝1枚ごと交互） */
.couponBooths > ul > li:nth-child(even) {
  --card-border: #a9b78d;
  --coupon-bg: #eef1e4;
  --coupon-divider: #cdd6bb;
  --ticket-fill: #a7bd82;
  --ticket-stroke: #849f61;
}
/* 2カラム時：市松模様になるよう振り直す */
@media screen and (min-width: 768px) {
  .couponBooths > ul > li:nth-child(even) {
    --card-border: #c9b78c;
    --coupon-bg: #f6efda;
    --coupon-divider: #d3c7a8;
    --ticket-fill: #f4a46b;
    --ticket-stroke: #e07e4c;
  }
  .couponBooths > ul > li:nth-child(4n+2),
  .couponBooths > ul > li:nth-child(4n+3) {
    --card-border: #a9b78d;
    --coupon-bg: #eef1e4;
    --coupon-divider: #cdd6bb;
    --ticket-fill: #a7bd82;
    --ticket-stroke: #849f61;
  }
}

/* カード上部：サムネイル + ブース情報 */
.couponBooths .couponCardTop {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 22px;
}
.couponBooths .thumb {
  position: relative;
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  background: #f4f4f4;
}
.couponBooths .thumb a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  overflow: hidden;
}
.couponBooths .thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.couponBooths > ul > li:hover .thumb a img {
  transform: scale(1.08);
}
.couponBooths .thumb .checkCircle {
  padding: 6px;
}

.couponBooths .couponInfo {
  flex: 1;
  min-width: 0;
  padding-top: 2px;
}
.couponBooths .days {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}
.couponBooths .days span {
  display: inline-block;
  background: #ededed;
  color: #666;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 4px;
}
.couponBooths .days span[data-weekday="6"] {
  background: #CDE3E4;
}
.couponBooths .days span[data-weekday="0"] {
  background: #EACFC6;
}
.couponBooths .exhibitorName {
  font-size: 1.9rem;
  line-height: 1.35;
  color: #5E453E;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.couponBooths .meta {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #7a7168;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.couponBooths .meta span {
  color: #a49a8f;
  margin-right: 4px;
}
.couponBooths .meta.booth strong {
  font-size: 1.5rem;
  color: #5E453E;
}

/* カード下部：チケット型クーポン欄 */
.couponBooths .couponCardFoot {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  background: var(--coupon-bg);
  border-top: 2px dashed var(--coupon-divider);
  border-radius: 0 0 12px 12px;
}
/* チケットの切り込み（左右のノッチ）：内側の弧にだけ線を残した半円 */
.couponBooths .couponCardFoot::before,
.couponBooths .couponCardFoot::after {
  content: '';
  position: absolute;
  top: -9px;
  width: 8px;
  height: 16px;
  background: #fff;
  border: 2px solid var(--card-border);
  box-sizing: border-box;
}
.couponBooths .couponCardFoot::before {
  left: -2px;
  border-left: none;              /* 外側（左）は線なし */
  border-radius: 0 8px 8px 0;     /* 右＝内側を半円に */
}
.couponBooths .couponCardFoot::after {
  right: -2px;
  border-right: none;             /* 外側（右）は線なし */
  border-radius: 8px 0 0 8px;     /* 左＝内側を半円に */
}
.couponBooths .ticketIcon {
  flex: 0 0 auto;
  line-height: 0;
}
/* チケットアイコンの色もテーマに追従 */
.couponBooths .ticketIcon svg .tbody {
  fill: var(--ticket-fill);
  stroke: var(--ticket-stroke);
}
.couponBooths .couponText {
  flex: 1;
  min-width: 0;
  min-height: 7.3rem;      /* 利用条件1行 + 特典2行分を確保 */
  display: flex;
  flex-direction: column;
  justify-content: center; /* 特典が1行のときはエリア縦中央に */
}
/* 利用条件（小） */
.couponBooths .couponText .cond {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #8a8a8a;
  margin-bottom: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 特典（大）：最大2行・あふれは … */
.couponBooths .couponText .off {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.35;
  color: #5E453E;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
