@charset "UTF-8";
:root {
  --bar-green:#163016;
  --bar-orange:#AA9322;
  --bar-bgorange:#FFFAE6;
}

* {
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
}

@font-face {
  font-family: "Shuei Nijimi Go Kin B";
  src: url("../fonts/AP-OTF-ShueiNGoKinStdN-B.otf") format("opentype");
}
::-moz-selection {
  color: var(--bar-bgorange);
  background-color: var(--bar-orange);
}
::selection {
  color: var(--bar-bgorange);
  background-color: var(--bar-orange);
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

body {
  font-family: "Shuei Nijimi Go Kin B", "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: 1.2px;
}

p {
  line-height: 1.8;
  letter-spacing: 1.2px;
}

html {
  font-size: 62.5%;
  background-color: var(--bar-bgorange);
  -webkit-font-smoothing: antialiased;
}

.sideMenu a {
  text-decoration: none;
  color: var(--gg-beige);
}

.menuWidth {
  max-width: 360px;
  width: 90%;
  margin: 0 auto;
}

.HamburgerMenu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}

.MenuDis {
  display: block;
}

.sideMenu {
  height: 100vh;
  overflow-y: auto;
  padding-top: 110px;
  position: fixed;
  right: -550px;
  transition: all 0.6s;
  top: 0;
  width: 90%;
  max-width: 450px;
  z-index: 200;
}

.sideMenu li {
  padding: 25px 15px 25px 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sideMenu a {
  width: 100%;
  line-height: 1.5;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hamburger {
  height: 60px;
  position: absolute;
  right: 3.5vw;
  top: 3vw;
  width: 60px;
  z-index: 300;
  border-radius: 10px;
  background-color: var(--gg-beige);
}

.hamburger span {
  background-color: var(--gg-green);
  height: 5px;
  /* height: 3px; */
  left: 12.5px;
  position: absolute;
  transition: all 0.6s;
  width: 35px;
  border-radius: 3px;
}

.hamburger__lineTop {
  top: 19px;
}

.hamburger__lineCenter {
  top: 39px;
}

.hamburger__lineBottom {
  top: 37px;
}

.overlay {
  background-color: #fff;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}

.nav-open .sideMenu {
  right: 0;
}

.nav-open .hamburger__lineTop {
  top: 29px;
  transform: rotate(45deg);
}

.nav-open .hamburger__lineCenter {
  left: 50%;
  width: 0;
}

.nav-open .hamburger__lineBottom {
  top: 29px;
  transform: rotate(-45deg);
}

.nav-open .overlay {
  opacity: 0.4;
  visibility: visible;
}

ul {
  list-style: none;
}

.sideMenuLogo {
  /* margin-top: 110px; */
  position: absolute;
  max-width: 250px;
  width: 60%;
  /* bottom: 90px; */
  /* left: 40px; */
  bottom: 25vh;
  right: 0;
  left: 0;
  margin: auto;
}

.sideMenuLogo img {
  width: 100%;
}

.sideMenuTitle {
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-style: normal;
}

header {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  width: 90%;
  margin: 40px auto 0 auto;
  position: absolute;
  left: 50%;
  z-index: 1000;
}
header h1 {
  width: 150px;
}
header h1 img {
  width: 100%;
}

.header_menu ul {
  display: flex;
  gap: 0 70px;
}
.header_menu ul li {
  position: relative;
}
.header_menu ul li a {
  color: var(--bar-orange);
  font-family: "farmhand", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
}
.header_menu ul li::before {
  content: "";
  position: absolute;
  background-image: url("../img/dot.svg");
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}

.container {
  max-width: 880px;
  width: 90%;
  margin: 0 auto;
}

.kv {
  position: relative;
}

.kv_inner {
  height: 100vh;
}

.kv_swiper {
  width: 100%;
  height: 70vh; /* Swiper全体の高さを70vh */
  max-width: 100vw;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.kv_logo {
  height: 70vh;
  position: absolute;
  top: 50%;
  left: 50%;
  will-change: transform, opacity;
}
.kv_logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv_logo svg {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-wrapper {
  display: flex;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* スライドの高さを70vh */
  width: auto; /* 幅は画像のアスペクト比に基づいて調整 */
  flex-shrink: 0; /* スライドの縮小を防ぐ */
}

.swiper-slide img {
  height: 100%; /* 画像の高さを70vhに固定 */
  width: auto; /* アスペクト比を維持 */
  -o-object-fit: contain;
     object-fit: contain; /* 画像が切れないように */
}

.kv_info {
  font-size: 1.8rem;
  position: absolute;
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  width: 80%;
  left: 50%;
  top: 50%;
  color: var(--bar-orange);
}
.kv_info .kv_date {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
}
.kv_info .kv_place {
  font-size: 1.8rem;
  line-height: 1;
  padding: 0 52px;
}

.kv_scroll {
  position: absolute;
  bottom: 5vh;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.5px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color: var(--bar-orange);
}

.kv_scroll::after {
  content: "";
  display: none;
  margin: 8px auto;
  background-image: url("../img/scroll_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}

.text-container {
  overflow: hidden; /* テキストが下から出るように隠す */
  display: inline-block;
}

.animated-text span {
  display: inline-block;
  transform: translateY(100%); /* 初期状態で下に隠す */
  opacity: 0;
}

.about {
  position: relative;
  padding: 160px 0;
  width: 100%;
  overflow: hidden; /* 横はみ出しを非表示に */
}

.about_inner {
  position: relative;
  width: 100%; /* 画面幅いっぱいに */
  overflow: visible; /* 縦方向ははみ出しOK */
}

.about_illustration {
  position: absolute;
  height: 130%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.about_illustration img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.illust_sp {
  display: none;
}

.about_info {
  max-width: 720px;
  margin: 0 auto;
  width: 90%;
  background-color: #FFFCF3;
  border: 1px solid var(--bar-orange);
  border-radius: 1000px 1000px 0 0;
  padding: 100px 0;
  box-sizing: border-box;
}
.about_info h3 {
  font-size: 4rem;
  font-family: "Shuei Nijimi Go Kin B", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 150%;
  color: var(--bar-orange);
  margin-bottom: 25px;
  letter-spacing: 5px;
}
.about_info p {
  font-size: 1.6rem;
  line-height: 240%;
  color: var(--bar-orange);
}
.about_info .about_en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 160%;
  margin-top: 20px;
  letter-spacing: 0;
}

.about_info__inner {
  max-width: 450px;
  margin: 0 auto;
  width: 90%;
}

.section_title {
  margin-bottom: 50px;
}
.section_title h2 {
  font-size: 8rem;
  font-family: "farmhand", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--bar-orange);
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing: 4px;
}
.section_title .title_line {
  border-bottom: 2px solid var(--bar-orange);
  width: 30px;
}

.about_title {
  text-align: center;
}
.about_title .title_line {
  margin: 0 auto;
}

.section_button {
  margin-top: 40px;
  background-color: var(--bar-orange);
  border: 2px solid var(--bar-orange);
  border-radius: 5px;
  transition: background-color 0.2s, border-color 0.2s;
}
.section_button a {
  display: flex;
  padding: 20px 30px;
  color: #FFFCF3;
  font-size: 1.6rem;
  letter-spacing: 4px;
  align-items: center;
  font-family: "Shuei Nijimi Go Kin B", "Zen Kaku Gothic New", sans-serif;
  gap: 0 10px;
}

.section_button a::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #FFFCF3;
  display: block;
}

.section_button:hover {
  background-color: #FFFCF3;
}
.section_button:hover a {
  color: var(--bar-orange);
}
.section_button:hover a::after {
  background-color: var(--bar-orange);
}

.access {
  margin-top: 80px;
}

.access_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 7%;
}

.access_block {
  width: 49%;
}

.access_info__text {
  width: 44%;
}

.access_info__block {
  color: var(--bar-orange);
  border-bottom: 1px solid var(--bar-orange);
  padding: 32px 0;
}
.access_info__block h4 {
  font-size: 2.1rem;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 500;
}
.access_info__block p {
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 170%;
}
.access_info__block a {
  width: -moz-max-content;
  width: max-content;
  font-size: 1.4rem;
  color: #039936;
  line-height: 1;
  margin-top: 20px;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 0 5px;
  transition: opacity 0.2s;
}
.access_info__block .access_info__annotation {
  font-size: 1.2rem;
  margin-top: 4px;
}
.access_info__block a::after {
  content: "";
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  transition: margin 0.2s;
}
.access_info__block a:hover {
  opacity: 0.5;
}
.access_info__block a:hover::after {
  margin: 0 0 1.5px 1.5px;
}

.access_info__block:first-child {
  padding-top: 0;
}

.access_info__block:last-child {
  border-bottom: 0;
}

.access_block__img {
  width: 100%;
}
.access_block__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: top;
}

.access_block__img:first-child {
  margin-bottom: 20px;
}

.vertical_logo {
  margin-top: 160px;
  margin-bottom: 80px;
  overflow: hidden;
}

.logo_scroll {
  display: flex;
  position: relative;
  overflow: hidden;
  gap: 0 20px;
  z-index: 30;
}

.logo_scroll__image {
  height: 200px;
}
.logo_scroll__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo_scroll__flex {
  display: flex;
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

@keyframes infinity-scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
footer p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  color: var(--bar-orange);
  text-align: center;
  margin-bottom: 20px;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--bar-bgorange);
  z-index: 9999;
  pointer-events: none; /* クリックを無効にする */
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
}

.loading.visible {
  display: flex;
}

.loading_logo {
  position: absolute;
  width: 40%;
  max-width: 250px;
  top: 50%;
  transform: translateY(-50%) scale(1);
}

@keyframes slowScale {
  0% {
    transform: translateY(-50%) scale(1);
  }
  100% {
    transform: translateY(-50%) scale(28);
  }
}
.loading_logo img {
  width: 100%;
}

/* ファーストビューの要素を最初は完全に非表示にする */
header,
.kv_info,
.kv_scroll,
.slide_1,
.slide_12,
.slide_2,
.slide_11,
.slide_3,
.kv_logo {
  opacity: 0;
  visibility: hidden; /* 完全に見えなくする */
}

.br_sp {
  display: none;
}

@media screen and (max-width: 959px) {
  .about_illustration {
    height: 120%;
  }
  .kv_info {
    bottom: 4vh;
    top: auto;
  }
}
@media screen and (max-width: 599px) {
  .illust_pc {
    display: none;
  }
  .illust_sp {
    display: block;
  }
  .about_illustration {
    height: 125%;
  }
  .about_info h3 {
    font-size: 2.4rem;
    text-align: center;
  }
  .about_info p {
    font-size: 1.4rem;
    line-height: 210%;
    text-align: center;
  }
  .br_sp {
    display: block;
  }
  .br_pc {
    display: none;
  }
  .about_info .about_en {
    font-size: 1rem;
    text-align: center;
  }
  .access_info__text {
    width: 100%;
  }
  .access_block {
    width: 100%;
  }
  .kv_logo {
    height: 60vh;
  }
  .kv_info {
    height: 70vh;
    flex-flow: column;
    bottom: initial;
    top: 50%;
  }
  .kv_info .kv_date {
    text-align: center;
    font-size: 1.3rem;
  }
  .kv_info .kv_place {
    text-align: center;
    font-size: 1.3rem;
  }
  header {
    display: none;
  }
  .kv_inner {
    height: 90vh;
  }
  .kv_scroll {
    bottom: 0;
  }
  .section_title h2 {
    font-size: 4rem;
    margin-bottom: 30px;
  }
  .section_title {
    margin-bottom: 40px;
  }
  .section_button a {
    padding: 10px 20px;
    color: #FFFCF3;
    font-size: 1.4rem;
    letter-spacing: 3px;
  }
  .kv_scroll::after {
    display: block;
  }
  .access_info__block h4 {
    font-size: 2rem;
  }
  .access_info__block p {
    font-size: 1.4rem;
  }
  .access_info__block a {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=index.css.map */