@charset "UTF-8";
/*-----------------------------------
    ブレークポイント
-----------------------------------*/
@media all and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.hide {
  display: none;
}

body {
  background-color: #EEEEEE;
}
body, html {
  overflow-x: hidden !important;
}

/*-----------------------------------
    色
-----------------------------------*/
a{
  text-decoration: none;
  color: #292929;
}
a:hover {
  text-decoration: none;
  color: #808080;
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}

/*-----------------------------------
    フォント
-----------------------------------*/

body{
  font-family: "yu-gothic-pr6n", sans-serif;
  color: #292929;
  letter-spacing: 1px;
}

.kozuka-gothic {
  font-family: '小塚ゴシック Pr6N','Kozuka Gothic Pr6N','小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

.yu-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.maru-gothic {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.hiraginosans {
  font-family: "Hiragino Sans";
}

.noto-sans-jp{
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-jp{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*
　サイズ
—————————————————————*/
.fs-lg {
  font-size: 32px;
}

@media all and (max-width: 768px) {
  .fs-lg {
    font-size: 25px;
  }
}

/*-----------------------------------
    共通
-----------------------------------*/
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-15 {
  width: 20%;
  flex: 0 0 20%;
  float: left;
}

@media (min-width: 576px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
}

@media (min-width: 768px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
  .col-md-offset-15 {
    margin-left: 4.3333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
}

/* 余白------------------------*/
.mt4 {
  margin-top: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

@media all and (max-width: 768px) {
  .mb6 {
    margin-bottom: 3rem !important;
  }
}

.mb5 {
  margin-bottom: 5rem !important;
}

@media all and (max-width: 768px) {
  .mb5 {
    margin-bottom: 3rem !important;
  }
}

.mb20 {
  margin-bottom: 20rem !important;
}

.mb2 {
  margin-bottom: 1.8rem !important;
}

@media all and (max-width: 768px) {
  .mb2 {
    margin-bottom: 0.4rem !important;
  }
}

@media all and (max-width: 768px) {
  .mb3 {
    margin-bottom: 1rem !important;
  }
}


/* フェードイン処理 */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* 黄色マーカー */
.marker-yellow {
  background: linear-gradient(transparent 50%, #FFFF00 0%);
}



/* ヘッダー */
.lp-header {
  /* background: url("../img/head_red.png") center top / contain no-repeat; */
  color: #fff;
  text-align: center;
  padding: clamp(200px, 20vw, 200px) 0;
  margin-top: clamp(-300px, -15vw, 0px);
}
.lp-header {
  padding-bottom: 100px !important;
}
@media all and (max-width: 768px) {
  .lp-header {
    padding: 23vw 0 50px !important;
  }
}

.lp-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #000;
}
@media all and (max-width: 768px) {
  .lp-header::before {
    height: 23vw;
    background-color: #000;
  }
}
  /* イーザッカマニアのことver. */
  .red::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #C83535;
  }
@media all and (max-width: 768px) {
  .red::before {
    height: 23vw;
    background-color: #C83535;
  }
}

  .header-bg {
    width: 100%;
    height: auto;
    display: block;
  }

  .header-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 0;
  }

  .img-logo {
    margin: 0;
  }

  .nav-menu ul {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .nav-menu a {
    text-decoration: none;
    font-family: "Noto Sans JP", serif;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 8px 16px;
    border-radius: 25px;
    transition: all 0.3s ease;
  }


/* スマホヘッダー */
@media all and (max-width: 768px) {

  /* ヘッダー固定 */
  #header {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eee;
    color: #eee;
    padding: 20px;
  }

  #header.fixed {
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
  }

  /* ナビゲーション全体 */
  #g-nav {
    position: fixed;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #C83535;
    transition: all 0.6s ease;
    z-index: 999;
  }

  /* 開いたとき */
  #g-nav.panelactive {
    right: 0;
  }

  /* ナビゲーション内部 */
  #g-nav-list {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 30px; /* ← 左右余白 */
    box-sizing: border-box;
  }

  /* ロゴ配置 */
  .img-hm-logo {
    display: block;
    width: 130px;
    margin: 40px auto 60px;
  }

  /* メニュー */
  #g-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #g-nav li {
    text-align: left;
    margin: 0 0 40px 30px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
  }

  #g-nav a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-family: "Noto Sans JP", serif;
  }

    .nav-menu a {
    text-decoration: none;
    font-family: "Noto Sans JP", serif;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 8px 16px;
    border-radius: 25px;
    transition: all 0.3s ease;
  }
  .nav-icons {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    padding: 20px 30px 0;
  }
  .nav-icons img {
    width: 25px;
    height: auto;
  }

  /* ▼ フッター部分 */
  .nav-footer {
    text-align: left;
    padding: 50px 30px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .nav-footer p {
    color: #0a0a0a;
    margin: 10px 0;
  }
  .nav-footer a {
    color: #0a0a0a;
    text-decoration: none;
  }
  .nav-footer img {
    width: 60% !important;
  }
  .nav-btm{
    text-align: left;
    padding: 30px 30px 80px;
    font-size: 14px;
  }
  .nav-btm p {
    color: #0a0a0a;
    font-weight: 800;
    margin: 10px 0 20px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .nav-btm span {
    font-family: "M PLUS 1", sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .nav-hr{
    border-top: 1px solid #000;
    width: 100%;
    margin: 10px auto;
  }

  /* ハンバーガーボタン */
  .openbtn1 {
    position: absolute;
    top: 30px;
    right: 15px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 10000;
  }

  .openbtn1 span {
    display: block;
    position: absolute;
    left: 10px;
    width: 60%;
    height: 2px;
    background: #eee;
    border-radius: 2px;
    transition: 0.4s;
  }

  .openbtn1 span:nth-of-type(1) { top: 14px; }
  .openbtn1 span:nth-of-type(2) { top: 22px; }
  .openbtn1 span:nth-of-type(3) { top: 30px; }

  /* ×に変化 */
  .openbtn1.active span:nth-of-type(1) {
    top: 22px;
    transform: rotate(-45deg);
    background: #000;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 22px;
    transform: rotate(45deg);
    background: #000;
  }

}



/* ========== メイン ========== */


/* トップ画像 */
.image-section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0 20px;
}

.image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fade-img {
  width: 50%;
  height: auto;
  object-fit: cover;
  opacity: 0;
  animation: fadeIn 1.8s ease forwards;
}

.fade-img.left {
  animation-delay: 0.2s;
}

.fade-img.right {
  animation-delay: 0.8s;
}

@media (max-width: 768px) {
  .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0; /* 重なりをつくるので間隔をゼロに */
    position: relative;
  }

  .fade-img {
    width: 55%;
    height: auto;
    object-fit: cover;
  }

  /* 左の画像を少し上にずらす */
  .fade-img.left {
    z-index: 1;
  }

  /* 右の画像を少し下にずらす */
  .fade-img.right {
    margin-top: 30%;
    margin-left: -10%; /* 少し重ねる（値は調整） */
    z-index: 0;
  }

  /* テープを上に重ねて中央配置 */
  .tape-text {
    position: absolute;
    top: 60% !important;
    left: 50%;
    z-index: 2;
    width: 65% !important; /* スマホでやや大きめ */
  }
}


/* --- アニメーション定義 --- */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* テープ：パタッと出てくる */
/* .tape-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateX(-40px);
  width: 40%;
  opacity: 0;
  animation: tapeSlideIn 1.2s ease-out 1.8s forwards;
}
@keyframes tapeSlideIn {
  0% {
    opacity: 0;
    transform: translate(-60%, -50%) rotate(-2deg);
  }
  80% {
    opacity: 1;
    transform: translate(-48%, -50%) rotate(1deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
  }
} */

/* テープ：流れ出る */
.tape-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  opacity: 0;
  animation: tapeReveal 1.6s ease-out 2s forwards;
  overflow: hidden;
  mask-image: linear-gradient(to right, black 100%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 100%, transparent 100%);
  mask-size: 0% 100%;
  -webkit-mask-size: 0% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
@keyframes tapeReveal {
  0% {
    opacity: 0;
    transform: translate(-60%, -50%);
    mask-size: 0% 100%;
    -webkit-mask-size: 0% 100%;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
  }
}



/* こんなお店です */
.img-omise{
  padding: 130px 0 30px;
}
@media all and (max-width: 768px) {
  .img-omise{
    padding: 90px 0 20px;
    width: 85%;
  }
}

.btn-omise{
  background-color: #fff;
  border: solid 1px #292929;
  border-radius: 25px;
  padding: 10px;
  margin: 15px auto;
  font-size: 15px;
  letter-spacing: 2px;
  -webkit-text-stroke: 0.7px #292929;
  white-space: nowrap;
  max-width: 400px;
}
@media all and (max-width: 768px) {
  .btn-omise{
    border-radius: 25px;
    width: 85%;
    padding: 8px;
    margin: 15px auto;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-text-stroke: 0.4px #292929;
  }
}

/* ずっと卒業しなくて大丈夫 */
.ttl-omise{
  padding: 100px 0px 80px;
}
.ttl-omise span, .ttl-stylist span, .ttl-nantoka span{
  font-size: 25px;
  letter-spacing: 2px;
  padding-left: 10px;
  -webkit-text-stroke: 0.8px #292929;
}
@media all and (max-width: 768px) {
  .ttl-omise{
    padding: 50px 0px 80px;
  }
  .ttl-omise span{
    font-size: 18px;
    letter-spacing: 2px;
    padding-left: 10px;
    -webkit-text-stroke: 0.8px #292929;
  }
  .ttl-stylist span, .ttl-nantoka span{
    font-size: 16px;
    letter-spacing: 1px;
  }
}

/* --- レイアウト --- */
.visual-section {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 90vh; */
  max-height: 900px;
  max-width: 1000px;
  margin: auto;
}

/* --- 左：縦書きのシール風テキスト --- */
.title-block {
  flex: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  gap: 2rem;
  margin-left: 50px;
}
.title-block {
  justify-content: flex-start; /* 上詰め配置 */
  gap: 2rem;
  margin-left: 50px;
  position: relative;
}

/* 各画像の基本スタイル */
.title-img {
  opacity: 0;
  width: auto;
  animation: tapeRevealUp 1.6s ease-out forwards;
  mask-image: linear-gradient(to bottom, black 100%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 100%, transparent 100%);
  mask-size: 100% 0%;
  -webkit-mask-size: 100% 0%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

/* 順番に再生されるようにディレイを指定 */
.img01 {
  animation-delay: 0.2s;
}
.img02 {
  animation-delay: 0.8s;
}
.img03 {
  animation-delay: 1.4s;
}
.img04 {
  animation-delay: 2.0s;
  align-self: center; /* 中央寄せ */
}

/* 上から下ではなく「下から上」に流れ出るアニメーション */
@keyframes tapeRevealUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
    mask-size: 100% 0%;
    -webkit-mask-size: 100% 0%;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
  }
}


/* スマホ用レイアウト */
@media all and (max-width: 768px) {
  .visual-section {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding: 0 20px;
  }

  /* 左側のcircle群 */
  .image-block {
    flex: none;
    width: 55%;
    margin: 10px auto;
    position: relative;
    z-index: 1;
  }

  .image-wrapper {
    position: relative;
    width: 100%;
  }

  .circle {
    width: 100%;
    height: auto;
    position: relative;
  }

  /* 右側のタイトル群 */
  .title-block {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    align-items: flex-start;
    writing-mode: vertical-rl;
    z-index: 2; /* circleより前面に */
  }

  .title-img{
    max-width: 25px;
  }

  /* txt_4.png は一番前に重ねる */
  .img04 {
    z-index: 3;
    position: relative;
    top: 5%;
    /* right: -7px; */
    margin-right: -7px;
  }
  .img02 {
    position: relative;
    top: 15% !important;
  }
}



/* --- 右：画像ブロック --- */
.image-block {
  flex: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.image-wrapper {
  position: relative;
  width: 60%;
  aspect-ratio: 1 / 1;
  margin-right: 120px;
}

.circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* --- クロスフェードアニメーション --- */
.fade {
  opacity: 0;
  animation: crossFade 9s infinite;
}

.fade1 { animation-delay: 0s; }
.fade2 { animation-delay: 3s; }
.fade3 { animation-delay: 6s; }

@keyframes crossFade {
  0% { opacity: 0; }
  10%, 40% { opacity: 1; }
  60%, 100% { opacity: 0; }
}



/* --- レイアウト --- */
.visual-section2 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px; /* 全体の幅制限 */
  margin: 0 auto;
  padding: 100px 0 0px;
  gap: 40px; /* 左右の間隔 */
}
@media all and (max-width: 768px) {
  .visual-section2 {
    flex-direction: column; /* ←縦並びに変更！ */
    align-items: center;
    padding: 50px 0 0px;
  }
}
.slider-block {
  flex: 4.5; /* 全体の3/8くらいを占める */
  overflow: hidden; /* スライダーがはみ出さないようにする */
}

.text-block {
  flex: 5;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 35px;
  -webkit-text-stroke: 0.5px #292929;
  position: relative;
  z-index: +1;
}
@media all and (max-width: 768px) {
  .text-block {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 1.8;
    -webkit-text-stroke: 0.3px #292929;
    position: relative;
    z-index: +1;
    padding: 20px 50px 80px;
    margin: auto;
  }
}




/* 全体レイアウト */
.loop-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 60px 0;
  margin: auto;
  max-width: 1200px;
}

/* 左：スライダーエリア */
.loop-slider {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  /* ▼ ここで「見せる範囲」を制限 */
  width: 100%;
  max-width: 500px; /* 調整可能 */
  overflow: hidden;
  margin: 0 auto;
}

/* スライダー本体 */
.slider-track {
  display: flex;
  gap: 10px;
  animation: scroll 40s linear infinite;
}

.slider-track img {
  width: 155px;
  height: 318px;
  object-fit: cover;
  flex-shrink: 0;
}

/* 無限ループアニメーション */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* レスポンシブ対応 */
@media screen and (max-width: 900px) {
  .loop-section {
    flex-direction: column;
    padding: 40px 0;
  }

  .loop-slider {
    width: 90%;
    max-width: none;
  }

  .loop-text {
    margin-top: 30px;
    text-align: center;
  }

  .slider-track img {
    width: 120px;
    height: auto;
  }
}


/* いつでも頼って */
.stylist{
  background-color: #EEEEEE;
}

.img-bg{
  margin-top: clamp(-150px, -15vw, 0px);
}
.img-bg2{
  margin-top: clamp(-150px, -10vw, 0px);
}

.txt-stylist-top, .txt-nantoka-top, .txt-nantoka-btm{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 33px;
  -webkit-text-stroke: 0.6px #292929;
  padding: 100px 0 50px;
}
@media all and (max-width: 768px) {
  .txt-stylist-top, .txt-nantoka, .txt-nantoka-btm{
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.8;
    -webkit-text-stroke: 0.3px #292929;
    padding: 50px 0 50px;
  }
  .txt-nantoka-top{
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.8;
    -webkit-text-stroke: 0.3px #292929;
    padding: 80px 0 30px;
  }
}
.txt-stylist-top p, .txt-nantoka-top p, .txt-nantoka-btm p{
  text-align: left;
}
.txt-stylist span, .txt-nantoka-btm span{
  margin-left: -6px;
}

.ttl-stylist{
  padding: 0px 0px 80px;
}
@media all and (max-width: 768px) {
  .ttl-stylist{
    padding: 0px 0px 20px;
  }
}

/* セクション全体のレイアウト */
.stylist-box {
  display: flex;
  align-items: center; /* テキストと画像の高さを中央で揃える */
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
  gap: 5%; /* テキストと画像の間に少し余白 */
  padding: 20px 0 0;
}

/* テキスト部分 */
.txt-stylist {
  flex: 5;
  text-align: left;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 1.5px;
  color: #292929;
  -webkit-text-stroke: 0.5px #292929;
  padding-left: 90px;
}
@media all and (max-width: 768px) {
  .txt-stylist {
    line-height: 1.8;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-text-stroke: 0.3px #292929;
    padding-left: 10px;
  }
}

/* 画像部分 */
.image-stylist {
  flex: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 50px;
}

.image-stylist img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

/* --- レスポンシブ対応（スマホ） --- */
@media screen and (max-width: 768px) {
  .stylist-box-sp {
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 0 auto;
    gap: 5%;
    padding: 0 0 30px;
  }

  .stylist-box {
    flex-direction: column;
    text-align: center;
  }

  .txt-stylist-sp {
    line-height: 1.8;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-text-stroke: 0.3px #292929;
    padding-left: 10px;
    text-align: left;
  }

  .image-stylist {
    justify-content: end;
    padding-right: 10px;
    flex: none;
    width: 40%;
  }
}



/* なんとかします */
.ttl-nantoka{
  padding: 50px 0px 80px;
}
@media all and (max-width: 768px) {
  .ttl-nantoka{
    padding: 0px;
  }
}
.txt-nantoka{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 33px;
  -webkit-text-stroke: 0.6px #292929;
  padding: 20px 0 80px;
}
@media all and (max-width: 768px) {
  .txt-nantoka{
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.8;
    -webkit-text-stroke: 0.3px #292929;
    padding: 50px 0 0;
  }
}

.floating-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 30px 80px;
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}

.item {
  --base-shift: 0px; /* ← デフォルトの位置ずらし量（CSS変数） */
  text-align: center;
  animation: float 6s ease-in-out infinite;
  transform: translateY(var(--base-shift)); /* ← アニメーションとは別に適用 */
}

.item img {
  width: 180px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.item p {
  font-size: 14px;
  line-height: 1.8;
  -webkit-text-stroke: 0.4px #292929;
}

/* ジグザグ配置（中央列を上に） */
.item:nth-child(2),
.item:nth-child(5) {
  --base-shift: -60px;
}

@media all and (max-width: 768px) {
  .floating-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr; /* ← 高さを均等に！これがポイント */
    align-items: start;  /* ← 上揃え（中央ではなく） */
    gap: 0px;
    padding: 60px 0 40px;
  }

  /* ジグザグの上下ずれをリセット */
 .item {
    --base-shift: 0px !important;
  }

  /* 行パターンを整形 */
  .item:nth-child(1) {
    grid-column: 1 / span 2; /* 1行目を中央に */
    justify-self: center;
  }
  .item:nth-child(2),
  .item:nth-child(3) {
    grid-column: auto; /* 2行目は左右に並ぶ */
  }
  .item:nth-child(4) {
    grid-column: 1 / span 2; /* 3行目を中央に */
    justify-self: center;
  }
  .item:nth-child(5),
  .item:nth-child(6) {
    grid-column: auto; /* 4行目は左右に並ぶ */
  }

  .item img {
    width: 160px;
  }

    .item p {
    font-size: 12px;
    line-height: 1.6;
    -webkit-text-stroke: 0.2px #292929;
  }
}

/* ふわふわアニメーション */
@keyframes float {
  0%, 100% {
    transform: translateY(var(--base-shift));
  }
  50% {
    transform: translateY(calc(var(--base-shift) - 15px)); /* ← その位置を基準にふわふわ */
  }
}@media all and (max-width: 768px) {
@keyframes float {
  0%, 100% {
    transform: translateY(var(--base-shift));
  }
  50% {
    transform: translateY(calc(var(--base-shift) - 10px)); /* ← その位置を基準にふわふわ */
  }
}}

/* ふわふわのタイミングをずらす */
.item:nth-child(1) { animation-delay: 0s; }
.item:nth-child(2) { animation-delay: 1.2s; }
.item:nth-child(3) { animation-delay: 2.4s; }
.item:nth-child(4) { animation-delay: 3.6s; }
.item:nth-child(5) { animation-delay: 4.8s; }
.item:nth-child(6) { animation-delay: 6s; }

.txt-nantoka-btm{
  padding: 0 0 200px;
}
@media all and (max-width: 768px) {
  .txt-nantoka-btm{
    padding: 0 20px 80px;
  }
}

/* ズーティー */

/* .zootie-image-box {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
  background: url("../img/zootie_back.png") center center / contain no-repeat;
} */

/* スマホサイズで切り替え */
/* @media all and (max-width: 768px) {
  .zootie-image-box {
    background: url("../img/blue_back.png") center center / contain no-repeat;
    padding: 100px 0;
    margin: 20px auto;
  }
} */

/* ===== オーバーレイ全体（ロゴ＋テキスト） ===== */
/* .overlay-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 0 40px;
  box-sizing: border-box;
}

.overlay-logo {
  width: 160px;
  margin: 0 auto 30px;
}
@media all and (max-width: 768px) {
  .overlay-logo {
    width: 40%;
    margin: 20px;
  }
}

.overlay-text {
  color: #fff;
  max-width: 480px;
  line-height: 2;
  font-size: 16px;
}
@media all and (max-width: 768px) {
  .overlay-text {
    max-width: 85%;
    font-size: 13px;
  }
} */

/* ズーティー */
.zootie-box { position: relative; display: inline-block; width: 100%; max-width: 1000px; } .bg-zootie { width: 75%; /* height: auto; */ display: block; position: relative; z-index: 1; margin: auto; } .zootie-overlay { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .zootie-overlay-text{ color: #fff; z-index: 2; text-align: left; line-height: 2; font-size: 16px; /* -webkit-text-stroke: 0.1px #fff; */ z-index: 1; } .zootie-overlay-text span{ margin-left: -5px; } .zootie-overlay-img img{ text-align: center !important; z-index: 1; } .zootie-image-box { position: relative; display: block; width: 100%; max-width: 1000px; margin: 0 auto; overflow: hidden; } .zootie-bg-image { width: 70%; display: block; z-index: 1; margin: auto; } @media all and (max-width: 768px) { .zootie-bg-image { width: 90%; display: block; z-index: 1; margin: auto; } } /* ===== オーバーレイ全体（ロゴ＋テキスト） ===== */ .overlay-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 40px; box-sizing: border-box; } /* ===== ロゴ部分 ===== */ .overlay-logo { width: 160px; margin: 0 auto 20px; display: block; padding-bottom: 30px; } @media all and (max-width: 768px) { .overlay-logo { width: 40%; margin: 0 auto 20px; display: block; padding: 20px 0 30px; } } /* ===== テキスト部分 ===== */ .overlay-text { text-align: left; color: #fff; max-width: 490px; } .overlay-text p { text-align: left; line-height: 2; font-size: 16px; /* -webkit-text-stroke: 0.1px #fff; */ } @media all and (max-width: 768px) { .overlay-text { max-width: 85%; } .overlay-text p { text-align: left; line-height: 2; font-size: 13px; } } .zootie{ padding-bottom: 200px; } @media all and (max-width: 768px) { .zootie{ padding-bottom: 50px; } } .go-shop{ text-align: center; margin: auto; } .img-go-shop{ width: 25%; padding: 0 0 20px; } .text-go-shop{ font-size: 20px; -webkit-text-stroke: 1.5px #292929; padding: 0 0 300px; } .text-go-shop i{ color: #292929; } @media all and (max-width: 768px) { .img-go-shop{ width: 55%; padding: 0 0 20px; } .text-go-shop{ font-size: 14px; -webkit-text-stroke: 0.5px #292929; padding: 0 0 200px; } }


/* ========================================ホーム================================================ */


/* 再開のご挨拶 */
.greeting-section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0 20px 130px;
}
@media all and (max-width: 768px) {
  .greeting-section {
    padding: 0 10px 90px;
  }
}

.hr-box-top{
  border: none;
  border-top: 3px solid #000;
  width: 68%;
  max-width: 850px;
}
@media all and (max-width: 768px) {
  .hr-box-top{
    border-top: 2px solid #000;
    width: 80%;
    margin: 10px auto;
  }
}

.greeting-box {
  position: relative;
  width: 75%;
  max-width: 900px;
  margin: 10px auto;
  padding: 60px 80px;
  border: 3px solid #000;
  border-radius: 40px;
  overflow: visible;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .greeting-box {
    width: 95%;
    padding: 40px 25px;
    border: 2px solid #000;
    border-radius: 30px;
    margin: 0px auto;
    max-width: 600px;
  }
}

.greeting-title-area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}

.greeting-title {
  font-size: 28px;
  line-height: 1.4;
  position: relative;
  -webkit-text-stroke: 1.8px #292929;
  letter-spacing: 5px;
}
@media all and (max-width: 768px) {
  .greeting-title {
    font-size: 17px;
    -webkit-text-stroke: 1px #292929;
    line-height: 1.4;
    position: relative;
    letter-spacing: 2px;
  }
}

.sankaku-reborn {
  position: absolute;
  right: -110px;
  top: -20px;
  width: 100px;
  height: auto;
  opacity: 0;
  transform: scale(0.3) rotate(-180deg);
  animation: spinIn 1.8s cubic-bezier(0.25, 1, 0.5, 1) forwards,
              gentleFloat 6s ease-in-out infinite 1.8s;
  transform-origin: center;
  z-index: 3;
}
@media all and (max-width: 768px) {
  .sankaku-reborn {
    position: absolute;
    right: -35px;
    top: -18px;
    width: 65px;
    height: auto;
    opacity: 0;
    transform: scale(0.3) rotate(-180deg);
    animation: spinIn 1.8s cubic-bezier(0.25, 1, 0.5, 1) forwards,
                gentleFloat 6s ease-in-out infinite 1.8s;
    transform-origin: center;
    z-index: 3;
}
}

/* くるっと回転しながらフェードイン */
@keyframes spinIn {
  0% {
    opacity: 0;
    transform: scale(0.3) rotate(-180deg);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(15deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

/* 登場後のゆるやかな揺れ（ループ） */
@keyframes gentleFloat {
  0% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-6px) rotate(6deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

.hr-box-in {
  border: none;
  border-top: 4px solid #000;
  margin: 20px 0 30px;
}
@media all and (max-width: 768px) {
  .hr-box-in {
    border: none;
    border-top: 3px solid #000;
    margin: 10px 0 30px;
  }
}
.txt-greeting {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
  -webkit-text-stroke: 0.4px #292929;
}
@media all and (max-width: 768px) {
  .txt-greeting {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
    -webkit-text-stroke: 0.5px #292929;
  }
}

.greeting-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 768px) {
  .greeting-next {
    padding-top: 20px;
  }
}

.btn-greeting {
  display: inline-block;
  padding: 6px 30px;
  border: 2px solid #000;
  border-radius: 50px;
  text-decoration: none;
  color: #000;
  -webkit-text-stroke: 0.4px #292929;
  transition: 0.3s ease;
}
@media all and (max-width: 768px) {
  .btn-greeting {
    font-size: 14px;
    padding: 4px 20px;
  }
}
.btn-greeting:hover {
  background: #eee;
}

/* 右寄せロゴ */
.greeting-logo {
    width: 40%;
  height: auto;
}
@media all and (max-width: 768px) {
  .greeting-logo {
    width: 45%;
    height: auto;
  }
}

/* 吹き出し */
.fukidashi-wrap {
  position: relative;
  width: 700px; /* 吹き出しのサイズに合わせて調整 */
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .fukidashi-wrap {
    width: 100%;
  }
}
.fukidashi {
  position: relative;
  display: inline-block;
  animation: swing 3s ease-in-out infinite;
  transform-origin: bottom center; /* 揺れの軸を下に */
}

.fukidashi img {
  width: 100%;
  display: block;
}

.fukidashi-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 17px;
  -webkit-text-stroke: 0.6px #292929;
  line-height: 1.7;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .fukidashi-text {
    font-size: 12px;
    -webkit-text-stroke: 0.3px #292929;
    line-height: 1.4;
  }
}

@keyframes swing {
  0%, 100% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
}


/* テンション高め */
.tension-box {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 35px 0 100px;
}
@media all and (max-width: 768px) {
  .tension-box {
    gap: 1.5rem;
    padding: 35px 0 0;
  }
}
/* 縦書きタイトル */
.tension-title {
  writing-mode: vertical-rl;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
@media all and (max-width: 768px) {
  .tension-title {
    padding: 0 0 0 20px;
  }
}
/* 縦書きアニメーション */
.smooth {
  clip-path: inset(0 0 100% 0);
  transition: 1.2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  font-size: 50px;
  -webkit-text-stroke: 2.5px #292929;
  line-height: 1;
  letter-spacing: 5px;
}
@media all and (max-width: 768px) {
  .smooth {
    font-size: 30px;
    -webkit-text-stroke: 2px #292929;
    line-height: 1;
    letter-spacing: 3px;
  }
}

.smooth.is-animated {
  clip-path: inset(0);
}

.line1.is-animated {
  transition-delay: 0s;
}

.line2.is-animated {
  transition-delay: 0.8s;
}

/* 赤文字 */
.smooth span {
  color: #C83535;
  -webkit-text-stroke: 1.8px #C83535;
}

/* 横書きテキスト部分 */
.tension-text, .cmn-text {
  font-size: 16px;
  line-height: 1.8;
  max-width: 430px;
  text-align: left;
  -webkit-text-stroke: 0.4px #292929;
  padding-left: 10px;
}
@media all and (max-width: 768px) {
  .tension-text, .cmn-text {
    font-size: 13px;
    line-height: 1.8;
    max-width: 430px;
    text-align: left;
    -webkit-text-stroke: 0.4px #292929;
    padding: 0 10px 0 0 ;
  }
}
.tension-kakko {
  margin-left: -5px;
}
.tension-link, .cmn-link {
  color: #292929;
  -webkit-text-stroke: 0.8px #292929;
}
.tension-link i, .cmn-link i{
  color: #292929;
  -webkit-text-stroke: 0px #292929;
  padding-left: 5px;
  font-size: 20px;
}

.tension-arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  border: 2px solid #292929;
  width: 80%;
  background-color: #fff;
  border-radius: 50px;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
  color: #292929;
  -webkit-text-stroke: 0.8px #292929;
  letter-spacing: 1px;
  margin-bottom: 100px;
}

.tension-arrow-btn:hover {
  background-color: #eee;
}

.tension-arrows {
  display: inline-flex;
  margin-left: 4px;
  vertical-align: middle;
}

.tension-arrows span {
  opacity: 0;
  animation: arrowFlow 2.0s infinite;
  font-size: 7px;
  font-family: "Kosugi Maru", sans-serif;
  padding: 0 3px 0 0;
  vertical-align: middle;
}

/* 3つの矢印が順番に点灯する */
.tension-arrows span:nth-child(1) {
  animation-delay: 0s;
}
.tension-arrows span:nth-child(2) {
  animation-delay: 0.4s;
}
.tension-arrows span:nth-child(3) {
  animation-delay: 0.8s;
}

/* 矢印のフェードアニメーション */
@keyframes arrowFlow {
  0% { opacity: 0; transform: translateX(-2px); }
  30% { opacity: 1; transform: translateX(0); }
  60% { opacity: 1; transform: translateX(0); }
  100% { opacity: 0; transform: translateX(3px); }
}



/* カモン */
.cmn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 35px 0 200px;
}
@media (max-width: 768px) {
  .cmn-box {
    flex-direction: column; /* ←縦並びに変更！ */
    align-items: center;
    padding: 0 0;
  }
}

@media all and (max-width: 768px) {
.cmn-box img{
  width: 80%;
}
}

.cmn-title{
  font-size: 28px;
  -webkit-text-stroke: 1.5px #292929;
  padding: 40px 0 30px;
}
@media (max-width: 768px) {
  .cmn-title{
    font-size: 25px;
    -webkit-text-stroke: 1.2px #292929;
    padding: 40px 0 20px;
  }
}

.cmn-text{
  padding-left: 20px;
}
@media (max-width: 768px) {
  .cmn-text {
    padding-left: 50px;
  }
}

.tension-cmn{
  margin-left: -7px;
}


/* 横書きアニメーション */
.flow {
  clip-path: inset(0 100% 0 0); /* ← 横方向にクリップ（右→左） */
  transition: 1.2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  display: inline-block;
  overflow: hidden;
  margin: -15px 0 0;
}

.flow.is-animated {
  clip-path: inset(0);
}

.line1.is-animated {
  transition-delay: 0s;
}

.line2.is-animated {
  transition-delay: 0.8s;
}



/* お知らせ */
/* ====== 全体レイアウト ====== */
.news-box {
  background-color: #D1C7BD;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 50px 40px;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 250px;
}
@media all and (max-width: 768px) {
  .news-box {
    border-radius: 30px;
    padding: 30px 20px;
    margin: 0px 20px auto;
    margin-bottom: 200px;
  }
}

/* ====== 見出し部分 ====== */
.news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media all and (max-width: 768px) {
  .news-header {
    flex-direction: column; /* ←縦並びに変更！ */
    align-items: center; /* 必要なら中央寄せもOK */
  }
}

.news-title {
  font-size: 40px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #000;
  margin: 0;
  letter-spacing: 4px;
}
@media (max-width: 768px) {
  .news-title {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

/* ====== タブボタン ====== */
.news-tabs {
  display: flex;
  gap: 8px;
}

.tab-button {
  background-color: #eee;
  -webkit-text-stroke: 0.6px #978E86;
  letter-spacing: 2px;
  color: #978E86;
  border: none;
  border-radius: 9999px;
  padding: 4px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  margin: 0 0 0 10px ;
}
@media all and (max-width: 768px) {
.tab-button {
  letter-spacing: 1px;
  padding: 3px 12px;
  font-size: 13px;
  margin: 15px 0 8px 3px ;
}
}

.tab-button:hover {
  background-color: #eee;
}

.tab-button.active {
  background-color: #389297;
  color: #eee;
  -webkit-text-stroke: 0.5px #eee;
}

.tab-button.no-border {
  border: none;
}

.tab-button:focus,
.tab-button:active {
  outline: none;
  box-shadow: none;
}

/* ====== ニュースリスト ====== */
.news-list {
  max-height: 230px; /* ← 3件分の高さを固定 */
  min-height: 230px; /* ← 記事が少なくても3件分の高さ確保 */
  overflow-y: auto;
  padding-right: 6px;
}
@media all and (max-width: 768px) {
  .news-list {
    max-height: 280px;
    min-height: 280px;
  }
}

.news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.news-item + .news-item {
  border: none;
}


/* ====== 記事全体の行 ====== */
.news-item {
  display: flex;
  flex-direction: column; /* ← 縦並び */
  align-items: flex-start; /* 左寄せ */
  gap: 4px; /* 日付とタイトルの間隔 */
  padding: 10px 0 15px 15px;
  border: none;
  -webkit-text-stroke: 0.5px #000;
}
@media all and (max-width: 768px) {
  .news-item {
    padding: 8px 0 10px 10px;
    border: none;
    -webkit-text-stroke: 0.4px #000;
  }
}

/* 日付 */
.news-date {
  flex-shrink: 0;
  width: 100px;
  font-size: 14px;
  text-align: left;
  -webkit-text-stroke: 0.5px #000;
}
@media all and (max-width: 768px) {
  .news-date {
    font-size: 12px;
  }
}

/* タイトル部分 */
.news-title-text {
  display: inline; /* ▷と横並び */
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  position: relative;
}
@media all and (max-width: 768px) {
  .news-title-text {
    font-size: 13px;
    color: #000;
    text-decoration: none;
    position: relative;
  }
}

/* ▷をタイトル末尾に（リンクありのみ） */
a.news-title-text::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 13px solid #C83535;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 5px; /* タイトルとの間隔 */
  border-radius: 3px;
  transform: translateY(1px);
}
@media all and (max-width: 768px) {
  a.news-title-text::after {
    border-left: 10px solid #C83535;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin: -3px 0 0 4px; /* タイトルとの間隔 */
    border-radius: 1px;
  }
}

/* リンクなしタイトルでは▷非表示 */
span.news-title-text::after {
  display: none;
}


/* スクロールバーのカスタム（お好み） */
.news-list::-webkit-scrollbar {
  width: 8px;
  background-color: #eee;
  border-radius: 3px;
}
.news-list::-webkit-scrollbar-thumb {
  background-color: #389297;
  border-radius: 3px;
}
@media all and (max-width: 768px) {
  .news-list::-webkit-scrollbar {
    width: 5px;
  }
}

.hr-news{
  border: none;
  border-top: 3px solid #000;
  width: 100%;
  margin: 0 0 20px;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝お知らせページ＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.newspage-box{
  margin: auto;
  max-width: 800px;
}

.newspage-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 10px 35px;
}
@media all and (max-width: 768px) {
  .newspage-header {
    flex-direction: column; /* ←縦並びに変更！ */
    align-items: center; /* 必要なら中央寄せもOK */
  }
}

.newspage-title {
  font-size: 40px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #000;
  margin: 0;
  letter-spacing: 4px;
}
@media (max-width: 768px) {
  .newspage-title {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

/* ====== タブボタン ====== */
.newspage-tabs {
  display: flex;
  gap: 8px;
}

.newspage-tab-button {
  background-color: #eee;
  -webkit-text-stroke: 0.6px #000;
  letter-spacing: 2px;
  color: #000;
  border: 2px solid #000;
  border-radius: 9999px;
  padding: 4px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  margin: 0 0 0 10px ;
}
@media all and (max-width: 768px) {
.newspage-tab-button {
  letter-spacing: 1px;
  padding: 3px 12px;
  font-size: 13px;
  margin: 15px 0 8px 3px ;
}
}

.newspage-tab-button:hover {
  background-color: #eee;
}

.newspage-tab-button.active {
  background-color: #000;
  color: #eee;
  -webkit-text-stroke: 0.5px #eee;
}

/* ====== 記事タイトル行 ====== */
.newsp-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newsp-title-text {
  font-size: 15px;
  color: #000;
  text-decoration: none;
  flex: 1;
  margin-right: 10px;
  line-height: 1.6;
}

/* ====== ▷ボタン ====== */
.arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
}

.arrow-btn::before {
  content: "▶";
  color: #fff;
  font-size: 20px;
  transform: translateX(1px);
}

/* ====== カテゴリ別カラー ====== */
.newsp-item[data-category="info"] .category,
.newsp-item[data-category="info"] .arrow-btn {
  background: #429297; /* ブルー */
}

.newsp-item[data-category="press"] .category,
.newsp-item[data-category="press"] .arrow-btn {
  background: #C83535; /* レッド */
}

/* ====== レスポンシブ ====== */
@media (max-width: 768px) {
  .newsp-item {
    padding: 14px 16px;
    border-radius: 12px;
  }
  .newsp-date .year {
    font-size: 11px;
  }
  .newsp-date .date {
    font-size: 18px;
  }
  .newsp-title-text {
    font-size: 14px;
  }
  .arrow-btn {
    width: 24px;
    height: 24px;
  }
}



.newspage-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
  padding-bottom: 200px;
}
@media all and (max-width: 768px) {
  .newspage-list {
    gap: 13px;
    overflow-y: auto;
    padding: 0 10px 100px;
  }
}

/* 各ニュースボックス */
.newspage-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  padding: 15px 20px 10px 35px;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* カテゴリ別カラー */
[data-category="info"] .newspage-date .tag,
.arrow-btn.info-btn {
  background: #429297; /* ブルー系 */
}

[data-category="press"] .newspage-date .tag,
.arrow-btn.press-btn {
  background: #C83535; /* レッド系 */
}

/* タイトル */
.newspage-content {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "yu-gothic-pr6n", sans-serif;
}

.newspage-title-text {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 2px;
  -webkit-text-stroke: 0.8px #292929;
}


/* クリック可能に */
.newspage-item .arrow-btn {
  pointer-events: none; /* ← hoverエフェクトだけ活かしてクリックは親リンクに任せる */
}

/* 丸い▷ボタン */
.arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 10px;
  position: relative;
}

.arrow-btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 2px;
  border-radius: 3px;
}

/* ====== 日付エリア ====== */
.newspage-date {
  display: flex;
  flex-direction: column;
  gap: 0px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  align-items: flex-start;
}

/* 年（1行目） */
.newspage-date .year {
  font-size: 12px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 900;
}

/* 2行目：月日とカテゴリを横並び */
.date-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: -5px;
}

/* 月日（MM.DD） */
.newspage-date .month {
  font-size: 20px;
  font-weight: 900;
}

/* カテゴリタグ */
.newspage-date .tag {
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  line-height: 1;
  font-family: "yu-gothic-pr6n", sans-serif;
}

@media (max-width: 768px) {
  .newspage-item {
    border-radius: 14px;
    padding: 15px 15px 10px 20px;
    gap: 10px;
  }

  .newspage-date .year {
    font-size: 10px;
  }

  .newspage-date .month {
    font-size: 16px;
  }

  .newspage-title-text {
    font-size: 14px;
  }

  .arrow-btn {
    width: 30px;
    height: 30px;
  }

  .arrow-btn::before {
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }

  .newspage-date .tag {
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 10px;
  }
}




/* ＝＝＝＝＝＝＝＝＝＝＝＝＝お知らせ個別ページ＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.newsnav {
  position: relative;
  max-width: 900px;
  margin: 0px auto;
  font-family: "Noto Sans JP", serif;
  color: #000;
}

.newsnav-main-title {
  font-size: 40px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #000;
  padding: 0 0 30px;
  letter-spacing: 4px;
}
@media (max-width: 768px) {
  .newsnav-main-title {
    font-size: 30px;
    letter-spacing: 2px;
  }
}
.newsnav-content {
  margin-bottom: 40px;
}

.newsnav-date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.newsnav-date .year {
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 700;
}

.newsnav-date .date-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.newsnav-date .month {
  font-size: 25px;
  font-weight: 800;
}

.newsnav-date .tag {
  font-size: 12px;
  color: #fff;
  font-family: "yu-gothic-pr6n", sans-serif;
  -webkit-text-stroke: 0.5px #fff;
  padding: 4px 25px;
  border-radius: 50px;
}

[data-category="info"] .newsnav-date .tag,
.newsnav-btn.info-btn {
  background: #429297;
}

[data-category="press"] .newsnav-date .tag,
.newsnav-btn.press-btn {
  background: #C83535;
}

/* タイトルと本文 */
.newsnav-title {
  font-size: 23px;
  margin: 15px 0 40px;
  letter-spacing: 2px;
  -webkit-text-stroke: 0.5px #000;
}

.newsnav-text {
  font-size: 15px;
  line-height: 1.8;
  -webkit-text-stroke: 0.2px #000;
}

/* --- ボタンエリア --- */
.newsnav-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 150px 0 150px;
}


/* 丸ボタン */
.newsnav-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
}

.newsnav-btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transition: all 0.3s ease;
}
.newsnav-btn.prev::before {
  margin-right: 5px;
}
.newsnav-btn.next::before {
  margin-left: 5px;
}

/* 左ボタン（←） */
.newsnav-btn.prev::before {
  transform: rotate(180deg);
}

/* hover時の反転（背景黒・矢印白） */
.newsnav-btn:hover {
  background: #fff;
}

.newsnav-btn:hover::before {
  border-left-color: #000;
}

/* 左右位置固定 */
.newsnav-btn.prev {
  position: absolute;
  left: 0;
}

.newsnav-btn.next {
  position: absolute;
  right: 0;
}

/* トップに戻るボタン（中央） */
.newsnav-top {
  display: inline-block;
  padding: 6px 30px;
  border-radius: 30px;
  background: #fff;
  color: #000;
  -webkit-text-stroke: 0.3px #000;
  border: 2px solid #000;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.newsnav-top:hover {
  background: #eee;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
  .newsnav {
    padding: 20px 25px 50px;
    margin: 0 auto;
  }

  .newsnav-date .tag {
    font-size: 11px;
    -webkit-text-stroke: 0.3px #fff;
    padding: 3px 20px;
  }

  .newsnav-title {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0;
    -webkit-text-stroke: 0.3px #000;
  }

  .newsnav-text {
    font-size: 12px;
    -webkit-text-stroke: 0.1px #000;
  }

  .newsnav-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 80px 0 30px;
  }

  .newsnav-btn {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .newsnav-btn::before {
    border-left: 10px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  .newsnav-btn.prev::before {
    margin-right: 3px;
  }
  .newsnav-btn.next::before {
    margin-left: 3px;
  }

  .newsnav-top {
    padding: 4px 15px;
    font-size: 13px;
    -webkit-text-stroke: 0.1px #000;
    border: 1px solid #000;
  }
}







/* ＝＝＝＝＝＝＝＝＝＝＝＝＝会社概要＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.company-box{
  max-width: 900px;
  margin: auto;
}

.company-text-box{
  max-width: 600px;
  margin: auto;
}

.company-title{
  font-size: 30px;
  letter-spacing: 2px;
  -webkit-text-stroke: 1.2px #292929;
  text-align: center;
  padding: 30px 0 50px;
}

.company-small-title {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 20px;
  -webkit-text-stroke: 1px #292929;
  padding-bottom: 20px;
}

.company-dot {
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 50%;
  flex-shrink: 0;
}
.dot-blue{
  background-color: #389297;
}
.dot-red{
  background-color: #C83535;
}

.company-text{
  font-size: 16px;
  -webkit-text-stroke: 0.2px #292929;
  line-height: 1.8;
  padding-bottom: 80px;
}


@media all and (max-width: 768px) {
  .company-text-box{
    padding: 0 40px;
  }

  .company-title{
    font-size: 23px;
    padding: 30px 0 50px;
    -webkit-text-stroke: 1px #292929;
  }

  .company-small-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    -webkit-text-stroke: 0.8px #292929;
    padding-bottom: 20px;
  }

  .company-dot {
    width: 13px;
    height: 13px;
  }
  .dot-blue{
    background-color: #389297;
  }
  .dot-red{
    background-color: #C83535;
  }

  .company-text{
    font-size: 13px;
    -webkit-text-stroke: 0.2px #292929;
    line-height: 1.8;
    padding-bottom: 40px;
  }
}

  .company-table {
    width: 90%;
    margin: auto;
    margin-bottom: 100px;
  }

  .company-table th,
  .company-table td {
    border: 1px solid #292929;
    padding: 25px 30px;
    text-align: left;
    vertical-align: middle; /* ←上下中央揃えポイント！ */
    font-size: 16px;
    -webkit-text-stroke: 0.5px #292929;
    font-weight: normal;
  }

  .company-table th {
    width: 25%;
  }

@media all and (max-width: 768px) {
  .company-table th,
  .company-table td {
    border: 1px solid #292929;
    padding: 20px 20px;
    text-align: left;
    vertical-align: middle; /* ←上下中央揃えポイント！ */
    font-size: 13px;
    -webkit-text-stroke: 0.5px #292929;
    font-weight: normal;
  }

  .company-table th {
    width: 35%;
  }
}

.company-address h3 {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 900;
  font-size: 25px;
  padding: 0 0 20px;
  color: #C83535;
}
.company-address h3 span{
  font-family: "yu-gothic-pr6n", sans-serif;
  font-size: 15px;
  padding-left: 5px;
  color: #C83535;
  -webkit-text-stroke: 0.2px #C83535;
  letter-spacing: 2px;
  vertical-align: middle;
}
.company-address span {
  font-size: 15px;
  -webkit-text-stroke: 0.5px #292929;
  line-height: 1.8;
}
.company-address p {
  font-size: 15px;
  -webkit-text-stroke: 0.2px #292929;
  line-height: 1.8;
  margin-bottom: 30px;
}


.company-address {
  display: flex;
  flex-direction: column; /* デフォルトは縦並び（スマホ） */
  gap: 60px;
  margin-bottom: 80px;
}

/* 各要素 */
.map-area {
  order: 2; /* ←スマホ時は下にくる */
}

.address-text {
  order: 1; /* ←スマホ時は上にくる */
}

/* PC表示のとき */
@media (min-width: 1000px) {
  .company-address {
    flex-direction: row; /* 横並び */
    align-items: flex-start;
    justify-content: space-between;
  }

  .map-area {
    flex: 2.2;
    order: 1; /* ←PCでは左に戻す */
  }

  .address-text {
    flex: 3;
    order: 2; /* ←PCでは右に戻す */
  }
}

/* 地図関連 */
.map-wrap {
  position: relative;
  width: 100%;
  padding-top: 76.25%;
  overflow: hidden;
}

.map-wrap iframe {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-link {
  padding: 5px 0 0;
  text-align: left;
}
.map-link a{
  font-size: 12px;
}


/* スマホ調整 */
@media (max-width: 768px) {
  .map-box {
    padding: 0 40px 50px;
  }
  .company-address{
    padding: 0;
    margin: 0;
    gap: 0;
  }
  .company-address span{
    font-size: 13px;
  }
  .company-address p{
    padding-left: 5px;
    font-size: 12px;
  }
  .company-address h3 {
  font-size: 20px;
  padding: 0 0 20px;
  }
  .company-address h3 span{
    font-size: 12px;
    padding-left: 3px;
    -webkit-text-stroke: 0px #C83535;
    letter-spacing: 1px;
  }
  .map-link {
    padding: 5px 0 40px;
    text-align: left;
  }
}




/* ＝＝＝＝＝＝＝＝＝＝＝＝＝お問い合わせ＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.contact-box{
  text-align: center;
  max-width: 800px;
  margin: auto;
  padding-bottom: 150px;
}
.contact-title {
  font-size: 50px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #000;
  margin: 0 auto;
  letter-spacing: 2px;
}
.contact-subtitle {
  font-size: 20px;
  -webkit-text-stroke: 0.8px #000;
  color: #000;
  letter-spacing: 2px;
  margin-top: -10px;
}
.contact-text{
  font-size: 15px;
  -webkit-text-stroke: 0.1px #000;
  text-align: left;
  line-height: 1.8;
  padding: 50px 0 80px;
}


@media (max-width: 768px) {
  .contact-box{
    width: 100%;
    padding: 0 20px 80px;
    margin: auto;
  }
  .contact-title {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .contact-subtitle {
    font-size: 13px;
    -webkit-text-stroke: 0.8px #000;
    color: #000;
    letter-spacing: 2px;
    margin-top: -3px;
  }
  .contact-text{
    font-size: 14px;
    -webkit-text-stroke: 0.1px #000;
    letter-spacing: 0px;
  }
}


.faq-title {
  position: relative;
  padding-left: 20px; /* 棒と文字の間の余白 */
  font-size: 17px;
  color: #000;
  -webkit-text-stroke: 0.8px #000;
  text-align: left;
  letter-spacing: 2px;
}

.faq-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;      /* 棒の太さ */
  height: 19px;   /* テキスト高さに合わせて自動調整 */
  background-color: #000;
  border-radius: 0;
}

.mb-faq{
  margin-bottom: 20px;
}

/* FAQ全体のベース */
.faq-box {
  background-color: #E2DFDA;
  padding: 20px 10px 10px;
  max-width: 900px;
  margin: 10px 0 auto;
  box-sizing: border-box;
  text-align: left;
}

/* 各項目の間隔 */
.faq-item {
  margin-bottom: 0px;
}

/* 質問部分 */
.faq-question {
  -webkit-text-stroke: 0.8px #292929;
  font-size: 16px;
  padding-left: 50px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  line-height: 1.8;
}

/* 回答部分（白の角丸ボックス） */
.faq-answer {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 25px;
}

.faq-answer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  -webkit-text-stroke: 0.3px #292929;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .faq-title {
    padding-left: 15px; /* 棒と文字の間の余白 */
    font-size: 15px;
  }

  .faq-title::before {
    width: 4px;      /* 棒の太さ */
  }
  .mb-faq{
    margin-bottom: 15px;
  }
  .faq-box {
    padding: 15px 10px 10px;
  }

  .faq-question {
    font-size: 14px;
    padding-left: 20px;
  }

  .faq-answer {
    padding: 15px 20px;
  }

    .faq-answer p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    -webkit-text-stroke: 0.3px #292929;
  }
}



.faq-mail{
  font-size: 16px;
  -webkit-text-stroke: 0.6px #292929;
  padding: 80px 0 30px;
}

.faq-mail-to{
  background-color: #1E7D83;
  color: #fff;
  font-size: 17px;
  letter-spacing: 2px;
  -webkit-text-stroke: 0.6px #fff;
  padding: 13px 30px;
  border-radius: 50px;
}
@media all and (max-width: 768px) {
  .faq-mail{
    font-size: 13px;
    -webkit-text-stroke: 0.6px #292929;
    padding: 60px 0 20px;
  }

  .faq-mail-to{
    background-color: #1E7D83;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    -webkit-text-stroke: 0.3px #fff;
    padding: 10px 25px;
    border-radius: 50px;
}
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝ご挨拶＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 各セクション共通 */
.section {
  min-height: auto;
  padding: 100px 20px 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.6s ease;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* セクション内のコンテンツ */
.special-inner {
  max-width: 800px;
  text-align: center;
}
.special-img{
  margin-bottom: 110px;
}
@media all and (max-width: 768px) {
  .special-img{
    margin-bottom: 60px;
  }
}

/* 背景色（セクションごとに変える） */
.special-section1 {
  background-color: #F2ECE0;
  padding: 60px 20px 180px;
}
.special-section2 {
  background-color: #fff;
}
.special-section3 {
  background-color: #F7E2E1;
}
.special-section4 {
  background-color: #fff;
}

/* 表示されたときの状態 */
.section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* 下のセクションが少し上に食い込む */
.section + .section {
  margin-top: -80px;
}

/* 表示時 */
.section.visible {
  opacity: 1;
  transform: translateY(0);
}

.special-inner p{
  text-align: left;
  font-size: 16px;
  -webkit-text-stroke: 0.2px #292929;
  line-height: 1.8;
}

.special-btn{
  background-color: #292929;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  -webkit-text-stroke: 0.4px #fff;
  padding: 12px 40px;
  border-radius: 50px;
}

.special-title{
  font-size: 35px;
  -webkit-text-stroke: 1.2px #292929;
  text-align: left;
  letter-spacing: 4px;
  padding-bottom: 50px;
}

@media all and (max-width: 768px) {
  .section {
    min-height: auto;
    padding: 80px 30px 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.6s ease;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .special-section1 {
    padding: 30px 30px 130px;
  }
  .special-section4 {
    padding: 80px 30px 60px;
  }
  .special-title{
    font-size: 18px;
    -webkit-text-stroke: 1.2px #292929;
    text-align: left;
    letter-spacing: 2px;
    padding-bottom: 30px;
  }
  .special-inner p{
    text-align: left;
    font-size: 13px;
    -webkit-text-stroke: 0.2px #292929;
    line-height: 1.8;
  }
  .special-btn{
    font-size: 13px;
    letter-spacing: 2px;
    -webkit-text-strok: 0.2px #fff;
    padding: 10px 30px;
    border-radius: 50px;
  }
}




/* ＝＝＝＝＝＝＝＝＝＝＝＝＝プライバシーポリシー＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.pp-box{
  max-width: 900px;
  margin: auto;
}

.pp-text-box{
  max-width: 800px;
  margin: auto;
  padding-bottom: 100px;
}

.pp-title{
  font-size: 30px;
  letter-spacing: 2px;
  -webkit-text-stroke: 1.2px #292929;
  text-align: center;
  padding: 30px 0 60px;
}
.pp-small-title {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 20px;
  -webkit-text-stroke: 0.5px #292929;
  padding-bottom: 20px;
}
.pp-text{
  font-size: 16px;
  -webkit-text-stroke: 0.2px #292929;
  line-height: 1.8;
  padding-bottom: 80px;
}

@media all and (max-width: 768px) {
  .pp-text-box{
    padding: 0 40px 50px;
  }

  .pp-title{
    font-size: 20px;
    padding: 10px 0 35px;
    -webkit-text-stroke: 1px #292929;
  }

  .pp-small-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    -webkit-text-stroke: 0.8px #292929;
    padding-bottom: 20px;
  }
    .pp-text{
    font-size: 13px;
    -webkit-text-stroke: 0.2px #292929;
    line-height: 1.8;
    padding-bottom: 40px;
  }
}






/* ＝＝＝＝＝＝＝＝＝＝＝＝＝フッター＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ===== 共通スタイル ===== */

.footer-bg{
  background-color: #C83535;
}
.footer {
  background-color: #C83535;
  padding: 60px 80px;
  max-width: 1000px;
  margin: auto;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer-left,
.footer-right {
  display: flex;
  flex-direction: column;
}

.footer-catch {
  font-size: 15px;
  -webkit-text-stroke: 0.8px #292929;
  margin-bottom: 5px;
}

.footer-logo {
  width: 175px;
  height: auto;
}

/* ロゴ下のTOKYO / KOBE */
.footer-address h3 {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 900;
  font-size: 18px;
  padding: 30px 0 0;
}
.footer-address p {
  font-size: 15px;
  -webkit-text-stroke: 0.5px #292929;
  line-height: 1.8;
  margin: 0px;
}

.footer-btn {
  font-size: 15px;
  -webkit-text-stroke: 0.5px #292929;
  border: 2px solid #292929;
  background-color: #D36161;
  border-radius: 50px;
  padding: 6px 30px;
  align-self: flex-start;
  transition: 0.3s;
  font-family: "yu-gothic-pr6n", sans-serif;
  margin: 30px 0 30px;
}
.footer-btn:hover {
  background: #d99393;
}

/* アイコン */
.footer-icons {
  display: flex;
  gap: 10px;
  padding-bottom: 25px;
}
.footer-icons img {
  width: 26px;
  height: 26px;
}

/* PC時の右側（ナビ・アイコン） */
.footer-right {
  align-items: flex-end;
  text-align: right;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 90px 0 20px;
  font-size: 18px;
  -webkit-text-stroke: 0.8px #292929;
}

.footer-links {
  font-size: 14px;
  -webkit-text-stroke: 0.5px #292929;
}
.footer-links a{
  padding-left: 20px;
}

/* ===== スマホ用（768px以下） ===== */
@media (max-width: 768px) {
  .footer {
    padding: 40px 20px;
  }

  .footer-inner {
    /* ← ここで flex-direction: column を上書きリセット！ */
    flex-direction: column !important;
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }

  /* --- ロゴとアイコンを横並びで配置 --- */
  .footer-logo-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer-left{
    width: 100%;
  }

  .footer-left .footer-icons {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    padding-bottom: 10px;
  }

  .footer-icons{
    padding-right: 20px;
  }

  .footer-right {
    align-items: flex-start;
    text-align: left;
    width: 97%;
    margin: 0;
  }

  /* スマホでは右カラム内のアイコンを非表示 */
  .footer-right .footer-icons {
    display: none !important;
  }

  .footer-address h3 {
    font-size: 17px;
    padding: 30px 0 7px;
    margin-bottom: 0px;
  }
  .footer-address p {
    font-size: 14px;
    -webkit-text-stroke: 0.5px #292929;
    line-height: 1.8;
    margin: 0px;
  }

  .footer-btn {
    align-self: center;
    width: 100%;
    margin: 40px 0 0;
    border: 1px solid #292929;
    font-size: 14px;
  }

  /* ===== footer-nav 横並び（flex方向を上書き） ===== */
  .footer-nav {
    display: flex !important;
    flex-direction: row !important; /* ← ここで縦並びを防ぐ！ */
    justify-content: space-between; /* 均等配置 */
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 40px;
    gap: 10px;
  }

  .footer-nav a {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
  }

  /* ===== footer-links 左寄せ ===== */
  .footer-links {
    text-align: left;
    width: 100%;
    margin-top: 0px;
    font-size: 11px;
  }
  .footer-links a{
    padding: 0 15px 0 0;
  }
}
