.tips-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 86px;
  background: linear-gradient(115deg, #fff 0%, #fff 54%, #f6f9ff 100%);
  border-bottom: 1px solid #eef2f7;
}

/* v2 tone refresh */
.tips-v2 {
  background: #f5f6f9;
  color: #080c4e;
}

.tips-v2-main {
  overflow: hidden;
}

.tips-v2-header {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
}

.tips-v2 .tips-hero,
.tips-v2 .tips-single__hero {
  padding-top: 150px;
}

.tips-hero,
.tips-single__hero {
  background:
    radial-gradient(circle at 84% 20%, rgba(237, 119, 49, .13), transparent 30%),
    linear-gradient(180deg, #fbfaf8 0%, #f5f6f9 100%);
  border-bottom: 0;
}

.tips-hero::before,
.tips-single__hero::before {
  background:
    radial-gradient(circle at 92% 18%, rgba(239, 146, 56, .16), transparent 25%),
    radial-gradient(circle at 10% 86%, rgba(8, 12, 78, .06), transparent 28%);
}

.tips-label {
  position: relative;
  padding-left: 54px;
  color: #ed7731;
  font-family: "Shippori Mincho", "Yu Mincho", serif;
  font-weight: 700;
  letter-spacing: .25em;
}

.tips-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 2px;
  background: #ed7731;
  transform: translateY(-50%);
}

.tips-hero h1,
.tips-single__hero h1,
.tips-empty h2 {
  color: #080c4e;
  font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  letter-spacing: -.035em;
}

.tips-hero p:not(.tips-label),
.tips-card p,
.tips-single__content p,
.tips-single__content li {
  color: #4f5874;
}

.tips-archive {
  background: #f5f6f9;
}

.tips-card,
.tips-empty,
.tips-single__content,
.tips-side-box,
.tips-post-nav a {
  border-color: rgba(8, 12, 78, .09);
  border-radius: 22px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 24px 70px rgba(8, 12, 78, .085);
}

.tips-card__image {
  background:
    radial-gradient(circle at 82% 24%, rgba(237, 119, 49, .16), transparent 32%),
    linear-gradient(135deg, rgba(8, 12, 78, .08), rgba(255, 244, 231, .78));
}

.tips-card__image span {
  color: rgba(237, 119, 49, .13);
  font-family: "Shippori Mincho", "Yu Mincho", serif;
}

.tips-card h2,
.tips-single__content h2,
.tips-single__content h3,
.tips-side-box dd {
  color: #080c4e;
}

.tips-meta a,
.tips-card__link,
.tips-single__content a,
.tips-tags a,
.tips-pagination .current {
  color: #ed7731;
}

.tips-card__link,
.tips-pagination .current {
  border-color: #ed7731;
}

.tips-hero::before,
.tips-single__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 78%, rgba(37, 99, 235, .08), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(250, 204, 21, .16), transparent 24%);
  pointer-events: none;
}

.tips-hero__inner,
.tips-archive__inner,
.tips-single__hero-inner,
.tips-single__layout,
.tips-post-nav {
  position: relative;
  width: min(1120px, calc(100vw - 72px));
  margin: 0 auto;
}

.tips-label {
  margin: 0 0 22px;
  color: #1454c8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.tips-hero h1,
.tips-single__hero h1 {
  margin: 0;
  color: #050b18;
  font-size: clamp(38px, 4.4vw, 62px);
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.35;
}

.tips-hero p:not(.tips-label) {
  max-width: 760px;
  margin: 24px 0 0;
  color: #374151;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}

.tips-archive {
  position: relative;
  padding: 88px 0 104px;
  background: #fff;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.tips-card {
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, .72);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 22px 56px rgba(15, 23, 42, .08);
}

.tips-card__image {
  height: 210px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(20, 84, 200, .12), rgba(250, 204, 21, .22));
}

.tips-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.tips-card__image span {
  color: rgba(20, 84, 200, .34);
  font-family: "Bodoni 72", "Didot", "Bodoni MT", "Times New Roman", serif;
  font-size: 96px;
  line-height: 1;
}

.tips-card:hover .tips-card__image img {
  transform: scale(1.04);
}

.tips-card__body {
  padding: 28px;
}

.tips-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.tips-meta a {
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(20, 84, 200, .08);
  color: #1454c8;
}

.tips-card h2 {
  margin: 18px 0 12px;
  color: #071121;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.55;
}

.tips-card p {
  margin: 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.9;
}

.tips-card__link {
  width: fit-content;
  margin-top: 24px;
  padding-bottom: 7px;
  display: inline-flex;
  gap: 14px;
  border-bottom: 1px solid #1454c8;
  color: #1454c8;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
}

.tips-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.tips-pagination .page-numbers {
  min-width: 42px;
  min-height: 42px;
  padding: 8px 12px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  color: #111827;
  font-weight: 900;
}

.tips-pagination .current {
  border-color: #1454c8;
  background: #1454c8;
  color: #fff;
}

.tips-empty {
  padding: 54px;
  border: 1px solid rgba(203, 213, 225, .72);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  text-align: center;
  box-shadow: 0 22px 56px rgba(15, 23, 42, .08);
}

.tips-empty h2 {
  margin: 0;
  color: #071121;
  font-size: 28px;
}

.tips-empty p:last-child {
  margin: 14px 0 0;
  color: #374151;
}

.tips-single__hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 74px;
  background: linear-gradient(115deg, #fff 0%, #fff 54%, #f6f9ff 100%);
  border-bottom: 1px solid #eef2f7;
}

.tips-back-link {
  display: inline-flex;
  margin-bottom: 28px;
  color: #1454c8;
  font-size: 13px;
  font-weight: 900;
}

.tips-single__hero .tips-meta {
  margin-top: 24px;
}

.tips-single__featured {
  width: min(1120px, calc(100vw - 72px));
  margin: 54px auto 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 22px 56px rgba(15, 23, 42, .1);
}

.tips-single__featured img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.tips-single__layout {
  padding: 72px 0 88px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 64px;
  align-items: start;
}

.tips-single__content {
  min-width: 0;
}

.tips-single__content > *:first-child {
  margin-top: 0;
}

.tips-single__content h2,
.tips-single__content h3 {
  color: #071121;
  font-weight: 900;
  line-height: 1.55;
}

.tips-single__content h2 {
  margin-top: 54px;
  font-size: 30px;
}

.tips-single__content h3 {
  margin-top: 38px;
  font-size: 23px;
}

.tips-single__content p,
.tips-single__content li {
  color: #374151;
  font-size: 16px;
  line-height: 2.05;
}

.tips-single__content a {
  color: #1454c8;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tips-single__content img {
  height: auto;
  border-radius: 8px;
}

.tips-single__side {
  position: sticky;
  top: 92px;
}

.tips-side-box {
  padding: 24px;
  border: 1px solid rgba(203, 213, 225, .72);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
}

.tips-side-box dl {
  margin: 0;
  display: grid;
  gap: 14px;
}

.tips-side-box div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.tips-side-box dt {
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}

.tips-side-box dd {
  margin: 0;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.tips-tags {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tips-tags a {
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(20, 84, 200, .08);
  color: #1454c8;
  font-size: 12px;
  font-weight: 900;
}

.tips-post-nav {
  padding: 0 0 94px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tips-post-nav a {
  min-height: 92px;
  padding: 22px;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(203, 213, 225, .72);
  border-radius: 8px;
  background: #fff;
  color: #071121;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.tips-post-nav span {
  color: #1454c8;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

@media (max-width: 920px) {
  .tips-grid,
  .tips-single__layout {
    grid-template-columns: 1fr;
  }

  .tips-single__side {
    position: static;
  }
}

@media (max-width: 640px) {
  .tips-hero,
  .tips-single__hero {
    padding: 64px 0 58px;
  }

  .tips-hero__inner,
  .tips-archive__inner,
  .tips-single__hero-inner,
  .tips-single__layout,
  .tips-post-nav,
  .tips-single__featured {
    width: min(100vw - 28px, 1120px);
  }

  .tips-archive {
    padding: 64px 0 78px;
  }

  .tips-card__image {
    height: 184px;
  }

  .tips-card__body,
  .tips-empty {
    padding: 24px 22px;
  }

  .tips-single__layout {
    padding: 54px 0 68px;
  }

  .tips-post-nav {
    grid-template-columns: 1fr;
    padding-bottom: 72px;
  }
}
