@charset "utf-8";


.image-main {
  text-align: center;
}

.image-main img {
  width: 86%;
}

h2 > span {
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 100;
  font-size: 2.2rem;
  font-style: normal;
  -webkit-text-fill-color: initial;
  padding-right: 2.5rem;
}

h3 {
  /* font-family: "nitalago-ruika", sans-serif;
  font-style: normal;
  font-weight: 100;   */
  font-size: 1.5rem;
  font-weight: 500;

}

h2.h2-01 span, h3.h3-01 {
  color: #318290;
}

h2.h2-02 span, h3.h3-02 {
  color: #4B6A83;
}

h2.h2-03 span, h3.h3-03 {
  color: #3C8177;
}

h2.h2-04 span, h3.h3-04 {
  color: #4F696C;
}

.text-05 span {
  color: #4B6A83;
  font-size: 1.375rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  .image-main img {
    width: 90%;
  }
  h2 > span {
    font-size: 1.125rem;
  }
  h3 {
     font-size: 1.125rem;   
  }
  .text-05 span {
     font-size: 1.125rem;   
  }
}

@media (max-width: 767.98px) {

}


@media (max-width: 430px) {
  .image-main img {
    width: 100%;
  }
  h2 > span {
    /* display: block; */
    padding-right: 1rem;
  }
  .wp-block-image {
    margin-bottom: 2rem;
  }
}

/* ============================================
   FOOMA JAPAN 2026 特設サイト
   ============================================ */

/* --- 共通リセット・ベース --- */
.fooma-lp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #333;
  line-height: 1.8;
}

.fooma-lp section {
  padding: 60px 0;
}

.fooma-lp .section-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

.fooma-lp .section-title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #0a2a5e;
}

.fooma-lp .section-title-en {
  font-size: 0.85rem;
  text-align: center;
  letter-spacing: 0.2em;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  display: block;
}

.fooma-lp .section-divider {
  width: 48px;
  height: 3px;
  background: #c9a227;
  margin: 0.6rem auto 2.5rem;
  display: block;
}

/* --- Section 1: ファーストビュー --- */
.fooma-hero {
  background-color: #0a2a5e;
  color: #fff;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
}

.fooma-hero__booth-img {
  width: 80%;
  max-height: 520px;
  object-fit: cover;
  display: block;
  opacity: 0.55;
}

.fooma-hero__overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px 24px;
}

.fooma-hero__logo {
  max-width: 280px;
  width: 60%;
  margin-bottom: 1.5rem;
}

.fooma-hero__logo-text {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #f0d890;
  margin-bottom: 1.2rem;
  border: 2px solid #c9a227;
  padding: 4px 20px;
  display: inline-block;
}

.fooma-hero__catch {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 0.6rem;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.fooma-hero__sub {
  font-size: 1rem;
  color: #f0d890;
  margin-bottom: 2rem;
}

.fooma-hero__info {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 4px;
  padding: 12px 28px;
  display: inline-block;
}

.fooma-hero__info p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
}

.fooma-hero__info .booth-no {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f0d890;
}

/* --- Section 2: ご挨拶 --- */
.fooma-greeting {
  background: #fff;
}

.fooma-greeting__body {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1rem;
}

.fooma-greeting__body p {
  margin-bottom: 1.2em;
  text-align: justify;
}

.fooma-greeting__sig {
  margin-top: 2rem;
  text-align: right;
  font-size: 0.95rem;
  color: #555;
}

/* --- Section 3: 出展製品紹介 --- */
.fooma-products {
  background: url('../img/bg_products.png') center center / cover no-repeat #f2faf7;
  padding-top: 0 !important;
}

.fooma-products p,
.fooma-products li,
.fooma-products td,
.fooma-products th {
  line-height: 1.8 !important;
}

.fooma-products__banner {
  position: relative;
  overflow: hidden;
  height: 200px;
  margin-bottom: 40px;
}

.fooma-products__banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  filter: brightness(0.55);
}

.fooma-products__banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.fooma-products__banner-label {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.fooma-products__banner-sub {
  font-size: 1rem;
  color: #e0f5ec;
  margin: 6px 0 0;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .fooma-products__banner {
    height: 140px;
  }

  .fooma-products__banner-overlay {
    padding: 0 24px;
  }

  .fooma-products__banner-label {
    font-size: 1.4rem;
  }

  .fooma-products__banner-sub {
    font-size: 0.85rem;
  }
}

.fooma-product-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  margin-bottom: 40px;
}

.fooma-product-card__inner {
  display: flex;
  flex-wrap: wrap;
}

.fooma-product-card__imgs {
  flex: 0 0 360px;
  max-width: 360px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fooma-product-card__imgs img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.fooma-product-card__imgs.single img {
  height: 360px;
}

.fooma-product-card__body {
  flex: 1;
  min-width: 0;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fooma-product-card__num {
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

.fooma-product-card__name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0a2a5e;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}

.fooma-product-card__desc {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 1rem;
}

.fooma-award-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff8e1;
  border: 1px solid #c9a227;
  border-radius: 4px;
  padding: 8px 14px;
  margin-bottom: 1rem;
}

.fooma-award-badge__text {
  font-size: 0.85rem;
  font-weight: 700;
  color: #8a6a00;
  line-height: 1.4;
}

.fooma-award-badge__qr {
  width: 120px;
  height: 120px;
  object-fit: contain;
  flex-shrink: 0;
}

.fooma-product-card__collab {
  font-size: 0.82rem;
  color: #0a2a5e;
  background: #e8edf8;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  margin-bottom: 0.6rem;
}

/* --- Product 01: 注目レイアウト (CSS Grid) --- */
.fooma-product-card--hero {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  grid-template-areas:
    "left  badge"
    "image image";
}

.fooma-product-card__hero-left {
  grid-area: left;
  padding: 24px 24px 20px 32px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fooma-product-card--hero .fooma-award-badge {
  grid-area: badge;
  align-self: center;
  margin: 24px 32px 20px 0;
}

.fooma-product-card--hero .fooma-product-card__name {
  font-size: 2rem;
  font-weight: 700;
  color: #0a2a5e;
  margin-bottom: 0.6rem;
  line-height: 1.3;
  border-left: 5px solid #3a9e6f;
  padding-left: 14px;
}

.fooma-product-card--hero .fooma-product-card__desc {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 0;
  padding-left: 19px;
}

.fooma-product-card__hero-imgs {
  grid-area: image;
  display: flex;
  padding: 0 32px 24px;
  background: #fff;
}

.fooma-product-card__hero-imgs img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

/* --- Product 02: 画像を小さく・contain --- */
.fooma-product-card__imgs--contain {
  flex: 0 0 170px;
  max-width: 170px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fooma-product-card__imgs--contain img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  display: block;
}

/* --- コラボロゴ画像 --- */
.fooma-product-card__collab-logo {
  width: auto;
  height: auto;
  max-height: 40px;
  max-width: 200px;
  display: block;
  margin-bottom: 0.8rem;
}

/* --- タイトル＋リード文の緑縦ライングループ --- */
.fooma-product-card__title-group {
  border-left: 3px solid #3a9e6f;
  padding-left: 14px;
  margin-bottom: 0;
}

.fooma-product-card__title-group .fooma-product-card__name {
  margin-bottom: 0.5rem;
}

.fooma-product-card__title-group .fooma-product-card__desc {
  margin-bottom: 0;
}

/* --- Product 03: 画像なし・本文フル幅 --- */
.fooma-product-card__body--full {
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  overflow-wrap: break-word;
}

/* --- 製品3 + 製品実演 横並び --- */
.fooma-product-demo-row {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.fooma-product-demo-row .fooma-product-card {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
}

.fooma-product-demo-row .fooma-product-card__name {
  font-size: 1.1rem;
}

/* --- 製品実演 + 来場事前登録 横並び --- */
.fooma-demo-register-row {
  display: flex;
  gap: 24px;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 0;
}

.fooma-demo-register-row .fooma-demo__box,
.fooma-demo-register-row .fooma-register__box {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .fooma-product-demo-row {
    flex-direction: column;
  }
  .fooma-demo-register-row {
    flex-direction: column;
  }
}

/* --- 製品実演ボックス（出展製品紹介内） --- */
.fooma-demo__box {
  background: #fff;
  border: 1px solid #c9a227;
  border-radius: 8px;
  padding: 28px 32px;
  text-align: center;
}

/* --- 来場事前登録ボックス（出展製品紹介内） --- */
.fooma-register__box {
  background: linear-gradient(135deg, #fff8e1 0%, #fff3cd 100%);
  border: 1px solid #c9a227;
  border-radius: 8px;
  padding: 32px 32px;
}

.fooma-register__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a2a5e;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.fooma-register__box .fooma-register__inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.fooma-register__box .fooma-register__lead {
  flex: 1;
  min-width: 0;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.7;
}

.fooma-register__box .fooma-register__lead strong {
  font-size: 1rem;
  color: #8a6a00;
}

.fooma-register__box .fooma-register__note {
  font-size: 0.85rem;
  color: #555;
}

.fooma-register__box .fooma-register__btn {
  display: table;
  margin: 0 auto;
  padding: 12px 32px;
  background: #c9a227;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
}

.fooma-register__box .fooma-register__btn:hover {
  background: #a8841a;
  color: #fff;
  text-decoration: none;
}

.fooma-register__box .fooma-register__btn::after {
  content: none !important;
}

.fooma-register__new-window {
  text-align: center;
  font-size: 0.75rem;
  color: #888;
  margin-top: 6px;
  margin-bottom: 0;
}

.fooma-register__box .fooma-register__qr {
  text-align: center;
  flex-shrink: 0;
}

.fooma-register__box .fooma-register__qr img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.fooma-register__box .fooma-register__qr p {
  font-size: 0.78rem;
  color: #555;
  margin-top: 0.4rem;
}

.fooma-demo__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a2a5e;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

.fooma-demo__box p {
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 0.8rem;
}

.fooma-demo__box .highlight {
  color: #c9a227;
  font-weight: 700;
  font-size: 1.05rem;
}

.fooma-demo__schedule {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #666;
}

/* --- Section 5: アクセス・ブース情報 --- */
.fooma-access {
  background: url('../img/bg_access.png') center center / cover no-repeat;
  position: relative;
}

.fooma-access .section-inner {
  position: relative;
  z-index: 1;
}

.fooma-access .section-title {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.fooma-access__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: stretch;
}

.fooma-access__booth-img {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  padding: 16px;
}

.fooma-access__booth-img img {
  width: 100%;
  border-radius: 6px;

  display: block;
}

.fooma-access__info {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  padding: 20px 24px;
}

.fooma-access__info table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.fooma-access__info th,
.fooma-access__info td {
  padding: 10px 12px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  vertical-align: top;
}

.fooma-access__info th {
  white-space: nowrap;
  color: #0a2a5e;
  font-weight: 700;
  width: 6em;
}

.fooma-access__qr {
  text-align: center;
  flex: 0 0 180px;
}

.fooma-access__qr img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  border: 1px solid #ddd;
  padding: 8px;
  background: #fff;
  border-radius: 4px;
}

.fooma-access__qr p {
  font-size: 0.85rem;
  color: #555;
  margin-top: 0.5rem;
}

.fooma-access__btn {
  display: inline-block;
  margin-top: 1.2rem;
  padding: 12px 28px;
  background: #c9a227;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.fooma-access__btn:hover {
  background: #a8841a;
  color: #fff;
  text-decoration: none;
}

/* --- Section 5: ブース情報 --- */
.fooma-booth {
  background: #fff;
}

.fooma-booth__content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.fooma-booth__info {
  flex: 1;
  min-width: 260px;
}

.fooma-booth__info table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.fooma-booth__info th,
.fooma-booth__info td {
  padding: 10px 12px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  vertical-align: top;
}

.fooma-booth__info th {
  white-space: nowrap;
  color: #0a2a5e;
  font-weight: 700;
  width: 6em;
}

.fooma-demo__box {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 0 40px 32px ;
  text-align: center;
  max-width: 680px;
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
}

.fooma-demo__box p {
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 0.8rem;
}

.fooma-demo__box .highlight {
  color: #c9a227;
  font-weight: 700;
  font-size: 1.1rem;
}

.fooma-demo__schedule {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #666;
}

/* --- Section: 来場事前登録 --- */
.fooma-register {
  background: linear-gradient(135deg, #fff8e1 0%, #fff3cd 100%);
  border-top: 4px solid #c9a227;
  border-bottom: 4px solid #c9a227;
}

.fooma-register__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.fooma-register__body {
  flex: 1;
  min-width: 260px;
}

.fooma-register__lead {
  font-size: 1.15rem;
  line-height: 1.4;
  margin-bottom: 0.8rem;
  color: #333;
}

.fooma-register__lead strong {
  color: #8a6a00;
  font-size: 1.3rem;
}

.fooma-register__note {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.fooma-register__btn {
  display: inline-block;
  padding: 14px 36px;
  background: #c9a227;
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 8px rgba(201, 162, 39, 0.35);
}

.fooma-register__btn:hover {
  background: #a8841a;
  color: #fff;
  text-decoration: none;
}

.fooma-register__qr {
  text-align: center;
  flex: 0 0 180px;
}

.fooma-register__qr img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  border: 1px solid #ddd;
  padding: 8px;
  background: #fff;
  border-radius: 4px;
}

.fooma-register__qr p {
  font-size: 0.85rem;
  color: #555;
  margin-top: 0.5rem;
}

/* --- Section 6: お問い合わせ --- */
.fooma-contact {
  background: #fff;
}

.fooma-contact .section-inner {
  border-radius: 8px;
  padding: 42px 84px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
  max-width: 100%;
}

.fooma-contact__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
}

.fooma-contact__detail {
  flex: 1;
  min-width: 260px;
  font-size: 0.95rem;
}

.fooma-contact__detail p {
  margin-bottom: 0.6rem;
}

.fooma-contact__detail a {
  color: #0a2a5e;
}

.fooma-contact__detail .contact-label {
  font-size: 0.8rem;
  color: #888;
  display: inline-block;
  width: 3.5em;
}

.fooma-contact__btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 12px 28px;
  background: #00A73C;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 4px;
  text-decoration: none;
}

.fooma-contact__btn:hover {
  background: #008f32;
  color: #fff !important;
  text-decoration: none;
}

.fooma-contact__btn::after {
  content: none !important;
}

.fooma-contact__qr {
  text-align: center;
  flex: 0 0 180px;
}

.fooma-contact__qr img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  border: 1px solid #ddd;
  padding: 8px;
  background: #fff;
  border-radius: 4px;
}

.fooma-contact__qr p {
  font-size: 0.85rem;
  color: #555;
  margin-top: 0.5rem;
}

/* --- レスポンシブ --- */
@media (max-width: 768px) {
  .fooma-hero__catch {
    font-size: 1.35rem;
  }

  .fooma-hero__sub {
    font-size: 0.88rem;
  }

  .fooma-lp .section-title {
    font-size: 1.4rem;
  }

  .fooma-product-card__inner {
    flex-direction: column;
  }

  .fooma-product-card__imgs {
    flex: none;
    max-width: 100%;
    flex-direction: row;
  }

  .fooma-product-card__imgs img {
    width: 50%;
    height: 180px;
  }

  .fooma-product-card__imgs.single {
    flex-direction: column;
  }

  .fooma-product-card__imgs.single img {
    width: 100%;
    height: 220px;
  }

  .fooma-product-card__body {
    padding: 20px 20px;
  }

  .fooma-product-card--hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "image"
      "badge";
  }

  .fooma-product-card__hero-left {
    padding: 20px 20px 16px;
  }

  .fooma-product-card--hero .fooma-award-badge {
    margin: 0 20px 20px;
    align-self: flex-start;
  }

  .fooma-product-card--hero .fooma-product-card__name {
    font-size: 1.5rem;
  }

  .fooma-product-card__hero-imgs {
    padding: 0 16px 20px;
  }

  .fooma-product-card__hero-imgs img {
    height: 200px;
  }

  .fooma-product-card__imgs--contain {
    flex: none;
    max-width: 100%;
    width: 100%;
  }

  .fooma-demo__box {
    padding: 24px 20px;
  }

  .fooma-access__content,
  .fooma-booth__content,
  .fooma-contact__inner,
  .fooma-register__inner {
    flex-direction: column;
    align-items: center;
  }

  .fooma-access__qr,
  .fooma-contact__qr,
  .fooma-register__qr {
    flex: none;
  }

  .fooma-access__booth-img {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .fooma-lp section {
    padding: 44px 0;
  }

  .fooma-hero__catch {
    font-size: 1.15rem;
  }

  .fooma-hero__logo {
    max-width: 200px;
  }

  .fooma-product-card__imgs {
    flex-direction: column;
  }

  .fooma-product-card__imgs img {
    width: 100%;
    height: 200px;
  }
}
