/* =========================================
   ヘッダー
   ========================================= */
.om-site-header {
  background: #ffffff;
  border-bottom: 4px solid #111;
}

.om-site-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.om-site-logo {
  text-decoration: none;
  color: #111;
  display: inline-block;
}

.om-site-logo__main {
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.1;
}

.om-site-logo__sub {
  display: block;
  font-size: 0.72rem;
  color: #666;
  margin-top: 4px;
  letter-spacing: 0.08em;
}

.om-global-nav .menu {
  display: flex;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.om-global-nav .menu li a {
  display: inline-block;
  padding: 10px 14px;
  color: #111;
  text-decoration: none;
  font-weight: 800;
  border-radius: 999px;
}

.om-global-nav .menu li a:hover {
  background: #111;
  color: #fff;
}

/* =========================================
   トップページ
   ========================================= */
.om-front-page {
  background: #f6f6f6;
  padding-bottom: 72px;
}

.om-top-hero {
  background: #111;
  color: #fff;
  padding: 56px 16px;
}

.om-top-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.om-top-hero__title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 16px;
}

.om-top-hero__eyebrow {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  color: rgba(255,255,255,0.75);
}

.om-top-hero__lead {
  font-size: 1.05rem;
  line-height: 1.9;
  margin: 0;
  color: rgba(255,255,255,0.9);
}

.om-front-featured,
.om-front-section {
  padding: 32px 16px 0;
}

.om-front-featured__inner,
.om-front-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.om-front-featured__link {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 26px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

.om-front-featured__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.om-front-featured__body {
  padding: 28px 28px 28px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.om-front-featured__label {
  display: inline-block;
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 900;
  color: #fff;
  background: #111;
  padding: 6px 10px;
  border-radius: 999px;
  width: fit-content;
}

.om-front-featured__title {
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 900;
  margin: 0 0 14px;
  color: #111;
}

.om-front-featured__excerpt {
  margin: 0 0 14px;
  line-height: 1.8;
  color: #444;
}

.om-front-featured__more {
  margin: 0;
  font-weight: 800;
  color: #111;
}

.om-front-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.om-front-section__title {
  font-size: 1.8rem;
  font-weight: 900;
  margin: 0;
  color: #111;
}

.om-front-section__link {
  color: #111;
  font-weight: 800;
  text-decoration: none;
}

.om-front-section__link:hover {
  text-decoration: underline;
}

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

.om-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

.om-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.om-card__thumb img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.om-card__body {
  padding: 18px;
}

.om-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.om-card__cat {
  display: inline-block;
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.74rem;
  font-weight: 800;
}

.om-card__date {
  color: #666;
  font-size: 0.84rem;
}

.om-card__title {
  font-size: 1.14rem;
  line-height: 1.5;
  font-weight: 900;
  margin: 0 0 10px;
  color: #111;
}

.om-card__excerpt {
  margin: 0;
  color: #555;
  line-height: 1.7;
  font-size: 0.94rem;
}

/* =========================================
   特集一覧
   ========================================= */
.om-feature-archive {
  background: #f6f6f6;
  padding: 32px 16px 72px;
}

.om-feature-archive__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.om-feature-archive__header {
  margin: 0 auto 32px;
  max-width: 880px;
  text-align: center;
}

.om-feature-archive__eyebrow {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #666;
  margin-bottom: 8px;
}

.om-feature-archive__title {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 12px;
  color: #111;
}

.om-feature-archive__lead {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

.om-feature-hero {
  margin-bottom: 36px;
}

.om-feature-hero__link {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 28px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

.om-feature-hero__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.om-feature-hero__body {
  padding: 28px 28px 28px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.om-feature-hero__meta,
.om-feature-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.om-feature-hero__cat,
.om-feature-card__cat {
  display: inline-block;
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: 800;
}

.om-feature-hero__date,
.om-feature-card__date {
  color: #666;
  font-size: 0.85rem;
}

.om-feature-hero__title {
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 900;
  margin: 0 0 14px;
  color: #111;
}

.om-feature-hero__excerpt {
  margin: 0;
  color: #444;
  line-height: 1.8;
}

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

.om-feature-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

.om-feature-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.om-feature-card__thumb img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.om-feature-card__body {
  padding: 18px;
}

.om-feature-card__title {
  font-size: 1.15rem;
  line-height: 1.5;
  font-weight: 900;
  margin: 0 0 10px;
  color: #111;
}

.om-feature-card__excerpt {
  margin: 0;
  color: #555;
  line-height: 1.7;
  font-size: 0.94rem;
}

.om-feature-pagination {
  margin-top: 32px;
  text-align: center;
}

/* =========================================
   レスポンシブ
   ========================================= */
@media screen and (max-width: 1024px) {
  .om-card-grid,
  .om-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .om-front-featured__link,
  .om-feature-hero__link {
    grid-template-columns: 1fr;
  }

  .om-front-featured__body,
  .om-feature-hero__body {
    padding: 22px;
  }
}

@media screen and (max-width: 768px) {
  .om-site-header__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .om-global-nav .menu {
    flex-wrap: wrap;
  }

  .om-top-hero {
    padding: 36px 16px;
  }

  .om-top-hero__title {
    font-size: 2rem;
  }

  .om-front-featured__title,
  .om-feature-hero__title {
    font-size: 1.5rem;
  }

  .om-front-section__title,
  .om-feature-archive__title {
    font-size: 1.7rem;
  }

  .om-card-grid,
  .om-feature-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   ジャンル導線
   ========================================= */
.om-front-categories {
  padding: 32px 16px 0;
}

.om-front-categories__inner {
  max-width: 1200px;
  margin: 0 auto;
}

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

.om-genre-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 4px 18px rgba(0,0,0,0.04);
  padding: 24px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.om-genre-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.om-genre-card__label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.74rem;
  font-weight: 900;
  color: #fff;
  background: #111;
  padding: 6px 10px;
  border-radius: 999px;
  letter-spacing: 0.06em;
}

.om-genre-card__title {
  font-size: 1.35rem;
  line-height: 1.4;
  font-weight: 900;
  margin: 0 0 10px;
  color: #111;
}

.om-genre-card__text {
  margin: 0;
  color: #555;
  line-height: 1.8;
  font-size: 0.96rem;
}

/* =========================================
   このジャンル向けに少しだけ文脈を強める
   ========================================= */
.om-top-hero__title {
  max-width: 8em;
}

.om-top-hero__lead {
  max-width: 42em;
}

.om-front-section__title,
.om-feature-archive__title,
.om-front-featured__title,
.om-feature-hero__title,
.om-card__title,
.om-feature-card__title {
  letter-spacing: 0.01em;
}

/* =========================================
   レスポンシブ追加
   ========================================= */
@media screen and (max-width: 1024px) {
  .om-genre-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .om-genre-grid {
    grid-template-columns: 1fr;
  }

  .om-genre-card {
    padding: 20px;
  }
}

/* =========================================
   トップページを少しかっこよくする追加装飾
   ========================================= */

/* セクション全体の間隔 */
.om-front-section {
  padding: 44px 16px 0;
}

/* セクション見出し */
.om-front-section__head {
  margin-bottom: 22px;
}

.om-front-section__title {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 10px;
  letter-spacing: 0.01em;
}

.om-front-section__title::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  background: #111;
  border-radius: 999px;
  margin-top: 10px;
}

/* カード全体 */
.om-card {
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.om-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.1);
  border-color: rgba(0,0,0,0.14);
}

/* 画像 */
.om-card__thumb {
  overflow: hidden;
}

.om-card__thumb img {
  transition: transform 0.35s ease;
}

.om-card:hover .om-card__thumb img {
  transform: scale(1.04);
}

/* 本文 */
.om-card__body {
  padding: 20px;
}

.om-card__title {
  font-size: 1.12rem;
  line-height: 1.5;
  font-weight: 900;
  margin: 0 0 10px;
}

.om-card__excerpt {
  font-size: 0.93rem;
  line-height: 1.75;
  color: #666;
}

/* メタ */
.om-card__meta {
  margin-bottom: 10px;
}

.om-card__cat {
  background: #111;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 5px 10px;
  border-radius: 999px;
}

.om-card__date {
  color: #777;
  font-size: 0.82rem;
}

/* セクションごとに少し表情を変える */
.om-front-section--diy .om-front-section__title::after {
  width: 72px;
}

.om-front-section--beauty .om-front-section__title::after {
  width: 72px;
  background: #444;
}

.om-front-section--room .om-front-section__title::after {
  width: 72px;
  background: #777;
}

/* セクションの背景カード感 */
.om-front-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* 新着特集エリアをちょっと強く */
.om-front-featured__link {
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(0,0,0,0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.om-front-featured__link:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.om-front-featured__title {
  font-size: 2.1rem;
  line-height: 1.35;
}

.om-front-featured__more {
  display: inline-block;
  width: fit-content;
  margin-top: 8px;
  padding: 8px 14px;
  border: 1px solid #111;
  border-radius: 999px;
}

/* ジャンルカードも少し高級感 */
.om-genre-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.om-genre-card__title {
  font-size: 1.45rem;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .om-front-section {
    padding-top: 34px;
  }

  .om-front-section__title {
    font-size: 1.55rem;
  }

  .om-front-featured__title {
    font-size: 1.55rem;
  }

  .om-card__body {
    padding: 16px;
  }
}

.om-card__thumb {
  overflow: hidden;
  background: #eee;
}

.om-card__thumb img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.om-card__body {
  padding: 18px;
}

.om-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.om-card__cat {
  display: inline-block;
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.74rem;
  font-weight: 800;
}

.om-card__date {
  color: #666;
  font-size: 0.84rem;
}

.om-card__title {
  font-size: 1.14rem;
  line-height: 1.5;
  font-weight: 900;
  margin: 0 0 10px;
  color: #111;
}

.om-card__excerpt {
  margin: 0;
  color: #555;
  line-height: 1.7;
  font-size: 0.94rem;
}

/* =========================================
   通常記事カテゴリ一覧
   ========================================= */
.om-category-archive {
  background: #f6f6f6;
  padding: 32px 16px 72px;
}

.om-category-archive__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.om-category-archive__header {
  max-width: 860px;
  margin: 0 auto 32px;
  text-align: center;
}

.om-category-archive__eyebrow {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #666;
  margin-bottom: 8px;
}

.om-category-archive__title {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 12px;
  color: #111;
}

.om-category-archive__lead {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

.om-card-grid--archive {
  margin-top: 8px;
}

.om-category-archive__pagination {
  margin-top: 32px;
  text-align: center;
}

.om-category-archive__empty {
  text-align: center;
  color: #666;
  padding: 32px 0;
}

@media screen and (max-width: 768px) {
  .om-category-archive__title {
    font-size: 1.8rem;
  }
}

.om-card {
  position: relative;
}

.om-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.om-card__thumb,
.om-card__body {
  position: relative;
  z-index: 1;
}

.om-post-single {
  background: #f6f6f6;
  padding: 32px 16px 72px;
}

.om-post-single__article {
  max-width: 100%;
  margin: 0 auto;
}

.om-post-single__header {
  max-width: 1200px;
  margin: 0 auto 36px;
}

.om-post-single__header-inner {
  max-width: 860px;
  margin: 0 auto 24px;
}

.om-post-single__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.om-post-single__cat {
  display: inline-block;
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: 800;
}

.om-post-single__date {
  color: #666;
  font-size: 0.85rem;
}

.om-post-single__title {
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 900;
  margin: 0 0 16px;
  color: #111;
}

.om-post-single__lead {
  font-size: 1.08rem;
  line-height: 1.9;
  color: #444;
  margin: 0;
}

.om-post-single__eyecatch img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

.om-post-single__content-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.om-post-single__content {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  padding: 36px 40px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

.om-post-single__content p {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .om-post-single__title {
    font-size: 2rem;
  }

  .om-post-single__content {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .om-post-single__eyecatch img {
    border-radius: 14px;
  }
}

/* =========================================
   生活改善特集セクション全体をカード化
   ========================================= */
.om-front-section--feature .om-front-section__inner {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.om-front-section--feature .om-front-section__head {
  margin-bottom: 22px;
}

.om-front-section--feature .om-front-section__title {
  font-size: 2rem;
}

.om-front-section--feature .om-front-section__link {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #111;
  border-radius: 999px;
}

.om-front-section--feature .om-card-grid {
  margin-top: 0;
}

/* 特集内のカードは少しだけ強く */
.om-front-section--feature .om-card {
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}

@media screen and (max-width: 768px) {
  .om-front-section--feature .om-front-section__inner {
    border-radius: 18px;
    padding: 18px;
  }

  .om-front-section--feature .om-front-section__title {
    font-size: 1.55rem;
  }
}

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

@media screen and (max-width: 1024px) {
  .om-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .om-card-grid {
    grid-template-columns: 1fr;
  }
}