@charset "UTF-8";
/* リキッドレイアウト対応 */
:root {
  --base-font: "Zen Maru Gothic", sans-serif;
  --en-font: "Raleway", sans-serif;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semi-bold: 600;
  --fw-bold: 700;
  --fw-black: 900;
}

:root {
  --primary: #EF5144;
  --secondary: #F26B60;
  --tertiary: #FF857B;
  --black: #2F2D29;
  --white: #fff;
  --ivory: #FCF5E9;
  --orange: #F4A73B;
  --green: #97CB52;
  --beige: #E7E0D5;
}

:root {
  --z-index-loader: 9999;
  --z-index-header: 100;
}

:root {
  --header-height: calc(44/16*1rem);
  --header-total-height: var(--header-height);
}

html {
  scroll-padding-top: var(--header-total-height);
}

body {
  overflow-y: scroll;
  background-color: var(--ivory);
  color: var(--black);
  font-weight: var(--fw-medium);
  line-height: 1.5;
  font-family: var(--base-font);
}

body.is-scroll-lock,
body:has(.modal[data-active=true]) {
  overflow: hidden;
}

html {
  font-size: 16px;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100svh;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  margin: unset;
  padding: unset;
  overflow: unset;
  border: unset;
  background-color: unset;
  color: unset;
}

/* フォームリセット */
input,
button,
select,
textarea {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

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

.inner {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.l-common {
  margin-top: 3.125rem;
}

.l-event {
  margin-top: 3.375rem;
}

.l-news {
  margin-top: 1.25rem;
  padding-bottom: 2.1875rem;
}

.l-tulip {
  margin-top: 4rem;
}

.about__img {
  grid-row: 1/5;
  aspect-ratio: 733/500;
  overflow: clip;
  border-radius: 2.5rem;
}

.about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__body {
  margin-top: 2rem;
}

.about__sub-title {
  font-weight: var(--fw-bold);
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.about__button {
  margin-top: 1.25rem;
  text-align: right;
}

.button {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  place-items: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.9285714286em 1.5714285714em;
  gap: 0.375rem;
  border-radius: 100vmax;
  background-color: var(--primary);
  color: var(--white);
  font-weight: var(--fw-bold);
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.button::before {
  display: block;
  grid-row: 1;
  grid-column: 2;
  aspect-ratio: 1/1;
  width: 0.8125rem;
  border: 1px solid var(--primary);
  border-radius: 50%;
  background-color: var(--white);
  content: "";
  transition: background-color 0.3s ease-in-out;
}

.button::after {
  display: block;
  aspect-ratio: 1/1;
  width: calc(100% - 1px);
  background-color: var(--primary);
  content: "";
  -webkit-mask-image: url(../images/icon-arrow.svg);
          mask-image: url(../images/icon-arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
  grid-row: 1;
  grid-column: 2;
          mask-size: contain;
  transition: background-color 0.3s ease-in-out;
}

.button--white {
  background-color: var(--white);
  color: var(--primary);
}

.button--white::before {
  background-color: var(--primary);
}

.button--white::after {
  background-color: var(--white);
}
.event-item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 0.8125rem;
}

.event-item__img {
  position: relative;
  width: 16.4375rem;
}

.event-item__img svg {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.event-item__num {
  z-index: 1;
  position: absolute;
  top: -3.875rem;
  left: calc(50% - 8.25rem);
  color: var(--secondary);
  font-weight: var(--fw-regular);
  font-size: 5.75rem;
  font-family: var(--en-font);
  letter-spacing: 0.05em;
}

.event-item__icon {
  display: none;
}

.event-item__icon img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.event-item__head {
  display: grid;
  gap: 0.75rem;
  color: var(--white);
  font-weight: var(--fw-bold);
  font-size: 1.5rem;
}

.event-item__head::after {
  display: block;
  width: 100%;
  height: 0.375rem;
  background-image: url(../images/icon-tulip.svg);
  background-position: center;
  background-size: 0.625rem 0.375rem;
  background-repeat: space;
  content: "";
}

.event-item__text {
  margin-top: 1.125rem;
  color: var(--white);
}

.event-item__button {
  margin-top: 0.5rem;
  text-align: right;
}

.event {
  position: relative;
  padding-block: 1.6875rem 1.25rem;
  overflow-x: clip;
  background-color: var(--primary);
}

.event::before {
  display: block;
  position: absolute;
  top: 1px;
  height: min(5.0666666667vw, 25px);
  inset-inline: 0;
  transform: translateY(-100%);
  background-image: url(../images/bg-top-sp.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.event::after {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -2.125rem;
  left: 50%;
  width: 178.1333333333vw;
  height: 12.1875rem;
  transform: translateX(-50%);
  border-bottom-right-radius: 50% 100%;
  border-bottom-left-radius: 50% 100%;
  background-color: inherit;
  content: "";
}

.event__title {
  text-align: center;
}

.event__list {
  display: grid;
  position: relative;
  margin-top: 3.25rem;
  gap: 3rem;
}

.event__list::before {
  display: block;
  position: absolute;
  top: 54.8%;
  right: -9.25rem;
  aspect-ratio: 448/496;
  width: 28rem;
  background-image: url(../images/bg-tulip.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.footer {
  padding-block: 2.1875rem;
  background-color: var(--primary);
}

.footer__container {
  overflow: clip;
  border-radius: 2.5rem;
  text-align: center;
}

.footer__content {
  padding-block: 2.125rem;
  background-color: var(--tertiary);
}

.footer__title .section-title {
  display: grid;
  justify-items: center;
}

.footer__text {
  margin-top: 2rem;
  color: var(--white);
}

.footer__info {
  display: inline-grid;
  justify-items: flex-end;
  margin-top: 1rem;
}

.footer__info-tel {
  display: inline-grid;
  grid-template-columns: 1.25rem auto;
  align-items: center;
  gap: 0.375rem;
  color: var(--white);
  font-weight: var(--fw-black);
  font-size: 1.5rem;
  line-height: 1.4583333333;
  letter-spacing: 0.03em;
}

.footer__info-tel::before {
  position: relative;
  top: 0.125rem;
  aspect-ratio: 1/1;
  width: 100%;
  background-image: url(../images/icon-tel.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.footer__info-time {
  color: var(--white);
  font-weight: var(--fw-regular);
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}

.footer__img img {
  aspect-ratio: 325/144;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer__nav {
  margin-top: 3.125rem;
  padding-inline: 0.625rem;
}

.footer__logo {
  width: 9.1875rem;
  filter: brightness(0) invert(1);
}

.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 0.625rem;
  margin-top: 1.625rem;
}

.fv {
  --fv-height: clamp(648/16*1rem, 100svh, 740/16*1rem);
  height: var(--fv-height);
  padding-top: var(--header-height);
  overflow-x: hidden;
}

.fv__inner.inner {
  height: calc(var(--fv-height) - var(--header-total-height));
  padding-inline: initial;
}

.fv__container {
  display: grid;
  position: relative;
  grid-template-rows: 1fr auto auto;
  place-items: center;
  height: inherit;
}

.fv__sub-images {
  position: relative;
  width: 100%;
  height: 100%;
}

:is(.fv__sub-img1, .fv__sub-img2, .fv__sub-img3, .fv__sub-img4) {
  position: absolute;
}

:is(.fv__sub-img1, .fv__sub-img2, .fv__sub-img3, .fv__sub-img4) img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.fv__sub-img1 {
  top: 8.2%;
  left: calc(50% - min(49.0666666667vw, 340px));
  width: min(25.8666666667vw, 130px);
}

.fv__sub-img2 {
  bottom: -1%;
  left: calc(50% - min(21.3333333333vw, 130px));
  width: min(16.8vw, 90px);
}

.fv__sub-img3 {
  top: 14%;
  right: calc(50% - 13.3333333333vw);
  width: min(20vw, 100px);
}

.fv__sub-img4 {
  right: calc(50% - min(49.6vw, 340px));
  bottom: -6%;
  width: min(33.3333333333vw, 160px);
}

.fv__title {
  display: grid;
  position: relative;
  top: 1.125rem;
  grid-template-columns: 1fr 14.4375rem 1fr;
  grid-row: 2;
}

.fv__title img {
  aspect-ratio: 231/88;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.fv__title::before,
.fv__title::after {
  position: relative;
  top: 0.875rem;
  aspect-ratio: 64/108;
  width: 4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.fv__title::before {
  left: -0.5rem;
  background-image: url(../images/fv-left-img.svg);
}

.fv__title::after {
  right: -0.5rem;
  background-image: url(../images/fv-right-img.svg);
}

.fv__main-img {
  width: min(100%, 26.25rem);
  margin-inline: auto;
  padding-inline: 0.875rem;
  transform-origin: bottom;
}

.fv__main-img img {
  aspect-ratio: 348/351;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.header {
  z-index: var(--z-index-header);
  position: fixed;
  top: 0;
  inset-inline: 0;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: color-mix(in srgb, var(--ivory) 50%, transparent);
  transition: padding-block 0.3s ease-out;
}

.header__inner {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  padding-inline: 2.1875rem;
}

.header__logo {
  width: 9.1875rem;
  height: inherit;
}

.header__nav {
  display: none;
}

.header__nav-list {
  display: flex;
  height: inherit;
}

.header__nav-item {
  height: inherit;
}

.header__hamburger {
  display: flex;
  flex-direction: column;
  place-content: center;
  width: 1.5rem;
  height: inherit;
  gap: 0.3125rem;
  transition: gap 0.3s ease-out, width 0.3s ease-out;
}

.header__hamburger.is-open {
  width: 24.0416305603px;
  gap: initial;
}

.header__hamburger::before,
.header__hamburger::after {
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  content: "";
  transition: transform 0.3s ease-out;
}

.header__hamburger.is-open::before {
  position: relative;
  top: 1px;
  transform: rotate(45deg);
}

.header__hamburger.is-open::after {
  transform: rotate(-45deg);
}

.header__drawer {
  position: absolute;
  top: 0;
  height: 100vh;
  inset-inline: 0;
  padding-top: var(--header-height);
  background-color: var(--ivory);
  clip-path: circle(0% at 100% 0%);
  transition: clip-path 0.3s ease-in-out;
}

.header__drawer.is-open {
  clip-path: circle(200% at 50% 0%);
}

.header__drawer-wrapper {
  display: grid;
  align-items: center;
  height: 100%;
  padding-bottom: 10.125rem;
  overflow-y: auto;
  scrollbar-width: none;
}

.header__drawer-inner {
  padding-inline: 4.875rem;
}

.header__drawer-link {
  display: block;
  padding-inline: 0.5em;
  padding-block: 0.625rem;
  color: var(--primary);
  font-weight: var(--fw-medium);
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.header__drawer-bottom {
  margin-top: 1.125rem;
  padding-inline: 0.75rem;
}

.header__drawer-tel {
  display: inline-grid;
  grid-template-columns: 1.25rem 1fr;
  align-items: center;
  gap: 0.375rem;
  color: var(--primary);
  font-weight: var(--fw-black);
  font-size: 1.5rem;
  line-height: 1.4583333333;
  letter-spacing: 0.03em;
}

.header__drawer-tel::before {
  aspect-ratio: 1/1;
  width: 100%;
  background-color: var(--primary);
  content: "";
  -webkit-mask-image: url(../images/icon-tel.svg);
          mask-image: url(../images/icon-tel.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: relative;
  top: 0.1875rem;
          mask-position: center;
}

.header__drawer-time {
  color: var(--primary);
  font-weight: var(--fw-regular);
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}

.info__date {
  display: grid;
  row-gap: 1rem;
  margin-top: 2rem;
}

.info__date-wrap {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0.8125rem;
       column-gap: 0.8125rem;
}

.info__button {
  margin-top: 1.25rem;
  text-align: right;
}

.info__map {
  margin-top: 1.25rem;
  overflow: clip;
  border-radius: 1rem;
}

.info__map img {
  aspect-ratio: 325/200;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.outer {
  opacity: 0;
}

.loader {
  --radius: 50vmax;
  display: none;
  z-index: var(--z-index-loader);
  position: fixed;
  top: 0;
  place-content: center;
  place-items: center;
  height: 100svh;
  min-height: 500px;
  inset-inline: 0;
  border-top-right-radius: var(--radius);
  border-top-left-radius: var(--radius);
  perspective: 3000px;
  perspective-origin: top;
  transition: scale 1s ease-in-out;
}

.loader__logo {
  --tulip-opacity: 0;
  --tulip-rotate: -12deg;
  display: inline-grid;
  z-index: 1;
  position: absolute;
  grid-template-columns: 2.25rem 1fr;
  gap: 0.1875rem;
}

.loader__logo::before {
  aspect-ratio: 1/1;
  width: 100%;
  background-color: var(--primary);
  content: "";
  -webkit-mask-image: url(../images/bg-tulip.svg);
          mask-image: url(../images/bg-tulip.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
  rotate: var(--tulip-rotate);
          mask-position: center;
  opacity: var(--tulip-opacity);
}

.loader__title {
  color: var(--primary);
  font-weight: var(--fw-bold);
  font-size: 1.125rem;
  line-height: 1;
  clip-path: inset(0 100% 0 0);
}

.loader__door {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: min(93.3333333333vw, 480px);
}

:is(.loader__left, .loader__right) {
  aspect-ratio: 1/2.3;
  width: 100%;
  transition: transform 1s ease-in-out;
}

.loader__left {
  transform-origin: left;
  border-top-left-radius: var(--radius);
  background-image: linear-gradient(to bottom right, oklch(from #fb9700 l c h/0.2), oklch(from #ffc878 l c h/0.2), oklch(from #fb4b00 l c h/0.2));
}

.loader__right {
  transform-origin: right;
  border-top-right-radius: var(--radius);
  background-image: linear-gradient(to top right, oklch(from #fb4b00 l c h/0.2), oklch(from #ffc878 l c h/0.2), oklch(from #fb9700 l c h/0.2));
}

.logo {
  display: grid;
  align-items: center;
  height: 100%;
  transition: opacity 0.3s ease;
}

.logo img {
  aspect-ratio: 147/24;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.nav-link {
  display: grid;
  grid-template-columns: 0.5rem auto;
  align-items: center;
  height: inherit;
  padding-inline: 1.25rem;
  gap: 0.375rem;
  color: var(--white);
  font-weight: var(--fw-medium);
  font-size: 0.75rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
}

.nav-link__icon {
  display: grid;
  position: relative;
  justify-items: center;
  width: 100%;
  transition: translate 0.3s ease-in-out;
}

.nav-link__icon img {
  z-index: 1;
  position: relative;
  grid-row: 1/2;
  grid-column: 1/2;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.nav-link--small .nav-link__icon img {
  filter: brightness(0) invert(1);
}

.nav-link__icon::before,
.nav-link__icon::after {
  display: block;
  position: absolute;
  bottom: -0.625rem;
  aspect-ratio: 1/1;
  width: 1.125rem;
  background-color: var(--green);
  content: "";
  -webkit-mask-image: url(../images/icon-arrow.svg);
          mask-image: url(../images/icon-arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
  grid-row: 1/2;
  grid-column: 1/2;
          mask-position: center;
}

.nav-link__icon::before {
  rotate: 90deg;
  clip-path: inset(45% 100% 45% 0%);
  transition: clip-path 0.3s ease-in-out;
}

.nav-link__icon::after {
  transform: rotateX(0) rotateY(90deg) rotateZ(90deg);
  transition: transform 0.3s ease-in-out;
  transition-delay: 0.25s;
}

.nav-link__text {
  transition: color 0.3s ease-in-out;
}
.nav-link--small {
  padding-inline: initial;
}

.news-item {
  display: block;
  padding-block: 0.8125rem 0.875rem;
  transition: background-color 0.3s ease-out;
}

.news-item__date {
  font-weight: var(--fw-regular);
  font-size: 0.875rem;
}

.news-item__category {
  margin-left: 0.375rem;
  padding-inline: 1.2142857143em;
  padding-block: 1px;
  border-radius: 100vmax;
  background-color: var(--primary);
  color: var(--white);
  font-weight: var(--fw-regular);
  font-size: 0.875rem;
  line-height: 1.5714285714;
}

.news-item__category--orange {
  background-color: var(--orange);
}

.news-item__category--green {
  background-color: var(--green);
}

.news-item__head {
  margin-top: 0.125rem;
  font-weight: var(--fw-regular);
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.news {
  overflow-x: clip;
}

.news__title {
  text-align: center;
}

.news__list {
  display: grid;
  margin-top: 1.875rem;
}

.news__item:not(:first-of-type) {
  border-top: 2px solid var(--beige);
}

.news__button {
  margin-top: 1.625rem;
  text-align: center;
}

.section-title {
  font-size: 0;
}

.section-title__sub {
  color: var(--tertiary);
  font-weight: var(--fw-medium);
  font-size: 1rem;
  line-height: 1.1875;
  font-family: var(--en-font);
  letter-spacing: 0.05em;
}

.section-title__main {
  color: var(--primary);
  font-weight: var(--fw-bold);
  font-size: 2rem;
  line-height: 1.4375;
  letter-spacing: 0.05em;
}

.section-title__tulips {
  display: flex;
  gap: 0.1875rem;
}

.section-title__tulips img {
  aspect-ratio: 1/1;
  width: 0.375rem;
  object-fit: contain;
}

.section-title--center {
  display: grid;
  place-items: center;
}

.section-title--white .section-title__tulips img {
  filter: brightness(0) invert(1);
}

.section-title--white .section-title__sub {
  color: var(--white);
}

.section-title--white .section-title__main {
  color: var(--white);
}

.text {
  font-weight: var(--fw-regular);
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  line-break: strict;
}

.text2 {
  font-weight: var(--fw-regular);
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}

.text3 {
  font-weight: var(--fw-regular);
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.tulip {
  overflow-x: clip;
}

.tulip__list {
  transition-timing-function: linear;
}

.tulip__img {
  width: 9.75rem;
  animation: koron 2s ease-in-out infinite alternate;
}

.tulip__img img {
  aspect-ratio: 156/148;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tulip__img:nth-child(even) {
  padding-top: 3.25rem;
}

@keyframes koron {
  0% {
    rotate: -3deg;
  }
  100% {
    rotate: 3deg;
  }
}
.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

@media screen and (min-width: 768px){
  :root {
    --header-height: calc(54/16*1rem);
    --header-total-height: calc(var(--header-height) + 80/16*1rem);
  }
  html {
    font-size: 1.1825572801vw;
  }
  .inner {
    max-width: 1403px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .l-common {
    margin-top: 7.5rem;
  }
  .l-event {
    margin-top: 16.25rem;
  }
  .l-news {
    margin-top: 5rem;
    padding-bottom: 7.5rem;
  }
  .l-tulip {
    margin-top: 22.5rem;
  }
  .about__inner.inner {
    max-width: 1635px;
  }
  .about__container {
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    grid-template-columns: 46.2460567823% minmax(0, 754px);
    justify-content: space-between;
  }
  .about__content {
    padding-top: 0.25rem;
    padding-inline: min(2.7083333333vw, 52px);
  }
  .about__body {
    margin-top: 2.875rem;
  }
  .about__sub-title {
    font-size: 2rem;
    line-height: 2;
  }
  .about__text {
    margin-top: 1.5rem;
  }
  .about__button {
    margin-top: 2.1875rem;
    margin-right: 0.9375rem;
  }
  .button {
    grid-template-columns: 1fr 0.8125rem;
    gap: 0.4375rem;
    font-size: 1rem;
    line-height: 1.4375;
  }
  .event-item {
    flex-direction: row;
    align-items: flex-start;
    gap: min(4.7916666667vw, 92px);
  }
  .event__item:nth-of-type(odd) .event-item {
    flex-direction: row-reverse;
  }
  .event-item__img {
    width: 35.875rem;
  }
  .event-item__num {
    top: -24%;
    left: 0;
    font-size: 12.5rem;
  }
  .event-item__content {
    display: grid;
    grid-template-columns: 5.75rem 1fr;
    flex: 1;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    align-items: flex-start;
    padding-top: 1.125rem;
  }
  .event-item__icon {
    display: block;
    grid-row: 1/4;
  }
  .event-item__head {
    font-size: 2rem;
  }
  .event-item__head::after {
    height: 0.75rem;
    background-size: 1.4375rem 0.75rem;
  }
  .event-item__text {
    margin-top: 1rem;
  }
  .event-item__button {
    margin-top: 4.375rem;
  }
  .event {
    padding-top: 0.5rem;
  }
  .event::before {
    height: min(7.0833333333vw, 136px);
    background-image: url(../images/bg-top.svg);
  }
  .event::after {
    bottom: -17.6875rem;
    height: 90.6875rem;
  }
  .event__list {
    margin-top: 6.625rem;
    gap: 6.625rem;
  }
  .event__list::before {
    top: 50%;
    right: -24.375rem;
    aspect-ratio: 790/882;
    width: 49.375rem;
  }
  .footer {
    padding-block: 7.5rem 5rem;
  }
  .footer__inner.inner {
    max-width: 1326px;
  }
  .footer__container {
    display: grid;
    grid-template-columns: 1fr 27.6875rem;
    text-align: left;
  }
  .footer__content {
    padding-left: 6.25rem;
    padding-block: 3.5rem 2.875rem;
  }
  .footer__title .section-title {
    justify-items: initial;
  }
  .footer__text {
    margin-top: 2.5rem;
  }
  .footer__info {
    justify-items: initial;
  }
  .footer__info-tel {
    grid-template-columns: 3.125rem auto;
    gap: 0.9375rem;
    font-size: 3.75rem;
    line-height: 1.45;
    letter-spacing: 0;
  }
  .footer__info-time {
    padding-left: 4.0625rem;
    font-size: max(10px, 1rem);
  }
  .footer__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
    padding-inline: initial;
  }
  .footer__logo {
    width: 18.8125rem;
  }
  .footer__nav-list {
    margin-top: initial;
    gap: initial;
  }
  .fv {
    --fv-height: clamp(clamp(480px, 100svh, rem(1050)), 100svh, min(1050/1920*100vw, 1400px));
    padding-top: var(--header-total-height);
  }
  .fv__inner.inner {
    max-width: 1693px;
    padding-inline: 25px;
  }
  .fv__container {
    grid-template-rows: initial;
    grid-template-columns: minmax(0, 2.0625rem) min(100%, 100.625rem);
    row-gap: 0.625rem;
    align-items: flex-end;
  }
  .fv__sub-images {
    display: contents;
  }
  .fv__sub-img1 {
    top: 16%;
    left: calc(50% - min(42.7083333333vw, 1100px));
    width: clamp(120px, 13.8020833333vw, 340px);
  }
  .fv__sub-img2 {
    bottom: 15%;
    left: calc(50% - clamp(260px, 30.7291666667vw, 800px));
    width: clamp(90px, 8.90625vw, 240px);
  }
  .fv__sub-img3 {
    top: 9%;
    right: calc(50% - clamp(280px, 35.5208333333vw, 820px));
    width: clamp(100px, 10.625vw, 260px);
  }
  .fv__sub-img4 {
    right: calc(50% - min(42.8125vw, 1160px));
    bottom: 11%;
    width: clamp(150px, 17.8125vw, 400px);
  }
  .fv__title {
    top: 18%;
    grid-template-columns: 1fr clamp(200px, 24.1666666667vw, 464px) 1fr;
    grid-row: 1;
    grid-column: 2/3;
    gap: 1rem;
  }
  .fv__title::before,
  .fv__title::after {
    top: 1.75rem;
    width: min(6.6666666667vw, 128px);
  }
  .fv__title::before {
    left: 0;
  }
  .fv__title::after {
    right: 0;
  }
  .fv__main-img {
    grid-column: 2/3;
    width: min(42.5465838509%, 780px);
    width: min(35.6770833333vw, 900px);
    padding-inline: initial;
  }
  .header {
    padding-block: 2.5rem;
  }
  .header.is-scrolled {
    padding-block: 1rem;
  }
  .header__inner {
    padding-inline: 3rem 3.125rem;
  }
  .header__logo {
    width: 18.8125rem;
  }
  .header__nav {
    display: block;
    height: inherit;
  }
  .header__hamburger {
    display: none;
  }
  .info__inner.inner {
    max-width: 1485px;
  }
  .info__container {
    display: grid;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 32.0625rem 55.4006968641%;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    justify-content: space-between;
  }
  .info__date {
    row-gap: 2rem;
    margin-top: 2.875rem;
  }
  .info__date-wrap {
    -moz-column-gap: min(4.6875vw, 90px);
         column-gap: min(4.6875vw, 90px);
  }
  .info__button {
    margin-top: 2.1875rem;
  }
  .info__map {
    grid-row: 1/4;
    grid-column: 2/3;
    margin-top: initial;
    border-radius: 2.5rem;
  }
  .info__map img {
    aspect-ratio: 795/476;
  }
  .loader {
    min-height: 800px;
  }
  .loader__logo {
    grid-template-columns: clamp(40px, 2.8125vw, 54px) 1fr;
    gap: 0.4375rem;
  }
  .loader__title {
    font-size: clamp(20px, 1.25vw, 24px);
  }
  .loader__door {
    width: clamp(480px, 38.5416666667vw, 1000px);
  }
  :is(.loader__left, .loader__right) {
    aspect-ratio: 1/2;
  }
  .logo img {
    aspect-ratio: 301/54;
  }
  .nav-link {
    grid-template-columns: 0.8125rem auto;
    color: var(--primary);
    font-size: max(10px, 1rem);
    line-height: 1.4375;
  }
  .nav-link--small {
    padding-inline: 1.25rem;
    color: var(--white);
  }
  .nav-link--small::before {
    background-color: var(--white);
  }
  .news-item {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    padding-inline: 1.25rem;
    padding-block: 1.875rem;
    gap: min(3.3854166667vw, 65px);
  }
  .news-item__date {
    font-size: max(10px, 1rem);
  }
  .news-item__category {
    margin-left: initial;
    padding-inline: 1.71875em;
    padding-block: 0.1875rem 0.25rem;
    font-size: max(10px, 1rem);
    line-height: 1.4375;
  }
  .news-item__head {
    margin-top: initial;
    font-size: max(10px, 1rem);
    line-height: 1.4375;
  }
  .news__inner.inner {
    width: min(90%, 902px);
  }
  .news__list {
    margin-top: 2.625rem;
  }
  .news__button {
    margin-top: 2.5rem;
  }
  .section-title__sub {
    font-size: max(10px, 1rem);
  }
  .section-title__main {
    font-size: 2.75rem;
    line-height: 1.4545454545;
  }
  .section-title__tulips {
    gap: 0.375rem;
  }
  .section-title__tulips img {
    width: 0.75rem;
  }
  .text {
    font-size: max(10px, 1rem);
  }
  .text2 {
    font-size: max(10px, 1rem);
  }
  .text3 {
    font-size: max(10px, 1rem);
  }
  .tulip__img {
    width: 26rem;
  }
  .tulip__img:nth-child(even) {
    padding-top: 8.625rem;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

@media (min-width: 1353px){
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover){
  .button:hover {
    background-color: var(--white);
    color: var(--primary);
  }
  .button--white:hover {
    background-color: var(--secondary);
    color: var(--white);
  }
  .button--white:hover::before {
    background-color: var(--white);
  }
  .button--white:hover::after {
    background-color: var(--secondary);
  }
  .logo:hover {
    opacity: 0.8;
  }
  .nav-link:hover .nav-link__icon {
    translate: 0 -0.125rem;
  }
  .nav-link:hover .nav-link__icon::before {
    clip-path: inset(42% 0% 42% 0%);
  }
  .nav-link:hover .nav-link__icon::after {
    transform: rotateX(0) rotateY(0deg) rotateZ(90deg);
  }
  .news-item:hover {
    background-color: color-mix(in srgb, var(--tertiary), transparent 70%);
  }
}