/***** Google Fonts *****/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
.fossil-hunter2024_body {
  font-size: 18px;
  background-image: url(https://www.ohbsn.com/event/art-other/fossil-hunter/images/20240429_bk_fossil-hunter1280x720.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  color: #422417;
}
.fossil-hunter2024_body .bold {
  font-weight: bold;
}
.fossil-hunter2024_body .red {
  color: red;
}
.fossil-hunter2024_body .small {
  font-size: 0.8em;
}
.fossil-hunter2024_body .main-img-area .main-img-area__images-img img {
  width: 100%;
  display: block;
}
.fossil-hunter2024_body .ticket {
  width: 340px;
  text-align: center;
  margin: 30px auto;
}
.fossil-hunter2024_body .btn-tiket {
  background: #c41232;
  text-align: center;
  width: 65%;
  margin: 30px auto;
  padding: 10px;
}
.fossil-hunter2024_body .btn-tiket a {
  color: #fff;
}
.fossil-hunter2024_body .sns__box {
  width: 340px;
  margin: 30px auto;
}
.fossil-hunter2024_body .sns__box p.btn {
  text-align: center;
  margin: 0 0 20px 0;
}
.fossil-hunter2024_body .sns__box p.btn a {
  background-color: #c41232;
  color: #fff;
  padding: 20px;
  width: 300px;
  display: inline-block;
  line-height: 1em;
  letter-spacing: 3px;
}
.fossil-hunter2024_body .special__box p.talk {
  font-size: 1.35em;
  font-weight: bold;
  text-align: center;
  color: #312e78;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fossil-hunter2024_body .special__box p.talk::before,
.fossil-hunter2024_body .special__box .talk::after {
  content: "";
  background-color: #312e78;
  height: 3px;
  width: 40px;
}
.fossil-hunter2024_body .special__box p.talk::before {
  margin-right: 5px;
  transform: rotate(60deg);
}
.fossil-hunter2024_body .special__box p.talk::after {
  margin-left: 5px;
  transform: rotate(-60deg);
}
.fossil-hunter2024_body .special__box p.btn {
  text-align: center;
  margin: 0 0 20px 0;
}
.fossil-hunter2024_body .special__box p.btn a {
  background-color: #312e78;
  color: #fff;
  padding: 20px;
  width: 300px;
  display: inline-block;
  line-height: 1em;
  letter-spacing: 3px;
}
.fossil-hunter2024_body .content {
  width: 960px;
  margin: 0 auto;
}
.fossil-hunter2024_body .content .content__box {
  margin: 30px 0 0 0;
}
.fossil-hunter2024_body .content .content__box .heading {
  font-size: 24px;
  border-radius: 20px 20px 0 0;
  padding: 5px;
  text-align: center;
  letter-spacing: 0.5em;
  font-weight: bold;
}
.fossil-hunter2024_body .content .content__box .heading--yellow {
  background-color: rgba(204, 182, 39, 0.5);
}
.fossil-hunter2024_body .content .content__box .heading--yellow2 {
  background-color: rgba(99, 68, 44, 0.5);
}
.fossil-hunter2024_body .content .content__box .heading--yellow3 {
  background-color: rgba(255, 241, 84, 0.5);
}
.fossil-hunter2024_body .content .content__box .content__txt {
  font-size: 18px;
  padding: 30px;
  border-radius: 0 0 20px 20px;
  line-height: 2em;
  letter-spacing: 1px;
}
.fossil-hunter2024_body .content .content__box .content__txt p span {
  font-size: 1.35em;
}
.fossil-hunter2024_body .content .content__box .content--white {
  background-color: rgba(255, 255, 255, 0.5);
}
.fossil-hunter2024_body .footprints {
  position: relative;
}
.fossil-hunter2024_body .footprints .content__wrap p.img-left img {
  position: absolute;
  top: 0;
  left: -250px;
  opacity: 0;
  transition: all 5s steps(4, start) 3s;
}
.fossil-hunter2024_body .fadeIn .content__wrap p.img-left img {
  opacity: 1;
}
.fossil-hunter2024_body .footprints .content__wrap p.img-right img {
  position: absolute;
  top: 0;
  right: -300px;
  opacity: 0;
  transition: all 5s steps(4, start) 3s;
}
.fossil-hunter2024_body .fadeIn .content__wrap p.img-right img {
  opacity: 1;
}

/*=== 2024-08-21 add m.kato ===*/
.fossil-hunter2024_body .embed__wrap {
  background: #f3d8b6;
  padding: 30px;
  margin: 30px auto;
}
.fossil-hunter2024_body .embed__wrap h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 1em;
}
.fossil-hunter2024_body .embed__wrap h3 > span {
  position: relative;
  padding: 0 2em;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 900;
}
.fossil-hunter2024_body .embed__wrap h3 > span::before,
.fossil-hunter2024_body .embed__wrap h3 > span::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2em;
  height: 0.125em;
  background: #422417;
}
.fossil-hunter2024_body .embed__wrap h3 > span::before {
  left: 0;
  -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.fossil-hunter2024_body .embed__wrap h3 > span::after {
  right: 0;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);

}
.fossil-hunter2024_body .embed__box {
  width: 80%;
  aspect-ratio: 16 / 9;
  position: relative;
  margin: 0 auto 1em;
}
.fossil-hunter2024_body .embed__box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fossil-hunter2024_body .embed__txt {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
}
.fossil-hunter2024_body .embed__txt a {
  display: inline-block;
  margin: 0.5em 0 0;
  color: #FF6900 !important;
}
.fossil-hunter2024_body .embed__txt span {
  font-size: 0.75em;
  font-weight: 400;
}

@media screen and (max-width: 899px) {
  .fossil-hunter2024_body {
    font-size: 15px;
  }
  .fossil-hunter2024_body .content {
    width: 98%;
    margin: 0 auto;
  }
  .fossil-hunter2024_body .content .content__box {
    margin: 30px 0 0 0;
  }
  .fossil-hunter2024_body .content .content__box .heading {
    font-size: 20px;
    border-radius: 10px 10px 0 0;
    padding: 2px;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: bold;
  }
  .fossil-hunter2024_body .content .content__box .content__txt {
    font-size: 15px;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    line-height: 2em;
    letter-spacing: 1.5px;
  }
  .fossil-hunter2024_body .footprints {
    position: relative;
  }
  .fossil-hunter2024_body .footprints .content__wrap p.img-left img {
    position: absolute;
    top: 0;
    left: -250px;
    opacity: 0;
    transition: all 2s;
  }
  .fossil-hunter2024_body .fadeIn .content__wrap p.img-left img {
    opacity: 1;
  }
  .fossil-hunter2024_body .footprints .content__wrap p.img-right img {
    position: absolute;
    top: 0;
    right: -300px;
    opacity: 0;
    transition: all 2s;
  }
  .fossil-hunter2024_body .fadeIn .content__wrap p.img-right img {
    opacity: 1;
  }
  .fossil-hunter2024_body .link_flyer {
    text-align: center;
    margin: 30px 0;
    font-size: 16px;
  }
  .fossil-hunter2024_body .link_flyer a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18em;
    margin: 0 auto;
    padding: 0.5em 0;
    border: 2px solid #0052a5;
    font-weight: 500;
    border-radius: 0.5em;
    transition: all 0.5s ease-in-out;
  }

  /*=== 2024-08-21 add m.kato ===*/
  .fossil-hunter2024_body .embed__wrap {
    padding: 15px;
  }
  .fossil-hunter2024_body .embed__wrap h3 > span {
    font-size: 4.5vw;
    padding: 0 3em;
    text-align: center;
  }
  .fossil-hunter2024_body .embed__wrap h3 > span::before,
  .fossil-hunter2024_body .embed__wrap h3 > span::after {
    width: 4em;
  }
  .fossil-hunter2024_body .embed__wrap h3 > span::before {
    left: -1em;
  }
  .fossil-hunter2024_body .embed__wrap h3 > span::after {
    right: -1em;
  }
  .fossil-hunter2024_body .embed__box {
    width: 95%;
  }
  .fossil-hunter2024_body .embed__txt {
    width: 95%;
    font-size: 1em;
  }
}/*# sourceMappingURL=2024fossil-hunter.css.map */