@charset "UTF-8";
/* CSS Document */
/* =================================================
　共通CSS　/　common.css 
================================================= */
/************************************************
 共通項目
************************************************ */
body, html {
  width: 100%;
  min-width: 320px;
  height: 100vh;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-print-color-adjust: exact;
}

@media screen and (max-width: 400px) {
  body, html {
    font-size: 15px;
  }
}
@media screen and (min-width: 401px) and (max-width: 480px) {
  body, html {
    font-size: 16px;
  }
}
@media screen and (min-width: 481px) and (max-width: 560px) {
  body, html {
    font-size: 16.5px;
  }
}
@media screen and (min-width: 561px) and (max-width: 640px) {
  body, html {
    font-size: 17px;
  }
}
@media screen and (min-width: 641px) and (max-width: 720px) {
  body, html {
    font-size: 17.5px;
  }
}
@media screen and (min-width: 721px) and (max-width: 800px) {
  body, html {
    font-size: 18px;
  }
}
@media screen and (min-width: 801px) and (max-width: 980px), print {
  body, html {
    font-size: 18.5px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1150px) {
  body, html {
    font-size: 19px;
  }
}
@media screen and (min-width: 1151px) and (max-width: 1499px) {
  body, html {
    font-size: 19.5px;
  }
}
@media all and (min-width: 1500px) {
  body, html {
    font-size: 20px;
  }
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
  line-height: 150%;
  margin: 0;
  padding: 0;
}

/* --- アンカーターゲット位置調整 --- */
:target {
  scroll-margin-top: 70px;
}

/************************************************
 ブラウザリセット
************************************************ */
ul, li {
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}

a img,
iframe {
  border: none;
}

ul li {
  list-style-type: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ***********************************************
 ページ枠 / カラム設定
************************************************ */
/* --- 全画面幅設定 主要コンテナ --- */
#hero {
  max-width: 2560px;
  margin: auto;
  padding-top: 60px; /* ヘッダーの高さ分、下にずらす */
}

@media (max-width: 1454px) {
  /* ヘッダーの高さ分、下にずらす */
  #hero {
    padding-top: 50px;
  }
}
#main-content {
  max-width: 1920px;
  margin: auto;
  padding: 0.5rem;
}

#page {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: auto;
  min-width: 320px;
}

.w100 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.w2000 {
  width: 98%;
  max-width: 2000px;
  margin: auto;
  padding: 1%;
}

.w1920 {
  width: 98%;
  max-width: 1920px;
  margin: auto;
  padding: 1%;
}

.w1455 {
  width: 98%;
  max-width: 1455px;
  margin: auto;
  padding: 1%;
}

.w1200 {
  width: 98%;
  max-width: 1200px;
  margin: auto;
  padding: 1%;
}

.w1150 {
  width: 98%;
  max-width: 1150px;
  margin: auto;
  padding: 1%;
}

.w980 {
  width: 98%;
  max-width: 980px;
  margin: auto;
  padding: 1%;
}

.w800 {
  width: 98%;
  max-width: 800px;
  margin: auto;
  padding: 1%;
}

.w600 {
  width: 98%;
  max-width: 600px;
  margin: auto;
  padding: 1%;
}

#main_wrap {
  width: 99%;
  max-width: 1150px;
  margin: 10px auto auto;
}

#main_wrap_m {
  width: 99%;
  max-width: 980px;
  margin: 10px auto auto;
}

.com_wrap {
  width: 94%;
  background-color: #f6f6f6;
  border-radius: 20px;
  padding: 10px 2%;
  margin: 0 1%;
}

.com_wrap_y {
  width: 94%;
  background-color: #ffffe0;
  border-radius: 20px;
  padding: 10px 2%;
  margin: 0 1%;
}

.com_wrap_b {
  width: 94%;
  background-color: #d2f2fc;
  border-radius: 20px;
  padding: 10px 2%;
  margin: 0 1%;
}

.com_wrap_bk {
  width: 96%;
  background-color: #000;
  border-radius: 20px;
  padding: 10px 1%;
  margin: 0 1%;
  color: #FFF;
}

/* ***********************************************
 非表示設定
************************************************ */
@media screen and (max-width: 480px) {
  .ml_part, #ml_part, .l_part, #l_part, .m_part, #m_part {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .s_part, #s_part, .l_part, #l_part, .sl_part, #sl_part {
    display: none;
  }
}
@media all and (min-width: 801px), print {
  .s_part, #s_part, .sm_part, #sm_part, .m_part, #m_part {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .ll_part, #ll_part {
    display: none;
  }
}
@media all and (min-width: 641px), print {
  .ss_part, #ss_part {
    display: none;
  }
}
@media print {
  #top-head {
    display: none;
  }
  .pagetop img {
    display: none;
  }
  .p_none { /* プリント時非表示タグ */
    display: none;
  }
}
/************************************************
 インデント
************************************************ */
.t_center {
  text-align: center;
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

.center {
  margin-left: auto;
  margin-right: auto;
  padding-left: auto;
  padding-right: auto;
}

/* 1行は中央寄せ、2行以上は左寄せ
----------------------------------------------- */
.text-cl {
  text-align: center;
  width: 100%;
}

.text-cl p, .text-cl h1, .text-cl h2, .text-cl h3, .text-cl h4 {
  display: table;
  text-align: left;
  margin: auto;
}

/************************************************
 フロート/回り込み解除
************************************************ */
.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

/* ***********************************************
 余白無し
************************************************ */
.p0, .pm0 {
  padding: 0;
}

.m0, .pm0 {
  margin: 0;
}

/************************************************
 フォント
************************************************ */
.bold {
  font-weight: bold;
}

.lighter {
  font-weight: lighter;
}

/* フォントカラー指定
----------------------------------------------- */
.fre {
  color: #f00;
}

.fbl {
  color: #00f;
}

.fbr {
  color: #900;
}

.fbk {
  color: #000;
}

.fwh {
  color: #fff;
}

.fye {
  color: #ff0;
}

.for {
  color: #f60;
}

.fg6 {
  color: #666;
}

.fg9 {
  color: #999;
}

.fgc {
  color: #ccc;
}

.fgr {
  color: #183b16;
}

.fve {
  color: #e94e3e; /* 朱色 */
}

/* フォントサイズ指定
----------------------------------------------- */
@media screen and (max-width: 480px) {
  .f200 {
    font-size: 160%;
  }
  .f180 {
    font-size: 140%;
  }
  .f160 {
    font-size: 120%;
  }
  .f140 {
    font-size: 110%;
  }
  .f120 {
    font-size: 100%;
  }
  .f110 {
    font-size: 100%;
  }
  .f100 {
    font-soze: 100%;
  }
  .f90 {
    font-size: 90%;
  }
  .f80 {
    font-size: 80%;
  }
  .f70 {
    font-size: 70%;
  }
  .f60 {
    font-size: 60%;
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .f200 {
    font-size: 180%;
  }
  .f180 {
    font-size: 160%;
  }
  .f160 {
    font-size: 140%;
  }
  .f140 {
    font-size: 120%;
  }
  .f120 {
    font-size: 110%;
  }
  .f110 {
    font-size: 100%;
  }
  .f100 {
    font-soze: 100%;
  }
  .f90 {
    font-size: 90%;
  }
  .f80 {
    font-size: 80%;
  }
  .f70 {
    font-size: 70%;
  }
  .f60 {
    font-size: 60%;
  }
}
@media all and (min-width: 801px), print {
  .f200 {
    font-size: 200%;
  }
  .f180 {
    font-size: 180%;
  }
  .f160 {
    font-size: 160%;
  }
  .f140 {
    font-size: 140%;
  }
  .f120 {
    font-size: 120%;
  }
  .f110 {
    font-size: 110%;
  }
  .f100 {
    font-soze: 100%;
  }
  .f90 {
    font-size: 90%;
  }
  .f80 {
    font-size: 80%;
  }
  .f70 {
    font-size: 70%;
  }
  .f60 {
    font-size: 60%;
  }
}
/*最初の一文字だけ大きくする */
.headline:first-letter {
  font-size: 2em;
  color: #7172ac;
  font-weight: bold;
}

/************************************************
 hover指定
************************************************ */
/* a:hoverカラー指定
----------------------------------------------- */
.t-hover {
  color: #000;
}

.t-hover a:link {
  color: #000;
}

.t-hover a:visited {
  color: #000;
}

.t-hover a:hover {
  color: #f00;
}

.t-hover a:active {
  color: #f00;
}

.t-hover a {
  text-decoration: none;
}

.bbk .t-hover {
  color: #fff;
}

.bbk .t-hover a:link {
  color: #fff;
}

.bbk .t-hover a:visited {
  color: #fff;
}

.bbk .t-hover a:hover {
  color: #f00;
}

.bbk .t-hover a:active {
  color: #f00;
}

.bbk .t-hover a {
  text-decoration: none;
}

/* a:hover画像処理
----------------------------------------------- */
.opa_box {
  position: relative;
}

.opa_box:hover {
  color: #F00;
}

.opa_box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%; /*テキスト非表示*/
  white-space: nowrap; /*テキスト非表示*/
  overflow: hidden; /*テキスト非表示*/
}

.opa_box a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
  background: #fff;
}

.bbk .opa_box a:hover {
  background: #000;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
}

.bbk .opa_box:hover {
  filter: brightness(250%);
}

.opa a img:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.bri a img:hover {
  filter: brightness(150%);
}

/************************************************
 ページタイトル
************************************************ */
@media screen and (max-width: 480px) {
  .pg_ti {
    font-size: 115%;
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .pg_ti {
    font-size: 140%;
  }
}
@media all and (min-width: 801px), print {
  .pg_ti {
    font-size: 180%;
  }
}
.pg_ti {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.pg_ti span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 75%;
}

.pg_ti:before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}

.pg_ti:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}

.pg_ti2 {
  font-weight: bold;
  font-size: 160%;
  border-bottom: 5px solid #A3A3A3;
  padding: 0.2em 0.5em;
  margin: 20px 0;
  border-left: solid 10px #900;
}

.profile-title {
  font-weight: bold;
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-size: 160%;
  border-bottom: 5px solid #A3A3A3;
  padding: 0.2em 0.5em;
  margin: 20px 0;
  border-left: solid 10px #900;
}

.pg_sti {
  font-size: 110%;
  text-align: center;
  background-color: #666;
  color: #fff;
  padding: 5px 0;
  margin: 5px 0;
}

.pg_sti2 {
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px solid #A3A3A3;
  padding: 0.2em 0.5em;
  margin: 20px 0;
  border-left: solid 5px #27acd9;
}

.pg_sti3 {
  font-weight: bold;
  display: inline;
  font-size: 120%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, rgb(252, 81, 133) 70%);
}

.pg_sti4 {
  font-size: 120%;
  text-align: center;
  background-color: #640125;
  color: #fff;
  padding: 10px 0;
  margin: 20px 0;
}

.rm_ti {
  font-family: "Times New Roman", Times, serif;
  font-size: calc(100% + 0.6vw);
  font-weight: bold;
  font-style: italic;
}

.rm_ti span {
  font-style: normal;
  color: #FC3;
  font-size: 70%;
}

.rms_ti {
  font-family: "Times New Roman", Times, serif;
  font-size: 160%;
  font-weight: bold;
  font-style: italic;
  margin: 30px 0 10px;
}

.rms_ti span {
  font-style: normal;
  color: #FC3;
  font-size: 70%;
}

.info_ti {
  padding: 5px 0;
  margin: 10px auto;
  text-align: center;
  font-size: calc(80% + 0.6vw);
  color: #fff;
  background-color: #066;
  border-radius: 50px;
}

.italic {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}

/************************************************
 ボタン
************************************************ */
.btn, .btn_g, .btn_y, .btn_gr {
  position: relative;
  display: inline-block;
  padding: 0 4%;
  text-decoration: none;
  border-radius: 50px;
  line-height: 2;
}

.btn {
  color: #fff;
  background: #03C;
}

.btn:hover {
  color: #fff;
  background: #09F;
}

.btn_g {
  color: #fff;
  background: #4f4f4f;
}

.btn_g:hover {
  color: #fff;
  background: #7f7f7f;
}

.btn_y {
  color: #fff;
  background: #efc100;
}

.btn_y:hover {
  color: #fff;
  background: #ffd211;
}

.btn_gr {
  color: #fff;
  background: #183b16;
}

.btn_gr:hover {
  color: #fff;
  background: #088A29;
}

/************************************************
 画像を重ねる
************************************************ */
img.overlaid {
  top: 0;
  left: 0;
  position: absolute;
}

/************************************************
 続きを見る
************************************************ */
.grad-btn {
  position: relative;
  line-height: 160%;
}

.grad-btn span {
  margin-left: 35px;
  font-weight: bold;
}

.grad-btn:hover {
  filter: brightness(150%);
  color: #f00;
}

.grad-btn::before {
  content: url(/user_data/img/icon/btn_down.png);
  position: absolute;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 0px; /*隠した状態の高さ*/
}

.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}

.grad-trigger:checked ~ .grad-btn::before {
  content: url(/user_data/img/icon/btn_up.png); /*チェックされていたら、文言を変更する*/
}

.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}

/************************************************
 背景色
************************************************ */
.bwh {
  background-color: #fff;
  color: #000;
}

.bbk {
  background-color: #000;
  color: #fff;
}

.bg3 {
  background-color: #333;
  color: #fff;
}

.bg6 {
  background-color: #666;
  color: #fff;
}

.bpk {
  background-color: #F09;
  color: #fff;
}

.blb {
  background-color: #6cf;
  color: #fff;
}

.bdy {
  background-color: #FC0;
  color: #fff;
}

.bbl {
  background: #006;
  color: #fff;
}

.bbr {
  background: #321;
  color: #fff;
}

/************************************************
 文字のグラデーションアニメ
************************************************ */
.gr_anime1 {
  background: -webkit-linear-gradient(60deg, #12d6df, #f70fff, #faea3d, #fd644f);
  background-size: 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textAnime 15s infinite;
}

.gr_anime2 {
  background: -webkit-linear-gradient(60deg, #faea3d, #fd644f, #12d6df, #f70fff);
  background-size: 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textAnime 15s infinite;
}

@keyframes textAnime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/************************************************
 フレーム枠ぼかし
************************************************ */
.blur {
  position: relative;
  width: 100%;
  height: auto;
}

.blur::after {
  position: absolute;
  content: "";
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

@media screen and (max-width: 480px) {
  .blur::after {
    box-shadow: inset 0 0 8px 8px #fff;
  }
  .bbk .blur::after {
    box-shadow: inset 0 0 8px 8px #000;
  }
}
@media all and (min-width: 481px), print {
  .blur::after {
    box-shadow: inset 0 0 15px 15px #fff;
  }
  .bbk .blur::after {
    box-shadow: inset 0 0 15px 15px #000;
  }
}
/************************************************
 リストスタイル
************************************************ */
ol.kome, ol.maru {
  margin-left: -36px;
}

ol.kome li, ol.maru li {
  list-style: none;
  display: flex;
  align-items: baseline;
}

ol.kome li::before, ol.maru li::before {
  color: #000;
  margin: 0 8px 0 0;
}

ol.kome li::before {
  content: "※";
  color: inherit;
}

ol.maru li:before {
  content: "●";
  color: inherit;
}

ol.kome li.kome1::before {
  content: "※1";
}

ol.kome li.kome2::before {
  content: "※2";
}

ol.kome li.kome3::before {
  content: "※3";
}

ol.kome li.kome4::before {
  content: "※4";
}

ol.kome li.kome5::before {
  content: "※5";
}

ol.kome li.kome6::before {
  content: "※6";
}

ol.kome li.kome7::before {
  content: "※7";
}

ol.kome li.kome8::before {
  content: "※8";
}

ol.kome li.kome9::before {
  content: "※9";
}

ol.kome li.kome10::before {
  content: "※10";
}

/************************************************
 TABLE組み
************************************************ */
/* 2分割
----------------------------------------------- */
ul.table2 {
  display: table;
  border-collapse: separate;
  border-spacing: 10px 5px; /* 左右 上下の順で記述 */
  margin-left: auto;
  margin-right: auto;
}

ul.table2 li {
  display: table-cell;
  width: 50%;
  text-align: center;
}

/************************************************
 figureレスポンシブ
************************************************ */
div.fig {
  width: 99%;
  padding-left: 1%;
  margin-top: 15px;
}

div.fig figure {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5% 10px;
  padding: 0;
}

div.fig figure figcaption {
  padding: 0 8px 0 0;
}

div.res22 figure {
  width: 48.2%;
}

div.res33 figure {
  width: 31.4%;
}

@media screen and (max-width: 600px) {
  div.res12 figure {
    width: 98.3%;
  }
  div.res23 figure {
    width: 48.2%;
  }
  div.res34 figure {
    width: 31.2%;
  }
  div.res24 figure {
    width: 48.3%;
  }
  div.res44 figure {
    width: 22.9%;
  }
}
@media all and (min-width: 601px), print {
  div.res12 figure {
    width: 48.3%;
  }
  div.res23 figure {
    width: 31.7%;
  }
  div.res34 figure {
    width: 23.2%;
  }
  div.res24 figure {
    width: 23.2%;
  }
  div.res44 figure {
    width: 23.2%;
  }
}
@media screen and (max-width: 480px) {
  div.res112 figure, div.res123 figure {
    width: 98.3%;
  }
  div.res122 figure, div.res123 figure {
    width: 98.3%;
  }
  div.res223 figure, div.res233 figure, div.res234 figure {
    width: 48.2%;
  }
  div.res346 figure {
    width: 31.2%;
  }
  div.res456 figure {
    width: 22.9%;
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  div.res112 figure, div.res123 figure {
    width: 98.3%;
  }
  div.res122 figure, div.res123 figure, div.res223 figure {
    width: 48.3%;
  }
  div.res233 figure, div.res234 figure {
    width: 31.4%;
  }
  div.res346 figure {
    width: 23.1%;
  }
  div.res456 figure {
    width: 18.1%;
  }
}
@media screen and (min-width: 801px), print {
  div.res112 figure, div.res123 figure {
    width: 48.3%;
  }
  div.res122 figure {
    width: 48.3%;
  }
  div.res123 figure, div.res223 figure, div.res233 figure {
    width: 31.8%;
  }
  div.res234 figure {
    width: 23.3%;
  }
  div.res346 figure, div.res456 figure {
    width: 15%;
  }
}
/************************************************
 YOUTUBEレスポンシブ
************************************************ */
.youtube_bk {
  padding: 5px 2%;
  background-color: #000;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* CSS Document */
/* =================================================
　共通CSS　/　common-itabashi.css 
================================================= */
body {
  overflow-x: hidden; /* 横方向のオーバーフローを防止 */
}

* {
  box-sizing: border-box;
  text-decoration: none;
}

/* --- 全画面幅設定 --- */
#top_column {
  max-width: 2560px;
  margin: auto;
  padding: auto;
}

#main_column {
  max-width: 1920px;
  margin: auto;
  padding: 0.5rem;
}

.w200-50 {
  width: 50%;
  max-width: 200px;
  margin: 30px auto;
  padding: auto;
}

.w300-60 {
  width: 60%;
  max-width: 300px;
  margin: auto;
  padding: auto;
}

.w400-70 {
  width: 70%;
  max-width: 400px;
  margin: auto;
  padding: auto;
}

.w450-90 {
  width: 90%;
  max-width: 450px;
  margin: auto;
  padding: auto;
}

.w480-95 {
  width: 95%;
  max-width: 480px;
  margin: auto;
  padding: auto;
}

.com_wrap_g {
  width: 97%;
  background-color: #333;
  color: #fff;
  border-radius: 20px;
  padding: 10px 2%;
  margin: 10px 1% 20px;
}

/* --- リンクボタン／PDF等 --- */
.link_box {
  position: relative;
}

.link_box:hover {
  color: #F00;
}

.link_box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%; /*テキスト非表示*/
  white-space: nowrap; /*テキスト非表示*/
  overflow: hidden; /*テキスト非表示*/
}

.link-btn {
  border: 1px solid #333;
  border-radius: 20px;
  padding: 10px;
  margin: 20px auto;
  max-width: 320px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.link-btn i {
  font-size: 2.5rem;
  margin-left: 10px;
}

.link-btn span {
  font-style: italic;
  letter-spacing: 0.1em;
}

.link-btn-gr {
  background-image: linear-gradient(0deg, #020, #131 50%, #020);
}

.link-btn-bl {
  background-image: linear-gradient(0deg, #002, #113 50%, #002);
}

.link-btn-wh {
  background-color: #fff;
}

/* CSS Document */
/* =================================================
ヘッダー / header.css
================================================= */
/* --- 1. ヘッダーナビゲーション (PCデフォルト) --- */
.header-nav {
  background-color: #000; /* 黒い背景 */
  color: #fff;
  width: 100%;
  padding: 10px 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed; /* 画面上部に固定 */
  top: 0;
  left: 0;
  z-index: 100; /* 最前面に表示 */
}

/* ロゴ表示 */
.logo-link {
  display: block;
  transition: opacity 0.3s;
}

.logo-link:hover {
  opacity: 0.6; /* ホバーで60%透過 */
}

.logo-image {
  height: 60px; /* PCでのロゴの高さ */
  width: auto;
  display: block;
}

/* メニュー (PC表示) */
.main-menu ul {
  display: flex;
  gap: 25px;
}

.main-menu a {
  color: #fff;
  font-size: 16px;
  padding: 5px 0;
  white-space: nowrap;
  font-family: Arial, sans-serif;
}

.main-menu a:link {
  color: #fff;
}

.main-menu a:visited {
  color: #fff;
}

.main-menu a:hover {
  color: #69f;
}

.main-menu a:active {
  color: #69f;
}

.main-menu a {
  text-decoration: none;
}

/* ハンバーガーボタン (PCでは非表示) */
.menu-toggle {
  display: none;
}

/* --- 2. 背景動画の共通設定 --- */
.header-video-container {
  position: relative;
  width: 100%;
  /* ヘッダーの高さ分、下にずらす */
  padding-top: 60px;
  /* ビデオの高さをウィンドウの高さに設定 */
  height: 100vh;
  overflow: hidden;
}

/* 背景動画の設定 */
.header-video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover; /* コンテナーを覆うようにトリミング */
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}

@media all and (max-width: 767px) {
  .header-video-container {
    height: 82vh;
  }
}
/* 画像上に表示するキャッチコピー */
.header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 10;
  font-weight: bold;
  font-size: clamp(1.4rem, 5vw, 3.5rem);
  white-space: nowrap;
  font-family: Arial, sans-serif;
}

@media all and (max-width: 480px) {
  .header-content span {
    padding-left: 5%;
  }
}
@media all and (min-width: 481px) {
  .header-content span {
    padding-left: 15%;
  }
}
/* SUBコピー */
.header-copy {
  font-family: Arial, sans-serif;
  color: #999;
}

.header-copy:first-letter {
  font-size: 2em;
  color: #7172ac;
  font-weight: bold;
}

/* --- 3. メディアクエリによるレイアウト調整 --- */
/* タブレット・スマホスタイル (991px以下) */
@media screen and (max-width: 1054px) {
  /* ロゴサイズの変更 */
  .logo-image {
    height: 30px;
  }
  /* --- ハンバーガーメニュー関連 --- */
  .main-menu {
    display: block;
    position: absolute;
    top: 49px; /* ヘッダーの高さに合わせて変更 */
    left: 0;
    width: 100%;
    background-color: #222;
    max-height: 0; /* アニメーションでメニューを格納 */
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  /* メニューがオープンしたときのスタイル */
  .header-nav.menu-open .main-menu {
    max-height: 500px; /* すべてのメニュー項目を表示できる高さ */
  }
  .main-menu ul {
    display: block; /* 縦並びに配置 */
    padding: 10px 0;
  }
  .main-menu li a {
    display: block;
    padding: 15px 30px;
    border-bottom: 1px solid #444;
  }
  .main-menu li:last-child a {
    border-bottom: none;
  }
  /* ハンバーガーメニューボタンの表示 */
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
  }
  .menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s;
  }
  /* Xマークアニメーション */
  .header-nav.menu-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .header-nav.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .header-nav.menu-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  /* --- 動画の映り込み位置変更 (スマホ向け) --- */
  .header-video-container video {
    /* 補足 縦長スマホでは縦に大きく表示し、中央寄りの位置を主に表示 */
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
    min-width: 100%;
    min-height: 150%;
  }
}
/* 中型タブレット横向き (768pxから1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* 補足 中央より左寄りの位置を主に表示 */
  .header-video-container video {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
    min-width: 120%;
    min-height: 100%;
  }
}
/* =================================================
ヒーローセクション
(スライドショー　※hero-slider.jsと連動)
================================================= */
.hero-slider {
  top: 60px;
  position: relative;
  height: 76vh;
  overflow: hidden;
  margin-bottom: 100px;
}

.hero-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-slider {
    height: 64vh;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .hero-slider {
    height: 52vh;
  }
}
@media all and (max-width: 480px) {
  .hero-slider {
    height: 40vh;
  }
}
.slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out; /* フェードイン・アウトのアニメーション */
}

.slide-item.active {
  opacity: 1;
}

/* CSS Document */
/* =================================================
フェードイン・アニメーション　※JavaScriptと連動
================================================= */
.fade-in-target {
  /* 初期位置：Y軸方向で少し下げる */
  transform: translateY(100px);
  /* 初期透明度：完全に透明 */
  opacity: 0;
  /* スムーズなアニメーションのために、アニメーション前の状態にもトランジションを設定しておくと良い */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* JavaScriptで要素が画面内に入ったときに付与するクラス */
.is-visible {
  /* 最終位置：元の位置に戻す */
  transform: translateY(0);
  /* 最終透明度：完全に表示 */
  opacity: 1;
}

/* CSS Document */
.fadein {
  opacity: 0;
  bottom: -40px;
  position: relative;
  transition-duration: 2s;
}
.fadein:nth-of-type(5) {
  box-shadow: none;
  transform: rotate(0deg);
}

.fadein.active {
  opacity: 1;
  bottom: 0;
  /*  
    &:nth-of-type(5) {
      animation:gokigen 8s linear 2s infinite ;
    }
  */
}

/*
@keyframes gokigen {
  0% , 50%{
      transform: rotate(0deg);
  }
  25%{
      transform: rotate(10deg);
  }
  75%{
      transform: rotate(-10deg);
  }
}
*/
/* CSS Document */
/* =================================================
店舗情報とGoogleマップセクション
================================================= */
.store-info-map {
  display: flex;
  flex-wrap: wrap; /* 画面幅が狭い時に折り返す */
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  gap: 40px; /* 要素間のスペース */
}

.info-container, .map-container {
  flex: 1 1 45%; /* 基本的に横幅の45%を占め、折り返しを許可 */
  min-width: 300px; /* 最小幅 */
}

.info-container h2 {
  text-align: left;
  border-bottom: 2px solid #3498db;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.info-container dl {
  margin: 0;
}

.info-container dt {
  font-weight: bold;
  color: #3498db;
  padding-top: 10px;
  float: left;
  clear: left;
  width: 100px;
}

.info-container dd {
  margin-left: 110px;
  padding-top: 10px;
}

.info-container dt, .info-container dd {
  /* ddが残りの幅を全て使うようにする */
  flex-grow: 1;
  /* ddとdtの縦方向の揃えを上端に合わせる */
  align-self: flex-start;
  /* 日本語とアルファベットの高さの違いによる行間問題を補正する */
  line-height: 1.6;
}

/* --- Googleマップのスタイル  --- */
.map-container {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.map-link {
  display: block;
  height: 100%; /* リンク全体をコンテナに合わせる */
}

.map-container iframe {
  width: 100%;
  height: 600px;
  border: 0;
  display: block; /* iframeの下の余白を消す */
  border-radius: 8px;
}

/* 画面幅が狭くなったときの対応 (ブレークポイント) */
@media (max-width: 1024px) {
  .store-info-map {
    flex-direction: column; /* 上下に並べる */
    gap: 20px;
  }
  .info-container, .map-container {
    flex: 1 1 100%;
    min-width: unset;
  }
  .map-container iframe {
    height: 400px;
  }
}
hr.shop-hr {
  border: 1px solid #3498db;
  max-width: 1160px;
  width: 96%;
  padding: auto;
  margin: 40px auto 0;
}

/* =================================================
フロア紹介セクション 
(zoom.css & zoom.jsと連動)
================================================= */
.floor-sections {
  max-width: 1200px;
  margin: 60px auto;
  padding: auto;
}

.floor-item {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.floor-item h3 {
  margin-top: 25px;
}

.floor-item .image-wrapper {
  border-radius: 8px;
}

@media (min-width: 801px) {
  .floor-item .image-wrapper {
    height: 600px; /* 画像の高さを固定 */
  }
}
@media (min-width: 481px) and (max-width: 800px) {
  .floor-item .image-wrapper {
    height: 400px; /* 画像の高さを固定 */
  }
}
@media (max-width: 480px) {
  .floor-item .image-wrapper {
    height: 300px; /* 画像の高さを固定 */
  }
}
/* --- image-wrapper内のfigure要素設定 --- */
.fig-shop {
  margin: -60px 0 40px;
}

.res-shop {
  width: 100%;
  padding-left: 2%;
  margin-top: 15px;
}

.res-shop figure {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.8% 15px;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
}

.res-shop img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover; /* 画像がコンテナを覆うように調整 */
  display: block;
  transform: scale(1); /* 初期スケール */
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* ズームのアニメーション */
}

@media screen and (max-width: 767px) {
  .res-shop figure {
    width: 30.3%;
  }
}
@media screen and (min-width: 768px), print {
  .res-shop figure {
    width: 14.3%;
  }
}
/* =================================================
ブランドページ
(zoom.css & zoom.jsと連動)
================================================= */
/* --- ディーラー名　h1タイトル --- */
.brand-title, .brand-h1 {
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-family: Arial, sans-serif;
}

/* --- メインボタン --- */
.dlr_btn {
  width: 100%;
  padding-left: 1%;
  margin-top: 15px;
}

.dlr_btn figure {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5% 20px;
  padding: 0;
}

.dlr_btn figure figcaption {
  padding: 0 8px 0 0;
}

.dlr_btn .image-wrapper {
  border-radius: 8px;
  max-height: 280px;
}

@media all and (max-width: 480px) {
  .dlr_btn .image-wrapper img {
    height: 10vh;
  }
  .dlr_btn figure {
    width: 98.3%;
  }
}
@media screen and (min-width: 481px) and (max-width: 640px) {
  .dlr_btn .image-wrapper img {
    height: 15vh;
  }
  .dlr_btn figure {
    width: 98.3%;
  }
}
@media screen and (min-width: 641px) and (max-width: 800px) {
  .dlr_btn figure {
    width: 31.7%;
  }
}
@media all and (min-width: 801px) {
  .dlr_btn figure {
    width: 31.8%;
  }
}
.dlr_btn figcaption {
  text-align: center;
}

@media all and (max-width: 480px) {
  .dlr_btn figcaption {
    font-size: 0.9em;
  }
}
hr.dlr-hr {
  border: 1px solid #3498db;
  width: 96%;
  padding: auto;
  margin: 40px auto 0;
}

/* --- モデルラインナップ --- */
.models .image-wrapper {
  height: 40vh; /* 高さ30vh固定 */
  border-radius: 8px;
}

.model-info {
  padding: 15px;
}

.model-name {
  text-align: center; /* 中央寄せ */
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.7em;
}

.models .zoom_box:hover .model-name {
  color: #F00;
}

.model-specs {
  text-align: right; /* 右寄せ */
  font-size: 1.2em;
  margin-bottom: 50px;
}

.model-specs, .model-name {
  font-style: italic; /* イタリック体 */
}

@media (min-width: 768px) {
  /* PC表示 */
  .model-image-wrapper img {
    width: 100%; /* PCでは幅100%表示 */
  }
  .model-specs {
    margin-top: -2.5rem;
  }
}
@media (max-width: 767px) {
  /* スマホ表示 */
  .model-image-wrapper img {
    width: auto; /* 幅100%表示されない状態 */
    min-width: 100%; /* 親の幅を覆うための最小幅 */
  }
  .model-specs {
    margin-top: 5px;
  }
}
/* =================================================
情報ページ
(service / recruit / company / policy 等)
================================================= */
.mci-main {
  background-color: #234;
  border-radius: 20px;
  width: 98%;
  padding: 0 1%;
  margin: 20px auto;
}

.mci-title {
  position: relative;
  padding: 2rem 1rem;
}

.mci-title:before,
.mci-title:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-image: linear-gradient(to left, #30cfd0 0%, #1E4D3B 100%);
}

.mci-title:before {
  top: 0;
}

.mci-title:after {
  bottom: 0;
}

.mci-logo {
  padding: auto;
  margin: 20px auto 40px;
  max-width: 480px;
  width: 70%;
}

.mci-img1 {
  width: 100%;
  max-width: 1200px;
  padding: auto;
  margin: 40px auto 0;
}

.mci-img1 img {
  max-width: 1200px;
  border-radius: 20px;
}

.mci-img2 img {
  max-width: 380px;
  border-radius: 20px;
}

@media screen and (min-width: 981px) and (max-width: 1150px) {
  .mci-img2 img {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1151px) {
  .mci-img2 img {
    margin-left: 90px;
  }
}
@media screen and (min-width: 600px) {
  .mci-part {
    display: none;
  }
}
.mci-section {
  padding: 20px 0;
  margin: 20px 0;
}

.mci-h1 {
  text-align: center;
  font-size: 180%;
  font-weight: bold;
  color: #599;
}

.mci-h2 {
  border-left: 15px solid orange;
  padding-left: 10px;
  display: inline-block;
  margin: 20px 0;
}

.mci-h3 {
  font-weight: bold;
  color: orange;
  margin: 20px 0;
}

.mci-p1 {
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  color: #F66;
  padding: 0;
  margin: 0;
}

.mci-p2 {
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  color: #69c;
  margin-bottom: 50px;
}

.mci-p3 {
  font-size: 140%;
  font-weight: bold;
  color: #F60;
  margin: 20px 0;
}

.mci-p4 {
  padding: 10px 0 10px 20px;
  margin: 10px 0;
  font-weight: bold;
  font-size: 120%;
  color: orange;
}

.mci-p5 {
  padding: 10px 0;
  margin: 10px 0;
  font-weight: bold;
  color: orange;
}

.mci-p6 {
  font-family: "Playfair Display", serif;
  font-size: 160%;
  font-style: italic;
  color: var(--primary-color);
  margin: 30px 0;
}

.mci-p7 {
  font-family: "Playfair Display", serif;
  font-size: 115%;
  font-style: italic;
  color: var(--primary-color);
  margin: 30px 0;
}

.mci-table {
  overflow-x: auto;
}

.mci-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background-color: #222e3c;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #678;
}

.mci-table th, .mci-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #678;
}

.mci-table th {
  background-color: #234;
  color: var(--primary-color);
  font-weight: 500;
  width: 30%;
}

.mci-table tr:nth-child(even) td {
  background-color: #123;
}

.mci-line img {
  vertical-align: middle;
  max-width: 232px;
  width: 50%;
  margin: 15px 0;
}

.mci-p8 {
  font-size: 120%;
  font-weight: bold;
}

.mci-contact {
  padding: 20px 5%;
  margin: 20px 0;
  border: solid 2px #999;
  border-radius: 20px;
}

.mci-mail {
  font-weight: bold;
  margin-top: 10px;
  padding: 10px;
  background-color: #999;
  display: inline-block;
  border-radius: 4px;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
  .mci-table th, .mci-table td {
    padding: 10px;
  }
  .mci-table th {
    width: 40%;
  }
}
/* =================================================
車両紹介ページ
================================================= */
/* --- モデルタイトル＆セパレートライン --- */
.model-sti {
  display: flex;
  align-items: center;
  color: #578;
  font-size: 1.8rem;
  font-style: italic;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding: 20px 0;
}

.model-sti:before,
.model-sti:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #333;
}

.model-sti:before {
  margin-right: 15px;
}

.model-sti:after {
  margin-left: 15px;
}

/* --- ロゴ --- */
.model-logo {
  margin-bottom: 40px;
}

.invert {
  filter: invert(1);
}

/* --- 車両本体価格 --- */
.base-price {
  text-align: center;
  color: #9c9;
  padding: 0;
  margin: 0 0 20px;
}

/* --- 車両説明文 --- */
.feature-wrap {
  color: #ccc;
}

.feature-wrap img {
  border-radius: 20px;
}

/* =================================================
本サイトのcar.cssと共通のスタイル名（内容は変更）
================================================= */
/* CarネームNEW
----------------------------------------------- */
.car_name_area {
  text-align: center;
}

.car_name_area .list_price {
  margin: 0 1% 5px;
}

.car_name_area .list_price .grade {
  margin: 0 15px 5px 0;
  padding: 0.1rem 0 0;
  font-size: 90%;
  color: #999;
}

.car_name_area .list_price .price {
  margin: 0 0 20px;
  padding: 0;
  font-size: 140%;
}

.car_name_area .list_price .price::after {
  content: "円 ～";
  font-size: 90%;
  padding-left: 0.2em;
}

/* CarパフォーマンスNEW
----------------------------------------------- */
@media screen and (max-width: 800px) {
  .car_pfm_area {
    margin: 0 auto 10px;
  }
  .car_pfm_area .pfm_group {
    width: 100%;
    border-bottom: 2px #333 solid;
  }
  .car_pfm_area .pfm_group div {
    width: 33.3%;
  }
  .car_pfm_area .pfm_border1 {
    border-top: 2px #333 solid;
  }
  .car_pfm_area .pfm_border2 {
    border-right: 2px #333 solid;
  }
}
@media screen and (min-width: 801px), print {
  .car_pfm_area {
    margin: 10px auto 30px;
  }
  .car_pfm_area .pfm_group {
    width: 50%;
    float: left;
  }
  .car_pfm_area .pfm_group div {
    width: 16.6%;
  }
}
@media screen and (max-width: 480px) {
  .car_pfm_area .pfm_group dl {
    font-size: 120%;
  }
  .car_pfm_area .pfm_group span {
    font-size: 80%;
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .car_pfm_area .pfm_group dl {
    font-size: 140%;
  }
  .car_pfm_area .pfm_group span {
    font-size: 70%;
  }
}
@media screen and (min-width: 801px), print {
  .car_pfm_area .pfm_group dl {
    font-size: 160%;
  }
  .car_pfm_area .pfm_group span {
    font-size: 60%;
  }
}
.car_pfm_area .pfm_group {
  display: table;
  border-collapse: separate;
  border-spacing: 0px 0px; /* 左右 上下の順で記述 */
}

.car_pfm_area .pfm_group div {
  display: table-cell;
  padding-top: 4px;
  text-align: center;
  font-weight: bold;
  border-left: 2px #333 solid;
}

.car_pfm_area .pfm_group dt {
  font-size: 80%;
  color: #c00;
  padding: 0 0 10px;
}

.car_pfm_area .pfm_border3 {
  border-right: 2px #333 solid;
}

/* CarギャラリーNEW
----------------------------------------------- */
.car_fig {
  width: 99%;
  padding: 10px 0 10px 1%;
}

.car_fig figure {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 7px;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .car_fig figure {
    width: 23.9%;
  }
}
@media screen and (min-width: 481px) and (max-width: 640px) {
  .car_fig figure {
    width: 19.1%;
  }
}
@media screen and (min-width: 641px) and (max-width: 980px) {
  .car_fig figure {
    width: 15.9%;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .car_fig figure {
    width: 11.9%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1455px) {
  .car_fig figure {
    width: 10.6%;
  }
}
@media screen and (min-width: 1456px), print {
  .car_fig figure {
    width: 9.6%;
  }
}
/* ***********************************************
 在庫車両一覧ページ　stock_car.html
************************************************ */
.scl_cam figcaption {
  font-size: 90%;
  text-align: center;
}

/* stockcarページのfigureの基本設定
----------------------------------------------- */
div.scl_fig {
  width: 98%;
  padding-left: 2%;
}

div.scl_fig img.overlaid {
  padding: 7px 0 0 2.2%;
}

div.scl_fig figure {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 7px 0.5%;
  margin: 7px 0.5%;
}

.scl_wrap div.scl_fig figure {
  border: solid 2px #999;
  background-color: #060606;
  box-shadow: 1px 1px 1px #999;
  border-radius: 8px;
}

.scl_wrap div.scl_fig figure img {
  border-radius: 8px 8px 0 0;
}

/* stockcarページのfigureのレスポンシブデザイン
----------------------------------------------- */
@media screen and (max-width: 480px) {
  .scl_wrap div.scl_fig figure {
    width: 48.2%;
  }
  .soldout div.scl_fig figure {
    width: 31.3%;
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .scl_wrap div.scl_fig figure {
    width: 48.4%;
  }
  .soldout div.scl_fig figure {
    width: 23.1%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1150px) {
  .scl_wrap div.scl_fig figure {
    width: 31.8%;
  }
  .soldout div.scl_fig figure {
    width: 18.4%;
  }
}
@media screen and (min-width: 1151px) and (max-width: 1456px) {
  .scl_wrap div.scl_fig figure {
    width: 23.6%;
  }
  .soldout div.scl_fig figure {
    width: 15.2%;
  }
}
@media all and (min-width: 1456px), print {
  .scl_wrap div.scl_fig figure {
    width: 18.6%;
  }
  .soldout div.scl_fig figure {
    width: 12.9%;
  }
}
/* stockcarページのfigcaption内の設定
----------------------------------------------- */
/* ----- 車名 ----- */
div.scl_fig h1 {
  background: #123;
  color: #fff;
  font-size: 80%;
  padding: 5px 1% 2px;
  margin: 3px 0 2px;
  text-align: center;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

/* ----- エンジン　ボディカラー ----- */
div.scl_spec {
  padding: 2px 1%;
}

div.scl_spec dl {
  clear: both;
}

div.scl_spec dt {
  font-size: 60%;
  color: #ff9;
  border: 1px solid #ff9;
  border-radius: 8px;
  text-align: center;
  float: left;
  width: 23%;
  max-width: 30px;
  margin: 2px 2% 2px 0;
}

div.scl_spec dd {
  font-size: 70%;
  float: left;
  width: 75%;
  margin: 2px 0;
}

/* ----- 新車PRポイント ----- */
div.scl_new {
  font-weight: bold;
  font-size: 70%;
  color: #f00;
  background: #fff5ee;
  margin: 2px 0;
  padding: 3px;
}

/* ----- 年式　車検　距離 ----- */
div.scl_data dl {
  width: 31.3%;
  float: left;
  margin: 2px 1%;
  padding: 3px 0;
  background: #000;
  border-radius: 8px;
  border: 1px solid #999;
  text-align: center;
  font-size: 70%;
}

div.scl_data dd {
  font-weight: bold;
}

/* ----- 車両価格 ----- */
div.scl_vbp dl {
  font-weight: normal;
  text-align: center;
  clear: both;
}

div.scl_vbp dt {
  font-size: 70%;
  padding: 3px;
  border-top: 1px solid #999;
}

div.scl_vbp dd {
  font-size: 60%;
  padding: 3px 0;
}

/* ----- 支払総額 ----- */
div.scl_tpa dl {
  font-weight: bold;
  text-align: center;
  clear: both;
}

div.scl_tpa dt {
  font-size: 70%;
  padding: 3px;
  border-top: 1px solid #999;
  background-color: #123;
}

div.scl_tpa dd {
  font-size: 85%;
  padding: 3px 0;
  margin-bottom: 2px;
  border-bottom: 1px solid #999;
  background-color: #123;
}

/* ----- SALE価格 ----- */
div.scl_tpa dd.scl_sale {
  color: #f00;
}

div.scl_tpa dd.scl_sale:before {
  content: "SALE";
  font-size: 60%;
  padding-right: 3px;
}

div.scl_vbp del {
  font-weight: normal;
  font-size: 89%;
}

/* 完売車両に適用
----------------------------------------------- */
.soldout-wrap .page-subtitle,
.soldout-wrap .stk-h2 {
  border-left: 20px solid #999;
  border-bottom: 2px solid #999;
}

.soldout {
  width: 100%;
  margin-bottom: -10px;
  background-color: #123;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  padding: 5px;
}

.soldout div.scl_fig h1 {
  font-size: 70%;
}

.soldout div.scl_data dl {
  width: 48%;
}

.soldout div.scl_spec dt {
  width: 13%;
  max-width: 20px;
}

.soldout div.scl_spec dd {
  width: 85%;
}

div.scl_sold {
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  background: #fefefe;
  color: #f00;
  clear: both;
}

.scl_loc, .scl_loc_i, .scl_loc_n, .scl_loc_s {
  max-width: 230px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 5px;
}

.scl_loc {
  text-align: center;
  font-weight: bold;
  color: #c00;
}

.scl_loc_i::after, .scl_loc_n::after, .scl_loc_s::after {
  color: inherit;
  font-size: 80%;
  display: block;
  width: 100%;
  text-align: center;
}

.scl_loc_i::after {
  content: "板橋ショールーム";
}

.scl_loc_n::after {
  content: "練馬ショールーム";
}

.scl_loc_s::after {
  content: "さいたまファクトリー";
}

/* UsedCarディスクリプション
----------------------------------------------- */
.scl_com {
  background-color: #fc3;
  border-radius: 10px;
  padding: 5px 2%;
  margin: 0 5px 5px;
  text-align: center;
}

.scl_com_h {
  font-weight: bold;
  font-size: 105%;
  color: #fff;
}

.scl_com p {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 90%;
}

/* ----- プライス----- */
.price_l {
  font-size: 160%;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.price_s {
  font-size: 130%;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.page-title,
.stk-h1 {
  font-size: clamp(1.3rem, 3vw, 3rem);
  text-align: center;
  border-bottom: 1px solid #999;
  padding: 10px 0;
  margin: 10px 0 20px;
}

.page-subtitle,
.stk-h2 {
  border-left: 20px solid orange;
  border-bottom: 2px solid orange;
  padding-left: 10px;
  display: inline-block;
  margin: 20px 0 20px 2.5%;
  font-size: clamp(1.3rem, 2.5vw, 2.2rem);
  width: 95%;
}

.page-subtitle span,
.stk-h2 span {
  padding-left: 10px;
  font-size: 0.8em;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.page-caption,
.stk-h3 {
  padding-left: 5px;
  margin: 20px 0 10px;
  color: orange;
  font-size: clamp(1.1rem, 1.8vw, 2rem);
}

.page-caption::before,
.stk-h3::before {
  content: "▶";
  margin-right: 10px;
  color: #fff;
  font-size: 90%;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/itabashi/img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/itabashi/img/lightbox/prev.png) left 48% no-repeat;
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/itabashi/img/lightbox/next.png) right 48% no-repeat;
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/itabashi/img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

/* =================================================
   ニュースカルーセル
   ================================================= */
.carousel-wrapper {
  max-width: 1455px;
  margin: 2rem auto 4rem;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.news-carousel {
  position: relative;
  width: 100%;
  cursor: grab;
  touch-action: none;
}

.carousel-track {
  display: flex;
  padding: 1rem 0;
  will-change: transform;
}

/* 記事1つの基本設定 */
.news-item {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0 10px; /* アイテム間の隙間 */
  display: flex;
  flex-direction: column;
}

/* 画像とドラッグ防止 */
.news-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
}

/* 枠のデザイン */
.news-frame {
  border: 1px solid #ddd;
  background-color: white;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative; /* 追加 */
}

/* 「詳細はこちら」の文字は消したまま、リンクの判定だけ枠全体に広げる */
.news-frame a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px; /* 文字を画面外へ飛ばす */
  z-index: 10; /* 前面に持ってくる */
  display: block !important; /* display: none を上書き */
}

.news-image-wrapper {
  width: 100%;
  padding-top: 100%; /* 正方形を維持 */
  position: relative;
  overflow: hidden;
  margin-bottom: 0.75rem;
  border-radius: 0.25rem;
}

.news-image {
  position: absolute;
  top: 0;
  left: 0;
}

.news-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  margin: 0 0 1rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.8em; /* タイトルの高さを揃える */
}

.news-frame a {
  display: none;
}

/* NEWバッジ */
.new-badge {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 8px;
  font-size: 11px;
  background-color: #c00;
  color: white;
  border-radius: 4px;
  vertical-align: middle;
}

/* Brandページの設定 */
[data-page-type=morgan] .news-frame, [data-page-type=caterham] .news-frame {
  background-color: black !important;
  border: 1px solid #333 !important;
}

[data-page-type=morgan] .news-title, [data-page-type=caterham] .news-title {
  color: #aaa !important;
}

/* =======================================
   表示枚数の精密制御 (vwベース)
   ======================================= */
/* PCサイズ: 3個半 (100 / 3.5 = 28.57%) */
@media (min-width: 1025px) {
  .news-item {
    width: 28.57vw;
  }
}
/* タブレットサイズ: 2個半 (100 / 2.5 = 40%) */
@media (min-width: 768px) and (max-width: 1024px) {
  .news-item {
    width: 40vw;
  }
}
/* スマホサイズ: 1個と左右1/3 (100 / 1.66 = 60%) */
@media (max-width: 767px) {
  .news-item {
    width: 60vw;
  }
  /* 左右1/3ずつ見せるために、開始位置を調整 */
  .carousel-track {
    padding-left: 20vw;
  }
}
/* 最大幅制限 (1456px以上の時、巨大化を防ぐ) */
@media (min-width: 1456px) {
  .news-item {
    width: 400px;
  }
}
/* =======================================
   左右ボタン
   ======================================= */
.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 3.5rem;
  height: 3.5rem;
  background: white;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: #6B7280;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control svg {
  stroke-width: 4;
  width: 2.25rem;
  height: 2.25rem;
}

.prev-btn {
  left: 0.5rem;
}

.next-btn {
  right: 0.5rem;
}

.carousel-control:disabled {
  opacity: 0.3;
}

/* CSS Document */
/* =================================================
フッター / footer.css
================================================= */
/************************************************
 ◆itabashiサイト限定の設定
************************************************ */
/* 色調整 */
.footer-top {
  background-color: #000;
  color: #fff;
}

.footer-second {
  background-color: #000;
  border-top: 1px solid #333;
}

.footer-middle {
  background-color: #111;
  color: #fff;
}

.footer-bottom {
  background-color: #000;
  color: #888;
}

/************************************************
 フッターメインエリア設定
************************************************ */
/* --- 全体コンテナーと幅の設定 --- */
.main-footer {
  width: 100%;
  margin-top: 50px 0 0;
  padding: 0;
  font-family: Arial, sans-serif, YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}

.footer-band {
  width: 100%;
  padding: 20px 0;
}

.container {
  width: 90%;
  max-width: 1200px; /* PCでの最大幅 */
  margin: 0 auto;
}

/* --- 1. 上部エリア --- */
.footer-top {
  padding: 50px 0 20px;
  text-align: center;
}

.footer-cta-buttons {
  display: flex;
  flex-direction: column; /* スマホは縦並び */
  gap: 35px;
  align-items: center;
  justify-content: center;
  padding: 10px 0 30px;
}

.cta-button {
  display: flex; /* 中央揃えを確実にするため */
  align-items: center;
  justify-content: center;
  /* ボタンサイズを統一 */
  width: 100%;
  max-width: 280px;
  height: 56px; /* 高さを固定して揃える */
  font-size: clamp(18px, 1.1rem, 20px);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

/* お問い合わせ */
.cta-button.contact {
  background-color: #d00;
  color: #fff;
  border: none;
  box-shadow: 0 2px 4px rgba(208, 0, 0, 0.3);
}

/* 試乗予約 */
.cta-button.reserve {
  background-color: #111;
  color: #fff;
  border: 2px solid #333;
}

/* ホバーエフェクト */
.cta-button:hover {
  opacity: 1;
  transform: translateY(-2px); /* 軽く浮き上がる */
}

.cta-button.contact:hover {
  background-color: #f10; /* より明るい赤へ */
  box-shadow: 0 4px 8px rgba(208, 0, 0, 0.3);
}

.cta-button.reserve:hover {
  background-color: #222;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* PC表示（横並び） */
@media screen and (min-width: 768px) {
  .footer-cta-buttons {
    flex-direction: row; /* 横並び */
    gap: 50px;
  }
}
/* --- 2. セカンドエリア --- */
.footer-second {
  padding: 45px 0 30px;
  text-align: center;
}

.social-icons {
  margin-bottom: 10px;
}

.social-icons a {
  color: #fff;
  font-size: 30px;
  padding: 20px;
  transition: color 0.1s;
}

.social-icons a:hover {
  color: #69f;
}

/* --- 1. 基本設定（すべてのアイコン共通） --- */
.fab, .far, .fas, .fa-regular, .fa-solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
}

/* --- 2. 各スタイルごとのフォント定義 --- */
/* Brands (SNS用) */
.fab {
  font-family: "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-brands-400.woff2") format("woff2");
}
/* Regular (PDF用) */
.far, .fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-regular-400.woff2") format("woff2");
}
/* Solid (矢印用) */
.fas, .fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-solid-900.woff2") format("woff2");
}
/* --- 3. 個別アイコンの定義 --- */
/* Facebook */
.fa-facebook-f:before {
  content: "\f39e";
}

/* Instagram */
.fa-instagram:before {
  content: "\f16d";
}

/* YouTube */
.fa-youtube:before {
  content: "\f167";
}

/* LINE (将来用) */
.fa-line:before {
  content: "\f3c0";
}

/* PDF (fa-file-pdf / Regular) */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* 外部リンク (fa-arrow-up-right-from-square / Solid) */
.fa-arrow-up-right-from-square:before {
  content: "\f08e";
}

/* --- 4. 追加設定 / フッターアイコン用 --- */
.fab {
  background-color: #022;
}

.bbk .fab {
  background-color: #000;
}

.fa-brands, .fab {
  border: 1px solid;
  border-radius: 50%;
  padding: 9px 7.5px;
  width: 50px;
  height: 50px;
}

/* --- 3. 中間エリア --- */
.footer-middle {
  padding: 50px 0;
}

.footer-main-menu {
  display: flex;
  flex-direction: column; /* デフォルト（スマホ）は縦に並べる */
  gap: 0;
}

.footer-column {
  border-bottom: 1px solid #333;
}

.footer-column:last-child {
  border-bottom: none;
}

.column-title {
  font-size: 18px;
  padding: 15px 0;
  cursor: pointer; /* タップ/クリック可能であることを示す */
  position: relative;
}

/* スマホ用のプルダウンアイコン */
.column-title::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 20px;
  transition: transform 0.3s;
}

/* メニューが開いている状態のアイコン */
.column-title.active::after {
  content: "-";
  transform: rotate(0);
}

/* サブメニューリスト (スマホでのアニメーション初期状態) */
.submenu-list {
  /* JSでmax-heightを開閉する */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out; /* max-height のみアニメーション */
  padding-bottom: 0; /* JSによるインライン設定をしないため、CSSで管理 */
}

.submenu-list li {
  padding: 8px 0; /* リスト項目上下部にパディングを追加 */
}

.submenu-list a {
  color: #aaa;
  display: block;
  font-size: 14px;
}

.submenu-list a:hover {
  color: #69f;
}

/* --- スマホで開いた際のリスト下部の調整 --- */
@media screen and (max-width: 767px) {
  .submenu-list li:last-child {
    padding-bottom: 25px;
  }
  .u-line {
    border-bottom: 1px solid #333; /* 2段にする場合下線を追加 */
  }
}
/* --- 4. 下部エリア --- */
.footer-bottom {
  padding: 15px 0;
}

.footer-bottom-content {
  text-align: center;
}

.footer-logo {
  width: 50%;
  max-width: 200px;
  margin: 30px auto;
  text-align: center;
}

.footer-logo a {
  display: inline-block;
  transition: opacity 0.3s;
}

.footer-logo a img {
  display: block;
}

.footer-logo a:hover {
  opacity: 0.6;
}

.copyright {
  font-size: 12px;
}

/* --- メディアクエリ (PC/タブレットの横画面スタイル: min-width: 768px) --- */
@media screen and (min-width: 768px) {
  /* 3. 中間エリア (メインメニュー) - 横並びにする */
  .footer-main-menu {
    flex-direction: row; /* 横に並べる */
    justify-content: space-between;
    gap: 30px;
    padding: 20px 0;
  }
  .footer-column {
    width: 30%; /* カラム幅を調整 */
    border-bottom: none; /* 区切り線を削除 */
  }
  /* タイトル */
  .column-title {
    cursor: default; /* クリック不可にする */
    padding: 0 0 15px 0;
  }
  /* プルダウンアイコンを非表示 */
  .column-title::after {
    content: none;
  }
  /* サブメニューリスト (PCでは常に表示) */
  .submenu-list {
    max-height: none !important; /* PCでは高さを自動にして常に表示 */
    overflow: visible;
    padding-bottom: 0;
  }
  .submenu-list li {
    padding-bottom: 8px; /* PC用のパディングに調整 */
  }
  .submenu-list li:last-child {
    padding-bottom: 8px; /* PC用のパディングに調整 */
  }
}
/************************************************
 スクロールトップボタン
************************************************ */
.scroll-to-top {
  position: fixed; /* 画面右下に固定 */
  bottom: 20px; /* 下からの位置 */
  right: 20px; /* 右からの位置 */
  width: 60px; /* 固定サイズ */
  height: 60px; /* 固定サイズ */
  /* デザイン */
  background-color: #2c3e50; /* 濃い青/黒に近い背景色 */
  border: none;
  border-radius: 50%; /* 円形 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); /* 影で立体感 */
  cursor: pointer;
  /* 矢印の配置 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 非表示設定（JavaScriptで切り替える） */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px); /* わずかに下から出現するアニメーション */
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
  /* 矢印の色と太さ (SVGの調整) */
  padding: 0; /* paddingをリセット */
}

/* 矢印SVGのスタイル */
.scroll-to-top svg {
  width: 50%; /* ボタンサイズの50%に設定 */
  height: 50%;
}

/* 矢印の線（stroke）を白くして黒背景で目立たせる */
.scroll-to-top svg path {
  stroke: #ecf0f1; /* 明るいグレー (白に近い) */
  fill: none;
  stroke-width: 5;
  transition: stroke 0.3s ease;
}

/* ホバー/タップ効果 */
.scroll-to-top:hover, .scroll-to-top:active {
  background-color: #3498db; /* ホバーで鮮やかな青に変更 */
  box-shadow: 0 6px 15px rgba(52, 152, 219, 0.5); /* 青いハイライトの影 */
}

.scroll-to-top:hover svg path, .scroll-to-top:active svg path {
  stroke: #ffffff; /* ホバーで矢印の色を純粋な白に */
}

/* JavaScriptでクラスが付与された時の表示スタイル */
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* CSS Document */
/* =================================================
トップカラム / top_page.css 
================================================= */
@media all and (max-width: 1054px) {
  .copy_l_part {
    display: none;
  }
}
/* --- サブタイトル --- */
.ti-wrapper {
  width: 100%;
  max-width: 1455px;
  margin: 0 auto;
}

.round_ti {
  font-weight: bold;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(135deg, #24ff72, #2196f3);
  display: inline-block;
  position: relative;
  transform-style: preserve-3d;
  margin: 1.75em 0 1.75em 1.75em;
  line-height: 1.3;
}

.round_ti::before {
  position: absolute;
  bottom: -0.875em;
  left: -1.75em;
  z-index: -1;
  transform: translateZ(-1px);
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  background: #122;
  content: "";
}

@media screen and (max-width: 480px) {
  .round_ti {
    font-size: 190%;
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .round_ti {
    font-size: 215%;
  }
}
@media all and (min-width: 801px), print {
  .round_ti {
    font-size: 240%;
  }
}
/* =================================================
ディーラーサイトバナー / top_page.css 
================================================= */
/* 1. figure要素のサイズ固定を確実にするための設定 */
/* 共通CSSのdiv.fig figureに依存しつつ、オーバーフローを制御 */
.zoom-hover-effect figure {
  position: relative;
  overflow: hidden;
}

/* 2. a要素（画像コンテナ）のサイズ設定 */
.zoom-hover-effect .image-container {
  display: block;
  position: relative;
  overflow: hidden;
  filter: none !important;
  opacity: 1 !important;
  border-radius: 8px;
}

/* 3. 画像（ズーム対象）のスタイル */
.zoom-hover-effect .image-container .square-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center center;
  filter: none !important;
  opacity: 1 !important;
}

/* 4. ズームのアニメーション */
.zoom-hover-effect .image-container:hover .square-image {
  transform: scale(1.05);
}

/* 5. ロゴのスタイル */
.zoom-hover-effect .logo {
  position: absolute;
  top: 30px;
  left: 15px;
  z-index: 10;
  width: 40%;
  height: auto;
}

.zoom-hover-effect .logo-image {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.4));
}

/* 6. クリック誘導マークの全体コンテナ（位置調整） */
.zoom-hover-effect .click-indicator {
  position: absolute;
  bottom: calc(1rem + 5px);
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 10;
  display: flex; /* シェブロンを中央配置するためにflexboxを使用 */
  justify-content: center;
  align-items: center;
}

/* 7. クリック誘導マークの左隣のロゴ */
.zoom-hover-effect .another-logo {
  position: absolute;
  bottom: calc(1.5rem - 3.4% + 20px);
  /* .click-indicator の右端 (right: 15px) から左に移動して配置 */
  right: 70px;
  /* 15px (右端からのマージン) + 40px (誘導マークの幅) + 15px (誘導マークとのスペース) = 70px */
  width: 40%; /* 下の画像全体の幅の40%に固定 */
  height: auto;
  z-index: 10;
}

/* 8. シェブロンのスタイル（CSSで描画とセンタリング改善） */
.zoom-hover-effect .click-indicator .chevron {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
}

/* シェブロンの上線 */
.zoom-hover-effect .click-indicator .chevron::before {
  content: "";
  position: absolute;
  top: -2px; /* 位置調整 */
  left: -16px; /* 位置調整 */
  width: 100%;
  height: 4px;
  background-color: white;
  transform-origin: top left;
  transform: rotate(60deg); /* translateYを削除 */
}

/* シェブロンの下線 */
.zoom-hover-effect .click-indicator .chevron::after {
  content: "";
  position: absolute;
  bottom: -2px; /* 位置調整 */
  left: -16px; /* 位置調整 */
  width: 100%;
  height: 4px;
  background-color: white;
  transform-origin: bottom left;
  transform: rotate(-60deg);
}

/* 9. SVG（円）のアニメーション */
.circle-animation {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

/* 円のベース */
.base-circle {
  fill: none;
  stroke: white;
  stroke-width: 3;
  opacity: 0.8;
}

/* アニメーションする円 */
.animated-circle {
  fill: none;
  stroke: transparent;
  stroke-width: 3;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  transition: stroke-dashoffset 0s, stroke 0.4s linear;
}

/* ホバー時のアニメーション */
.zoom-hover-effect .image-container:hover .animated-circle {
  stroke-dashoffset: 0;
  stroke: red;
  transition: stroke-dashoffset 0.2s linear, stroke 0s linear;
}

.dealer-site {
  width: 99%;
  max-width: 1200px;
  padding-left: 1%;
  margin: 0 auto 60px;
}

.dealer-site figure {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .dealer-site figure {
    width: 97.3%;
  }
  .dealer-site .dls-l, .dealer-site .dls-r {
    margin: 0 1% 10px 1%;
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .dealer-site figure {
    width: 97.3%;
  }
  .dealer-site .dls-l, .dealer-site .dls-r {
    margin: 0 1% 10px 1%;
  }
}
@media screen and (min-width: 801px), print {
  .dealer-site figure {
    width: 47.3%;
  }
  .dealer-site .dls-l {
    margin: 0 2% 10px 0;
  }
  .dealer-site .dls-r {
    margin: 0 0 10px 2%;
  }
}
.dealer-site figure figcaption {
  text-align: center;
  margin: 10px 0 0;
  padding: 0;
  color: #999;
}

.dealer-site figure figcaption h2 {
  font-size: 120%;
  margin: 0;
  padding: 0;
}

.dealer-site figure figcaption p {
  margin: 0;
  padding: 0;
}

/* =================================================
店舗紹介バナー / top_page.css 
================================================= */
.shop-wrapper {
  width: 100%;
  max-width: 1455px;
  margin: 0 auto;
}

/*
 * 1. バナー全体のコンテナ設定
 */
.banner-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  border-radius: 8px;
}

/* レスポンシブ設定 */
@media screen and (min-width: 1281px), print {
  .banner-container {
    padding-top: 35%;
    height: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .banner-container {
    padding-top: 40%;
    height: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .banner-container {
    padding-top: 45%;
    height: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .banner-container {
    padding-top: 50%;
    height: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .banner-container {
    padding-top: 55%;
    height: 0;
  }
}
@media screen and (max-width: 480px) {
  .banner-container {
    padding-top: 60%;
    height: 0;
  }
}
/* aタグにも角丸を適用 */
.banner-container a {
  display: block;
  border-radius: 8px; /* コンテナと同じ値を設定 */
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

/*
 * 2. 画像要素の設定とスクロールアニメーション
 */
.scrolling-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%; /* バナー枠の高さの1.5倍 */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px; /* コンテナ・aタグと同じ値を設定 */
  /* アニメーションの適用 */
  /* 下から上へスクロールし、その後上から下へ戻る (alternate) */
  animation: scrollUpDown 20s linear infinite alternate;
}

/* スクロールアニメーションの定義 */
@keyframes scrollUpDown {
  0% {
    /* アニメーション開始点: 画像の下端がバナーの下端に揃う位置 */
    /* 画像を上に20%（バナー枠の高さ分）移動させる */
    transform: translateY(-20%);
  }
  100% {
    /* アニメーション終了点: 画像の上端がバナーの上端に揃う位置 */
    /* 画像は移動しない */
    transform: translateY(0%);
  }
}
/* CSS Document */
/* =================================================
　ズームアニメーション基本設定  zoom.js と連動
================================================= */
/* --- ズームアニメーション基本設定 --- */
/* --- image-wrapper --- */
.image-wrapper {
  overflow: hidden; /* 画像のズームで外枠からはみ出さないようにする */
  /* 画像を中央に配置するための設定 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像がコンテナを覆うように調整 */
  display: block;
  transform: scale(1); /* 初期スケール */
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* ズームのアニメーション */
}

/* --- 画像に重ねる文字のレイヤー --- */
.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 文字を真ん中に配置するための設定 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 文字の装飾（例） */
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.text-overlay span {
  font-size: clamp(0.8rem, 0.5em, 1.5rem);
}

/* --- zoom-trigger ※JavaScriptと連動 --- */
.zoom-trigger.visible img {
  transform: scale(1); /* 画面に入ったときの初期スケール */
}

.zoom-trigger.visible img:hover {
  transform: scale(1.05); /* マウスオーバーでズーム */
}

.zoom-trigger.visible figure img:hover {
  transform: scale(1.1); /* マウスオーバーでズーム */
}

/* =================================================
　zoom_box設定 ：　carousel.css / carousel.js にも連動
================================================= */
.zoom_box {
  position: relative;
  /* ズームした画像が枠外にはみ出るのを防ぐ */
  overflow: hidden;
}

/* リンクを枠全体に適用する設定 */
.zoom_box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%; /* テキスト非表示 */
  white-space: nowrap; /* テキスト非表示 */
  overflow: hidden; /* テキスト非表示 */
  z-index: 10; /* リンクを画像より前面に持ってくる */
}

/* ズーム対象の img 要素に対する設定 */
.zoom_box img {
  /* 初期状態 */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* トランジションの設定 */
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center center;
}

/* ズームのアニメーション: .zoom_boxがホバーされたときに画像をズーム */
.zoom_box:hover img {
  transform: scale(1.05); /* ズーム率 */
}

.zoom_box:hover .zoom11 img {
  transform: scale(1.1); /* ズーム率 */
}

/* CSS Document */
.faq-accordion {
  max-width: 1150px;
  margin: 0 auto;
}

.faq-panel {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.faq-panel-inner {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.faq-panel-header {
  width: 100%;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #135;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  text-align: left;
  color: #ddd;
}

.faq-panel-header:hover {
  background: #357;
}

.faq-icon {
  font-size: 20px;
  transition: transform 0.3s;
}

.faq-panel-header.active .faq-icon {
  transform: rotate(45deg);
}

.faq-panel-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
  background-color: #9bd;
  color: #000;
}

.faq-panel-body {
  padding: 20px;
  border-top: 1px solid #eee;
}/*# sourceMappingURL=style.css.map */