@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){
  /*必要ならばここにコードを書く*/
}


/* =========================
   House of Beans Front Page
========================= */

/* TOPだけCocoon標準ヘッダーや不要パーツを非表示 */
.home #header-container,
.home #navi,
.home .breadcrumb,
.home .entry-title,
.home .date-tags,
.home .sns-share,
.home .sns-follow,
.home .article-footer,
.home .under-entry-content {
  display: none !important;
}

/* Cocoon本文幅を超えて全幅表示 */
.hob-front {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

/* ヘッダー画像 */
.hob-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  color: #fff;
  overflow: hidden;
  background-image: url("assets/img/hob-hero-pc.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hob-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,0.72) 0%,
      rgba(0,0,0,0.56) 36%,
      rgba(0,0,0,0.22) 68%,
      rgba(0,0,0,0.10) 100%
    );
}

/* ヘッダー内ナビ */
.hob-hero__header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 52px;
}

.hob-hero__logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
}

.hob-hero__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.85);
  font-family: serif;
  font-size: 18px;
  letter-spacing: .04em;
}

.hob-hero__brand {
  display: flex;
  flex-direction: column;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  font-size: 22px;
  letter-spacing: .08em;
  line-height: 1.1;
}

.hob-hero__brand small {
  margin-top: 5px;
  font-size: 8px;
  letter-spacing: .12em;
  font-family: Arial, sans-serif;
}

.hob-hero__nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.hob-hero__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .08em;
  text-align: center;
  line-height: 1.4;
  font-family: Arial, sans-serif;
}

.hob-hero__nav a span {
  display: block;
  margin-top: 4px;
  font-size: 9px;
  letter-spacing: .04em;
  opacity: .85;
}

.hob-hero__contact {
  border: 1px solid rgba(255,255,255,.65);
  padding: 12px 20px;
}

.hob-hero__menu {
  display: none;
}

/* ヘッダーコピー */
.hob-hero__content {
  position: relative;
  z-index: 2;
  width: min(88vw, 820px);
  padding: 110px 0 120px 72px;
}

.hob-hero__label {
  margin: 0 0 26px;
  font-size: 18px;
  font-family: "Times New Roman", serif;
  letter-spacing: .02em;
}

.hob-hero h1 {
  margin: 0 0 30px;
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: .08em;
}

.hob-hero__lead {
  margin: 0 0 44px;
  font-size: 15px;
  line-height: 2.05;
  letter-spacing: .04em;
}

.hob-hero__buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.hob-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 58px;
  padding: 0 26px;
  border-radius: 2px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .04em;
  font-weight: 600;
}

.hob-btn::after {
  content: "→";
  margin-left: 18px;
}

.hob-btn--white {
  background: #fff;
  color: #241815;
}

.hob-btn--outline {
  border: 1px solid rgba(255,255,255,.72);
  color: #fff;
}

/* 公式ロゴ帯 */
.hob-official {
  padding: 26px 20px;
  background: #241815;
  color: #fff;
  text-align: center;
}

.hob-official p {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: .14em;
  color: #b08a3a;
}

.hob-official__list {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  font-size: 12px;
  letter-spacing: .06em;
  opacity: .9;
}

/* ブランドステートメント */
.hob-intro {
  position: relative;
  padding: 110px 20px 100px;
  background: #f7f1e8;
  color: #241815;
}

.hob-intro__inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.hob-intro__eyebrow {
  margin-bottom: 22px;
  font-size: 13px;
  letter-spacing: .18em;
  color: #b08a3a;
  font-family: "Times New Roman", serif;
}

.hob-intro h2 {
  margin: 0 0 24px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.65;
  font-weight: 500;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  color: #241815;
}

.hob-intro__sub {
  margin: 0 0 48px;
  font-size: 18px;
  line-height: 1.8;
  color: #7a4b2c;
  font-family: "Times New Roman", serif;
}

.hob-intro__text {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2.35;
  text-align: left;
}

.hob-intro__text p {
  margin: 0 0 26px;
}

.sp-only {
  display: none;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .hob-hero {
    background-image: url("assets/img/hob-hero-sp.webp");
    background-position: center center;
  }

  .hob-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(0,0,0,0.50) 0%,
        rgba(0,0,0,0.22) 34%,
        rgba(0,0,0,0.55) 70%,
        rgba(0,0,0,0.82) 100%
      );
  }

  .hob-hero__header {
    padding: 22px 22px;
  }

  .hob-hero__brand {
    font-size: 17px;
  }

  .hob-hero__brand small {
    font-size: 6px;
  }

  .hob-hero__mark {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }

  .hob-hero__nav {
    display: none;
  }

  .hob-hero__menu {
    display: block;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 11px;
    letter-spacing: .18em;
  }

  .hob-hero__menu::before {
    content: "☰";
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 2px;
  }

  .hob-hero__content {
    width: auto;
    padding: 0 24px 46px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .hob-hero__label {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .hob-hero h1 {
    font-size: 29px;
    line-height: 1.65;
    margin-bottom: 20px;
    letter-spacing: .06em;
  }

  .hob-hero__lead {
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 26px;
  }

  .hob-hero__buttons {
    display: block;
  }

  .hob-btn {
    width: 100%;
    min-width: 0;
    height: 54px;
    margin-bottom: 12px;
    font-size: 13px;
  }

  .hob-official {
    padding: 24px 20px;
  }

  .hob-official__list {
    display: block;
    line-height: 2;
  }

  .hob-intro {
    padding: 72px 22px 70px;
  }

  .hob-intro__inner {
    text-align: left;
  }

  .hob-intro__eyebrow {
    font-size: 11px;
    margin-bottom: 16px;
  }

  .hob-intro h2 {
    font-size: 25px;
    line-height: 1.75;
    margin-bottom: 20px;
  }

  .hob-intro__sub {
    font-size: 15px;
    margin-bottom: 34px;
  }

  .hob-intro__text {
    font-size: 14px;
    line-height: 2.1;
  }

  .hob-intro__text p {
    margin-bottom: 22px;
  }

  .sp-only {
    display: block;
  }
}