@charset "UTF-8";
/* Google Fontsの読み込みはHTML側の<link>で行うか、テーマの設定に従ってください */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Lato:wght@300;400;700&display=swap");
.l-content {
  padding-top: 0;
  margin-bottom: 0;
}

.post_content {
  /* ======================================= */
  /* 共通設定 & ベース（スマホ）レイアウト */
  /* ======================================= */
  /* --- ヒーローセクション --- */
  /* --- Layer 3: 背景画像 --- */
  /* ダミーテキスト */
  /* --- Layer 2: 黒背景シェイプ --- */
  /* --- Layer 1: コンテンツエリア --- */
  /* 左カラム（テキスト） */
  /* ボタン */
  /* 特徴データエリア */
  /* 右カラム（画像エリア） */
  /* ======================================= */
  /* セクション背景 */
  /* ======================================= */
  /* ======================================= */
  /* レイアウト調整系 */
  /* ======================================= */
  /* セクションタイトル */
  /* ギャバの効果 */
  /* プロセス (PC用はデフォルト非表示) */
  /* プロセス (SP用はデフォルト表示) */
  /* セクション見出し */
  /* ======================================= */
  /* [Tab] 600px以上 (タブレット・小さなPC) */
  /* ======================================= */
  /* ======================================= */
  /* [PC] 960px以上 */
  /* ======================================= */
  /* ======================================= */
  /* [Wide] 1451px以上 (特定のデザイン調整) */
  /* ======================================= */
}
.post_content .gaba-hero-section {
  position: relative;
  width: 100%;
  min-height: 80vh;
  background-color: #fdfcf5;
  font-family: "Lato", sans-serif;
  overflow: hidden;
  color: #333;
  box-sizing: border-box;
}
.post_content .gaba-hero-section * {
  box-sizing: border-box;
}
.post_content .gaba-bg-layer-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../images/bg_mainarea.jpg) center center/cover;
}
.post_content .gaba-bg-placeholder-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2.5rem;
  opacity: 0.2;
  pointer-events: none;
}
.post_content .gaba-bg-placeholder-text span {
  font-size: 2.25rem;
  font-weight: bold;
  color: #6b7280;
  transform: rotate(12deg);
}
.post_content .gaba-bg-layer-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  pointer-events: none;
}
.post_content .gaba-black-shape {
  position: absolute;
  background-color: #0a0a0a;
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5);
  transform-origin: bottom left;
  /* [Mobile Base] スマホでは上部60%を覆う */
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  width: 100%;
  transform: none; /* スマホでは変形なし */
  transition: 0.4s;
}
.post_content .gaba-gold-line {
  /* [Mobile Base] スマホでは非表示 */
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #d4af37;
  opacity: 0.5;
  transform: skewX(-12deg);
}
.post_content .gaba-content-main {
  position: relative;
  z-index: 20;
  width: 100%;
  min-height: 80vh;
  display: flex;
  flex-direction: column; /* [Mobile Base] 縦並び */
  padding: 3rem 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.post_content .gaba-text-col {
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 25;
}
.post_content .gaba-category-label {
  display: flex;
  align-items: center;
  color: #d4af37;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.post_content .gaba-category-line {
  width: 2rem;
  height: 1px;
  background-color: #d4af37;
  margin-right: 0.5rem;
}
.post_content .gaba-main-title {
  font-family: "Playfair Display", serif;
  font-size: 3rem; /* [Mobile Base] */
  line-height: 1.1;
  margin: 0 0 1.5rem 0;
}
.post_content .gaba-main-title .gaba-sub-text {
  color: #d1d5db;
}
.post_content .gaba-subtitle {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  color: #d1d5db;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  margin-top: 1em;
}
.post_content .gaba-description {
  font-size: 0.875rem;
  color: #9ca3af;
  line-height: 1.625;
  max-width: 28rem;
  margin-bottom: 2rem;
}
.post_content .gaba-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.post_content .gaba-btn {
  padding: 0.75rem 2rem;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: none;
}
.post_content .gaba-btn-primary {
  background-color: #d4af37;
  color: #000;
}
.post_content .gaba-btn-primary:hover {
  background-color: #fff;
}
.post_content .gaba-btn-secondary {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.post_content .gaba-btn-secondary:hover {
  border-color: #d4af37;
  color: #d4af37;
}
.post_content .gaba-icon-arrow {
  margin-left: 0.5rem;
  width: 1rem;
  height: 1rem;
}
.post_content .gaba-features {
  padding-top: 0; /* [Mobile Base] 元のコードの意図に合わせて0 */
  display: flex;
  gap: 2rem;
  color: #6b7280;
}
.post_content .gaba-feature-item {
  display: flex;
  flex-direction: column;
}
.post_content .gaba-feature-value {
  color: #d4af37;
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
}
.post_content .gaba-feature-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.post_content .gaba-img-col {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* margin-topなどはflexレイアウトで制御 */
}
.post_content .gaba-rice-img-box {
  width: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.post_content .gaba-rice-text {
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
}
.post_content .about {
  background-image: url(../images/bg_ine.png);
  background-repeat: no-repeat;
  background-position: left -40% top 2%;
  background-size: 70%;
}
.post_content .features {
  background-image: url(../images/bg_ine2.png);
  background-repeat: no-repeat;
  background-position: right -20% bottom 2%;
  background-size: 70%;
}
.post_content .products {
  background-image: url(../images/bg_ine3.png);
  background-repeat: no-repeat;
  background-position: right -40% top 2%;
  background-size: 70%;
}
.post_content .u-align-site-left {
  padding-left: 4vw;
  padding-right: 4vw;
}
.post_content .u-align-site-right {
  padding-left: 4vw;
  padding-right: 4vw;
}
.post_content .c-overlay-bg {
  position: relative;
  margin-bottom: 0;
}
.post_content .c-overlay-content {
  position: relative;
  z-index: 10;
  width: 50%;
  margin-top: -40%;
  margin-left: 1.5rem;
}
.post_content .c-section-title {
  font-weight: 500;
  color: #3b3a35;
  text-align: center;
  line-height: 1.4;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px !important; /* [Mobile Base] */
  font-size: 2.2rem; /* [Mobile Base] */
}
.post_content .c-section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #d4c4a8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.post_content .c-benefits-content .swell-block-columns__inner {
  justify-content: center;
}
.post_content .c-benefits-content .swell-block-columns__inner img {
  width: 88%;
}
.post_content .c-process-content {
  display: none; /* [Mobile Base] 非表示 */
  justify-content: center;
  justify-content: space-around;
}
.post_content .c-process-content__arrow {
  margin-top: 3.5em;
}
.post_content .c-process-content .wp-block-image:not(.c-process-content__arrow) {
  width: 20%;
}
.post_content .c-process-content:not(.c-process-content__arrow) img {
  width: 88%;
}
.post_content .c-process-content-sp {
  display: flex; /* [Mobile Base] 表示 */
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  /* スマホ用ステップ番号 */
}
.post_content .c-process-content-sp img {
  width: 88%;
}
.post_content .c-process-content-sp .swell-block-columns__inner {
  justify-content: center;
}
.post_content .c-process-content-sp .swell-block-column {
  position: relative;
}
.post_content .c-process-content-sp .step-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #c4a670;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 3%;
  left: 3%;
  z-index: 2;
}
.post_content .c-gaba-section__heading {
  color: #c4a670 !important;
  border-bottom: 2px solid #c4a670;
  padding-bottom: 10px;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 1.5em;
  font-weight: 500;
}
@media (min-width: 600px) {
  .post_content {
    /* 黒背景シェイプ：斜めスタイルへ変更 (600px - 1450pxのスタイルをここに記述) */
    /* 金のライン：表示 */
    /* ======================================= */
    /* セクション背景 */
    /* ======================================= */
    /* ======================================= */
    /* レイアウト調整系 */
    /* ======================================= */
  }
  .post_content .gaba-content-main {
    flex-direction: row; /* 横並びへ変更 */
    max-width: 1200px;
    padding: 0 2rem;
  }
  .post_content .gaba-text-col {
    width: 50%;
    padding-right: 3rem;
    margin-bottom: 0;
  }
  .post_content .gaba-img-col {
    width: 50%;
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
    padding-left: 2rem;
  }
  .post_content .gaba-main-title {
    font-size: 4.5rem;
  }
  .post_content .gaba-subtitle {
    font-size: 1.25rem;
  }
  .post_content .gaba-description {
    font-size: 1rem;
  }
  .post_content .gaba-rice-img-box {
    width: 20rem;
    height: 28rem;
  }
  .post_content .gaba-black-shape {
    height: auto;
    top: 0;
    bottom: 0;
    right: auto;
    left: -30vw;
    width: 90vw;
    transform: skewX(-12deg) translateX(0);
  }
  .post_content .gaba-gold-line {
    display: block;
    /* 元のコードの 600px〜1450px 指定 */
    left: 55vw;
  }
  .post_content .about {
    background-position: left -30% top 5%;
    background-size: 50%;
  }
  .post_content .features {
    background-position: right -20% bottom 5%;
    background-size: 50%;
  }
  .post_content .products {
    background-position: right -10% top -10%;
    background-size: 50%;
  }
  .post_content .c-overlay-content {
    width: 30%;
    top: 8%;
  }
}
@media (min-width: 960px) {
  .post_content {
    /* ======================================= */
    /* 各セクション背景 */
    /* ======================================= */
    /* ======================================= */
    /* レイアウト調整系 */
    /* ======================================= */
    /* プロセスの表示切り替え */
    /* ======================================= */
    /* レイアウト調整系 */
    /* ======================================= */
  }
  .post_content .about {
    background-position: left bottom;
    background-size: 30%;
  }
  .post_content .features {
    background-position: right -5% bottom 5%;
    background-size: 30%;
  }
  .post_content .products {
    background-position: right -10% top -10%;
    background-size: 30%;
  }
  .post_content .u-align-site-left {
    padding-left: max(20px, (100vw - 1200px + 4rem) / 2);
    padding-right: 5vw;
  }
  .post_content .u-align-site-right {
    padding-right: max(20px, (100vw - 1200px + 4rem) / 2);
    padding-left: 0;
  }
  .post_content .c-section-title {
    font-size: 3.5rem;
    margin-bottom: 40px !important;
  }
  .post_content .c-process-content {
    display: flex; /* PC版を表示 */
  }
  .post_content .c-process-content-sp {
    display: none; /* SP版を非表示 */
  }
  .post_content .c-overlay-content {
    width: 50%;
    max-width: 300px;
    margin-top: -40%;
    margin-left: -10%;
  }
}
@media (min-width: 1451px) {
  .post_content .gaba-black-shape {
    left: -15vw; /* 位置調整 */
    width: 60vw;
  }
  .post_content .gaba-gold-line {
    left: 45vw; /* 位置調整 */
  }
}/*# sourceMappingURL=gaba.css.map */