/* Stage392: トップページ 興味別ポータルタブ */
.happyell-home-portal {
  width: 100%;
  margin: 10px 0 26px;
  padding: 0;
  color: #111;
}

.happyell-home-portal__tabs {
  display: flex;
  gap: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #e5e5e5;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.happyell-home-portal__tabs::-webkit-scrollbar {
  display: none;
}

.happyell-home-portal__tab {
  flex: 0 0 auto;
  min-width: max-content;
  margin: 0;
  padding: 11px 14px 10px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #555;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.happyell-home-portal__tab.is-active,
.happyell-home-portal__tab[aria-selected="true"] {
  border-bottom-color: #ff3366;
  color: #111;
}

.happyell-home-portal__tab:focus-visible {
  outline: 2px solid #ff3366;
  outline-offset: -2px;
}

.happyell-home-portal__panel {
  padding-top: 10px;
}

.happyell-home-portal__panel[hidden] {
  display: none !important;
}

.happyell-home-portal__description {
  margin: 0 0 8px;
  color: #555;
  font-size: 13px;
  line-height: 1.55;
}

.happyell-home-portal__quicklinks {
  display: flex;
  gap: 7px;
  margin: 0 0 10px;
  padding: 0 0 2px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.happyell-home-portal__quicklinks::-webkit-scrollbar {
  display: none;
}

.happyell-home-portal__quicklinks a {
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.happyell-home-portal__quicklinks a:hover,
.happyell-home-portal__quicklinks a:focus-visible {
  border-color: #ff9ab4;
  background: #fff8fb;
  color: #111;
}

.happyell-home-portal__content-grid {
  display: block;
}

.happyell-home-portal .cardlink.cardlink--wide {
  margin: 0;
}

.happyell-home-portal__main-card .cardlink.cardlink--wide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  border-color: #ececec;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.happyell-home-portal__main-card .cardlink.cardlink--wide .cardlink_thumbnail {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 0;
  background: #f5f5f5;
}

.happyell-home-portal__main-card .cardlink.cardlink--wide .cardlink_thumbnail img,
.happyell-home-portal__main-card .cardlink.cardlink--wide .cardlink_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.happyell-home-portal__main-card .cardlink.cardlink--wide .cardlink_content {
  padding: 10px 11px 11px;
}

.happyell-home-portal__main-card .cardlink.cardlink--wide .cardlink_title {
  font-size: 16px;
  line-height: 1.45;
  -webkit-line-clamp: 2;
}

.happyell-home-portal__subcards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 9px;
}

.happyell-home-portal__subcard {
  min-width: 0;
}

.happyell-home-portal__subcard .cardlink.cardlink--wide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  height: 100%;
  padding: 0;
  border-color: #ececec;
  border-radius: 10px;
  overflow: hidden;
}

.happyell-home-portal__subcard .cardlink.cardlink--wide .cardlink_thumbnail {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 0;
  background: #f5f5f5;
}

.happyell-home-portal__subcard .cardlink.cardlink--wide .cardlink_thumbnail img,
.happyell-home-portal__subcard .cardlink.cardlink--wide .cardlink_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.happyell-home-portal__subcard .cardlink.cardlink--wide .cardlink_content {
  padding: 7px 7px 8px;
}

.happyell-home-portal__subcard .cardlink.cardlink--wide .cardlink_title {
  font-size: 12px;
  line-height: 1.4;
  -webkit-line-clamp: 2;
}

.happyell-home-portal__subcard .cardlink.cardlink--wide .cardlink_meta {
  display: none;
}

.happyell-home-portal__more-wrap {
  margin-top: 10px;
  text-align: right;
}

.happyell-home-portal__more {
  display: inline-block;
  padding: 5px 2px;
  color: #c92552;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.happyell-home-portal__noscript {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.happyell-home-portal__noscript a {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 13px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .happyell-home-portal {
    margin-top: 14px;
    margin-bottom: 32px;
  }

  .happyell-home-portal__tabs {
    overflow: visible;
  }

  .happyell-home-portal__tab {
    flex: 1 1 0;
    min-width: 0;
    padding: 13px 12px 11px;
    font-size: 15px;
    text-align: center;
  }

  .happyell-home-portal__description {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .happyell-home-portal__quicklinks {
    flex-wrap: wrap;
    overflow: visible;
    margin-bottom: 12px;
  }

  .happyell-home-portal__content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 1fr);
    gap: 12px;
    align-items: stretch;
  }

  .happyell-home-portal__main-card,
  .happyell-home-portal__main-card .cardlink.cardlink--wide {
    height: 100%;
  }

  .happyell-home-portal__main-card .cardlink.cardlink--wide .cardlink_title {
    font-size: 18px;
  }

  .happyell-home-portal__subcards {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 0;
  }

  .happyell-home-portal__subcard .cardlink.cardlink--wide {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    align-items: center;
    min-height: 0;
  }

  .happyell-home-portal__subcard .cardlink.cardlink--wide .cardlink_thumbnail {
    width: 118px;
    height: 100%;
    min-height: 72px;
    aspect-ratio: auto;
  }

  .happyell-home-portal__subcard .cardlink.cardlink--wide .cardlink_content {
    padding: 8px 9px;
  }

  .happyell-home-portal__subcard .cardlink.cardlink--wide .cardlink_title {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }

  .happyell-home-portal__subcard .cardlink.cardlink--wide .cardlink_meta {
    display: block;
    margin-top: 3px;
    font-size: 11px;
  }
}
