@charset "utade-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pacifico&family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.cdnfonts.com/css/playfair-display-sc');
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap');


/* 全体のコンテンツ幅を中央寄せ */
.inner {
  max-width: 1440px;
  margin: 0 auto;
}

/* メインビジュアル */
.mv {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
 h1{
  font-family: 'Parisienne', 'cursive';
  font-weight: 400;
  font-size: 48px;
  width: fit-content;
  color: #FFF8EF;
  text-shadow: 0px 3px 6px rgba(255,248,239,0.5);
  margin-bottom: 12px;
 }
 h2{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 26px;
  width: fit-content;
 }
 .text{
  font-size: 1rem;
  line-height: 2;
  width: fit-content;
  font-family: 'Klee One', 'cursive';
  overflow-wrap:break-word;
  
 }
.mv picture img {
  width: 100%;
  height: auto;
  display: block;
}
/* 左下のテキスト */
.mv-text {
  position: absolute;
  bottom: 12%; /* 下からの距離調整 */
  left: 10%;   /* 左からの距離調整 */
  color: #FFF8EF;
  z-index: 3;
  text-align: left;
}
.mv-text p{
  font-family: 'Klee One', 'cursive';
  color: #FFF8EF;
  text-align: left;
  font-size: 24px;
  text-shadow: 0px 3px 6px rgba(255,248,239,0.5);
}
/* 右側の縦書きテキスト */
.mv-vertical {
  position: absolute;
  top: 50%;
  right: 40px; /* 位置は調整可能 */
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF8EF;
  opacity: 0.85;
}
.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 18px;
  margin-bottom: 20px; /* 縦線との間隔 */
}
.vertical-line {
  display: block;
  width: 1px;
  height: 125px; /* 縦線の長さ */
  background-color: #FFF8EF;
  opacity: 0.8;
}
/* 右上ロゴ部分 */
.mv-logo {
  position: absolute;
  top: 30px;        /* 画像に合わせて微調整 */
  right: 42px;      /* 画像に合わせて微調整 */
  z-index: 6;
  pointer-events: none; /* クリックは透過させたい場合 */
  font-family: "Noto Sans", sans-serif;
  opacity: 0.85;
}
/* ラップ（縦方向の整列） */
.mv-logo-wrap {
  display: flex;
  align-items: flex-start;
  gap: 14px; /* W と右側メタの間隔 */
}
/* 大きな W */
.logo-W {
  display: inline-block;
  font-size: 64px;      /* 大きさ調整 */
  line-height: 0.9;
  color: #FFF8EF;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
  transform: translateY(-2px); /* 微調整で上寄せ */
}
/* 右側小文字メタ（年＋INTER）を縦に揃えるブロック */
.logo-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 右端で揃えたいなら flex-end に変更可能 */
  gap: 4px;
  margin-top: 4px; /* 微調整 */
}
/* 年（小さく上） */
.logo-year {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #FFF8EF;
  opacity: 0.95;
  letter-spacing: 0.08em;
  transform: translateX(-8px); /* Wの右上に寄せる位置調整 */
}
/* INTER（その下、小さめ） */
.logo-sub {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #FFF8EF;
  transform: translateX(-8px); /* 年と揃える */
  line-height: 1;
}

/* -----ヘアスタイルセクション 01----- */
.style {
  padding: 120px 0;
}
.style-header h2 {
  font-size: 20px;
  color: #912420;
}
.block02 h2{
  color: #33667B;
}
.block03 h2{
  color: #786654;
}
.block04 h2{
  color: #456454;
}
.style-images {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
}       
.style-images img {
  width: 48%;
  height: auto;
  display: block;
}
 .model01{
  /* margin-top: 65px; */
  color: #912420;
  max-width: 1440px;
  margin: 0 auto;
  padding: 65px 15%;
   /* 左右220pxずつ余白 */
}
.model02{
  color: #33667B;
}
.model03{
  color: #786654;
}
.model04{
  color: #456454;
}
.main {
  text-align: center;
}
.main picture {
  display: inline-block; /* ← これを追加 */
}
.style-header{
  width: 44%;/* 固定したい横幅に調整 */
  margin-top: 16px;
  line-height: 1.8;
  
  /* 横幅を固定して、テキストは折り返す */
  word-wrap: break-word;       /* 古いブラウザ向け */
  overflow-wrap: break-word;   /* 新しい標準 */
  text-align: left;
}
.header-sub{
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: 500;
}
.sub{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px; /* 画像間の余白 */
  margin-top: 60px;
  align-items: flex-start; /* 上揃え */
}
.suv .sub_img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 400px; /* お好みで調整 */
}
.sub_img.right {
  transform: translateY(-165px);  /* 上に165px */
}
.style-text-vertical {
  writing-mode: vertical-rl; /* ←縦書きにする */
  text-orientation: mixed; /* 英字を自然に表示 */
  font-size: 48px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: 4px;
  color: #912420; /* 赤系（デザインに合わせる） */
  line-height: 1.2;
  white-space: nowrap;
  transform: translateY(-240px);  /* 上に165px */
}
.style-text-vertical-sp {
  font-family: "Playfair Display", serif;
  font-weight:800;
  font-size: 20px;
  margin-top: 29px;
  display: inline-block;
  background-color:#FFFAF4;
  padding: 10px 0;
  width: 100%;
  line-height: 1.6em;
  letter-spacing: 1px;
}
.block02 .style-text-vertical{
  color: #33667B;
}
.block03 .style-text-vertical{
  color: #786654;
}
.block04 .style-text-vertical{
  color: #456454;
}
/* ===== アレンジセクション ===== */
.arrange {
  background-color: #912420;
  color: #FFF8EF;
  width: 100%;
  padding: 100px 0;
  margin: 0;
  position: relative;
}
.block02 .arrange {
  background-color: #33667B;
}
.block03 .arrange {
  background-color: #786654;
}
.block04 .arrange {
  background-color: #456454;
}
.arrange-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
/* 縦書きARRANGE HAIRを左に配置（上のセクション左画像と揃う） */
.arrange-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 48px;
  letter-spacing: 0.07em;
  font-weight: 800;
  font-family: 'Playfair Display SC', sans-serif;                                   
  color: #FFF8EF;
  position: absolute;
  left: 70px; /* ← innerの左端に揃える */
}
/* コンテンツを縦並びに変更（画像の下に文字） */
.arrange-content {
  display: flex;
  flex-direction: column; /* ← 縦並びに変更 */
  align-items: flex-start; /* ← 左寄せにする */
  gap: 40px; /* 画像とテキストの間隔 */
  margin-left: 120px; /* ← 縦書きテキストと重ならないように右にずらす */
}
/* 画像 */
.js_md_sld {
  position: relative; /* ここを基準にする */
  overflow: hidden;
  max-width: 1000px;
}
.js_md_sld .slick-dots {
  display: flex !important;       /* ドットを横並びに */
  justify-content: flex-end;      /* 右端に揃える */
  margin: 12px 0 0 0;             /* 画像との間隔 */
  padding: 0;
  list-style: none;
  position: relative; 
  gap: 15px;
}
.arrange-img .slick-slider {
  position: relative;
}
.arrange-img picture img {
  width: 100%;
  max-width: 690px;
  height: auto;
  display: block;
  /* border-radius: 4px; */
}
/* 画像下テキストを画像の左端に合わせる */
.arrange-text {
  text-align: left;
  max-width: 690px; /* ← 画像幅と揃える */
  font-family: 'Klee One', cursive;
  font-size: 16px;
}
.arrange-text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 6px;
  font-size: 24px;
}
.arrange-text #p {
  font-size: 16px;
  line-height: 1.8;
  color: #FFF8EF;
  border-right: 1px solid #FFF8EF; /* カーソル風の演出 */
  margin: 0;
}
/* slick用ドット */
.js_md_sld {
  position: relative;       /* ドットの基準になる */
  max-width: 690px;         /* 画像幅に合わせる */
  margin: 0 auto;
}
.js_md_sld .slick-dots li {
  width: 15px;
  height: 15px;
}
.js_md_sld .slick-dots li button {
  content: '';
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 50%;
  background: transparent; /* 塗りつぶしなし */
  border: 1px solid #FFF8EF; /* 枠線のみ */
  display: block;
  transition: 0.3s ease;
  font-size: 0;
}
.js_md_sld .slick-dots li.slick-active button {
  background: #FFF8EF; /* 選択中は白に変化 */
}
/* Slick関連で幅がはみ出さないようにする */
.slick-track,
.slick-list {
  overflow: hidden;
}
.slick-slide {
  outline: none;
}
/* -----バックナンバー全体（背景画像-----） */
.bk_number-container {
  width: 100%;
  height: 278px;
  background-image: url("/img/jpg/bn_img.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center; /* 垂直中央 */
}
/* ブラウン枠 */
.bk_number {
  width: 690px;
  height: 50%;
  background-color: #4F4437;
  display: flex;
  justify-content: center;
  align-items: center; /* ボタンを中央に配置 */
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease; /* スムーズに色が変わる */
}
/* ボタン */
.btn {
  font-size: 36px;
  color: #FFF8EF;
  font-family: 'Playfair Display SC', sans-serif;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease; /* 文字色の変化 */
}
.btn-link {
  display: block;
}
/* ホバー時に背景と文字色を反転 */
.bk_number:hover {
  background-color: #FFF8EF; /* 背景を白系に反転 */
}
.bk_number:hover .btn {
  color: #4F4437; /* 文字色をブラウンに反転 */
}

/* -----ふわっと----- */
.scroll-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.0s ease, transform 1.0s ease;
}
.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.fade-text {
  opacity: 0;
  transition: opacity 1.2s ease;
}
.fade-text.show {
  opacity: 1;
}


/* 高級感フェードタイプライター用 */
.typewriter-text {
  display: inline-block;
  white-space: pre-wrap;
}

.typewriter-text .tw-char {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.typewriter-text .tw-char.show {
  opacity: 1;
}

/* -----レスポンシブ----- */

/* PC時のサイズ調整 */
@media(min-width:900px){
  .sp{
    display: none;
  }
  .tb{
    display: none;
  }
}
/* タブレット */
@media screen and (min-width: 600px) and (max-width: 899px){
  .mv-vertical{
    right: 30px;
  }
  .vertical-text {
    font-size: 14px;
    margin-bottom: 15px; /* 縦線との間隔 */
  }
  .vertical-line {
    height: 80px; /* 縦線の長さ */
  }
  .mv-logo-wrap {
    gap: 0px; /* W と右側メタの間隔 */
  }
  .logo-W {
    font-size: 40px;
  }
  .logo-year,
  .logo-sub {
    font-size: 12px;
    transform: translateX(4px);
  }
  .mv-logo {
    top: 18px;
  }
  .model01{
    padding: 65px 10%;
  }
   .style-header{
    width: 100%;
   }
   .style-text-vertical.typewriter .typewriter-text {
    display: none;
  } 
  .sub{
    gap: 25px;
  }
  .sub_img.right {
    transform: translateY(-100px);
}
  .arrange-inner{
    padding: 0 10%;
  }
  .arrange-img {
    width: 100%;
    z-index: 1;
  }
  .arrange-content{
    margin-left: 0%;
    z-index: 1;
  }
  .arrange-title{
    font-size: 38px;
    margin-left: -34px;
    z-index: 10;
    left: auto;
  }
  .bk_number-container{
    height: 165px;
  }
  .bk_number {
    width: 60%;
  }
  .btn {
    font-size: 20px; 
  }
}

/* スマホ時のサイズ調整 */
@media (max-width: 599px) {
  .mv-logo-wrap {
    gap: 0px; /* W と右側メタの間隔 */
  }
  .logo-W {
    font-size: 40px;
  }
  .logo-year,
  .logo-sub {
    font-size: 10px;
    transform: translateX(4px);
  }
  .mv-logo {
    top: 18px;
    left: 28px;
  }
  .mv-text {
    left: 6%;
  }
  .mv-text h1 {
    font-size: 32px;
  }
  .mv-text p {
    font-size: 15px;
  }
  .mv-logo {
    top: 25px;
    right: 30px;
  }
  .mv-logo .logo-main {
    font-size: 32px;
  }
  .mv-text p {
    font-size: 14px;
    margin-top: -17px;
    text-align: left;
}
  .mv-vertical{
    right: 25px;
  }
  .vertical-text {
    font-size: 12px;
    margin-bottom: 15px; /* 縦線との間隔 */
  }
  .model01{
    max-width: none;
    margin: auto;
    padding: 40px 0;
    overflow: hidden;
  }
  .style-header{
    padding: 0 40px;
    width: 100%;   /* ←これに変更 */
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 28px;
  }
  .header-sub {
    margin-bottom: 15px;
  }
  .sub{
    margin-top:auto;
  }
  .style-text-vertical.typewriter .typewriter-text {
    display: none;
  } 
  .sub_img.right{
    transform: translateY(0) !important; /* 元の位置に戻す */
    box-shadow: -4px 4px 4px rgba(51, 51, 51, 0.15);
    margin-top: -18%;
  }
  .sub_img.left{
    transform: translateY(0) !important; /* 元の位置に戻す */
    box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.15);
    margin-top: 5%;
  }
  .arrange{
    padding: 37px 0;
  }
  .arrange-inner{
    padding: 0 40px;
  }
  .style-text-vertical {
    display: none !important;
  }
  .style-text-vertical-sp {
    margin: 29px 0;
    padding: 10px 40px;
}
  .arrange-inner {
    position: relative;
  }
  .arrange-title{
    position: absolute;
    left: auto;
    gap: 40px;
  }
  .arrange-text{
    font-size: 15px;
  }
.arrange{
  font-size: 20px;
}
.arrange-content{
  margin-left: 0%;
  gap: 10px;
  z-index: 1;
  /* margin-left: auto; */
}
.arrange-img {
  width: 100%;
  z-index: 1;
}
.arrange-title{
  font-size: 19px;
  /* margin-left: -18px; */
  z-index: 10;
  left: 0; /* 左端に固定 */
  top: 0;  /* 上端に固定 */
  left: 22px;
}
.bk_number-container{
  height: 100px;
}
.bk_number {
  width: 65%;
}
.btn {
  font-size: 18px; 
}

}





