@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}




/* =========================================================
   ASUKATA TOP
========================================================= */

.asukata-home {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;



  background: #f6f5f1;
  color: #3f4940;

  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP",
    "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;

  line-height: 1.8;
}

.asukata-home a {
  color: inherit;
  text-decoration: none;
}

.asukata-home img {
  display: block;
  width: 100%;
  height: auto;
}


/* =========================================================
   HEADER
========================================================= */

.asukata-home-header {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 40px 24px;

  display: flex;
  align-items: center;
  gap: 48px;

  border-bottom: 1px solid #dfe2da;
}

.asukata-logo {
  flex-shrink: 0;
}

.asukata-logo a {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  letter-spacing: 0.14em;
}

.asukata-main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1;
}

.asukata-main-nav a {
  font-size: 14px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.asukata-main-nav a:hover {
  opacity: 0.55;
}

.asukata-search-button {
  border: 0;
  background: transparent;
  padding: 0;

  font-size: 25px;
  line-height: 1;
  color: #3f4940;

  cursor: pointer;
}



/* =========================================================
   HERO
========================================================= */

.asukata-hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 40px 80px;

  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 0.75fr);
  gap: 64px;
}


/* ---------------------------------------------------------
   FEATURED ARTICLE
--------------------------------------------------------- */

.asukata-featured-image {
  display: block;
  overflow: hidden;
  background: #e5e3dc;
}

.asukata-featured-image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;

  transition: transform 0.5s ease;
}

.asukata-featured-image:hover img {
  transform: scale(1.02);
}

.asukata-featured-content {
  padding-top: 24px;
}

.asukata-category,
.asukata-post-category {
  margin: 0 0 8px;

  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;

  color: #7c8f7b;
}

.asukata-featured-content h1 {
  margin: 0;

  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.asukata-featured-content h1 a:hover {
  opacity: 0.65;
}

.asukata-excerpt {
  max-width: 720px;
  margin: 20px 0 0;

  font-size: 14px;
  line-height: 2;
  color: #666c65;
}

.asukata-read-more {
  display: inline-block;
  margin-top: 18px;

  font-size: 12px;
  letter-spacing: 0.08em;

  border-bottom: 1px solid #7c8f7b;
}


/* =========================================================
   RIGHT SIDE
========================================================= */

.asukata-home-side {
  padding-top: 0;
}


/* PROFILE */

.asukata-profile {
  text-align: center;
}

.asukata-profile-image {
  display: block;
  width: 180px;
  height: 180px;

  margin: 0 auto 20px;

  overflow: hidden;
  border-radius: 50%;
}

.asukata-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asukata-profile-name {
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  letter-spacing: 0.12em;
}

.asukata-profile-description {
  margin: 8px 0 12px;

  font-size: 12px;
  line-height: 1.9;
  color: #6c726b;
}

.asukata-profile-link {
  font-size: 12px;
  letter-spacing: 0.08em;
}

.asukata-profile-link:hover {
  opacity: 0.55;
}


/* PATTERN SAUCE */

.asukata-pattern-sauce {
  margin-top: 48px;
  padding-top: 28px;

  border-top: 1px solid #dfe2da;
}

.asukata-project-label {
  margin: 0 0 12px;

  font-size: 10px;
  letter-spacing: 0.18em;
  color: #7c8f7b;
}

.asukata-pattern-sauce-link {
  display: block;
}

.asukata-pattern-sauce-link strong {
  display: block;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.asukata-pattern-sauce-link span {
  display: block;

  margin-top: 8px;

  font-size: 12px;
  line-height: 1.8;
  color: #6c726b;
}

.asukata-pattern-sauce-link:hover {
  opacity: 0.65;
}


/* =========================================================
   COMMON SECTION
========================================================= */

.asukata-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 40px;
}

.asukata-section-heading {
  margin-bottom: 32px;
}

.asukata-section-heading p {
  margin: 0 0 3px;

  font-size: 10px;
  letter-spacing: 0.18em;
  color: #7c8f7b;
}

.asukata-section-heading h2 {
  margin: 0;

  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 400;
}


/* =========================================================
   RECENT POSTS
========================================================= */

.asukata-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 28px;
}

.asukata-post-card {
  min-width: 0;
}



.asukata-post-image {
  aspect-ratio: 4 / 3;
  margin-bottom: 16px;
  background: #e4e2dc;
  overflow: hidden;
}

.asukata-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}







.asukata-post-card h3 {
  margin: 0;

  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

.asukata-post-card a:hover {
  opacity: 0.65;
}


/* =========================================================
   ASUKATA NOTE
========================================================= */

.asukata-note {
  border-top: 1px solid #dfe2da;
}

.asukata-note-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;

  background: #dfe2da;
}

.asukata-note-item {
  min-height: 150px;
  padding: 28px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  background: #f6f5f1;
}

.asukata-note-item span {
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: 22px;
}

.asukata-note-item small {
  margin-top: 8px;

  font-size: 11px;
  line-height: 1.7;
  color: #777c75;
}

.asukata-note-item:hover {
  background: #efeee9;
}


/* =========================================================
   POPULAR
========================================================= */

.asukata-popular {
  border-top: 1px solid #dfe2da;
}

.asukata-popular-list {
  border-top: 1px solid #dfe2da;
}

.asukata-popular-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;

  padding: 17px 0;

  border-bottom: 1px solid #dfe2da;
}

.asukata-popular-item span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  color: #9a9d97;
}

.asukata-popular-item strong {
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
}

.asukata-popular-item:hover {
  opacity: 0.6;
}


/* =========================================================
   ABOUT
========================================================= */

.asukata-about {
  padding: 100px 40px;

  border-top: 1px solid #dfe2da;
}

.asukata-about-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.asukata-about-label {
  margin: 0 0 16px;

  font-size: 10px;
  letter-spacing: 0.18em;
  color: #7c8f7b;
}

.asukata-about h2 {
  margin: 0;

  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
}

.asukata-about p:not(.asukata-about-label) {
  margin: 24px auto 0;

  max-width: 540px;

  font-size: 14px;
  line-height: 2;
  color: #666c65;
}

.asukata-about-link {
  display: inline-block;
  margin-top: 24px;

  font-size: 12px;
  letter-spacing: 0.08em;

  border-bottom: 1px solid #7c8f7b;
}


/* =========================================================
   FOOTER
========================================================= */

.asukata-home-footer {
  padding: 32px 40px;

  border-top: 1px solid #dfe2da;

  text-align: center;
}

.asukata-home-footer p {
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #777c75;
}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 900px) {

  .asukata-home-header {
    flex-wrap: wrap;
    gap: 20px;
  }

  .asukata-main-nav {
    order: 3;
    width: 100%;

    overflow-x: auto;
    padding-bottom: 4px;
  }

  .asukata-hero {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .asukata-home-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
  }

  .asukata-pattern-sauce {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  .asukata-note-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


@media (max-width: 600px) {

  .asukata-home-header {
    padding: 24px 20px 18px;
  }

  .asukata-logo a {
    font-size: 23px;
  }

  .asukata-main-nav {
    gap: 22px;
  }

  .asukata-main-nav a {
    font-size: 13px;
  }

  .asukata-hero {
    padding: 32px 20px 56px;
  }

  .asukata-featured-content h1 {
    font-size: 28px;
  }

  .asukata-profile-image {
    width: 140px;
    height: 140px;
  }

  .asukata-home-side {
    grid-template-columns: 1fr;
  }

  .asukata-section {
    padding: 56px 20px;
  }

  .asukata-post-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .asukata-note-grid {
    grid-template-columns: 1fr;
  }

  .asukata-note-item {
    min-height: 120px;
  }

  .asukata-about {
    padding: 72px 20px;
  }

}










.asukata-hero,
.asukata-section {
  max-width: none;
}











/* =========================================================
   ASUKATA HEADER — DROPDOWN MENU
========================================================= */

.asukata-nav-item {
  position: relative;
}

.asukata-nav-item > span {
  display: block;
  font-size: 14px;
  letter-spacing: .08em;
  white-space: nowrap;
  cursor: default;
}

.asukata-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;

  min-width: 220px;
  padding: 14px 0;

  background: #faf9f4;
  border: 1px solid #dfe2da;

  display: none;
}

.asukata-nav-item:hover .asukata-submenu {
  display: block;
}

.asukata-submenu a,
.asukata-submenu span {
  display: block;
  padding: 8px 20px;

  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .04em;
}

.asukata-submenu a:hover {
  background: #efeee9;
  opacity: 1;
}

.asukata-submenu-title {
  color: #7c8f7b;
  font-size: 10px !important;
  letter-spacing: .14em !important;
  padding-bottom: 4px !important;
}

.asukata-submenu-coming {
  color: #999d96;
}














/* =========================================================
   ASUKATA — Cocoon旧ヘッダー非表示
========================================================= */

#header-container {
  display: none !important;
}



/* =========================================================
   ASUKATA — ヘッダー直下の余白調整
========================================================= */

#header {
  margin-bottom: 0 !important;
}

#navi {
  margin-bottom: 0 !important;
}



/* =========================================================
   ASUKATA TOP — 固定ページ本文の上余白
========================================================= */

.home .main {
  padding-top: 0 !important;
}
