html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

:root {
  --fz-base: 1.4rem;
  --fz-1: 2.4rem;
  --fz-2: 1.8rem;
  --fz-3: 1.6rem;
  --fz-4: 1.5rem;
  --fz-5: 1.2rem;
  --heading-01: 5rem;
  --heading-02: 3.6rem;
  --heading-03: 3rem;
}

@media (min-width: 768px) {
  :root {
    --fz-base: clamp(1.4rem, 1.4vw, 1.6rem);
    --fz-1: clamp(2.4rem, 2.2vw, 3.2rem);
    --fz-2: clamp(1.8rem, 1.8vw, 2.6rem);
    --fz-3: clamp(1.6rem, 1.5vw, 2.2rem);
    --fz-4: clamp(1.5rem, 1.5vw, 1.9rem);
    --fz-5: clamp(1.2rem, 1vw, 1.5rem);
    --heading-01: clamp(5rem, 6.5vw, 9rem);
    --heading-02: clamp(3.6rem, 4vw, 7.5rem);
    --heading-03: clamp(3rem, 3.2vw, 4.6rem);
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: var(--fz-base);
  color: #424242;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

.contents a {
  text-decoration: underline;
}

.inner {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0;
    max-width: 90%;
    width: 90%;
  }
}

@media screen and (max-width: 640px) {
  br.brpc {
    display: none;
  }
}

br.brmd {
  display: none;
}
@media screen and (max-width: 768px) {
  br.brmd {
    display: block;
  }
}

br.brsp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.brsp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pcblock {
    display: none;
  }
}

.mdblock {
  display: none;
}
@media screen and (max-width: 768px) {
  .mdblock {
    display: block;
  }
}

.spblock {
  display: none;
}
@media screen and (max-width: 640px) {
  .spblock {
    display: block;
  }
}

.snow-monkey-forms-turnstile--position\:after {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
}

.fade_blur_img {
  opacity: 0;
  filter: blur(14px);
  will-change: opacity, filter, transform;
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
}
.loading__animation {
  text-align: center;
  font-size: 1.2rem;
  color: #424242;
  line-height: 2;
}
.loading__animation img {
  display: block;
  margin: 0 auto 1rem;
}

.hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
  }
}
.hamburger__trigger {
  position: relative;
  z-index: 201;
  width: 52px;
  height: 52px;
  background: #09708f;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.hamburger__bar {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hamburger__trigger--open .hamburger__bar--top {
  transform: translateY(10px) rotate(45deg);
}
.hamburger__trigger--open .hamburger__bar--mid {
  opacity: 0;
}
.hamburger__trigger--open .hamburger__bar--bottom {
  transform: translateY(-10px) rotate(-45deg);
}
.hamburger__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.hamburger__overlay--open {
  opacity: 1;
  visibility: visible;
}
.hamburger__nav {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 200;
  overflow-y: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.hamburger__nav--open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.hamburger__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding: 8rem 3.2rem;
  background-color: #eef4fb;
}
.hamburger__inner ul {
  list-style: none;
  width: 100%;
  max-width: 360px;
}
.hamburger__inner li {
  border-bottom: 1px solid #fff;
  opacity: 0;
  transform: translateY(20px);
}
.hamburger__inner li:first-child {
  border-top: 1px solid #fff;
}
.hamburger__inner a {
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 1rem 0;
  transition: opacity 0.2s;
}
.hamburger__inner a:hover {
  opacity: 0.6;
}
.hamburger__nav-en {
  font-size: 2.2rem;
  line-height: 1.75;
  font-weight: 700;
  color: #09708f;
  letter-spacing: 0.03em;
  flex-shrink: 0;
  min-width: 10rem;
}
.hamburger__nav-ja {
  font-size: 1.3rem;
  font-weight: 600;
  color: #424242;
  letter-spacing: 0.05em;
}

@keyframes hamburgerFadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hamburger__nav--open .hamburger__inner li {
  animation: hamburgerFadeInUp 0.45s ease forwards;
}
.hamburger__nav--open .hamburger__inner li:nth-child(1) {
  animation-delay: 0.23s;
}
.hamburger__nav--open .hamburger__inner li:nth-child(2) {
  animation-delay: 0.31s;
}
.hamburger__nav--open .hamburger__inner li:nth-child(3) {
  animation-delay: 0.39s;
}
.hamburger__nav--open .hamburger__inner li:nth-child(4) {
  animation-delay: 0.47s;
}
.hamburger__nav--open .hamburger__inner li:nth-child(5) {
  animation-delay: 0.55s;
}
.hamburger__nav--open .hamburger__inner li:nth-child(6) {
  animation-delay: 0.63s;
}

.teaser-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #ffffff 0%, #dde9ee 100%);
}
.teaser-loading__logo {
  width: 100px;
  height: 100px;
  animation: loadingSpin 1.5s linear infinite;
}
@media screen and (max-width: 768px) {
  .teaser-loading__logo {
    width: 80px;
    height: 80px;
  }
}
.teaser-loading__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes loadingSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#teaser {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.teaser-bg {
  position: fixed;
  inset: 0;
  top: 10rem;
  z-index: 1;
  pointer-events: none;
}
.teaser-bg img {
  width: 100%;
  height: auto;
}

.teaser-header {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .teaser-header {
    top: 1.5rem;
    left: 1.5rem;
  }
}
.teaser-header__logo {
  display: block;
}
.teaser-header__logo img {
  width: auto;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .teaser-header__logo img {
    height: 60px;
  }
}

.teaser-main {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .teaser-main {
    padding-bottom: 0;
  }
}
.teaser-main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background: linear-gradient(to bottom, #ffffff 48%, #eff3f7 100%);
}

.teaser-fv {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12rem 2rem 6rem;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .teaser-fv {
    padding: 12rem 0 0;
    gap: 2rem;
  }
}
.teaser-fv__logo {
  margin-bottom: 2rem;
}
.teaser-fv__logo img {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .teaser-fv__logo img {
    width: 280px;
  }
}
@media screen and (max-width: 640px) {
  .teaser-fv__logo img {
    width: 200px;
  }
}
.teaser-fv__name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #09708f;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .teaser-fv__name {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.teaser-fv__open {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .teaser-fv__open {
    margin-bottom: 2rem;
  }
}
.teaser-fv__open-title {
  font-size: clamp(6rem, 12vw, 10rem);
  font-weight: bold;
  color: #9f8817;
  line-height: 1.2;
  perspective: 500px;
}
@media screen and (max-width: 768px) {
  .teaser-fv__open-title {
    font-size: 4.2rem;
  }
}
.teaser-fv__open-title .char {
  display: inline-block;
  opacity: 0;
}
.teaser-fv__open-date {
  font-size: clamp(6rem, 12vw, 10rem);
  font-weight: 700;
  color: #09708f;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 0.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .teaser-fv__open-date {
    font-size: 4.2rem;
  }
}
.teaser-fv__open-date::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, #9f8817 0, #9f8817 2px, transparent 2px, transparent 8px);
  margin-bottom: 0.5rem;
}
.teaser-fv__catch {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: var(--fz-2);
  font-weight: bold;
  color: #424242;
  letter-spacing: 0.1em;
}

.teaser-info {
  position: relative;
  z-index: 2;
  padding: 4rem 2rem;
  font-size: var(--fz-4);
}
.teaser-info__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  border: 1px solid #cdcaca;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .teaser-info__inner {
    grid-template-columns: 1fr;
    gap: 4rem;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .teaser-info__table {
    background-color: #ffffff;
    padding-bottom: 1em;
    border-radius: 16px;
    border: 1px solid #cdcaca;
    overflow: hidden;
  }
}
.teaser-info__table table {
  width: 100%;
  background-color: #f4f6f9;
  border-collapse: collapse;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .teaser-info__table table {
    background-color: #ffffff;
  }
}
.teaser-info__table tr {
  border-bottom: 1px solid #cdcaca;
}
@media screen and (max-width: 768px) {
  .teaser-info__table tr {
    border-bottom: none;
  }
}
.teaser-info__table tr:last-child {
  border-bottom: none;
}
.teaser-info__table th,
.teaser-info__table td {
  padding: 1.5rem;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .teaser-info__table th,
  .teaser-info__table td {
    padding: 1em;
    display: block;
    width: 100%;
  }
}
.teaser-info__table th {
  width: 100px;
  color: #09708f;
  white-space: nowrap;
  border-right: 1px solid #cdcaca;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .teaser-info__table th {
    width: 100%;
    display: block;
    border-right: none;
  }
}
.teaser-info__table td {
  color: #424242;
}
@media screen and (max-width: 768px) {
  .teaser-info__table td {
    padding: 0 1em 0;
    display: block;
    width: 100%;
  }
  .teaser-info__table td p {
    border-bottom: 2px dotted #9f8817;
    padding-bottom: 0.5em;
  }
  .teaser-info__table td p.border-none {
    border-bottom: none;
  }
}
.teaser-info__map {
  min-height: 250px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .teaser-info__map {
    min-height: 200px;
    border-radius: 16px;
    border: 1px solid #ffffff;
  }
}
.teaser-info__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.teaser-footer {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 4rem 2rem;
}
@media screen and (max-width: 768px) {
  .teaser-footer {
    background: none;
  }
}
.teaser-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.teaser-footer__info {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 640px) {
  .teaser-footer__info {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.teaser-footer__logo {
  display: flex;
  align-items: center;
}
.teaser-footer__logo img {
  height: 100px;
  width: auto;
}
@media screen and (max-width: 640px) {
  .teaser-footer__logo img {
    height: 80px;
  }
}
.teaser-footer__opening {
  font-size: var(--fz-4);
  color: #09708f;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .teaser-footer__opening {
    font-size: 1.6rem;
  }
}
.teaser-footer__copy {
  color: #09708f;
  letter-spacing: 0.05em;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */