@charset "UTF-8";
/*
**
** 全案件共通化するcss
** 案件個別の共有cssはここには記載せずcommon.scssに記載してください
** 
** animation
** layout
** fluffy
** txt
** display
** click
** wordpress
**
**
*/
/*==================================================

** animation
==================================================*/
[class*=fluffy-] {
  opacity: 0;
  position: relative;
}

.fluffy-upper {
  bottom: -50px;
}
.fluffy-upper.move {
  opacity: 1;
  bottom: 0;
  transition: all 0.8s;
}
.fluffy-appear {
  opacity: 0;
}
.fluffy-appear.move {
  opacity: 1;
  transition: all 0.8s ease;
}
.fluffy-slidein-l {
  opacity: 0;
  left: -50px;
}
.fluffy-slidein-l.move {
  opacity: 1;
  left: 0;
  transition: all 0.8s;
}
.fluffy-slidein-r {
  opacity: 0;
  right: -50px;
}
.fluffy-slidein-r.move {
  opacity: 1;
  right: 0;
  transition: all 0.8s;
}
.fluffy-scale-up {
  opacity: 0;
  bottom: -50px;
  transform: scale(1.1);
}
.fluffy-scale-up.move {
  opacity: 1;
  bottom: 0;
  transition: all 1s ease;
  transform: scale(1);
}

.fadelist > li {
  opacity: 0;
  top: 30px;
  position: relative;
}
.fadelist.move > li {
  opacity: 1;
  top: 0px;
  transition: top 1s, opacity 1s;
}
.fadelist.move > li:nth-of-type(1) {
  transition-delay: 0.3s;
}
.fadelist.move > li:nth-of-type(2) {
  transition-delay: 0.6s;
}
.fadelist.move > li:nth-of-type(3) {
  transition-delay: 0.9s;
}
.fadelist.move > li:nth-of-type(4) {
  transition-delay: 1.2s;
}
.fadelist.move > li:nth-of-type(5) {
  transition-delay: 1.5s;
}
.fadelist.move > li:nth-of-type(6) {
  transition-delay: 1.8s;
}
.fadelist.move > li:nth-of-type(7) {
  transition-delay: 2.1s;
}
.fadelist.move > li:nth-of-type(8) {
  transition-delay: 2.4s;
}
.fadelist.move > li:nth-of-type(9) {
  transition-delay: 2.7s;
}
.fadelist.move > li:nth-of-type(10) {
  transition-delay: 3s;
}
.fadelist.move > li:nth-of-type(11) {
  transition-delay: 3.3s;
}
.fadelist.move > li:nth-of-type(12) {
  transition-delay: 3.6s;
}
.fadelist.move > li:nth-of-type(13) {
  transition-delay: 3.9s;
}
.fadelist.move > li:nth-of-type(14) {
  transition-delay: 4.2s;
}
.fadelist.move > li:nth-of-type(15) {
  transition-delay: 4.5s;
}
.fadelist.move > li:nth-of-type(16) {
  transition-delay: 4.8s;
}
.fadelist.move > li:nth-of-type(17) {
  transition-delay: 5.1s;
}
.fadelist.move > li:nth-of-type(18) {
  transition-delay: 5.4s;
}
.fadelist.move > li:nth-of-type(19) {
  transition-delay: 5.7s;
}
.fadelist.move > li:nth-of-type(20) {
  transition-delay: 6s;
}
.fadelist.move > li:nth-of-type(21) {
  transition-delay: 6.3s;
}
.fadelist.move > li:nth-of-type(22) {
  transition-delay: 6.6s;
}
.fadelist.move > li:nth-of-type(23) {
  transition-delay: 6.9s;
}
.fadelist.move > li:nth-of-type(24) {
  transition-delay: 7.2s;
}
.fadelist.move > li:nth-of-type(25) {
  transition-delay: 7.5s;
}
.fadelist.move > li:nth-of-type(26) {
  transition-delay: 7.8s;
}
.fadelist.move > li:nth-of-type(27) {
  transition-delay: 8.1s;
}
.fadelist.move > li:nth-of-type(28) {
  transition-delay: 8.4s;
}
.fadelist.move > li:nth-of-type(29) {
  transition-delay: 8.7s;
}
.fadelist.move > li:nth-of-type(30) {
  transition-delay: 9s;
}

.fadein-item {
  opacity: 0;
  top: 50px;
  position: relative;
}
.fadein-down {
  top: -50px;
}
.fadein.move .fadein-item {
  opacity: 1;
  top: 0px;
  transition: top 1s, opacity 1s;
}
.fadein.move .fadein-num1 {
  transition-delay: 0.3s;
}
.fadein.move .fadein-num2 {
  transition-delay: 0.6s;
}
.fadein.move .fadein-num3 {
  transition-delay: 0.9s;
}
.fadein.move .fadein-num4 {
  transition-delay: 1.2s;
}
.fadein.move .fadein-num5 {
  transition-delay: 1.5s;
}
.fadein.move .fadein-num6 {
  transition-delay: 1.8s;
}
.fadein.move .fadein-num7 {
  transition-delay: 2.1s;
}
.fadein.move .fadein-num8 {
  transition-delay: 2.4s;
}
.fadein.move .fadein-num9 {
  transition-delay: 2.7s;
}
.fadein.move .fadein-num10 {
  transition-delay: 3s;
}
.fadein.move .fadein-num11 {
  transition-delay: 3.3s;
}
.fadein.move .fadein-num12 {
  transition-delay: 3.6s;
}
.fadein.move .fadein-num13 {
  transition-delay: 3.9s;
}
.fadein.move .fadein-num14 {
  transition-delay: 4.2s;
}
.fadein.move .fadein-num15 {
  transition-delay: 4.5s;
}
.fadein.move .fadein-num16 {
  transition-delay: 4.8s;
}
.fadein.move .fadein-num17 {
  transition-delay: 5.1s;
}
.fadein.move .fadein-num18 {
  transition-delay: 5.4s;
}
.fadein.move .fadein-num19 {
  transition-delay: 5.7s;
}
.fadein.move .fadein-num20 {
  transition-delay: 6s;
}
.fadein.move .fadein-num21 {
  transition-delay: 6.3s;
}
.fadein.move .fadein-num22 {
  transition-delay: 6.6s;
}
.fadein.move .fadein-num23 {
  transition-delay: 6.9s;
}
.fadein.move .fadein-num24 {
  transition-delay: 7.2s;
}
.fadein.move .fadein-num25 {
  transition-delay: 7.5s;
}
.fadein.move .fadein-num26 {
  transition-delay: 7.8s;
}
.fadein.move .fadein-num27 {
  transition-delay: 8.1s;
}
.fadein.move .fadein-num28 {
  transition-delay: 8.4s;
}
.fadein.move .fadein-num29 {
  transition-delay: 8.7s;
}
.fadein.move .fadein-num30 {
  transition-delay: 9s;
}

/*==================================================

** layout
==================================================*/
[class*=flex-] {
  display: flex;
}

.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-row-r {
  flex-direction: row-reverse;
}
.flex-col-r {
  flex-direction: column-reverse;
}
.flex-jcc {
  justify-content: center;
}
.flex-jcsb {
  justify-content: space-between;
}
.flex-jcfe {
  justify-content: flex-start;
}
.flex-jcfe {
  justify-content: flex-end;
}
.flex-aic {
  align-items: center;
}
.flex-aifs {
  align-items: flex-start;
}
.flex-aife {
  align-items: flex-end;
}

.float:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.float-r {
  float: right;
}
.float-l {
  float: left;
}

/*==================================================

** txt
==================================================*/
.ctr {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .ctr-pc {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .ctr-pc-tab {
    text-align: center;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ctr-tab {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .ctr-tab-sp {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .ctr-sp {
    text-align: center;
  }
}

/*==================================================

** display
==================================================*/
.pc,
.pc-tab,
.tab,
.tab-sp,
.sp {
  display: none;
}

@media screen and (min-width: 992px) {
  .pc {
    display: revert;
  }
}
@media screen and (min-width: 768px) {
  .pc-tab {
    display: revert;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .tab {
    display: revert;
  }
}
@media screen and (max-width: 991px) {
  .tab-sp {
    display: revert;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: revert;
  }
}
/*==================================================

** click
==================================================*/
.clickoff {
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .clickoff-pc {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .clickoff-pc-tab {
    pointer-events: none;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .clickoff-tab {
    pointer-events: none;
  }
}
@media screen and (max-width: 991px) {
  .clickoff-tab-sp {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .clickoff-sp {
    pointer-events: none;
  }
}

/*==================================================

** wordpress
==================================================*/
/* figure float */
.alignleft {
  float: left;
  display: inline;
  margin-right: 20px;
}

.alignright {
  float: right;
  display: inline;
  margin-left: 20px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .alignleft,
  .alignright,
  .aligncenter {
    float: none;
    display: block;
    margin: 20px 0 0;
  }
}
/* clearfix */
.clear:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

/*
**
** page common
** index
** */
/*==================================================
** page common
==================================================*/
.main .mt-0 {
  margin-top: 0;
}
.main .txtbox > :first-child {
  margin-top: 0;
}

.st-PageTop {
  z-index: 100 !important;
}

/* アニメーション */
.js-fade {
  opacity: 0;
  transform: translateY(30px); /* 30px下から出現 */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* 画面に入った時のスタイル（表示） */
.js-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fade-in {
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.6s ease-out;
}

/* 画面に入った時のスタイル（表示） */
.js-fade-in.is-active {
  opacity: 1;
  transform: scale(1);
}

/* 順番に表示させたい場合（子要素など）に使える遅延クラス */
.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

.delay-6 {
  transition-delay: 0.6s;
}

.delay-7 {
  transition-delay: 0.7s;
}

.delay-8 {
  transition-delay: 0.8s;
}

.delay-9 {
  transition-delay: 0.9s;
}

.delay-10 {
  transition-delay: 1s;
}

.delay-11 {
  transition-delay: 1.1s;
}

.delay-12 {
  transition-delay: 1.2s;
}

.delay-13 {
  transition-delay: 1.3s;
}

.delay-14 {
  transition-delay: 1.4s;
}

.delay-15 {
  transition-delay: 1.5s;
}

.delay-16 {
  transition-delay: 1.6s;
}

/*==================================================
** index
==================================================*/
.main .forest {
  /* 「道」の画像レイヤー */
  /* コンテンツの調整（変更なし） */
}
.main .forest-wrap {
  /* 緑のパターン背景（リピート） */
  background: url("../img/index/ptn_green_pc.webp") repeat center top/1300px auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.main .forest-path-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; /* 緑パターンの上、コンテンツの下 */
  pointer-events: none;
  /* ★ここが重要：pictureとimgの設定 */
}
.main .forest-path-layer picture {
  position: relative;
  display: block; /* pictureタグ自体の隙間を消す */
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 4;
  line-height: 0; /* 念の為の高さを消す */
}
.main .forest-path-layer .bg-path {
  display: block; /* 画像下の謎の隙間を消す */
  width: 100%; /* 横幅いっぱい */
  height: auto; /* 縦比率維持 */
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: bottom; /* 念の為 */
}
.main .forest-sec {
  position: relative;
  z-index: 5;
  background: none !important;
}

#keyvisual .kv {
  margin: 0 !important;
  position: relative;
}
#keyvisual .kv .risu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
#keyvisual .kv .animal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#keyvisual .kv-pht {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
#keyvisual .kv-img {
  width: 100%;
}
#keyvisual .news {
  background: #fff1ca;
  padding-block: 13px;
  padding-inline: 3.84% 0.7%;
  display: grid;
  grid-template-columns: 124px 1fr;
  align-items: center;
  gap: 0 min(2.7vw, 36px);
}
@media screen and (max-width: 991px) {
  #keyvisual .news {
    padding-inline: 3.84% 2.5%;
    grid-template-columns: 11.4102564103vw 1fr;
    gap: 0 3.5897435897vw;
  }
}
#keyvisual .news-ttl {
  background: linear-gradient(to bottom, #b55d2c 0px, #b55d2c 6px, transparent 6px, transparent 10px) repeat-y right top/2px 10px;
  padding-block: 8px;
}
#keyvisual .news-ttl-img {
  width: 84px;
}
@media screen and (max-width: 991px) {
  #keyvisual .news-ttl {
    background: none;
    padding-block: 0;
  }
  #keyvisual .news-ttl-img {
    width: 10.7692307692vw;
  }
}
#keyvisual .news-box {
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 0 12px;
}
@media screen and (max-width: 991px) {
  #keyvisual .news-box {
    grid-template-columns: 1fr;
  }
}
#keyvisual .news-slider {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #keyvisual .news-slider {
    border-radius: 1.2820512821vw;
  }
}
#keyvisual .news-slider-item {
  height: auto;
}
#keyvisual .news-slider-item-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  min-height: 54px;
  padding: 8px 24px;
  gap: 0 20px;
}
@media screen and (max-width: 991px) {
  #keyvisual .news-slider-item-wrap {
    min-height: 6.9230769231vw;
    padding: 1.0256410256vw 3.0769230769vw;
    gap: 0 1.9230769231vw;
  }
}
#keyvisual .news-slider-item-date {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #67bb4d;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  #keyvisual .news-slider-item-date {
    font-size: 2.5641025641vw;
    line-height: 1.5;
  }
}
#keyvisual .news-slider-item-txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #6c2a1e;
  text-align: left;
}
#keyvisual .news-slider-item-txt em {
  font-style: normal;
  opacity: 0.4;
}
@media screen and (max-width: 991px) {
  #keyvisual .news-slider-item-txt {
    font-size: 2.5641025641vw;
    line-height: 1.5;
  }
}
#keyvisual .news-slider-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 6px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  #keyvisual .news-slider-nav {
    display: none;
  }
}
#keyvisual .news-slider-nav-btn {
  display: block;
  border: none;
  background: none;
  height: 100%;
  position: relative;
  color: #b55d2c;
}
#keyvisual .news-slider-nav-btn::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 16/23;
  position: absolute;
  inset: 0;
  margin: auto;
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}
#keyvisual .news-slider-nav-btn:hover {
  color: #db946c;
}
#keyvisual .news-slider-nav-prev::before {
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15.5px" height="22.5px"><path fill-rule="evenodd"  stroke="black" stroke-width="3px" stroke-linecap="round" stroke-linejoin="round" fill="none" d="M10.684,17.328 L3.773,10.417 L10.684,3.506 "/></svg>');
}
#keyvisual .news-slider-nav-next::before {
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15.5px" height="22.5px"><path fill-rule="evenodd"  stroke="black" stroke-width="3px" stroke-linecap="round" stroke-linejoin="round" fill="none" d="M3.316,17.328 L10.227,10.417 L3.316,3.506 "/></svg>');
}

#story {
  padding-top: 1.6153846154vw;
}
@media screen and (max-width: 991px) {
  #story {
    padding-top: 2.9487179487vw;
  }
}
#story .heading {
  width: 32.7692307692vw;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  #story .heading {
    width: 54.6153846154vw;
  }
}
#story .txtbox {
  margin-top: 1.5384615385vw;
  position: relative;
  z-index: 1;
  /* SP用キーフレーム（移動距離を調整） */
}
@media screen and (max-width: 991px) {
  #story .txtbox {
    margin-top: 5.7692307692vw;
  }
}
@keyframes jump-deco-pc {
  0%, 100% {
    transform: translateY(5); /* 地面（元の位置） */
    animation-timing-function: ease-out; /* 上がる時は勢いよく */
  }
  50% {
    transform: translateY(-0.3846153846vw); /* 頂点（少し上へ） */
    animation-timing-function: ease-in; /* 落ちる時は加速 */
  }
}
@media screen and (max-width: 991px) {
  @keyframes jump-deco-sp {
    0%, 100% {
      transform: translateY(3);
      animation-timing-function: ease-out;
    }
    50% {
      transform: translateY(-0.7692307692vw); /* SPでの移動距離 */
      animation-timing-function: ease-in;
    }
  }
}
#story .txtbox::before {
  content: "";
  display: block;
  width: 62.2307692308vw;
  aspect-ratio: 2427/1563;
  background: url("../img/index/story_deco_img01_pc.webp") no-repeat center center/contain;
  position: absolute;
  left: 18.4615384615vw;
  top: -6.6153846154vw;
  animation: jump-deco-pc 1.2s infinite;
}
@media screen and (max-width: 991px) {
  #story .txtbox::before {
    width: 96.4102564103vw;
    aspect-ratio: 2256/2256;
    background-image: url("../img/index/story_deco_img01_sp.webp");
    left: -5.1282051282vw;
    top: -8.4615384615vw;
    animation-name: jump-deco-sp;
  }
}
#story .txtbox p {
  font-size: 1.3846153846vw;
  font-weight: 800;
  line-height: 1.7;
  color: #6c2a1e;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #story .txtbox p {
    font-size: 2.5641025641vw;
    line-height: 1.8;
  }
}
#story .txtbox p .fsl {
  font-size: 1.8461538462vw;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  #story .txtbox p .fsl {
    font-size: 3.3333333333vw;
    line-height: 2;
  }
}
#story .txtbox p + p {
  margin-top: 1.7em;
}
@media screen and (max-width: 991px) {
  #story .txtbox p + p {
    margin-top: 1.8em;
  }
}

/* =========================================================
   #dweller Section (Swiper Version)
   ========================================================= */
#dweller {
  margin-top: 12.9230769231vw;
  padding-top: 12.3076923077vw;
  /* スライダーと矢印を包むラッパー（重要） */
  /* メインスライダー本体 */
  /* 内部コンテンツ (既存のスタイル) */
  /* 矢印ボタン (Swiperの外側に配置) */
  /* サムネイル */
  /* 背景画像エリア */
}
@media screen and (max-width: 991px) {
  #dweller {
    margin-top: 19.2307692308vw;
    padding-top: 20.5128205128vw;
  }
}
#dweller .heading {
  width: 31.3076923077vw;
  position: absolute;
  left: 9.3076923077vw;
  top: -4.6153846154vw;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  #dweller .heading {
    width: 48.0769230769vw;
    left: 2.5641025641vw;
    top: -6.4102564103vw;
  }
}
#dweller .slider-ui-wrap {
  position: relative; /* 矢印の配置基準 */
  width: 70.7692307692vw;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  #dweller .slider-ui-wrap {
    width: 100%;
  }
}
#dweller .mainslider {
  width: 100%;
  margin-inline: auto;
  overflow: hidden; /* スライドのはみ出しをカット */
  padding: 0;
  /* Swiperのスライド設定 */
}
#dweller .mainslider .swiper-slide {
  height: auto;
  box-sizing: border-box;
  /* 背景画像（共通） */
  background: url("../img/index/dweller_slider_bg_defaults_pc.svg") no-repeat center center/100% 100%;
  padding-block: 3.5384615385vw;
  padding-inline: 6.1538461538vw 3.0769230769vw;
  /* 個別の背景画像変更 */
}
@media screen and (max-width: 991px) {
  #dweller .mainslider .swiper-slide {
    background-image: url("../img/index/dweller_slider_bg_defaults_sp.svg");
    padding-block: 5.8974358974vw;
    padding-inline: 5.7692307692vw;
  }
}
#dweller .mainslider .swiper-slide.dweller2 {
  background-image: url("../img/index/dweller_slider_bg_defaults_2_pc.svg");
}
@media screen and (max-width: 991px) {
  #dweller .mainslider .swiper-slide.dweller2 {
    background-image: url("../img/index/dweller_slider_bg_defaults_2_sp.svg");
  }
}
#dweller .mainslider .swiper-slide.dweller3 {
  background-image: url("../img/index/dweller_slider_bg_defaults_3_pc.svg");
}
@media screen and (max-width: 991px) {
  #dweller .mainslider .swiper-slide.dweller3 {
    background-image: url("../img/index/dweller_slider_bg_defaults_3_sp.svg");
  }
}
#dweller .mainslider .swiper-slide.dweller4 {
  background-image: url("../img/index/dweller_slider_bg_defaults_4_pc.svg");
}
@media screen and (max-width: 991px) {
  #dweller .mainslider .swiper-slide.dweller4 {
    background-image: url("../img/index/dweller_slider_bg_defaults_4_sp.svg");
  }
}
#dweller .mainslider .swiper-slide.dweller5 {
  background-image: url("../img/index/dweller_slider_bg_defaults_5_pc.svg");
}
@media screen and (max-width: 991px) {
  #dweller .mainslider .swiper-slide.dweller5 {
    background-image: url("../img/index/dweller_slider_bg_defaults_5_sp.svg");
  }
}
#dweller .mainslider .swiper-slide.dweller6 {
  background-image: url("../img/index/dweller_slider_bg_defaults_6_pc.svg");
}
@media screen and (max-width: 991px) {
  #dweller .mainslider .swiper-slide.dweller6 {
    background-image: url("../img/index/dweller_slider_bg_defaults_6_sp.svg");
  }
}
#dweller .mainslider .swiper-slide.dweller7 {
  background-image: url("../img/index/dweller_slider_bg_defaults_7_pc.svg");
}
@media screen and (max-width: 991px) {
  #dweller .mainslider .swiper-slide.dweller7 {
    background-image: url("../img/index/dweller_slider_bg_defaults_7_sp.svg");
  }
}
#dweller .mainslider .swiper-slide.dweller8 {
  background-image: url("../img/index/dweller_slider_bg_defaults_8_pc.svg");
}
@media screen and (max-width: 991px) {
  #dweller .mainslider .swiper-slide.dweller8 {
    background-image: url("../img/index/dweller_slider_bg_defaults_8_sp.svg");
  }
}
#dweller .mainslider .swiper-slide.dweller9 {
  background-image: url("../img/index/dweller_slider_bg_defaults_9_pc.svg");
}
@media screen and (max-width: 991px) {
  #dweller .mainslider .swiper-slide.dweller9 {
    background-image: url("../img/index/dweller_slider_bg_defaults_9_sp.svg");
  }
}
#dweller .mainslider .swiper-slide.dweller10 {
  background-image: url("../img/index/dweller_slider_bg_defaults_10_pc.svg");
}
@media screen and (max-width: 991px) {
  #dweller .mainslider .swiper-slide.dweller10 {
    background-image: url("../img/index/dweller_slider_bg_defaults_10_sp.svg");
  }
}
#dweller .mainslider .swiper-slide.dweller11 {
  background-image: url("../img/index/dweller_slider_bg_defaults_11_pc.svg");
}
@media screen and (max-width: 991px) {
  #dweller .mainslider .swiper-slide.dweller11 {
    background-image: url("../img/index/dweller_slider_bg_defaults_11_sp.svg");
  }
}
#dweller .mainslider .swiper-slide.dweller12 {
  background-image: url("../img/index/dweller_slider_bg_defaults_12_pc.svg");
}
@media screen and (max-width: 991px) {
  #dweller .mainslider .swiper-slide.dweller12 {
    background-image: url("../img/index/dweller_slider_bg_defaults_12_sp.svg");
  }
}
#dweller .mainslider .swiper-slide.dweller13 {
  background-image: url("../img/index/dweller_slider_bg_defaults_13_pc.svg");
}
@media screen and (max-width: 991px) {
  #dweller .mainslider .swiper-slide.dweller13 {
    background-image: url("../img/index/dweller_slider_bg_defaults_13_sp.svg");
  }
}
#dweller .mainslider .swiper-slide.dweller14 {
  background-image: url("../img/index/dweller_slider_bg_defaults_14_pc.svg");
}
@media screen and (max-width: 991px) {
  #dweller .mainslider .swiper-slide.dweller14 {
    background-image: url("../img/index/dweller_slider_bg_defaults_14_sp.svg");
  }
}
#dweller .prof-desc {
  display: grid;
  grid-template-columns: 22.5384615385vw 33.8461538462vw;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #dweller .prof-desc {
    grid-template-columns: 1fr;
    gap: 3.8461538462vw;
  }
}
@media screen and (max-width: 991px) {
  #dweller .prof-desc .phtbox {
    width: 41.1538461538vw;
    margin-inline: auto;
  }
  #dweller .prof-desc .txtbox {
    width: 70.1282051282vw;
    margin-inline: auto;
  }
}
#dweller .prof-desc .name .name-pht {
  height: 8.7692307692vw;
}
#dweller .prof-desc .name .name-pht.large {
  height: 11.5384615385vw;
}
@media screen and (max-width: 991px) {
  #dweller .prof-desc .name .name-pht {
    height: 12.8205128205vw;
  }
}
#dweller .prof-desc .name-pht {
  width: 100%;
  height: 100%;
}
#dweller .prof-desc .name-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
}
@media screen and (max-width: 991px) {
  #dweller .prof-desc .name-img {
    object-position: center top;
  }
}
#dweller .prof-desc .name + p {
  margin-top: 1.5384615385vw;
}
@media screen and (max-width: 991px) {
  #dweller .prof-desc .name + p {
    margin-top: 2.5641025641vw;
  }
}
#dweller .prof-desc p {
  font-size: 1.3846153846vw;
  font-weight: 800;
  line-height: 1.8;
  color: #6c2a1e;
}
#dweller .prof-desc p.white {
  color: #FFF;
}
@media screen and (max-width: 991px) {
  #dweller .prof-desc p {
    font-size: 2.5641025641vw;
    padding-left: 2vw;
  }
}
#dweller .prof-desc p + p {
  margin-top: 1.8em;
}
#dweller .prof-other {
  margin-top: 1.5384615385vw;
  display: grid;
  grid-template-columns: 22.5384615385vw 33.8461538462vw;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #dweller .prof-other {
    margin-top: 3.2051282051vw;
    grid-template-columns: 32.6923076923vw 37.1794871795vw;
    padding-left: 3vw;
    padding-bottom: 3vw;
  }
}
#dweller .prof-other-ttl {
  width: 9.6153846154vw;
}
@media screen and (max-width: 991px) {
  #dweller .prof-other-ttl {
    width: 15.641025641vw;
  }
}
#dweller .prof-other-txt {
  padding-left: 2.3076923077vw;
  margin-top: 0.7692307692vw;
  font-size: 1.5384615385vw;
  font-weight: 800;
  line-height: 1.6;
  color: #6c2a1e;
  letter-spacing: 0.04em;
}
#dweller .prof-other-txt.white {
  color: #FFF;
}
@media screen and (max-width: 991px) {
  #dweller .prof-other-txt {
    padding-left: 2.5641025641vw;
    margin-top: 1.2820512821vw;
    font-size: 2.8205128205vw;
    letter-spacing: 0.02em;
  }
}
#dweller .dweller-prev,
#dweller .dweller-next {
  border: none;
  padding: 0;
  width: 7.0769230769vw;
  aspect-ratio: 276/219;
  z-index: 20;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-out;
  transform: scale(1);
}
#dweller .dweller-prev:hover,
#dweller .dweller-next:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  #dweller .dweller-prev,
  #dweller .dweller-next {
    width: 12.4358974359vw;
    aspect-ratio: 291/231;
  }
}
#dweller .dweller-next {
  right: -8.9230769231vw;
  background-image: url("../img/index/dweller_btn_next_pc.webp");
}
@media screen and (max-width: 991px) {
  #dweller .dweller-next {
    right: -5.641025641vw;
    background-image: url("../img/index/dweller_btn_next_pc.webp");
  }
}
#dweller .dweller-prev {
  left: -8.9230769231vw;
  background-image: url("../img/index/dweller_btn_prev_pc.webp");
}
@media screen and (max-width: 991px) {
  #dweller .dweller-prev {
    left: -5.641025641vw;
    background-image: url("../img/index/dweller_btn_prev_pc.webp");
  }
}
#dweller .thumbslider {
  width: 76vw;
  margin: 1.5384615385vw auto 0;
  gap: 0.7692307692vw 0.45%;
}
@media screen and (max-width: 991px) {
  #dweller .thumbslider {
    width: 100%;
    margin: 4.4871794872vw auto 0;
    gap: 2.5641025641vw 0.75%;
  }
}
#dweller .thumbslider-item {
  width: 12.10625%;
  cursor: pointer;
  transition: all 0.3s ease-out;
  transform: scale(1);
}
#dweller .thumbslider-item.current {
  /* 親要素自体のフィルタは解除 */
  filter: none;
  /* 子要素のimg画像だけにフィルタをかける */
}
#dweller .thumbslider-item.current img {
  filter: drop-shadow(0 0 5px #e50113);
  /* スマホでの描画バグを防ぐおまじない（下記解説） */
  will-change: filter;
  transform: translateZ(0);
}
#dweller .thumbslider-item:hover {
  transform: scale(1.1);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  #dweller .thumbslider-item {
    width: 19.4%;
  }
  #dweller .thumbslider-item:nth-of-type(6) {
    margin-left: 9.7%;
  }
  #dweller .thumbslider-item:nth-of-type(9) {
    margin-right: 9.7%;
  }
}
#dweller .forest-bg .pht-pc1 {
  top: auto;
  bottom: -30vw;
}
@media screen and (max-width: 991px) {
  #dweller .forest-bg .pht-sp1 {
    top: 25.8974358974vw;
  }
  #dweller .forest-bg .pht-sp2 {
    top: auto;
    bottom: -63.8461538462vw;
  }
}

#relationship {
  padding-top: 6.1538461538vw;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  #relationship {
    padding-top: 20.5128205128vw;
    margin-top: -10.2564102564vw;
  }
}
#relationship .heading {
  width: 22.0769230769vw;
  position: absolute;
  left: 13.4615384615vw;
  top: 1.4615384615vw;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  #relationship .heading {
    width: 29.2307692308vw;
    left: 7.0512820513vw;
    top: 4.1025641026vw;
  }
}
#relationship .diagram_wrap {
  position: relative;
}
#relationship .diagram_wrap .diagram_1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#relationship .diagram_wrap .diagram_2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#relationship .diagram_wrap .diagram_3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
#relationship .diagram_wrap .diagram_4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#relationship .diagram_wrap .diagram_5 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
#relationship .diagram_wrap .diagram_6 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}
#relationship .diagram_wrap .diagram_7 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
@media screen and (max-width: 991px) {
  #relationship .diagram {
    margin-right: -1.5384615385vw;
    max-width: none;
    width: auto;
  }
}
#relationship .forest-bg-pht {
  width: 99vw;
  top: auto;
  bottom: -23.1538461538vw;
  left: 0.3076923077vw;
}
@media screen and (max-width: 991px) {
  #relationship .forest-bg-pht {
    width: 100%;
    bottom: -46.5384615385vw;
    left: 0;
  }
}

#continue {
  margin-top: 1.9230769231vw;
}
@media screen and (max-width: 991px) {
  #continue {
    margin-top: 8.7179487179vw;
  }
}
#continue .sign {
  width: 30.9230769231vw;
  margin-inline: auto 4vw;
}
@media screen and (max-width: 991px) {
  #continue .sign {
    width: 47.5641025641vw;
    margin-right: 2.3076923077vw;
  }
}

/* =========================================================
   ハチさんのアニメーション設定
   ========================================================= */
/* 1. 動きの定義（ゆらゆら飛ぶ） */
@keyframes floating-bee {
  0% {
    transform: translateY(0) rotate(-5deg);
  }
  50% {
    transform: translateY(-30px) rotate(5deg);
  }
  100% {
    transform: translateY(0) rotate(-5deg);
  }
}
.bee {
  position: absolute;
  z-index: 10; /* 背景画像より手前 */
  animation: floating-bee 4s ease-in-out infinite;
}

.bee-1 {
  width: 3.8461538462vw; /* サイズはお好みで */
  top: 27%; /* 全体の高さに対する位置 */
  right: 12%; /* 左からの位置 */
}
@media screen and (max-width: 991px) {
  .bee-1 {
    width: 5.1282051282vw;
    top: 26%;
    right: 10%;
  }
}

/* 2匹目（右下のほう、動きを少しずらす） */
.bee-2 {
  width: 3.8461538462vw;
  top: 27.5%; /* 全体の高さに対する位置 */
  right: 7%; /* 左からの位置 */
  /* アニメーションのタイミングをずらす */
  animation-duration: 3s;
  animation-delay: 1s;
}
@media screen and (max-width: 991px) {
  .bee-2 {
    width: 5.1282051282vw;
    top: 26%;
    right: 4%;
  }
}

/* =========================================================
   カメさんのアニメーション設定（ひょっこり）
   ========================================================= */
/* 1. 動きの定義（出てきて、止まって、隠れる） */
@keyframes peek-a-boo {
  /* 0%〜10%: 隠れている（初期位置） */
  0%, 10% {
    transform: translateX(0) rotate(0deg);
  }
  /* 20%: 出てくる */
  20% {
    transform: translateX(5.3846153846vw) rotate(0deg);
  }
  /* --- 止まっている間に首をかしげる（きょろきょろ） --- */
  35% {
    transform: translateX(5.3846153846vw) rotate(-5deg);
  } /* 左へ */
  55% {
    transform: translateX(5.3846153846vw) rotate(5deg);
  } /* 右へ */
  70% {
    transform: translateX(5.3846153846vw) rotate(-3deg);
  } /* また左へ */
  /* -------------------------------------------------- */
  /* 80%: まっすぐ前を向く */
  80% {
    transform: translateX(5.3846153846vw) rotate(0deg);
  }
  /* 90%〜100%: 隠れる（元の位置に戻る） */
  90%, 100% {
    transform: translateX(0) rotate(0deg);
  }
}
/* SP用（移動距離を調整） */
@media screen and (max-width: 991px) {
  @keyframes peek-a-boo-sp {
    0%, 10% {
      transform: translateX(0) rotate(0deg);
    }
    20% {
      transform: translateX(6.4102564103vw) rotate(0deg);
    }
    /* SP用きょろきょろ */
    35% {
      transform: translateX(6.4102564103vw) rotate(-5deg);
    }
    55% {
      transform: translateX(6.4102564103vw) rotate(5deg);
    }
    70% {
      transform: translateX(6.4102564103vw) rotate(-3deg);
    }
    80% {
      transform: translateX(6.4102564103vw) rotate(0deg);
    }
    90%, 100% {
      transform: translateX(0) rotate(0deg);
    }
  }
}
/* 2. カメさんの配置場所（木の陰を想定） */
.turtle-wrap {
  position: absolute;
  z-index: 2;
  top: 25.5%; /* 全体の高さに対する位置 */
  left: 30.5%; /* 左端からの位置 */
}
@media screen and (max-width: 991px) {
  .turtle-wrap {
    top: 26.5%; /* SPでの配置位置 */
    left: 19%;
  }
}

/* 3. カメさん本体の動き */
.turtle {
  width: 12.3076923077vw; /* カメのサイズ */
  height: auto;
  margin-left: -6.1538461538vw;
  animation: peek-a-boo 8s ease-in-out infinite 1s;
}
@media screen and (max-width: 991px) {
  .turtle {
    width: 20.5128205128vw;
    margin-left: -8.9743589744vw; /* SPで隠す距離 */
    /* SP用アニメーションに切り替え */
    animation-name: peek-a-boo-sp;
  }
}
