@charset "UTF-8";
/* ---------------------------------------

	/forest-usage/index.html

--------------------------------------- */
/* ==========================================================================
  modules
========================================================================== */
/* background color */
.m-bgCol {
  background-color: #F2F2F2;
}

.m-bgCol2 {
  background-color: #282828;
}

/* texts */
.m-font-en {
  font-family: adobe-garamond-pro, serif;
}

.m-font-fjalla {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* display */
.m-pc {
  display: block;
}

.m-sp {
  display: none;
}

i.m-pc,
br.m-pc {
  display: inline-block;
}

i.m-sp,
br.m-sp {
  display: none;
}

/* anchor */
.m-anc {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -108px;
  left: 0;
  opacity: 0;
}

@media (max-width: 767px) {
  /* display */
  .m-pc {
    display: none;
  }
  .m-sp {
    display: block;
  }
  i.m-pc,
  br.m-pc {
    display: none;
  }
  i.m-sp,
  br.m-sp {
    display: inline-block;
  }
  /* anchor */
  .m-anc {
    top: -72px;
  }
}
#traceable-tree {
  /* 親要素（検索ボックス全体） */
  /* 入力フィールド */
  /* 検索ボタン */
  /* 検索アイコン */
}
#traceable-tree.fixed {
  background-attachment: fixed;
  background-image: url("../../img/traceable-tree/kv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #traceable-tree.fixed::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url("../../img/traceable-tree/kv_sp.jpg");
    background-position: 0% 0%;
    background-size: cover;
  }
}
#traceable-tree .bgBlk {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out; /* 余韻をつける */
  z-index: -1;
}
#traceable-tree .kv__wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
}
#traceable-tree .kv__inner {
  width: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (max-width: 767px) {
  #traceable-tree .kv__inner {
    width: 80%;
  }
}
#traceable-tree .kv__title {
  font-size: 32px;
  color: #fff;
  margin-bottom: 40px;
  line-height: 1;
}
@media (max-width: 767px) {
  #traceable-tree .kv__title {
    font-size: 24px;
  }
}
#traceable-tree .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: auto;
  background-color: #ffffff; /* 白背景 */
  border: 5px solid #394d1a; /* 緑の枠線 */
  border-radius: 100px; /* 丸みを帯びた角 */
  overflow: hidden;
}
@media (max-width: 767px) {
  #traceable-tree .search-box {
    width: 100%;
  }
}
#traceable-tree .search-box__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #666;
  background: none; /* 背景は親要素と一致 */
}
@media (max-width: 767px) {
  #traceable-tree .search-box__input {
    width: 100%;
  }
}
#traceable-tree .search-box__input::-webkit-input-placeholder {
  color: #aaa; /* プレースホルダの文字色 */
}
#traceable-tree .search-box__input::-moz-placeholder {
  color: #aaa; /* プレースホルダの文字色 */
}
#traceable-tree .search-box__input:-ms-input-placeholder {
  color: #aaa; /* プレースホルダの文字色 */
}
#traceable-tree .search-box__input::-ms-input-placeholder {
  color: #aaa; /* プレースホルダの文字色 */
}
#traceable-tree .search-box__input::placeholder {
  color: #aaa; /* プレースホルダの文字色 */
}
#traceable-tree .search-box__button {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #394d1a; /* 緑背景 */
  border: none;
  cursor: pointer;
  outline: none;
}
@media (max-width: 767px) {
  #traceable-tree .search-box__button {
    position: relative;
    width: 40px;
    height: 40px;
    right: 10px;
  }
}
#traceable-tree .search-box__button:hover {
  background-color: #b4a476;
}
#traceable-tree .search-box__icon {
  fill: #fff; /* 白色アイコン */
}
#traceable-tree .search__note {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}
#traceable-tree .kv__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#traceable-tree .kv__bottom-txt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 50px;
}
#traceable-tree .kv__bottom-scroll {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: rgb(255, 255, 255);
}
#traceable-tree .kv__bottom-scroll .pointer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background-color: #000;
  height: 12.9903810568px;
  width: 15px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#traceable-tree .forest {
  background-color: #e3dbd3;
}
#traceable-tree .forest__ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #traceable-tree .forest__ttl {
    font-size: 18px;
  }
}
#traceable-tree .forest__inner {
  width: calc(100% - 500px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  #traceable-tree .forest__inner {
    width: 100%;
    padding: 0 5%;
  }
}
#traceable-tree .forest__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  #traceable-tree .forest__list {
    display: block;
  }
}
#traceable-tree .forest__item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #traceable-tree .forest__item {
    margin-bottom: 30px;
  }
}
#traceable-tree .forest__link {
  display: block;
}
#traceable-tree .forest__link:hover {
  opacity: 1;
}
#traceable-tree .forest__img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  margin-bottom: 10px;
}
#traceable-tree .forest__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; /* 縦横比を維持してコンテナを覆う */
  -o-object-position: center;
     object-position: center; /* 中央に表示 */
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
#traceable-tree .forest__img:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
#traceable-tree .nav__wrap {
  height: auto;
}
@media (max-width: 767px) {
  #traceable-tree .nav__wrap {
    height: 1px;
  }
}

#traceable-tree-detail {
  background-color: #e3dbd3;
}
@media (max-width: 767px) {
  #traceable-tree-detail .traceable {
    padding: 100px 5% 40px;
  }
}
#traceable-tree-detail .traceable__ttl-en {
  font-size: 24px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  #traceable-tree-detail .traceable__ttl-en {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#traceable-tree-detail .traceable__ttl-jp {
  font-size: 34px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  #traceable-tree-detail .traceable__ttl-jp {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#traceable-tree-detail .traceable__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding-bottom: 150px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  #traceable-tree-detail .traceable__wrap {
    display: block;
    padding-bottom: 60px;
  }
}
#traceable-tree-detail .traceable__map {
  width: 40%;
}
@media (max-width: 767px) {
  #traceable-tree-detail .traceable__map {
    width: 100%;
    margin-bottom: 30px;
  }
}
#traceable-tree-detail .traceable__map img {
  width: 100%;
}
#traceable-tree-detail .traceable__body {
  width: 35%;
}
@media (max-width: 767px) {
  #traceable-tree-detail .traceable__body {
    width: 100%;
  }
}
#traceable-tree-detail .traceable__photo {
  margin-bottom: 10px;
}
#traceable-tree-detail .traceable__photo img {
  vertical-align: top;
}
#traceable-tree-detail .traceable__desc {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#traceable-tree-detail .traceable__desc .desc {
  font-size: clamp(12px, 1vw, 18px);
}
#traceable-tree-detail .traceable__info {
  font-size: clamp(10px, 0.8vw, 14px);
  margin-bottom: 40px;
}
#traceable-tree-detail .traceable__item {
  font-size: clamp(10px, 0.8vw, 14px);
}
#traceable-tree-detail .traceable__item-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
}
#traceable-tree-detail .traceable__item-flow img {
  max-width: 300px;
}
#traceable-tree-detail .traceable__item-flow .flow__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#traceable-tree-detail .traceable__gmap {
  mix-blend-mode: grayscale;
}
#traceable-tree-detail .traceable__gmap iframe {
  width: 100%;
  height: 120px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#traceable-tree-detail .traceable__gmap iframe:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
#traceable-tree-detail .traceable__works-ttl {
  font-size: 24px;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 767px) {
  #traceable-tree-detail .traceable__works-ttl {
    margin-bottom: 30px;
  }
}
#traceable-tree-detail .traceable__works-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  #traceable-tree-detail .traceable__works-list {
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  #traceable-tree-detail .traceable__works-item {
    margin-bottom: 30px;
  }
}
#traceable-tree-detail .traceable__works-link {
  display: block;
}
#traceable-tree-detail .traceable__works-img {
  overflow: hidden;
}
#traceable-tree-detail .traceable__works-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
#traceable-tree-detail .traceable__works-img:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}