@charset "UTF-8";
/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* FontAwesome（外部読み込み） */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
/*====================
  変数定義
====================*/
/*====================
  Mixin（メディアクエリ管理）
====================*/
/*====================
  共通: デバイス表示制御（PC/SP）
====================*/
.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

@media (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}
/*====================
  ベース設定（BASE）
====================*/
html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" 1;
  color: #000000;
  background-color: #ffffff;
}

/* リンク設定 */
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.6;
}

/* 外部リンクアイコン */
a.blank::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  vertical-align: middle;
  content: "\f08e"; /* FontAwesomeの外部リンクアイコン */
  padding-left: 3px;
}

/* 画像 */
img {
  max-width: 100%;
  height: auto;
}

/*======================================*/
/*====================
  utility / effects
====================*/
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.container {
  background-color: #df665b;
}

.main figure {
  max-width: 700px;
  margin: 0 auto 100px;
  padding: 0 0 0;
}
@media (max-width: 768px) {
  .main figure {
    margin: 0 auto 40px;
  }
}
.mainin {
  animation-name: fadeMain;
  animation-duration: 2s;
}

h2 {
  font-size: 3.2em;
  text-align: center;
  margin: 0 0 1em;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

p {
  font-size: 1.3em;
  color: #ffffff;
}

/*====================
  セクション共通
====================*/
.about,
.lineup,
.timetable,
.foodshop,
.access,
.notice,
.hotspring {
  max-width: 960px;
  margin: 0 auto 100px;
  padding: 15px;
}
@media (max-width: 768px) {
  .about,
  .lineup,
  .timetable,
  .foodshop,
  .access,
  .notice,
  .hotspring {
    margin: 0 auto 50px;
  }
}

/*====================
  about
====================*/
.about {
  max-width: 600px;
  margin: 0 auto 100px;
  padding: 0 3%;
}
.about h3 {
  font-size: 3.2em;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.about p {
  color: #ffffff;
  font-size: 1.5em;
  padding-bottom: 0em;
  text-align: center;
}
.about .date {
  font-size: 2.6em;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .about {
    margin: 0 auto 50px;
  }
}

/*====================
  lineup
====================*/
.lineup {
  max-width: 600px;
  margin: 0 auto 100px;
  padding: 0 3%;
}
.lineup h3 {
  color: #ffffff;
  font-size: 1.5em;
  padding: 5px;
  background-color: #0f6b46;
  text-align: center;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.lineup h4 {
  color: #ffffff;
  font-size: 1.5em;
  padding-bottom: 1em;
}
.lineup p {
  color: #ffffff;
  font-size: 1.5em;
  padding-bottom: 1em;
}
.lineup li {
  color: #ffffff;
  font-size: 1.5em;
  padding-bottom: 1em;
}
@media (max-width: 768px) {
  .lineup {
    margin: 0 auto 30px;
  }
}

/*====================
  lineup
====================*/
.foodshop {
  max-width: 600px;
  margin: 0 auto 100px;
  padding: 0 3%;
}
.foodshop h3 {
  color: #ffffff;
  font-size: 1.5em;
  text-align: center;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 5px;
  border: solid 1px #fff;
}
.foodshop h4 {
  color: #ffffff;
  font-size: 1.5em;
  padding-bottom: 1em;
}
.foodshop p {
  color: #ffffff;
  font-size: 1.5em;
  padding-bottom: 1em;
}
.foodshop ul {
  padding-bottom: 2em;
}
.foodshop li {
  color: #ffffff;
  font-size: 1.5em;
  padding-bottom: 0.5em;
}
@media (max-width: 768px) {
  .foodshop {
    margin: 0 auto 30px;
  }
}

/*====================
  TIME TABLE
====================*/
.timetable ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.timetable ul li {
  width: 49%;
}
.timetable ul li h3 {
  text-align: center;
  font-size: 2.4em;
  font-weight: 700;
  padding: 15px 0 10px;
  color: #ffffff;
}
.timetable ul li h4 {
  text-align: center;
  font-size: 2.4em;
  font-weight: 700;
  padding: 15px 0 10px;
  color: #ffffff;
}
.timetable ul li table {
  width: 100%;
}
.timetable ul li tr {
  background: #df665b;
}
.timetable ul li th, .timetable ul li td {
  font-size: 1.4em;
  line-height: 1;
  white-space: nowrap;
  color: #ffffff;
}
.timetable ul li th {
  vertical-align: top;
  padding: 20px 10px;
}
.timetable ul li td {
  vertical-align: middle;
  padding: 20px 0;
}
.timetable ul li td span {
  font-size: 0.7em;
  padding-left: 3px;
  color: inherit;
}
.timetable ul li tr:nth-child(even) {
  background: #e2876a;
}
@media (max-width: 768px) {
  .timetable ul {
    flex-direction: column;
  }
  .timetable ul li {
    width: 100%;
  }
}
.timetable p {
  font-size: 1.4em;
  text-align: center;
  padding-top: 1em;
  color: #ffffff;
}

/*====================
  TICKET
====================*/
.ticket {
  text-align: center;
  color: #ffffff;
  background-color: #686c3a;
  padding: 30px 15px;
  margin: 0 0 50px 0;
}
.ticket h3 {
  font-size: 2em;
  text-align: center;
  padding-bottom: 1em;
  font-weight: 700;
}
.ticket p {
  font-size: 1.5em;
  text-align: left;
  text-align: center;
}
.ticket ul li {
  font-size: 1.5em;
  text-align: left;
}
.ticket ul li i {
  font-size: 0.7em;
  margin-left: 5px;
}
.ticket .ticket-prices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border: solid 1px #fff;
  margin: 0 auto 30px auto;
  max-width: 600px;
}
.ticket .ticket-prices li {
  font-size: 3.2em;
  line-height: 1.4em;
}
.ticket .ticket-prices p {
  padding: 10px 0 0 0;
}
.ticket .camping-fees {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 50px 0;
}
.ticket .camping-fees li {
  padding-bottom: 5px;
}
.ticket .outlets {
  max-width: 600px;
  margin: 0 auto;
}
.ticket .stores {
  padding: 50px 0 0 0;
}
.ticket .stores a {
  display: block;
  width: 80%;
  background-color: #000;
  padding: 15px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  max-width: 320px;
}
/*====================
  ACCESS
====================*/
.access iframe {
  width: 100%;
  height: 200px;
}
.access .gmap {
  background: #0f6b46;
  margin: 0 0 30px;
  padding: 0 0 2em;
}
.access h3 {
  text-align: center;
  font-size: 2em;
  padding: 1em 0;
  color: #ffffff;
}
.access p {
  text-align: center;
  font-size: 1.4em;
  color: #ffffff;
}

/*====================
  NOTICE
====================*/
.notice {
  padding: 30px 50px;
  border: #fff solid 1px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .notice {
    padding: 15px;
    margin: 0 15px 40px;
  }
}
.notice h3 {
  font-size: 1.6em;
  padding-bottom: 1em;
  font-weight: 700;
}
.notice ul {
  padding-bottom: 1em;
}
.notice ul li {
  font-size: 1.4em;
  padding-bottom: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}
.notice a {
  text-decoration: underline;
}

/*====================
  FOOTER
====================*/
.footer {
  background: #47532b;
  color: #ffffff;
  padding: 40px 3%;
}
.footerBox {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footerBox {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 30px 3% 15px;
  }
}
.footer h3 {
  font-size: 2em;
  color: #ffffff;
  padding-bottom: 1em;
}
.footer p {
  color: #ffffff;
  padding-bottom: 1em;
  font-size: 1.4em;
}
.footerBox ul {
  margin: 0 0 5px;
}
.footer li {
  color: #ffffff;
  font-size: 1.4em;
  padding-bottom: 1em;
}
.footer .contact {
  border: 1px solid #ffffff;
  padding: 10px 15px;
  display: inline-block;
}
.footer address {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .footer .contact {
    display: block;
  }
  .footer address {
    padding-top: 10px;
  }
}

/*====================
  Loader
====================*/
.loader-wrap {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #df665b;
  z-index: 100;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before, .loader:after {
  position: absolute;
  top: 0;
  content: "";
}
.loader:before {
  left: -1.5em;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}

@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/*====================
  Artist
====================*/
.artistBox {
  padding: 0 15px 15px 15px;
  max-width: 600px;
  margin: 0 auto;
}

.artistBoxPh {
  display: flex;
  align-items: center;
  padding: 0 0 10px 0;
  cursor: pointer;
}
.artistBoxPh figure {
  width: 50%;
}
.artistBoxPh h3 {
  font-size: 1.6em;
  color: #fff;
  padding-left: 15px;
}

.artistBoxTxt {
  display: none;
}
.artistBoxTxt p {
  font-size: 1.4em;
}

/*====================
  Artist modal
====================*/
.artistinfo {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow: auto;
}
.artistinfo .close {
  color: #ffffff;
  font-size: 4em;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.artistinfo .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .artistinfo .inner {
    align-items: flex-start;
  }
}
.artistinfo .inner .box {
  padding: 3%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.artistinfo .inner .box figure {
  width: 40%;
}
.artistinfo .inner .box figure img {
  width: 100%;
  height: auto;
}
.artistinfo .inner .box .txt {
  max-width: 55%;
  margin-left: 5%;
}
@media (max-width: 768px) {
  .artistinfo .inner .box {
    flex-direction: column;
    padding: 60px 3% 3%;
  }
  .artistinfo .inner .box figure {
    width: 100%;
    margin: 0 0 3%;
  }
  .artistinfo .inner .box .txt {
    max-width: 100%;
    margin: 0;
  }
}
.artistinfo .inner h2 {
  color: #ffffff;
  text-align: left;
}
.artistinfo .inner h2 span {
  font-size: 0.6em;
  color: #ffffff;
}
.artistinfo .inner h3 {
  color: #ffffff;
  text-align: left;
  font-size: 1.4em;
  line-height: 1;
  padding: 6px 10px;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0 0 12px;
  background: #000000;
}
.artistinfo .inner p {
  color: #ffffff;
  font-size: 1.6em;
}
.artistinfo .inner p a {
  color: #ffffff;
  text-decoration: underline;
}

.artist_worry,
.artist_hem,
.artist_gak,
.artist_aota,
.artist_macchi,
.artist_mahito,
.artist_ogashaka,
.artist_yukio,
.artist_mitayo,
.artist_osso,
.artist_notwonk,
.artist_masa,
.artist_katsui,
.artist_nobi,
.artist_nu,
.artist_occa,
.artist_hirayama,
.artist_higashi,
.artist_machinaka,
.artist_cynical,
.artist_p1,
.artist_complians,
.artist_ayato,
.artist_ypy,
.artist_kitonoa,
.artist_hatch,
.artist_umi,
.artist_katou,
.artist_drakhma,
.artist_mao,
.shop_mujina,
.shop_naya,
.shop_kinoole {
  display: none;
}

.artistBt {
  cursor: pointer;
  transition: all 0.3s;
  opacity: 1;
}
.artistBt:hover {
  transform: translate(-5px, -5px);
  opacity: 0.9;
}

@media (max-width: 768px) {
  .artistBt td::after {
    content: "＋";
    display: inline-block;
    float: right;
    padding-right: 15px;
  }
}
#shop_mujina,
#shop_naya,
#shop_kinoole {
  cursor: pointer;
  transition: all 0.3s;
  opacity: 1;
}
#shop_mujina:hover,
#shop_naya:hover,
#shop_kinoole:hover {
  transform: opacity(0.9);
  text-decoration: underline;
}

body.no-scroll {
  overflow: hidden;
}

.slide-item__image {
  display: none;
}

canvas {
  display: block;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*====================
  Animations
====================*/
@keyframes fadeMain {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*温泉*/
.hotspring {
  text-align: center;
}

.hotspringBox {
  border: solid 1px #fff;
  padding: 30px;
}

.hotspring h3 {
  font-size: 2em;
  padding: 0 0 1em 0;
  text-align: center;
  color: #fff;
}

.hotspring p {
  font-size: 1.5em;
  padding: 0 0 1em 0;
  text-align: center;
}

.hotspring p span {
  font-size: 1.6em;
  font-weight: bold;
  padding: 0 3px;
}

.hotspring a {
  font-size: 1.5em;
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  background: #000;
  box-shadow: 0 18px 10px -10px rgba(31, 31, 31, 0.7);
  padding: 10px 40px;
  transition: all 0.3s;
}

.hotspring a:hover {
  box-shadow: 0 0 5px 0px rgba(31, 31, 31, 0.7);
}

.hotspring a i {
  color: #fff;
  font-size: 0.7em;
  margin: 0 0 0 5px;
}/*# sourceMappingURL=home.css.map */