@charset "UTF-8";
/* -----------------------------------------------------------------
 Foundation
----------------------------------------------------------------- */
:root {
  /* サイトカラー */
  --color-primary: #008BC5;
  --color-secondary: #A2DFF3;
  --color-tertiary: #F3B3CD;
  --color-quaternary: #49C6F5;
  --color-quinary: #F6DA66;
  --color-text: #0F396D;
  --color-bg: #FFF3C1;
  --color-bg-secondary: #0B0E6E;
  --color-white: #fff;
  /* font */
  --font-base: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Meiryo", sans-serif;
  --font-size13: clamp(0.8125rem, 0.8125rem + 0vw, 0.8125rem);
  --font-size15: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  --font-size16: clamp(0.875rem, 0.8285714286rem + 0.1904761905vw, 1rem);
  --font-size18: clamp(1rem, 0.9535714286rem + 0.1904761905vw, 1.125rem);
  --font-size20: clamp(1.125rem, 1.0785714286rem + 0.1904761905vw, 1.25rem);
  --font-size22: clamp(1.25rem, 1.2035714286rem + 0.1904761905vw, 1.375rem);
  --font-size24: clamp(1.375rem, 1.3285714286rem + 0.1904761905vw, 1.5rem);
  --font-size28: clamp(1.5rem, 1.4071428571rem + 0.380952381vw, 1.75rem);
  --font-size32: clamp(1.625rem, 1.4857142857rem + 0.5714285714vw, 2rem);
  --font-size40: clamp(1.75rem, 1.4714285714rem + 1.1428571429vw, 2.5rem);
  --font-size48: clamp(2.5rem, 2.3142857143rem + 0.7619047619vw, 3rem);
  --font-size56: clamp(2.875rem, 2.6428571429rem + 0.9523809524vw, 3.5rem);
  --font-size120: clamp(5rem, 4.0714285714rem + 3.8095238095vw, 7.5rem);
  /* header */
  --header-height-sm: 64px;
  --header-height-md: 80px;
  --header-height-lg: 96px;
  /* inner */
  --inner-max-width-sm: 880px;
  --inner-max-width-md: 1080px;
  --inner-max-width-lg: 1240px;
  --inner-max-width-xl: 1440px;
  /* radius */
  --radius-xxs: 5px;
  --radius-xs: 10px;
  --radius-sm: 20px;
  --radius-md: 30px;
  /* transition */
  --transition-default: 0.3s ease;
}

/*======================
  reset
======================*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
main *,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

main {
  display: block;
}

main {

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

svg,
img,
picture {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

}

/*=======================
  breakpoints
=======================*/
/* -----------------------------------------------------------------
 Foundation
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
 Foundation
----------------------------------------------------------------- */
/*======================
  base
======================*/
main * {
  min-height: 0vw;
}

html {
  scrollbar-gutter: stable;
  overflow-y: scroll;
}

main {
  background-color: #fff;
  color: var(--color-text);
  font-family: var(--font-base);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  body a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*======================
  svg
======================*/
.svg,
.svg-defs {
  display: none;
  position: relative;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.svg-icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.icon-arrow {
  width: 0.875rem;
  aspect-ratio: 1/1;
}

/* -----------------------------------------------------------------
 Layout
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
 Foundation
----------------------------------------------------------------- */
/*=======================
  main
=======================*/
.l-main {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}

/*=======================
  container
=======================*/
.l-wrap {
  position: relative;
}

.l-container {
  position: relative;
  margin-inline: 5.3%;
}

.l-container-left {
  position: fixed;
  left: 0;
  top: 0;
  width: calc((100% - 600px) / 2);
  height: 100%;
  visibility: visible;
  opacity: 1;
  background-color: var(--color-bg-secondary);
}
@media screen and (min-width: 600px) {
  .l-container-left {
    background-image: url(../images/bg_left.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
  }
}

.l-container-right {
  position: fixed;
  right: 0;
  top: 0;
  width: calc((100% - 600px) / 2);
  height: 100%;
  visibility: visible;
  opacity: 1;
  background-color: var(--color-bg-secondary);
}
@media screen and (min-width: 600px) {
  .l-container-right {
    background-image: url(../images/bg_right.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
  }
}

/* -----------------------------------------------------------------
 Component
----------------------------------------------------------------- */
.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding: 1rem clamp(1.5rem, 1.357rem + 0.71vw, 2rem);
  /* 24 - 32 */
  min-height: 4.875rem;
  background-color: var(--color-tertiary);
  border: 3px solid var(--color-text);
  -webkit-box-shadow: 4px 4px 0px 0px rgb(15, 57, 109);
          box-shadow: 4px 4px 0px 0px rgb(15, 57, 109);
  color: var(--color-text);
  border-radius: calc(infinity * 1px);
  font-size: clamp(1rem, 0.9071428571rem + 0.380952381vw, 1.25rem);
  font-weight: 900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-transition: all var(--transition-default);
  transition: all var(--transition-default);
}
.c-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}

/* -----------------------------------------------------------------
 Utility
----------------------------------------------------------------- */
/*=======================
  fit-img
=======================*/
.u-fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -----------------------------------------------------------------
Project
----------------------------------------------------------------- */
/*=======================
  home
=======================*/
.mv {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 999;
  background-color: #0B0E6E;
}

.content {
  position: relative;
  background-color: #FFF7D7;
  padding-top: calc(2.5rem + 14.2vw);
  min-height: 100vh;
  margin-inline: auto;
  overflow-x: clip;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .content {
    padding-top: calc(5rem + min(14.2vw, 5.3125rem));
    max-width: 600px;
  }
}

.overview {
  position: relative;
  padding-block: 0 clamp(4rem, 2.853rem + 5.73vw, 5rem);
  /* 64 - 80 */
  background-color: var(--color-bg);
  z-index: 10;
}
.overview::before {
  content: "";
  background-image: url(../images/head.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 600/85;
  position: absolute;
  top: max(-14.2vw, -5.3125rem);
  left: 0;
  z-index: 2;
}
.overview__title {
  margin-inline: auto;
  width: calc(100% - 1.5rem);
}
.overview__desc {
  width: 100%;
  margin-top: 1.5rem;
}
.overview__copy {
  width: 100%;
  margin-top: 0.625rem;
}
.overview__event {
  position: relative;
  margin-top: clamp(2rem, 1.571rem + 2.14vw, 3.5rem);
  /* 32 - 56 */
  padding: 2.5rem 4.5% clamp(3.5rem, 3.214rem + 1.43vw, 4.5rem);
  /* 56 - 72 */
  border: 3px solid var(--color-text);
  border-radius: 1.875rem;
  -webkit-box-shadow: 4px 4px 0px 0px rgb(15, 57, 109);
          box-shadow: 4px 4px 0px 0px rgb(15, 57, 109);
  background-color: #fff;
  overflow: hidden;
}
.overview__event::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33.5rem;
  aspect-ratio: 536/563;
  background-image: url(../images/bg_event.webp);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  z-index: 0;
}
.overview__event-inner {
  position: relative;
  z-index: 10;
}
.overview__event-title {
  width: 40%;
  max-width: 8.125rem;
  aspect-ratio: 130/45;
  margin-inline: auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .overview__event-title {
    width: 100%;
    max-width: 8.125rem;
  }
}
.overview__event-date {
  width: 72%;
  max-width: 24.125rem;
  margin-inline: auto;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 600px) {
  .overview__event-date {
    width: 100%;
    max-width: 24.125rem;
  }
}
.overview__event-desc {
  margin-top: 2rem;
  font-size: clamp(1rem, 0.9071428571rem + 0.380952381vw, 1.25rem);
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .overview__event-desc {
    text-align: center;
  }
}
.overview__event-desc .icon-star {
  display: inline-block;
  height: clamp(1.125rem, 1.018rem + 0.54vw, 1.5rem);
  /* 18 - 24 */
  width: auto;
  aspect-ratio: 1/1;
  margin-top: 0.375rem;
  margin-left: 0.25rem;
  vertical-align: top;
}
.overview__deco {
  position: relative;
  width: 44.8%;
  min-width: 10rem;
  max-width: 15rem;
  margin-top: calc(clamp(2.5rem, 1.353rem + 5.73vw, 3.5rem) * -1);
  /* -40 - -56 */
  z-index: 100;
}
.overview__text {
  margin-top: 2rem;
  font-size: clamp(1rem, 0.9071428571rem + 0.380952381vw, 1.25rem);
  text-align: justify;
  line-height: 2;
}
.overview__text p + p {
  margin-top: 1.25rem;
}

.upcoming {
  position: relative;
  padding-bottom: clamp(7.5rem, 4.633rem + 14.34vw, 10rem);
  /* 120 - 160 */
  background-color: var(--color-bg);
  z-index: 10;
}
.upcoming__title {
  width: 100%;
  max-width: 28.75rem;
  aspect-ratio: 460/60;
  margin-inline: auto;
}
.upcoming__item {
  position: relative;
  margin-top: clamp(2.5rem, 1.784rem + 3.58vw, 3.5rem);
  /* 40 - 56 */
}
@media screen and (min-width: 768px) {
  .upcoming__item {
    margin-top: 3.5rem;
  }
}
.upcoming__item:first-child {
  margin-top: clamp(3.5rem, 1.78rem + 8.6vw, 5rem);
  /* 56 - 80 */
}
.upcoming__item-inner {
  position: relative;
  border: 3px solid var(--color-text);
  border-radius: 1.875rem;
  -webkit-box-shadow: 4px 4px 0px 0px rgb(15, 57, 109);
          box-shadow: 4px 4px 0px 0px rgb(15, 57, 109);
  background-color: #fff;
  width: 100%;
  aspect-ratio: 536/357;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.upcoming__item-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 100, 100, 0.3);
}
.upcoming__item-inner::after {
  content: "COMING SOON";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: clamp(1.5rem, 1.1285714286rem + 1.5238095238vw, 2.5rem);
  color: #fff;
}
.upcoming__item-title {
  width: 100%;
  margin-inline: auto;
  position: absolute;
  top: calc(clamp(1.375rem, -0.202rem + 7.89vw, 2.75rem) * -1);
  /* 22 - 44 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
}
.upcoming__item-title.item-02, .upcoming__item-title.item-03 {
  top: calc(clamp(1rem, -0.004rem + 5.02vw, 1.875rem) * -1);
  /* 16 - 30 */
}
.upcoming__item-deco {
  position: relative;
  width: 35.4%;
  min-width: 7.5rem;
  max-width: 11.875rem;
  margin-left: auto;
  margin-right: -0.5rem;
  margin-top: -4rem;
  z-index: 100;
}
.upcoming__more {
  margin-top: 1.5rem;
  font-size: clamp(1.75rem, 1.6571428571rem + 0.380952381vw, 2rem);
  color: var(--color-text);
  text-align: center;
}

.link {
  position: relative;
  background-color: #fff;
  padding-bottom: 6.25rem;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .link {
    padding-bottom: 5rem;
  }
}
.link::before {
  content: "";
  position: absolute;
  top: max(-8.1vw, -3rem);
  left: 0;
  width: 100%;
  aspect-ratio: 600/49;
  background-image: url(../images/link_head.svg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
}
.link__deco__top {
  position: relative;
  width: 18.7%;
  max-width: 6.25rem;
  margin-bottom: 0.625rem;
  z-index: 100;
}
.link__deco__bottom {
  position: absolute;
  right: 1.5rem;
  bottom: -5.625rem;
  width: 29.9%;
  min-width: 7.5rem;
  max-width: 10rem;
  z-index: 200;
}
.link__copy {
  width: 6.875rem;
  margin-top: clamp(2.5rem, 0.206rem + 11.47vw, 4.5rem);
  /* 40 - 72 */
  margin-inline: auto;
}

.about {
  position: relative;
  border: 3px solid var(--color-text);
  border-radius: 1.875rem;
  -webkit-box-shadow: 4px 4px 0px 0px rgb(15, 57, 109);
          box-shadow: 4px 4px 0px 0px rgb(15, 57, 109);
  background-color: #fff;
  width: 100%;
  padding: 3rem 4.2% clamp(8.125rem, 5.974rem + 10.75vw, 10rem) 4.2%;
  /* 130 - 160 */
  font-size: clamp(1rem, 0.9071428571rem + 0.380952381vw, 1.25rem);
  line-height: 1.8;
  z-index: 10;
}
.about::before {
  content: "";
  background-image: url(../images/about_deco.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 4.75rem;
  aspect-ratio: 76/35;
  position: absolute;
  top: -1.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.about__title {
  width: 100%;
  max-width: 30.5rem;
  aspect-ratio: 488/51;
  margin-inline: auto;
  margin-bottom: clamp(1.5rem, 0.927rem + 2.87vw, 2rem);
  /* 24 - 32 */
}
.about__text {
  text-align: justify;
}
.about__attraction {
  margin-top: 2rem;
}
.about__attraction p + p {
  margin-top: 1.25rem;
}
.about__main-img {
  width: 100%;
  margin-block: 1.5rem;
}
.about__attraction-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
  font-size: clamp(1.25rem, 1.1571428571rem + 0.380952381vw, 1.5rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}
.about__attraction-title span {
  display: inline-block;
  width: clamp(1.5rem, 1.357rem + 0.71vw, 2rem);
  /* 24 - 32 */
  aspect-ratio: 1/1;
}
.about__attraction-title span img {
  width: 100%;
}
.about__attraction-title span:first-child {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 0.125rem;
}
.about__attraction-title .sp-only {
  display: block;
}
@media screen and (min-width: 390px) {
  .about__attraction-title .sp-only {
    display: none;
  }
}
.about__attraction-video {
  width: 100%;
  aspect-ratio: 16/9;
  margin-block: 1.25rem 2rem;
}
.about__attraction-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.about__attraction-swiper {
  position: relative;
  width: 100%;
  margin-block: 1.25rem;
  padding-bottom: 2.5rem;
}
.about__attraction-swiper .swiper-slide {
  position: relative;
  aspect-ratio: 488/366;
  overflow: hidden;
}
.about__attraction-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 488/366;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__attraction-swiper .name {
  display: inline-block;
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  padding: 0.25rem 0.75rem 0.375rem 0.75rem;
  border-radius: calc(infinity * 1px);
  border: 2px solid var(--color-text);
  background-color: var(--color-bg);
  font-size: clamp(0.9375rem, 0.8678571429rem + 0.2857142857vw, 1.125rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.about__attraction-swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.about__attraction-swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--color-secondary);
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: background-color var(--transition-default);
  transition: background-color var(--transition-default);
}
.about__attraction-swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-text);
}
.about__attraction-swiper-button {
  position: absolute;
  top: calc(50% - 1.5rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(2rem, 1.714rem + 1.43vw, 3rem);
  /* 32 - 48 */
  aspect-ratio: 1/1;
  z-index: 10;
  -webkit-transition: opacity var(--transition-default);
  transition: opacity var(--transition-default);
}
.about__attraction-swiper-button img {
  width: 100%;
  height: 100%;
}
.about__attraction-swiper-button--prev {
  left: -6.6%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.about__attraction-swiper-button--next {
  right: -6.6%;
}
.about__attraction-deco {
  position: absolute;
  width: 46.3%;
  min-width: 12.5rem;
  max-width: 15.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4rem;
  z-index: 100;
}

.foot {
  position: relative;
  background-image: url(../images/bg_foot.webp);
  background-size: 37.5rem 43.8125rem;
  background-position: center;
  background-repeat: repeat;
  padding-block: 7.5rem;
  z-index: 0;
}
.foot__date {
  position: relative;
  border: 3px solid var(--color-text);
  border-radius: 1.875rem;
  -webkit-box-shadow: 4px 4px 0px 0px rgb(15, 57, 109);
          box-shadow: 4px 4px 0px 0px rgb(15, 57, 109);
  background-color: #fff;
  width: 100%;
  padding: 0.5rem 0.5rem 0 0.5rem;
  margin-top: 5rem;
}
.foot__date-title {
  width: 100%;
  margin-inline: auto;
  padding: 0.625rem;
  background-color: var(--color-quaternary);
  border-radius: 1.25rem 1.25rem 0 0;
  color: #fff;
  text-align: center;
  font-size: clamp(1.25rem, 1.1571428571rem + 0.380952381vw, 1.5rem);
  font-weight: 900;
}
.foot__date-title .sp-only {
  display: block;
}
@media screen and (min-width: 390px) {
  .foot__date-title .sp-only {
    display: none;
  }
}
.foot__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem 5%;
  width: 100%;
  padding: 2rem 1rem 2.5rem 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .foot__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.foot__item:last-child {
  background-image: radial-gradient(circle, #b1d7f4 1.5px, transparent 1.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 10px 3px;
}
.foot__item-head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--color-text);
  border-radius: 0.375rem;
  padding: 0.0625rem 0.625rem 0.1875rem 0.625rem;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
}
.foot__item-body {
  font-size: clamp(1rem, 0.9071428571rem + 0.380952381vw, 1.25rem);
  line-height: 1.8;
}
.foot__item-body .notice {
  font-size: 0.9375rem;
}
.foot__btn {
  margin-top: 4rem;
}



main {
	section {
		padding: 0;
	}
}
footer {
	position: relative;
	z-index: 998;
}
#pagetop {
	z-index: 999;
}