@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,700;1,700&family=Noto+Sans+JP:wght@100..900&display=swap");
[data-animation=float] {
  transform: translate3d(0, 0, 0);
  animation-name: floatY;
  animation-duration: var(--float-duration, 5s);
  animation-delay: var(--float-delay, 0s);
  animation-timing-function: cubic-bezier(0.42, 0, 0.22, 1);
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: both;
  animation-play-state: var(--float-play-state, running);
  will-change: transform;
  backface-visibility: hidden;
}
[data-animation=float].is-disabled {
  animation: none;
}

@keyframes floatY {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, calc(var(--float-distance, 28px) * -1), 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-animation=float] {
    animation-timing-function: ease-in-out;
  }
}
[data-animation=fadein] {
  opacity: 0;
}

[data-animation=fadein].is-visible {
  animation-name: contentFadeIn;
  animation-duration: var(--fadein-duration, 0.33s);
  animation-delay: var(--fadein-delay, 0s);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes contentFadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-animation=fadein] {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}
.zen-maru-gothic {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

:root {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, "Roboto", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.75;
  font-weight: 400;
  color-scheme: light dark;
  color: #1c1c1c;
  background-color: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

::-moz-selection {
  background-color: #fff;
}

::selection {
  background-color: #fff;
}

::-moz-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

a:hover {
  opacity: 0.88;
}

body {
  margin: 0;
  padding: 0;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.466vw;
    overflow: hidden;
  }
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

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

.v-pc {
  display: block !important;
}

.v-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .v-pc {
    display: none !important;
  }
  .v-sp {
    display: block !important;
  }
}
/*! destyle.scss v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*#########################################################
パーツ
#########################################################*/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  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 {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  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 {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

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

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

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

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.p-gallery {
  position: relative;
}

.p-gallery__container {
  position: relative;
  z-index: 2;
}

.p-gallery__inner {
  position: relative;
  padding-top: 11rem;
  padding-bottom: 15rem;
}

@media (width < 992px) {
  .p-gallery__inner {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}
@media (width < 768px) {
  .p-gallery__inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.p-gallery__decoFrame {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.p-gallery__decoFrame .c-decoLogo {
  left: 0;
  top: -4rem;
}

@media (width < 992px) {
  .p-gallery__decoFrame .c-decoLogo {
    top: -3rem;
    left: 2rem;
  }
}
.p-gallery__headFrame {
  padding-top: 3rem;
}

@media (width < 992px) {
  .p-gallery__headFrame {
    padding-top: 5rem;
  }
}
.p-gallery__ttlFrame {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3rem;
}

@media screen and (992px <= width) {
  .p-gallery__ttlFrame {
    transform: translate3d(3rem, 0, 0);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-delay: 0s;
  }
  .p-gallery__ttlFrame.is-anime {
    transform: translateZ(0);
    opacity: 1;
  }
}
@media (width < 992px) {
  .p-gallery__ttlFrame {
    margin-bottom: 2.5rem;
    justify-content: center;
  }
}
@media screen and (width < 992px) {
  .p-gallery__ttlFrame {
    transform: translate3d(0, 3rem, 0);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-delay: 0s;
  }
  .p-gallery__ttlFrame.is-anime {
    transform: translateZ(0);
    opacity: 1;
  }
}
@media screen and (992px <= width) {
  .p-gallery__leadFrame {
    transform: translate3d(3rem, 0, 0);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-delay: 0s;
  }
  .p-gallery__leadFrame.is-anime {
    transform: translateZ(0);
    opacity: 1;
  }
}
@media screen and (width < 992px) {
  .p-gallery__leadFrame {
    transform: translate3d(0, 3rem, 0);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-delay: 0s;
  }
  .p-gallery__leadFrame.is-anime {
    transform: translateZ(0);
    opacity: 1;
  }
}
.p-gallery__lead {
  text-align: right;
  line-height: 1.75;
}

@media (width < 992px) {
  .p-gallery__lead {
    text-align: center;
  }
}
.p-gallery__mainFrame {
  position: relative;
  margin: 0 calc(50% - 50vw + var(--scrollbar) / 2);
  padding: 5.5rem 0 6.5rem;
  padding-bottom: 6.5rem;
  overflow: hidden;
}

@media (width < 992px) {
  .p-gallery__mainFrame {
    padding: 3.5rem 0;
  }
}
.p-gallery__sliderFrame {
  position: relative;
  padding: 2rem 0;
  z-index: 2;
}

@media screen {
  .p-gallery__sliderFrame {
    transition-property: opacity;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-delay: 0s;
    opacity: 0;
  }
  .p-gallery__sliderFrame.is-anime {
    opacity: 1;
  }
}
@media (width < 992px) {
  .p-gallery__sliderFrame {
    padding: 1.5rem 0 4.5rem;
  }
}
.p-gallery__img {
  display: block;
  width: auto;
  height: min(128.2051282051vh, 69.4444444444vw);
  aspect-ratio: 9422/1000;
}

@media (width < 992px) {
  .p-gallery__img {
    height: min(76.9230769231vh, 78.125vw);
  }
}
@media (width < 768px) {
  .p-gallery__img {
    height: min(52.8846153846vh, 105.7692307692vw);
  }
}
.p-gallery__ballonFrame {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6.5rem;
  top: 5.5rem;
  z-index: 1;
}

@media (width < 992px) {
  .p-gallery__ballonFrame {
    left: -10.7692307692%;
    right: -20.7076923077%;
    bottom: 3.5rem;
    top: 3.5rem;
  }
}
.p-gallery__balloon {
  position: absolute;
  aspect-ratio: 1/1;
  opacity: 0.1;
}

.p-gallery__balloon:first-child {
  top: 22.373540856%;
  left: 3.125%;
  width: 25vw;
  background: #6abd79;
  clip-path: url(#balloon_01);
}

@media (width < 992px) {
  .p-gallery__balloon:first-child {
    top: 6.4231576243%;
    left: 2.9253451907%;
    width: 13.6516108901%;
    background: #ed7254;
  }
}
.p-gallery__balloon:nth-child(2) {
  top: 0;
  left: 34.0277777778%;
  width: 22.2222222222vw;
  background: #007465;
  clip-path: url(#balloon_02);
}

@media (width < 992px) {
  .p-gallery__balloon:nth-child(2) {
    top: 0;
    left: 25.352991653%;
    width: 28.2783368437%;
  }
}
.p-gallery__balloon:nth-child(3) {
  top: 0.486381323%;
  right: 1.3888888889%;
  width: 28.8194444444vw;
  background: #84bae5;
  clip-path: url(#balloon_03);
}

@media (width < 992px) {
  .p-gallery__balloon:nth-child(3) {
    top: 1.0705262707%;
    right: 0;
    width: 37.0543724159%;
  }
}
.p-gallery__balloon:nth-child(4) {
  bottom: 0;
  left: 14.2361111111%;
  width: 10.4166666667vw;
  background: #ed7254;
  clip-path: url(#balloon_04);
}

@media (width < 992px) {
  .p-gallery__balloon:nth-child(4) {
    bottom: 13.9168415193%;
    left: 0;
    width: 32.1787970981%;
    background: #6abd79;
  }
}
.p-gallery__balloon:nth-child(5) {
  bottom: 0;
  right: 35.0694444444%;
  width: 20.8333333333vw;
  background: #009c7c;
  clip-path: url(#balloon_05);
}

@media (width < 992px) {
  .p-gallery__balloon:nth-child(5) {
    bottom: -7.493683895%;
    right: 35.1041422888%;
    width: 27.3032217802%;
  }
}
.p-gallery__balloon:nth-child(6) {
  bottom: 19.4552529183%;
  right: 6.9444444444%;
  width: 25vw;
  background: #ffe100;
  clip-path: url(#balloon_06);
}

@media (width < 992px) {
  .p-gallery__balloon:nth-child(6) {
    bottom: 0;
    right: 4.8755753179%;
    width: 26.3281067166%;
  }
}
.p-gallery__bgFrame {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.topPartner {
  padding-top: 12rem;
  padding-bottom: 15rem;
  position: relative;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 1%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .topPartner {
    padding-top: 12rem;
    background-color: #FFF;
  }
}
.topPartner .l-container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem;
  max-width: 128rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .topPartner .l-container {
    padding: 0 1.6rem;
  }
}
.topPartner .l-container .topPartner__head {
  margin: 0 auto 6.4rem;
  max-width: 578px;
}
@media screen and (max-width: 767px) {
  .topPartner .l-container .topPartner__head {
    max-width: 184px;
  }
}
.topPartner .l-container .topPartner__body .topPartner__ttlWrap {
  position: relative;
  margin: 4rem auto 2.4rem;
}
.topPartner .l-container .topPartner__body .topPartner__ttlWrap:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #E3E3E3;
  z-index: 0;
}
.topPartner .l-container .topPartner__body .topPartner__ttlWrap .topPartner__ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.4rem;
  margin: auto;
  padding: 0 2.4rem;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .topPartner .l-container .topPartner__body .topPartner__ttlWrap .topPartner__ttl {
    height: 1.6rem;
  }
}
.topPartner .l-container .topPartner__body .topPartner__ttlWrap .topPartner__ttl .topPartner__img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.topPartner .l-container .topPartner__body .l-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.4rem 4rem;
}
@media screen and (max-width: 767px) {
  .topPartner .l-container .topPartner__body .l-row {
    gap: 1.5rem;
  }
}
.topPartner .l-container .topPartner__body .l-row {
  /*======== 4カラム ========*/
}
.topPartner .l-container .topPartner__body .l-row .l-row__col4 {
  max-width: 100%;
  width: calc(25% - 3rem);
}
@media screen and (max-width: 767px) {
  .topPartner .l-container .topPartner__body .l-row .l-row__col4 {
    width: calc(50% - 0.75rem);
  }
}
.topPartner .l-container .topPartner__body .l-row {
  /*======== 5カラム ========*/
}
.topPartner .l-container .topPartner__body .l-row .l-row__col5 {
  max-width: 100%;
  width: calc(20% - 3.2rem);
}
@media screen and (max-width: 767px) {
  .topPartner .l-container .topPartner__body .l-row .l-row__col5 {
    width: calc(50% - 1.5rem);
  }
}
.topPartner .l-container .topPartner__body .l-row {
  /*======== 6カラム ========*/
}
.topPartner .l-container .topPartner__body .l-row .l-row__col6 {
  max-width: 100%;
  width: calc(16.667% - 3.5rem);
}
@media screen and (max-width: 767px) {
  .topPartner .l-container .topPartner__body .l-row .l-row__col6 {
    width: calc(50% - 1.5rem);
  }
}
.topPartner .l-container .topPartner__body .l-row .c-banners {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: center;
  transition: all 0.5s ease;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .topPartner .l-container .topPartner__body .l-row .c-banners {
    max-width: 16.4rem;
  }
}
.topPartner .l-container .topPartner__body .l-row .c-banners:hover {
  opacity: 0.6;
}
.topPartner .l-container .topPartner__body .l-row .c-banners .c-bannersWrap {
  overflow: hidden;
  position: relative;
}
.topPartner .l-container .topPartner__body .l-row .c-banners .c-bannersWrap canvas {
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
.topPartner .l-container .topPartner__body .l-row .c-banners .c-bannersWrap .c-banners__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topPartner .l-container .topPartner__body .m-rowCenter.support {
  display: block;
  line-height: 1;
  margin-bottom: -2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topPartner .l-container .topPartner__body .m-rowCenter.support {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
  }
}
.topPartner .l-container .topPartner__body .m-rowCenter.support a {
  color: #000;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  margin: 0 2rem 2.4rem;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .topPartner .l-container .topPartner__body .m-rowCenter.support a {
    width: calc(50% - 1.5rem);
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0;
  }
}
.topPartner .l-container .topPartner__body .m-rowCenter.support a:hover {
  opacity: 0.6;
}
.topPartner .l-container .topPartner__body .m-rowCenter.support a span {
  display: block;
  transition: transform 0.3s ease-in-out;
}

.topFaq__btn {
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .topFaq__btn {
    margin-top: 6rem;
  }
}

.c-button {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4rem;
  border: 0.4rem solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 0.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 53.333vw;
    border: 0.3rem solid #000;
    padding: 1.8rem 0.5rem;
  }
}
.c-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #000000;
  transform: translateX(100%);
  transition: transform 0.2s ease;
  width: 110%;
}
.c-button:hover::before {
  transform: translateX(-5%);
}
.c-button:hover .c-button__text {
  color: #fff;
}
.c-button:hover .icon__arrow--black {
  color: #FFF;
  transform: translate(5px, -50%);
}
.c-button__text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-button__text {
    font-size: 4.8vw;
  }
}

.m-center {
  text-align: center;
}

.icon__arrow {
  width: 3rem;
  height: 3rem;
  line-height: 1;
  flex-shrink: 0;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s linear;
}
@media screen and (max-width: 767px) {
  .icon__arrow {
    width: 4vw;
    height: 4vw;
    right: 1.5rem;
  }
}

.icon__arrow--black {
  color: #000;
}

.icon__arrow--white {
  color: #fff;
}

/*#########################################################
ページ
#########################################################*/
.is-loading {
  overflow: hidden;
}

.is-locked {
  overflow: hidden;
}

.p-fluid-wave {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  z-index: -1;
}

#fluidWave {
  display: block;
  width: 100%;
  height: 100%;
}

.p-opening {
  width: 100%;
  height: 100%;
}
.p-opening__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 9999;
  background-color: #e9fbf0;
}
.p-opening__logo {
  width: 16.666vw;
  margin-bottom: 4.166vw;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-opening__logo {
    width: 32vw;
    margin-bottom: 8vw;
  }
}
.p-opening__ttl {
  font-size: 3.75vw;
  font-weight: 900;
  color: #009c7c;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-opening__ttl {
    font-size: 7.2vw;
    line-height: 1.6;
  }
}

.l-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.l-header .p-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .l-header .p-header {
    height: 16vw;
  }
}
.l-header .p-header__logo img {
  height: 4.6rem;
}
@media screen and (max-width: 767px) {
  .l-header .p-header__logo img {
    height: 8vw;
  }
}

.p-mv__container {
  position: relative;
}
.p-mv__logo {
  width: 100%;
  max-width: 27.777vw;
  padding-top: 16.5rem;
  margin-left: 9.722vw;
}
@media screen and (max-width: 1280px) {
  .p-mv__logo {
    padding-top: 13vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__logo {
    width: 55.901vw;
    max-width: 55.901vw;
    padding-top: 82.666vw;
    margin-left: 4.8vw;
  }
}
.p-mv__item {
  position: absolute;
}
.p-mv__item--1 {
  width: 26.75%;
  right: 30.9vw;
  top: 2.6vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__item--1 {
    width: 51.284vw;
    right: initial;
    left: 5.094vw;
    top: 22.246vw;
  }
}
.p-mv__item--2 {
  width: 18.766%;
  right: 34.6vw;
  top: 39.7vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__item--2 {
    width: 36.971vw;
    right: initial;
    left: 69.006vw;
    top: 115.033vw;
  }
}
.p-mv__item--3 {
  width: 42.429vw;
  right: 2vw;
  top: 6.6vw;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-mv__item--3 {
    width: 71.125vw;
    right: initial;
    left: 30.078vw;
    top: 25.193vw;
  }
}
.p-mv__item--4 {
  width: 37.874vw;
  right: -14.4vw;
  top: -13.4vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__item--4 {
    width: 50.903vw;
    right: initial;
    left: 62.761vw;
    top: -6.236vw;
  }
}
.p-mv__item--5 {
  width: 9.468vw;
  right: 27vw;
  top: 40.7vw;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-mv__item--5 {
    width: 21.125vw;
    right: initial;
    left: 73.649vw;
    top: 98.8vw;
  }
}
.p-mv__item--6 {
  width: 35.416vw;
  max-width: 510px;
  margin-top: -1.3rem;
  margin-left: -19.8rem;
}
@media screen and (max-width: 1280px) {
  .p-mv__item--6 {
    margin-top: -3vw;
    margin-left: -12vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__item--6 {
    width: 47.571vw;
    max-width: 47.571vw;
    margin-top: 6vw;
    margin-left: -17vw;
  }
}

.p-concept {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-concept {
    padding-bottom: 5rem;
  }
}
.p-concept__container {
  text-align: center;
}
.p-concept__item {
  position: absolute;
}
.p-concept__item--1 {
  width: 22.096vw;
  right: 27.7vw;
  top: -6.2rem;
}
@media screen and (max-width: 767px) {
  .p-concept__item--1 {
    width: 29.697vw;
    right: 26.7vw;
    top: -5.2rem;
  }
}
.p-concept__item--2 {
  width: 26.694vw;
  right: -3.2vw;
  top: -0.1vw;
}
@media screen and (max-width: 767px) {
  .p-concept__item--2 {
    width: 35.878vw;
    right: -15.2vw;
    top: -7.1vw;
  }
}
.p-concept__item--3 {
  width: 27.647vw;
  right: 10.7vw;
  top: -2.5vw;
}
@media screen and (max-width: 767px) {
  .p-concept__item--3 {
    width: 37.158vw;
    right: 2.7vw;
    top: -10.1vw;
  }
}
.p-concept__item--4 {
  width: 4.876vw;
  right: 11.6vw;
  top: -7.7rem;
}
@media screen and (max-width: 767px) {
  .p-concept__item--4 {
    width: 6.554vw;
    right: 4.6vw;
    top: -5.7rem;
  }
}
.p-concept__item--5 {
  width: 21.268vw;
  top: 32.133vw;
  left: -8.5vw;
}
@media screen and (max-width: 767px) {
  .p-concept__item--5 {
    width: 32.667vw;
    top: 17.133vw;
    left: -12.5vw;
  }
}
.p-concept__item--6 {
  width: 20.525vw;
  top: 26.666vw;
  left: -3vw;
}
@media screen and (max-width: 767px) {
  .p-concept__item--6 {
    width: 31.526vw;
    top: 10vw;
    left: -5vw;
  }
}
.p-concept__item--7 {
  width: 4.769vw;
  top: 45.333vw;
  left: 10.4vw;
}
@media screen and (max-width: 767px) {
  .p-concept__item--7 {
    width: 7.993vw;
    top: 38.633vw;
    left: 13.7vw;
  }
}
.p-concept__item--8 {
  width: 19.661vw;
  top: 59.972vw;
  right: -7.5vw;
}
@media screen and (max-width: 767px) {
  .p-concept__item--8 {
    width: 37.75vw;
    top: initial;
    right: -6vw;
    bottom: -31.6vw;
  }
}
.p-concept__item--9 {
  width: 18.75vw;
  top: 67.916vw;
  right: -5.2vw;
}
@media screen and (max-width: 767px) {
  .p-concept__item--9 {
    width: 36vw;
    top: initial;
    right: -1vw;
    bottom: -44.6vw;
  }
}
.p-concept__item--10 {
  width: 2.447vw;
  top: 68.516vw;
  right: 14.7vw;
}
@media screen and (max-width: 767px) {
  .p-concept__item--10 {
    width: 4.699vw;
    top: initial;
    bottom: -27vw;
    right: 37vw;
  }
}
.p-concept__item--11 {
  width: 14.098vw;
  right: 8vw;
  bottom: -4vw;
}
@media screen and (max-width: 767px) {
  .p-concept__item--11 {
    width: 27.069vw;
    right: initial;
    left: -4vw;
    bottom: -29vw;
  }
}
.p-concept__logo {
  width: 100%;
  max-width: 200px;
  padding-top: 26.666vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-concept__logo {
    width: 26.666vw;
    max-width: initial;
    padding-top: 45.666vw;
  }
}
.p-concept__logoText {
  width: 100%;
  max-width: 236px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.4vw;
}
@media screen and (max-width: 767px) {
  .p-concept__logoText {
    width: 31.461vw;
    max-width: 31.461vw;
    margin-top: 8vw;
  }
}
.p-concept__ttl {
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1.6;
  margin-top: 1.1vw;
}
@media screen and (max-width: 767px) {
  .p-concept__ttl {
    font-size: 8.533vw;
    margin-top: 2.2vw;
  }
}
.p-concept__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  margin-top: 3.9vw;
}
@media screen and (max-width: 767px) {
  .p-concept__heading {
    margin-top: 8vw;
    gap: 8px;
  }
}
.p-concept__heading span {
  background: #000;
  color: #fff;
  height: 5rem;
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-concept__heading span {
    height: 6.533vw;
    padding: 0 0.3rem;
  }
}
.p-concept__heading span:nth-child(1) {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-concept__heading span:nth-child(1) {
    font-size: 5.333vw;
  }
}
.p-concept__heading span:nth-child(2) {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-concept__heading span:nth-child(2) {
    font-size: 3.2vw;
  }
}
.p-concept__lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2;
  margin-top: 2.3vw;
}
@media screen and (max-width: 767px) {
  .p-concept__lead {
    font-size: 3.466vw;
    margin-top: 3.9vw;
  }
  .p-concept__lead + .p-concept__lead {
    margin-top: 7.6vw;
  }
}

.p-about {
  margin-top: 22rem;
  margin-bottom: 22.5rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    margin-bottom: 1rem;
  }
}
.p-about__inner {
  margin-left: 9.722vw;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    margin-left: 4.8vw;
  }
}
.p-about__logo {
  width: 100%;
  max-width: 560px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about__logo {
    width: 74.666vw;
    max-width: 74.666vw;
  }
}
.p-about__center {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .p-about__center {
    gap: 3rem;
  }
}
.p-about__stage {
  position: relative;
}
.p-about__changeBox {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-about__changeBox {
    display: initial;
  }
}
.p-about__textBox {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-about__textBox {
    padding-bottom: 13.333vw;
  }
}
.p-about__ttl {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-about__ttl {
    font-size: 5.333vw;
  }
}
.p-about__lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-about__lead {
    font-size: 3.466vw;
    margin-top: 1.7rem;
  }
}
.p-about__obj {
  position: absolute;
}
.p-about__obj--1 {
  width: 34.739vw;
  right: -9vw;
  top: 19.4vw;
}
@media screen and (max-width: 767px) {
  .p-about__obj--1 {
    width: 46.689vw;
    bottom: 26vw;
    top: initial;
    right: -12vw;
  }
}
.p-about__obj--2 {
  width: 1.933vw;
  right: 18.4vw;
  top: 39.8vw;
}
@media screen and (max-width: 767px) {
  .p-about__obj--2 {
    width: 2.598vw;
    bottom: 27.9vw;
    top: initial;
    right: 24.6vw;
  }
}
.p-about__obj--3 {
  width: 4.566vw;
  right: 12.2vw;
  top: 43.5vw;
}
@media screen and (max-width: 767px) {
  .p-about__obj--3 {
    width: 6.136vw;
    bottom: 19.9vw;
    top: initial;
    right: 16.6vw;
  }
}
.p-about__obj--4 {
  width: 34.371vw;
  left: -25.8vw;
  top: -12.6vw;
}
@media screen and (max-width: 767px) {
  .p-about__obj--4 {
    width: 65.993vw;
    left: -23.8vw;
    top: -6.7vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about__imgBox {
    width: 100%;
    height: 58.443vw;
    position: relative;
  }
}
.p-about__switch {
  width: 9rem;
  height: 4rem;
  background-color: #6abd79;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 6px;
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .p-about__switch {
    position: absolute;
    left: 0;
    top: 135vw;
    width: 18vw;
    height: 8vw;
  }
}
.p-about__switchButton {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border: 2px solid #FFF;
  border-radius: 50%;
  background-color: #a1a1a1;
}
@media screen and (max-width: 767px) {
  .p-about__switchButton {
    width: 2.8vw;
    height: 2.8vw;
  }
}
.p-about__switchButton.is-active {
  background-color: #ed7254;
}
.p-about__img {
  position: absolute;
}
.p-about__img--1 {
  width: 14.873vw;
  right: 38.5vw;
  top: 12.3vw;
}
@media screen and (max-width: 767px) {
  .p-about__img--1 {
    width: 28.558vw;
    top: initial;
    right: 53.9vw;
    bottom: 11.3vw;
  }
}
.p-about__img--2 {
  width: 12.195vw;
  right: 24.6vw;
  top: 21.1vw;
}
@media screen and (max-width: 767px) {
  .p-about__img--2 {
    width: 23.415vw;
    top: initial;
    bottom: -6vw;
    right: 31.5vw;
  }
}
.p-about__img--3 {
  width: 38.363vw;
  right: -2.1vw;
  top: -4.5vw;
}
@media screen and (max-width: 767px) {
  .p-about__img--3 {
    width: 51.56vw;
    right: -3.1vw;
    top: 7.5vw;
  }
}

.p-gallery__item {
  position: absolute;
}
.p-gallery__item--1 {
  width: 36.657vw;
  left: -15.5vw;
  bottom: 15.4vw;
}
@media screen and (max-width: 767px) {
  .p-gallery__item--1 {
    width: 70.382vw;
    left: -43.5vw;
    bottom: 35.4vw;
  }
}
.p-gallery__item--2 {
  width: 19.225vw;
  right: -5.5vw;
  bottom: 1.4vw;
}
@media screen and (max-width: 767px) {
  .p-gallery__item--2 {
    width: 36.912vw;
    right: -11.5vw;
    bottom: -18.6vw;
  }
}
.p-gallery__link {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-gallery__link {
    padding-top: 0;
  }
}
.p-gallery__linkButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-image: url("../img/gallery/bg-button.png");
  background-size: cover;
  color: #FFF;
  width: 439px;
  height: 167px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-gallery__linkButton {
    padding-left: 4.666vw;
    width: 58.4vw;
    height: 22.2vw;
  }
}
.p-gallery__linkButton:hover .icon__arrow {
  transform: translate(5px, -50%);
}
.p-gallery__linkText {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-gallery__linkText {
    font-size: 4.533vw;
  }
}
.p-gallery__linkTextSub {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-gallery__linkTextSub {
    font-size: 2.933vw;
  }
}
.p-gallery__coming {
  text-align: center;
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .p-gallery__coming {
    margin-top: 15rem;
  }
}
.p-gallery__comingText {
  color: #6abd79;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-gallery__comingText {
    font-size: 5.333vw;
  }
}

.p-holiday {
  background-color: #FFF;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-holiday {
    padding-bottom: 2rem;
    margin-top: 6.5rem;
  }
}
.p-holiday__container {
  background-color: rgba(243, 243, 243, 0.5);
  text-align: center;
  position: relative;
}
.p-holiday__container::before {
  content: "";
  display: block;
  width: 100%;
  height: 15rem;
  position: absolute;
  top: -15rem;
  background: linear-gradient(to bottom, rgba(249, 249, 249, 0), rgb(249, 249, 249));
}
@media screen and (max-width: 767px) {
  .p-holiday__container::before {
    height: 5rem;
    top: -5rem;
  }
}
.p-holiday__container::after {
  content: "";
  display: block;
  width: 100%;
  height: 14.6rem;
  position: absolute;
  bottom: -14.6rem;
  background: linear-gradient(to bottom, rgba(243, 243, 243, 0.5), rgb(255, 255, 255));
}
@media screen and (max-width: 767px) {
  .p-holiday__container::after {
    content: none;
  }
}
.p-holiday__ttl {
  width: 63.888vw;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .p-holiday__ttl {
    width: 90.4vw;
    padding-top: 4rem;
  }
}
.p-holiday__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 7.5rem 4rem;
  max-width: 111rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-holiday__inner {
    padding: 2.8rem 2rem;
  }
}
.p-holiday__lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-holiday__lead {
    font-size: 3.466vw;
  }
}
.p-holiday__wrap {
  background-image: url("../img/holiday/bg-holiday.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-holiday__wrap {
    background-image: url("../img/holiday/bg-holiday-sp.png");
  }
}
.p-holiday__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4rem;
}
.p-holiday__grid > * {
  grid-column: span 2;
}
.p-holiday__grid > *:nth-child(7n+4),
.p-holiday__grid > *:nth-child(7n+6) {
  grid-column: 2/span 2;
}
.p-holiday__grid > *:nth-child(7n+5),
.p-holiday__grid > *:nth-child(7n+7) {
  grid-column: 4/span 2;
}
.p-holiday__grid > *:nth-child(2) {
  margin-top: 8rem;
}
.p-holiday__grid > *:nth-child(5) {
  margin-top: 4.5rem;
}
.p-holiday__grid > *:nth-child(6) {
  margin-top: -4.5rem;
}
.p-holiday__grid > *:nth-child(9) {
  margin-top: 8rem;
}
.p-holiday__grid > *:nth-child(12) {
  margin-top: 4.5rem;
}
.p-holiday__grid > *:nth-child(13) {
  margin-top: -4.5rem;
}
@media screen and (max-width: 767px) {
  .p-holiday__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.3rem;
  }
  .p-holiday__grid > * {
    grid-column: auto !important;
  }
  .p-holiday__grid > *:nth-child(even) {
    margin-top: 2rem;
  }
  .p-holiday__grid > *:nth-child(odd) {
    margin-top: -5.4rem;
  }
  .p-holiday__grid > *:nth-child(1) {
    margin-top: 0;
  }
  .p-holiday__grid > *:nth-child(2) {
    margin-top: 8rem;
  }
}
.p-holiday__img {
  position: relative;
}
.p-holiday__icon {
  position: absolute;
  right: 19px;
  bottom: 19px;
  width: 4.861vw;
  max-width: 70px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-holiday__icon {
    width: 9.333vw;
    max-width: 9.333vw;
    right: 0;
    bottom: 0;
  }
}

.p-access {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-access__container {
    background-color: #6abd79;
  }
  .p-access__container::before {
    content: "";
    display: block;
    background-image: url("../img/access/bg-upper.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 10.666vw;
    width: 100vw;
    margin-top: -10.667vw;
    position: absolute;
  }
  .p-access__container::after {
    content: "";
    display: block;
    background-image: url("../img/access/bg-bottom.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 10.666vw;
    width: 100vw;
    margin-bottom: -10.667vw;
    position: absolute;
  }
}
.p-access__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem;
  max-width: 131.7rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access__inner {
    padding: 0 1.6rem 11%;
  }
}
.p-access__wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-access__wrap {
    display: initial;
  }
}
.p-access__textBox {
  flex: 1 1 58%;
  min-width: 0;
  width: auto;
  max-width: none;
  background-image: url("../img/access/bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 720/520;
  padding: 8% 7%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-access__textBox {
    background-image: initial;
    width: 100%;
    max-width: 100%;
    aspect-ratio: initial;
    padding: 11.4% 0 2%;
  }
}
.p-access__ttl {
  width: 100%;
  max-width: 320px;
}
@media only screen and (max-width: 1100px) {
  .p-access__ttl {
    max-width: 29.166vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__ttl {
    max-width: 42.666vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-access__item {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #FFF;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 2.5rem 1rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 1100px) {
  .p-access__item {
    font-size: 1.527vw;
    gap: 2.083vw 0.694vw;
    margin-top: 3.472vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__item {
    font-size: 3.466vw;
    gap: 2.5rem 1rem;
    line-height: 1.8;
    display: block;
    text-align: center;
    margin-top: 2rem;
  }
}
.p-access__head {
  font-weight: 900;
}
.p-access__body {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-access__body {
    margin-bottom: 2.2rem;
  }
}
.p-access__mapBox {
  flex: 1 1 42%;
  min-width: 0;
  margin-top: 17rem;
  margin-left: -8rem;
  position: relative;
  height: 31.25vw;
  max-height: 450px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-access__mapBox {
    height: 60vw;
    width: 87%;
    margin: 0 auto;
    transform: none;
  }
}
.p-access__mapMask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-access__mapMask {
    border-radius: 10.666vw;
  }
}
.p-access__map {
  position: absolute;
  right: 0;
  left: 0;
  height: calc(31.25vw + 30rem);
  max-height: calc(100% + 30rem);
  margin-top: -15rem;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    height: calc(100% + 40vw);
    margin-top: -20vw;
  }
}
.p-access__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.l-footer {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 13rem;
  }
}
.l-footer .p-footer {
  text-align: center;
  position: relative;
}
.l-footer .p-footer__logo {
  width: 100%;
  max-width: 22.222vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__logo {
    width: 42.666vw;
    max-width: 42.666vw;
  }
}
.l-footer .p-footer__organizer {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__organizer {
    font-size: 3.466vw;
    margin-top: 3.5rem;
  }
}
.l-footer .p-footer__lead {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__lead {
    font-size: 2.933vw;
    margin-top: 1.2rem;
    padding: 0 1.6rem;
  }
}
.l-footer .p-footer__logoFacility {
  width: 22.222vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
  margin-bottom: 4.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__logoFacility {
    width: 42.666vw;
    margin-top: 7.5rem;
    margin-bottom: 1.9rem;
  }
}
.l-footer .p-footer__logoFacility img {
  width: 100%;
}
.l-footer .p-footer__copyright {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.4;
  background-color: #000000;
  color: #FFF;
  padding: 0.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__copyright {
    font-size: 2.933vw;
    padding: 0.8rem;
  }
}
.l-footer .p-footer__obj {
  position: absolute;
}
.l-footer .p-footer__obj--1 {
  width: 31.89%;
  left: -11vw;
  top: -16vw;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__obj--1 {
    width: 61.229vw;
    left: -36vw;
    top: -52vw;
  }
}
.l-footer .p-footer__obj--2 {
  width: 12.294%;
  left: 15.6vw;
  top: -9vw;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__obj--2 {
    width: 23.604vw;
    left: 16.6vw;
    top: -37vw;
  }
}
.l-footer .p-footer__obj--3 {
  width: 12.908%;
  left: 11.4vw;
  top: 6vw;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__obj--3 {
    width: 24.784vw;
    left: -7.6vw;
    top: -3.6vw;
  }
}
.l-footer .p-footer__obj--4 {
  width: 33.194%;
  right: -7vw;
  top: 10vw;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__obj--4 {
    width: 63.734vw;
    right: -37vw;
    top: -38vw;
  }
}

.p-pagetop {
  position: fixed;
  right: 3.5rem;
  bottom: 7rem;
  width: 9rem;
  height: 9rem;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-pagetop {
    width: 16vw;
    height: 16vw;
    right: 4vw;
    bottom: 14.666vw;
  }
}
.p-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

/*#########################################################
モーダル
#########################################################*/
/*#########################################################
モーダル
#########################################################*/
.p-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  visibility: hidden;
  pointer-events: none;
  background: rgba(106, 189, 121, 0.7);
  transform: translateZ(0);
}
.p-modal.is-open {
  visibility: visible;
  pointer-events: auto;
}
.p-modal__overlay {
  position: absolute;
  inset: 0;
  background: transparent;
}
.p-modal__container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .p-modal__container {
    padding: 2.75rem;
  }
}
.p-modal__inner {
  position: relative;
  width: 44rem;
  background: #fff;
  border-radius: 6rem;
  padding: 0 4rem 5rem 4rem;
  z-index: 1;
  opacity: 0;
  transform: translateY(1.2rem) scale(0.98);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
@media screen and (max-width: 767px) {
  .p-modal__inner {
    padding: 0 2.5rem 5rem 2.5rem;
  }
}
.p-modal.is-open .p-modal__inner {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.p-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  cursor: pointer;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-modal__close {
    width: 13.333vw;
  }
}
.p-modal__img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-modal__company {
  font-size: 1.6rem;
  font-weight: 700;
  color: #6abd79;
}
@media screen and (max-width: 767px) {
  .p-modal__company {
    font-size: 3.466vw;
  }
}
.p-modal__subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1rem;
  color: #007465;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-modal__subtitle {
    font-size: 3.466vw;
  }
}
.p-modal__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #007465;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-modal__title {
    font-size: 4.8vw;
  }
}
.p-modal__title span {
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .p-modal__title span {
    font-size: 3.466vw;
  }
}
.p-modal__content {
  font-size: 1.6rem;
  margin-top: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-modal__content {
    font-size: 3.466vw;
  }
}