@charset "UTF-8";
/* stylelint-disable */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

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

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

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

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

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-button-prev,
.swiper-button-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: auto;
  z-index: 10;
  cursor: pointer;
  left: 50%;
}

.swiper-button-prev {
  transform: translate(calc(-50% - 100px), -50%);
}

.swiper-button-next {
  transform: translate(calc(-50% + 100px), -50%);
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
}

@keyframes intro-fall {
  0% {
    opacity: 0;
    transform: translate(0, -400%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes intro-rise {
  0% {
    opacity: 0;
    transform: translate(0, 100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes loop-jump {
  0%, 100% {
    transform: translate(0, 0);
  }
  45%, 55% {
    transform: translate(0, -25%);
  }
}
@keyframes loop-swing {
  0%, 50%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
}
@keyframes intro-title {
  0% {
    opacity: 0;
    transform: translate(0, -500%);
  }
  10% {
    opacity: 1;
    transform: translate(0, -300%);
  }
  20% {
    transform: translate(0, -100%);
  }
  30% {
    transform: translate(0, 0);
  }
  40% {
    transform: scale(300%, 33%);
  }
  50% {
    transform: scale(1, 1);
  }
  60% {
    transform: scale(150%, 66%);
  }
  70% {
    transform: scale(1, 1);
  }
  80% {
    transform: scale(111%, 90%);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes intro-copy {
  0% {
    opacity: 0;
    transform: translate(100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.p-home-section-hero {
  position: relative;
  width: 100%;
  height: 162.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero {
    height: 55.8333333333vw;
  }
}
.p-home-section-hero__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-home-section-hero__map {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-home-section-hero__back-pin {
  position: absolute;
  display: block;
  pointer-events: none;
  height: auto;
  opacity: 0;
}
.p-home-section-hero__back-pin--01 {
  display: none;
  animation: 1s cubic-bezier(0.36, 0.03, 0.8, 0.27) 0s 1 forwards intro-fall, 0.5s linear 2s infinite loop-jump;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__back-pin--01 {
    display: block;
    width: 5.1666666667vw;
    left: 47.4166666667vw;
    top: 4.75vw;
  }
}
.p-home-section-hero__back-pin--02 {
  width: 13.6vw;
  left: 54.6666666667vw;
  top: 20vw;
  animation: 1s cubic-bezier(0.36, 0.03, 0.8, 0.27) 0.1s 1 forwards intro-fall, 0.5s linear 2.1s infinite loop-jump;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__back-pin--02 {
    width: 6.3333333333vw;
    left: 73.75vw;
    top: 8.5vw;
  }
}
.p-home-section-hero__back-pin--03 {
  width: 14.9333333333vw;
  left: 25.0666666667vw;
  top: 15.4666666667vw;
  animation: 1s cubic-bezier(0.36, 0.03, 0.8, 0.27) 0.2s 1 forwards intro-fall, 0.5s linear 2.2s infinite loop-jump;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__back-pin--03 {
    width: 5.5833333333vw;
    left: 19.0833333333vw;
    top: 6.8333333333vw;
  }
}
.p-home-section-hero__back-pin--04 {
  width: 15.7333333333vw;
  left: 37.8666666667vw;
  top: 35.7333333333vw;
  animation: 1s cubic-bezier(0.36, 0.03, 0.8, 0.27) 0.3s 1 forwards intro-fall, 0.5s linear 2.3s infinite loop-jump;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__back-pin--04 {
    width: 4.3333333333vw;
    left: 29.6666666667vw;
    top: 3.4166666667vw;
  }
}
.p-home-section-hero__back-pin--05 {
  width: 16vw;
  left: 6.4vw;
  top: 29.8666666667vw;
  animation: 1s cubic-bezier(0.36, 0.03, 0.8, 0.27) 0.4s 1 forwards intro-fall, 0.5s linear 2.4s infinite loop-jump;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__back-pin--05 {
    width: 5vw;
    left: 10.4166666667vw;
    top: 10.5vw;
  }
}
.p-home-section-hero__back-pin--06 {
  width: 14.1333333333vw;
  left: 67.4666666667vw;
  top: 36vw;
  animation: 1s cubic-bezier(0.36, 0.03, 0.8, 0.27) 0.5s 1 forwards intro-fall, 0.5s linear 2.5s infinite loop-jump;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__back-pin--06 {
    width: 5.8333333333vw;
    left: 84.5vw;
    top: 6.3333333333vw;
  }
}
.p-home-section-hero__back-pin--07 {
  width: 17.6vw;
  left: 25.6vw;
  top: 107.7333333333vw;
  animation: 1s cubic-bezier(0.36, 0.03, 0.8, 0.27) 0.6s 1 forwards intro-fall, 0.5s linear 2.6s infinite loop-jump;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__back-pin--07 {
    width: 6.0833333333vw;
    left: 7.4166666667vw;
    top: 21.5vw;
  }
}
.p-home-section-hero__back-pin--08 {
  width: 16vw;
  left: 80vw;
  top: 96vw;
  animation: 1s cubic-bezier(0.36, 0.03, 0.8, 0.27) 0.7s 1 forwards intro-fall, 0.5s linear 2.7s infinite loop-jump;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__back-pin--08 {
    width: 8.3333333333vw;
    left: 81.6666666667vw;
    top: 17.3333333333vw;
  }
}
.p-home-section-hero__back-pin--09 {
  width: 20vw;
  left: 4.2666666667vw;
  top: 117.8666666667vw;
  animation: 1s cubic-bezier(0.36, 0.03, 0.8, 0.27) 0.8s 1 forwards intro-fall, 0.5s linear 2.8s infinite loop-jump;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__back-pin--09 {
    width: 14vw;
    left: 7.9166666667vw;
    top: 34.5833333333vw;
  }
}
.p-home-section-hero__back-pin--10 {
  width: 24.8vw;
  left: 71.2vw;
  top: 116vw;
  animation: 1s cubic-bezier(0.36, 0.03, 0.8, 0.27) 0.9s 1 forwards intro-fall, 0.5s linear 2.9s infinite loop-jump;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__back-pin--10 {
    width: 14vw;
    left: 81.3333333333vw;
    top: 34.5833333333vw;
  }
}
.p-home-section-hero__foreground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-home-section-hero__title {
  position: absolute;
  width: 86.9333333333vw;
  left: 6.4vw;
  top: 57.0666666667vw;
  opacity: 0;
  transform-origin: center bottom;
  animation: 1.5s linear 2s 1 forwards intro-title;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__title {
    width: 52vw;
    left: 23.8333333333vw;
    top: 14.75vw;
  }
}
.p-home-section-hero__title-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-hero__copy {
  position: absolute;
  width: 40vw;
  left: 40.8vw;
  top: 124.8vw;
  opacity: 0;
  animation: 0.5s linear 3s 1 forwards intro-copy;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__copy {
    width: 19.5vw;
    left: 69.4166666667vw;
    top: 40.5vw;
  }
}
.p-home-section-hero__copy-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-hero__front-pin {
  position: absolute;
  display: block;
  pointer-events: none;
  opacity: 0;
}
.p-home-section-hero__front-pin--01 {
  width: 26.4vw;
  left: 6.4vw;
  top: 149.3333333333vw;
  animation: 0.5s linear 3s 1 forwards intro-rise, 1s linear 4s infinite loop-swing;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__front-pin--01 {
    width: 18.0833333333vw;
    left: 20vw;
    top: 48vw;
  }
}
.p-home-section-hero__front-pin--02 {
  width: 28.5333333333vw;
  left: 61.8666666667vw;
  top: 148.5333333333vw;
  animation: 0.5s linear 3.1s 1 forwards intro-rise, 1s linear 4.1s infinite loop-swing;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__front-pin--02 {
    width: 19.5833333333vw;
    left: 62.9166666667vw;
    top: 47.5833333333vw;
  }
}
.p-home-section-hero__front-pin--03 {
  width: 28.8vw;
  left: 32.2666666667vw;
  top: 145.8666666667vw;
  animation: 0.5s linear 3.2s 1 forwards intro-rise, 1s linear 4.2s infinite loop-swing;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__front-pin--03 {
    width: 19.9166666667vw;
    left: 39.8333333333vw;
    top: 45.5833333333vw;
  }
}
.p-home-section-hero__sns {
  display: block;
  position: absolute;
  width: 13.6vw;
  left: 84vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__sns {
    width: 4.0833333333vw;
    left: 94.6666666667vw;
  }
}
.p-home-section-hero__sns--youtube {
  top: 13.8666666667vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__sns--youtube {
    top: 4.75vw;
  }
}
.p-home-section-hero__sns--instagram {
  top: 29.6vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__sns--instagram {
    top: 9.4166666667vw;
  }
}
.p-home-section-hero__sns-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-hero__go-locale {
  display: block;
  position: absolute;
  width: 19.4666666667vw;
  left: 77.8666666667vw;
  top: 2.6666666667vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-hero__go-locale {
    width: 5.8333333333vw;
    left: 92.8333333333vw;
    top: 1.4166666667vw;
  }
}
.p-home-section-hero__go-locale-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-home-background {
  background-image: url('../img/home/background/p-home-background--sp.jpg?1753193824');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (min-width: 800px) {
  .p-home-background {
    background-image: url('../img/home/background/p-home-background--pc.jpg?1753193824');
  }
}

@keyframes intro-belt-scroll-sp {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-382.4vw, 0);
  }
}
@keyframes intro-belt-scroll-pc {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-119.5vw, 0);
  }
}
.p-home-section-intro {
  position: relative;
  padding-bottom: 14.4vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-intro {
    padding-bottom: 104px;
  }
}
.p-home-section-intro__belt {
  overflow: hidden;
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-intro__belt {
    margin-bottom: 115px;
  }
}
.p-home-section-intro__belt-image-list {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation-name: intro-belt-scroll-sp;
  animation-timing-function: linear;
  animation-duration: 16s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}
@media screen and (min-width: 800px) {
  .p-home-section-intro__belt-image-list {
    animation-name: intro-belt-scroll-pc;
  }
}
.p-home-section-intro__belt-image {
  display: block;
  width: 382.4vw;
  height: auto;
}
@media screen and (min-width: 800px) {
  .p-home-section-intro__belt-image {
    width: 119.5vw;
  }
}
.p-home-section-intro__youtube-wrapper {
  width: 78.6666666667vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.9333333333vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-intro__youtube-wrapper {
    width: 800px;
    margin-bottom: 70px;
  }
}
.p-home-section-intro__youtube {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.p-home-section-intro__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-home-section-intro__text {
  text-align: center;
  font-size: 3.7333333333vw;
  line-height: 7.4666666667vw;
  margin-bottom: 11.7333333333vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-intro__text {
    font-size: 28px;
    line-height: 54px;
    margin-bottom: 71px;
  }
}
.p-home-section-intro__balloon {
  position: relative;
  width: 78.6666666667vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-intro__balloon {
    margin-bottom: 44px;
    width: 617px;
  }
}
.p-home-section-intro__balloon-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-intro__balloon-text {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 6.4vw;
  color: #e61e19;
}
@media screen and (min-width: 800px) {
  .p-home-section-intro__balloon-text {
    font-size: 36px;
    line-height: 48px;
  }
}
.p-home-section-intro__link-list {
  display: flex;
  width: 62.6666666667vw;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  gap: 6.6666666667vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-intro__link-list {
    gap: normal;
    flex-direction: row;
    justify-content: space-between;
    width: 800px;
  }
}
.p-home-section-intro__link {
  display: block;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .p-home-section-intro__link {
    width: 364px;
  }
}
.p-home-section-intro__link-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-home-section-buddies {
  padding-bottom: 16vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-buddies {
    padding-bottom: 70px;
  }
}
.p-home-section-buddies__title {
  font-weight: 900;
  font-size: 10.6666666667vw;
  line-height: 1;
  text-align: center;
  color: #e61e19;
  margin-bottom: 4vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-buddies__title {
    font-size: 74px;
    margin-bottom: 15px;
  }
}
.p-home-section-buddies__copy {
  font-weight: bold;
  font-size: 3.2vw;
  text-align: center;
  color: #e61e19;
  margin-bottom: 4vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-buddies__copy {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.p-home-section-buddies__swiper {
  width: 100%;
}
.p-home-section-buddies__swiper-slide {
  box-sizing: border-box;
  width: 100vw;
  padding: 0 10.6666666667vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-buddies__swiper-slide {
    width: 800px;
    padding: 0 60px;
  }
}
.p-home-section-buddies .swiper-button-prev,
.p-home-section-buddies .swiper-button-next {
  top: 27.4666666667vw;
  width: 5.8666666667vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-buddies .swiper-button-prev,
  .p-home-section-buddies .swiper-button-next {
    top: 238px;
    width: 40px;
  }
}
.p-home-section-buddies .swiper-button-prev {
  transform: translate(calc(-50% - 44.8vw), -50%);
}
@media screen and (min-width: 800px) {
  .p-home-section-buddies .swiper-button-prev {
    transform: translate(calc(-50% - 400px), -50%);
  }
}
.p-home-section-buddies .swiper-button-next {
  transform: translate(calc(-50% + 44.8vw), -50%);
}
@media screen and (min-width: 800px) {
  .p-home-section-buddies .swiper-button-next {
    transform: translate(calc(-50% + 400px), -50%);
  }
}

.p-home-buddy__image {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0.8vw solid #e61e19;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 800px) {
  .p-home-buddy__image {
    border: 5px solid #e61e19;
    margin-bottom: 10px;
  }
}
.p-home-buddy__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 800px) {
  .p-home-buddy__header {
    margin-bottom: 5px;
  }
}
.p-home-buddy__name {
  display: block;
  font-size: 4.8vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 800px) {
  .p-home-buddy__name {
    display: inline;
    font-size: 26px;
    margin-bottom: 0;
  }
}
.p-home-buddy__title {
  display: block;
  font-size: 3.2vw;
}
@media screen and (min-width: 800px) {
  .p-home-buddy__title {
    display: inline;
    font-size: 14px;
    margin-left: 28px;
  }
}
.p-home-buddy__header-right {
  display: flex;
  justify-content: flex-end;
  gap: 2.6666666667vw;
  min-height: 9.0666666667vw;
}
@media screen and (min-width: 800px) {
  .p-home-buddy__header-right {
    gap: 9px;
    min-height: 40px;
  }
}
.p-home-buddy__sns {
  display: block;
  width: 9.0666666667vw;
  height: 9.0666666667vw;
}
@media screen and (min-width: 800px) {
  .p-home-buddy__sns {
    width: 40px;
    height: 40px;
  }
}
.p-home-buddy__sns-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-buddy__text {
  font-size: 3.2vw;
  line-height: 7.4666666667vw;
}
@media screen and (min-width: 800px) {
  .p-home-buddy__text {
    font-size: 18px;
    line-height: 32px;
  }
}

.p-home-section-shops {
  padding-bottom: 18.6666666667vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-shops {
    padding-bottom: 95px;
  }
}
.p-home-section-shops__title {
  font-size: 10.6666666667vw;
  line-height: 11.2vw;
  color: #194b9b;
  text-align: center;
  font-weight: 900;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-shops__title {
    font-size: 74px;
    line-height: 80px;
    margin-bottom: 20px;
  }
}
.p-home-section-shops__copy {
  font-size: 3.7333333333vw;
  line-height: 6.9333333333vw;
  color: #194b9b;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-shops__copy {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 45px;
  }
}
.p-home-section-shops__map {
  display: block;
  width: 88vw;
  height: 162.6666666667vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-shops__map {
    width: 800px;
    height: 630px;
    margin-bottom: 40px;
  }
}
.p-home-section-shops__legend {
  width: 88vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.6666666667vw 6.6666666667vw;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-shops__legend {
    width: 800px;
    gap: 10px 30px;
    margin-bottom: 50px;
  }
}
.p-home-section-shops__pin {
  vertical-align: middle;
  line-height: 9.3333333333vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-shops__pin {
    line-height: 66px;
  }
}
.p-home-section-shops__pin-image {
  width: auto;
  height: 9.3333333333vw;
  vertical-align: middle;
}
@media screen and (min-width: 800px) {
  .p-home-section-shops__pin-image {
    height: 66px;
  }
}
.p-home-section-shops__pin-text {
  font-size: 2.6666666667vw;
  margin-left: 0.8vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-shops__pin-text {
    font-size: 14px;
    margin-left: 8px;
  }
}
.p-home-section-shops__balloon {
  position: relative;
  width: 78.6666666667vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-shops__balloon {
    margin-bottom: 25px;
    width: 560px;
  }
}
.p-home-section-shops__balloon-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-shops__balloon-text {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 6.4vw;
  color: #194b9b;
}
@media screen and (min-width: 800px) {
  .p-home-section-shops__balloon-text {
    font-size: 36px;
    line-height: 43px;
  }
}
.p-home-section-shops__text {
  width: 78.6666666667vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.2vw;
  line-height: 7.4666666667vw;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-shops__text {
    width: 800px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 50px;
  }
}
.p-home-section-shops__join {
  display: block;
  width: 78.6666666667vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .p-home-section-shops__join {
    width: 364px;
  }
}
.p-home-section-shops__join-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-home-section-credits__title {
  display: none;
}
.p-home-section-credits__banner-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 78.6666666667vw;
  margin-left: auto;
  margin-right: auto;
  gap: 9.3333333333vw;
  margin-bottom: 16vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-credits__banner-list {
    flex-direction: row;
    width: 800px;
    gap: initial;
    margin-bottom: 80px;
  }
}
.p-home-section-credits__banner {
  display: block;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .p-home-section-credits__banner {
    width: 375px;
  }
}
.p-home-section-credits__banner-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-credits__member-list {
  display: flex;
  flex-direction: column;
  gap: 13.3333333333vw;
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-credits__member-list {
    gap: 65px;
    margin-bottom: 90px;
  }
}
.p-home-section-credits__member-title {
  font-size: 4.8vw;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  margin-bottom: 4.5333333333vw;
}
@media screen and (min-width: 800px) {
  .p-home-section-credits__member-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-home-section-credits__member-logo {
  display: block;
  width: 57.6vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .p-home-section-credits__member-logo {
    width: 265px;
  }
}
.p-home-section-credits__member-logo-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-credits__bottom {
  display: block;
  width: 100%;
  height: auto;
}

.p-home-footer {
  background: #000;
  color: #fff;
  padding: 5.3333333333vw 0;
}
@media screen and (min-width: 800px) {
  .p-home-footer {
    padding: 50px 0;
  }
}
.p-home-footer__inner {
  display: block;
  width: 78.6666666667vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .p-home-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 800px;
  }
}
.p-home-footer__information {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 800px) {
  .p-home-footer__information {
    margin-bottom: 0;
  }
}
.p-home-footer__title {
  font-size: 4.8vw;
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  .p-home-footer__title {
    font-size: 18px;
  }
}
.p-home-footer__body {
  font-size: 3.2vw;
  line-height: 4.8vw;
}
@media screen and (min-width: 800px) {
  .p-home-footer__body {
    font-size: 12px;
    line-height: 18px;
  }
}
.p-home-footer__logo {
  display: block;
  width: 21.6vw;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 800px) {
  .p-home-footer__logo {
    margin-left: 0;
    width: 81px;
  }
}

.p-home-float {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}
.p-home-float__logo {
  position: absolute;
  display: block;
  width: 16vw;
  left: 2.6666666667vw;
  top: 2.6666666667vw;
  opacity: 0;
  transition: all 1s;
  transform: translate(-150%, 0) rotate(-171.974522293deg);
}
@media screen and (min-width: 800px) {
  .p-home-float__logo {
    width: 84px;
    left: 20px;
    top: 20px;
  }
}
.p-home-float__logo.js-is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.p-home-float__logo-image {
  display: block;
  width: 100%;
  height: auto;
}
.u-pc-block {
  display: none;
}
@media screen and (min-width: 800px) {
  .u-pc-block {
    display: block;
  }
}

.u-pc-inline {
  display: none;
}
@media screen and (min-width: 800px) {
  .u-pc-inline {
    display: inline;
  }
}

.u-pc-inline-block {
  display: none;
}
@media screen and (min-width: 800px) {
  .u-pc-inline-block {
    display: inline-block;
  }
}

.u-sp-block {
  display: block;
}
@media screen and (min-width: 800px) {
  .u-sp-block {
    display: none;
  }
}

.u-sp-inline {
  display: inline;
}
@media screen and (min-width: 800px) {
  .u-sp-inline {
    display: none;
  }
}

.u-sp-inline-block {
  display: inline-block;
}
@media screen and (min-width: 800px) {
  .u-sp-inline-block {
    display: none;
  }
}