@charset "utf-8";
/*
.gnavi li:nth-child(7),
.gnavi li:nth-child(8) {
pointer-events: none
}
*/

.gnavi .disabled a {
pointer-events: none;
background:#dfdfdf;
color:#999;
}
.gnavi .disabled a span {
color:#999;
}


:root {
  --accent: #c3a681;
  --accent2: #796449;
  --accent3: rgba(0,134,205,1);
  --bg: #f8f4ef;
}
.wrap {
overflow: hidden;
}
/* 来場予約ボタン非表示 */
.hnavi li:nth-child(4){
display: none;
}
.footer_fix ul li:nth-child(5) {
display: none;
}
/* ハンバーガーボタン表示 */
@media ( max-width : 1060px ){
.hnavi li:nth-child(5) {
display: block;
opacity: 1;
visibility:visible;
}
}
/* グレーアウト .s_construction */
.s_construction {
-webkit-filter: grayscale(1);
filter: gray;
filter: grayscale(1);
cursor: default;
}
/* グロナビグレーアウト */
.gnavi li:nth-child(99) a {
opacity: 0.2;
pointer-events: none;
}

/* グロナビ NEW マーク */
.gnavi li {
  position: relative; }

.gnavi li:nth-child(99) a::after,
.gnavi li:nth-child(99) a::after,
.gnavi li:nth-child(99) a::after
{
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 11px;
  content: "NEW";
  color:#ffffff;
  background-color:#6B0608;
  padding: 1px 4px 1px 4px;
  line-height: 12px;
}
/*----------------------------------------------------
	ブラウザ高さが低い場合の対策 下部にもあり
----------------------------------------------------*/

/*ブラウザ高さが低いときは縮小、画像トリミング*/
.js-scale-area{
  transform-origin: top center;
}
body.is-short-height .js-scale-area{
  transform: scale(var(--scale, 1));
}
.pin-scale { will-change: transform; }
/* ▼ トリミング専用（vh-crop の中では縮小させない） */
.vh-crop{
  position: relative;
  overflow: hidden;
}

/* 重要：height:auto を強制 */
.vh-crop > img{
  display:block;
  width:100%;
  height:auto !important;
  max-width:none;
  object-fit: unset !important;
}
/* JSが付ける（任意） */
.vh-crop.is-cropped > img{
  will-change: transform;
}
.vh-crop picture,
.vh-crop source{
  display: block;
}
.pin-scale-stage{
  position: relative;
  overflow:visible;
}
.pin-scale-stage{
  padding-bottom: 0px;
}
/*----------------------------------------------------
	枠
----------------------------------------------------*/
.s_waku_wrapper {
position: relative;
}
.s_waku {
position:absolute;
z-index: 4;
pointer-events: none;
border:4px solid rgba(215,199,163,1.00);
top:40px;
left:40px;
right:40px;
bottom:40px;
}
@media ( max-width : 1440px ){
.s_waku {
border:2px solid rgba(215,199,163,1.00);
top:30px;
left:30px;
right:30px;
bottom:30px;
}
}
@media ( max-width : 1024px ){
.s_waku {
border:2px solid rgba(215,199,163,1.00);
top:20px;
left:20px;
right:20px;
bottom:20px;
}
}
/*----------------------------------------------------
	共通
----------------------------------------------------*/
.header_inner h1 {
color:#585253;
border:solid 1px #585253;
padding:0.2em 0.8em;
font-size:18px;
font-weight:300;
margin-right:1em;
font-feature-settings: "palt";
letter-spacing: 0.05em;
}
.s_main_title_01 {
font-size:32px;
line-height:1.6;
letter-spacing: 0.2em;
text-align: center;
font-weight:300;
}
.s_main_title_01 span {
font-size:30px;
line-height:1.3;
letter-spacing: 0.1em;
text-align: center;
font-weight:300;
width:100%;
display:block;
text-align: center;
}
@media ( max-width : 768px ){
.header_inner h1 {
padding:0.2em 0.8em;
font-size:2.1vw;
margin-right:0px;
}
.s_main_title_01 {
font-size:34px;
line-height:1.6;
letter-spacing: 0.2em;
text-align: center;
font-weight:300;
}
.s_main_title_01 span {
font-size:30px;
line-height:1.3;
letter-spacing: 0.1em;
text-align: center;
font-weight:300;
width:100%;
display:block;
text-align: center;
}
}
@media ( max-width : 768px ){
.s_main_title_01 {
font-size:4.6vw;
}
.s_main_title_01 span {
font-size:3.5vw;
}
}

.s_main_title_02 {
font-size:110px;
line-height:1.3;
letter-spacing: 0.01em;
font-weight:300;
color:#d7d3d1;
padding-bottom:0px;
}
.s_main_title_02 span {
font-size:60px;
line-height:1.3;
letter-spacing: 0.05em;
font-weight:300;
width:100%;
display:block;
text-align: center;
}
@media ( max-width : 1660px ){
.s_main_title_02 {
font-size:80px;
}
}
@media ( max-width : 768px ){
.s_main_title_02 {
font-size:12vw;
}
.s_main_title_02 span {
font-size:7vw;
}
}

.s_main_title_03 {
font-size:110px;
line-height:1.3;
letter-spacing: 0.01em;
font-weight:300;
color:#d7d3d1;
padding-bottom:0px;
}
.s_main_title_03 span {
font-size:60px;
line-height:1.3;
letter-spacing: 0.05em;
font-weight:300;
width:100%;
display:block;
text-align: center;
}
@media ( max-width : 1660px ){
.s_main_title_03 {
font-size:80px;
}
}
@media ( max-width : 768px ){
.s_main_title_03 {
font-size:10vw;
}
.s_main_title_03 span {
font-size:6vw;
}
}

.s_text_01 {font-size:24px; font-feature-settings: "palt";}
.s_text_02 {font-size:22px; font-feature-settings: "palt";}
.s_text_03 {font-size:16px; font-feature-settings: "palt";}
.s_text_04 {font-size:16px; font-feature-settings: "palt";}
.s_text_05 {font-size:11px; font-feature-settings: "palt"; line-height: 1.4;}
@media ( max-width : 1660px ) {
.s_text_01 {font-size:20px;}
.s_text_02 {font-size:18px;}
.s_text_03 {font-size:14px;}
.s_text_04 {font-size:14px;}
.s_text_05 {font-size:11px;}
}
@media ( max-width : 768px ){
.s_text_01 {font-size:3.6vw;}
.quality .s_text_01 {font-size:3.4vw; line-height: 1.4;}
.s_text_02 {font-size:3.4vw;}
.s_text_03 {font-size:3.0vw;}
.quality_04 .s_text_03 {font-size:2.2vw; line-height:1.3;}
.s_text_04 {font-size:2vw;}
.s_text_05 {font-size:1.4vw; line-height: 1.3;}
}

/*----------------------------------------------------
	アニメーションボーダー
----------------------------------------------------*/
/* ▼ 文字下のアンダーライン */
.section-title {
  position: relative;
  display: inline-block;    /* ← 文字幅に合わせて underline を表示 */
  padding-bottom: 10px;     /* 少し余裕を持たせる */
  margin: 0 auto;
}

/* 最初は中央から伸びるように準備 */
.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #c4b098;
  transform: translate(-50%, 0) scaleX(0);
  transform-origin: center center;
  transition: transform 0.8s ease-out;
}

/* JS がつけるクラス（発火） */
.section-title.is-visible::after {
  transform: translate(-50%, 0) scaleX(1);
}

/* ▼ 中央ライン（安定描画版） */
.border-center-line {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 2px;              /* ★ 親に余裕を持たせることで1pxのブレを吸収 */
  margin: 0 auto;
  overflow: hidden;
}

/* 実際の線は中央に1pxで描画 */
.border-center-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;              /* 実際の線の太さは1px */
  background: #333;     /* ラインの色 */
  transform: translate(-50%, -50%) scaleX(0); /* 中央から伸びる + Yも中央揃え */
  transform-origin: center center;
  transition: transform 1.0s ease-out;
}

/* スクロールで表示されたときに付くクラス */
.border-center-line.is-visible::before {
  transform: translate(-50%, -50%) scaleX(1);
}

/* ▼ merit セクション */
.merit div {
  text-align: center;
}

.merit img {
  height: 80px;
  width: auto;
  margin: 0 auto;
}

/* ▼ スマホ時の微調整（必要なら） */
@media screen and (max-width: 768px) {

  .section-title {
    padding-bottom: 8px;
  }

  .merit img {
    height: 68px;   /* 少し小さくしたい場合 */
  }

}

@media ( max-width : 1200px ){
.merit img {
height:60px;
width:auto;
margin:0 auto;
}


}
@media ( max-width : 768px ){
.merit img {
height:auto;
width:100%;
margin:0 auto;
}
.inner.merit > div:nth-of-type(2) img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

}
.title03 {
font-family: "Cinzel", serif;
font-size:34px;
font-feature-settings: "palt";
letter-spacing: 0.05em;
color:#a48b78;
text-align: center;
font-weight:300;
}
@media ( max-width : 768px ){
.title03 {
font-size:4vw;
}
}

/*----------------------------------------------------
	共通横並びボックス
----------------------------------------------------*/
.s_col_01 {
display: flex;
justify-content:space-between;
flex-wrap:wrap;
align-items: center;
}
.s_col_01_01 {
width:50%;
}
.s_col_01_02 {
width:50%;
padding:0px 80px 0px 220px;
}
@media ( max-width : 1660px ) {
.s_col_01 {
align-items:flex-start;
}
.s_col_01_01 {
width:50%;
}
.s_col_01_02 {
width:50%;
padding:0px 60px 60px 100px;
}
.s_col_01_02_02 {
width:50%;
padding:190px 60px 60px 100px;
}
}
@media ( max-width : 768px ) {
.s_col_01_01 {
width:100%;
padding-right:80px;
}
.s_col_01_02 {
width:100%;
padding:30px 40px 30px 80px;
}
}

.s_col_02 {
display: flex;
justify-content:space-between;
flex-wrap:wrap;
align-items: center;
}
.s_col_02_01 {
width:50%;
}
.s_col_02_02 {
width:50%;
padding-top:1%;
padding-right:80px;
padding-bottom:0px;
padding-left:13%;
}
@media ( max-width : 1660px ) {
.s_col_02 {
align-items:flex-start;
}
.s_col_02_01 {
width:50%;
}
.s_col_02_02 {
width:50%;
padding:0px 60px 60px 100px;
padding-top:10%;
}
.s_col_02_03 {
padding-top:60px;
}
}
@media ( max-width : 768px ) {
.s_col_02_01 {
width:100%;
padding-left:40px;
padding-right:0px;
margin-top:-20px;
}
.s_col_02_02 {
width:100%;
padding:30px 40px 30px 80px;
}
.s_col_02_03 {
padding-top:30px;
}
}

.s_col_03 {
position: relative;
display: flex;
justify-content:center;
}
.s_col_03_01 {
width:48%;
left:15%;
top:10%;
position: absolute;
}
.s_col_03_02 {
width:40%;
padding-top:28%;
}

@media ( max-width : 1660px ) {
.s_col_03_01 {
width:52%;
left:10%;
top:10%;
position: absolute;
}
.s_col_03_02 {
width:50%;
padding-top:28%;
}
}
@media ( max-width : 768px ) {
.s_col_03_01 {
width:72%;
left:0%;
top:0%;
position: absolute;
}
.s_col_03_02 {
width:38%;
padding-top:35%;
}
.s_col_03_02_02 {
width:65%;

margin-left:15%;
}
.urbanlife .s_col_01 .s_urbanlife_02,
.s_col_03_01 .pic_caption_left_wht {
top:5px;
right:5px !important;
text-align: right;
}
.urbanlife .s_col_02 {
margin-top:-60px;
}
}

.s_col_04 {
display: flex;
justify-content:space-between;
flex-wrap:wrap;
align-items: center;
}
.s_col_04_01 {
width:35%;
}
.s_col_04_02 {
width:65%;
padding:0px 80px 0px 220px;
}
@media ( max-width : 1660px ) {
.s_col_04_01 {
width:35%;
}
.s_col_04_02 {
width:65%;
padding:0px 60px 60px 180px;
}
}
@media ( max-width : 768px ) {
.s_col_04_01 {
width:100%;
padding-left:80px;
}
.s_col_04_02 {
width:100%;
padding:30px 40px 30px 80px;
}
}





.cp_arrows {
  position:absolute;
  display: flex;
  height: 80px;/*画面いっぱいにする場合100vh*/
  justify-content: center;
  align-items: center;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;
}
.cp_arrows .cp_arrow {/*矢印を配置するベースの設定*/
  position: absolute;
  top: 50%;/*着地点(cp_arrowsの高さの50%)*/
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 10px;
  opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrow:nth-child(2)  {
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {/*矢印全体の設定*/
  position: absolute;
  content: '';
  top: 0;
  width: 30px;
  height: 3px;
  background: #fff;
}
.cp_arrows .cp_arrow:before {/*矢印左の線の位置と傾斜*/
  left: 3px;
  transform: rotate(30deg);
}
.cp_arrows .cp_arrow:after {/*矢印左の線の位置と傾斜*/
  right: 3px;
  transform: rotate(-30deg);
}
@media ( max-width : 768px ){
.cp_arrows {
  position:absolute;
  display: flex;
  height: 30px;/*画面いっぱいにする場合100vh*/
  justify-content: center;
  align-items: center;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
}
@keyframes arrow-move08 {
    0% { opacity: 0; top: 0%;/*スタート地点(cp_arrowsの高さの40%)*/}
   70% { opacity: 1;}
  100% { opacity: 0;}
}
/*-----トップビックバナー　メインビジュアルタイトル----*/
.s_pic_title_01 {
font-size:48px;
line-height:1.3;
letter-spacing: 0.1em;
text-align: center;
font-weight:300;
position:absolute;
top:43%;
left:0px;
right:0px;
color:#fff;
}
.s_pic_title_01 span {
font-size:24px;
line-height:1.3;
letter-spacing: 0.1em;
text-align: center;
font-weight:300;
width:100%;
display:block;
padding-top:0.5em;
}
.big_end .s_pic_title_01 {
top:30%;
}
@media ( max-width : 1024px ) {
.s_pic_title_01 {
font-size:36px;
}
.s_pic_title_01 span {
font-size:20px;
}
}
@media ( max-width : 768px ) {
.s_pic_title_01 {
font-size:7vw;
top:36%;
}
.s_pic_title_01 span {
font-size:4vw;
}
.big_end {
margin-top:50px;
}
.big_end .s_waku_wrapper .s_top_00 {
height:60vw;
}
.big_end .s_pic_title_01 {
top:18%;
}
}

.mv .s_pic_title_01 {
top:48%;
}
@media ( max-width : 1024px ) {
.mv .s_pic_title_01 {
top:43%;
}
}
@media ( max-width : 768px ) {
.mv .s_pic_title_01 {
top:43%;
}
}
/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
body {
padding-top:105px;
}
.mv {

}
@media ( max-width : 768px ) {
body {
padding-top:69px;
}
}
.main_visual img {
width:100%;
height:auto;
}

/* ========== メインビジュアル全体 ========== */
.main_visual {
  position: relative;
  overflow: visible;
  padding-left:200px;
}
@media ( max-width : 1580px ) {
  .main_visual {
    position: relative;
    overflow: visible;
    padding-left:10%;
  }
}

.mv_inner {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

/* 画像本体 */
.main_visual_pic {
  position: relative;
  display: block;
  z-index: 1;

  /* カーテン表示＋右上へスライド用 初期値 */
  opacity: 0;
  clip-path: inset(0 0 0 0);  /* 右端からカーテン */
  transform: translate(0, -100px);
  transition:
    clip-path 1.2s ease-out 0.3s,
    opacity   1.2s ease-out 0.3s,
    transform 1.2s ease-out 0.3s;
}

.main_visual_pic img {
  display: block;
  width: 100%;
  height: auto;   /* アスペクト比維持で高さ成り行き */
}

/* グレー背景：画像より少し小さくして
   左と下だけはみ出して見せる */
.main_visual_bg {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  right: 100px;  /* 右を少し削る → 画像が右に飛び出す */
  top: 100px;    /* 上を少し削る → 画像が上に飛び出す */
  background: #e5e5e5;

  transform-origin: left center;
  transform: scaleX(0);                 /* 左からゼロ幅 */
  transition: transform 1.2s ease-out;  /* 左→右に伸びる */
}

.mv_frame {
  max-width: 1600px;
  margin:0 auto;
}

/* ========== アニメ開始（JS で .mv_frame に is-show） ========== */
.mv_frame.is-show .main_visual_bg {
  transform: scaleX(1);  /* グレー帯が左→右に伸びる */
}

.mv_frame.is-show .main_visual_pic {
  opacity: 1;
  clip-path: inset(0 0 0 -100px);       /* 画像が全部見える */
  transform: translate(100px, -100px);  /* 右上にスライドして止まる */
  overflow: visible;                    /* ★ キャプションを隠さない */
}

/* キャプションを画像ボックスの右下に固定 */
.main_visual_pic .caption_right_blk {
  position: absolute;
  right: 60px;    /* pr60 相当（必要に応じて調整） */
  bottom: 10px;   /* お好みで */
  transform: none;
  color:#333;
margin-bottom:0px !important;
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
-1px 1px 0 #FFF, 1px -1px 0 #FFF,
0px 1px 0 #FFF,  0-1px 0 #FFF,
-1px 0 0 #FFF, 1px 0 0 #FFF;
}

/* ------- SP 用 ------- */
@media ( max-width : 900px ) {

  .main_visual_pic {
    position: relative;
    display: block;
    z-index: 1;

    /* カーテン表示＋右上へスライド用 初期値 */
    opacity: 0;
    clip-path: inset(0 0 0 0);  /* 右端からカーテン */
    transform: translate(0, -5vw);
    transition:
      clip-path 1.2s ease-out 0.3s,
      opacity   1.2s ease-out 0.3s,
      transform 1.2s ease-out 0.3s;
  }

  .mv_frame.is-show .main_visual_pic {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translate(5vw, -5vw);
    overflow: visible;      /* ★ hidden にしない */
  }

  .main_visual_pic .caption_right_blk {
    right: 5vw;   /* 画面幅に合わせて少し内側に */
    bottom: 3vw;
  }
}
/*----------------------------------------------------
  トップページ動画（統合版）
----------------------------------------------------*/
.video_wrapper{
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* ===== video は通常フローで高さを作る（重要） ===== */
.video_wrapper .video_full{
  position: relative;     /* absoluteにしない */
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;      /* PC基準 */
}

/* ===== poster は video の上に重ねる（PC/SP共通） ===== */
.video_wrapper .poster_image{
  position: absolute;
  inset: 0;               /* top:0; right:0; bottom:0; left:0; */
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;      /* PC基準 */
  transition: opacity 0.6s ease;

  /* 初期フラッシュ対策（デフォルト非表示） */
  opacity: 0;
  pointer-events: none;
}

/* JSが「再生できなかった/終了した」等で出したい時だけ表示 */
.video_wrapper.is-show-poster .poster_image{
  opacity: 1;
  pointer-events: auto;
}

/* 既存：ポスター非表示状態（JS制御の補助） */
.poster_image.is-hide{
  opacity: 0;
  pointer-events: none;
}

/* is-show-poster 中でも is-hide が勝つように */
.video_wrapper.is-show-poster .poster_image.is-hide{
  opacity: 0;
  pointer-events: none;
}

/* ===== SP用：切れない全体表示（contain） ===== */
@media screen and (max-width: 768px){
  .video_wrapper .video_full{
    object-fit: contain;
  }
  .video_wrapper .poster_image{
    object-fit: cover;
  }
}

/* SP時：黒フラッシュ対策（余白背景を透明に） */
@media (max-width: 768px){
  .video_wrapper,
  .video_wrapper .video_full{
    background: transparent;
  }
}


/* ================================
 *   SKIPボタン意匠（PC調整込み）
 * ================================ */

/* ボタン本体（PCは少し上へ） */
.video_control{
  position: absolute;
  left: 50%;
  bottom: 2.5vw;             /* ← PC: 12px → 少し上へ（必要なら18〜32pxで微調整） */
  transform: translateX(-50%);
  z-index: 3;

  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* 文字全体（PCは変数で「下線と斜め線」を揃える） */
.video_control-text{
  --overhang: 60px;        /* 下線の追い越し量（PC） */
  --diag-x: 60px;           /* 斜め線の起点（PC） */
  --diag-len: 12px;         /* 斜め線の長さ */

  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.video_control-main{
  font-family: "Times New Roman", "Yu Mincho", "游明朝", serif;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: #333;
}

.video_control-sub{
  font-family: "Times New Roman", "Yu Mincho", "游明朝", serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #333;
  margin-left: 0.8em;
}

/* 下線（斜め線より先に伸び過ぎないように整合） */
.video_control-text::after{
  content: "";
  position: absolute;
  left: 0;
  right: calc(-1 * var(--overhang));
  bottom: 0;
  height: 1px;
  background: #c4b098;
}

/* ライン端から左上に伸びる斜め線 */
.video_control-text::before{
  content: "";
  position: absolute;
  right: calc(-1 * var(--diag-x));
  bottom: 0;
  width: var(--diag-len);
  height: 1px;
  background: #c4b098;
  transform: rotate(45deg);
  transform-origin: right center;
}

/* ▼ PC/SP 表示切り替え（そのまま） */
.pc{ display:block; }
.sp{ display:none; }

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

  .video_control{ bottom: 17vw; }

  .video_control-main{ font-size: 3vw; }
  .video_control-sub{  font-size: 2vw; }

  /* SPではvw基準に（既存挙動を維持しつつ統一） */
  .video_control-text{
    --overhang: 8vw;
    --diag-x: 8vw;
    --diag-len: 3vw;
  }
}

/* =========================================================
   左側縦書き「CONCEPT」＋ゴールド帯アニメ
   ========================================================= */
.mv_frame {
  position: relative;
}

/* 左サイドのコンテナ：上寄せに変更 */
.mv_concept {
  position: absolute;
  top: 40px;          /* ★縦位置：ここを増減して微調整 */
  left: 40px;         /* ★横位置：必要なら調整 */
  bottom: auto;       /* ★中央寄せをやめる */
  padding-left: 32px;
  display: flex;
  align-items: flex-start;  /* ★中央→上寄せ */
  pointer-events: none;
  z-index: 5;
}

/* 中身を縦に積むラッパー */
.mv-concept-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* 縦書き CONCEPT 本体 */
.mv-concept-en {
  position: relative;
  writing-mode: vertical-rl;
  font-size: 90px;
  letter-spacing: 0em;
  font-weight: 300;
  color: var(--accent);
  padding: 16px 10px;

  opacity: 0;
  transition: opacity .4s ease-out 0.9s;
}

/* ゴールド帯（CONCEPT の背後） */
.mv-concept-en::before {
  content: "";
  position: absolute;
  inset: -8px -6px;
  background: var(--accent);
  z-index: -1;
  clip-path: inset(0 100% 0 0);
}

/* 縦ライン（上から下に伸びる） */
.mv-concept-line {
  width: 1px;
  height: 140px;
  background: var(--accent);
  transform-origin: top center;
  transform: scaleY(0);
}

/* カタカナ「コンセプト」 */
.mv-concept-ja {
  writing-mode: vertical-rl;
  font-size: 18px;
  letter-spacing: 0.25em;
  color: var(--accent);
  opacity: 0;
}

/* アニメ再生：mv_frame に is-show が付いたら */
.mv_frame.is-show .mv-concept-en {
  opacity: 1;
}

.mv_frame.is-show .mv-concept-en::before {
  animation: mvConceptBG 1.4s ease-out 0.6s forwards;
}

.mv_frame.is-show .mv-concept-line {
  transition: transform .8s ease-out 1.6s;
  transform: scaleY(1);
}

.mv_frame.is-show .mv-concept-ja {
  transition: opacity .4s ease-out 2.3s;
  opacity: 1;
}

/* 背景帯アニメーション */
@keyframes mvConceptBG {
  0%   { clip-path: inset(0 100% 0 0); }
  40%  { clip-path: inset(0 0 0 0); }
  60%  { clip-path: inset(0 0 0 0); }
  100% { clip-path: inset(0 0 0 100%); }
}

/* =========================================================
   左側縦書き「CONCEPT」＋ライン＋カタカナ
   ========================================================= */
.mv_frame {
  position: relative;
}

/* 左サイドコンテナ：位置調整用 */
.mv_concept {
  position: absolute;
  top: 0px;      /* ★上下位置 調整 */
  left: 40px;     /* ★左右位置 調整 */
  pointer-events: none;
  z-index: 5;
}



/* 縦書き CONCEPT 本体だけ writing-mode を縦に */
.mv-concept-en {
  position: relative;
  writing-mode: vertical-rl;
  font-size: 74px;
  letter-spacing: 0;
  font-weight: 300;
  color: var(--accent);
  padding: 16px 10px;

  opacity: 0;
  transition: opacity .4s ease-out 0.9s;
}
.mv-concept-en2 {
  position: relative;
  writing-mode: vertical-rl;
  font-size: 80px;
  letter-spacing: 0;
  font-weight: 300;
  color: var(--accent);
  padding: 16px 10px;

  opacity: 0;
  transition: opacity .4s ease-out 0.9s;
}
/* ゴールド帯（CONCEPT の背後） */
.mv-concept-en::before {
  content: "";
  position: absolute;
  inset: -8px -6px;
  background: var(--accent);
  z-index: -1;
  clip-path: inset(0 100% 0 0);  /* 右から左に伸びて消える */
}
.mv-concept-en2::before {
  content: "";
  position: absolute;
  inset: -8px -6px;
  background: var(--accent);
  z-index: -1;
  clip-path: inset(0 100% 0 0);  /* 右から左に伸びて消える */
}
/* ライン＋カタカナ行は横並び＋横書き */
.mv-concept-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  writing-mode: horizontal-tb;  /* ★縦書き継承をリセット */
}

/* 縦ライン：上→下に伸びる */
.mv-concept-line {
  display: block;
  width: 1px;
  height: 140px;
  background: var(--accent);
  transform-origin: top center;
  transform: scaleY(0);        /* 最初は 0 */
  margin-left:90px;
}

/* カタカナ「コンセプト」横書き→右回転 */
.mv-concept-ja {
  display: inline-block;
  writing-mode: horizontal-tb; /* ★必ず横書きにする */
  font-size: 18px;
  letter-spacing: 0.25em;
  color: var(--accent);
  opacity: 0;
  transform: rotate(90deg);    /* 右回転 */
  transform-origin: left center;
  margin-top:-100px;
  margin-left:20px;
}

/* ===== アニメ発火：mv_frame に is-show が付いたとき ===== */
.mv_frame.is-show .mv-concept-en {
  opacity: 1;
}
.mv_frame.is-show .mv-concept-en::before {
  animation: mvConceptBG 1.4s ease-out 0.6s forwards;
}
.mv_frame.is-show .mv-concept-en2 {
  opacity: 1;
}
.mv_frame.is-show .mv-concept-en2::before {
  animation: mvConceptBG 1.4s ease-out 0.6s forwards;
}

/* ライン：あとからニュッと下に伸びる */
.mv_frame.is-show .mv-concept-line {
  transition: transform .8s ease-out 1.6s;
  transform: scaleY(1);
}

/* カタカナ：さらにその後ふわっと表示 */
.mv_frame.is-show .mv-concept-ja {
  transition: opacity .4s ease-out 2.3s;
  opacity: 1;
}

/* 背景帯アニメーション */
@keyframes mvConceptBG {
  0%   { clip-path: inset(0 100% 0 0); }
  40%  { clip-path: inset(0 0 0 0); }
  60%  { clip-path: inset(0 0 0 0); }
  100% { clip-path: inset(0 0 0 100%); }
}

@media ( max-width : 1580px ) {
.mv_concept {
  position: absolute;
  top: 0px;      /* ★上下位置 調整 */
  left: 5%;     /* ★左右位置 調整 */
  pointer-events: none;
  z-index: 5;
  padding-left:0px;
}
.mv-concept-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
/* 全体ラッパー（縦積み） */
.mv-concept-inner {
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  gap: 32px;
  /* ここでは横書きベースにしておく */
  writing-mode: horizontal-tb;
}
/* 縦書き CONCEPT 本体だけ writing-mode を縦に */
.mv-concept-en {
  position: relative;
  writing-mode: vertical-rl;
  font-size: 60px;
  letter-spacing: 0;
  font-weight: 300;
  color: var(--accent);
  padding: 6px 10px;
  opacity: 0;
  transition: opacity .4s ease-out 0.9s;
}
.mv-concept-en2 {
  position: relative;
  writing-mode: vertical-rl;
  font-size: 60px;
  letter-spacing: 0;
  font-weight: 300;
  color: var(--accent);
  padding: 6px 0px;
  opacity: 0;
  transition: opacity .4s ease-out 0.9s;
}
.mv-concept-line {
  display: block;
  width: 1px;
  height: 100px;
  background: var(--accent);
  transform-origin: top center;
  transform: scaleY(0);
  margin-left: 30px;
  margin-top:-30px;
}
.mv-concept-ja {
  display: inline-block;
  writing-mode: horizontal-tb; /* ★必ず横書きにする */
  font-size: 14px;
  letter-spacing: 0.25em;
  color: var(--accent);
  opacity: 0;
  transform: rotate(90deg);    /* 右回転 */
  transform-origin: left center;
  margin-top:-120px;
  margin-left:10px;
}
}
@media ( max-width : 1580px ) {
.mv_concept {
  position: absolute;
  top: 0px;      /* ★上下位置 調整 */
  left: 3%;     /* ★左右位置 調整 */
  pointer-events: none;
  z-index: 5;
  padding-left:0px;
}
}
@media ( max-width : 900px ) {
.mv-concept-en {
  font-size: 8vw;
}
.mv-concept-en2 {
  font-size: 5vw;
}
.mv-concept-ja {
  font-size: 2.4vw;
  margin-top:-120px;
  margin-left:-6px;
}

}
/* =========================================================
   左下コピー「レジデンスは／将来の価値で選ぶ時代へ。」
   ゴールド帯 → テキスト → 白背景フェードイン
   ========================================================= */

/* 左下の位置調整 */
.mv_copy {
  position: absolute;
  left: 40px;      /* ★画面左からの距離 調整可 */
  bottom: 40px;    /* ★画面下からの距離 調整可 */
  z-index: 6;      /* 画像より上 */
}

/* ボックス自体は縦積み用のラッパーとして block のまま */
.mv-copy-box {
  display: block;
  padding: 0;
  margin-bottom: 20px;
}

/* 各行：帯＋テキスト（ここを文字依存幅にする） */
.mv-copy-line {
  position: relative;
  display: inline-block;     /* ★ここを inline-block に */
  margin: 2px 0;
  padding: 4px 15px;
  font-size: 52px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: var(--accent);
  overflow: hidden;          /* はみ出した帯を隠す */
  z-index: 1;

  /* 白背景はここで管理（初期は透明） */
  background-color: transparent;
  transition: background-color .3s ease-out;
}
@media ( max-width : 1580px ) {
.mv-copy-line {
  position: relative;
  display: inline-block;     /* ★ここを inline-block に */
  margin: 2px 0;
  padding: 4px 15px;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: var(--accent);
  overflow: hidden;          /* はみ出した帯を隠す */
  z-index: 1;

  /* 白背景はここで管理（初期は透明） */
  background-color: transparent;
  transition: background-color .3s ease-out;
}
}
@media ( max-width : 900px ) {
.mv-copy-line {
  position: relative;
  display: inline-block;     /* ★ここを inline-block に */
  margin: 2px 0;
  padding: 4px 15px;
  font-size: 5.4vw;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: var(--accent);
  overflow: hidden;          /* はみ出した帯を隠す */
  z-index: 1;

  /* 白背景はここで管理（初期は透明） */
  background-color: transparent;
  transition: background-color .3s ease-out;
}
.mv_copy {
  position: absolute;
  left: 20px;      /* ★画面左からの距離 調整可 */
  bottom: 8%;    /* ★画面下からの距離 調整可 */
  z-index: 6;      /* 画像より上 */
}
.mv-copy-box {
  display: block;
  padding: 0;
  margin-bottom: 10px;
}
}
/* テキスト本体：最初は非表示にしておく */
.mv-copy-line span {
  position: relative;
  z-index: 2;
  opacity: 0;                          /* ★初期は見せない */
  transition: opacity .3s ease-out;    /* ★ふわっと出す */
}

/* 疑似要素でゴールド帯を下に敷く */
.mv-copy-line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent);
  z-index: 1;                /* テキストの一段下 */

  /* 右→左に伸びて、また右へ縮んで消える */
  clip-path: inset(0 100% 0 0);   /* 右100% からスタート */
}

/* ===== アニメ開始：mv_frame に is-show が付いたら ===== */

/* 1行目 帯アニメ */
.mv_frame.is-show .mv-copy-line--1::before {
  animation: mvCopyBG 1.4s ease-out 1.8s forwards;
}
/* 2行目 帯アニメ（少し遅らせる） */
.mv_frame.is-show .mv-copy-line--2::before {
  animation: mvCopyBG 1.4s ease-out 2.1s forwards;
}

/* 1行目 テキスト表示：帯が伸びきった頃にふわっと出す */
.mv_frame.is-show .mv-copy-line--1 span {
  opacity: 1;
  transition-delay: 2.4s;  /* 2.8 + (1.4 * 0.4) ≒ 3.4 */
}

/* 2行目 テキスト表示：2行目も少し遅らせる */
.mv_frame.is-show .mv-copy-line--2 span {
  opacity: 1;
  transition-delay: 2.7s;  /* 3.1 + 0.6 ≒ 3.7 */
}

/* ★ 白背景を後追いでフェードインさせる（文字幅ちょうどに） */
.mv_frame.is-show .mv-copy-line--1 {
  background-color: #fff;
  transition-delay: 2.5s;   /* 帯が縮み始めるあたりで */
}
.mv_frame.is-show .mv-copy-line--2 {
  background-color: #fff;
  transition-delay: 2.8s;
}

/* ゴールド帯アニメーション */
@keyframes mvCopyBG {
  0% {
    clip-path: inset(0 100% 0 0);  /* 右端から細く出る */
  }
  40% {
    clip-path: inset(0 0 0 0);     /* 行全体に広がる */
  }
  60% {
    clip-path: inset(0 0 0 0);     /* 一瞬キープ */
  }
  100% {
    clip-path: inset(0 0 0 100%);  /* 右に縮んで消える */
  }
}

/* ==============================
   大見出し
   ============================== */

/* 下線の初期設定 */
.main_title {
  position: relative;
  display: block;          /* ★中央寄せが効くようにする */
  width: fit-content;      /* ★文字幅にフィット */
  margin: 0 auto 40px;     /* ★中央寄せ */
  
  padding-bottom: 14px;
  color: #585253;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  margin-top:-40px;
}

/* 疑似要素でアンダーライン作成 */
.main_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #585253;

  transform: translateX(-50%);
  transition: width 0.7s ease-out 4s;
}

/* 画面に入ったらアニメ開始 */
.main_title.is-visible::after {
  width: 120px;
}

@media ( max-width : 900px ) {
.main_title {
  position: relative;
  display: block;          /* ★中央寄せが効くようにする */
  width: fit-content;      /* ★文字幅にフィット */
  margin: 0 auto 40px;     /* ★中央寄せ */
  
  padding-bottom: 14px;
  color: #585253;
  font-size: 6vw;
  font-weight: 300;
  text-align: center;
  margin-top:-4vw;
}
}







/* ==============================
   キャッチコピー
   ============================== */

.concept-copy {
  position: absolute;
  left: 18%;         /* 画像の左端付近にかかる感じ */
  bottom: 14%;       /* 下から少し上 */
  z-index: 3;
}

.concept-copy__inner {
  position: relative;
  display: inline-block;
  padding: 14px 36px;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: .12em;
  color: #b49b78;     /* お好みで var(--accent) でもOK */
  white-space: nowrap;

  opacity: 0;
  transition: opacity .4s ease-out 1.7s;
}

/* 背景のゴールド帯（横方向） */
.concept-copy__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent);
  z-index: -1;

  clip-path: inset(0 100% 0 0);
  animation: conceptBand 1.4s ease-out 1.2s forwards;
}

/* mv_frame 表示で文字フェードイン */
.mv_frame.is-show .concept-copy__inner {
  opacity: 1;
}

/* SP 調整 */
@media (max-width: 768px) {
  .concept-title {
    left: 5%;
    top: 12%;
  }
  .concept-title__en {
    font-size: 22px;
  }
  .concept-copy {
    left: 10%;
    right: 8%;
    bottom: 10%;
  }
  .concept-copy__inner {
    font-size: 16px;
    padding: 10px 18px;
    white-space: normal;
  }
}

/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
.info {
background-color: #e5e5e5;
padding:5em;
}
@media ( max-width : 768px ){
.info {
background-color: #e5e5e5;
padding:40px;
}
}
.info dl {
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}
.info dt,
.info dd {
display:inline-block;
}

/* アンカー全体を横並び：左＝テキストブロック / 右＝矢印 */
.news-item a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* ← 頭（行頭）を揃える */
  padding: 0.5em 1em;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

/* 左側の dt＋dd を縦並びに */
.news-item a {
  gap: 0; /* dt と dd の間隔は dt/dd の margin で管理 */
}

/* dt と dd（縦方向の自然な流れ） */
.news-item dt,
.news-item dd {
  margin: 0;
  padding: 0;
  display: block;
}
.news-item dt {
  font-size:20px;
}
.news-item dd {
  font-size:20px;
}
@media ( max-width : 768px ){
.news-item dt {
  font-size:2.8vw;
}
.news-item dd {
  font-size:2.8vw;
}
}
.news-item dt {
padding-right:2em;
}
/* text 部分は可変幅で伸縮、複数行あっても OK */
.news-item a > dt,
.news-item a > dd {
  flex: 0 1 auto; 
}


/* 右向き矢印（右端固定） */
.news-item a::after {
  content: '›';
  font-size: 26px;
  color: #000;
  margin-left: auto;
  flex-shrink: 0; /* ← テキスト量に関係なく右端固定 */
  transform: translateY(-6px);
  transition: transform .3s ease;
}

.news-item a:hover::after {
  transform: translate(5px, -6px);
}
/*----------------------------------------------------
  NEXTバナー
----------------------------------------------------*/
/* 全体の帯 */
.next-banner a {
    padding: 20px 0;
    margin-top:-30px;
    padding-left:30px;
    transition:
    padding-left .6s ease,
    opacity .6s ease;
}
.next-banner a:hover {
    padding-left:50px;
}
@media ( max-width : 768px ){
.next-banner a {
    padding: 20px 15px;
    margin-top:-15px;
    transition:
    padding-left .6s ease,
    opacity .6s ease;
}
}
.next-banner a:hover {
  opacity: 0.3;
}

.next-banner {
  background:url("../images/pagenation_bg.jpg");
  background-repeat: repeat-x;
  background-size:cover;

}

.next-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items:flex-end;
  justify-content: space-between;
  text-decoration: none;
  color: #3a3632;
}

/* 左側：POSITION + ポジション */
.next-banner__titles {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.next-banner__main-en {
  font-family: "Times New Roman", "游明朝", YuMincho, serif;
  letter-spacing: 0.25em;
  font-size: 24px;
}

.next-banner__sub-ja {
  font-size: 12px;
  letter-spacing: 0.25em;
}

/* 斜めのスラッシュ */
.next-banner__slash {
  display: inline-block;
  width: 1px;
  height: 50px;
  background: #3a3632;
  transform: rotate(20deg);
  margin: 0 32px;
}

/* NEXT PAGE */
.next-banner__next-en {
  font-family: "Times New Roman", "游明朝", YuMincho, serif;
  letter-spacing: 0.25em;
  font-size: 18px;
  margin-right: auto;             /* 右側の矢印を端に寄せる */
}

/* ＞ の矢印（2本の線で作成） */
.next-banner__arrow {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right:20px;
  transition:
    margin-right .5s ease,
    transform .5s ease,
    opacity .5s ease;  /* ← 必要に応じて */
}
.next-banner a:hover .next-banner__arrow {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right:0px;
  transform: translateX(5px);
}
.next-banner__arrow::before,
.next-banner__arrow::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 24px;
  height: 1px;
  background: #3a3632;
  transform-origin: right center;
}

.next-banner__arrow::before {
  transform: translateY(-50%) rotate(40deg);
}

.next-banner__arrow::after {
  transform: translateY(-50%) rotate(-40deg);
}

/* hover（任意） */
.next-banner__inner:hover {
  opacity: .8;
}

/* SP 調整（ざっくり） */
@media (max-width: 768px) {
  .next-banner__inner {
    padding: 12px 16px;
  }
  .next-banner__main-en {
    font-size: 3vw;
  }
  .next-banner__next-en {
    font-size: 2vw;
  }
  .next-banner__slash {
    height: 40px;
    margin: 0 16px;
  }
}


/* < の矢印（2本の線で作成） */
.previous-banner__arrow {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right:20px;
  transition:
    margin-right .5s ease,
    transform .5s ease,
    opacity .5s ease;  /* ← 必要に応じて */
}
.previous-banner a:hover .previous-banner__arrow {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right:0px;
  transform: translateX(5px);
}
.previous-banner__arrow::before,
.previous-banner__arrow::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 24px;
  height: 1px;
  background: #3a3632;
  transform-origin: right center;
}

.previous-banner__arrow::before {
  transform: translateY(-50%) rotate(-40deg);
}

.previous-banner__arrow::after {
  transform: translateY(-50%) rotate(40deg);
}

/* hover（任意） */
.previous-banner__inner:hover {
  opacity: .8;
}

/* SP 調整（ざっくり） */
@media (max-width: 768px) {
  .previous-banner__inner {
    padding: 12px 16px;
  }
  .previous-banner__main-en {
    font-size: 3vw;
  }
  .previous-banner__next-en {
    font-size: 2vw;
  }
  .previous-banner__slash {
    height: 40px;
    margin: 0 16px;
  }
}

/*----------------------------------------------------
  ラージバナー
----------------------------------------------------*/

.large_banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom:40px;
}
@media (max-width: 980px) {
.large_banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom:20px;
}
}
.lb_img {
  width: 53%;
}

.lb_text {
  width: 43%;
}

.lb_img .lb_img_main {

}
.lb_img .lb_img_main img {

width: 100%;
}
/* ▼ 写真＋背景セットのベースコンテナ */
.lb_img_inner {
  position: relative;
  display: inline-block;  /* 中身のサイズにフィット */
}

/* ▼ ベージュ背景（カーテン） */
.lb_img_bg {
  position: absolute;
  /* top right bottom left */
  inset: 0 0 100px 0;

  background-color: #e3e0dc;

  /* 左 → 右にシャッと展開 */
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.4s ease-out;
}

/* .lb_img_inner が画面に入ったら背景展開 */
.lb_img_inner.is-show .lb_img_bg {
  transform: scaleX(1);
}

/* ▼ 写真側：パディングで右下に 60px ずらす（絶対配置は使わない） */
.large_banner_wrap .inner > :nth-child(odd of .large_banner) .lb_img_main {
  position: relative;
  z-index: 1;
  padding: 60px 0 0 60px;
}
.large_banner_wrap .inner > :nth-child(even of .large_banner) .lb_img_main {
  position: relative;
  z-index: 1;
  padding: 60px 60px 0 0;
}
@media (max-width: 980px) {
.lb_img_main {
  position: relative;
  z-index: 1;
  padding: 40px 0 0 40px;
}
}
/* 画像のアニメ前状態 */
.lb_img_main img {
  display: block;
  opacity: 0;
  transform: translateX(-20px);  /* 少し左からスライドイン */
  transition:
    opacity 0.8s ease-out 0.3s,
    transform 0.8s ease-out 0.3s;
}

/* .lb_img_inner に is-show が付いたら写真フェード＋スライドイン */
.lb_img_inner.is-show .lb_img_main img {
  opacity: 1;
  transform: translateX(0);
}
/* ==========================================================
   1) 05 ＋ 斜めライン
   ========================================================== */
.plans-num-wrap {
  position: relative;
  display: inline-block;
  align-self: flex-start;
}
.plans-num {
  position: relative;
  display: inline-block;
  font-size: 150px;
  line-height: 1;
  letter-spacing: .05em;
  color: var(--accent);
  opacity: 0;
  transform: translateY(10px);
  z-index: 2;
  font-family: "Kaisei Decol","Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN","小塚明朝 Pro","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, serif;
  font-weight: 500;
}

.plans-num-wrap::before {
  content: "";
  position: absolute;
  top: 50px;
  right: 10px;
  width: 380px;
  height: 380px;
  background: #fff;
  border-top: 1px solid var(--accent);
  box-sizing: border-box;

  /* ▼ ここから追加／変更 */
  transform-origin: right top;
  transform: rotate(-60deg) scaleX(0.01); /* 完全0だとチラつきやすいので 0.01 に */
  opacity: 0;                              /* 最初は透明にしておく */
  z-index: 3;
}
@media (max-width: 768px) {
.plans-num-wrap::before {
  content: "";
  position: absolute;
  top: 50px;
  right: 10px;
  width: 300px;
  height: 300px;
  background: #fff;
  border-top: 1px solid var(--accent);
  box-sizing: border-box;

  /* ▼ ここから追加／変更 */
  transform-origin: right top;
  transform: rotate(-60deg) scaleX(0.01); /* 完全0だとチラつきやすいので 0.01 に */
  opacity: 0;                              /* 最初は透明にしておく */
  z-index: 3;
}
}
/* 02・04・06 用：斜めラインを少し短くする */
.plans-num-wrap--short::before {
top: 0px;
right: -50px;
width: 260px;  /* お好みで調整 */
height: 220px; /* お好みで調整 */
}
@media (max-width: 980px) {
.plans-num-wrap--short::before {
top: 0px;
right: -30px;
width: 260px;  /* お好みで調整 */
height: 220px; /* お好みで調整 */
}
}
@keyframes diagLine {
  0% {
    opacity: 0;
    transform: rotate(-60deg) scaleX(0.01); /* ほぼゼロ＋透明 */
  }
  15% {
    opacity: 0;                             /* この間はまだ見えない */
    transform: rotate(-60deg) scaleX(0.05);
  }
  100% {
    opacity: 1;
    transform: rotate(-60deg) scaleX(1);    /* 最終形：今までと同じ */
  }
}
@keyframes numFade {
  0%   { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}
.plans-num-wrap.is-show::before {
  animation: diagLine 1.0s ease-out forwards;
  animation-delay: 1.0s;
}
.plans-num-wrap.is-show .plans-num {
  animation: numFade .8s ease-out forwards;
  animation-delay: 1.6s;
}

/* ラージバナー：テキスト側を右寄せしてスライドイン */
.lb_text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;  /* ★右端に揃える */
  position: relative;
}
.lb_text_body h6 {
font-weight: 300;
color: var(--accent);
}
/* ラージバナー：テキスト本体（初期状態：常に非表示） */
.large_banner_wrap .inner > :nth-child(odd of .large_banner) .lb_text_body {
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 10;
  text-align: right;
  opacity: 0;
  transform: translateX(-30px);
  font-size:18px;
  line-height: 2;
}
.large_banner_wrap .inner > :nth-child(even of .large_banner) .lb_text_body {
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 10;
  text-align: left;
  opacity: 0;
  transform: translateX(-30px);
  font-size:18px;
  line-height: 2;
}
@media (max-width: 980px) {
  .large_banner_wrap .inner > :nth-child(odd of .large_banner) .lb_text_body{
    position: absolute;
    bottom:auto;
    top:0px;
    right: 0;
    z-index: 10;
    text-align: right;
    opacity: 0;
    transform: translateX(-30px);
    line-height: 2;
    padding-top: 2em;
    font-size:3vw;
  }
  .large_banner_wrap .inner > :nth-child(even of .large_banner) .lb_text_body{
    position: absolute;
    bottom:auto;
    top:0px;
    left: 0;
    z-index: 10;
    text-align: left;
    opacity: 0;
    transform: translateX(-30px);
    line-height: 2;
    padding-top: 10vw;
    font-size:3vw;
  }
}
@media ( max-width : 1000px ){
.lb_text_body {
  font-size:12px;
  line-height: 1.6;
  padding-top:6em;
}
}

@media ( max-width : 1000px ){
.lb_text_body {
  font-size:3vw;
  line-height: 2;
  padding-top:0em;
}
}
@media (max-width: 980px) {

  /* ▼ 全体を縦並びに */
  .large_banner {
    display: flex;
    flex-direction: column;
  }

  /* ▼ 通常は lb_img → lb_text の順（01,03,05,07） */
  .large_banner .lb_img {
    order: 1;
    width: 100%;
  }
  .large_banner .lb_text {
    order: 2;
    width: 100%;
    height: auto;
    padding-top: 50px;
  }

  /* ▼ 02・04・06だけ順番反転（lb_text → lb_img） */
  .large_banner:nth-of-type(2) .lb_img,
  .large_banner:nth-of-type(4) .lb_img,
  .large_banner:nth-of-type(6) .lb_img {
    order: 2;
  }

  .large_banner:nth-of-type(2) .lb_text,
  .large_banner:nth-of-type(4) .lb_text,
  .large_banner:nth-of-type(6) .lb_text {
    order: 1;
  }
}

@media ( max-width : 980px ){
.large_banner .lb_img {
  width: 100%;
}
.large_banner .lb_text {
  width: 100%;
  height:36vw;
  padding-top:0px;
}
.plans-num {
  position: relative;
  display: inline-block;
  font-size: 26vw;
  line-height: 1;
  letter-spacing: .05em;
  color: var(--accent);
  opacity: 0;
  transform: translateY(10px);
  z-index: 2;
  font-family: "Kaisei Decol","Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN","小塚明朝 Pro","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, serif;
  font-weight: 500;
}
.large_banner:nth-child(3) .lb_text{
  background-color: #ccc;
}
}



/* 画面に入ったときだけ 1 回分アニメーションを再生 */
.lb_text_body.is-show {
  /* ここでアニメーション名・時間・イージング・ディレイを指定 */
  animation: lbTextIn 0.4s ease-out 0.6s forwards;
}

/* テキストのスライドイン＋フェードイン */
@keyframes lbTextIn {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* -------------------------------------------------
   h6：右矢印 ＋ 右→左アンダーライン
------------------------------------------------- */
.h6-arrow {
  position: relative;
  display: inline-block;
  padding-right: 28px;   /* 矢印ぶんの余白 */
  padding-bottom: 6px;   /* アンダーラインとの距離 */

  /* ▼ 下線を background で描画（右→左に伸びる） */
  background-image: linear-gradient(
    to left,
    var(--accent, #c3a681) 0 100%
  );
  background-repeat: no-repeat;
  background-position: right bottom; /* 右端スタート */
  background-size: 0 2px;           /* 初期は「幅0」＝見えない */
  transition: background-size 0.6s ease-out;
  margin-bottom:1em;
}
@media (max-width: 980px) {

}
/* ▼ js が .is-show を付けたときに右→左へスーッと伸びる */
.h6-arrow.is-show {
  background-size: 100% 1px;
}

/* ▼ 横棒（矢印の軸） */
.h6-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 18px;
  height: 2px;
  background: var(--accent, #c3a681);
  transform: translateY(-50%);
}

/* ▼ 先端（ ↘ の形） */
.h6-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--accent, #c3a681);
  border-right: 2px solid var(--accent, #c3a681);
  transform: translateY(-50%) rotate(45deg);
}
/* ▼ 画像ブロック自体を基準にする */
.lb_img {
  position: relative;
}

/* ▼ タイトルコンテナ：写真の左上に少しはみ出して配置 */
.lb_img_title{
  position: absolute;
  top: 40px;
  left: 20px;
  right: auto;     /* ←保険 */
  z-index: 10;
  overflow: visible;
}

/* 偶数：右へ */
.large_banner_wrap .inner > :nth-child(even of .large_banner) .lb_img_title{
  left: auto;      /* ←これが必須 */
  right: 20px;
  text-align: right;
}


/* =========================
   背景パネル（h5側で制御）
========================= */
.lb_img_title .lb-img-title{
  position: relative;
  display: inline-block;
  padding: 8px 18px;
}

.large_banner_wrap .inner > :nth-child(odd of .large_banner) .lb_img_title .lb-img-title::before,
.large_banner_wrap .inner > :nth-child(even of .large_banner) .lb_img_title .lb-img-title::before{
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left center;      /* 基本：左→右 */
  transition: transform 0.6s ease-out;
}

/* 偶数だけ右→左に伸ばしたい場合（任意） */
.large_banner_wrap .inner > :nth-child(even of .large_banner) .lb_img_title .lb-img-title::before{
  transform-origin: right center;
}

/* is-show で伸ばす（is-show が lb_img_title に付く前提） */
.large_banner_wrap .inner > :nth-child(odd of .large_banner) .lb_img_title.is-show .lb-img-title::before,
.large_banner_wrap .inner > :nth-child(even of .large_banner) .lb_img_title.is-show .lb-img-title::before{
  transform: scaleX(1);
}

/* ▼ 実際の h5 テキスト（縦書き＋右からスライドイン） */
.lb-img-title {
  position: relative;
  margin: 0;
  padding: 10px 10px;
  writing-mode: vertical-rl;
  
  text-align: start;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-weight: 300;
  color: #fff;                  /* 文字色：背景に合わせて調整 */
  opacity: 0;
  transform: translateX(20px);     /* 右から入ってくる感じ */
  transition:
    opacity 0.4s ease-out 0.6s,    /* 背景パネルが出た後に再生 */
    transform 0.4s ease-out 0.6s;
}
@media (max-width: 980px) {
.lb-img-title {
  position: relative;
  margin: 0;
  padding: 10px 10px;
  writing-mode: vertical-rl;
  text-align: start;
  font-variant-numeric: proportional-nums;
  font-feature-settings: "pnum" 1;
  letter-spacing: 0;
  font-variant-numeric: proportional-nums; 
  font-size: 3.4vw;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-weight: 300;
  color: #fff;                  /* 文字色：背景に合わせて調整 */
  opacity: 0;
  transform: translateX(20px);     /* 右から入ってくる感じ */
  transition:
    opacity 0.4s ease-out 0.6s,    /* 背景パネルが出た後に再生 */
    transform 0.4s ease-out 0.6s;
}
}
/* 親 .lb_img_title に is-show が付いたとき */
.lb_img_title.is-show .lb-img-title {
  opacity: 1;
  transform: translateX(0);
}

/* ==========================================
   POSITION ラベル（写真左下＋帯アニメ）
   ========================================== */

.lb_img {
  position: relative;
}

/* ▼ ラベル位置（動かない） */
.lb_img_label {
  position: absolute;
  left: 20px;   /* 調整可 */
  bottom: -50px;  /* 調整可 */
  z-index: 15;
  overflow: visible;
}
.large_banner_wrap .inner > :nth-child(even of .large_banner) .lb_img_label {
  position: absolute;
left: auto;
  right: 20px;   /* 調整可 */
  bottom: -50px;  /* 調整可 */
  z-index: 15;
  overflow: visible;
}

/* ▼ 文字：位置は固定。動かさない。 */
.lb-img-label {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  font-size: 72px;
  letter-spacing: .01em;
  font-weight: 300;
  color: var(--accent);
  opacity: 0;         /* 最初は隠す */
  transform: none;    /* ★位置を絶対に動かさない */
  transition: opacity 0.4s ease-out 0s;
}
@media (max-width: 980px) {
.lb_img_label {
  left: 8px;
  bottom: -40px;
  z-index: 15;
  overflow: visible;
}
.lb-img-label {
  font-size: 10vw;
}
}

/* ▼ 背景帯 */
.lb-img-label::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent);
  z-index: -1;

  clip-path: inset(0 100% 0 0); /* 右100% → 左0% の順で出る */
}

.lb_img_label.is-show .lb-img-label::before {
  /* ★ 1.2s → 1.8s にして、全体をゆったりさせる */
  animation: labelBG 1.8s ease-in-out 0s forwards;
}
/* ▼ h5 の直後に表示（h5 が約 3.6s → POSITION は 3.8s くらい） */
.lb_img_label.is-show .lb-img-label {
  opacity: 1;
  transition-delay: 0.4s;  /* ★ここで timing 調整 */
}

/* ▼ 背景帯のアニメ */
@keyframes labelBG {
  /* 0：右100%カット＝幅ゼロ */
  0% {
    clip-path: inset(0 100% 0 0);
  }

  /* 〜40%：右側のカットを減らしていき、右端まで伸びる */
  40% {
    clip-path: inset(0 0 0 0);   /* 全面表示（MAX） */
  }

  /* 40〜65%：いったんそのままキープして「伸びきった」状態を見せる */
  65% {
    clip-path: inset(0 0 0 0);
  }

  /* 65〜100%：今度は左側を少しずつカットして、右へ縮んで消える */
  100% {
    clip-path: inset(0 0 0 100%);
  }
}

/* ================================
   V：右上配置・ぼかし→シャープ
   拡大120% → 100%
================================ */

.lb_img_v {
  position: absolute;
  right: 10px;       /* ★写真の右上に配置 */
  top: -20px;         /* 位置は調整可 */
  z-index: 20;       /* 写真より前面 */
  pointer-events: none;
}

/* 初期状態：ぼけ気味＋拡大＋薄い */
.lb-img-v {
font-size: 340px;
line-height: 1;
font-weight: 300;
color: #fff;
opacity: 0.0;
filter: blur(6px);
transform: scale(1.20);
font-family: "Sorts Mill Goudy", serif;
transition:
opacity 0.9s ease-out 0.6s,
transform 0.9s ease-out 0.6s,
filter 0.9s ease-out 0.6s;
}
@media (max-width: 980px) {
.lb-img-v {
font-size: 30vw;
}
.lb_img_v {
  position: absolute;
  right: 10px;       /* ★写真の右上に配置 */
  top: -0px;         /* 位置は調整可 */
  z-index: 20;       /* 写真より前面 */
  pointer-events: none;
}
}
/* 表示時：シャープ・100%サイズ・濃く表示 */
.lb_img_v.is-show .lb-img-v {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1.0);
}

/* ======================================================
   セクション間：縦ライン＋丸（ステップ演出）
   ====================================================== */

.section-divider {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0 0px 0;
  position: relative;
  margin-bottom:-40px;
  z-index: 10;
}
@media (max-width: 980px) {
.section-divider {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0 0px 0;
  position: relative;
  margin-bottom:-30px;
  z-index: 10;
}
}
/* ▼ 縦ライン（上→下へ伸びる） */
.section-divider__line {
  width: 1px;
  height: 160px;
  background: var(--accent);
  transform-origin: top center;
  transform: scaleY(0);
  opacity: 0;
  /* ★ここで 1秒ディレイ付きで定義 */
  transition:
    transform 0.8s ease-out 1.5s,   /* 1秒待ってから0.8秒で伸びる */
    opacity 0.3s ease-out 1.5s;    /* 1秒待ってからフェードイン */
}

/* 画面に入ったときの状態 */
.section-divider__line.is-visible {
  transform: scaleY(1);
  opacity: 1;
}

@media (max-width: 980px) {
  .section-divider__line {
    height: 60px;
  }
}


/* ▼ 丸（ライン中央に固定） */
.section-divider__dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);

  left: 50%;
  top: calc(50% - 7px); /* 高さの半分で中央配置 */

  transform: translateX(-50%) scale(0.3);
  opacity: 0;
  transition:
    opacity .6s ease-out .5s,
    transform .6s ease-out .5s;
}

/* ▼ アニメ発火（既存 .js-inview → .is-show） */
.section-divider.is-show .section-divider__line {
  transform: scaleY(1);
  opacity: 1;
}
.section-divider.is-show .section-divider__dot {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}




/* セクション全体の背景色（例：ページ地の白） */
.section-concept {
  background: #fff;   /* グレーと差が出る色に */
}

/* グレー背景を持つ箱 */
.concept_box1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 40px 40px 40px;  /* ★下のpaddingは一旦ナシでOK */
  overflow: visible;        /* はみ出しを見せる */
  background: transparent;  /* ★ここでグレーを消す */
}

/* 左から伸びる用のレイヤー ─ 高さだけ 60px 短くする */
.concept_box1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 60px;            /* ← グレーを 60px 短くする肝 */
  background: #e5e5e5;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 1s ease-out;
  z-index: 0;
}

/* 中身を前に出す */
.concept_box1_1 {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity .7s ease-out,
    transform .7s ease-out;
}

/* 画像ブロックだけ 60px 下へ飛び出させる */
.concept_box1_2 {
  width: 80%;
  margin-bottom: -60px;   /* ★これでグレーの外へ 60px はみ出す */
}

/* ===== .is-show が付いたときのアニメ ===== */
.concept_box1.is-show::before {
  transform: scaleX(1);
}
.concept_box1.is-show .concept_box1_1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.concept_box1.is-show .concept_box1_2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.0s;
}

/* 画像やその他レイアウト用は今まで通りでOK */
.concept_box1_3 {
  display: flex;
  justify-content: space-between;
}
.concept_box1_1_2 {
position: relative;
}
.concept_box1_3 img,
.concept_box1_2 img,
.concept_box1_1 img,
.concept_box1_4 img {
  width: 100%;
  height: auto;
}
.concept_box1_1_1 img { max-width: 100px; }
.concept_box1_1_2 img { max-width: 240px; margin-top: 40px; position: relative;}
.concept_box1_5 p { font-size: 18px; line-height: 2; }
.concept_box1_5a { padding: 120px 60px 0; }
.concept_box1_5b { padding: 120px 60px 0; }
.concept_box1_4 {
width:30%;
}
.concept_box1_5 {
width:70%;
}
.concept_box1_1:nth-child(2) .concept_box1_1_1,
.concept_box1_1:nth-child(4) .concept_box1_1_1,
.concept_box1_1:nth-child(6) .concept_box1_1_1 {
text-align: right;
}
.concept_box1_1:nth-child(1) .concept_box1_1_2,
.concept_box1_1:nth-child(3) .concept_box1_1_2,
.concept_box1_1:nth-child(5) .concept_box1_1_2{
padding-right:40px;
}
.concept_box1_1:nth-child(2) .concept_box1_1_2 img,
.concept_box1_1:nth-child(4) .concept_box1_1_2 img,
.concept_box1_1:nth-child(6) .concept_box1_1_2 img {
  position: relative;
  left: -100px;   /* ← 左に寄せる量（調整可） */
  z-index: 3;     /* ← 下の画像より上に重ねる */
}

/*----------------------------------------------------
	コンセプトボックスSP版
----------------------------------------------------*/
@media ( max-width : 768px ){
.concept_box1_1:nth-child(1) .concept_box1_1_2,
.concept_box1_1:nth-child(3) .concept_box1_1_2,
.concept_box1_1:nth-child(5) .concept_box1_1_2{
padding-right:0px;
}
.concept_box1_1 {
width: 100%;
margin-right:0%;
}
.concept_box1_1:nth-child(2) .concept_box1_1_1,
.concept_box1_1:nth-child(4) .concept_box1_1_1,
.concept_box1_1:nth-child(6) .concept_box1_1_1 {
width: 70%;
margin-left:15px;
margin-right:0%;
padding-right:4%;
}
.concept_box1_1_1 {
width: 70%;
margin-right:4%;
}
.concept_box1_1_2 {
width: 200%;
}
.concept_box1_2 {
  width: 400%;
  margin-bottom: -60px;   /* ★これでグレーの外へ 60px はみ出す */
}
.concept_box1a {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px 0px 30px 30px;
  overflow: visible;
  background: transparent;
}

.concept_box1b {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 30px 0px;
  overflow: visible;
  background: transparent;
}

.concept_box1_5a {
  padding: 3.5em 0 0 2em;
}

.concept_box1_5b {
  padding: 3.5em 2em 0 0;
}
.concept_box1_5 p {
  font-size: 2.4vw;
  line-height: 1.6;
}
}
/*----------------------------------------------------
	ポジション
----------------------------------------------------*/
.mega_catch4 {
  position: relative;
  display: inline-block;
  padding-bottom: 14px; /* テキストと線の距離 */
}

/* ベース：ディレイなし */
.mega_catch4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--accent);
  transform: translateX(-50%);
  opacity: 0;
  transition:
    width 0.8s ease-out,
    opacity 0.4s ease-out;
  transition-delay: 0s;  /* ← 戻るときはディレイなし */
}

/* 画面に入ったとき：ここでディレイを付ける */
.mega_catch4.js-border-text.is-visible::after {
  width: 150px;       /* ラインの最終幅 */
  opacity: 1;
  transition-delay: 1s;  /* ★ 1秒ディレイ */
}
@media ( max-width : 768px ){
.mega_catch4.js-border-text.is-visible::after {
  width: 80px;       /* ラインの最終幅 */
  opacity: 1;
  transition-delay: 1s;  /* ★ 1秒ディレイ */
}
}
/*----------------------------------------------------
	ポジション見出し
----------------------------------------------------*/

/* ===== レイアウト ===== */
.point-center {
  text-align: center;
}

.point-block {
  display: inline-flex;
  align-items: flex-end;
  gap: 32px;
  margin: 60px auto;
  justify-content: center;
  width: fit-content;
  color: #575152;
}

.point-left {
  text-align: center;
}
.point-right {
  transform: translateY(-20px);
}
.point-en {
  font-family: "Kaisei Decol","Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN","小塚明朝 Pro","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, serif;
  letter-spacing: 0.35em;
  font-size: 40px;
}

.point-ja {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN","小塚明朝 Pro","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, serif;
  font-size: 24px;
  margin-top: 6px;
}
@media ( max-width : 768px ){
.point-en {
  font-size: 4vw;
}

.point-ja {
  font-size: 3vw;
  margin-top: 6px;
}
}
/* ===== 「若葉」駅へ徒歩3分：中央から左右に伸びるライン ===== */
.point-line {
  position: relative;
  margin: 14px auto 0;
  width: 160px;
  height: 1px;
  overflow: hidden;
}

.point-line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: #333;
  transform: translateX(-50%);
  transition: width 0.8s ease;
}

/* 既存JS（.js-border-line）と連動 */
.point-line.js-border-line.is-visible::before {
  width: 100%;
}

/* ===== 01ブロック（既存 plans-num-wrap と同一構造） ===== */
.point-num-wrap {
  position: relative;
  display: inline-block;
  align-self: flex-start;
}

.point-num {
  position: relative;
  display: inline-block;
  font-size: 90px;
  line-height: 1;
  letter-spacing: .05em;
  opacity: 0;
  transform: translateY(10px);
  z-index: 2;
  font-family: "Kaisei Decol","Noto Serif JP","游明朝",YuMincho,"Hiragino Mincho ProN","小塚明朝 Pro",serif;
  font-weight: 500;
}
@media ( max-width : 768px ){
.point-num {
  font-size: 12vw;
}
}
/* 斜めライン＋マスク（plans-num-wrap::before 同等） */
.point-num-wrap::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  width: 120px;
  height: 140px;
  background: #f7f6ee;   /* セクション背景色に合わせる */
  border-top: 1px solid #333;
  box-sizing: border-box;

  transform-origin: right top;
  transform: rotate(-60deg) scaleX(0.01);
  opacity: 0;
  z-index: 3;
}

/* ===== アニメーション ===== */
@keyframes pointDiagLine {
  0% {
    opacity: 0;
    transform: rotate(-60deg) scaleX(0.01);
  }
  15% {
    opacity: 0;
    transform: rotate(-60deg) scaleX(0.05);
  }
  100% {
    opacity: 1;
    transform: rotate(-60deg) scaleX(1);
  }
}

@keyframes pointNumFade {
  0%   { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* ===== 表示トリガー（既存JSの is-show で発火） ===== */
.point-num-wrap.is-show::before {
  animation: pointDiagLine 1.0s ease-out forwards;
  animation-delay: .6s;
}

.point-num-wrap.is-show .point-num {
  animation: pointNumFade .8s ease-out forwards;
  animation-delay: 1.4s;
}





/*----------------------------------------------------
	光るボタン
----------------------------------------------------*/

.button {
	background: #ebf4fa;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	padding: 20px;
	position: relative;
	text-decoration: none;
}
.button::after {
	animation: 4s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 100%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	width: 50%;
}
@keyframes shine {
	20% {
		left: 150%;
	}
	100% {
		left: 150%;
	}
}


/*----------------------------------------------------
	トップ　コンセプト
----------------------------------------------------*/
@media ( max-width : 768px ){
.time_value {
padding-left:10%;
padding-right:10%;
}
}
.top_concept {
background-color:#f7f6ee;
}
.s_bg_ecru {
background-color:#f7f6ee;
}
.s_bg_ecru2 {
background-color:#fcfcf8;
}
h3.tate {
writing-mode: vertical-rl;
font-size:38px;
color:#b49b78;
font-weight:300;
margin: 0 auto;
line-height:2;
}
.tcy {
  writing-mode: horizontal-tb;
  display: inline-block;
}
h3.yoko {
writing-mode: horizontal-tb;
font-size:36px;
color:#b49b78;
font-weight:300;
margin: 0 auto;
text-align: center;
line-height:1.8;
}
@media ( max-width : 768px ){
.top_concept h3 {
font-size:5vw;
}
h3.yoko {
font-size:4vw;
text-align: center;
}
h3.tate {
font-size:5vw;
}
}
.top_concept .inner {
  display: flex;
  justify-content: center; /* 左右中央 */
  align-items: center;      /* 上下中央 */
}
.s_bg_ecru .inner {
  display: flex;
  justify-content: center; /* 左右中央 */
  align-items: center;      /* 上下中央 */
}
.s_bg_ecru2 .inner {
  display: flex;
  justify-content: center; /* 左右中央 */
  align-items: center;      /* 上下中央 */
}
.mega_catch1 {
font-size:60px;
color:#b49b78;
font-weight:300;
text-align: center;
width:100%;
display:block;
font-family: "Sorts Mill Goudy", serif;
}
.mega_catch2 {
font-size:120px;
color:#b49b78;
font-weight:300;
text-align: center;
width:100%;
display:block;
font-family: "Sorts Mill Goudy", serif;
}
@media ( max-width : 768px ){
.mega_catch2 {
font-size:20vw;
color:#b49b78;
font-weight:300;
text-align: center;
width:100%;
display:block;
font-family: "Sorts Mill Goudy", serif;
}
}
p.mega_catch {
font-size:18px;
line-height: 2.4;
font-feature-settings: "palt";
letter-spacing: 0.05em;
}
@media ( max-width : 768px ){
p.mega_catch {
font-size:2.8vw;
}
}
.mega_catch3 {
font-size:60px;
color:#b49b78;
font-weight:300;
text-align: center;
width:100%;
display:block;
}
.mega_catch4 {
font-size:30px;
color:#b49b78;
font-weight:300;
text-align: center;
width:100%;
display:block;
}
@media ( max-width : 768px ){
.mega_catch3 {
font-size:5vw;
}
.mega_catch4 {
font-size:4vw;
}
}
.tate-wrapper {
  display: flex;
  justify-content: center;  /* 横方向 */
  align-items:flex-start;      /* 縦方向 */
  height: 100%;             /* 必要に応じて固定値も可（例：300px） */
}

h3.tate span.tcy {
  text-combine-upright: all;
  display: inline-block;
  font-size: 0.9em;
  margin-inline: -0.5em;
  line-height: 1;
}

@media ( max-width : 768px ){
h3.tate {
  font-size:5vw !important;
}
}

/* ==========================================================
   2) VIEW MORE ボタン
      ・枠線：4本の線要素で描画＆アニメ
      ・ホバー背景：::after
   ========================================================== */

/* 共通ボタン（何個でも設置OK／幅は%で制御） */
.c-btn {
  position: relative;
  display: block;
  width: 50%;                 /* ★ここを%で調整 */
  max-width: 480px;
  margin: 30px auto 60px;
  padding: 18px 0;
  color: var(--accent);
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: .18em;
  overflow: hidden;
  z-index: 50;
}
@media ( max-width : 768px ) {
  .c-btn {
    position: relative;
    display: block;
    width: 80%;                 /* ★ここを%で調整 */
    max-width: 480px;
    margin: 15px auto 30px;
    padding: 12px 0;
    font-size: 4vw;
    letter-spacing: .18em;
    overflow: hidden;
  }
}

/* ホバー用背景（左→右に伸びる） */
.c-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform .4s ease;
  z-index: 0;
}
.c-btn:hover::after {
  transform: scaleX(1);
}

/* テキスト＆三角（上に載せる）
   ※ 基本はディレイなし（フェードアウト用） */
.c-btn__label,
.c-btn__triangle {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity .4s ease 0s, color .3s ease;
}

/* 右下三角：枠から2px内側 */
.c-btn__triangle {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 14px;
  height: 14px;
}
.c-btn__triangle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent var(--accent) transparent;
  transition: border-color .3s ease;
}

/* 枠線用4本のライン（CSSのみ） */
.c-btn__line {
  position: absolute;
  background: var(--accent);
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .4s ease;
  pointer-events: none;
}

/* 上・右・下・左 それぞれ配置＆向き */
.c-btn__line--t {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: left center;
}
.c-btn__line--r {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  transform-origin: top center;
  transform: scaleY(0);
}
.c-btn__line--b {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: right center;
}
.c-btn__line--l {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  transform-origin: bottom center;
  transform: scaleY(0);
}

/* is-show で順番に枠線 → テキスト・三角 */
.c-btn.is-show .c-btn__line--t {
  transform: scaleX(1);
  transition-delay: .2s;
}
.c-btn.is-show .c-btn__line--r {
  transform: scaleY(1);
  transition-delay: 0.6s;
}
.c-btn.is-show .c-btn__line--b {
  transform: scaleX(1);
  transition-delay: 0.9s;
}
.c-btn.is-show .c-btn__line--l {
  transform: scaleY(1);
  transition-delay: 1.2s;
}

/* テキストと三角は「入るときだけ」ディレイを付ける */
.c-btn.is-show .c-btn__label,
.c-btn.is-show .c-btn__triangle {
  opacity: 1;
  /* opacity にだけ 3s の遅延（color は 0s のまま） */
  transition-delay: 1s, 0s;
}

/* ホバー時：文字＆三角を白に */
.c-btn:hover .c-btn__label {
  color: #fff;
}
.c-btn:hover .c-btn__triangle::before {
  border-color: transparent transparent #fff transparent;
}
/*----------------------------------------------------
	括弧見出し
----------------------------------------------------*/
:root {
  --bracket-color: #5e5959;
  --bracket-offset-x: 6px; /* 右方向のずれ量 */
  --bracket-offset-y: 6px; /* 上方向のずれ量 */
}
p.catch-bracket__text {
font-size:36px;
line-height: 1.8;
}

.catch-bracket-wrap {
  width: 100%;
  text-align: center;    /* 子の inline-block を中央に */
}
/* 見出し全体 */
.catch-bracket {
  position: relative;       /* ← これ重要 */
  display: inline-block;
  padding: 40px 80px;
  text-align: center;
  margin:0 auto;
  width: auto;
}
@media ( max-width : 768px ) {
p.catch-bracket__text {
font-size:4vw;
line-height: 1.8;
}
.catch-bracket {
  padding: 20px 40px;
}
}
/* コーナー本体 */
.catch-bracket__corner {
  position: absolute;
  width: 80px;
  height: 48px;
  opacity: 0;
  transform: translate(0,0);
  transition: opacity .5s ease-out, transform 1.4s ease-out;
}

/* 最終位置 */
.catch-bracket__corner--tl { top: 0; left: 0; }
.catch-bracket__corner--br { bottom: 0; right: 0; }

/* 画面外のときは中央寄りからスタート */
.catch-bracket:not(.is-visible) .catch-bracket__corner--tl {
  transform: translate(120px,120px);
}
.catch-bracket:not(.is-visible) .catch-bracket__corner--br {
  transform: translate(-120px,-120px);
}

/* L字2本を疑似要素で描画 */
.catch-bracket__corner::before,
.catch-bracket__corner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-color: var(--bracket-color);
  border-style: solid;
  transform: scale(0);
  transition: transform 1.0s ease-out;
}

/* 左上：上＋左 */
.catch-bracket__corner--tl::before,
.catch-bracket__corner--tl::after {
  border-width: 1px 0 0 1px;
  transform-origin: 0 0;
}
.catch-bracket__corner--tl::before {
  top: 0;
  left: 0;
}
.catch-bracket__corner--tl::after {
  top: calc(0px - var(--bracket-offset-y));
  left: var(--bracket-offset-x);
  transition-delay: .08s;
}

/* 右下：下＋右（二重括弧） */
.catch-bracket__corner--br::before,
.catch-bracket__corner--br::after {
  border-width: 0 1px 1px 0;
  transform-origin: 100% 100%;
}

/* 1本目：基準位置（そのままでOK） */
.catch-bracket__corner--br::before {
  bottom: 0;
  right: 0;
}

/* 2本目：右上に少しだけずらして重ねる */
.catch-bracket__corner--br::after {
  bottom: calc(0px - var(--bracket-offset-y));  /* 少し上へ */
  right:  calc(0px + var(--bracket-offset-x));  /* 少し右へ（外側） */
  transition-delay: .08s;
}

/* 表示状態になったときに描画 */
.catch-bracket.is-visible .catch-bracket__corner {
  opacity: 1;
  transform: translate(0,0);
}
.catch-bracket.is-visible .catch-bracket__corner::before,
.catch-bracket.is-visible .catch-bracket__corner::after {
  transform: scale(1);
}
/* ===============================
   写真カーテン表示：共通部品
   =============================== */
/* コンテナ本体：背景は透明にする（重要） */
.mv-block {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;          /* 上下にはみ出さない */
  background: transparent;   /* ← 背景伸びを見せるため透明に */
  padding: 0;
}

/* 背景の伸びアニメ用レイヤー */
.mv-block__bg {
  position: absolute;
  inset: 0;
  background: #e5e5e5;
  transform-origin: left center;
  transform: scaleX(0);                 /* 初期は細い線 */
  transition: transform .6s ease-out;
  z-index: 0;
}
.mv-block__bg2 {
  position: absolute;
  inset: 0;
  background: #ffffff;
  transform-origin: left center;
  transform: scaleX(0);                 /* 初期は細い線 */
  transition: transform .6s ease-out;
  z-index: 0;
}

/* 画像ラッパー：右に30px背景を残す */
.mv-block__img {
  position: relative;
  z-index: 1;
  width: calc(100% - 30px);
  margin-right: auto;

  opacity: 0;
  clip-path: inset(0 100% 0 0);         /* 右側100%隠れる */
  transform: translateX(-40px);         /* 左から出てくる */
  transition:
    clip-path .6s ease-out 0.4s,       /* ★ 背景伸び終わった後に実行 */
    opacity   .6s ease-out 0.4s,
    transform .6s ease-out 0.4s;       /* ★ 遅らせて画像が出る */
}
.mv-block__img2 {
  position: relative;
  z-index: 1;
  width: calc(100% - 0px);
  margin-right: auto;

  opacity: 0;
  clip-path: inset(0 100% 0 0);         /* 右側100%隠れる */
  transform: translateX(-40px);         /* 左から出てくる */
  transition:
    clip-path .6s ease-out 0.4s,       /* ★ 背景伸び終わった後に実行 */
    opacity   .6s ease-out 0.4s,
    transform .6s ease-out 0.4s;       /* ★ 遅らせて画像が出る */
}

/* 画像そのもの */
.mv-block__img img {
  display: block;
  width: 100%;
  height: auto;
}
.mv-block__img2 img {
  display: block;
  width: 100%;
  height: auto;
}

/* スクロールインで背景 → 画像の順に発火 */
.mv-block.is-show .mv-block__bg {
  transform: scaleX(1);
}
.mv-block.is-show .mv-block__bg2 {
  transform: scaleX(1);
}

.mv-block.is-show .mv-block__img {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}
.mv-block.is-show .mv-block__img2 {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}

/*----------------------------------------------------
	ポジションスライダー
----------------------------------------------------*/
/* スライダー左右の矢印 ------------------------ */
.support-slider-block {
  position: relative;
}

.support-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 2;        /* スライド画像より前に出す */
  display: block;
}

/* 三角矢印（必要なら画像に変更 OK） */
.support-slider__arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.support-slider__arrow--prev {
  left: -20px;       /* レイアウトに合わせて調整 */
}
.support-slider__arrow--prev::before {
  border-right: 20px solid #9c2a2d;
}

.support-slider__arrow--next {
  right: -20px;
}
.support-slider__arrow--next::before {
  border-left: 20px solid #9c2a2d;
}

/* ラインナビ（既存のものを想定） ---------------- */
.support-progress {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}

.support-progress__track {
  flex: 1;
  height: 2px;
  background: #ccc;
  position: relative;
  overflow: hidden;
}

.support-progress__bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #333;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.support-progress__arrow {
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  cursor: pointer;
}
.support-progress__arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.support-progress__arrow--prev::before {
  border-right: 8px solid #333;
}
.support-progress__arrow--next::before {
  border-left: 8px solid #333;
}

/* ヒントテキスト（ラインすぐ下・中央） */
.support-hint {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #333;
}

.support-slide {
padding-left:2em;
padding-right:2em;
}
.location-slider-wrap .support-slide {
padding-left:0em;
padding-right:0em;
}
@media ( max-width : 768px ) {
.support-slide {
padding:20px;
}
.location-slider-wrap .support-slide {
padding:20px 30px;
}
}
/* ============================
   PCでは矢印＆ラインナビ非表示
   ============================ */
@media (min-width: 769px) {

  .location-slider-wrap .support-slider__arrow,
  .location-slider-wrap .support-progress,
  .location-slider-wrap .support-hint {
    display: none !important;
  }

}
/*----------------------------------------------------
	ロケーション
----------------------------------------------------*/
.location_01 {
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}
.location_01_01 {
width:48%;
margin-bottom:2em;
}
.location_01_02 {
width:48%;
margin-bottom:2em;
}
.location_01_01 img {
width:100%;
heifht:auto;
}
p.copy {
font-size:16px;
line-height: 1.8;
}
p.copy2 {
font-size:12px;
line-height: 1.8;
}
.shop_name__en {
font-family: "Noto Sans JP", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN","小塚明朝 Pro","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, serif;
font-size:12px;
margin-bottom:0.5em;
}
.shop_name__jp {
font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN","小塚明朝 Pro","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, serif;
font-size:20px;
margin-bottom:1em;
}
@media ( max-width : 768px ) {
p.copy {
font-size:2.4vw;
}
p.copy2 {
font-size:1.8vw;
}
.shop_name__en {
font-size:2.4vw;

}
.shop_name__jp {
font-size:3.5vw;
margin-bottom:1em;
}
.location_01_01 {
width:100%;
margin-bottom:2em;
}
.location_01_02 {
width:100%;
margin-bottom:2em;
}
}
.column_box {
border:solid 1px var(--accent);
padding:30px;
}
.column_box .copy {
color: var(--accent);
}
.column_title {
color: var(--accent);
font-weight:300;
font-size:28px;
text-align: center;
border-bottom:solid 1px var(--accent);
margin-bottom:1em;
padding-bottom:0.3em;
}
@media ( max-width : 768px ) {
.column_box {
padding:15px;
}
.column_box .copy {
color: var(--accent);
}
.column_title {
font-size:3.5vw;
}
}
.location_02 img {
width:100%;
height:auto;
}
.location_02 {
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}
.location_02_01 {
width:32%;
}
/* スライダー左右の矢印 ------------------------ */

/* ===== スライダー基準レイヤー ===== */
.location_02 {
  position: relative;
  overflow: visible !important;
  z-index: 0;
}

/* slick内部を必ず背面へ */
.location_02 .slick-list,
.location_02 .slick-track {
  position: relative;
  z-index: 0 !important;
}

/* ===== 左右矢印（常に最前面固定） ===== */
.support-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 9999;          /* ← これで絶対に潜らない */
  pointer-events: auto;
}

/* 三角 */
.support-slider__arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* 左右位置（必ず内側） */
.support-slider__arrow--prev {
  left: 10px;
}
.support-slider__arrow--prev::before {
  border-right: 20px solid #9c2a2d;
}

.support-slider__arrow--next {
  right: 10px;
}
.support-slider__arrow--next::before {
  border-left: 20px solid #9c2a2d;
}

.support-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 9999;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.support-slider__arrow--prev { left: -30px; }
.support-slider__arrow--next { right: -30px; }
@media ( max-width : 768px ) {
.support-slider__arrow--prev { left: -10px; }
.support-slider__arrow--next { right: -10px; }
}
.support-slider__arrow::before {
  content: "";
  display: block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.support-slider__arrow--prev::before {
  border-right: 20px solid #9c2a2d;
}
.support-slider__arrow--next::before {
  border-left: 20px solid #9c2a2d;
}
.location_03 {
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}
.location_03_01 {
width:23%;
}
@media ( max-width : 768px ) {
.location_03_01 {
width:49%;
margin-bottom:1.5em;
}
}
.location_04 {
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}
.location_04_01 {
width:68%;
margin-bottom:3em;
}
.location_04_02 {
width:30%;
display: flex;
align-items:center;
margin-bottom:3em;
margin-top:180px;
}
.location_04 img {
width:100%;
}

@media (max-width: 768px) {
  .location_04_01 {
width:66%;
    margin-bottom: 0.5em;
  }
  .location_04_02 {
width:30%;
    margin-top:6em;
    padding: 0;
    margin-bottom: 0;
    margin-top:14vw;
  }
.location_04_03 {
width:30%;
    margin-top:6em;
    padding: 0;
    margin-bottom: 0;
    margin-top:14vw;
  }
}

.location_05 {
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}
.location_05_01 {
width:68%;
margin-bottom:3em;
}
.location_05_02 {
width:30%;
display: flex;
padding-top:60px;
margin-bottom:3em;
}
.location_04 img {
width:100%;
}
p.tate {
writing-mode: vertical-rl;
font-size:30px;
font-weight:300;
margin: 0 auto;
line-height:1.6;
letter-spacing: 0;
}
.tcy {
  writing-mode: horizontal-tb;
  display: inline-block;
  letter-spacing: 0;
  line-height:1;
}
@media (max-width: 768px) {
p.tate {
writing-mode: vertical-rl;
font-size:3.6vw;
}
.location_05_02 {
width:30%;
display: flex;
padding-top:2em;
margin-bottom:3em;
}
}
.location_06 {
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}
.location_06_01 {
width:68%;
margin-bottom:3em;
}
.location_06_02 {
width:30%;
display: flex;
align-items:center;
margin-bottom:3em;
margin-top:215px;
}
.location_06 img {
width:100%;
}
@media (max-width: 768px) {
  .location_06_01 {
width:66%;
    margin-bottom: 0.5em;
  }
  .location_06_02 {
width:30%;
    margin-top:6em;
    padding: 0;
    margin-bottom: 0;
    margin-top:11vw;
  }
.location_06_03 {
width:30%;
    margin-top:6em;
    padding: 0;
    margin-bottom: 0;
    margin-top:14vw;
  }
}


/* LIFE INFORMATION タブナビ */
.life-info-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 0;             /* 余計なスキマ防止 */
}

/* ベース */
.life-info-nav li {
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 4px;
  line-height: 1.4;
}
.life-info-nav li:hover {
opacity: 0.4;
}
/* 1段目：2分割 */
.life-info-nav li:nth-child(1),
.life-info-nav li:nth-child(2) {
  width: 50%;
}

/* 2段目：2分割 */
.life-info-nav li:nth-child(3),
.life-info-nav li:nth-child(4) {
  width: 50%;
}

/* 3段目：全幅 */
.life-info-nav li:nth-child(5) {
  width: 100%;
}

/* 背景色（画像に近い色） */
.life-info-nav li:nth-child(1) { background: #f39800; } /* 商業施設：オレンジ */
.life-info-nav li:nth-child(2) { background: #39b54a; } /* 公園…：グリーン */
.life-info-nav li:nth-child(3) { background: #a47b39; } /* 教育施設：ブラウン */
.life-info-nav li:nth-child(4) { background: #b54aaf; } /* 医療施設：パープル */
.life-info-nav li:nth-child(5) { background: #0067c0; } /* 公共…：ブルー */

/* アクティブ状態（JSで .is-active を付与） */
.life-info-nav li.is-active {
  box-shadow: inset 0 -4px 0 rgba(255,255,255,0.6);
}

/* SP でもそのまま縦方向に3段構成でOKならこのままで問題なし。
   必要なら文字サイズだけ調整 */
@media (max-width: 768px) {
  .life-info-nav li {
    font-size: 14px;
    padding: 12px 4px;
  }
}

/*----------------------------------------------------
	ポジション
----------------------------------------------------*/
.s_position_01 {
width:100%;
max-width: 221px;
margin:0 auto;
}
@media ( max-width : 768px ) {
.s_position_01 {
width:100%;
max-width: 25%;
}
}
.support_text {
background: #c4b098;
border-radius: 1em;
padding:3em;
}
/*----------------------------------------------------
	レジデンス
----------------------------------------------------*/
.residence_01 {
display: flex;
flex-wrap: wrap;
justify-content:center;
}
.residence_01_01 {
width:31%;
margin-left:1%;
margin-right:1%;
margin-bottom:1.5em;
}
@media ( max-width : 768px ) {
.residence_01_01 {
width:48%;
margin-bottom:1.5em;
}
}

/*----------------------------------------------------
	ZEH
----------------------------------------------------*/
.value1 {
border:solid 1px #bb7119;
margin-bottom:3em;
}
.value1 h3 {
background:#bb7119;
color:#fff;
font-size:24px;
padding:0.3em 1em;
font-weight: 300;
text-align: center;
}
.value1 h4 {
color:#bb7119;
font-size:44px;
font-weight: 300;
text-align: center;
display: block;
margin-bottom:0.5em;
}
.value1 .value_inner {
padding:2em;
text-align: center;
width:100%;
}
.value1 .value_inner p {
font-size:18px;
line-height: 2;
}
.value2 {
border:solid 1px #519320;
margin-bottom:3em;
}
.value2 h3 {
background:#519320;
color:#fff;
font-size:24px;
padding:0.3em 1em;
font-weight: 300;
text-align: center;
}
.value2 h4 {
color:#519320;
font-size:44px;
font-weight: 300;
text-align: center;
display: block;
margin-bottom:0.5em;
}
.value2 .value_inner {
padding:2em;
text-align: center;
width:100%;
}
.value2 .value_inner p {
font-size:18px;
line-height: 2;
}
.value3 {
border:solid 1px #14898d;
margin-bottom:3em;
}
.value3 h3 {
background:#14898d;
color:#fff;
font-size:24px;
padding:0.3em 1em;
font-weight: 300;
text-align: center;
}
.value3 h4 {
color:#14898d;
font-size:44px;
font-weight: 300;
text-align: center;
display: block;
margin-bottom:0.5em;
}
.value3 .value_inner {
padding:2em;
text-align: center;
width:100%;
}
.value3 .value_inner p {
font-size:18px;
line-height: 2;
}
@media (max-width: 768px) {
.value1 {
margin-bottom:3em;
}
.value1 h3 {
font-size:4vw;
padding:0.3em 1em;
}
.value1 h4 {
font-size:6vw;
}
.value1 .value_inner {
padding:2em;
}
.value1 .value_inner p {
font-size:2.6vw;
line-height: 2;
}
.value2 {
margin-bottom:3em;
}
.value2 h3 {
font-size:4vw;
padding:0.3em 1em;
}
.value2 h4 {
font-size:6vw;
}
.value2 .value_inner {
padding:2em;
}
.value2 .value_inner p {
font-size:2.6vw;
line-height: 2;
}
.value2 {
margin-bottom:3em;
}
.value2 h3 {
font-size:4vw;
padding:0.3em 1em;
}
.value2 h4 {
font-size:6vw;
}
.value2 .value_inner {
padding:2em;
}
.value2 .value_inner p {
font-size:2.6vw;
line-height: 2;
}
.value3 {
margin-bottom:3em;
}
.value3 h3 {
font-size:4vw;
padding:0.3em 1em;
}
.value3 h4 {
font-size:6vw;
}
.value3 .value_inner {
padding:2em;
}
.value3 .value_inner p {
font-size:2.6vw;
line-height: 2;
}
.value2 {
margin-bottom:3em;
}
.value3 h3 {
font-size:4vw;
padding:0.3em 1em;
}
.value3 h4 {
font-size:6vw;
}
.value3 .value_inner {
padding:2em;
}
.value3 .value_inner p {
font-size:2.6vw;
line-height: 2;
}
}
/*----------------------------------------------------
	ブランド
----------------------------------------------------*/
.brand_01 {
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}
.brand_01_01 {
width:48%;
}
.timeline {
padding-left:4em;
border-left:solid 1px #333;
}
.timeline dl {
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}
.timeline dt {
font-size:18px;
width:15%;
line-height: 1.8;
}
.timeline dd {
font-size:18px;
width:85%;
line-height: 1.8;
font-feature-settings: "palt" !important;
letter-spacing: 0.02em;
}
.timeline dd span {
color:#930e14;
}
.timeline h5 {
font-size:22px;
font-weight:300;
border-bottom:solid 1px #333;
padding-bottom:0.4em;
display: inline-block;
margin-bottom:1.5em;
}
.brand_02_01 {
width:120px;
margin:0 auto;
}
.brand_02_02 {
width:350px;
margin:4em auto;
}
.brand_03_01 {
max-width:500px;
margin:0 auto;
}
.brand_03_02 {
max-width:400px;
margin:4em auto;
}
.brand_03_03 {
max-width:500px;
margin:4em auto;
}
@media ( max-width : 768px ) {
.brand_02_01 {
width:80px;
margin:0 auto;
}
.brand_02_02 {
width:70%;
margin:4em auto;
}
.timeline dt {
font-size:3vw;
}
.timeline dd {
font-size:3vw;
}
.timeline dd span {
color:#930e14;
}
.timeline h5 {
font-size:5vw;
}
}
/*----------------------------------------------------
	アクセス
----------------------------------------------------*/
.access-map {
  position: relative;
}

/* スクロール領域 */
.access-map__viewport {
  overflow: hidden;     /* PCデフォルトはスクロールバー非表示（必要なら変えてOK） */
}

.access-map__img {
  display: block;
  width: 100%;
  height: auto;
}

/* ラインナビ（初期状態では非表示 → SPで表示） */
.access-map__nav {
  display: none;        /* PC非表示 */
  margin-top: 12px;
  align-items: center;
  gap: 8px;
}

/* ライン自体（薄いグレーのベース） */
.access-map__line {
  position: relative;
  flex: 1;
  height: 4px;
  background: #ddd;     /* 薄いグレー */
  border-radius: 999px;
  overflow: hidden;
}

/* 現在表示範囲（濃いバー） */
.access-map__line-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;           /* JSで width / left を動かす。初期値はダミー */
  background: #333;     /* 濃いグレー（サイトに合わせて黒寄せでもOK） */
}

/* 矢印ボタン（三角のみ） */
.access-map__arrow {
  position: relative;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* 三角矢印（←／→） */
.access-map__arrow--prev::before,
.access-map__arrow--next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translate(-50%, -50%);
}

/* 左矢印（◀） */
.access-map__arrow--prev::before {
  border-width: 8px 10px 8px 0;
  border-color: transparent #333 transparent transparent;
}

/* 右矢印（▶） */
.access-map__arrow--next::before {
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #333;
}

/* PCではヒント非表示 */
.support-hint {
  display: none;
}
.position_slider .support-hint {
  display: block;
}
@media screen and (max-width: 768px) {

  /* 画像を横に長くしてスワイプさせる */
  .access-map__viewport {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;      /* Firefox スクロールバー非表示 */
    -ms-overflow-style: none;   /* IE/Edge スクロールバー非表示 */
  }

  .access-map__viewport::-webkit-scrollbar {
    display: none;              /* Chrome / Safari スクロールバー非表示 */
  }

  .access-map__img {
    width: auto;
    width: 180%;            /* 必要に応じて 180% などに調整 */
  }

  /* ラインナビ＆矢印はSPでだけ表示 */
  .access-map__nav {
    display: flex;
  }

  /* ヒント画像もSPのみ表示 */
  .support-hint {
    display: block;
  }
}

/* もし PC で完全に固定表示にしたい場合（任意）
@media screen and (min-width: 769px) {
  .access-map__viewport {
    overflow: hidden;           // PCはスクロールできなくていいならこのままで
  }
}
*/

.triple-dots::before {
  content: "•••";
  font-size: 0.6em;
  letter-spacing: 0.5em;
  display: inline-block;
  margin: 0 0.25em;
  position: relative;
  top: -0.1em;
}
.station_name__jp {
font-size:24px;
line-height: 1.8;
font-feature-settings: "palt" !important;
letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
.station_name__jp {
font-size:3vw;
}
}
/*----------------------------------------------------
	クオリティ
----------------------------------------------------*/
.subnavi_quality li {
font-size:24px;
border-top:none;
border-left:none;
border-right:none;
border-bottom:solid 1px #d7c7a3;
/*width:19.5%;
margin-left:0.2%;
margin-right:0.2%;*/
text-align: center;
}
.subnavi_quality li a {
text-decoration: none;
display: block;
color:#d7d3d1;
text-align: center;
padding-top:1em;
padding-bottom:1em;
}
.subnavi_quality li a:hover {
background:#d7c7a3;
color:#000000;
opacity: 1;
}
.subnavi_quality li a.active {
background:#d7c7a3;
color:#000000;
opacity: 1;
}
.subnavi_quality ul {
/*display: flex;
flex-wrap: wrap;
justify-content:center;*/
padding-top:60px;
}
@media ( max-width : 768px ) {
.subnavi_quality li {
font-size:4.5vw;
border:solid 1px #d7c7a3;
width:100%;
margin-left:0%;
margin-right:0%;
border-top:none;
border-left:none;
border-right:none;
border-bottom:solid 1px #d7c7a3;
}
.subnavi_quality li:nth-child(1) {
border-top:solid 1px #d7c7a3;
border-left:none;
border-right:none;
border-bottom:solid 1px #d7c7a3;
}
}

.quality-heading {
  display: flex;
  align-items: baseline;
  margin: 0 0 1em 0;
  border: none;
}

.quality-text {
  color:#d7c7a3;
  font-size:72px;
  font-weight:normal;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  background:#fff;
  padding:5px 0 0 0;
  line-height:1;
}
@media ( max-width : 768px ) {
.quality-text {
  color:#d7c7a3;
  font-size:8vw;
  font-weight:normal;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  background:#fff;
  padding:5px 0 0 0;
  line-height:1;
}
}
.quality-line {
  flex: 1;
  height: 2px;
  background:#d7c7a3;
  margin-left: 0;
}
.quality-heading2 {
  display: flex;
  align-items: baseline;
  margin: 0 0 1em 0;
  border: none;
}

.quality-text2 {
  color:#000;
  font-size:36px;
  font-weight:normal;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  background:#fff;
  padding:5px 0 0 0;
  line-height:1;
}
@media ( max-width : 768px ) {
.quality-text2 {
  color:#000;
  font-size:4vw;
  font-weight:normal;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  background:#fff;
  padding:5px 0 0 0;
  line-height:1;
}
}
.quality-line2 {
  flex: 1;
  height: 2px;
  background:#000;
  margin-left: 0;
}

/*.quality_1st_img {
padding-left:35%;
}
@media ( max-width : 1400px ) {
.quality_1st_img {
padding-left:60px;
}
}
@media ( max-width : 1200px ) {
.quality_1st_img {
padding-left:40px;
}
}*/
.quality_1st_img {
width:100%;
max-width: 1050px;
margin:0 auto;
}
.bg_quality {
background: #d6cbb4;
padding:60px;
}
@media ( max-width : 768px ) {
.bg_quality {
background: #d6cbb4;
padding:25px;
}
}

@media (max-width: 768px) {
.quality .s_text_01 {
font-size: 3.2vw;
line-height: 1.5;
}
.quality .s_text_03 {
font-size: 2.4vw;
line-height: 1.6;
}
}
.quality_sqtext ul {
display: flex;
flex-wrap: wrap;
justify-content:space-between;
padding:1.5em 0;
}
.quality_sqtext ul li {
background: #d7c7a3;
padding:0.5em;
width:48%;
text-align: center !important;
font-size:22px;
}
@media ( max-width : 768px ) {
.quality_sqtext ul li {
font-size:2.5vw;
}
}
.quality_01 {
display: flex;
flex-wrap: wrap;
justify-content:flex-start;
}
.quality_01 img {
width:100%;
max-width: 200px;
margin-right:20px;
}
.s_text_06 {
font-size:24px;
background: #8e0000;
color:#fff;
text-align: center;
padding:0.2em 0.2em;
line-height: 1.4;
}
@media ( max-width : 768px ) {
.s_text_06 {
font-size:2.5vw;
}
}
.quality_02 {
width:80%;
margin:2em auto;
}
.quality_03 {
width:80%;
margin:2em auto;
}
@media ( max-width : 768px ) {
.quality_03 {
width:100%;
margin:2em auto;
}
}
.quality_1st_img p.pic_caption_left_wht_noborder {
padding-left:10px;
}
@media ( max-width : 768px ) {
.quality_1st_img p.pic_caption_left_wht_noborder {
padding-left:30px !important;
}
}
/*----------------------------------------------------
	設備仕様
----------------------------------------------------*/
.s_equipment_01 {
width:100%;
margin:0 auto;
background: #ffffff;
border-radius: 50px;
padding:0px 0px 80px;
}
@media ( max-width : 768px ) {
.s_equipment_01 {
border-radius: 30px;
padding:0px 0px 40px;
}
}
.s_equipment_01 .s_equipment_02 {
padding:20px;
border-radius: 50px 50px 0px 0px;
}
@media ( max-width : 768px ) {
.s_equipment_01 .s_equipment_02 {
padding:10px;
border-radius: 30px 30px 0px 0px;
}
}
.s_equipment_03 {
width:100%;
margin:0 auto;
padding:80px 100px 0px;
}
@media ( max-width : 768px ) {
.s_equipment_03 {
padding:40px 20px 0px;
}
}
.s_equipment_04 {
width:100%;
margin:0 auto;
background: #ffffff;
border-radius: 50px;
padding:80px 180px 80px;
}
@media ( max-width : 768px ) {
.s_equipment_04 {
border-radius: 30px;
padding:40px 20px 40px;
}
}
.s_equipment_05 {
width:100%;
margin:0 auto;
background: #ffffff;
border-radius: 50px;
padding:80px 110px 80px;
}
@media ( max-width : 768px ) {
.s_equipment_05 {
border-radius: 30px;
padding:40px 15px 40px;
}
}

.s_equipment_00 {
    display: flex;
    flex-wrap: wrap;
}
.s_equipment_00 ul {
list-style: none;
}
.s_equipment_00 li {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 70px;
    background-color: #f9b30f;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    list-style: none;
}
.s_equipment_00 li a {
color:#fff;
text-decoration: none;
display: block;
padding: .7em 1em;
}
.s_equipment_00 li.active {
    background-color: #e36511;
    color: #fff;
    display: block;
}
.s_equipment_00 li:hover {
    background-color:#F48800;
    color: #fff;
}
.s_equipment_00 li.active:hover {
    background-color:#F48800;
    color: #fff;
}

.s_equipment_00 li.active a::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #e36511;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}



/*----------------------------------------------------
	デベロッパー
----------------------------------------------------*/

.s_developer_01 {
max-width:500px;
margin:0 auto;
}
.s_developer_02 {
max-width:360px;
margin:0 auto;
}
.s_developer_03 {
max-width:350px;
margin:0 auto;
}
@media ( max-width : 768px ) {
.s_developer_01 {
max-width:100%;
}
.s_developer_02 {
max-width:70%;
}
.s_developer_03 {
max-width:70%;
}
}

/*----------------------------------------------------
	ロケーション
----------------------------------------------------*/

.s_location_01 {
position:absolute;
left:0px;
top:0px;
width:66px;
transition:all 0.3s;
background: rgba(0,0,0,.5);
padding:15px;
display: block;
z-index: 2;
}
.s_location_01:hover {
cursor: pointer;
}
.s_location_01 img {
opacity: 0.6;
}
.s_location_01:hover img {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
transition:all 0.5s;
}
@media ( max-width : 768px ) {
.s_location_01 {
width:15%;
padding:3%;
}
}

.s_floormap {
overflow-y: auto;
height:1000px;
border:solid 1px #dfdfdf;
position: relative;
}
@media ( max-width : 768px ) {
.s_floormap {
height:250px;
}
}

.s_location_02 {
    display: flex;
    flex-wrap: wrap;
}

.s_location_02 > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 70px;
    padding: .7em 1em;
    background-color: #f9b30f;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.s_location_02 label:has(:checked) {
    background-color: #e36511;
    color: #fff;
}
.s_location_02 > label:hover {
    background-color:#F48800;
    color: #fff;
}

.s_location_02 label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #e36511;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.s_location_02 input {
    display: none;
}

.s_location_02 > div {
    display: none;
    width: 100%;   
}
.s_location_02 > div {
animation: fadeIntab 1s ease;
}
.s_location_02 label:has(:checked) + div {
    display: block;
}
@keyframes fadeIntab {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/*----------------------------------------------------
	間取り
----------------------------------------------------*/
.plan_img {
padding:25px;
}
@media ( max-width : 768px ) {
.plan_img {
padding:15px;
}
}
.plan_navi {
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}
.plan_navi li {
width:48%;
margin-bottom:2em;
}
.plan_navi li a {
display:block;
}
.plan_navi li.active {
background:#ddcab2;
}
.plan_navi li a {
  transition: opacity 0.4s ease;
}
.plan_navi li a:hover {
  opacity: 0.4;
}
/*----------------------------------------------------
	物件概要
----------------------------------------------------*/
.s_outline th,
.s_outline td {
border: solid 1px #cccccc;
padding:0.8em 1em;
font-size:1rem;
line-height: 1.6;
}

.s_outline table {
border-collapse:  collapse;
width:100%;
}
.s_outline table tr {
border-collapse:  collapse;
width:100%;
}
.s_outline th {
width:25%;
font-weight:normal;
background:#dfdfdf;
text-align:left;
white-space:nowrap;
}

.s_outline td {
font-weight:normal;
background:#ffffff;
}
@media ( max-width : 768px ) {
.s_outline table td {
width:100%;
}
.s_outline th,
.s_outline td {
display: block;
width:100% !important;
border-bottom:none;
border-top:none;
font-size:0.8rem;
}
colgroup col {
width:100% !important;
}
.s_outline tr:c {
border-top: solid 1px #cccccc;
}
.s_outline td:last-child {
border-bottom: solid 1px #cccccc;
}
}

/*----------------------------------------------------
	限定ページ
----------------------------------------------------*/

a.s_limited_01 {
border:solid 1px rgba(255, 255, 255, 0.5);
display: block;
box-shadow: 6px 6px rgba(255, 255, 255, 0.3);

}
/*a.s_limited_01:hover {
box-shadow: 4px 4px rgba(255, 255, 255, 0.3);
margin-left:2px;
margin-top:2px;
}*/

.s_limited_02 {
position: absolute;
top:19%;
left:0;
right:0;
text-align: center;
}

.s_planbox a {
text-decoration: none;
}
.s_plan_inner {

}
.s_plan_inner {
padding:40px;
background:#ffffff;
}
@media ( max-width : 768px ) {
.s_plan {
padding-left:10px;
padding-right:10px;
}
.s_plan_inner {
padding:10px;
}
}
@media (max-width: 1050px) {
.w1050 .s_limited_inner {
padding-left: 15px;
padding-right: 15px;
}
}

/*----------------------------------------------------
	現地案内図
----------------------------------------------------*/
.map_container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  border: solid 1px rgba(127,108,82,1.00);
}

/* ★ 表示窓（ここを基準に中央合わせ＆制限） */
.map_viewport{
  position: relative;
  width: 100%;
  height: 830px;     /* ここで表示窓の高さを固定（必要なら調整） */
  overflow: hidden;
  line-height: 0;    /* ★ 画像下の謎余白（ベースライン）対策 */
  font-size: 0;      /* ★ 念のため */
}

/* ★ ズーム対象（transformはここにかかる） */
.zoom_wrap {
  display: block;            /* inline-block をやめる（隙間/ズレ要因になりがち） */
  width: 100%;
  touch-action: none;
  cursor: grab;
  transform-origin: 50% 50%; /* ★ 中央起点 */
  transition: transform 0.2s ease;
  will-change: transform;
}

/* 画像は余白が出ないように block 固定 */
.zoom_wrap img {
  display: block !important; /* common.css に勝つ */
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  vertical-align: top;       /* 保険 */
}

/* ボタンは viewport 内に固定（ズームで動かない） */
.zoom_buttons {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 5;
}

.zoom_buttons button {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 4px 8px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

.zoom_buttons button:hover {
  background: rgba(0, 0, 0, 0.8);
}

@media ( max-width : 768px ) {
  .map_viewport{
    height: 120vw;        /* SPは固定pxより可変の方が安定しやすい */
    max-height: 1100px;
    min-height: 320px;
  }
}
/*----------------------------------------------------
	サブタイトル
----------------------------------------------------*/
.s_sub_title {
/*max-width: 340px;*/
width: auto;
margin:-50px auto 0 auto;
display: flex;
text-align: center;
}
.s_sub_title div {
text-align: center;
margin:0 auto;
}
.s_sub_title img {
width: auto;
max-width: 100%;
height: auto;
max-height:100px;
}
@media ( max-width : 768px ) {
.s_sub_title {
margin:-20px auto 0 auto;
}
.s_sub_title img {
max-height:50px;
}
}
.s_sub_title2 {
font-size:34px;
line-height:1.8;
font-weight:300;
}
@media ( max-width : 768px ) {
.s_sub_title2 {
font-size:3vw;
}
}
a.s_page_navi_btn {
border:solid 2px #0071bc;
color:#0071bc;
text-decoration: none;
width: 100%;
display: block;
}
a.s_page_navi_btn:hover {
color:#ffffff;
text-decoration: none;
background: #0071bc;
}

.arrow {
  position: relative;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 20px;
  width: 16px;
  height: 4px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 2px 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}
.plan_btn_wrapper a {
text-decoration: none !important;
}
.arrow2 {
  position: relative;
}
.arrow2::before,
.arrow2::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  width: 16px;
  height: 4px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 2px) 50%;
}

.arrow2::before {
  transform: rotate(45deg);
}

.arrow2::after {
  transform: rotate(-45deg);
}

/*----------------------------------------------------
	ブラウザ高さが低い場合の対策 上部にもあり
----------------------------------------------------*/
@media (max-height: 900px) {
  .mv-concept-en {
  position: relative;
  writing-mode: vertical-rl;
  font-size: 50px;
  letter-spacing: 0;
  font-weight: 300;
  color: var(--accent);
  padding: 16px 10px;
  opacity: 0;
  transition: opacity .4s ease-out 0.9s;
}
.mv-concept-line {
  display: block;
  width: 2px;
  height: 140px;
  background: var(--accent);
  transform-origin: top center;
  transform: scaleY(0);
  margin-left: 90px;
}
}
@media (max-height: 900px) {
  .mv-concept-ja {
  display:none;
}
.mv-concept-line {
  display:none;
}
}

