@charset "UTF-8";
body {
  background: #fbf9f6;
}
/*//////////PCサイズ///////////*/
/*//////////PCサイズ///////////*/
@media screen and (min-width: 768px) {
/** ==============================
 * ファーストビュー start
 * ============================== **/
.MainVisualSection {
  position: relative;
  width: 100vw;
  /*height: calc(var(--vh, 1vh) * 100);
  height: 100vh;
   min-height: 600px; ← 任意で残してもOK */
  aspect-ratio: 16 / 12;
  overflow: hidden;
  background-color: #333;
}
/* ===== 動画背景 ===== */
.MainVisualSection__video-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.MainVisualSection__video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ★ 黒オーバーレイ */
.MainVisualSection__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); /* 黒＋透明30% */
  z-index: 2;
  pointer-events: none; /* 下の動画ボタンなどの操作を邪魔しない */
}
/* ===== ブランドMOVIEリンク・コピー配置 ===== */
.MainVisualSection__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.MainVisualSection__brand-movie {
  align-self: flex-start;
  margin: 0 0 40px 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: auto;
}
/* ブランドムービーボタン */
.MainVisualSection__brand-link img {
  width: 10vw;
  height: auto;
}
/* ライトボックスのスタイル */
.VideoLightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999; /* 必ずヘッダーより前に */
  align-items: center;
  justify-content: center;
}
.VideoLightbox.is-active {
  display: flex;
}
.VideoLightbox__inner {
  position: relative;
  max-width: 90%;
  max-height: 80%;
}
.VideoLightbox__inner video {
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: block;
}
.VideoLightbox__close {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  font-size: 2rem;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10000; /* 念のためボタンも強く */
}
.MainVisualSection__brand-link:hover {
  opacity: 0.8;
}
.MainVisualSection__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  left: 10vw;
  top: 41%;
  margin: 0 0 0 0;
  z-index: 2;
  pointer-events: auto;
}
.MainVisualSection__en.serif {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.7rem;
  font-weight: 100;
  color: #fff;
  letter-spacing: 0.2rem;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
  line-height: 190%
}
.HeaderSection {
  position: relative;
}
/* ヘッダーは画像の前面（オーバーレイ） */
/* 旧：
.MainVisualHeader{
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  z-index: 10;
  background: transparent;
}
*/
.MainVisualHeader {
  /* fixed は common.css に従う */
  background: transparent;
  z-index: 1000; /* 念のため強めておく（任意） */
}
/* 画像コンテナ：100vw × 28vw */
.MainVisualSection__content {
  width: 100vw;
  height: 28vw;
  overflow: hidden;
}
/* 画像は等倍でトリミング（cover） */
.mv-img, .mv-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.mv-img img {
  object-fit: cover;
}
/** ==============================
 * ファーストビュー end
 * ============================== **/
/* ==============================
 * 汎用リボンヒーロー（PCのみ）
 * ============================== */
.RibbonHeroSection {
  position: relative;
  height: calc(18vw + 70px);
  padding-top: 70px
}
/* セクション内インナー（ラベル整列用） */
.rhero-in {
  width: 100vw; /* TB規約v1：sec-in=85vw */
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center; /* ← 高さが付くので効くようになる */
  height: 18vw; /* ← 追加：親と同じ高さを持たせる */
}
/* 白帯ラベル */
.rhero-label {
  display: inline-block;
  background: #fff;
  padding: 0.5vw 1.4vw;
  margin: 0 5vw;
  position: relative; /* z-index を効かせるため */
  z-index: 3;
}
.RibbonHeroSection .ttl {
  color: #947847;
  margin: 0;
  z-index: 1;
}
/* 右側の画像（絶対配置） */
.rhero-figure {
  position: absolute;
  right: 0;
  top: 0;
  width: 60vw;
  height: 18vw;
  z-index: 2;
  overflow: hidden;
}
/* 最背面の帯（生成り） */
.RibbonHeroSection .obi {
  position: absolute;
  left: 0;
  top: 1.6vw;
  width: 100%;
  height: 15vw;
  background: #e3daca;
  z-index: 0;
}
.rhero-figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/** ==============================
 汎用リボンヒーロー end
============================== **/


/* ==============================
 * warehouse page styles start
 * ============================== */

/* セクション見出し・アクセント */
.wh-sec-ttl{
  margin: 0 0 1.2rem 0;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: 2.2rem;
  color: #3b3735;              /* ink */
  font-weight: 300;
}
.wh-sec-ttl--center{ text-align: center; }
.c-accent{ color: #947847; font-weight: 600; }  /* brand */

/* Hero（冒頭コピーを読みやすく） */
.wh-hero{
  position: relative;
  width: 100vw;
  height: 56.25vw;             /* 16:9 fallback */
  aspect-ratio: 16 / 9;        /* 主要ブラウザ */
  overflow: hidden;
  background: #000;
}
.wh-hero__bg{
  position: absolute;
  inset: 0;
  transform: scale(1.06);
}
.wh-hero::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .2); /* 全面を薄暗くするオーバーレイ */
  pointer-events: none;
  z-index: 2; /* 背景画像の上・コピーの下 */
}
.wh-hero__copy{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -0%);   /* セクション中央へ配置 */
  text-align: center;                  /* テキストも中央揃え */
  color: #ffffff;
  /*text-shadow: 0 0.2rem 3rem rgba(0,0,0,.7);
  background-color: rgba(68,49,37,0.45);  背景プレート */
  /*border-top: 0.8rem solid #947847;      アクセント帯 */
  /*padding: 2rem 2rem 0rem 2rem;*/
  width: auto;                       /* はみ出し防止 */
  z-index: 10;
}
.wh-hero__eyebrow{
font-size:2.7rem;
  margin: 0 0 .3rem 0;
  letter-spacing: .3rem;
  font-weight: 600;
  color: #ffffff;
  opacity: .95;
}
.wh-hero__ttl{
  margin: 0 0 .7rem 0;
  font-weight: 500;
  letter-spacing: .12rem;
  font-size: 2.8rem;
  line-height: 1.4;
}
.wh-hero__lead{
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: .06rem;
  line-height: 2;
}

/* 左右スプリット（導入・LID紹介） */
.wh-split{
  width: 85vw;
  margin: 5vw auto;
  display: grid;
  align-items: center;
  column-gap: 4vw;
}
.wh-split--left{  grid-template-columns: 35vw 45vw; }  /* 左テキスト / 右画像 */
.wh-split--right{ grid-template-columns: 45vw 35vw; }  /* 左画像 / 右テキスト */

.wh-split__text{ }
.wh-body{
  margin: 0;
  color: #3b3735;
  line-height: 2;
  letter-spacing: .02rem;
  text-align: justify;
}
.wh-split__fig{ margin: 0; }
.wh-split__fig img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* LIDトラス：特徴箇条書き */
.wh-features{
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
}
.wh-features li{
  position: relative;
  padding-left: 1.4rem;
  margin: .4rem 0;
  color: #3b3735;
  letter-spacing: .04rem;
}
.wh-features li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .6rem;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: #947847;
}
.wh-features .em{ font-weight: 600; }

/* ボタン（ロゴ付き対応） */
.wh-actions{ margin: 1.4rem 0 0; }
.wh-btn{
  display: inline-block;
  background: #947847;
  color: #ffffff;
  padding: .9rem 3rem;
  text-decoration: none;
  border-radius: 0.1vw;
  letter-spacing: .08rem;
  font-size: 1.2rem;
}
.wh-btn--withlogo{
  display: inline-flex;
  align-items: center;
  gap: 3rem;
}
.wh-btn--withlogo img{
  height: 2rem;
  width: auto;
  display: inline-block;
}

/* ポイント（カードグリッド） */
.wh-points{
  background: #fbf9f6;     /* soft */
}
.wh-points__in{
  width: 85vw;
  margin: 0 auto;
  padding: 4vw 0 5vw 0;
  border-top: .1rem solid #cfc6bc; /* 上部罫線 */
}
.wh-point-list{
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.wh-point{
  background: #ffffff;
  padding: 1.6rem 1.6rem 1.4rem;
  box-shadow: 0 .6rem 1.6rem rgba(0,0,0,.06);
  border: .1rem solid #eae6e1;
  border-radius: .8rem; /* 角丸 */
}
.wh-ico{
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: .4rem;
  vertical-align: -.1rem;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
<path fill='%23947847' d='M9 16.2l-3.5-3.5L4 14.2l5 5 11-11-1.5-1.5z'/>\
</svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.wh-point__ttl{
  display: inline;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #3b3735;
}
.wh-point__txt{
  margin: .8rem 0 0;
  color: #3a3836;
  line-height: 1.9;
  letter-spacing: .04rem;
  font-size: 1.1rem;
  text-align: justify;
}

/* ==============================
 * warehouse page styles end
 * ============================== */




}
/*//////////SPサイズ///////////*/
@media screen and (max-width:767px) {
/** ==============================
 * ファーストビュー (SP) start
 * ============================== **/
.MainVisualSection {
  position: relative;
  width: 100vw;
  aspect-ratio: 16 / 12;
  overflow: hidden;
  background-color: #333;
}
/* ===== 動画背景 ===== */
.MainVisualSection__video-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.MainVisualSection__video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ★ 黒オーバーレイ */
.MainVisualSection__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  pointer-events: none;
}
/* ===== ブランドMOVIEリンク・コピー配置 ===== */
.MainVisualSection__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.MainVisualSection__brand-movie {
  align-self: flex-start;
  margin: 0 0 4vw 4vw;         /* 40px → 4vw */
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: auto;
}
/* ブランドムービーボタン */
.MainVisualSection__brand-link img {
  width: 24vw;                  /* 10vw → タップ性確保 */
  height: auto;
}
/* ライトボックス */
.VideoLightbox { display:none; position:fixed; inset:0; background:rgba(0,0,0,.8); z-index:9999; align-items:center; justify-content:center; }
.VideoLightbox.is-active { display:flex; }
.VideoLightbox__inner { position:relative; max-width:90vw; max-height:80vh; }
.VideoLightbox__inner video { width:100%; height:auto; display:block; }
.VideoLightbox__close { position:absolute; top:.8rem; right:.8rem; font-size:1.6rem; color:#fff; background:none; border:none; cursor:pointer; z-index:10000; }
.MainVisualSection__brand-link:hover { opacity: .8; }

.MainVisualSection__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;       /* 右寄せ→左寄せ */
  position: absolute;
  left: 6.5vw; right: 6.5vw;     /* 安全域 */
  bottom: 12vh;                  /* 下部UI回避 */
  margin: 0;
  z-index: 2;
  pointer-events: auto;
}
.MainVisualSection__en.serif {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;             /* 役割文字：やや大 */
  font-weight: 100;
  color: #fff;
  letter-spacing: .12rem;
  text-shadow: 0 .125rem 1.125rem rgba(0,0,0,.18);
  line-height: 1.8;              /* ビルドSP */
}
.HeaderSection { position: relative; }

/* 画像コンテナ：比率管理（SP安定） */
.MainVisualSection__content {
  width: 100vw;
  aspect-ratio: 16 / 11;         /* 28vw固定 → 比率で安定化 */
  overflow: hidden;
}
.mv-img, .mv-img img { width:100%; height:100%; display:block; }
.mv-img img { object-fit: cover; }
/** ==============================
 * ファーストビュー (SP) end
 * ============================== **/

/* ==============================
 * 汎用リボンヒーロー (SP)
 * ============================== */
.RibbonHeroSection {
  position: relative;
  padding: 2rem 0;               /* 高さ固定やめ自動伸縮 */
}
/* セクション内インナー（中央寄せ） */
.rhero-in {
  width: 87vw;                   /* 100vw → 規定幅 */
  margin: 0 auto;
  position: relative;
  z-index: 2;                    /* 帯より前 */
  display: block;
}
/* 白帯ラベル */
.rhero-label {
  display: inline-block;
  background: #fff;
  padding: .6rem 1rem;
  margin: 0 0 .8rem 0;
  position: relative;
  z-index: 3;
}
/* 見出し */
.RibbonHeroSection .ttl {
  color: #947847;
  margin: 0 0 1rem 0;
  font-size: 1.6rem;             /* ビルドSP：見出し */
  line-height: 1.4;
}
/* 右側の画像 → 下に全幅表示 */
.rhero-figure {
  position: static;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  z-index: 2;
  overflow: hidden;
  margin-top: .6rem;
}
.rhero-figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/* 最背面の帯（生成り） */
.RibbonHeroSection .obi {
  position: absolute;
  left: 0;
  top: .8rem;
  width: 100%;
  height: 24vw;                  /* 演出継続 */
  background: #e3daca;
  z-index: 0;
}
/* ==============================
 汎用リボンヒーロー (SP) end
============================== */


/* ==============================
 * warehouse page styles (SP) start
 * ============================== */

/* セクション見出し・アクセント */
.wh-sec-ttl{
  margin: 0 0 1rem 0;
  line-height: 1.4;
  letter-spacing: .1rem;
  font-size: 1.6rem;             /* ビルドSP：見出し */
  color: #3b3735;
  font-weight: 400;              /* 300 → 読みやすさ優先 */
}
.wh-sec-ttl--center{ text-align: center; }
.c-accent{ color:#947847; font-weight:600; }

/* Hero（冒頭コピー） */
.wh-hero{
  position: relative;
  width: 100vw;
          /* 16:9 fallback */
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #000;
}
.wh-hero__bg{
  position: absolute;
  inset: 0;
  background:
    url("https://lidtruss.com/cms/wp-content/themes/lidtruss_theme/images/home/hero_visual.jpg")
    center / cover no-repeat;
  transform: scale(1.06);
}
.wh-hero::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.3);
  pointer-events: none;
  z-index: 2;
}
.wh-hero__copy{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 上下左右中央 */
  width: 100vw;                       /* 安全域：左右6.5vw相当 */
  text-align: center;
  color: #fff;
  z-index: 10;
}
.wh-hero__eyebrow{
  font-size: 1.5rem;             /* 2.7rem → 役割強調しつつ縮小 */
  margin: 0 0 .3rem 0;
  letter-spacing: .2rem;
  font-weight: 600;
  opacity: .95;
}
.wh-hero__ttl{
  margin: 0 0 .6rem 0;
  font-weight: 500;
  letter-spacing: .12rem;
  font-size: 1.8rem;             /* 見出しより大きい役割文字 */
  line-height: 1.4;
}
.wh-hero__lead{
  margin: 0;
  font-size: 1.0rem;             /* ビルドSP：本文 */
  letter-spacing: .06rem;
  line-height: 1.8;              /* ビルドSP：行間 */
}

/* 左右スプリット（導入・LID紹介） → 1カラム */
.wh-split{
  width: 87vw;                   /* 85vw → 既定幅 */
  margin: 2rem auto;
  display: grid;
  align-items: start;
  row-gap: 1.6rem;
  column-gap: 0;
}
.wh-split--left{  grid-template-columns: 1fr; } /* 左テキスト／右画像 → 縦積み */
.wh-split--right{ grid-template-columns: 1fr; } /* 左画像／右テキスト → 縦積み */

.wh-split__text{ }
.wh-body{
  margin: 0;
  color: #3b3735;
  line-height: 1.8;              /* 2 → 1.8 */
  letter-spacing: .02rem;
  text-align: justify;
  font-size: 1.0rem;             /* ビルドSP：本文 */
}
.wh-split__fig{ margin: 0; }
.wh-split__fig img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* LIDトラス：特徴箇条書き */
.wh-features{
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.wh-features li{
  position: relative;
  padding-left: 1.2rem;
  margin: .4rem 0;
  color: #3b3735;
  letter-spacing: .04rem;
  line-height: 1.8;              /* 読みやすさ */
  font-size: 1.0rem;
}
.wh-features li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .68em;                    /* ベースラインに揃える */
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #947847;
}
.wh-features .em{ font-weight: 600; }

/* ボタン（ロゴ付き対応） */
.wh-actions{ margin: 1rem 0 0; }
.wh-btn{
  display: inline-block;
  background: #947847;
  color: #ffffff;
  padding: .8rem 1.6rem;         /* コンパクト */
  text-decoration: none;
  border-radius: .4rem;
  letter-spacing: .06rem;
  font-size: 1.1rem;             /* SP最適化 */
}
.wh-btn--withlogo{
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.wh-btn--withlogo img{
  height: 1.6rem;
  width: auto;
  display: inline-block;
}

/* ポイント（カードグリッド） → 1カラム */
.wh-points{
  background: #fbf9f6;
}
.wh-points__in{
  width: 87vw;                   /* 85vw → 既定幅 */
  margin: 0 auto;
  padding: 2rem 0 2.4rem 0;      /* 4vw 0 5vw 0 → rem */
  border-top: .1rem solid #cfc6bc;
}
.wh-point-list{
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;    /* 3 → 1カラム */
  gap: 1rem;                     /* 2rem → 1rem */
}
.wh-point{
  background: #ffffff;
  padding: 1rem 1rem .8rem;
  box-shadow: 0 .6rem 1.6rem rgba(0,0,0,.06);
  border: .1rem solid #eae6e1;
  border-radius: .6rem;
}
.wh-ico{
  display: inline-block;
  width: 1rem;                   /* やや縮小 */
  height: 1rem;
  margin-right: .4rem;
  vertical-align: -.1rem;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
<path fill='%23947847' d='M9 16.2l-3.5-3.5L4 14.2l5 5 11-11-1.5-1.5z'/>\
</svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.wh-point__ttl{
  display: inline;
  margin: 0;
  font-size: 1.1rem;             /* 1.3rem → SP最適化 */
  font-weight: 700;
  color: #3b3735;
  line-height: 1.6;
}
.wh-point__txt{
  margin: .6rem 0 0;
  color: #3a3836;
  line-height: 1.8;              /* ビルドSP：行間 */
  letter-spacing: .04rem;
  font-size: 1.0rem;             /* ビルドSP：本文 */
  text-align: justify;
}

/* ==============================
 * warehouse page styles (SP) end
 * ============================== */

}