/**
* Amvel LP
*/

/*--------------------------------------------------------------
# Font & Color Variables
--------------------------------------------------------------*/
:root {
  /* --- Fonts --- */
  /* 英語本文: Roboto / 日本語本文: 游ゴシック */
  --default-font: "Roboto", "Yu Gothic", "YuGothic", "Hiragino Sans", "Meiryo", sans-serif;
  
  /* 英語ヘッダー: Inter (SF Pro代替) / 日本語ヘッダー: Noto Sans JP */
  --heading-font: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  
  --nav-font: var(--heading-font);

  /* --- Colors (Guidelines: 16.26.24.png) --- */
  --accent-color: #DC4405;    /* アクセントカラー：オレンジ */
  --background-color: #FFFFFF; /* メインカラー：ホワイト */
  --heading-color: #000000;    /* セカンダリーカラー：ブラック（見出し用） */
  --surface-color: #F2F2F2;    /* アクセントカラー2：ライトグレー（背景用） */
  --default-color: #333333;    /* アクセントカラー3：ダークグレー（本文用） */
  
  --contrast-color: #FFFFFF;   /* 反転文字用：ホワイト */
}

/* Nav Menu Colors */
:root {
  --nav-color: var(--default-color);
  --nav-hover-color: var(--accent-color);
  --nav-mobile-background-color: var(--background-color);
  --nav-dropdown-background-color: var(--background-color);
  --nav-dropdown-color: var(--default-color);
  --nav-dropdown-hover-color: var(--accent-color);
}

/* Color Presets */
.light-background {
  --background-color: #F2F2F2; /* ガイドラインのアクセント2を適用 */
  --surface-color: #FFFFFF;
}

.dark-background {
  --background-color: #000000; /* ガイドラインのセカンダリーを適用 */
  --default-color: #FFFFFF;
  --heading-color: #FFFFFF;
  --surface-color: #333333;
  --contrast-color: #FFFFFF;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}


/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);      /* #333333: アクセントカラー3 */
  background-color: var(--background-color); /* #FFFFFF: メインカラー */
  font-family: var(--default-font);  /* Roboto & 游ゴシック */
  
  /* --- 游ゴシック・Robotoを美しく見せるための追加設定 --- */
  font-weight: 500;                  /* グラフィックの質感に合わせ、かすれを防止 */
  line-height: 1.6;                  /* 本文の読みやすさを確保 */
  -webkit-font-smoothing: antialiased; /* 文字の輪郭を滑らかに */
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--accent-color);        /* #DC4405: アクセントカラー */
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  /* ホバー時は少しだけオレンジを透過させて動きを出す */
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);       /* #000000: セカンダリーカラー */
  font-family: var(--heading-font);  /* Inter & Noto Sans JP */
  font-weight: 700;                  /* 見出しに力強さを出すボールド設定 */
}


/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);      /* #333333 */
  background-color: var(--background-color); /* #FFFFFF */
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
  /* フォントをヘッダー・ナビ用に統一 */
  font-family: var(--nav-font);
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 50px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 24px;
  margin: 0;
  /* Noto Sans JP の力強さを出すため 700 へ変更 */
  font-weight: 700;
  color: var(--heading-color);     /* #000000 */
}

.header .logo span {
  color: var(--accent-color);      /* #DC4405 */
  font-size: 24px;
  font-weight: 700;
  padding-left: 3px;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  /* ★通常時：LINE公式グリーン */
  background: #06C755 !important;
  color: #ffffff !important;
  
  font-family: var(--heading-font);
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  border-radius: 5px; /* 他のセクションと共通の5px */
  margin: 0;
  transition: 0.3s;
  text-decoration: none;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  /* ★ホバー時：例のオレンジ (#DC4405) */
  background: #DC4405 !important;
  color: #ffffff !important;
  box-shadow: 0 5px 15px rgba(220, 68, 5, 0.3);
  transform: translateY(-1px);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 20px;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  /* スクロール時の影をガイドラインのグレー系へ馴染ませる */
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.08);
}

/* Index Page Header (初期状態：透明背景を想定)
------------------------------*/
.index-page .header {
  --background-color: rgba(255, 255, 255, 0);
  --heading-color: #ffffff;
  --nav-color: rgba(255, 255, 255, 0.7); /* 白背景で見やすいよう不透明度アップ */
  --nav-hover-color: #ffffff;
}

/* Index Page Header on Scroll (スクロール後：ガイドライン色を適用)
------------------------------*/
.index-page.scrolled .header {
  --background-color: #ffffff;      /* #FFFFFF */
  --heading-color: #000000;         /* #000000: ガイドラインのセカンダリー */
  --nav-color: #333333;            /* #333333: ガイドラインのアクセント3 */
  --nav-hover-color: #DC4405;      /* #DC4405: ガイドラインのアクセント */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);         /* #333333 */
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);    /* Inter & Noto Sans JP */
    /* Noto Sans JPの視認性を高めるため 500 へ微増 */
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);   /* #DC4405 */
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color); /* #FFFFFF */
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color); /* #333333 */
    font-weight: 500;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color); /* #DC4405 */
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color); /* #FFFFFF */
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color); /* #333333 */
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 600; /* モバイルではより視認性を高める */
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    /* 背景色をガイドラインのオレンジに合わせて調整 */
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color); /* #DC4405 */
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color); /* #DC4405 */
  }

  /* モバイルメニュー展開時の背景（オーバーレイ） */
  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    /* ガイドラインのブラック（#000000）をベースに透過 */
    background: rgba(0, 0, 0, 0.85);
    transition: 0.3s;
  }
}


/*--------------------------------------------------------------
# Global Footer (Simple Orange Style)
--------------------------------------------------------------*/
.footer {
  /* ガイドラインのアクセントカラー #DC4405 を適用 */
  background-color: var(--accent-color); 
  color: var(--contrast-color); /* #FFFFFF */
  padding: 40px 0;
  /* 本文用フォント (Roboto / 游ゴシック) を適用 */
  font-family: var(--default-font);
  font-size: 13px; /* 11pxから視認性のために微調整 */
}

.footer .copyright {
  color: var(--contrast-color);
}

.footer .sitename {
  /* ブランド名はヘッダー用フォント (Inter / Noto Sans JP) */
  font-family: var(--heading-font);
  font-weight: 700; /* 他のセクションと合わせボールドに */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 5px;
}

.footer .credits {
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.8;
}

.footer .credits a {
  color: var(--contrast-color);
  text-decoration: underline;
}

/* スマホ表示での調整 */
@media (max-width: 768px) {
  .footer {
    padding: 30px 20px;
  }
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color); /* #FFFFFF */
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  /* ベースの円をガイドラインの「アクセントカラー2（#F2F2F2）」に変更 
     これにより、白背景でもスピナーの形が上品に浮き上がります 
  */
  border: 6px solid var(--surface-color); 
  /* 回転する部分に「アクセントカラー（#DC4405）」を適用 
  */
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  /* #DC4405 */
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  /* #FFFFFF */
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  /* 他のボタンやリンクと合わせ、不透明度 75% の挙動に統一 */
  background-color: color-mix(in srgb, var(--accent-color), transparent 25%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
/* アニメーションの挙動に関する記述のため、そのままで問題ありません */
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  /* #333333 (本文色) と #FFFFFF (背景色) を適用 */
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
  font-family: var(--default-font); /* Roboto & 游ゴシック */
}

.page-title .heading {
  padding: 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title .heading h1 {
  /* 見出し用フォント (Inter & Noto Sans JP) を明示 */
  font-family: var(--heading-font);
  font-size: 38px;
  font-weight: 700;
  color: var(--heading-color); /* #000000: セカンダリーカラー */
}

.page-title nav {
  /* ガイドラインのライトグレーをベースにした背景色 */
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  /* パンくずリストも視認性の高い見出し用フォントを採用 */
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 600;
}

.page-title nav ol li+li {
  padding-left: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  /* 区切り文字もガイドラインのグレー系で統一 */
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);      /* #333333: アクセントカラー3 */
  background-color: var(--background-color); /* #FFFFFF: メインカラー */
  font-family: var(--default-font);  /* Roboto & 游ゴシック */
  padding: 80px 0;                  /* 余白を少し広げて、より高級感のあるレイアウトへ */
  scroll-margin-top: 98px;
  overflow: clip;
}

@media (max-width: 768px) {
  section, .section {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  /* 見出し用フォント (Inter & Noto Sans JP) を適用 */
  font-family: var(--heading-font);
  color: var(--heading-color);     /* #000000: セカンダリーカラー */
  font-size: 32px;
  font-weight: 700;
  position: relative;
  /* 英字が含まれる場合に備えてレタースペシングを微調整 */
  letter-spacing: 1px;
}



.section-title p {
  margin-top: 15px;
  margin-bottom: 0;
  /* 本文用フォント (Roboto & 游ゴシック) */
  font-family: var(--default-font);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}





/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 本文用フォントをベースに設定 */
  font-family: var(--default-font);
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* 黒のオーバーラップ（視認性向上レイヤー） */
.hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.1); 
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h2 {
  margin: 0;
  font-family: var(--heading-font);
  color: var(--heading-color);    
  font-size: 48px;          
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 50px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); 
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  margin: 0 0 0 0;
  font-size: 20px;
  font-weight: 500;    
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}          



/* --- 例：title-1 セクションの場合 --- */
@media (max-width: 768px) {
  #hero {
    /* 1. 左右の隙間を 12px で固定する */
    padding-left: 12px;
    padding-right: 12px;
    
    /* 2. 上下の余白もスマホ用に調整（任意） */
    padding-top: 300px; 
    padding-bottom: 5px;
  }
  
  /* 3. 文字サイズの調整（既存のコード） */
  #hero h2 { font-size: 30px; }
  #hero p { font-size: 16px; }
}



/*--------------------------------------------------------------
# Hero Section (True Pan Animation)
--------------------------------------------------------------*/

/* 1. アニメーションの再定義
   画像を150%の幅に設定した場合、33.3%分（150-100）が画面外にはみ出します。
   そのため、0%から-33.3%まで動かせば、左端から右端までピッタリ表示されます。
*/
@keyframes hero-pan-mobile {
  0% {
    transform: translateX(0); /* 画像の左端を画面の左端に合わせる */
  }
  100% {
    transform: translateX(-33.333%); /* 画像の右端が画面の右端に来るまで動かす */
  }
}

@media (max-width: 768px) {
  .hero {
    overflow: hidden;
  }

  .hero img {
    /* 画像を画面幅の1.5倍に設定 */
    width: 150% !important; 
    max-width: none !important;
    height: 100%;
    position: absolute;
    top: 0;
    /* 開始位置を左端に固定 */
    left: 0 !important;
    object-fit: cover;
    
    /* 6秒で端から端までスキャンするように動かします */
    animation: hero-pan-mobile 6s ease-in-out infinite alternate;
  }
}



/*--------------------------------------------------------------
# Pict-0 Section (16:9 Ratio Edition)
--------------------------------------------------------------*/
#pict-0 {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #000;
  line-height: 0;
  overflow: hidden;
}

.pict-0-container {
  position: relative;
  width: 100%;
  /* ★重要：1920x1080 の比率を強制維持 */
  aspect-ratio: 4 / 3; 
}

.pict-0-img {
  width: 100%;
  height: 100%;
  /* 比率固定のため cover で隙間なくフィット */
  object-fit: cover; 
  display: block;
}

/* タイトルを浮かせるオーバーレイ層 */
.pict-0-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0); 
  text-align: center;
  
  /* ★レイアウト修正：上部から 20px の位置に固定 */
  display: flex;
  justify-content: center;  /* 横方向中央 */
  align-items: flex-start;  /* 上揃え */
  padding-top: 120px;        /* 上部からの距離 */
}

/* タイトル：社長調整済みの数値・色を維持 */
.overlay-title {
  color: #000;              /* 調整済み：いじっていません */
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 31px;          /* 調整済み：31pxを維持 */
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0); /* 調整済み：いじっていません */
}

/* --- モバイル表示の設定 (768px以下) --- */
@media (max-width: 768px) {
  .pict-0-container {
    /* ★モバイルでは 1:1（正方形）に強制変更 */
    aspect-ratio: 1 / 1 !important; 
  }
  
  .pict-0-overlay {
    /* モバイルでも上部 20px を維持 */
    padding-top: 50px !important;
  }
  
  .overlay-title {
    /* 規律：モバイル 20px */
    font-size: 20px !important;
    padding: 0 20px;
  }
}


/*--------------------------------------------------------------
# Title Section 1 (#title-1)
--------------------------------------------------------------*/

#title-1 {
  /* ブランドのアクセントカラー #DC4405 */
  background-color: var(--accent-color); 
  padding: 170px 0;
  clip-path: none;           
  text-align: center !important; 
  display: flex;
  align-items: center;      
  justify-content: center;   
}



#title-1 h3 {
  /* #FFFFFF */
  color: var(--contrast-color) !important; 
  /* 見出し用フォント：Inter & Noto Sans JP */
  font-family: var(--heading-font);
  text-align: left !important;
  font-weight: 700;
  font-size: 32px;     
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 50px;
}



#title-1 p {
  /* #FFFFFF */
  color: var(--contrast-color) !important; 
  font-family: var(--default-font);
  font-weight: 500;
  font-size: 18px;     
  letter-spacing: 0.05em;
  line-height: 1.8;      
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #title-1 {
    /* 1. 左右の隙間を 20px で固定する */
    padding-left: 20px;
    padding-right: 20px;
    
    /* 2. 上下の余白もスマホ用に調整（任意） */
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  /* 3. 文字サイズの調整（既存のコード） */
  #title-1 h3 { font-size: 20px }
  #title-1 p { font-size: 15px }
}

/*--------------------------------------------------------------
# Features Section 1 (#features-1)
--------------------------------------------------------------*/
#features-1 {
  /* PCでは上下100px。左右はcontainerが制御するため 0 でOK */
  padding: 100px 0; 
  font-family: var(--default-font); 
  background-color: var(--background-color); 
}

#features-1 .features-item {
  /* PCでの画像とテキストの垂直方向の余白 */
  padding: 60px 0;
}

#features-1 .features-item h3 {
  font-family: var(--heading-font);
  color: #DC4405; 
  font-weight: 700;
  font-size: 28px;     
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 50px;
}


#features-1 .features-item p {
  font-family: var(--default-font);
  color: var(--default-color); 
  font-weight: 500; /* 游ゴシックの視認性を高めるウェイト */
  font-size: 18px;     
  letter-spacing: 0.05em;
  line-height: 1.8;      
  margin-bottom: 0;
}

#features-1 .features-item img {
  border-radius: 0px; 
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); 
  width: 100%;
  transition: 0.4s;
}

/* --- モバイル表示の設定 (768px以下) --- */
@media (max-width: 768px) {
  #features-1 {
    /* title-1 と共通の上下余白に統一 */
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* 1. container の左右パディングを 20px に強制上書き */
  #features-1 .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 100%;
  }

  /* 2. row のネガティブマージン（左右-15px）をリセット */
  /* これをしないと 20px のパディングが打ち消されます */
  #features-1 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* 3. 画像の下に隙間を作り、テキストとの間隔を確保 */
  #features-1 .features-item img {
    margin-bottom: 30px;
  }

  /* 4. 文字サイズの調整（title-1 と共通の 20px / 15px ルール） */
  #features-1 .features-item h3 { 
    font-size: 20px; 
    margin-bottom: 25px;
  }
  
  #features-1 .features-item p { 
    font-size: 15px; 
    line-height: 1.8;
  }
}



/*--------------------------------------------------------------
# About Section (Image Background & Bottom Align Final)
--------------------------------------------------------------*/
#about {
  padding: 100px 0;
  background-color: var(--background-color);
}

/* --- コンテンツエリア（左側） --- */
#about .content h2 { 
  font-family: var(--heading-font);
  color: #DC4405; 
  font-weight: 700;
  font-size: 28px;     
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 50px;
}

#about .content p {
  font-family: var(--default-font);
  color: var(--default-color);
  font-weight: 500; 
  font-size: 18px;     
  letter-spacing: 0.05em;
  line-height: 1.8;      
  margin-bottom: 30px;
}

/* --- Icon Box：背景画像を背面に固定し、文言を下に寄せる --- */
#about .icon-box {
  padding: 40px;
  border-radius: 0px;
  transition: all 0.3s ease-out; 
  height: 100%;
  
  /* ★追加：写真をしっかり見せるための最小の高さ */
  min-height: 300px; 
  
  display: flex;
  flex-direction: column;
  /* ★修正：中身（数字・見出し・本文）を一番下に配置 */
  justify-content: flex-end; 
  align-items: flex-start;
  
  position: relative;
  overflow: hidden; 
  z-index: 1;
}

/* HTMLに記載した画像を背面に敷き詰める */
#about .icon-box .box-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: -2; 
  transition: transform 0.4s ease; 
}

/* 文字を読みやすくするための黒いオーバーレイ */
#about .icon-box::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  /* 下側の文字が読みやすいよう、グラデーションに変更 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  z-index: -1; 
}

/* ★ナンバー：初期状態をオレンジ & 100%不透明 */
#about .icon-box .number {
  font-family: var(--heading-font);
  font-size: 50px;
  font-weight: 800;
  color: #DC4405; 
  line-height: 1;
  margin-bottom: 15px;
  opacity: 1;      
  transition: 0.4s;
  position: relative;
  z-index: 1;
}

#about .icon-box h3 {
  color: #ffffff !important;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

#about .icon-box p {
  color: #ffffff !important;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

/* --- ★ホバー演出 --- */
#about .icon-box:hover {
  transform: translateY(-8px);
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.3);
}

#about .icon-box:hover .box-bg-img {
  transform: scale(1.1); 
}

#about .icon-box:hover .number {
  color: #ffffff;   
  opacity: 1;       
  transform: scale(1.1);
}

/* --- モバイル表示調整 --- */
@media (max-width: 768px) {
  #about .icon-box {
    min-height: 350px; /* スマホでは少し高さを抑える */
    padding: 30px;
  }
  #about .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #about .content h2 { font-size: 20px !important; }
  #about .icon-box .number { font-size: 42px; }
  #about .icon-box h3 { font-size: 20px; }
}

/*--------------------------------------------------------------
# Title-2 
--------------------------------------------------------------*/
#title-2 {
  /* ブランドのアクセントカラー #DC4405 */
  background-color: var(--accent-color); 
  padding: 170px 0;
  display: flex;
  align-items: center;      
  justify-content: center;   
}

#title-2 h3 {
  color: var(--contrast-color) !important; /* #FFFFFF */
  font-family: var(--heading-font);
  margin-bottom: 30px;
  text-align: left !important;
  font-weight: 700;
  font-size: 32px;     
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 50px;
}


#title-2 p {
  color: var(--contrast-color) !important; /* #FFFFFF */
  font-family: var(--default-font);
  text-align: left !important;
  font-weight: 500;
  font-size: 18px;     
  letter-spacing: 0.05em;
  line-height: 1.8;      
  margin-bottom: 0;
}

/* --- モバイル表示の調整 (768px以下) --- */
@media (max-width: 768px) {
  #title-2 {
    /* title-1 や about と共通の上下 80px */
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* 1. container の左右パディングを 20px に強制固定 */
  #title-2 .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 100%;
  }

  /* 2. row のネガティブマージンをリセット */
  #title-2 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* 3. 文字サイズの統一（20px / 15px ルール） */
  #title-2 h3 { 
    font-size: 20px !important; 
    margin-bottom: 25px;
    line-height: 1.6;
  }

  #title-2 p { 
    font-size: 15px; 
    line-height: 1.8;
  }
}



/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
#portfolio {
  /* PC表示では上下100px。左右はcontainerが担当 */
  padding: 100px 0;
  background-color: var(--background-color);
  font-family: var(--default-font); 
  color: var(--default-color);
}

#portfolio .section-title {
  text-align: center;
  margin-bottom: 0px;
}

#portfolio .section-title h2 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  text-align: center !important;
  font-weight: 700;
  font-size: 28px;     
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 50px;
}


#portfolio .section-title p {
  display: inline-block; 
  text-align: left;      
  font-family: var(--default-font);
  color: var(--default-color);
  font-weight: 500; 
  font-size: 18px;     
  letter-spacing: 0.05em;
  line-height: 1.8;      
  margin-bottom: 0;
}


/* 画像コンテナの影と角丸の調整 */
#portfolio .portfolio-content {
  position: relative;
  overflow: hidden;
  border-radius: 0px; 
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); 
  padding: 0 !important; 
  transition: 0.3s;
}

#portfolio .portfolio-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* --- モバイル表示の設定 (768px以下) --- */
@media (max-width: 768px) {
  #portfolio {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* 1. 全ての container の左右パディングを 20px に強制固定 */
  #portfolio .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 100%;
  }

  /* 2. row のネガティブマージンをリセットし、行頭を揃える */
  #portfolio .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* 3. 文字サイズの統一（20px / 15px ルール） */
  #portfolio .section-title h2 {
    font-size: 20px !important;
    margin-bottom: 25px;
  }
  
  #portfolio .section-title p {
    font-size: 15px;
    line-height: 1.8;
  }

  /* 4. 画像パネル同士の垂直方向の隙間を調整 */
  #portfolio .isotope-item {
    margin-bottom: 20px !important;
  }
}



/*--------------------------------------------------------------
# Title-3
--------------------------------------------------------------*/

#title-3 {
  /* ブランドのアクセントカラー #DC4405 */
  background-color: #000000; 
  padding: 140px 0;
  display: flex;
  align-items: center;      
  justify-content: center;   
}

#title-3 h3 {
  color: var(--contrast-color) !important; /* #FFFFFF */
  font-family: var(--heading-font);
  margin-bottom: 30px;
  text-align: left !important;
  font-weight: 700;
  font-size: 32px;     
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 50px;
}


#title-3 p {
  color: var(--contrast-color) !important; /* #FFFFFF */
  font-family: var(--default-font);
  text-align: left !important;
  font-weight: 500;
  font-size: 18px;     
  letter-spacing: 0.05em;
  line-height: 1.8;      
  margin-bottom: 0;
}

/* --- モバイル表示の調整 (768px以下) --- */
@media (max-width: 768px) {
  #title-3 {
    /* title-1 や about と共通の上下 80px */
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* 1. container の左右パディングを 20px に強制固定 */
  #title-3 .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 100%;
  }

  /* 2. row のネガティブマージンをリセット */
  #title-3 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* 3. 文字サイズの統一（20px / 15px ルール） */
  #title-3 h3 { 
    font-size: 20px !important; 
    margin-bottom: 25px;
    line-height: 1.6;
  }

  #title-3 p { 
    font-size: 15px; 
    line-height: 1.8;
  }
}



/*--------------------------------------------------------------
# Pain Section
--------------------------------------------------------------*/
#pain {
  /* PC表示では上下100px。左右はcontainerが担当 */
  padding: 100px 0;
  background-color: var(--background-color);
  font-family: var(--default-font);
}

.pain .pain-item {
  position: relative;
  transition: 0.3s;
}

/* 写真エリアのデザイン（影と角丸を維持） */
.pain .pain-item .pain-img {
  width: 100%; 
  margin-bottom: 25px; 
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0); 
}

.pain .pain-item .pain-img img {
  width: 100%;
  height: auto;
  display: block;
  /* ホバー演出の維持 */
  transition: transform 0.3s ease;
}

/* ホバー演出（ズーム） */
.pain .pain-item:hover .pain-img img {
  transform: scale(1.03);
}

/* PC時の見出し（h2）設定 */
.pain .pain-item h2 {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 700;
  font-size: 24px;     
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* PC時の本文（p）設定 */
.pain .pain-item p {
  font-family: var(--default-font);
  color: color-mix(in srgb, var(--default-color), transparent 15%);
  font-weight: 500; 
  font-size: 16px;     
  letter-spacing: 0.05em;
  line-height: 1.8;      
  margin-bottom: 0;
}


/* PC表示でのテキストエリア調整 */
#pain .pain-content {
  /* 左右に 15px〜30px 程度の余白を作ることで、
     写真の端とテキストの端に「遊び」が生まれ、上品に見えます */
  padding-left: 20px;
  padding-right: 20px;
  
  /* テキストを中央寄せにしたい場合は以下を有効にしてください */
  /* text-align: center; */
}

/* ついでに、見出しと本文の垂直方向の距離も微調整 */
#pain .pain-item h2 {
  margin-top: 10px; /* 写真との距離 */
  margin-bottom: 20px;
}


/* --- モバイル表示の設定 (768px以下) --- */
@media (max-width: 768px) {
  #pain {
    /* 他のセクションと共通の上下 80px */
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* 1. container の左右パディングを 20px に強制固定 */
  #pain .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 100%;
  }

  /* 2. row のネガティブマージンをリセットし、20px の余白を機能させる */
  #pain .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* 3. 文字サイズの統一（20px / 15px ルール） */
  /* セレクタを .title から h2 に変更しました */
  .pain .pain-item h2 {
    font-size: 20px !important; 
    margin-bottom: 15px;
  }

  /* セレクタを .description から p に変更しました */
  .pain .pain-item p {
    font-size: 15px; 
    line-height: 1.8;
  }

  /* 4. アイテム間の隙間調整 */
  .pain .pain-item {
    margin-bottom: 10px;
  }
}





/*--------------------------------------------------------------
# Features Section 2 (#features-2) - Dark Edition
--------------------------------------------------------------*/
#features-2 {
  padding: 100px 0;
  font-family: var(--default-font);
  /* 背景を黒に設定 */
  background-color: #000000; 
  /* 全体の文字色を白（コントラストカラー）に反転 */
  color: var(--contrast-color); 
}

#features-2 .section-title {
  text-align: center;
}

#features-2 .section-title h2 {
  font-family: var(--heading-font);
  color: var(--contrast-color) !important; 
  display: inline-block;
  text-align: left;
  font-weight: 700;
  font-size: 28px;     
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 50px;
}


/* 画像エリア：黒背景に馴染むよう影を微調整 */
#features-2 .features-2-img {
  margin-bottom: 50px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  /* 黒背景では影よりも「境界線」や「微かな光」が高級感を出します */
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.05); 
}

#features-2 .features-2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#features-2 .section-title p {
  display: inline-block;
  text-align: left;
  max-width: 850px;
  color: var(--contrast-color) !important;
  opacity: 0.9; /* 少しだけ透過させて高級感を演出 */
  font-weight: 500; 
  font-size: 18px;     
  letter-spacing: 0.05em;
  line-height: 1.8;      
  margin-bottom: 10;
}


/* --- モバイル表示の設定 (768px以下) --- */
@media (max-width: 768px) {
  #features-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* 20pxラインの死守 */
  #features-2 .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 100%;
  }

  #features-2 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* 文字サイズの統一（20px / 15px ルール） */
  #features-2 .section-title h2 { 
    font-size: 20px !important; 
    margin-bottom: 25px;
  }

  #features-2 .section-title p { 
    font-size: 15px; 
    line-height: 1.8;
  }
}





/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
#features {
  padding: 100px 0;
  font-family: var(--default-font);
  color: var(--default-color);
  background-color: var(--background-color);
}

/* 課題B：アイテム同士の上下の隙間を広げる */
#features .features-item {
  /* 上下を 100px ずつ（計200px）の余白に広げ、ブランドのゆとりを表現 */
  padding: 100px 0;
}

#features .features-item h3 {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

/* テキストのスタイル統一 */
#features .features-item p {
  text-align: left;
  font-weight: 500; 
  font-size: 16.5px; /* 社長の設定数値を維持 */
  letter-spacing: 0.05em;
  line-height: 1.8;      
  margin-bottom: 20px;
}

#features .features-item p small {
  font-size: 0.8em;
  opacity: 0.7;
}

/* 画像の影設定 */
#features .features-item img {
  border-radius: 0px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
  width: 100%;
}

/* --- モバイル表示の設定 (768px以下) --- */
@media (max-width: 768px) {
  #features {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #features .features-item {
    /* モバイルでは上下の隙間を適度に抑える */
    padding: 40px 0;
  }

  /* 20pxラインの死守 */
  #features .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 100%;
  }

  #features .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* 文字サイズの統一（20px / 15px ルール） */
  #features .features-item h3 { 
    font-size: 20px !important; 
    margin-bottom: 20px;
  }

  #features .features-item p { 
    font-size: 15px; 
    line-height: 1.8;
  }

  /* モバイルでの画像下の余白（order-1の画像に対する設定） */
  #features .features-item .order-1 {
    margin-bottom: 30px;
  }
}



/*--------------------------------------------------------------
# Title-4
--------------------------------------------------------------*/
#title-4 {
  background-color: var(--accent-color); 
  padding: 140px 0;         /* タイトルセクション専用の深い余白 */
  display: flex;
  align-items: center;      
  justify-content: center;   
}

#title-4 h3 {
  color: #ffffff !important; 
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 32px;           /* PC：強調タイトルの 32px */
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 0;          /* p要素がないため 0 に調整 */
  text-align: center !important;
}

#title-4 p {
  color: rgba(255, 255, 255, 0.8) !important; 
  font-family: var(--default-font);
  font-weight: 500;
  font-size: 18px;     
  letter-spacing: 0.05em;
  line-height: 1.8;      
  margin-top: 30px;
  text-align: center !important;
}

/* --- モバイル表示の調整 (768px以下) --- */
@media (max-width: 768px) {
  #title-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* 1. container の左右パディングを 20px に強制固定 */
  #title-4 .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 100%;
  }

  /* 2. row のネガティブマージンをリセット */
  #title-4 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* 3. 文字サイズの統一（20px / 15px ルール） */
  #title-4 h3 { 
    font-size: 20px !important; 
    margin-bottom: 25px;
    line-height: 1.6;
    text-align: left !important;
  }

  #title-4 p { 
    font-size: 15px; 
    line-height: 1.8;
    text-align: left !important;
  }
}


/*--------------------------------------------------------------
# Features5 Section (Hover Complete Edition)
--------------------------------------------------------------*/
#features5 {
  padding-top: 0 !important; 
  padding-bottom: 100px !important;
  background-color: var(--accent-color) !important;
  color: #ffffff;
}

#features5 .features5-item:first-child {
  padding-top: 0 !important;
}

.features5-item {
  padding: 60px 0 !important;
  /* アイテム全体にスムーズな変化を予約 */
  transition: all 0.3s ease; 
}

/* --- ★About同期：基本スタイル --- */
.features5-number {
  font-family: var(--heading-font);
  font-weight: 700; 
  font-size: 35px; 
  color: #ffffff;
  /* Aboutと同じ透過度 0.3 */
  opacity: 0.8; 
  display: block;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  /* スムーズな変化 */
  transition: all 0.4s ease; 
}

/* --- ★About同期：ホバー演出の核心 ★ --- */
/* .features5-item（列全体）にマウスが乗った時に、中の数字を変化させる */
.features5-item:hover .features5-number {
  opacity: 1 !important;    /* クッキリ */
}

/* --- テキスト・画像規律（維持） --- */
#features5 .features5-content h3 {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 22px; 
  line-height: 1.7;
  margin-bottom: 25px;
  color: #ffffff !important;
  text-align: left;
}

#features5 .features5-content p {
  font-size: 16.5px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.95) !important;
  text-align: left;
}

/* モバイル対応 (About規律：42px) */
@media (max-width: 768px) {
  .features5-number {
    font-size: 28px;
    text-align: left;
    opacity: 0.8; /* モバイルは見やすさ優先 */
  }
  
  #features5 .features5-content h3 {
    font-size: 20px !important;
    text-align: left;
  }
}



/*--------------------------------------------------------------
# Pict-1 Section
--------------------------------------------------------------*/
#pict-1 {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff;
  line-height: 0;
  overflow: hidden;
}

#pict-1 .container-fluid {
  padding: 0 !important;
}

.pict-full-img {
  width: 100% !important;
  
  /* ★修正：PCでの表示を16:9の映画比率に固定 */
  aspect-ratio: 16 / 9; 
  height: auto !important; /* vh指定を解除し、比率を優先させます */
  
  object-fit: cover;      
  object-position: center;
  display: block;
}

/* --- モバイル表示の設定 (768px以下) --- */
@media (max-width: 768px) {
  .pict-full-img {
    /* ★モバイルでは16:9だと縦が短くなりすぎるため、独自の高さを確保 */
    aspect-ratio: auto;
    height: 50vh;         
  }
  
  #pict-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/*--------------------------------------------------------------
# Services Section (Customer Reviews)
--------------------------------------------------------------*/
#services {
  padding: 100px 0;
  background-color: var(--background-color);
  font-family: var(--default-font);
}

/* --- セクションタイトル --- */
#services .section-title {
  text-align: center;
  margin-bottom: 60px;
}

#services .section-title h2 {
  font-family: var(--heading-font);
  color: var(--heading-color);
  text-align: left !important;
  font-weight: 700;
  font-size: 28px;     
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 50px;
}

#services .section-title p {
  display: inline-block; 
  text-align: left;      
  font-family: var(--default-font);
  color: var(--default-color);
  font-weight: 500; 
  font-size: 18px;     
  letter-spacing: 0.05em;
  line-height: 1.8;      
  margin-bottom: 0;
}

/* --- ★追加：オレンジアクセントテキスト（上部） --- */
.review-lead-accent {
  margin-top: 50px;
  text-align: left;
}

.review-lead-accent h3 {
  color: #DC4405 !important; /* 例のオレンジ */
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.review-lead-accent p {
  color: #DC4405 !important; /* オレンジ統一 */
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 1.8 !important;
  margin-bottom: 0;
}

/* --- ★追加：オレンジアクセントテキスト（下部） --- */
.review-footer-accent {
  color: #DC4405 !important;
  text-align: center;
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-top: 70px;
  line-height: 1.6;
}

/* --- 個別レビューアイテム --- */
#services .service-item {
  position: relative;
  padding-top: 50px; 
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
}

/* 装飾ライン */
#services .service-item:before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 92%);
}
#services .service-item::after {
  content: ""; position: absolute; top: 0; left: 0; width: 30px; height: 2px;
  background: var(--accent-color);
}

#services .service-item .stars {
  display: flex;
  gap: 2px;
  color: var(--accent-color);
  margin-bottom: 12px;
}

#services .service-item .stars i {
  font-size: 14px; 
  line-height: 1;
}

#services .service-item h2 {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 19px; 
  margin-bottom: 15px;
  line-height: 1.4;
  color: var(--heading-color);
}

#services .service-item p {
  color: var(--default-color);
  font-weight: 500;
  line-height: 1.8;
  font-size: 15.5px; 
  margin-bottom: 0;
}

/* テキストの一部を強調する汎用クラス */
.accent-text {
  color: #DC4405 !important; /* 例のオレンジ色 */
  font-weight: 700 !important; /* 太字（見出しと同じウェイト） */
  display: inline; /* 文中に自然に収まるように */
}


/* --- モバイル表示の設定 (768px以下) --- */
@media (max-width: 768px) {
  #services { padding-top: 80px; padding-bottom: 80px; }

  #services .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #services .row {
    row-gap: 3.5rem !important;
  }

  #services .section-title h2 { 
    font-size: 20px !important; 
    margin-bottom: 25px;
  }

  .review-lead-accent h3 { font-size: 18px; }
  .review-lead-accent p { font-size: 15px !important; }

  .review-footer-accent {
    font-size: 16px;
    margin-top: 45px;
    text-align: left; /* モバイルでは左揃え */
  }

  #services .section-title p,
  #services .service-item p {
    font-size: 15px;
    line-height: 1.8;
  }

  #services .service-item h2 {
    font-size: 18px;
  }
}




/*--------------------------------------------------------------
# Pict-2 Section (最終規律同期版)
--------------------------------------------------------------*/
#pict-2 {
  padding: 100px 0 0 0 !important; /* 上：100px / 下：0 */
  background-color: #000;         /* ★背景を黒に設定 */
  font-family: var(--default-font);
}

/* --- セクションタイトル：開発者Story --- */
#pict-2 .section-title h2 {
  color: var(--accent-color);     /* ★タイトルをオレンジに設定 */
  font-family: var(--heading-font);
  text-align: center !important;
  font-weight: 700;
  font-size: 28px;     
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 50px;
}

/* --- 以下、画像とプロフィールエリア --- */
.pict-2-container {
  width: 100%;
  height: 70vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.pict-2-img-fixed {
  position: absolute;
  top: 0; right: 0;
  height: 100%; width: auto;
  min-width: 100%;
  object-fit: cover;
  z-index: 1;
}

.pict-2-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0) 100%);
  color: #fff;
  line-height: 1.6;
}

/* クリエイター名（h3）：色は白に戻して可読性を確保 */
.creator-title {
  font-family: var(--heading-font);
  font-size: 20px; /* タイトル(28px)より一回り小さく設定 */
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

.en-name {
  font-size: 14px;
  opacity: 0.7;
  margin-left: 15px;
}

.creator-bio p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}

/* --- モバイル対応 (768px以下) --- --- */
@media (max-width: 768px) {
  #pict-2 {
    padding-top: 80px !important; /* モバイル規律：80px */
  }

  /* モバイルタイトルの規律 */
  #pict-2 .section-title h2 {
    font-size: 20px !important;
    margin-bottom: 30px;
    text-align: center !important; /* モバイルでは左揃えが基本の規律 */
  }

  /* 縦積み設定 */
  .pict-2-container {
    height: auto !important;
    display: flex;
    flex-direction: column;
  }

  .pict-2-img-fixed {
    position: relative !important;
    width: 100% !important;
    height: 40vh !important;
    object-position: 100% center !important;
  }

  .pict-2-overlay {
    position: relative !important;
    background: #111 !important;
    padding: 50px 20px;
  }

  .creator-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}


/*--------------------------------------------------------------
# Story Section
--------------------------------------------------------------*/
#story {
  width: 100%;
  min-height: 80vh; /* 100vhだと長すぎるため、程よい高さに調整 */
  position: relative;
  padding: 100px 0; /* PC基準余白 */
  display: flex;
  align-items: center; 
  overflow: hidden;
  font-family: var(--default-font);
}

#story img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* オーバーレイ：文字の視認性を確保 */
#story:before {
  content: "";
  background: rgba(0, 0, 0, 0.7); /* 映像の印象を壊さず文字を浮かせます */
  position: absolute;
  inset: 0;
  z-index: 2;
}

#story .container {
  position: relative;
  z-index: 3;
}

/* ストーリー見出し（h2） */
#story .brand-name {
  font-family: var(--heading-font);
  font-size: 28px; /* 他のセクションと完全同期 */
  letter-spacing: 0.1em; 
  margin-bottom: 80px;
  color: var(--accent-color); /* #DC4405 */
  font-weight: 700;
  line-height: 1.6;
}

/* リード文 */
#story .story-content .lead-text {
  color: var(--contrast-color);
  font-size: 20px; /* 見出しより一回り小さく、印象的に */
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 30px;
}

#story .story-content .description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 2.0;
  font-weight: 400;
  /* ★隙間Bの調整：30pxから10pxへ縮小し、リストとの距離を近づけます */
  margin-bottom: 50px; 
}

#story .description-list {
  list-style: none;
  padding: 0;
  /* ★隙間A・Bの調整：[上 10px / 下 25px] に設定。
     これで、リスト上部は合計20px、下部は25pxの美しい余白になります */
  margin: 10px 0 25px 0; 
}

#story .description-list li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 2.0;
  font-weight: 400;
  /* 箇条書き同士の行間は 12px に微調整 */
  margin-bottom: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

#story .description-list li strong {
  color: var(--contrast-color); /* 強調テキストは純白に */
  font-weight: 700;
}

/* --- モバイル表示の設定 (768px以下) --- */
@media (max-width: 768px) {
  #story {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* 20pxラインの死守 */
  #story .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #story .brand-name {
    font-size: 20px !important; /* モバイル基準サイズ */
    margin-bottom: 60px;
  }

  #story .story-content .lead-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  #story .story-content .description {
    font-size: 15px; /* モバイル基準サイズ */
    line-height: 1.8;
    margin-bottom: 80px;
  }

  /* モバイル用の箇条書き調整 */
  #story .description-list li {
    font-size: 15px;
    line-height: 1.8;
    padding-left: 1.2em; /* タップターゲットと視認性を考慮 */
    text-indent: -1.2em;
  }
}



/*--------------------------------------------------------------
# Features2 Section (漆黒強制仕様)
--------------------------------------------------------------*/
/* クラスではなく ID (#features2) で指定することで最優先させます */
#features2 {
  background-color: #000000 !important; /* ★ここを強制的に黒に */
  padding: 100px 0 !important;
}

#features2 .features2-item {
  margin-bottom: 80px;
}

/* ラベル：オレンジ */
#features2 .features2-label {
  display: block;
  color: var(--accent-color); /* #DC4405 */
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* 見出し：白 (28px) */
#features2 .features2-content h3 {
  font-family: var(--heading-font);
  color: #ffffff !important; 
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* 本文：白 (16.5px) / 魔法のアライメント */
#features2 .content-p-wrapper {
  text-align: left;
}

#features2 .features2-content p {
  display: inline-block;
  text-align: left;
  font-family: var(--default-font);
  font-size: 16.5px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9) !important; /* ほぼ白 */
}

#features2 .features2-content p strong {
  color: #DC4405 !important;
  border-bottom: none !important;
  font-weight: 800;
  letter-spacing: 0.02em;
}


/* 画像：埋もれ防止の微細な光彩 */
#features2 .image-wrapper img {
  border-radius: 0px;
  box-shadow: 0 10px 40px rgba(255, 255, 255, 0.05);
}

/* --- モバイル表示の設定 (768px以下) --- */
@media (max-width: 768px) {
  #features2 {
    padding: 80px 0 !important;
  }
  
  #features2 .features2-content {
    text-align: center;
  }

  #features2 .features2-content h3 {
    font-size: 20px !important;
    margin-bottom: 45px;
    text-align: left;
    line-height: 1.7;
  }

  #features2 .features2-content p {
    font-size: 15px !important;
    line-height: 1.7;
  }

  #features2 .content-p-wrapper {
    text-align: center;
  }
}



/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq {
  /* セクション全体のベースフォントを本文用に設定 */
  font-family: var(--default-font);
  color: var(--default-color); /* #333333 */
  padding: 100px 0 !important; /* PC規律：100px */
}


.faq .content h2.section-title-label {
  font-family: var(--heading-font);
  color: var(--accent-color);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
  text-align: left;
}

/* --- セクション説明文 --- */
.faq .content p.section-desc {
  /* 規律：PC 16.5px */
  font-family: var(--default-font);
  font-weight: 500;
  font-size: 16.5px;
  line-height: 1.8;
  color: var(--default-color);
  opacity: 0.8;
}

/* --- FAQアイテム（アコーディオン） --- */
.faq .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0);
  overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}

.faq .faq-container .faq-item h3 .num {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  font-family: var(--default-font);
  color: var(--default-color);
  font-weight: 500;
  margin-bottom: 0;
  overflow: hidden;
  line-height: 1.6;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-active h3 {
  color: var(--accent-color);
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}

/* --- ★モバイル表示の設定 (768px以下) ★ --- */
@media (max-width: 768px) {
  .faq {
    padding: 80px 0 !important; /* 規律：モバイル 80px */
  }

  /* タイトル：中央配置 + オレンジ + 20px */
  .faq .content h2.section-title-label {
    color: var(--accent-color) !important; 
    text-align: center !important; 
    padding-left: 0 !important;   
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    display: block !important;
    
    margin-bottom: 30px !important;
  }

  .faq .content p.section-desc {
    font-size: 15px !important;    /* 規律：15px */
    line-height: 1.7;
    text-align: left !important; /* 中央揃えに統一 */
    padding: 0 20px !important;    /* 画面端に付かないよう左右に遊びを作る */
    margin-bottom: 40px;
  }

  /* 回答本文：規律の15px */
  .faq .faq-container .faq-item .faq-content p {
    font-size: 15px !important;
    line-height: 1.7;
  }

  .faq .faq-container .faq-item {
    padding: 15px;
  }

  .faq .faq-container .faq-item h3 {
    font-size: 16px;
    line-height: 22px;
  }
}



/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .member {
  position: relative;
}

.team .member .member-img {
  margin: 0 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 4px solid var(--background-color);
  box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  .team .member .member-img {
    margin: 0 60px;
  }
}

.team .member .member-img img {
  position: relative;
  z-index: 1;
}

.team .member .member-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.team .member .member-img .social a {
  transition: 0.3s;
  color: var(--contrast-color);
  font-size: 20px;
  margin: 0 8px;
}

.team .member .member-img .social a:hover {
  color: var(--accent-color);
}

.team .member .member-info {
  margin-top: 30px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 18px;
}

.team .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 10px;
}

.team .member .member-info p {
  margin-bottom: 0;
  font-size: 14px;
}

.team .member:hover .member-img .social {
  padding-bottom: 0;
  visibility: visible;
  opacity: 1;
}




/*--------------------------------------------------------------
# Offer Section
--------------------------------------------------------------*/
.offer {
  padding: 100px 0 !important;
  text-align: center;
  background-color: var(--background-color);
}

/* 1. PC表示：セクションタイトル */
.offer .section-title h2.section-title-label {
  color: var(--accent-color) !important; /* ブランドオレンジ */
  font-family: var(--heading-font);
  font-size: 28px; /* ★PCサイズ：28px */
  font-weight: 700;
  line-height: 1.5; /* ★PC行間：1.5 */
  letter-spacing: 0.05em; /* ★PC字間：0.05em */
  margin-bottom: 25px;
  text-align: center;
}

/* 2. PC表示：セクション説明文 */
.offer .section-desc-wrapper { text-align: center; }
.offer .section-desc {
  display: inline-block;
  text-align: left; /* 複数行は左揃えで誠実に */
  font-family: var(--default-font);
  font-size: 16.5px; /* ★PCサイズ：16.5px */
  font-weight: 500;
  line-height: 1.9; /* ★PC行間：ゆったりめの1.9 */
  letter-spacing: 0.03em;
  max-width: 800px; /* 横に広がりすぎないよう制限 */
  margin-bottom: 60px;
  color: var(--default-color);
}

/* --- STEP 内部共通規律 --- */
.offer .offer-step .step-img { 
  border-radius: 4px; 
  overflow: hidden; 
  box-shadow: 0 10px 30px rgba(0,0,0,0.08); 
  position: relative; 
}

.offer .offer-step .step-number { 
  position: absolute; 
  top: 15px; 
  left: 15px; 
  background-color: var(--accent-color); 
  color: #fff; 
  width: 45px; 
  height: 45px; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  border-radius: 50%; 
  font-weight: 800; 
  font-size: 18px; 
  z-index: 2; 
}

.offer .offer-step .step-info {
  margin-top: 25px;
  text-align: center;
}

/* 3. PC表示：STEP表記 (STEP 1 等) */
.offer .offer-step .step-info span {
  display: block;
  font-size: 13px; /* ★PCサイズ：13px */
  color: var(--accent-color);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* 4. PC表示：ステップ見出し */
.offer .offer-step .step-info h4 {
  font-family: var(--heading-font);
  font-size: 18px; /* ★PCサイズ：18px */
  font-weight: 700;
  line-height: 1.5;
  color: var(--heading-color);
  margin-bottom: 15px;
  text-align: center;
}

/* 5. PC表示：ステップ説明文 */
.offer .step-p-wrapper { text-align: center; }
.offer .offer-step .step-info p {
  display: inline-block;
  text-align: left; 
  font-size: 15px; /* ★PCサイズ：15px */
  line-height: 1.8; /* ★PC行間：1.8 */
  color: var(--default-color);
  margin-bottom: 0;
}

/* PC用矢印スタイル */
.offer .step-arrow { 
  width: 50px; 
  height: auto; 
  opacity: 0.9; 
  transition: transform 0.3s;
}

/* 6. PC表示：下部お知らせテキスト */
.offer .row.mt-5 h2 {
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

/*--------------------------------------------------------------
# Offer Section - Mobile Optimization (max-width: 768px)
--------------------------------------------------------------*/
@media (max-width: 768px) {
  
  /* 1. モバイル：全体の余白調整 */
  .offer { 
    padding: 80px 20px !important; 
  }

  /* 2. モバイル：セクションタイトル（20px規律） */
  .offer .section-title h2.section-title-label { 
    font-size: 20px !important; 
    line-height: 1.6 !important;
    margin-bottom: 25px !important;
    letter-spacing: 0.03em;
    align-items: left;
  }

  /* 3. モバイル：セクション説明文（15px規律） */
  .offer .section-desc { 
    font-size: 15px !important; 
    line-height: 1.8 !important; /* スマホでも読みやすく */
    max-width: 100% !important; 
    margin-bottom: 50px !important;
  }

  .offer-step-wrapper {
    margin-bottom: 0px; /* 矢印とのバランスのためリセット */
  }

  /* 4. モバイル：STEP表記 */
  .offer .offer-step .step-info span {
    font-size: 13px;
    margin-bottom: 8px;
  }

  /* 5. モバイル：ステップ見出し（17px） */
  .offer .offer-step .step-info h4 { 
    font-size: 17px !important; 
    line-height: 1.5;
    margin-bottom: 15px !important;
  }

  /* 6. モバイル：ステップ本文（15px） */
  .offer .offer-step .step-info p { 
    font-size: 15px !important; 
    line-height: 1.7 !important;
  }

  /* 7. ★核心：モバイル用矢印の90度回転（下向き） */
  .offer .step-arrow-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0; 
  }

  .offer .step-arrow-mobile img {
    width: 25px !important; 
    height: auto;
    transform: rotate(90deg) !important; /* ★右向きを時計回りに90度回転させて下向きに */
    opacity: 0.7;
  }

  /* 8. モバイル：下部お知らせテキスト（18px規律） */
  .offer .row.mt-5 h2 {
    font-size: 18px !important;
    line-height: 1.6 !important;
    font-weight: 700;
    padding: 0 10px;
  }

  .offer .row.mt-5 h2 i {
    color: #06C755; 
    font-size: 1.1em;
  }
}


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 170px 0; /* #title-1 に近いゆとりある余白 */
  position: relative;
  clip-path: inset(0);
  font-family: var(--default-font);
  /* コンテンツ全体を中央に寄せるための土台 */
  text-align: center; 
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  /* 背景画像に重ねるオーバーレイ（暗めにして文字を際立たせる） */
  background: rgba(0, 0, 0, 0); 
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}


/* 1. タイトル：このセクションの中にある h3 だけに適用 */
#call-to-action h3 {
  font-family: var(--heading-font);
  font-size: 30px;   
  font-weight: 700;
  color: #FFFFFF !important; 
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.8;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.8) !important; 
}

/* 2. 説明文：このセクションの中にある p だけに適用 */
#call-to-action p {
  display: inline-block; 
  text-align: left;      
  font-family: var(--default-font);
  color: #FFFFFF !important; 
  font-weight: 700;
  font-size: 22px;   
  line-height: 1.5;
  max-width: 100%;
  margin-bottom: 40px;
  /* ★このセクション限定のシャドウ */
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7) !important; 
}

/* 3. ボタン：LINEグリーン ⇔ オレンジ [修正箇所] */
.call-to-action .cta-button-wrapper {
  text-align: center;
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 40px;
  border-radius: 5px;
  transition: 0.4s;
  text-decoration: none;

  /* ★初期状態：LINE公式グリーン */
  background: #06C755; 
  border: 2px solid #06C755;
  color: #FFFFFF;
}

.call-to-action .cta-btn:hover {
  /* ★ホバー時：ブランドオレンジ (#DC4405) */
  background: var(--accent-color); 
  border-color: var(--accent-color);
  color: #FFFFFF;
  transform: translateY(-2px); /* わずかに浮かせてクリック感を出す */
}


@media (max-width: 768px) {
  .call-to-action {
    /* 上下余白を80px維持しつつ、左右に25pxの余裕を持たせて「窮屈さ」を排除 */
    padding: 80px 25px !important;
    text-align: left !important; /* ★ご要望の左揃えを完遂 */
  }

  .call-to-action .container {
    /* container 自体の左揃えを強制 */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .call-to-action h3 {
    /* 16px → 22px：力強いキャッチコピーとして認識できるサイズへ */
    font-size: 22px !important;
    font-weight: 700;
    line-height: 1.5; /* ★行間：詰まりすぎず、バラけない黄金比 */
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    color: #ffffff;
    text-align: left !important; /* ★ご要望の左揃えを完遂 */
  }

  .call-to-action p {
    /* 10px → 15px：説明文として「読ませる」ための最小推奨サイズ */
    font-size: 15px !important;
    line-height: 1.8; /* ★行間：長い文章でも視線が迷わないゆとり */
    letter-spacing: 0.03em;
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 500;
  }

  /* LINEボタンなどのCTAボタンをモバイルでも押しやすく */
  .call-to-action .cta-btn {
    width: 100%; /* モバイルでは横いっぱいに広げて親指で押しやすく */
    max-width: 320px;
    padding: 15px 20px;
    font-size: 16px;
    justify-content: center;
    margin-left: 0; /* 左揃えに合わせる */
  }
}




/*--------------------------------------------------------------
# Product Details (Spec) Section
--------------------------------------------------------------*/
#spec {
  padding: 100px 0;
  background-color: var(--background-color);
}

/* --- セクションタイトル（統一規律） --- */
#spec .section-title h2 {
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 700;
  color: var(--heading-color);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

#spec .section-title p {
  font-size: 18px;
  color: var(--default-color);
}

/* --- 個別アイテムのデザイン --- */
.spec .spec-item {
  position: relative;
  transition: 0.4s;
}

.spec .spec-item .spec-img {
  width: 100%; 
  margin-bottom: 30px; 
  border-radius: 4px; /* わずかに角を丸めてモダンに */
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08); 
}

.spec .spec-item .spec-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

/* ホバーで画像がゆっくりズーム */
.spec .spec-item:hover .spec-img img {
  transform: scale(1.05);
}

/* テキストエリア */
#spec .spec-content {
  padding: 0 10px;
}

/* SPECナンバー（例のオレンジ） */
#spec .spec-content span {
  display: block;
  color: var(--accent-color); /* #DC4405 */
  font-family: var(--heading-font);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

/* 商品詳細見出し：28px/24px */
#spec .spec-content h2 {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 700;
  font-size: 24px;      
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* 商品詳細本文：16.5px */
#spec .spec-content p {
  font-family: var(--default-font);
  color: var(--default-color);
  font-weight: 500; 
  font-size: 16.5px;      
  letter-spacing: 0.03em;
  line-height: 1.9;      
  margin-bottom: 0;
}

/* --- モバイル表示の設定 (768px以下) --- */
@media (max-width: 768px) {
  #spec {
    padding: 80px 0;
  }

  #spec .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #spec .section-title h2 { font-size: 22px; }
  #spec .section-title p { font-size: 15px; }

  /* モバイル規律：20px / 15px */
  .spec .spec-item h2 {
    font-size: 20px !important; 
    margin-bottom: 15px;
  }

  .spec .spec-item p {
    font-size: 15px; 
    line-height: 1.8;
  }

  .spec .spec-item {
    margin-bottom: 20px;
  }
}


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .info h3 {
  font-weight: 700;
  font-size: 32px;
}

.testimonials .swiper {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--surface-color);
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 200px;
  position: relative;
  margin: 30px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  margin-right: 10px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 60%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
  border: none;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

@media (max-width: 767px) {

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    margin: 15px;
  }
}

