@charset "utf-8";
/*===========================
add
===========================*/
[href^="tel"] {
    text-decoration: none;
    color: #fff;
    cursor: default;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    [href^="tel"] {
        pointer-events: auto;
    }
}
/* 基本カラー  */
.fcBasic {
  color: #1a9962;
}
.shop {
  display: block;
  font-size: 6px;
  line-height: 12px;
}
.tag {
  font-size: 0.7rem;
  margin-left: 30px;
  line-height: 1.3em;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .tag {
    display: none;
  }
}
.bnr_line {
  position: absolute;
  left: 367px;
  bottom: 30px;
}
img.bnr_line {
  width: 400px;
}
@media screen and (max-width: 1280px) {
  .bnr_line {
    position: absolute;
    left: 340px;
    bottom: 40px;
  }
  img.bnr_line {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .bnr_line {
    position: absolute;
    left: 127px;
    bottom: 10px;
  }
  img.bnr_line {
    width: 250px;
  }
  .bnr_line_sp {
    position: absolute;
    right: 40px;
    bottom: 10px;
  }
  img.bnr_line_sp {
    width: 210px;
  }
}
/* 縦中央 */
.vertical-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items: center;*/
}
/*左上にずらした背景色ありタイトル*/
.box5-4 {
  padding: 3em 2em 2em; /* ボックス内側余白 */
  position: relative; /* 配置(ここを基準に)*/
  border: 2px solid #E30006; /* ボックスの線 (太さ・種類・色)*/
  background-color: rgba(255, 255, 255, 0.85);
}
.box5-4 .box-title {
  background-color: #000000; /* タイトル背景色 */
  font-size: 1em; /* タイトル文字の大きさ */
  color: #fff; /* タイトル文字色 */
  padding: 7px 12px; /*タイトルの余白*/
  line-height: 1; /*タイトルの行の高さ*/
  position: absolute; /* 配置(ここを動かす) */
  top: -10px; /*上からの距離*/
  left: 20px; /*左からの距離*/
  font-weight: 900;
}
.text-center-text-left__child {
  text-align: left;
  display: inline-block;
  list-style: none;
}
/*=========
accordion
=========*/
.accordion_area {}
.accordion_area .accordion_one .ac_header {
    background-color: #363636;
    border: 1px solid #ccc;
    padding: 1.5rem 4rem 1.5rem 2rem;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
    background-color: #252525;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
    background-color: #333333;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
    background-color: #4E4E4E;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #fdd100;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #fdd100;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #666;
}
@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #536cb4;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #fdd100;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}
/*=========
base
=========*/
/*html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .025em;
  line-height: 1.8;
}*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.s_section {
  max-width: 1020px;
  margin: 0 auto;
  padding: 2rem 10px;
}
/*.gutter > *:not(:last-child) {
  margin-bottom: 1rem;
}*/
/*h2 {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  border-left: 5px solid #333333;
  padding-left: 8px;
  margin-top: 0;
  margin-bottom: 0;
}*/
@media screen and (max-width: 736px) {
  /*h2 {
    font-size: 16px;
  }*/
}
ul.list-disc {
  margin-bottom: 0;
  padding-left: 0;
}
.list-disc__item {
  margin-left: 1.5em;
  list-style: disc;
}
a._a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 2.0em 1.0em;
  border: 1px solid #222222;
  background: linear-gradient(to right, #ffffff 50%, #222222 50%);
  background-size: 200% auto;
  box-sizing: border-box;
  color: #222222;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  position: relative;
}
a._a:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
a._a:hover {
  color: #ffffff;
  background-position: -100% 0;
}
/* スマートフォン表示用のフローティングバナー調整 */
@media screen and (max-width: 768px) {
  .fixRightBnr {
    /* バナー全体のサイズと位置を調整 */
    width: 90px; /* 横幅を小さくします */
    right: 10px; /* 右からの位置を調整 */
    bottom: 90px; /* 下からの位置を調整 */
  }
  .fixRightBnr li {
    margin-bottom: 8px; /* アイコン間の余白を調整 */
  }
  .fixRightBnr img {
    /* 画像がコンテナのサイズに収まるように調整 */
    width: 100%;
    height: auto;
  }
}
/* ローディング画面のスタイル */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000; /* 背景色を黒に設定 */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 1s ease; /* フェードアウト時のトランジション */
}
/* ローディング中のロゴ */
#loading-logo {
  width: 500px; /* ロゴのサイズを調整 */
  transform: translateY(100px); /* 初期位置（下に移動） */
  opacity: 0; /* 初期透明度 */
  animation: fadeUp 1s ease-out forwards; /* アニメーションを適用 */
}
/* 下から上にふわっと表示されるアニメーション */
@keyframes fadeUp {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* メインコンテンツのフェードイン効果 */
#main-content {
  opacity: 0;
  transition: opacity 3s ease; /* コンテンツを3秒かけてフェードイン */
}
/* ローディング終了後にメインコンテンツを表示 */
#main-content.visible {
  opacity: 1;
}
/* ローディング画面を非表示にする */
.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease; /* ローディング全体のフェードアウト */
}
/* ローディング終了後にロゴもフェードアウト */
#loading.hidden #loading-logo {
  opacity: 0; /* ロゴの透明度を0にする */
  transform: scale(0.9); /* ロゴを少し縮小する（オプション） */
  transition: opacity 3s ease, transform 3s ease; /* トランジションを指定 */
}
.free {
  position: relative;
  top: -10px;
}
.free2 {
  position: relative;
  top: 8px;
}
/* スライダー */
.slick-slider {
  margin: 0;
  padding: 0;
}
.slick-slider img {
  width: 100%;
  height: 100%;
}
.caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: white;
  /*background: rgba(0, 0, 0, 0.5);*/
  padding: 10px;
  text-align: center;
  padding: 1% 2%;
  line-height: 1.5em;
}
/*=========
マーカー
=========*/
.marker {
  background: linear-gradient(transparent 50%, rgba(207, 163, 41) 50%);
  display: inline;
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 2.5s;
	    line-height: 1.4em;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
/* 画像重ねる（デフォルトスタイル） */
.memory {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center; /* 横方向の中央揃え */
  align-items: center; /* 縦方向の中央揃え */
}
.image-container {
  position: relative;
  width: 100%; /* 親要素に合わせて幅を調整 */
  max-width: 1200px; /* 必要なら最大幅を設定 */
  height: auto; /* 比率を維持 */
  aspect-ratio: 3 / 2; /* アスペクト比を指定 */
}
.image-container .image {
  position: absolute;
  object-fit: cover;
  border: 2px solid #000; /* 枠線（必要なら） */
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  max-width: 100%; /* 親要素の幅に収める */
  max-height: 100%; /* 親要素の高さに収める */
}
.image-container .image1 {
  top: 0;
  left: 0;
}
.image-container .image2 {
  top: 40%;
  left: 30%;
}
.image-container .image3 {
  top: 100px;
  right: 0;
}

/* スマホ用レスポンシブデザイン */
@media (max-width: 480px) {
 .image-container .image1 {
  top: 0;
  left: 0;
	 width: 40%;
}
.image-container .image2 {
  top: 40%;
  left: 30%;
	width: 50%;
}
.image-container .image3 {
      top: -37px;
    right: 0;
    width: 40%;
}
}


/*==================================================
スライダーのためのcss
===================================*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}


#mainVisualWrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

#bgVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

.slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  text-align: center;
  padding: 1rem;
	list-style: none;
  margin: 0;
  padding: 0;
}

.slide .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; /* 画面全体の高さ */
}

.caption {
  font-size: 1.5rem;
  
  padding: 1rem;
  border-radius: 1rem;
  z-index: 3;
  position: relative;
  color: white;
  text-align: center;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  #bgVideo {
    width: 100%;
    height: auto;
  }

  .caption {
    font-size: 1.2rem;
    padding: 0.8rem;
  }

  .slide .item {
    height: 100vh; /* モバイルでも中央に配置されるように */
  }
}

#catchWrap {
  position: absolute;     /* 画面の絶対位置に配置 */
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);  /* 中央にずらす */
  text-align: center;
  width: 100%;
  z-index: 2;              /* 背景動画より前に表示 */
  color: white;
  pointer-events: none;    /* クリックなどを無効にしておく（必要なら） */
}

.catch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 1s ease;
  font-size: 4rem;
  line-height: 1.5;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.catch.active {
  opacity: 1;
}


@media (max-width: 768px) {
  .catch {
    font-size: 1.4rem;
  }
}
