@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-lg: 16px;
  --space-xl: 24px;
  --space-xxl: 32px;
  --space-3l: 48px;
  --space-4l: 64px;
  --font-size-xs: 1.2rem;
  --font-size-sm: 1.4rem;
  --font-size-md: 1.6rem;
  --font-size-lg: 1.8rem;
  --font-size-xl: 2.0rem;
  --font-size-2xl: 2.6rem;
  --font-size-3xl: 3.2rem;
  --font-size-4xl: 5.6rem;
  --font-size-h1: 4rem;
  --font-size-h2: 2.4rem;
  --font-size-h3: 2.1rem;
  --font-size-h4: 1.8rem;
  --font-size-h5: 1.7rem;
  --font-size-h6: 1.6rem;
  --font-size-copy: 1.6rem;
  --font-size-body: 1.4rem;
  --font-size-small: 1.2rem;
  --space-section: 4rem;
  --space-gutter: 2rem;
  --space-stack-l: 3rem;
  --space-stack-m: 2.4rem;
  --space-stack-s: 0.8rem;
  --space-stack-xs: 0.8rem;
  --space-h1: 6.4rem;
  --space-h2: 5.6rem;
  --space-h3: 3.2rem;
  --space-h4: 2.4rem;
  --space-h5: 1.6rem;
  --color-primary: #00B1EC;
  --color-skyblue:#E3F8FF;
  --color-white:#fff;
  --color-text-main: #2d2d2d;
  --color-bg-yellow: #FFFDE5;
  --color-bg-blue: #D4ECEA;
  --color-accent-orange: #EE7A49;
  --color-accent-green: #8EC21F;
}

@media screen and (min-width: 768px) {
  :root {
    --font-size-h1: 6rem;
    --font-size-h2: 3.5rem;
    --font-size-h3: 2.6rem;
    --font-size-h4: 2.3rem;
    --font-size-h5: 2rem;
    --font-size-h6: 1.8rem;
    --font-size-copy: 2rem;
    --font-size-body: 1.5rem;
    --font-size-small: 1.4rem;
    --space-section: 8rem;
    --space-gutter: 4rem;
    --space-stack-l: 6rem;
    --space-stack-m: 4rem;
    --space-stack-s: 2.4rem;
    --space-stack-xs: 1.2rem;
    --space-h1: 8rem;
    --space-h2: 7.2rem;
    --space-h3: 4rem;
    --space-h4: 3.2rem;
    --space-h5: 2.4rem;
  }
}
body {
  font-family: "Fredoka", "M PLUS 1", sans-serif;
  font-size: var(--font-size-body);
  letter-spacing: 0.08em;
  color: var(--color-text-main);
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
}

body.is-fixed {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .btn-wrap--pc-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn-wrap--pc-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn-wrap--pc-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* UI Components */
.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;
  width: 100%;
  padding: 9px 15px;
  border-radius: 50px;
  font-weight: 900;
  font-size: 1.7rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 0 0 #fff;
          box-shadow: 5px 5px 0 0 #fff;
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 17px 15px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .btn:hover {
    -webkit-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
}
.btn--orange {
  background-color: var(--color-accent-orange);
}
.btn--orange::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e902";
  font-size: 3rem;
}
.btn--green {
  background-color: var(--color-accent-green);
}
.btn--green::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e901";
  font-size: 3rem;
}
.btn__icon {
  width: 22px;
  margin-right: 8px;
}

.img-zindex {
  position: relative;
  z-index: 1;
}

.img-center {
  margin-inline: auto;
}

.h2 {
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
  font-weight: 900;
  color: var(--color-primary);
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .h2 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
}

.h3 {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 900;
  color: var(--color-primary);
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .h3 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
}

.h4 {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.12em;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .h4 {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
}
.h4--center {
  text-align: center;
}

.row {
  --gap-x: 0;
  --gap-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row__item--mobile-1 {
  width: 8.3333333333%;
}
.row__item--mobile-2 {
  width: 16.6666666667%;
}
.row__item--mobile-3 {
  width: 25%;
}
.row__item--mobile-4 {
  width: 33.3333333333%;
}
.row__item--mobile-5 {
  width: 41.6666666667%;
}
.row__item--mobile-6 {
  width: 50%;
}
.row__item--mobile-7 {
  width: 58.3333333333%;
}
.row__item--mobile-8 {
  width: 66.6666666667%;
}
.row__item--mobile-9 {
  width: 75%;
}
.row__item--mobile-10 {
  width: 83.3333333333%;
}
.row__item--mobile-11 {
  width: 91.6666666667%;
}
.row__item--mobile-12 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
.row--std {
  margin: -8px;
}
.row--std .row__item {
  padding: 8px;
}
.row--wide {
  margin: -16px;
}
.row--wide .row__item {
  padding: 16px;
}
.row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem 5.3rem;
  }
}
.grid--gap-min {
  gap: 1.3rem;
}
@media screen and (min-width: 768px) {
  .grid--gap-mid {
    gap: 3.2rem 3.7rem;
  }
}
.grid--gap-wide {
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .grid--gap-wide {
    gap: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .grid--2-1 {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .grid--1-2 {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width: 768px) {
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .grid--md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .grid--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .grid--re > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .grid--re > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.grid--goods {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 9px;
  grid-auto-rows: auto;
}
@media screen and (min-width: 768px) {
  .grid--goods {
    grid-template-columns: repeat(6, 1fr);
    gap: 32px 11px;
  }
}
@media screen and (min-width: 768px) {
  .grid--footer {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .grid--footer {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
.container--wide {
  max-width: 1520px;
}
.container--news-single {
  border-radius: 80px;
  background: #FFF;
  padding: 56px 24px 42px;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .container--news-single {
    padding: 60px;
  }
}

.page-article .container--news-single {
  margin-top: var(--space-stack-l);
}

.page-article .container.container--news-single::before {
  top: calc(-1 * var(--space-stack-l));
}

.page--menu-open > *:not(.page__menu) {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  pointer-events: none;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 98;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.menu-overlay--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 5rem;
  background: transparent;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
}
@media screen and (min-width: 1024px) {
  .menu {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 23.4rem;
  }
}
.menu--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu__visual {
  display: none;
}
@media screen and (min-width: 1024px) {
  .menu__visual {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 592px;
  }
  .menu__visual img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.menu__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu__logo img {
  width: 196px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .menu__logo img {
    width: 240px;
  }
}
.menu__close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: var(--color-white);
  -webkit-box-shadow: 3px 3px 0 0 var(--color-accent-green);
          box-shadow: 3px 3px 0 0 var(--color-accent-green);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .menu__close {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__close {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .menu__close:hover {
    opacity: 0.6;
  }
}
.menu__close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 37%;
  height: 5px;
  border-radius: 10px;
  background: var(--color-accent-green);
}
.menu__close-line--top {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}
.menu__close-line--bottom {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}
.menu__list-wrap {
  position: relative;
  width: 100%;
  max-width: 361px;
}
.menu__sns {
  position: absolute;
  bottom: -47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  padding: 2rem 3rem;
  border-radius: 40px;
  border: 3px solid var(--color-accent-green);
  background: var(--color-white);
  z-index: 1;
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--color-accent-green);
  border-radius: 60px;
  padding: 7.5rem 4.4rem;
  width: 100%;
  max-width: 361px;
}
.menu-list__item {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border-bottom: 3px dashed rgba(255, 255, 255, 0.5);
}
.menu-list__link {
  position: relative;
  display: block;
  color: var(--color-white);
  font-size: var(--font-size-h4);
  font-weight: 900;
  letter-spacing: 2.16px;
  padding: 1.4rem 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .menu-list__link:hover {
    opacity: 0.7;
  }
}
.menu-list__child {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 250ms grid-template-rows ease;
  transition: 250ms grid-template-rows ease;
  transition: 250ms grid-template-rows ease, 250ms -ms-grid-rows ease;
}
.menu-list__child-inner {
  overflow: hidden;
}
.trigger--open + .menu-list__child {
  grid-template-rows: 1fr;
}
.menu-list__trigger {
  position: absolute;
  top: 0;
  right: 0;
}

.trigger {
  display: grid;
  place-items: center;
  place-content: center;
  width: 4rem;
  height: 4rem;
}
.trigger::before {
  content: "+";
}
.trigger--open::before {
  content: "-";
}

.menu-btn {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: var(--color-accent-green);
  margin: 1rem 1rem 0 0;
  -webkit-box-shadow: 3px 3px 0 0 #fff;
          box-shadow: 3px 3px 0 0 #fff;
}
@media screen and (min-width: 768px) {
  .menu-btn {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .menu-btn {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .menu-btn:hover {
    opacity: 0.6;
  }
}
.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 37%;
  height: 5px;
  border-radius: 10px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: #fff;
}
.menu-btn__line:nth-child(1) {
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
}
.menu-btn__line:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.menu-btn__line:nth-child(3) {
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(1) {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(2) {
  opacity: 0;
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(3) {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}

/*********************/
/*  ヘッダー  */
/*********************/
/*  ヘッダー AおよびB */
.header {
  position: relative;
  width: 100%;
  z-index: 100;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .header {
    display: grid;
  }
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__nav {
  margin-left: auto;
  margin-right: 24px;
}
.header--fixed {
  position: fixed;
}

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.gnav-list__item {
  position: relative;
}
.gnav-list__link {
  display: block;
  color: inherit;
}
.gnav-list__child {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.gnav-list__item:hover .gnav-list__child {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.gnav-list__trigger {
  display: none;
}

/*********************/
/*  loader  */
/*********************/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--color-white);
  z-index: 9999;
}
.loader__icon {
  position: absolute;
  border-left: 2px solid var(--color-white);
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
          animation: load 0.8s infinite linear;
}
.loader__icon, .loader__icon::after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*********************/
/*  フッター  */
/*********************/
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .footer-grid {
    gap: 4rem;
  }
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#F5FBFA), to(#D4ECF3));
  background: linear-gradient(to bottom, #F5FBFA, #D4ECF3);
  padding-top: 13rem;
  margin-top: -3rem;
}
.footer__logo {
  display: inline-block;
}
.footer .p-event-card {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  color: var(--color-primary);
  text-align: left;
  margin-top: 4rem;
}
.footer .p-event-card::before, .footer .p-event-card::after {
  display: none;
}
.footer .p-event-card__label {
  color: var(--color-primary);
  background: #fff;
  margin-bottom: 0;
}
.footer .p-event-card__date {
  text-align: left;
  border-color: #fff;
}
.footer .p-event-card__details {
  color: var(--color-text-main);
}
.footer .p-event-card__details::before {
  color: var(--color-primary);
}
.footer__sns {
  display: block;
  background: #FFFDE5;
  border-radius: 10px;
  padding: 3rem;
  text-align: center;
  margin-top: -5rem;
}
@media screen and (min-width: 768px) {
  .footer__sns {
    margin-top: -8rem;
  }
}
.footer__copy {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #8B8B8B;
  padding: 4rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    padding: 5rem 0 2rem;
    text-align: left;
  }
}

.qa-link {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 146px;
  height: 146px;
  background: url(../images/cloud.png) 0 0/contain no-repeat;
  color: var(--color-primary);
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .qa-link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .qa-link {
    margin-bottom: 4rem;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .qa-link:hover {
    opacity: 0.6;
  }
}
.qa-link::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background: var(--color-primary);
  border-radius: 50%;
  color: #FFFDE5;
  font-size: 10px;
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .qa-link::after {
    -webkit-transform: scale(56%);
            transform: scale(56%);
  }
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
          animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.photo-slider {
  max-width: 1000px;
  margin: 0 auto;
}

#photo-main .splide__slide img {
  width: 100%;
  height: auto;
  display: block;
}

.photo-nav {
  margin-top: 16px;
  padding: 0 60px;
  position: relative;
}
.photo-nav .splide__slide {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.photo-nav .splide__slide.is-active {
  opacity: 1;
}
.photo-nav .splide__slide img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-nav .splide__arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #00B1EC;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.photo-nav .splide__arrow:hover {
  opacity: 0.8;
}
.photo-nav .splide__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
.photo-nav .splide__arrow svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.photo-nav .splide__arrow--prev {
  left: 0;
}
.photo-nav .splide__arrow--next {
  right: 0;
}

.photo-nav {
  position: relative;
  padding: 0 60px;
}
.photo-nav .splide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #00B1EC;
  border: none;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  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;
}
.photo-nav .splide__arrow--prev {
  left: 0;
}
.photo-nav .splide__arrow--next {
  right: 0;
}
.photo-nav .splide__arrow:hover {
  opacity: 0.8;
}
.photo-nav .splide__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
.photo-nav .splide__arrow svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.photo-nav .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.section {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .section {
    padding: 8rem 0;
  }
}
.section__title {
  text-align: center;
  margin-bottom: 4rem;
}
.section__title-en {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #8FD1E6;
  line-height: 1;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  .section__title-en {
    font-size: 2.6rem;
  }
}
.section__title-ja {
  display: block;
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--color-primary);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .section__title-ja {
    font-size: 3.5rem;
  }
}
.section__copy {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .section__copy {
    font-size: 2.3rem;
  }
}
.section__desc {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 3rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .section__desc {
    font-size: 1.7rem;
  }
}
.section--center {
  text-align: center;
}
.section--about {
  background: var(--color-bg-yellow);
}
.section--about .section__copy {
  color: var(--color-primary);
}
.section--enjoy {
  background: var(--color-bg-blue) url(../images/repeat01.png) 0 0/auto repeat;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .section--enjoy {
    padding-bottom: 8rem;
  }
}
.section--enjoy .section__copy {
  text-align: center;
}
.section--enjoy .section__desc {
  margin-top: 0;
}
.section--goods {
  background: transparent;
  position: relative;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .section--goods {
    padding-bottom: 7%;
  }
}
@media screen and (min-width: 1024px) {
  .section--goods {
    padding-bottom: 64px;
  }
}
.section--goods::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 48px;
  background: url(../images/circle01.png) 50% 0/auto repeat-x;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section--goods .section__inner {
  position: relative;
}
.section--goods .section__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 400%;
  background: #E5E5F3 url(../images/repeat02.png) 0 0/auto repeat;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .section--goods .section__inner::before {
    bottom: -10%;
  }
}
.section--goods .section__inner .grid {
  position: relative;
  z-index: 2;
}

/*********************/
/*  TOP  */
/*********************/
/* ==========================================================================
       Hero Section (1400px Centered)
       ========================================================================== */
@media screen and (min-width: 768px) {
  .p-hero {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5FBFA), to(#D4ECF3));
    background: linear-gradient(to bottom, #F5FBFA 0, #D4ECF3 100%);
  }
  .p-hero::before {
    content: "";
    display: block;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .p-hero::before {
    background-size: cover;
  }
}
.p-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-hero__grid {
    padding: 20px;
    grid-template-columns: 1.1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6rem 5.5rem;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
.p-hero__left img {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-hero__left {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__left {
    grid-row: 1/3;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__mid {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__mid {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__right {
    padding: 0 20px;
    padding-bottom: 3rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(10%, #F5FBFA), to(#D4ECF3));
    background: linear-gradient(to bottom, #fff 0, #F5FBFA 10%, #D4ECF3 100%);
  }
}
@media screen and (min-width: 768px) {
  .p-hero__right {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__right {
    grid-column: 2/3;
  }
}
.p-hero__logo {
  max-width: 248px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-hero__logo {
    max-width: 368px;
    margin: 7.7rem auto 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__logo {
    margin: 0 auto;
  }
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .sns {
    gap: 1.3rem;
  }
}
.sns--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .sns--center {
    gap: 2.5rem;
  }
}
.sns__link {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .sns__link {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .sns__link:hover {
    opacity: 0.6;
  }
}
.sns__link::before {
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  color: #fff;
  line-height: 50px;
  padding-left: 1px;
}
.sns__link--insta {
  background: #AF77EB;
}
.sns__link--insta::before {
  content: "\e906";
  font-size: 26px;
}
.sns__link--line {
  background: #4CC764;
}
.sns__link--line::before {
  content: "\e905";
  font-size: 32px;
}
.sns__link--x {
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns__link--x::before {
  content: "";
  width: 35px;
  height: 36px;
  background: url(../images/icon-x.png) 0 0/contain no-repeat;
}

/* News & Event Card */
.p-news {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-news {
    margin-bottom: 6rem;
  }
}
.p-news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: var(--space-md);
}
@media screen and (min-width: 768px) {
  .p-news__header {
    margin-bottom: 2.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-news__header {
    margin-bottom: 1.5rem;
  }
}
.p-news__title {
  font-size: 2.4rem;
  color: #00BCD4;
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    font-size: 3.5rem;
  }
}
.p-news__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.p-news__footer {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (min-width: 768px) {
  .p-news__footer {
    margin-top: 3rem;
  }
}

.p-event-card {
  background-color: #52C4EA;
  padding: 2.3rem 1.8rem;
  color: #fff;
  margin-bottom: 1.8rem;
  border: 3px solid #fff;
  border-radius: 2rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-event-card {
    margin-bottom: 2.4rem;
    padding: 2.5rem 6rem;
    border-radius: 3rem;
  }
}
.p-event-card__label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 4px 8px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-event-card__label {
    font-size: 1.8rem;
  }
}
.p-event-card__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.4rem;
  font-weight: 900;
  margin-bottom: 1rem;
  text-align: center;
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-event-card__date {
    font-size: 2.3rem;
  }
}
.p-event-card__date span {
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  .p-event-card__date span {
    font-size: 2.3rem;
  }
}
.p-event-card__date strong {
  display: inline-block;
  font-weight: 700;
  font-size: 3rem;
  margin: 0 3px;
}
@media screen and (min-width: 768px) {
  .p-event-card__date strong {
    font-size: 5rem;
  }
}
.p-event-card__details {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  text-align: left;
}
.p-event-card__details + .p-event-card__details {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-event-card__details {
    font-size: 1.4rem;
  }
}
.p-event-card__details::before {
  font-family: "icomoon";
  font-weight: normal;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2rem;
  line-height: 1;
}
.p-event-card__details--icon-clock::before {
  content: "\e907";
}
.p-event-card__details--icon-pin::before {
  content: "\e903";
}

/* ==========================================================================
       Enjoy Section
       ========================================================================== */
.p-enjoy__card {
  background: #fff;
  border-radius: 30px;
  padding: 4rem 2.5rem 6rem;
  border: 3px solid #AFE2DD;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-enjoy__card {
    padding: 8rem 7rem;
  }
}
.p-enjoy__card::after {
  content: "";
  position: absolute;
  top: -40px;
  right: 10px;
  width: 100px;
  height: 100px;
  background: url(../images/enjoy_icon.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-enjoy__card::after {
    width: 200px;
    height: 200px;
  }
}
.p-enjoy__fixed {
  margin-inline: -2.5rem;
  width: calc(100% + 5rem);
  background: var(--color-bg-blue);
  padding: 3rem 2.5rem;
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-enjoy__fixed {
    margin-inline: -7rem;
    width: calc(100% + 14rem);
    padding: 6rem 7rem;
    margin-top: 6rem;
  }
}

.step {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  list-style: none;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .step {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .step {
    grid-template-columns: repeat(3, 1fr);
  }
}
.step__item {
  counter-increment: number 1;
  position: relative;
  padding-top: 76px;
}
.step__item::before {
  content: counter(number, decimal-leading-zero) "";
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.step__item::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e904";
  display: block;
  font-size: 64px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #8EC21F;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .step__item .h4 {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ==========================================================================
       Goods Section
========================================================================== */
.goods-card {
  border: 3px solid #EBEBEB;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  text-align: left;
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  -ms-flex-line-pack: start;
      align-content: start;
  row-gap: 6px;
}
@media screen and (min-width: 768px) {
  .goods-card {
    row-gap: 16px;
  }
}
.goods-card__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.goods-card__img img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.goods-card__title {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .goods-card__title {
    font-size: 1.3rem;
  }
}
.goods-card__price {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #EE7948;
  padding: 0 1.5rem 1rem;
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .goods-card__price {
    font-size: 1.3rem;
  }
}
.goods-card__desc {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1rem 1.5rem;
  background: #FAF9F9;
  height: 100%;
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .goods-card__desc {
    font-size: 1.3rem;
  }
}

/*********************/
/*  見出し  */
/*********************/
.hero {
  background-image: url("../images/hero-bg-sp.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 7rem;
  min-height: 629px;
}
@media screen and (min-width: 1024px) {
  .hero {
    background-image: url("../images/hero-bg-pc.png");
    padding-top: 8rem;
    min-height: 599px;
  }
}
.hero__title {
  display: grid;
}
.hero__title-ja {
  font-size: var(--font-size-h2);
  font-weight: 900;
  color: var(--color-primary);
}
.hero__title-en {
  font-size: var(--font-size-h3);
  font-weight: 600;
  color: #8FD1E6;
}
.hero__inner {
  display: grid;
  gap: var(--space-stack-m);
  margin-top: 12.5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .hero__inner {
    grid-template-columns: 2fr 3fr;
    grid-template-areas: "head img";
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-top: 11.5rem;
    margin-bottom: 6rem;
  }
}
.hero__head {
  display: grid;
  gap: var(--space-stack-s);
}
@media screen and (min-width: 768px) {
  .hero__head {
    grid-area: head;
  }
}
@media screen and (min-width: 768px) {
  .hero__img {
    grid-area: img;
  }
}
.hero__logo img {
  width: 196px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .hero__logo img {
    width: 368px;
  }
}

.page-article {
  background: var(--color-bg-yellow);
  padding-top: var(--space-stack-l);
  padding-bottom: var(--space-section);
}
.page-article .container {
  position: relative;
  padding-top: var(--space-stack-l);
}
.page-article .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 2px dashed #D7D4B2;
}

.post-type-page {
  margin-top: var(--space-md);
}
.post-type-page *:first-child {
  margin-top: 0;
}
.post-type-page p {
  font-weight: bold;
  line-height: 2;
}
.post-type-page p:not(:first-child) {
  margin-top: 2em;
}
.post-type-page a:not([class]):hover {
  opacity: 0.7;
}
.post-type-page .marker {
  margin-block: var(--space-stack-l);
}
.post-type-page .marker span {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  font-size: var(--font-size-h3);
  font-weight: 600;
  color: var(--color-primary);
  padding: 0.5em;
  line-height: 2.5;
  background-color: #E3F8FF;
  border-radius: 1rem;
}
.post-type-page .copy {
  font-size: var(--font-size-copy);
  font-weight: 600;
  color: var(--color-primary);
  text-align: center;
  margin-block: var(--space-stack-s);
}
.post-type-page .h1 {
  --margin-top: var(--heading-size-l-mb);
  font-size: var(--heading-size-l-mb);
  margin-block: var(--margin-top) 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .h1 {
    --margin-top: var(--heading-size-l);
    font-size: var(--heading-size-l);
  }
}
.post-type-page .h2 {
  --margin-top: var(--heading-size-m-mb);
  font-size: var(--heading-size-m-mb);
  margin-block: var(--margin-top) 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .h2 {
    --margin-top: var(--heading-size-m);
    font-size: var(--heading-size-m);
  }
}
.post-type-page .h3 {
  --margin-top: var(--heading-size-s-mb);
  font-size: var(--heading-size-s-mb);
  margin-block: var(--margin-top) 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .h3 {
    --margin-top: var(--heading-size-s);
    font-size: var(--heading-size-s);
  }
}
.post-type-page .h4 {
  --margin-top: var(--heading-size-xs-nb);
  font-size: var(--heading-size-xs-nb);
  margin-block: var(--margin-top) 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .h4 {
    --margin-top: var(--heading-size-xs);
    font-size: var(--heading-size-xs);
  }
}
.post-type-page .ul {
  padding: 0 0 0 2rem;
}
.post-type-page .ul li {
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}
.post-type-page .ul li::marker {
  content: "😸";
}
.post-type-page .ol {
  counter-reset: number 0;
  padding: 0 0 0 2rem;
}
.post-type-page .ol li {
  counter-increment: number 1;
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}
.post-type-page .ol li::marker {
  content: counter(number) " ";
  font-size: 1.5em;
  aspect-ratio: 1;
}
.post-type-page .dl {
  margin-top: var(--space-stack-m);
  padding: var(--space-stack-m);
  background-color: #FAFEFF;
  border-radius: 3rem;
}
.post-type-page .dl__row {
  display: grid;
  gap: var(--space-stack-xs);
}
@media screen and (min-width: 768px) {
  .post-type-page .dl__row {
    grid-template-columns: 20rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: var(--space-stack-s);
  }
}
.post-type-page .dl__row:not(:last-child) {
  border-bottom: 3px solid #EBEBEB;
}
.post-type-page .dl dt {
  font-size: var(--font-size-h6);
  font-weight: bold;
  color: var(--color-primary);
}
.post-type-page .dl dd {
  font-weight: bold;
  line-height: 2;
}
.post-type-page .table {
  width: 100%;
  margin: 3rem 0;
}
.post-type-page .table th {
  background: var(--color-primary);
  color: var(--color-white);
}
.post-type-page .table th,
.post-type-page .table td {
  padding: 1rem;
}
.post-type-page .box {
  margin: 5rem 0 0;
  padding: 3rem;
  background: #eee;
}
.post-type-page .box__title {
  font-weight: bold;
  font-size: 2.1rem;
  margin: 0 0 1rem;
  line-height: 1.3em;
}
.post-type-page .button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .post-type-page .button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-type-page .button {
  display: inline-block;
  padding: 2rem 3rem;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  cursor: pointer;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .post-type-page .button + .post-type-page .button {
    margin-left: 1.5rem;
  }
}
.post-type-page .goto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .post-type-page .goto {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    margin-top: 60px;
  }
}
.post-type-page .goto__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post-type-page .goto__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 20px;
  border-radius: 110px;
  border: 3px solid var(--color-primary);
  text-decoration: none;
  color: var(--color-primary);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.post-type-page .goto__link:hover {
  background: var(--color-primary);
  color: #fff;
}
.post-type-page .goto__link:hover .goto__arrow::before {
  color: #fff;
}
.post-type-page .goto__num {
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background-image: url("../images/badge-flower.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--color-white);
}
.post-type-page .goto__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: var(--font-size-body);
  color: var(--color-text-main);
}
.post-type-page .goto__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.post-type-page .goto__arrow::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  color: var(--color-primary);
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.accordion {
  list-style: none;
}
.accordion__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: var(--color-font);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border-bottom: 1px solid #D1D1D1;
  cursor: pointer;
}
.accordion__label::after {
  content: ">";
  font-family: "icomoon";
  display: inline-block;
  font-size: 2.5rem;
  color: var(--color-primary);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .accordion__label::after {
    font-size: 3.5rem;
  }
}
.accordion__content {
  height: 0;
  margin-bottom: 1.5rem;
  padding: 0 3rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: #ECECEC;
  color: var(--color-font);
  font-size: 1.4rem;
}
.accordion__toggle {
  display: none;
}
.accordion__toggle:checked + .accordion__label + .accordion__content {
  height: auto;
  padding: 3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion__toggle:checked + .accordion__label::after {
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
  color: #D6D6D6;
}

.qa-parts {
  list-style: none;
}
.qa-parts__item {
  border: 1px solid #D1D1D1;
  border-radius: 10px;
}
.qa-parts__item + .qa-parts__item {
  margin-top: 1.5rem;
}
.qa-parts__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  color: var(--color-font);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.qa-parts__label::after {
  content: ">";
  font-family: "icomoon";
  display: inline-block;
  font-size: 2.5rem;
  color: var(--color-primary);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .qa-parts__label::after {
    font-size: 3.5rem;
  }
}
.qa-parts__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qa-parts__title::before {
  content: "Q";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  background: #aaa;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.qa-parts__content {
  height: 0;
  padding: 0 1.5rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  color: var(--color-font);
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.qa-parts__content::before {
  content: "A";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  background: #aaa;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.qa-parts__toggle {
  display: none;
}
.qa-parts__toggle:checked + .qa-parts__label + .qa-parts__content {
  height: auto;
  padding: 1rem 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.qa-parts__toggle:checked + .qa-parts__label::after {
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
  color: #D6D6D6;
}

/*********************/
/*  イベントの楽しみ方　背景      */
/*********************/
.p-map-section .container::before {
  display: none;
}

.p-map-section .container {
  position: relative;
  border-radius: 80px;
  background: #FAFEFF;
  padding: 60px 26px;
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  .p-map-section .container {
    padding: 80px 60px;
    margin-top: 8rem;
  }
}
.p-map-section .container__badge {
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64px;
  height: 64px;
  z-index: 2;
}
.p-map-section .container__badge-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.p-map-section .container__badge-num {
  position: absolute;
  inset: 0;
  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;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/*********************/
/*  エリア1～見出し      */
/*********************/
.p-map-header {
  position: relative;
  text-align: center;
  overflow: visible;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-map-header {
    margin-bottom: 6rem;
  }
}

.p-map-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  border-radius: 10px;
  background: var(--color-skyblue);
  padding: 8px 12px 8px 8px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-map-area {
    gap: 8px;
    padding: 10px 16px 10px 12px;
  }
}
@media (max-width: 767px) {
  .p-map-area {
    width: 90%;
    margin: 0 auto;
  }
}
.p-map-area__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-map-area__icon::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e903";
  font-size: 2rem;
  line-height: 1;
  color: var(--color-primary);
}
.p-map-area__texts {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .p-map-area__texts {
    -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;
    gap: 8px;
  }
}
.p-map-area__label {
  color: var(--color-primary);
  font-size: var(--font-size-copy);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.6px;
  display: inline-block;
}
.p-map-area__name {
  font-size: var(--font-size-body);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 1.8px;
  white-space: normal;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-map-area__name {
    white-space: nowrap;
  }
}

.p-map-catch {
  background-color: #52C4EA;
  padding: 2.8rem 1.8rem 2.3rem;
  color: var(--color-white);
  border-top: 3px solid var(--color-white);
  border-bottom: 3px solid var(--color-white);
  position: relative;
  text-align: center;
  margin-top: -16px;
  overflow: visible;
  border-radius: 2rem;
}
.p-map-catch__text {
  color: var(--color-white);
  text-align: center;
  font-size: var(--font-size-h3);
  font-weight: 700;
  letter-spacing: 4.16px;
}

/*********************/
/*  見出し（黄色帯）      */
/*********************/
.c-deco-heading {
  background-color: #F6AD3B;
  padding: 0;
  position: relative;
  text-align: center;
  overflow: visible;
  max-width: 440px;
  height: auto;
  margin: 3.5rem auto 0;
}
.c-deco-heading::before, .c-deco-heading::after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: url(../images/triangle.png) center/100% 100% no-repeat;
}
.c-deco-heading::before {
  left: -8px;
}
.c-deco-heading::after {
  right: -8px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.c-deco-heading__text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: var(--color-white);
  font-size: var(--font-size-body);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1.8px;
}
.c-deco-heading__text::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url(../images/star.png) center/contain no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-section-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;
}
.c-section-title::before, .c-section-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
  background: #00B1EC;
}
.c-section-title__text {
  padding: 0 16px;
  color: var(--color-primary);
  text-align: center;
  font-size: var(--font-size-copy);
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.6px;
  white-space: nowrap;
}

/*********************/
/*  STEP01~      */
/*********************/
.c-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 1.8rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 1024px) {
  .c-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.c-steps__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 30px;
  border: 3px solid var(--color-accent-green);
  background: var(--color-white);
  padding: 20px 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.c-steps__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-steps__label {
  color: var(--color-accent-green);
  text-align: center;
  font-size: var(--font-size-h6);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.16px;
}
.c-steps__num {
  margin-top: 4px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #8EC21F;
  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;
  color: #FFF;
  font-size: var(--font-size-h4);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.76px;
}
.c-steps__text {
  font-size: var(--font-size-body);
  font-weight: 900;
  letter-spacing: 1.8px;
  text-align: left;
}

/*********************/
/*  アクセスページ用     */
/*********************/
.p-access__inner {
  border-top: 2px dashed #D7D4B2;
  padding-top: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .p-access__inner {
    padding-top: 5.8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
.p-access__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 30px;
  border: 3px solid var(--color-primary);
  overflow: hidden;
  line-height: 0;
}
.p-access__map iframe {
  width: 100%;
  height: 300px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-access__map iframe {
    height: 450px;
  }
}
.p-access__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-access__heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-access__heading {
    gap: 8px;
  }
}
.p-access__heading-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-access__heading-icon::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e903";
  font-size: 2rem;
  line-height: 1;
  color: var(--color-primary);
}
.p-access__heading-text {
  color: var(--color-primary);
  font-size: var(--font-size-body);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.28px;
}
.p-access__station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 3px solid #EBEBEB;
}
.p-access__station:last-child {
  border-bottom: none;
}
.p-access__line {
  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;
  width: 18rem;
  padding: 4px 20px;
  border-radius: 10px;
  background: var(--color-primary);
  color: #fff;
  font-size: var(--font-size-body);
  font-weight: 600;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-access__station-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.p-access__station-name {
  font-size: var(--font-size-body);
  font-weight: 600;
  letter-spacing: 1.2px;
}
.p-access__station-walk {
  font-size: var(--font-size-small);
  font-weight: 600;
  letter-spacing: 1.12px;
}
.p-access__station-list {
  padding: 2.6rem 2rem;
  border-radius: 30px;
  background: var(--bg, #FAFEFF);
}
@media screen and (min-width: 768px) {
  .p-access__station-list {
    padding: 4rem;
  }
}
.p-access__parking {
  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: 8px;
}
@media screen and (min-width: 1024px) {
  .p-access__parking {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-access__parking-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 2px;
}
.p-access__parking-icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-access__parking-text {
  font-size: var(--font-size-small);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.12px;
  margin: 0;
}

/*********************/
/*  よくある質問      */
/*********************/
.faq-heading {
  display: inline-block;
  border-radius: 10px;
  background: #E3F8FF;
  padding: 1rem 3rem;
  margin-top: 6rem;
}
.faq-heading__text {
  color: var(--color-primary);
  font-size: var(--font-size-h3);
  font-weight: 600;
  line-height: 2.3;
  letter-spacing: 2.08px;
}

.faq-question {
  margin-top: 4rem;
  border-bottom: 3px solid #EBEBEB;
  padding-bottom: 1.6rem;
}
.faq-question p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-size: var(--font-size-h6);
  font-weight: 700;
  letter-spacing: 1.44px;
}
@media screen and (min-width: 768px) {
  .faq-question p {
    gap: 1rem;
  }
}
.faq-question p::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("../images/question.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0.2em;
}

.faq-answer {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .faq-answer {
    margin-top: 2.4rem;
  }
}
.faq-answer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-size: var(--font-size-body);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) {
  .faq-answer p {
    gap: 1rem;
  }
}
.faq-answer p::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("../images/answer.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0.2em;
}

.ticket {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  border-radius: 30px;
  background: #FAFEFF;
  overflow: visible;
  background-clip: padding-box;
}
.ticket__head {
  position: relative;
  padding: 5.6rem 2rem 4.2rem;
  text-align: center;
  border: 3px solid var(--color-primary);
  border-radius: 30px 30px 0 0;
  place-content: center;
}
.ticket--complete .ticket__inner {
  background: linear-gradient(135deg, #00B1EC 0%, #0090d3 100%);
}
.ticket__deco {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
}
.ticket__deco-outer {
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}
.ticket__deco-img {
  width: 200px;
  height: auto;
}
.ticket__title {
  position: relative;
  z-index: 1;
  color: var(--color-white);
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 3.6px;
  margin: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .ticket__title {
    font-size: 2.4rem;
  }
}
.ticket__area-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ticket__area-badge {
  display: inline-block;
  border-radius: 30px;
  background: #E3F8FF;
  padding: 1rem;
  color: var(--color-text-main);
  text-align: center;
  font-size: var(--font-size-small);
  font-weight: 600;
}
.ticket__area-badge::before {
  content: "（";
}
.ticket__area-badge::after {
  content: "）";
}
.ticket--stairs .ticket__head {
  background: var(--color-white);
}
.ticket--stairs .ticket__title {
  color: var(--color-text-main);
}
.ticket--stairs .ticket__area-badge {
  display: inline-block;
  border-radius: 30px;
  background: #E3F8FF;
  padding: 1rem;
  color: var(--color-text-main);
  text-align: center;
  font-size: var(--font-size-small);
  font-weight: 600;
}
.ticket--stairs .ticket__area-badge::before {
  content: "（";
}
.ticket--stairs .ticket__area-badge::after {
  content: "）";
}
.ticket__body {
  background: #FAFEFF;
  padding: 2.4rem 2.4rem 2.8rem;
  border: 3px solid var(--color-primary);
  border-top: 0;
}
.ticket__body:last-child {
  border-radius: 0 0 30px 30px;
}
.ticket__price-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 0 2rem;
  margin-bottom: 2rem;
}
.ticket__price-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 239px;
  height: 239px;
  border-radius: 50%;
  background: #E3F8FF;
  z-index: 0;
  pointer-events: none;
}
.ticket__web-label {
  position: relative;
  z-index: 1;
  color: #F6AD3B;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  margin: 0 0 4px;
  padding-bottom: 0.6rem;
}
.ticket__web-label::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0.4rem;
  background-image: repeating-linear-gradient(to right, #D7D4B2 0, #D7D4B2 4px, transparent 4px, transparent 8px);
  background-size: auto 1px;
  background-repeat: repeat-x;
}
.ticket__age-label {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 6px;
  background: #F6AD3B;
  color: var(--color-white);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding: 4px 12px;
  margin: 0 0 4px;
}
.ticket__price-row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2px;
  margin: 0.4rem 0 0.6rem;
}
.ticket__price-num {
  color: var(--color-primary);
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
}
.ticket__price-unit {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1rem;
}
.ticket__note {
  position: relative;
  z-index: 1;
  color: var(--color-text-main);
  text-align: center;
  font-size: var(--font-size-body);
  font-weight: 700;
  margin: 0 0 1.2rem;
}
.ticket__same-day-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ticket__same-day {
  display: inline-block;
  border-radius: 5px;
  border: 3px solid #E3F8FF;
  background: #FAFEFF;
  padding: 4px 14px;
  color: var(--color-primary);
  text-align: center;
  font-size: var(--font-size-body);
  font-weight: 700;
  letter-spacing: 1.2px;
}
.ticket__benefits {
  list-style: none;
  padding: 2rem 0 0;
  margin: 0 0 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  border-top: 3px solid var(--sub2, #C7C7C7);
}
.ticket__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  color: var(--color-text-main);
  font-size: var(--font-size-body);
  font-weight: 400;
  letter-spacing: 1.2px;
}
.ticket__benefit-star {
  width: 21px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 1px;
}
.ticket--complete .ticket__head {
  background: linear-gradient(135deg, #00B1EC 0%, #0090d3 100%);
}

.ticket--complete .ticket__inner {
  background: none !important;
}

.ticket-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .ticket-list {
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.popup-heading {
  text-align: center;
}
.popup-heading__stripe {
  width: 100%;
  height: 15px;
  background-color: var(--color-primary);
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 24px, rgba(255, 255, 255, 0.75) 24px, rgba(255, 255, 255, 0.75) 26px);
  border-radius: 30px;
}
.popup-heading__en {
  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: 12px;
  margin-top: 0.4rem;
  color: #8FD1E6;
  font-size: var(--font-size-h3);
  font-weight: 700;
  letter-spacing: 3.12px;
  text-transform: uppercase;
}
.popup-heading__en::before, .popup-heading__en::after {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 3px;
  background: #8FD1E6;
  border-radius: 2px;
}
.popup-heading__ja {
  color: var(--color-primary);
  font-size: var(--font-size-h3);
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 3.12px;
  margin-bottom: 0.4rem;
}
.popup-heading__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .popup-heading__row {
    gap: 1.6rem;
  }
}
.popup-heading__row .popup-heading__stripe {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.popup-heading__goods {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--color-primary);
  font-size: var(--font-size-h3);
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 4.16px;
  white-space: nowrap;
}

.children-card {
  position: relative;
  display: block;
  background: var(--color-white);
  -webkit-box-shadow: 1px 1px 3px var(--color-primary);
          box-shadow: 1px 1px 3px var(--color-primary);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.children-card:hover {
  opacity: 0.7;
}
.children-card__link, .children-card__thumbnail, .children-card__img, .children-card__box, .children-card__title, .children-card__description, .children-card__btn {
  display: block;
  width: 100%;
}
.children-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: var(--color-white);
  padding: 10px 40px;
  margin-top: 1.5rem;
}
.children-card__box {
  padding: 15px 20px 25px;
}
@media screen and (min-width: 1024px) {
  .children-card__box {
    padding: 20px 20px 30px;
  }
}
.children-card__title {
  font-size: 2rem;
  font-weight: bold;
}
.children-card__description {
  margin-top: 1rem;
}
.children-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.children-card__btn--center {
  text-align: center;
}
.children-card__btn--right {
  text-align: right;
}
.children-card__time, .children-card__category, .children-card__post-title {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .children-card__time, .children-card__category, .children-card__post-title {
    display: block;
  }
}
.children-card__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-font);
}
@media screen and (min-width: 768px) {
  .children-card__time {
    font-size: 1.7rem;
  }
}
.children-card__time--inline {
  display: inline-block;
  margin-left: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .children-card__time--inline {
    width: 140px;
    height: 25px;
    line-height: 25px;
  }
}
.children-card__category {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--color-font);
  text-align: center;
  padding: 0 15px;
  border: 1px solid var(--color-font);
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .children-card__category {
    width: 100px;
    height: 30px;
    font-size: 1.3rem;
    line-height: 30px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .children-card__category {
    margin-left: 1rem;
  }
}
.children-card__category--inline {
  display: inline-block;
}
.children-card__post-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-font);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .children-card__post-title {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .children-card__post-title--ellipsis {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.children-card__post-title--bordered {
  -webkit-box-shadow: 0 0 0 1px var(--color-primary);
          box-shadow: 0 0 0 1px var(--color-primary);
}
.children-card--mini {
  padding: 25px;
}
.children-card--mini .children-card__title {
  margin-top: 2rem;
}

.pickup-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pickup-card:hover {
  opacity: 0.7;
}
.pickup-card__link, .pickup-card__thumbnail, .pickup-card__img, .pickup-card__box, .pickup-card__title, .pickup-card__description, .pickup-card__btn {
  display: block;
  width: 100%;
}
.pickup-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.pickup-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--color-white);
  padding: 10px 40px;
  margin-top: 1.8rem;
}
.pickup-card__box {
  padding: 25px 25px 30px;
}
@media screen and (min-width: 1024px) {
  .pickup-card__box {
    padding: 25px 30px 35px;
  }
}
.pickup-card__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .pickup-card__title {
    font-size: 2rem;
  }
}
.pickup-card__description {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .pickup-card__description {
    font-size: 1.4rem;
  }
}
.pickup-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.pickup-card__btn--center {
  text-align: center;
}
.pickup-card__btn--right {
  text-align: right;
}

/*  コンテンツD  */
.guide-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.guide-card:hover {
  opacity: 0.7;
}
.guide-card__link, .guide-card__thumbnail, .guide-card__img, .guide-card__box, .guide-card__title, .guide-card__description, .guide-card__btn {
  display: block;
  width: 100%;
}
.guide-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.guide-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--color-white);
  padding: 8px 30px;
  margin-top: 1.5rem;
}
.guide-card__box {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .guide-card__box {
    padding: 25px 30px;
  }
}
.guide-card__title {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .guide-card__title {
    font-size: 2rem;
  }
}
.guide-card__description {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .guide-card__description {
    font-size: 1.4rem;
  }
}
.guide-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.guide-card__btn--center {
  text-align: center;
}
.guide-card__btn--right {
  text-align: right;
}
.guide-card--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/*  数字で見るパーツ利用時以外は不要  */
.countup-card__title {
  display: block;
  text-align: center;
  color: var(--color-font);
  font-size: 2rem;
  margin-top: 2rem;
}
.countup-card__thmb {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.countup-card__img {
  width: 100%;
  height: auto;
}
.countup-card__number {
  display: block;
  text-align: center;
  color: blue;
  font-weight: 900;
  font-size: 5rem;
  line-height: 1;
}
.countup-card__count {
  white-space: nowrap;
  font-variant: tabular-nums;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
.countup-card__unit {
  font-size: 50%;
}

/*  数字で見るパーツここまで  */
/*  パンくず  */
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: var(--font-size-small);
  font-weight: bold;
  list-style: none;
}
.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb__item:not(:first-child):before {
  content: "-";
  position: relative;
  margin-inline: 1rem;
}
.breadcrumb__item:not(:last-child) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumb__item:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb__link {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-text-main);
}
.breadcrumb__link::before {
  content: "";
  width: 2em;
  height: 2em;
  background: #BEE9F8;
  border-radius: 50%;
  margin-right: -1em;
}
/*********************/
/*  お知らせ一覧      */
/*********************/
.news-more {
  color: var(--color-primary);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 900;
  position: relative;
  border-bottom: 3px solid var(--color-primary);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.news-more:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .news-more {
    font-size: 1.5rem;
  }
}

.news-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  background: #fff;
  border-radius: 50px;
  padding: 1.4rem 2.6rem;
  padding-right: 5.5rem;
  text-decoration: none;
  color: inherit;
  font-size: 1.3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-card__link {
    -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;
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-card__link:hover::after {
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
}
.news-card__link::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  color: var(--color-primary);
  position: absolute;
  top: 50%;
  right: 2.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.news-card__date {
  color: #00BCD4;
  font-weight: 600;
  display: block;
}
@media screen and (min-width: 768px) {
  .news-card__date {
    font-size: 1.5rem;
  }
}
.news-card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  white-space: normal;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .news-card__text {
    font-size: 1.4rem;
  }
}

.news-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.news-category-list__link {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 110px;
  border: 3px solid var(--color-primary);
  text-decoration: none;
  color: var(--color-text-main);
  font-size: var(--color-text-main);
  font-weight: 900;
  letter-spacing: 2.4px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.news-category-list__link:hover {
  background: var(--color-primary);
  color: #fff;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

/*********************/
/*  お知らせ詳細      */
/*********************/
.news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  margin-bottom: 3rem;
}
.news-head::before {
  content: "";
  display: block;
  width: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 30px;
  background: #8FD1E6;
}
.news-head__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.news-head__time {
  color: #00B1EC;
  font-size: var(--font-size-body);
  font-weight: 600;
  line-height: 2;
}
.news-head__ctg {
  position: relative;
  display: inline-block;
  height: 34px;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--color-text-main);
  text-align: center;
  white-space: nowrap;
  padding: 1rem 1.5rem;
}
.news-head .h2 {
  margin-top: 0.8rem;
  font-size: var(--font-size-h3);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.78px;
}

/*********************/
/*  一覧へ戻るボタン  */
/*********************/
.news-back-btn {
  display: inline-block;
  color: #8FD1E6;
  text-align: center;
  font-size: var(--font-size-h4);
  font-weight: 900;
  line-height: 2;
  letter-spacing: 1.84px;
  text-transform: lowercase;
  text-decoration: none;
  border-bottom: 3px solid #8FD1E6;
  padding-bottom: 4px;
}

/*********************/
/*  ページネーション  */
/*********************/
.single-pager-list {
  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: 40px;
  list-style: none;
  padding: 0;
  margin-top: 4.2rem;
}
@media screen and (min-width: 768px) {
  .single-pager-list {
    margin-top: 8rem;
  }
}
.single-pager-list__item--back .single-pager-list__link--back {
  display: inline-block;
  color: #8FD1E6;
  text-align: center;
  font-size: var(--font-size-h4);
  font-weight: 900;
  line-height: 2;
  letter-spacing: 1.84px;
  text-transform: lowercase;
  text-decoration: none;
  border-bottom: 3px solid #8FD1E6;
  padding-bottom: 4px;
}
.single-pager-list__link--prev, .single-pager-list__link--next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--color-primary);
  font-size: var(--font-H6, 18px);
  font-weight: 700;
  letter-spacing: 1.44px;
  text-transform: lowercase;
}
.single-pager-list__link--prev::before, .single-pager-list__link--next::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/arrow-pager.svg) center/contain no-repeat;
}
.single-pager-list__link--prev::after, .single-pager-list__link--next::after {
  content: "prev";
}
.single-pager-list__link--next::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.single-pager-list__link--next::after {
  content: "next";
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .tab-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tab-none {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .pc-none {
    display: none !important;
  }
}

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0 !important;
  }
  .sp-mt10 {
    margin-top: 1rem !important;
  }
  .sp-mt20 {
    margin-top: 2rem !important;
  }
  .sp-mt30 {
    margin-top: 3rem !important;
  }
  .sp-mt40 {
    margin-top: 4rem !important;
  }
  .sp-mt50 {
    margin-top: 5rem !important;
  }
  .sp-mt60 {
    margin-top: 6rem !important;
  }
  .sp-mt70 {
    margin-top: 7rem !important;
  }
  .sp-mt80 {
    margin-top: 8rem !important;
  }
  .sp-mt90 {
    margin-top: 9rem !important;
  }
  .sp-mt100 {
    margin-top: 10rem !important;
  }
  .sp-mtm10 {
    margin-top: -1rem !important;
  }
  .sp-mtm20 {
    margin-top: -2rem !important;
  }
  .sp-mtm30 {
    margin-top: -3rem !important;
  }
  .sp-mtm40 {
    margin-top: -4rem !important;
  }
  .sp-mtm50 {
    margin-top: -5rem !important;
  }
  .sp-mtm60 {
    margin-top: -6rem !important;
  }
  .sp-mtm70 {
    margin-top: -7rem !important;
  }
  .sp-mtm80 {
    margin-top: -8rem !important;
  }
  .sp-mtm90 {
    margin-top: -9rem !important;
  }
  .sp-mtm100 {
    margin-top: -10rem !important;
  }
}
/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0 !important;
  }
  .tab-mt10 {
    margin-top: 1rem !important;
  }
  .tab-mt20 {
    margin-top: 2rem !important;
  }
  .tab-mt30 {
    margin-top: 3rem !important;
  }
  .tab-mt40 {
    margin-top: 4rem !important;
  }
  .tab-mt50 {
    margin-top: 5rem !important;
  }
  .tab-mt60 {
    margin-top: 6rem !important;
  }
  .tab-mt70 {
    margin-top: 7rem !important;
  }
  .tab-mt80 {
    margin-top: 8rem !important;
  }
  .tab-mt90 {
    margin-top: 9rem !important;
  }
  .tab-mt100 {
    margin-top: 10rem !important;
  }
  .tab-mtm10 {
    margin-top: -1rem !important;
  }
  .tab-mtm20 {
    margin-top: -2rem !important;
  }
  .tab-mtm30 {
    margin-top: -3rem !important;
  }
  .tab-mtm40 {
    margin-top: -4rem !important;
  }
  .tab-mtm50 {
    margin-top: -5rem !important;
  }
  .tab-mtm60 {
    margin-top: -6rem !important;
  }
  .tab-mtm70 {
    margin-top: -7rem !important;
  }
  .tab-mtm80 {
    margin-top: -8rem !important;
  }
  .tab-mtm90 {
    margin-top: -9rem !important;
  }
  .tab-mtm100 {
    margin-top: -10rem !important;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1024px) {
  .pc-mt0 {
    margin-top: 0 !important;
  }
  .pc-mt10 {
    margin-top: 1rem !important;
  }
  .pc-mt20 {
    margin-top: 2rem !important;
  }
  .pc-mt30 {
    margin-top: 3rem !important;
  }
  .pc-mt40 {
    margin-top: 4rem !important;
  }
  .pc-mt50 {
    margin-top: 5rem !important;
  }
  .pc-mt60 {
    margin-top: 6rem !important;
  }
  .pc-mt70 {
    margin-top: 7rem !important;
  }
  .pc-mt80 {
    margin-top: 8rem !important;
  }
  .pc-mt90 {
    margin-top: 9rem !important;
  }
  .pc-mt100 {
    margin-top: 10rem !important;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0 !important;
  }
  .sp-mb10 {
    margin-bottom: 1rem !important;
  }
  .sp-mb20 {
    margin-bottom: 2rem !important;
  }
  .sp-mb30 {
    margin-bottom: 3rem !important;
  }
  .sp-mb40 {
    margin-bottom: 4rem !important;
  }
  .sp-mb50 {
    margin-bottom: 5rem !important;
  }
  .sp-mb60 {
    margin-bottom: 6rem !important;
  }
  .sp-mb70 {
    margin-bottom: 7rem !important;
  }
  .sp-mb80 {
    margin-bottom: 8rem !important;
  }
  .sp-mb90 {
    margin-bottom: 9rem !important;
  }
  .sp-mb100 {
    margin-bottom: 10rem !important;
  }
}
/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0 !important;
  }
  .tab-mb10 {
    margin-bottom: 1rem !important;
  }
  .tab-mb20 {
    margin-bottom: 2rem !important;
  }
  .tab-mb30 {
    margin-bottom: 3rem !important;
  }
  .tab-mb40 {
    margin-bottom: 4rem !important;
  }
  .tab-mb50 {
    margin-bottom: 5rem !important;
  }
  .tab-mb60 {
    margin-bottom: 6rem !important;
  }
  .tab-mb70 {
    margin-bottom: 7rem !important;
  }
  .tab-mb80 {
    margin-bottom: 8rem !important;
  }
  .tab-mb90 {
    margin-bottom: 9rem !important;
  }
  .tab-mb100 {
    margin-bottom: 10rem !important;
  }
}
/* margin-bottom パソコン */
@media screen and (min-width: 1024px) {
  .pc-mb0 {
    margin-bottom: 0 !important;
  }
  .pc-mb10 {
    margin-bottom: 1rem !important;
  }
  .pc-mb20 {
    margin-bottom: 2rem !important;
  }
  .pc-mb30 {
    margin-bottom: 3rem !important;
  }
  .pc-mb40 {
    margin-bottom: 4rem !important;
  }
  .pc-mb50 {
    margin-bottom: 5rem !important;
  }
  .pc-mb60 {
    margin-bottom: 6rem !important;
  }
  .pc-mb70 {
    margin-bottom: 7rem !important;
  }
  .pc-mb80 {
    margin-bottom: 8rem !important;
  }
  .pc-mb90 {
    margin-bottom: 9rem !important;
  }
  .pc-mb100 {
    margin-bottom: 10rem !important;
  }
}
/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em !important;
}

.ls20 {
  letter-spacing: 0.02em !important;
}

.ls30 {
  letter-spacing: 0.03em !important;
}

.ls40 {
  letter-spacing: 0.04em !important;
}

.ls50 {
  letter-spacing: 0.05em !important;
}

.ls60 {
  letter-spacing: 0.06em !important;
}

.ls70 {
  letter-spacing: 0.07em !important;
}

.ls80 {
  letter-spacing: 0.08em !important;
}

.ls90 {
  letter-spacing: 0.09em !important;
}

.ls100 {
  letter-spacing: 0.1em !important;
}

.ls110 {
  letter-spacing: 0.11em !important;
}

.ls120 {
  letter-spacing: 0.12em !important;
}

.ls130 {
  letter-spacing: 0.13em !important;
}

.ls140 {
  letter-spacing: 0.14em !important;
}

.ls150 {
  letter-spacing: 0.15em !important;
}

.ls160 {
  letter-spacing: 0.16em !important;
}

.ls170 {
  letter-spacing: 0.17em !important;
}

.ls180 {
  letter-spacing: 0.18em !important;
}

.ls190 {
  letter-spacing: 0.19em !important;
}

.ls200 {
  letter-spacing: 0.2em !important;
}

/* line-height */
.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

[id] {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  [id] {
    scroll-margin-top: 100px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .img-rounded {
    border-radius: 3rem;
  }
}

.img-fit {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.link-fit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}

:focus:not(:focus-visible) {
  outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  img.aligncenter {
    margin: 2em auto;
  }
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}