html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #f6f1f7;
  font-family: "Noto Serif JP", "DM Sans", serif;
  font-weight: 400;
  color: #1b1b1b;
}

body,
h1,
h2,
h3,
h4,
h5,
p {
  font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
  letter-spacing: 0.09em;
  margin: 0;
  font-weight: 400;
}

h1 {
  font-size: clamp(22px, 8.53vw, 32px);
}

h2 {
  font-size: clamp(15px, 5.87vw, 22px);
  line-height: 1.48;
}

h3 {
  font-size: clamp(16px, 6.13vw, 23px);
}

h4 {
  font-size: clamp(14px, 4.8vw, 18px);
}

p {
  font-size: clamp(11px, 3.73vw, 16px);
  line-height: 1.96;
  letter-spacing: 0.065em;
}

.SPnone {
  display: none;
}

/* ==============================================
   PC版
   ============================================== */
@media screen and (min-width: 768px) {
  .PCnone {
    display: none;
  }

  .SPnone {
    display: block;
  }

  p {
    font-size: 15px;
    line-height: 1.9;
  }

  h2 {
    font-size: 24px;
  }
  h1 {
    font-size: 62px;
  }
}
/* ==============================================
   【共通・スマホサイズ】にゅうっと出るメニュー
   ============================================== */

.site-header {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.nav-links {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f6f1f7; /* メインカラーの背景 */

  /* 中身を縦並びにして、ど真ん中に置く設定 */
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  /* にゅうっと出すアニメーション */
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  background: rgba(246, 241, 247, 0.94);
  z-index: 10;
  padding: 60px 0;
  box-sizing: border-box;
  overflow-y: auto;
}

/* ボタンが押されたら画面に出てくる */
.nav-links.is-open {
  transform: translateX(0);
}

/* ==============================================
   【共通・スマホサイズ】二本線ハンバーガーボタン
   ============================================== */

/* ボタン全体のエリア（透明な座布団） */
.menu-btn {
  display: block;
  position: fixed;
  top: 25px;
  right: 20px;
  width: 32px; /* ボタンの横幅 */
  height: 24px; /* ボタンの高さ */
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 9999; /* メニューの背景（z-index:99など）より上にくるように */
  padding: 0;
}

/* 二本線の共通デザイン（細く繊細な線にします） */
.menu-btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #523d5c;
  border-radius: 1px;
  transition: all 0.4s ease;
}

.menu-btn span:nth-child(1) {
  top: 6px;
}

/* 2本目の線（下）の位置 */
.menu-btn span:nth-child(2) {
  bottom: 6px;
}

/* -------------------------------------------
   ★ボタンを押したとき（.is-open がついたとき）のバツ印の動き
   ------------------------------------------- */

/* 1本目の線を中央に移動させて45度傾ける */
.menu-btn.is-open span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}

/* 2本目の線を中央に移動させて逆向きに45度傾ける */
.menu-btn.is-open span:nth-child(2) {
  width: 100%; /* バツ印のときは長さを揃える */
  bottom: 12px;
  transform: rotate(-45deg);
}

/* -------------------------------------------
   メニュー内の文字の装飾
   ------------------------------------------- */
/* 親玉タイトル（AMBASSADOR） */
.nav-menu-title {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #523d5c;
  margin-bottom: 24px;
  font-weight: 700;
}

.nav-menu-title a {
  text-decoration: none;
  color: #4c3754;
  letter-spacing: 0.08rem;
}

.link-sns {
  width: 24px;
  height: auto;
  margin: 70px 0 15px;
}

.link-sns img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.nav-tags-text {
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #5c415d;
  margin-top: 13px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
}

.nav-tags {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 14px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
}

.nav-tags span {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: #5c415d;
}

/* メンバー名のリスト（ul） */
.nav-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

/* メンバー名の一行ずつ */
.nav-links li {
  margin-bottom: 16px; /* 名前ごとの上下の隙間 */
}

/* メンバー名のリンク文字 */
.nav-links li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #5c415d;
  letter-spacing: 0.1em;
}

.nav-member ul li a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.08em;
}

.nav-member ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #9b82a8;
  transition: width 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-member ul li a:hover::after {
  width: 100%;
}

/* ==============================================
   欧文（英語）の見出し用クラス
   ============================================== */
.en-title {
  font-family: "Lora", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}
/* ==============================================
   hero & header
   ============================================== */
.hero {
  height: 50vh;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.hero-logo {
  width: 160px;
  height: auto;
  object-fit: contain;
}

.hero-sub {
  font-size: 18px;
  color: #005994;
  letter-spacing: 0.02em;
}

.hero-title {
  font-size: 34px;
  color: #005994;
  letter-spacing: 0.02em;
}

.hero-tagline {
  margin-bottom: 10px;
  font-size: 15px;
  color: #523d5c;
  font-weight: 600;
}

/* MV テキストアニメーション */
.reveal-wrap {
  overflow: hidden;
}

.hero-logo,
.hero-sub,
.hero-title {
  display: inline-block;
  transform: translateY(110%);
  opacity: 0;
  will-change: transform, opacity;
}

.hero-tagline {
  opacity: 0;
  transform: translateY(24px);
  will-change: transform, opacity;
}

/* アニメーション後の状態 */
.is-visible {
  transition:
    transform 1300ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1105ms ease-out;
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.hero-tagline.is-visible {
  transition:
    transform 1300ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1105ms ease-out;
}

/* ==============================================
   PC版
   ============================================== */
@media screen and (min-width: 768px) {
  .PCnone {
    display: none;
  }

  .hero-tagline {
    font-size: 22px;
  }

  .hero {
    height: 56vh;
  }

  .hero-sub {
    font-size: 32px;
    letter-spacing: 0.02em;
    line-height: 1;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .hero-logo {
    width: 155px;
    margin-bottom: 5px;
  }
  .hero-title {
    font-size: 63px;
    letter-spacing: 0.02em;
  }

  .menu-btn {
    display: none;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    border-bottom: #dedae0 1px solid;
  }

  .nav-member {
    width: 100%;
  }

  .nav-tags-text,
  .link-sns,
  .nav-tags {
    display: none;
  }

  .nav-member li {
    width: 25%;
  }

  .nav-links {
    display: flex;
    position: static;
    width: 100%;
    height: auto;
    background: none;
    transform: none;
    transition: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0px;
    box-sizing: border-box;
  }

  .nav-links ul {
    display: flex;
  }

  .nav-links li {
    margin-bottom: 0;
  }

  .nav-links li a {
    font-size: 15px;
    white-space: nowrap;
  }

  .nav-menu-title a {
    text-decoration: none;
    letter-spacing: 0.06em;
    line-height: 1;
    font-size: 20px;
  }

  .nav-menu-title a:hover {
    color: #a89db0;
    transition: color 400ms ease;
  }
}

/* ==============================================
   MV
   ============================================== */
.ambassador-thumbnails {
  width: 100%;
}

.thumbnails-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.thumb-item {
  width: calc(50% - 0px); /* スマホは2列 */
  box-sizing: border-box;
}

/* aタグを画像の親玉（基準の四角）にする */
.thumb-item a {
  display: block;
  text-decoration: none;
  position: relative; /* ★これがあるから中の文字を自由に配置できます */
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: rgba(110, 90, 120, 0.8); /* ★ホバーした時の背景の紫 */
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

/* スマホ時の文字位置（一旦シンプルに配置するか、邪魔ならdisplay:noneで消してください） */
.thumb-name {
  display: block;
  font-size: 13px;
  color: #6e5a78;
  margin-top: 8px;
  -webkit-font-smoothing: antialiased;
}

.view {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  margin-top: 4px;
  padding: 2px 10px;
  border: 1px solid #fff;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
}

/* -------------------------------------------
   1. 【ホバーする前（通常時）】
   ------------------------------------------- */
.view {
  position: absolute;
  bottom: 10px;
  left: 15px;
  margin: 0;
  z-index: 3;

  display: inline-block;
  font-size: 12px;

  /* ★ここで指定：ホバー前の設定 */
  color: #ffffff; /* 文字は白 */
  background-color: rgba(110, 90, 120, 0.8); /* 背景は紫の80%透け */
  border: 1px solid transparent; /* 枠線は透明にしておく（ガタつき防止） */
  padding: 0px 8px;

  transition: all 0.3s ease;
}

/* -------------------------------------------
   2. 【全体がホバーされたとき】
   ------------------------------------------- */
.thumb-item a:hover .view {
  color: #ffffff; /* 文字は白のまま */
  background-color: transparent; /* 背景を透明（背景なし）にする */
  border-color: #ffffff; /* 枠線を白にする */
}

/* ==============================================
   pc
   ============================================== */
@media screen and (min-width: 768px) {
  .thumbnails-inner {
  }

  .thumb-item {
    width: calc(25% - 0px);
  }

  .thumb-item a {
    display: block;
    text-decoration: none;
    position: relative; /* ★これがあるから中の文字を自由に配置できます */
    width: 100%;
    aspect-ratio: 3 / 4;
  }

  /* -------------------------------------------
     1. 【常に見えている】view more を左下に固定
     ------------------------------------------- */
  .view {
    position: absolute;
    bottom: 20px; /* 下から20px */
    left: 20px; /* 左から20px */
    margin: 0;
    z-index: 3; /* 画像より前に出す */
    color: #ffffff; /* 画像の上に乗るので一旦白文字に（自由に変えてください） */
  }

  /* -------------------------------------------
     2. 【普段は隠す】名前を中央に配置 ＆ 透明にしておく
     ------------------------------------------- */
  .thumb-name {
    position: absolute;
    top: 50%; /* 上から50% */
    left: 50%; /* 左から50% */
    transform: translate(
      -50%,
      -30%
    ); /* 最初は少し下に下げておく（アニメーション用） */
    margin: 0;
    z-index: 3;
    width: 90%;
    text-align: center;

    font-size: 18px;
    color: #ffffff; /* ホバー時は白文字 */

    /* 普段は隠す */
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }

  /* -------------------------------------------
     3. 【ホバーしたとき】の動き
     ------------------------------------------- */

  /* aタグ（画像エリア）にマウスが乗ったら、画像を薄くして後ろの紫（#6E5A78）を透かす */
  .thumb-item a:hover img {
    opacity: 0.2;
  }

  /* aタグにマウスが乗ったら、名前を中央にスッと浮かび上がらせる */
  .thumb-item a:hover .thumb-name {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%); /* 本来の中央ぴったりに */
  }
}

/* -------------------------------------------
   アンバサダーセクション
   ------------------------------------------- */
.ambassador-section {
  height: auto;
  width: 100%;
  position: relative;
}

.section-hero-image {
  width: 100%;
  position: relative;
}

.section-hero-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.section-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 45px;
  color: #fff;
}

.section-hero-image h2 {
  position: absolute;
  top: 13px;
  left: 15px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

/* 商品名と値段の塊（上の箱：紫） */
.product-overlay {
  background-color: rgba(255, 255, 255, 0.55);
  padding: 4px 0 20px;
  text-align: center;
  width: 156px;
  position: absolute;
  bottom: -15px;
}

/* online store ボタン（下の箱：青） */
.online {
  width: 156px;
  position: absolute;
  background-color: #005994;
  box-sizing: border-box;
  transition: background-color 0.3s;
}

.online:hover {
  color: #005994;
  background-color: #fff;
}

.product-link {
  text-decoration: none;
  font-size: 12px;
  color: #ffffff; /* 青背景に映えるように文字は白に */
  display: block;
}

.product-link:hover {
  color: #005994;
}

.product-name {
  font-size: 13px;
  color: #1c1c1c;
  letter-spacing: 0.07em;
}

.product-price {
  font-size: 13px;
  color: #1c1c1c;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

.section-text-block {
  background-color: #fff;
  color: #1c1c1c;
  padding: 60px 15px 1px;
}

.section-theme-label {
  margin-bottom: 9px;
  font-size: 13px;
  letter-spacing: 0.052em;
  font-weight: 700;
}

.section-theme-title {
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.62;
}

.section-theme-body {
  margin-bottom: 65px;
  font-weight: 500;
  text-align: justify;
}

.profile-text {
  padding: 23px 0px 0px;
  text-align: center;
  position: relative;
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-wrap: anywhere;
}

.image-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.profile-image {
  height: 350px;
  width: auto;
  object-fit: contain;
}

/* --- アニメーションする前の初期状態 --- */
.text-col-main {
  opacity: 0; /* 完全に透明 */
  transform: translateY(40px); /* 本来の位置より40px下に下げておく */
  transition:
    opacity 1.2s ease,
    transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  /* ↑1.2秒かけて、滑らかに（上品に）動かす設定 */
}

/* --- 画面に現れた（スクロールしてきた）時の状態 --- */
.text-col-main.is-visible {
  opacity: 1; /* クッキリ見える */
  transform: translateY(0); /* 本来の定位置（0の位置）に戻る */
}

.profile-role {
  margin-bottom: 16px;
}

.profile-bio {
  margin-top: 17px;
  text-align: justify;
  font-weight: 500;
  color: #000;
}

.profile-name {
  margin-bottom: 10px;
}

.sns-area-img img {
  width: 27px;
  height: auto;
  object-fit: contain;
}

.sns-area.multiple-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
}

.sns-area {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.profile-image {
  width: 45%;
  height: auto;
  aspect-ratio: 3 / 4;
}

.maimai-pic {
  aspect-ratio: 1 / 1;
}

.profile-image img,
.maimai-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-link {
  margin-top: 15px;
}

.profile-link h5 {
  font-size: 16px;
  font-weight: 600;
}

.profile-link a {
  color: #1c1c1c;
  line-height: 2;
  font-size: 16px;
}

/* 1. 文字とアイコンを包んでいる親玉 */
.profile-name-zoon {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

/* 2. 文字エリア（名前と職業） */
.profile-name-area {
  text-align: center; /* 文字を中央揃えにする */
}

.profile-name {
  font-size: 24px;
  letter-spacing: 0.07em;
  margin: 0 0 4px 0;
  font-weight: 500;
}

.profile-role {
  font-size: 13px;
  color: #5c415d;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
}

/* 3. ★ここが一番のポイント：アイコンエリア */
.sns-area img {
  width: 27px;
  height: auto;
}

/* 4. アイコン画像のサイズ調整 */
.profile-sns img {
  display: block;
  width: 24px;
  height: auto;
}

.collab-sandal {
  width: auto;
  height: 140px;
  position: absolute;
  bottom: -100px;
  right: 6px;
}

.collab-sandal img {
  object-fit: contain;
  width: auto;
  height: 100%;
}

.ambassador-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 60px 15px 80px;
  box-sizing: border-box;
}

.maimai-profile {
  padding: 50px 15px;
}

.profile-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 480px;
}

.product-card {
  position: absolute;
  right: 15px;
  min-width: 154px;
  bottom: 50px;
}

.card-last {
  position: absolute;
  left: 15px;
  right: auto;
  min-width: 154px;
}

.card-sec {
  position: absolute;
  left: auto;
  right: 12px;
  min-width: 154px;
  bottom: 30px;
}

.product-overlay,
.online {
  width: 100%;
  box-sizing: border-box;
}

.online {
  padding: 0;
}

.online .product-link {
  display: block;
  width: 100%;
  padding: 2px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  transition: color 0.3s;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
}

.online .product-link:hover {
  color: #00598c;
  background-color: #fff;
}

/* ==============================================
   pc
   ============================================== */
@media screen and (min-width: 768px) {
  .profile-text {
    padding: 135px 15px;
    width: 60%;
    height: 666px;
  }

  .profile-name-zoon {
    flex-direction: column;
    margin-bottom: inherit;
  }

  .sns-area {
    margin-top: 17px;
  }

  .text-col-main {
    width: 750px;
    margin: 0 auto;
  }

  .profile-bio {
    margin-bottom: 0px;
    text-align: center;
    margin-top: 10px;
  }

  .profile-image {
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .profile-image img {
    object-position: center;
  }

  .JIN-image {
    object-position: center 25% !important;
  }
  .miki-image {
    object-position: center 90% !important;
  }

  .maimai-pic {
    width: 100px;
    aspect-ratio: 1 / 1;
  }

  .profile-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 1280px;
  }

  .section-hero-image h2 {
    top: 40px;
    left: 54px;
    font-size: 47px;
  }

  .section-text-block {
    padding: 115px 85px 85px;
  }

  .section-hero-image img {
    object-fit: contain;
  }

  .product-link {
    font-size: 15px;
  }

  .online.miki-online {
    left: 65px !important;
  }

  .ambassador-profile {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .image-wrapper {
    width: 48%;
    margin: inherit;
    padding: 30px;
    justify-content: center;
  }

  .profile-name {
    font-size: 24px;
    margin: 0 0 8px 0;
  }

  .maimai-pic {
    width: 72%;
  }

  .profile-role {
    font-size: 15px;
  }

  .product-price {
    font-size: 15px;
    color: #1c1c1c;
    font-weight: 700;
  }

  .product-name {
    font-size: 20px;
  }

  .section-theme-label {
    margin-bottom: 11px;
    font-size: 15px;
    letter-spacing: 0.03em;
    font-weight: 700;
  }

  .section-theme-title {
    margin-bottom: 13px;
    line-height: 1.66;
    font-size: 20px;
  }

  .section-theme-body {
    margin-bottom: 80px;
    line-height: 2;
  }

  .product-card {
    position: absolute;
    right: 115px;
    min-width: 300px;
    bottom: 120px;
  }

  .card-sec,
  .card-last {
    left: 115px;
    min-width: 300px;
    right: auto;
  }

  .product-overlay,
  .online {
    width: 100%;
    box-sizing: border-box;
  }

  .product-overlay {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .online {
    padding: 0 !important;
  }

  .online .product-link {
    display: block;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
  }

  .online .product-link:hover {
    color: #00598c;
    background-color: #fff;
  }
}

/* ==============================================
   WHAT'S FREEWATERS
    ブランド理念 3項目
    中央揃え、ボーダー区切り
   ============================================== */

.brand-section {
  background-image: url("/project_she2026/cmn/img/background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 74px 15px 76px;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  text-align: center;
}

.brand-inner {
  align-items: center;
}

.brand-logo {
  width: 200px;
  height: auto;
  object-fit: contain;
}

.brand-heading {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 20px;
}

.brand-values {
  padding: inherit;
}

.brand-values li {
  list-style: none;
  margin-bottom: 22px;
}

.brand-values li h3 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 8px;
  color: #1c1c1c;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.brand-values li p {
  margin-top: 22px;
  white-space: nowrap;
  font-weight: 500;
}

.brand-value-item {
  will-change: transform, opacity;
  transform: translateY(40px);
  opacity: 0;
}

.brand-value-item.is-visible {
  transition:
    transform 1100ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 935ms ease-out;
  transform: translateY(0);
  opacity: 1;
}

.site-footer {
  background-color: #00598c;
  color: #fff;
  text-align: center;
  position: relative;
  min-height: 630px;
}

.footer-inner-1 {
  padding: 15px 0 27px;
  text-align: center;
  border-bottom: #fff 1px solid;
}

.footer-inner-1 img {
  width: 140px;
  height: auto;
}

.footer-inner-1 h2 {
  font-size: 15px;
  font-family: "Lora", serif;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.footer-inner-1 h3 {
  font-size: 16px;
  line-height: 1.76;
}

.footer-nav {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.footer-copy {
  position: absolute;
  bottom: 20px;
  font-size: 12px;
  left: 15px;
  font-family: "Heebo", sans-serif;
  letter-spacing: 0.06em;
}

.footer-nav {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 20px;
}

.footer-nav a img {
  width: 24px;
  height: auto;
}

.footer-nav a {
  color: #fff;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  padding: 2px 17px;
  border: #fff 1px solid;
  border-radius: 4px;
  white-space: nowrap;
  letter-spacing: 0.08em;
}

.footer-nav a:hover {
  color: #00598c;
  background-color: #fff;
}

.footer-nav a:has(img):hover {
  background-color: transparent;
  opacity: 0.7;
}

.footer-nav a:first-child {
  border: none;
  padding: inherit;
}

.footer-tags {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 26px;
  -webkit-font-smoothing: antialiased;
}

.footer-tags span {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
}

.footer-inner-2 h4 {
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  text-align: left;
  margin-bottom: 14px;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.footer-inner-2-wrapper {
  margin-left: 15px;
  padding-top: 60px;
}

.text-block {
  position: absolute;
  bottom: 70px;
}

/* ==============================================
   pc
   ============================================== */

@media screen and (min-width: 768px) {
  .brand-section {
    padding: 70px 0px;
  }
  .brand-values li {
    width: 100%;
    margin: 0 auto;
  }

  .brand-heading {
    top: 20px;
    left: 45px;
    font-size: 24px;
  }

  .brand-inner {
    width: 750px;
    margin: 0 auto;
  }

  .value-desc {
    margin-bottom: 20px;
    margin-top: 20px !important;
    font-size: 18px;
  }
  .brand-values {
    width: 750px;
  }

  .brand-values li h3 {
    font-size: 24px;
    padding: 8px 0px;
  }

  .site-footer {
    min-height: 90vh;
  }

  .footer-nav {
    gap: 27px;
    margin-bottom: 35px;
  }

  .footer-copy {
    letter-spacing: 0.08em;
    bottom: 30px;
    font-size: 12px;
    left: 45px;
    transform: none;
    width: inherit;
    -webkit-font-smoothing: antialiased;
  }

  .footer-nav a {
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .footer-inner-2-wrapper {
    display: flex;
    padding: 64px 45px;
    margin: inherit;
  }

  .footer-tags {
    margin-bottom: 26px;
  }

  .footer-tags span {
    font-size: 14px;
  }

  .footer-inner-2 h4 {
    font-size: 13px;
    margin-top: inherit;
    margin-bottom: 20px;
  }

  .footer-inner-1 {
    padding: 50px 45px 30px;
    text-align: left;
  }

  .footer-inner-1 h2 {
    font-size: 24px;
    margin-bottom: 127px;
  }

  .footer-inner-1 h3 {
    font-size: 24px;
    line-height: 1.92;
    font-family: "Noto Serif JP";
    letter-spacing: 0.12em;
  }

  .text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 50%;
    bottom: 50px;
  }

  .footer-inner-2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .PC-logo {
    width: 195px;
    height: auto;
    object-fit: contain;
    position: absolute;
    right: 45px;
    bottom: 40px;
  }

  .PC-logo img {
    width: 100%;
    height: auto;
  }
}
