@charset "UTF-8";
.btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2em;
}

.std-button:not(.plain) {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  border: 0.2604166667vw solid #000000;
  width: 100%;
  border-radius: 9999px;
  padding: 0.5em 2em 0.5em 2.2em;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: bold;
  width: 34.6354166667vw;
  margin-bottom: 0.5208333333vw;
  font-size: 2.03125vw;
  -webkit-box-shadow: 0.5208333333vw 0.5208333333vw 0 0 #000000;
  box-shadow: 0.5208333333vw 0.5208333333vw 0 0 #000000;
  color: #000000;
}
@media print, screen and (min-width: 1280px) {
  .std-button:not(.plain) {
    border-width: 4px;
    width: 532px;
    -webkit-box-shadow: 8px 8px 0 0 #000000;
    box-shadow: 8px 8px 0 0 #000000;
    font-size: 31.2px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .std-button:not(.plain) {
    border-width: 0.6038647343vw;
    width: 80.3140096618vw;
    margin-bottom: 1.2077294686vw;
    font-size: 4.7101449275vw;
    -webkit-box-shadow: 1.2077294686vw 1.2077294686vw 0 0 #000000;
    box-shadow: 1.2077294686vw 1.2077294686vw 0 0 #000000;
  }
}
.std-button:not(.plain):hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.std-button:not(.plain) > .content {
  display: inline-block;
  color: #000000;
  line-height: 1.3;
}
.std-button:not(.plain) > .icon {
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow_white.svg) center center no-repeat;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
}
.std-button:not(.plain).no-shadow {
  box-shadow: none;
}
.std-button:not(.plain).blue {
  color: #35B9C4;
  border-color: #35B9C4;
  -webkit-box-shadow: 0.5208333333vw 0.5208333333vw 0 0 #35B9C4;
  box-shadow: 0.5208333333vw 0.5208333333vw 0 0 #35B9C4;
}
@media print, screen and (min-width: 1280px) {
  .std-button:not(.plain).blue {
    -webkit-box-shadow: 8px 8px 0 0 #35B9C4;
    box-shadow: 8px 8px 0 0 #35B9C4;
  }
}
@media screen and (max-width: 768px) {
  .std-button:not(.plain).blue {
    -webkit-box-shadow: 1.2077294686vw 1.2077294686vw 0 0 #35B9C4;
    box-shadow: 1.2077294686vw 1.2077294686vw 0 0 #35B9C4;
  }
}
.std-button:not(.plain).green {
  color: #80BB24;
  border-color: #80BB24;
  -webkit-box-shadow: 0.5208333333vw 0.5208333333vw 0 0 #80BB24;
  box-shadow: 0.5208333333vw 0.5208333333vw 0 0 #80BB24;
}
@media print, screen and (min-width: 1280px) {
  .std-button:not(.plain).green {
    -webkit-box-shadow: 8px 8px 0 0 #80BB24;
    box-shadow: 8px 8px 0 0 #80BB24;
  }
}
@media screen and (max-width: 768px) {
  .std-button:not(.plain).green {
    -webkit-box-shadow: 1.2077294686vw 1.2077294686vw 0 0 #80BB24;
    box-shadow: 1.2077294686vw 1.2077294686vw 0 0 #80BB24;
  }
}

.std-button.plain {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  text-decoration: none;
  border: none;
  width: 100%;
  cursor: pointer;
}
.std-button.plain > .content {
  text-align: center;
}
.std-button.plain > .icon {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.std-button.plain > .icon svg {
  fill: #ffffff;
}
.std-button.plain.no-shadow {
  box-shadow: none;
}
.std-button.plain.light {
  background-color: #13BDD0;
}
.std-button.plain.light > .content {
  color: #000000;
}
.std-button.plain.grey {
  background-color: #ccc;
}
.std-button.plain.grey > .content {
  color: #ffffff;
}
.std-button.plain.grey > .icon {
  background-color: #000000;
}

/*************************************************
/  全体
/**************************************************/
/*base.css上書き部分*/
.contents-nav {
  margin-top: 0;
}

body#outdoorlifefesta2025.is-loaded .overlay {
  opacity: 0 !important;
}
body#outdoorlifefesta2025.is-scrollLock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

.outdoorlifefesta2025_wrapper {
  position: relative;
  background-image: url(../img/bg_fixitem.webp), url(../img/bg.jpg);
  background-position: right bottom -2vw, center top;
  background-repeat: no-repeat, repeat-y;
  background-size: contain, contain;
  background-attachment: fixed, fixed;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-display: optional;
  font-weight: 500;
  font-style: normal;
  background-color: #fff;
  color: #000000;
  line-height: 1.8214285714;
  text-align: left;
  position: relative;
  font-size: 1rem;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper {
    font-size: calc(27px * 0.8);
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper {
    line-height: 1.8214285714;
  }
}
.outdoorlifefesta2025_wrapper br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper br.sp {
    display: block;
  }
  .outdoorlifefesta2025_wrapper br.pc {
    display: none;
  }
}
.outdoorlifefesta2025_wrapper .para > *:not(:last-child) {
  margin-bottom: 1em;
}
.outdoorlifefesta2025_wrapper .overlay {
  position: absolute;
  inset: 0;
  background-color: #13BDD0;
  z-index: 9999;
  opacity: 1;
  transition: opacity 1s ease;
  pointer-events: none;
}
.outdoorlifefesta2025_wrapper .overlay .loading {
  width: 20%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .overlay .loading {
    width: 80%;
  }
}
@keyframes bounce {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  80% {
    transform: scale(0.95);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounce-in {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  30% {
    transform: scale(1.5, 0.8) translate(0%, 10%);
    opacity: 1;
  }
  50% {
    transform: scale(0.8, 1.5) translate(0%, -10%);
    opacity: 1;
  }
  70% {
    transform: scale(1.3, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
.outdoorlifefesta2025_wrapper [data-aos=custom-bounce],
.outdoorlifefesta2025_wrapper [data-aos=custom-bounce2] {
  opacity: 0;
}
.outdoorlifefesta2025_wrapper {
  /* aos-animate が付与されたらアニメーション開始 */
}
.outdoorlifefesta2025_wrapper [data-aos=custom-bounce].aos-animate {
  animation: bounce-in 0.8s ease forwards;
}
.outdoorlifefesta2025_wrapper [data-aos=custom-bounce2].aos-animate {
  animation: bounce 0.8s ease forwards;
  animation-delay: 0.5s;
}
.outdoorlifefesta2025_wrapper {
  /* .ft-serif{font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;} */
}
.outdoorlifefesta2025_wrapper .ft-en {
  font-family: "Jost", Arial, "Century Gothic", sans-serif;
}
.outdoorlifefesta2025_wrapper .attention {
  color: #D86754;
}
.outdoorlifefesta2025_wrapper .t-center {
  text-align: center;
}
.outdoorlifefesta2025_wrapper .t-right {
  text-align: right;
}
.outdoorlifefesta2025_wrapper .t-bold {
  font-weight: 700;
}
.outdoorlifefesta2025_wrapper .t-under {
  text-decoration: underline;
  display: inline;
}
.outdoorlifefesta2025_wrapper .t-palt {
  font-feature-settings: "palt";
}
.outdoorlifefesta2025_wrapper .t-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  white-space: normal;
}
.outdoorlifefesta2025_wrapper .para > *:not(:last-child) {
  margin-bottom: 1em;
}
.outdoorlifefesta2025_wrapper {
  /*************************************************
  imageをいつでも親の横100%表示にする
  **************************************************/
}
.outdoorlifefesta2025_wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .outdoorlifefesta2025_wrapper img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.outdoorlifefesta2025_wrapper a {
  color: #13BDD0;
  display: inline-block;
}
@media (hover: hover) {
  .outdoorlifefesta2025_wrapper a:hover {
    opacity: 0.8;
  }
}
.outdoorlifefesta2025_wrapper button {
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper a[href^="tel:"] {
    pointer-events: none;
  }
}
.outdoorlifefesta2025_wrapper {
  /*************************************************
    ※リスト
  **************************************************/
}
.outdoorlifefesta2025_wrapper .attention-lists > li {
  position: relative;
}
.outdoorlifefesta2025_wrapper .attention-lists > li::before {
  content: "※";
}
.outdoorlifefesta2025_wrapper .attention-lists {
  font-weight: 400;
  line-height: 1.3913;
  font-size: 1.1979166667vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .attention-lists {
    font-size: 18.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .attention-lists {
    font-size: 2.7777777778vw;
  }
}
.outdoorlifefesta2025_wrapper .dot-lists > li {
  position: relative;
}
.outdoorlifefesta2025_wrapper .dot-lists > li::before {
  content: "・";
}
.outdoorlifefesta2025_wrapper .tab-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  position: absolute; /* 必要に応じて */
}
.outdoorlifefesta2025_wrapper .tab-content.active {
  opacity: 1;
  visibility: visible;
  position: relative; /* 必要に応じて */
}
.outdoorlifefesta2025_wrapper .modal-open {
  cursor: pointer;
}
.outdoorlifefesta2025_wrapper .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  visibility: hidden;
  transition: opacity 0.3s;
  box-sizing: border-box;
  opacity: 0;
  z-index: -100;
}
.outdoorlifefesta2025_wrapper .modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
.outdoorlifefesta2025_wrapper .modal.is-active {
  opacity: 1;
  display: flex;
  visibility: visible;
  align-items: center;
  justify-content: center;
  z-index: 3000;
}
.outdoorlifefesta2025_wrapper .modal_container {
  position: relative;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 900px;
}
.outdoorlifefesta2025_wrapper .modal_close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 0.1em;
  border: 0.125rem solid #fff;
}
.outdoorlifefesta2025_wrapper .modal_content {
  text-align: left;
  height: auto;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  border: 0.125rem solid #000000;
  padding: 3rem 1rem 1.5rem;
  border-radius: 2rem;
}
.outdoorlifefesta2025_wrapper .modal_datail-block {
  display: none;
}
.outdoorlifefesta2025_wrapper .modal .modal_datail-block {
  display: block;
}
.outdoorlifefesta2025_wrapper {
  /****** ショップモーダル内 **************************************/
}
.outdoorlifefesta2025_wrapper #modal .modal_container {
  height: 95%;
  width: 43.125vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper #modal .modal_container {
    width: 662.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper #modal .modal_container {
    width: 90%;
  }
}
.outdoorlifefesta2025_wrapper #modal .modal_content {
  padding-top: 1.5625vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper #modal .modal_content {
    padding-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper #modal .modal_content {
    padding-top: 3.6231884058vw;
  }
}
.outdoorlifefesta2025_wrapper #modal .modal_close {
  color: #000000;
  background-color: initial;
  border: none;
  cursor: pointer;
  z-index: 1;
  line-height: 1;
  font-size: 2.7083333333vw;
  top: 0vw;
  right: 1.0416666667vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper #modal .modal_close {
    font-size: 41.6px;
    top: 0px;
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper #modal .modal_close {
    font-size: 6.2801932367vw;
    top: -0.6038647343vw;
    right: 1.2077294686vw;
  }
}
.outdoorlifefesta2025_wrapper .shop_modal .modal_container {
  width: 43.125vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .shop_modal .modal_container {
    width: 662.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .shop_modal .modal_container {
    width: 100%;
    height: auto;
  }
}
.outdoorlifefesta2025_wrapper .shop_modal .modal_container .modal_content {
  padding-left: calc(4.8556% - 1em);
  padding-right: calc(4.8556% - 1em);
  border: none;
  border-radius: 1em;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap {
  overflow-y: scroll;
  max-height: 100%;
  padding: 1em;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .m-none {
  display: none;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .m-show {
  display: block;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .img {
  border-radius: 1em;
  overflow: hidden;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .img img:nth-child(1) {
  display: none;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .img img:nth-child(2) {
  display: block;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail {
  position: relative;
  line-height: 1.4137;
  padding-bottom: 2em;
  margin-top: 1.5104166667vw;
  min-height: 37.5vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail {
    margin-top: 23.2px;
    min-height: 576px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail {
    margin-top: 3.5024154589vw;
    min-height: 86.9565217391vw;
  }
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="1"] {
  background-image: url("../img/icon_num1.webp");
  background-size: 20%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="2"] {
  background-image: url("../img/icon_num2.webp");
  background-size: 40%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="3"] {
  background-image: url("../img/icon_num3.webp");
  background-size: 40%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="4"] {
  background-image: url("../img/icon_num4.webp");
  background-size: 40%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="5"] {
  background-image: url("../img/icon_num5.webp");
  background-size: 40%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="6"] {
  background-image: url("../img/icon_num6.webp");
  background-size: 40%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="7"] {
  background-image: url("../img/icon_num7.webp");
  background-size: 40%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="8"] {
  background-image: url("../img/icon_num8.webp");
  background-size: 40%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="9"] {
  background-image: url("../img/icon_num9.webp");
  background-size: 40%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="10"] {
  background-image: url("../img/icon_num10.webp");
  background-size: 70%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="11"] {
  background-image: url("../img/icon_num11.webp");
  background-size: 70%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="12"] {
  background-image: url("../img/icon_num12.webp");
  background-size: 70%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="13"] {
  background-image: url("../img/icon_num13.webp");
  background-size: 70%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="14"] {
  background-image: url("../img/icon_num14.webp");
  background-size: 70%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="15"] {
  background-image: url("../img/icon_num15.webp");
  background-size: 70%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="16"] {
  background-image: url("../img/icon_num16.webp");
  background-size: 70%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="17"] {
  background-image: url("../img/icon_num17.webp");
  background-size: 70%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="18"] {
  background-image: url("../img/icon_num18.webp");
  background-size: 70%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num[data-num="1"] {
  background-position: 45% center;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num {
  position: absolute;
  left: 1.3em;
  background-color: #80BB24;
  border-radius: 9999px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 3.3854166667vw;
  height: 3.3854166667vw;
  top: -19.7916666667vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num {
    width: 52px;
    height: 52px;
    top: -304px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num {
    left: 1em;
    background-size: 20%;
    width: 7.8502415459vw;
    height: 7.8502415459vw;
    top: -42.270531401vw;
  }
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num.gg {
  background-color: #A2C772;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num.gf {
  background-color: #7EAFD8;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num.beer {
  background-color: #E28F62;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .num.other {
  background-color: #0CC6D0;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .ico.beer {
  position: absolute;
  left: 4em;
  background-image: url("../img/icon_beer.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1.9791666667vw;
  height: 2.34375vw;
  top: -19.2708333333vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .ico.beer {
    width: 30.4px;
    height: 36px;
    top: -296px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .ico.beer {
    width: 4.5893719807vw;
    height: 5.4347826087vw;
    top: -44.6859903382vw;
  }
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .block {
  display: flex;
  flex-direction: column;
  position: relative;
  background-image: url(../img/bg_dottedline.webp);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 100%;
  padding-bottom: 1em;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .shop-logo,
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .tag,
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .text,
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .time,
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .fee-booking,
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .booking2,
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .shop-photo {
  display: block;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .shop-logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 5.5208333333vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .shop-logo {
    width: 84.8px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .shop-logo {
    width: 12.8019323671vw;
  }
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .shop-logo.double {
  width: 9.6692708333vw;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .shop-logo.double {
    width: 148.52px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .shop-logo.double {
    width: 22.4214975845vw;
  }
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .shop-logo.double > img {
  width: 46%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .shop-logo.s2-long-img {
  top: 0vw;
  width: 15.625vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .shop-logo.s2-long-img {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .shop-logo.s2-long-img {
    top: 0.6038647343vw;
    width: 30.193236715vw;
  }
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .shop-logo:hover {
  opacity: 1;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .tag span {
  display: inline-block;
  border-radius: 1em;
  text-align: center;
  background-color: #BFDD65;
  color: #fff;
  padding: 0.2em 1em 0.4em;
  font-size: 1.3541666667vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .tag span {
    font-size: 20.8px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .tag span {
    font-size: 3.1400966184vw;
  }
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .tag span.gf {
  background-color: #7EAFD8;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .tag span.gg {
  background-color: #A2C772;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .name {
  order: 1;
  font-size: 1.8229166667vw;
  margin-top: 0.3em;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .name {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .name {
    font-size: 4.2270531401vw;
  }
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .name.s3 {
  width: 45%;
  line-height: 1.3;
  margin-bottom: 0.4em;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .title,
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .text {
  order: 2;
  margin-top: 0.2em;
  font-size: 1.4583333333vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .title,
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .text {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .title,
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .text {
    font-size: 3.3816425121vw;
  }
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .title {
  margin-top: 0.5em;
  margin-bottom: 0.4em;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .text {
  order: 3;
  font-weight: 400;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .time {
  font-size: 1.7708333333vw;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .time {
    font-size: 27.2px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .time {
    font-size: 4.1062801932vw;
  }
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .time span {
  font-size: 1.5625vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .time span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .time span {
    font-size: 3.6231884058vw;
  }
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .fee-booking {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.4583333333vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .fee-booking {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .fee-booking {
    font-size: 3.3816425121vw;
  }
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .fee-booking > * {
  display: inline-block;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .fee-booking .fee {
  background-color: #000000;
  border-radius: 1em;
  color: #fff;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  line-height: 1;
  padding: 0.3em 0.7em;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .fee-booking .fee > * {
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.1em;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .fee-booking .fee .dt {
  border-right: 1px solid #fff;
  padding-right: 0.5em;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .fee-booking .fee .value {
  padding-left: 0.5em;
  line-height: 1;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .fee-booking .fee .value span {
  font-size: 0.75em;
  font-feature-settings: "palt";
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .fee-booking .booking span {
  display: inline-block;
  font-size: 80%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .booking2 {
  font-size: 1.4583333333vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .booking2 {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .booking2 {
    font-size: 3.3816425121vw;
  }
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .booking2 span {
  display: inline-block;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .booking2.sm {
  font-size: 80%;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .shop-photo {
  margin-top: 1em;
}
.outdoorlifefesta2025_wrapper .shop_modal .shop_wrap .detail .btn-block {
  display: flex;
  width: 100%;
  margin-top: 1em;
}
.outdoorlifefesta2025_wrapper .accordion .accordion_item + .accordion_item {
  margin-top: 1em;
}
.outdoorlifefesta2025_wrapper .accordion .accordion_item .accordion_btn {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 3.25em;
  padding-left: 3.25em;
  text-align: left;
  color: #fff;
  cursor: pointer;
  background-image: url(../img/img_sec08_qa.webp);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1.3;
  width: 100%;
  font-size: 1.7708333333vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .accordion .accordion_item .accordion_btn {
    font-size: 27.2px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .accordion .accordion_item .accordion_btn {
    font-size: 4.1062801932vw;
  }
}
.outdoorlifefesta2025_wrapper .accordion .accordion_item .accordion_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  text-align: left;
  background-color: #fff;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  font-size: 1.5104166667vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .accordion .accordion_item .accordion_content {
    font-size: 23.2px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .accordion .accordion_item .accordion_content {
    font-size: 3.5024154589vw;
  }
}
.outdoorlifefesta2025_wrapper .accordion .accordion_item .accordion_content .inner {
  padding: 1em 0.9em 2em 1.4em;
  display: flex;
  justify-content: space-between;
}
.outdoorlifefesta2025_wrapper .accordion .accordion_item .accordion_content .inner .ico-a {
  width: 2em;
  height: 2em;
  display: inline-block;
}
.outdoorlifefesta2025_wrapper .accordion .accordion_item .accordion_content .inner > p {
  width: calc(100% - 2.7em);
  font-feature-settings: "palt";
}
.outdoorlifefesta2025_wrapper .accordion .accordion_item.open {
  background-color: #fff;
  border-radius: 2em;
}
.outdoorlifefesta2025_wrapper .accordion .accordion_item.open .accordion_btn {
  background-image: url(../img/img_sec08_qa_open.webp);
}
.outdoorlifefesta2025_wrapper .map_wrapper {
  width: 100%;
  aspect-ratio: 16/9; /* 16:9 を必要に応じて変更 */
  border-radius: 6px; /* 任意 */
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .map_wrapper {
    aspect-ratio: 4/3; /* スマホで高さを少し高くする例 */
  }
}
.outdoorlifefesta2025_wrapper .map_wrapper .map_iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.outdoorlifefesta2025_wrapper {
  /*展開*/
}
.outdoorlifefesta2025_wrapper .sp-nav-button {
  opacity: 0;
  pointer-events: none;
  display: none;
  z-index: 1000;
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 18.115942029vw;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .sp-nav-button.active {
    display: inline-block;
    opacity: 1;
    pointer-events: auto;
  }
}
.outdoorlifefesta2025_wrapper .sp-nav-button span::before,
.outdoorlifefesta2025_wrapper .sp-nav-button span::after,
.outdoorlifefesta2025_wrapper .sp-nav-button span {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.outdoorlifefesta2025_wrapper .sp-nav-button span::before {
  top: -8px;
}
.outdoorlifefesta2025_wrapper .sp-nav-button span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
}
.outdoorlifefesta2025_wrapper .sp-nav-button span::after {
  bottom: -8px;
}
.outdoorlifefesta2025_wrapper .sp-nav-button.open span::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.outdoorlifefesta2025_wrapper .sp-nav-button.open span {
  height: 0;
}
.outdoorlifefesta2025_wrapper .sp-nav-button.open span::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.outdoorlifefesta2025_wrapper .navigation .sp-nav-button {
  top: 1em;
  right: 1em;
}
.outdoorlifefesta2025_wrapper .navigation {
  position: fixed;
  right: 10%;
  height: 100vh;
  height: 100dvh;
  width: 34.1875%;
  top: 200px;
}
.outdoorlifefesta2025_wrapper .navigation.is-absolute {
  position: absolute;
}
.outdoorlifefesta2025_wrapper .navigation.is-fixed {
  position: fixed;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .navigation {
    width: 27.35%;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .navigation {
    background-image: url(../img/bg_sp-navi.webp), url(../img/bg.jpg);
    background-position: center bottom, top left;
    background-size: contain, contain;
    background-repeat: no-repeat, repeat-y;
    min-height: 100svh;
    width: 100%;
    z-index: 110;
    position: fixed;
    right: -100vw;
    top: 0;
    display: none;
  }
  .outdoorlifefesta2025_wrapper .navigation.open {
    display: block;
    right: 0;
  }
}
.outdoorlifefesta2025_wrapper .navigation .inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .navigation .inner {
    padding-top: 10rem;
  }
  .outdoorlifefesta2025_wrapper .navigation .inner > img {
    display: none;
  }
}
.outdoorlifefesta2025_wrapper .navigation {
  /*メニュー*/
}
.outdoorlifefesta2025_wrapper .navigation .navigation-lists {
  padding-left: 15%;
  margin-top: 2.5em;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .navigation .navigation-lists {
    margin-top: 1.5em;
  }
}
.outdoorlifefesta2025_wrapper .navigation .navigation-lists > li {
  width: 100%;
  position: relative;
  padding-left: 2.5em;
  line-height: 1;
  height: 4.5em;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .navigation .navigation-lists > li {
    height: 2.5em;
  }
}
.outdoorlifefesta2025_wrapper .navigation .navigation-lists > li a {
  display: inline-block;
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.outdoorlifefesta2025_wrapper .navigation .navigation-lists > li.active:not(.no-hover)::before, .outdoorlifefesta2025_wrapper .navigation .navigation-lists > li.hover::before {
  content: "";
  display: inline-block;
  background-image: url(../img/menu_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 57%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .navigation .navigation-lists {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  .outdoorlifefesta2025_wrapper .navigation .navigation-lists > li {
    width: 100%;
    height: 5em;
  }
}
.outdoorlifefesta2025_wrapper .footer {
  background-color: #fff;
}
.outdoorlifefesta2025_wrapper .footer .footer_inner {
  margin: 0 auto;
  max-width: 960px;
}
.outdoorlifefesta2025_wrapper .footer .footer_inner .content {
  padding-bottom: 1.6666666667vw;
  padding-top: 2.5520833333vw;
  width: 43.125vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .footer .footer_inner .content {
    padding-bottom: 25.6px;
    padding-top: 39.2px;
    width: 662.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .footer .footer_inner .content {
    padding-bottom: 3.8647342995vw;
    padding-top: 5.9178743961vw;
    width: 100%;
  }
}
.outdoorlifefesta2025_wrapper .footer .banner {
  display: flex;
  justify-content: space-between;
  column-gap: 14%;
  width: 52.2946%;
  margin: 0 auto;
}
.outdoorlifefesta2025_wrapper #main {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper #main {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper #main {
    padding-left: 0;
    padding-right: 0;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper {
  border-right: 0.46875vw solid #fff;
  border-left: 0.46875vw solid #fff;
  width: 43.125vw;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper {
    width: 662.4px;
    border-left-width: 7.2px;
    border-right-width: 7.2px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper {
    width: 100%;
    border: none;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .white-block {
  background-color: #fff;
  padding: 1.5em 4.0682414698%;
  text-align: center;
  border-radius: 0.5em;
  position: relative;
  font-size: 2.0833333333vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .white-block {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .white-block {
    font-size: 4.8309178744vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section {
  width: 100%;
  position: relative;
  padding-left: calc(30 / 828 * 100%);
  padding-right: calc(30 / 828 * 100%);
  background-image: url(../img/bg2.webp);
  background-repeat: repeat-y;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section .section_illust {
  position: absolute;
  right: 0;
  top: -2em;
  max-width: 40%;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.circle-head-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 11.40625vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.circle-head-section {
    padding-top: 175.2px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.circle-head-section {
    padding-top: 26.4492753623vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.circle-head-section .white-block {
  margin-left: 3.6231884058%;
  margin-right: 3.6231884058%;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.circle-head-section .center-text {
  text-align: center;
  line-height: 1.6;
  margin-top: 1.5625vw;
  font-size: 1.71875vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.circle-head-section .center-text {
    margin-top: 24px;
    font-size: 26.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.circle-head-section .center-text {
    margin-top: 3.6231884058vw;
    font-size: 3.9855072464vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.circle-head-section .header {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.circle-head-section .header h2 {
  width: 58.6614173228%;
  margin-left: auto;
  margin-right: auto;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.circle-head-section .content {
  background-size: contain;
  background-position: center top;
  background-repeat: repeat;
  padding-top: 5.2083333333vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.circle-head-section .content {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.circle-head-section .content {
    padding-top: 12.077294686vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section {
  /****** メインビジュアル **************************************/
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 {
  position: relative;
  background-image: url(../img/img_main.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 68.2291666667vw;
  padding-bottom: 5.2083333333vw;
  z-index: 100;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 {
    padding-top: 1048px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 {
    padding-bottom: 12.077294686vw;
    padding-top: 164.2512077295vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .header {
  position: absolute;
  left: 2.5520833333vw;
  top: 2.96875vw;
  width: 37.2395833333vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .header {
    left: 39.2px;
    top: 45.6px;
    width: 572px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .header {
    left: 5.9178743961vw;
    top: 6.884057971vw;
    width: 86.3526570048vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .header > img.i1 {
  margin-left: 1.4583333333vw;
  margin-top: 1.7708333333vw;
  width: 27.96875vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .header > img.i1 {
    margin-left: 22.4px;
    margin-top: 27.2px;
    width: 429.6px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .header > img.i1 {
    margin-left: 3.3816425121vw;
    margin-top: 4.1062801932vw;
    width: 64.8550724638vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content {
  text-align: center;
  position: relative;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .i2 {
  width: 84.2519685039%;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .t1 {
  margin-top: 2.0833333333vw;
  font-size: 1.7708333333vw;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .t1 span {
  font-size: 1.25vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .t1 {
    margin-top: 32px;
    font-size: 27.2px;
  }
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .t1 span {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .t1 {
    margin-top: w(40);
    font-size: 4.1062801932vw;
  }
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .t1 span {
    font-size: 2.8985507246vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .banner {
  display: flex;
  justify-content: space-between;
  width: 70.7349081365%;
  margin: 2em auto 0;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .banner > a {
  display: inline-block;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .banner > a:nth-child(1) {
  width: 41.7439703154%;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .banner > a:nth-child(2) {
  width: 46.1966604824%;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .t2 {
  font-size: 1.40625vw;
  font-weight: 400;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .t2 {
    font-size: 21.6px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .t2 {
    font-size: 3.2608695652vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .t3 {
  font-weight: 600;
  line-height: 2.40625;
  font-size: 1.6666666667vw;
  margin-top: 3.0208333333vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .t3 {
    font-size: 25.6px;
    margin-top: 46.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .t3 {
    font-size: 3.8647342995vw;
    margin-top: 7.0048309179vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .i3 {
  position: absolute;
  width: 34.5144356955%;
  right: 2.6041666667vw;
  bottom: -6.6145833333vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .i3 {
    right: 40px;
    bottom: -101.6px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec01 .container > .content .i3 {
    right: 6.038647343vw;
    bottom: -15.3381642512vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section {
  /****** 会場マップ **************************************/
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec02 {
  position: relative;
  margin-top: -10.6770833333vw;
  padding-top: 14.21875vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec02 {
    margin-top: -164px;
    padding-top: 218.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec02 {
    margin-top: -24.7584541063vw;
    padding-top: 32.9710144928vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec02 .section_illust {
  z-index: 101;
  top: 6.6666666667vw;
  right: 4.2270531401%;
  width: 31.7632850242%;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec02 .section_illust {
    top: 102.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec02 .section_illust {
    top: 15.4589371981vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec02 .section_illust.i2 {
  top: auto;
  bottom: -2%;
  right: 5%;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec02 .header {
  position: absolute;
  top: 12.34375vw;
  left: 3.2291666667vw;
  width: 43.7007874016%;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec02 .header {
    top: 189.6px;
    left: 49.6px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec02 .header {
    top: 28.6231884058vw;
    left: 7.4879227053vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section {
  /****** 体験ブース **************************************/
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 {
  margin-top: -1px;
  padding-top: 3.2291666667vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 {
    padding-top: 49.6px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 {
    padding-top: 7.4879227053vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .header {
  width: 78.7401574803%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.71875vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .header {
    font-size: 26.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .header {
    font-size: 3.9855072464vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .header h2 {
  text-align: center;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .header h2 p {
  margin-top: 1.71875vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .header h2 p {
    margin-top: 26.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .header h2 p {
    margin-top: 3.9855072464vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1em;
  gap: 1.71875vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists {
    gap: 26.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists {
    gap: 3.9855072464vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li {
  background-color: #BFDD65;
  width: 47.5065%;
  border-radius: 0.8em;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:hover {
  transform: scale(1.1);
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:nth-child(1) .num {
  background-image: url("../img/icon_num1.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:nth-child(2) .num {
  background-image: url("../img/icon_num2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:nth-child(3) .num {
  background-image: url("../img/icon_num3.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:nth-child(4) .num {
  background-image: url("../img/icon_num4.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:nth-child(5) .num {
  background-image: url("../img/icon_num5.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:nth-child(6) .num {
  background-image: url("../img/icon_num6.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:nth-child(7) .num {
  background-image: url("../img/icon_num7.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:nth-child(8) .num {
  background-image: url("../img/icon_num8.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:nth-child(9) .num {
  background-image: url("../img/icon_num9.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:nth-child(10) .num {
  background-image: url("../img/icon_num10.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:nth-child(11) .num {
  background-image: url("../img/icon_num11.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:nth-child(12) .num {
  background-image: url("../img/icon_num12.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:nth-child(13) .num {
  background-image: url("../img/icon_num13.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:nth-child(14) .num {
  background-image: url("../img/icon_num14.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:nth-child(15) .num {
  background-image: url("../img/icon_num15.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:nth-child(16) .num {
  background-image: url("../img/icon_num16.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:nth-child(17) .num {
  background-image: url("../img/icon_num17.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li:nth-child(18) .num {
  background-image: url("../img/icon_num18.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li.gf {
  background-color: #7EAFD8;
  border-color: #7EAFD8;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li.gg {
  background-color: #A2C772;
  border-color: #A2C772;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li.beer {
  background-color: #EFAF84;
  border-color: #EFAF84;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li.beer .img {
  border-color: #EFAF84;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li.beer .detail {
  background-color: #EFAF84;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li.other {
  background-color: #99D4D9;
  border-color: #99D4D9;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li.other .img {
  border-color: #99D4D9;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li.other .detail {
  background-color: #99D4D9;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .img {
  border-radius: 1em;
  border: 0.3645833333vw solid #BFDD65;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .img {
    border-width: 5.6px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .img {
    border-width: 0.845410628vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .img img:nth-child(2) {
  display: none;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail {
  background-color: #BFDD65;
  border-top-left-radius: 1em;
  margin-top: -1.3em;
  z-index: 1;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  line-height: 1.3333;
  font-size: 1.40625vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail {
    font-size: 21.6px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail {
    font-size: 3.2608695652vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail .num {
  position: absolute;
  top: -1.4em;
  left: 0.5em;
  font-weight: 500;
  color: #fff;
  width: 3.125vw;
  height: 2.7083333333vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail .num {
    width: 48px;
    height: 41.6px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail .num {
    width: 7.2463768116vw;
    height: 6.2801932367vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail .title {
  min-height: 2em;
  font-feature-settings: "palt";
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail .title span {
  display: block;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail .name {
  margin-top: 1em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail .name span {
  display: block;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail .name.s3 {
  width: 65%;
  margin: 0 auto;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail .shop-logo,
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail .tag,
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail .catch,
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail .text,
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail .time,
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail .fee-booking,
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail .booking2,
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail .btn-block,
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail .shop-photo,
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content ul.booth-lists li .detail br.m-show {
  display: none;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec03 .container > .content .attention-lists {
  margin-top: 1em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section {
  /****** イベントステージ **************************************/
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .white-block {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-top: 0.5em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .section_illust {
  top: -6.25vw;
  right: 0;
  width: 19.9475065617%;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .section_illust {
    top: -96px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .section_illust {
    top: -14.61352657vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .header {
  background-image: url(../img/bg_sec04.webp);
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content {
  background-image: url(../img/bg.jpg);
  padding-bottom: 0;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content h3 {
  margin-left: auto;
  margin-right: auto;
  width: 55.6763285024%;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .tab-days {
  display: flex;
  column-gap: 1.1458333333vw;
  height: 4.8958333333vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .tab-days {
    column-gap: 17.6;
    height: 75.2;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .tab-days {
    column-gap: 2.6570048309vw;
    height: 11.3526570048vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .tab-days .tab-btn {
  flex: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -100vw;
  transition: all 0.3s;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .tab-days .tab-btn:hover {
  transform: scale(1.1);
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .tab-days .tab-btn.t1 {
  background-image: url(../img/img_sec04_tab1-off.webp);
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .tab-days .tab-btn.t2 {
  background-image: url(../img/img_sec04_tab2-off.webp);
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .tab-days .tab-btn.active.t1 {
  background-image: url(../img/img_sec04_tab1.webp);
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .tab-days .tab-btn.active.t2 {
  background-image: url(../img/img_sec04_tab2.webp);
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .open-time {
  margin-top: 1.5em;
  margin-bottom: 1em;
  display: inline-block;
  line-height: 1;
  width: 48.9501312336%;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .event-lists > li + li {
  margin-top: 0.5em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .event-lists h3 {
  width: 66.2729658793%;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .mb-section .white-block {
  margin-top: 2em;
  padding-top: 2em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .mb-section .section_illust {
  top: -6.6666666667vw;
  right: auto;
  left: 2.624671916%;
  width: 27.9527559055%;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .mb-section .section_illust {
    top: -102.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .mb-section .section_illust {
    top: -15.4589371981vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .mb-section .btn-block {
  margin-top: 1em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .mb-section header .title3 {
  line-height: 1;
  width: 98.4251968504%;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .mb-section .content {
  padding-top: 1.5em;
  padding-bottom: 0;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .mb-section .sub-title {
  margin-top: 1.7em;
  margin-bottom: 1.7em;
  width: 75.1968503937%;
  margin-left: auto;
  margin-right: auto;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .mb-section .performer-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  row-gap: 1.5em;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.40625vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .mb-section .performer-lists {
    font-size: 21.6px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .mb-section .performer-lists {
    font-size: 3.2608695652vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .mb-section .performer-lists > li {
  width: 48.5714285714%;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .mb-section .performer-lists .name {
  margin-top: 0.5em;
  font-size: 1.6145833333vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .mb-section .performer-lists .name {
    font-size: 24.8px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .mb-section .performer-lists .name {
    font-size: 3.7439613527vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec04 .container > .content .night-cinema {
  margin-top: 2em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section {
  /****** ナイトシネマ **************************************/
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec05 {
  background-image: url(../img/bg2_sec04.webp);
  background-repeat: repeat-y;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec05 section + section {
  margin-top: 2em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec05 .section_illust {
  top: 24.7916666667vw;
  right: 0;
  width: 49.343832021%;
  z-index: 1;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec05 .section_illust {
    top: 380.8px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec05 .section_illust {
    top: 57.4879227053vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec05 .header {
  background-image: url(../img/bg_sec05.webp);
  color: #fff;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec05 .header h2 {
  width: 82.6086956522%;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec05 .container > .content {
  background-image: url(../img/bg2_sec05.webp);
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec05 .container > .content .img {
  margin-top: 0.7em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec05 .container > .content .title {
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 1.8229166667vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec05 .container > .content .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec05 .container > .content .title {
    font-size: 4.2270531401vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec05 .container > .content .text {
  margin-top: 0.5em;
  line-height: 1.8214285714;
  text-align: left;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-feature-settings: "palt";
  font-size: 1.4583333333vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec05 .container > .content .text {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec05 .container > .content .text {
    font-size: 3.3816425121vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec05 .container > .content .craftbeer_section {
  margin-top: 3em;
  text-align: center;
  width: 92.0289855072%;
  margin-left: auto;
  margin-right: auto;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec05 .container > .content .craftbeer_section .attention-lists {
  margin-top: 1em;
  text-align: left;
  padding-left: 0.2em;
  color: #fff;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section {
  /****** 特別なアプリクーポン **************************************/
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 {
  background-image: url(../img/bg2_sec05.webp);
  background-repeat: repeat-y;
  padding-top: 0;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .white-block {
  padding-bottom: 2em;
  padding-left: 5.2493%;
  padding-right: 5.2493%;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .white-block > * {
  font-size: 1.3020833333vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .white-block > * {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .white-block > * {
    font-size: 3.0193236715vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .section_illust {
  right: 8.2125603865%;
  width: 21.9806763285%;
  z-index: 1;
  top: 1.0416666667vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .section_illust {
    top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .section_illust {
    top: 2.4154589372vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .header {
  background-image: url(../img/bg_sec06.webp);
  padding-bottom: 0;
  margin-top: 0;
  padding-bottom: 3.3854166667vw;
  padding-top: 9.8958333333vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .header {
    padding-bottom: 52px;
    padding-top: 152px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .header {
    padding-bottom: 7.8502415459vw;
    padding-top: 24.154589372vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .header h2 {
  width: 100%;
  line-height: 1.606;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .container > .content {
  background-image: url(../img/bg2.webp);
  padding-bottom: 0.5em;
  padding-top: 0;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .container > .content .full-width {
  width: calc(100% + 4.8309178744vw);
  margin-left: -2.4154589372vw;
  font-feature-settings: "palt";
  font-size: 1.1979166667vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .container > .content .full-width {
    font-size: 18.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .container > .content .full-width {
    font-size: 2.7777777778vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .container > .content .title {
  width: 71.2598425197%;
  margin-left: auto;
  margin-right: auto;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .container > .content .coupon-lists {
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: left;
  font-size: 1.3020833333vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .container > .content .coupon-lists {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .container > .content .coupon-lists {
    font-size: 3.0193236715vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .container > .content .coupon-lists > li > p {
  font-weight: 600;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .container > .content .coupon-lists > li + li {
  margin-top: 1em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .container > .content .coupon-lists > li > div {
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
  position: relative;
  line-height: 1.84;
  background-color: #E4EFD4;
  padding: 1em 1em 0.8em;
  border-radius: 1em;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .container > .content .coupon-lists > li > div + li {
  margin-top: 1.5em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .container > .content .coupon-lists > li > div .img {
  width: 21.2389380531%;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .container > .content .coupon-lists > li > div > div {
  padding-left: 1em;
  width: 78.7610619469%;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .container > .content .coupon-lists > li > div .name {
  font-weight: 500;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .container > .content .coupon-lists > li > div .text {
  line-height: 1.3076;
  margin-top: 0.3em;
  font-feature-settings: "palt";
  font-weight: normal;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .container > .content .coupon-lists > li > div .attention-lists {
  border-top: 1px solid #C5D3A8;
  margin-top: 0.8em;
  padding-top: 0.8em;
  font-weight: 500;
  width: 100%;
  font-feature-settings: "palt";
  font-weight: normal;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec06 .container > .content .osusume {
  margin-top: 2em;
  width: 60.8695652174%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section {
  /****** ペットエリア **************************************/
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec07 {
  padding-top: 10.4166666667vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec07 {
    padding-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec07 {
    padding-top: 24.154589372vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec07 .section_illust {
  top: 4.1666666667vw;
  right: auto;
  left: 5.3140096618%;
  width: 22.8260869565%;
  z-index: 1;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec07 .section_illust {
    top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec07 .section_illust {
    top: 9.6618357488vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec07 .white-block {
  padding-left: 4%;
  padding-right: 2%;
  font-size: 1.71875vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec07 .white-block {
    font-size: 26.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec07 .white-block {
    font-size: 3.9855072464vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec07 .header h2 {
  width: 33.4645669291%;
  margin-left: auto;
  margin-right: auto;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec07 .container > .content .scroll {
  margin-top: 1em;
  overflow-y: scroll;
  height: 9em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec07 .container > .content .text,
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec07 .container > .content img {
  margin-left: auto;
  margin-right: auto;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec07 .container > .content img {
  margin-top: 1em;
  width: 88.4955752212%;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec07 .container > .content .text {
  text-align: left;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section {
  /****** Q&A **************************************/
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec08 {
  padding-top: 6em;
  font-size: 1.71875vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec08 {
    font-size: 26.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec08 {
    font-size: 3.9855072464vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec08 .header {
  margin-bottom: 1em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec08 .header h2 {
  width: 20.2099737533%;
  margin-left: auto;
  margin-right: auto;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section {
  /****** アクセス **************************************/
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec09 {
  padding-top: 3.5em;
  padding-bottom: 0.5em;
  font-size: 1.71875vw;
}
@media print, screen and (min-width: 1280px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec09 {
    font-size: 26.4px;
  }
}
@media screen and (max-width: 768px) {
  .outdoorlifefesta2025_wrapper .main_wrapper .section.sec09 {
    font-size: 3.9855072464vw;
  }
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec09 .header {
  margin-bottom: 1em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec09 .header h2 {
  width: 20.2099737533%;
  margin-left: auto;
  margin-right: auto;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec09 .btn-block {
  margin-top: 2em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec10 {
  padding-top: 4em;
  padding-bottom: 2em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec10 .bn-lists li + li {
  margin-top: 1em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec10 .attention-lists {
  margin-top: 2.5em;
}
.outdoorlifefesta2025_wrapper .main_wrapper .section.sec10 .contact {
  margin-top: 1.5em;
  width: 59.842519685%;
}
/*# sourceMappingURL=style.css.map */