@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
article, section, aside {
  display: block;
}

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

a {
  text-decoration: none;
  color: #707070;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

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

img {
  font-size: 0;
  line-height: 0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html.isFixed {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}
html.isTop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
html::-webkit-scrollbar {
  width: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  html::-webkit-scrollbar {
    width: 0.6944444444vw;
  }
}
html::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
}
html::-webkit-scrollbar-thumb {
  background-color: #BDD468;
  border-radius: 100px;
}
html.autumn::-webkit-scrollbar-thumb {
  background-color: #FF8F37;
}

body {
  font-feature-settings: "palt" 1;
  font-family: "Kiwi Maru", serif;
  color: #707070;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4.2666666667vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.1111111111vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  body {
    font-size: 5.3333333333vw;
    line-height: 1.7em;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  body {
    font-size: 1.3888888889vw;
    line-height: 1.7em;
  }
}
body::before, body::after {
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  box-shadow: 1px 0px 0px red inset, -1px 0px 0px red inset;
  pointer-events: none;
  mix-blend-mode: difference;
}
body::before {
  width: 1px;
}
body::after {
  width: 96vw;
}
@media screen and (min-width: 769px) {
  body::after {
    width: 68.0555555556vw;
  }
}

.main {
  margin-top: 10px;
  position: relative;
}

@media screen and (min-width: 769px) {
  br.sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

.none {
  display: none;
}

.topspace {
  padding-top: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .topspace {
    padding-top: 2.7777777778vw;
  }
}

.hideElement {
  display: none;
}

@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown2 {
  0% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(5px);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.header {
  position: absolute;
  top: 3.4666666667vw;
  left: 2.6666666667vw;
  mix-blend-mode: difference;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .header {
    top: 0.6944444444vw;
    left: 0.6944444444vw;
  }
}
.header h1 {
  font-size: 0;
}
.header h1 a {
  width: 30.1333333333vw;
  height: 12vw;
  display: block;
  background: url(../img/logo.svg) center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .header h1 a {
    width: 8.3333333333vw;
    height: 3.3333333333vw;
  }
}

.inner {
  width: 96vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .inner {
    width: 68.0555555556vw;
  }
}

.heading {
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .heading {
    padding-bottom: 3.4722222222vw;
  }
}
.heading .inner {
  display: flex;
  gap: 0px 0.5333333333vw;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .heading .inner {
    gap: 0px 0.1388888889vw;
  }
}
.heading .inner::before, .heading .inner::after {
  content: "";
  width: 11.4666666667vw;
  height: 16vw;
  background: url(../img/tree.webp) center center/contain no-repeat;
  display: block;
}
html.autumn .heading .inner::before, html.autumn .heading .inner::after {
  background: url(../img/tree.autumn.webp) center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .heading .inner::before, .heading .inner::after {
    width: 2.9861111111vw;
    height: 4.1666666667vw;
  }
}
.heading h1 {
  display: inline;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .heading h1 {
    font-size: 10.6666666667vw;
    line-height: 1.45em;
  }
}
@media screen and (min-width: 769px) {
  .heading h1 {
    font-size: 2.7777777778vw;
    line-height: 1.45em;
  }
}

.btn {
  display: inline-block;
  position: relative;
}
.btn._normal::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .btn::after {
    transition: transform 0.4s ease;
  }
  .btn:hover::after {
    transform: translate3d(0.2083333333vw, -0.2083333333vw, 0);
  }
}
.btn span {
  padding: 1.6vw 6.9333333333vw;
  display: block;
  background: #BDD468;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  position: relative;
  color: #2C2019;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn span {
    font-size: 5.3333333333vw;
    line-height: 1.45em;
  }
}
@media screen and (min-width: 769px) {
  .btn span {
    font-size: 1.3888888889vw;
    line-height: 1.45em;
  }
}
html.autumn .btn span {
  background: #FF8F37;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
}
@media screen and (min-width: 769px) {
  .btn span {
    padding: 0.6944444444vw 2.0833333333vw;
    transition: background 0.4s ease;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .btn span {
    font-size: 6.9333333333vw;
    line-height: 1.4230769231em;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .btn span {
    font-size: 1.8055555556vw;
    line-height: 1.4230769231em;
  }
}
.btn::before, .btn::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.btn::before {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background: url(../img/btn_line.webp) center center/contain no-repeat;
  top: -8vw;
  right: -8vw;
}
html.autumn .btn::before {
  background: url(../img/btn_line.autumn.webp) center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .btn::before {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    top: -2.0833333333vw;
    right: -2.0833333333vw;
  }
}
.btn::after {
  width: calc(100% - 0.8vw);
  height: calc(100% - 0.8vw);
  position: absolute;
  top: 0.8vw;
  left: -0.8vw;
  border: 0.5333333333vw solid #2C2019;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .btn::after {
    width: calc(100% - 0.2083333333vw);
    height: calc(100% - 0.2083333333vw);
    top: 0.2083333333vw;
    left: -0.2083333333vw;
    border: 0.1388888889vw solid #2C2019;
  }
}

.footer {
  width: 100%;
  margin-top: 26.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer {
    margin-top: 6.9444444444vw;
  }
}
.footer img {
  width: 100%;
  height: auto;
}
.footer_logo {
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer_logo:hover p {
    color: #000;
    background: #fff;
  }
}
.footer_logo img {
  width: 53.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .footer_logo img {
    width: 20.8333333333vw;
  }
}
.footer_logo p {
  margin: 2.6666666667vw auto 0px;
  padding: 0.5333333333vw 1.3333333333vw;
  display: inline-block;
  background: #000;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .footer_logo p {
    margin-top: 0.6944444444vw;
    padding: 0.1388888889vw 0.3472222222vw;
    transition: color 0.4s ease, background 0.4s ease;
    border: 0.0694444444vw solid #000;
  }
}
.footer_share {
  margin-top: 10.6666666667vw;
  display: flex;
  justify-content: center;
  gap: 0px 2.6666666667vw;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .footer_share {
    margin-top: 2.7777777778vw;
    gap: 0px 1.0416666667vw;
  }
}
.footer_share a {
  width: 8.5333333333vw;
  display: block;
  font-size: 0;
}
@media screen and (min-width: 769px) {
  .footer_share a {
    width: 2.7777777778vw;
    transition: opacity 0.4s ease;
  }
  .footer_share a:hover {
    opacity: 0.5;
  }
}
.footer_copy {
  padding: 16vw 0px 2.6666666667vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_copy {
    font-size: 3.2vw;
    line-height: 1em;
  }
}
@media screen and (min-width: 769px) {
  .footer_copy {
    font-size: 0.8333333333vw;
    line-height: 1em;
  }
}
@media screen and (min-width: 769px) {
  .footer_copy {
    padding: 4.1666666667vw 0px 0.6944444444vw;
  }
}

.sticky {
  position: sticky;
  top: 0px;
}

.rowscroll_list img {
  box-shadow: 0.8vw 0.8vw 0.8vw rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .rowscroll_list img {
    box-shadow: 0.2083333333vw 0.2083333333vw 0.2083333333vw rgba(0, 0, 0, 0.1);
  }
}

.scrollwrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.scrollwrap .inner {
  width: 100%;
}
.scrollwrap_imagelist {
  margin: 0;
  padding: 0 0 1.0666666667vw 0px;
  display: flex;
  will-change: transform;
  backface-visibility: hidden;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 0px 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .scrollwrap_imagelist {
    gap: 0px 3.4722222222vw;
    padding-bottom: 0.2777777778vw;
  }
}
.scrollwrap_imagelist::-webkit-scrollbar {
  height: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .scrollwrap_imagelist::-webkit-scrollbar {
    height: 0.6944444444vw;
  }
}
.scrollwrap_imagelist::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
}
.scrollwrap_imagelist::-webkit-scrollbar-thumb {
  background-color: #BDD468;
  border-radius: 100px;
}
html.autumn .scrollwrap_imagelist::-webkit-scrollbar-thumb {
  background-color: #FF8F37;
}
.scrollwrap_imagelist li {
  width: 90.6666666667vw;
  line-height: 0;
  flex: 0 0 auto;
}
@media screen and (min-width: 769px) {
  .scrollwrap_imagelist li {
    width: 49.4444444444vw;
  }
}
.scrollwrap_imagelist li._zekkei {
  width: 583.2vw;
}
@media screen and (min-width: 769px) {
  .scrollwrap_imagelist li._zekkei {
    width: 371.7361111111vw;
  }
}
.scrollwrap_imagelist li img {
  width: 100%;
}

.more {
  padding: 0 0px 13.3333333333vw 0px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .more {
    padding: 3.4722222222vw 0px;
  }
}
.more .btn {
  width: 60%;
}

.pagetop {
  width: 10.6666666667vw;
  position: fixed;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .pagetop {
    width: 3.4722222222vw;
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    transition: opacity 0.4s ease;
  }
  .pagetop:hover {
    opacity: 0.5;
  }
}
.pagetop img {
  width: 100%;
  font-size: 0;
}

.scroll {
  width: 100%;
  height: 95vh;
  position: fixed;
  top: 0px;
  left: 2.6666666667vw;
  text-align: center;
  color: #fff;
  z-index: 100;
  mix-blend-mode: difference;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .scroll {
    left: 0.6944444444vw;
  }
}
.scroll > div {
  width: 1px;
  height: 16vw;
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .scroll > div {
    height: 4.1666666667vw;
  }
}
.scroll > div::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  background: #fff;
  animation: scrollLine 2s linear infinite;
}

.lang {
  position: fixed;
  top: 3.4666666667vw;
  right: 2.6666666667vw;
  z-index: 3;
  padding: 0.2666666667vw 0.8vw;
  text-align: right;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  border-radius: 3px;
  -webkit-backdrop-filter: saturate(180%) blur(3px);
          backdrop-filter: saturate(180%) blur(3px);
}
@media screen and (min-width: 769px) {
  .lang {
    padding: 0.3472222222vw 0.6944444444vw;
    top: 0.6944444444vw;
    right: 0.6944444444vw;
  }
}
.lang_current {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 1.6vw;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .lang_current {
    gap: 0px 0.4166666667vw;
  }
}
.lang_current p {
  color: #333;
}
.lang_current::before {
  content: "";
  width: 3.4666666667vw;
  height: 2.9333333333vw;
  background: url(../img/icon_lang.svg) center center/contain no-repeat;
  display: block;
  mix-blend-mode: difference;
}
@media screen and (min-width: 769px) {
  .lang_current::before {
    width: 0.9027777778vw;
    height: 0.7638888889vw;
  }
}
.lang ul {
  display: none;
}
.lang ul li a {
  color: #333;
}
@media screen and (min-width: 769px) {
  .lang ul li a:hover {
    text-decoration: underline;
  }
}

@keyframes scrollLine {
  0% {
    height: 0%;
    top: 0px;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 0%;
    bottom: 0px;
  }
}
.main {
  display: block;
}

.mv {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.mv_inner {
  height: 100%;
  position: relative;
}
.mv .inner {
  height: 100%;
  position: relative;
  z-index: 2;
}
.mv_btn {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 8vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mv_btn {
    bottom: 2.0833333333vw;
  }
}
.mv_btn .btn {
  width: 70%;
}
.mv_mov {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  pointer-events: none;
}
.mv_mov iframe {
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sun {
  padding-top: 50vh;
  overflow: hidden;
  position: relative;
}
.sun_top {
  width: 100%;
  height: 50vh;
  background: url(../img/bg_sun_top.png) 0 0/auto 100% repeat-x;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.sun_body {
  height: 178.1333333333vw;
  background: url(../img/bg_sun.png) 0 0/auto 100% repeat-x;
}
@media screen and (min-width: 769px) {
  .sun_body {
    height: 41.6666666667vw;
  }
}
.sun .inner {
  height: 100%;
  position: relative;
}
.sun h1 {
  padding-top: 53.3333333333vw;
  text-align: center;
  color: #fff;
  font-weight: 500;
  text-shadow: 0px 0.8vw 0px rgba(28, 4, 4, 0.4);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sun h1 {
    font-size: 10.6666666667vw;
    line-height: 1.45em;
  }
}
@media screen and (min-width: 769px) {
  .sun h1 {
    font-size: 2.7777777778vw;
    line-height: 1.45em;
  }
}
@media screen and (min-width: 769px) {
  .sun h1 {
    padding-top: 9.7222222222vw;
    text-shadow: 0px 0.2083333333vw 0px rgba(28, 4, 4, 0.4);
  }
}
.sun span {
  display: block;
}
.sun img {
  width: 100%;
}
.sun_sun {
  width: 38.4vw;
  position: absolute;
  top: -13.3333333333vw;
  right: -13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .sun_sun {
    width: 13.1944444444vw;
    top: -3.4722222222vw;
    right: 7.5694444444vw;
  }
}
.sun_cloud {
  width: 62.4vw;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .sun_cloud {
    width: 16.5277777778vw;
  }
}
.sun_cloud1 {
  top: 9.8666666667vw;
  left: -24vw;
}
@media screen and (min-width: 769px) {
  .sun_cloud1 {
    top: 2.6388888889vw;
    left: 7.0138888889vw;
  }
}
.sun_cloud2 {
  top: 26.6666666667vw;
  right: -24vw;
}
@media screen and (min-width: 769px) {
  .sun_cloud2 {
    top: 13.1944444444vw;
    right: 0;
  }
}
.sun_cloud3 {
  width: 26.6666666667vw;
  top: 37.3333333333vw;
  left: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .sun_cloud3 {
    top: 13.1944444444vw;
    left: -7.6388888889vw;
    display: block;
  }
}
.sun_cloud4 {
  width: 32vw;
  top: -37.3333333333vw;
  left: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .sun_cloud4 {
    width: 22.2222222222vw;
    top: -13.1944444444vw;
    left: -7.6388888889vw;
    display: block;
  }
}
.sun_cloud5 {
  top: -71.2vw;
  right: 50.6666666667vw;
}
@media screen and (min-width: 769px) {
  .sun_cloud5 {
    top: -4.0277777778vw;
    right: -13.9583333333vw;
  }
}
.sun_cloud6 {
  top: -42.6666666667vw;
  right: -24vw;
}
@media screen and (min-width: 769px) {
  .sun_cloud6 {
    top: -15.9722222222vw;
    right: 0;
  }
}
.sun_mountain {
  width: 163.4666666667vw;
  position: absolute;
  left: -30.1333333333vw;
  bottom: 21.3333333333vw;
}
html.autumn .sun_mountain {
  width: 186.6666666667vw;
  left: 50%;
  transform: translate3d(-50%, 0px, 0px) scale(1);
}
@media screen and (min-width: 769px) {
  .sun_mountain {
    width: 63.7986111111vw;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 0.6944444444vw;
  }
  html.autumn .sun_mountain {
    width: 110.2777777778vw;
  }
}

.night {
  padding-top: 50vh;
  overflow: hidden;
  position: relative;
}
.night_top {
  width: 100%;
  height: 50vh;
  background: url(../img/bg_night_top.png) 0 0/auto 100% repeat-x;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.night_body {
  height: 149.8666666667vw;
  background: url(../img/bg_night.png) 0 0/auto 100% repeat-x;
}
@media screen and (min-width: 769px) {
  .night_body {
    height: 34.7222222222vw;
  }
}
.night .inner {
  height: 100%;
  position: relative;
}
.night h1 {
  padding-top: 53.3333333333vw;
  text-align: center;
  color: #fff;
  font-weight: 500;
  text-shadow: 0px 0.8vw 0px rgba(28, 4, 4, 0.4);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .night h1 {
    font-size: 10.6666666667vw;
    line-height: 1.45em;
  }
}
@media screen and (min-width: 769px) {
  .night h1 {
    font-size: 2.7777777778vw;
    line-height: 1.45em;
  }
}
@media screen and (min-width: 769px) {
  .night h1 {
    padding-top: 9.7222222222vw;
    text-shadow: 0px 0.2083333333vw 0px rgba(28, 4, 4, 0.4);
  }
}
.night span {
  display: block;
}
.night img {
  width: 100%;
}
.night_star {
  width: 5.0666666667vw;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .night_star {
    width: 1.3194444444vw;
  }
}
.night_star:nth-child(2n) {
  width: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .night_star:nth-child(2n) {
    width: 0.9722222222vw;
  }
}
.night_star:nth-child(3n) {
  width: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .night_star:nth-child(3n) {
    width: 1.1111111111vw;
  }
}
.night_star1 {
  top: 2.6666666667vw;
  left: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .night_star1 {
    top: 0.6944444444vw;
    left: 6.9444444444vw;
  }
}
.night_star2 {
  top: 26.6666666667vw;
  right: 33.0666666667vw;
}
@media screen and (min-width: 769px) {
  .night_star2 {
    top: 6.9444444444vw;
    right: 8.6111111111vw;
  }
}
.night_star3 {
  top: 35.4666666667vw;
  left: 69.3333333333vw;
}
@media screen and (min-width: 769px) {
  .night_star3 {
    top: 9.2361111111vw;
    left: 18.0555555556vw;
  }
}
.night_star4 {
  top: 57.0666666667vw;
  right: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .night_star4 {
    top: 14.8611111111vw;
    right: 16.6666666667vw;
  }
}
.night_star5 {
  top: 23.7333333333vw;
  left: 18.6666666667vw;
}
@media screen and (min-width: 769px) {
  .night_star5 {
    top: 6.1805555556vw;
    left: 29.1666666667vw;
  }
}
.night_star6 {
  top: 18.6666666667vw;
  right: 50.6666666667vw;
}
@media screen and (min-width: 769px) {
  .night_star6 {
    top: 4.8611111111vw;
    right: 13.6111111111vw;
  }
}
.night_star7 {
  top: 34.6666666667vw;
  left: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .night_star7 {
    top: 0.9027777778vw;
    left: -15.2777777778vw;
  }
}
.night_star8 {
  top: 2.6666666667vw;
  right: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .night_star8 {
    top: 11.8055555556vw;
    right: -9.0277777778vw;
  }
}
.night_star9 {
  top: 56vw;
  left: 18.6666666667vw;
}
@media screen and (min-width: 769px) {
  .night_star9 {
    top: 8.5416666667vw;
    left: -4.5138888889vw;
  }
}
.night_star10 {
  top: 2.6666666667vw;
  right: 33.3333333333vw;
}
@media screen and (min-width: 769px) {
  .night_star10 {
    top: 4.8611111111vw;
    right: 42.3611111111vw;
  }
}
.night_star11 {
  top: 2.6666666667vw;
  left: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .night_star11 {
    top: 6.9444444444vw;
    left: 4.0277777778vw;
  }
}
.night_star12 {
  top: 65.3333333333vw;
  right: 83.2vw;
}
@media screen and (min-width: 769px) {
  .night_star12 {
    top: 0.8333333333vw;
    right: -1.5972222222vw;
  }
}
.night_star13 {
  top: 2.6666666667vw;
  left: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .night_star13 {
    top: 14.5833333333vw;
    left: -3.125vw;
  }
}
.night_star14 {
  top: 2.6666666667vw;
  right: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .night_star14 {
    top: 11.8055555556vw;
    right: 20.1388888889vw;
  }
}
.night_star15 {
  top: 2.6666666667vw;
  left: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .night_star15 {
    top: 5.5555555556vw;
    left: -8.3333333333vw;
  }
}
.night_moon {
  width: 26.6666666667vw;
  position: absolute;
  top: -5.3333333333vw;
  right: -5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .night_moon {
    width: 6.9444444444vw;
    top: -0.6944444444vw;
    right: 7.5694444444vw;
  }
}
.night_mountain {
  width: 163.4666666667vw;
  position: absolute;
  left: -30.1333333333vw;
  bottom: 13.3333333333vw;
}
html.autumn .night_mountain {
  width: 186.6666666667vw;
  left: 50%;
  transform: translate3d(-50%, 0px, 0px) scale(1);
}
@media screen and (min-width: 769px) {
  .night_mountain {
    width: 63.7986111111vw;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 0.6944444444vw;
  }
  html.autumn .night_mountain {
    width: 110.2777777778vw;
  }
}

.detail {
  overflow: hidden;
}
.detail .inner {
  position: relative;
}
.detail .inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0.6;
  z-index: 1;
}
.detail.detail_zekkei .inner::after {
  width: 141.0666666667vw;
  height: 84.8vw;
  background: url(../img/bg_zekkei.webp) 0 0/contain no-repeat;
  top: 0px;
  right: -38.6666666667vw;
}
html.autumn .detail.detail_zekkei .inner::after {
  background: url(../img/bg_zekkei.autumn.webp) 0 0/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .detail.detail_zekkei .inner::after {
    width: 45.9027777778vw;
    height: 27.7083333333vw;
    right: 0px;
  }
}
.detail.detail_asobu {
  padding-bottom: 24vw;
}
@media screen and (min-width: 769px) {
  .detail.detail_asobu {
    padding-bottom: 5.5555555556vw;
  }
}
.detail.detail_asobu .inner::after {
  width: 133.0666666667vw;
  height: 77.3333333333vw;
  background: url(../img/bg_asobu.webp) 0 0/contain no-repeat;
  top: -5.3333333333vw;
  right: -58.6666666667vw;
}
html.autumn .detail.detail_asobu .inner::after {
  background: url(../img/bg_asobu.autumn.webp) 0 0/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .detail.detail_asobu .inner::after {
    width: 45.3472222222vw;
    height: 26.3888888889vw;
    top: -5.5555555556vw;
    right: -4.1666666667vw;
  }
}
.detail.detail_trailercamp {
  padding-bottom: 24vw;
}
@media screen and (min-width: 769px) {
  .detail.detail_trailercamp {
    padding-bottom: 5.5555555556vw;
  }
}
.detail.detail_trailercamp .inner::after {
  width: 48.8vw;
  height: 61.8666666667vw;
  background: url(../img/bg_trailercamp.webp) 0 0/contain no-repeat;
  top: -5.3333333333vw;
  right: -5.3333333333vw;
}
html.autumn .detail.detail_trailercamp .inner::after {
  background: url(../img/bg_trailercamp.autumn.webp) 0 0/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .detail.detail_trailercamp .inner::after {
    width: 30.3472222222vw;
    height: 38.6111111111vw;
    top: -8.3333333333vw;
    right: 0px;
  }
}
.detail.detail_free {
  padding-bottom: 24vw;
}
@media screen and (min-width: 769px) {
  .detail.detail_free {
    padding-bottom: 5.5555555556vw;
  }
}
.detail.detail_free .inner::after {
  width: 92vw;
  height: 53.8666666667vw;
  background: url(../img/bg_free.webp) 0 0/contain no-repeat;
  top: -13.3333333333vw;
  right: -45.3333333333vw;
}
html.autumn .detail.detail_free .inner::after {
  background: url(../img/bg_free.autumn.webp) 0 0/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .detail.detail_free .inner::after {
    width: 32.5vw;
    height: 26.8055555556vw;
    top: -4.8611111111vw;
    right: 0px;
  }
}
.detail_text {
  width: 85.3333333333vw;
  padding: 13.3333333333vw 0px 6.1333333333vw 0px;
  display: flex;
  flex-direction: column;
  gap: 2.9333333333vw 0px;
  position: relative;
  z-index: 2;
  color: #000;
  text-shadow: 0px 0.5333333333vw 0px #fff;
}
@media screen and (min-width: 769px) {
  .detail_text {
    width: 38.4722222222vw;
    padding: 3.4722222222vw 0px 2.0833333333vw 0px;
    gap: 1.9444444444vw 0px;
    text-shadow: 0px 0.1388888889vw 0px #fff;
  }
}
.detail_btn {
  margin-top: 10.6666666667vw;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .detail_btn {
    margin-top: 40px;
  }
}

.access {
  padding: 32vw 0px 13.3333333333vw;
  background: url(../img/bg_access.webp) 0 0/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .access {
    padding: 8.3333333333vw 0px 3.4722222222vw;
  }
}
.access h1 {
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .access h1 {
    font-size: 10.6666666667vw;
    line-height: 1.45em;
  }
}
@media screen and (min-width: 769px) {
  .access h1 {
    font-size: 2.7777777778vw;
    line-height: 1.45em;
  }
}
.access_route {
  padding-top: 8vw;
  display: flex;
  flex-direction: column;
  gap: 10.6666666667vw 0px;
}
@media screen and (min-width: 769px) {
  .access_route {
    padding-top: 2.0833333333vw;
    flex-direction: row;
    justify-content: center;
    gap: 0px 4.1666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .access_route_block {
    padding: 1.3333333333vw;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
  }
}
.access_tab1 {
  width: 84.8vw;
  padding: 8vw 0px 2.6666666667vw;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5333333333vw solid #707070;
}
@media screen and (min-width: 769px) {
  .access_tab1 {
    width: 26.7361111111vw;
    padding: 0px 0px 0.6944444444vw;
    border-bottom-width: 0.1388888889vw;
  }
}
.access_tab1 li {
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.access_tab1 li::after {
  content: "";
  width: 0.5333333333vw;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #707070;
}
@media screen and (min-width: 769px) {
  .access_tab1 li::after {
    width: 0.1388888889vw;
  }
}
.access_tab1 li:first-child::after {
  display: none;
}
.access_tab1 li._current {
  color: #D6006C;
}
@media screen and (min-width: 769px) {
  .access_tab1 li:hover {
    color: #D6006C;
  }
}
.access_tab1 li p {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .access_tab1 li p {
    font-size: 4.8vw;
    line-height: 1.6111111111em;
  }
}
@media screen and (min-width: 769px) {
  .access_tab1 li p {
    font-size: 1.25vw;
    line-height: 1.6111111111em;
  }
}
.access_body1 {
  width: 84.8vw;
  padding-top: 2.6666666667vw;
  margin: 0px auto;
}
@media screen and (min-width: 769px) {
  .access_body1 {
    width: 26.7361111111vw;
    padding-top: 0.6944444444vw;
  }
}
.access_body1 li {
  display: none;
}
.access_body1 li._current {
  display: block;
}
.access_body1_time {
  margin-top: 2.6666666667vw;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .access_body1_time {
    margin-top: 0.6944444444vw;
  }
}
.access_body1_time p {
  font-weight: 500;
  display: inline-block;
  padding: 0px 1.3333333333vw;
  background: #D6006C;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .access_body1_time p {
    padding: 0px 0.3472222222vw;
  }
}
.access_body1_flow {
  padding-top: 1.3333333333vw;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1.3333333333vw 0;
}
@media screen and (min-width: 769px) {
  .access_body1_flow {
    padding-top: 0.3472222222vw;
    gap: 0.3472222222vw 0px;
  }
}
.access_body1_flow p::before {
  content: "↓";
  display: block;
}
.access_tab2 {
  padding: 8vw 0px 2.6666666667vw;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5333333333vw solid #707070;
}
@media screen and (min-width: 769px) {
  .access_tab2 {
    width: 28.1944444444vw;
    padding: 0px 0px 0.6944444444vw;
    border-bottom-width: 0.1388888889vw;
  }
}
.access_tab2 li {
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.access_tab2 li::after {
  content: "";
  width: 0.5333333333vw;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #707070;
}
@media screen and (min-width: 769px) {
  .access_tab2 li::after {
    width: 0.1388888889vw;
  }
}
.access_tab2 li:first-child::after {
  display: none;
}
.access_tab2 li._current {
  color: #D6006C;
}
@media screen and (min-width: 769px) {
  .access_tab2 li:hover {
    color: #D6006C;
  }
}
.access_tab2 li p {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .access_tab2 li p {
    font-size: 4.8vw;
    line-height: 1.6111111111em;
  }
}
@media screen and (min-width: 769px) {
  .access_tab2 li p {
    font-size: 1.25vw;
    line-height: 1.6111111111em;
  }
}
.access_body2 {
  width: 84.8vw;
  padding-top: 5.3333333333vw;
  margin: 0px auto;
}
@media screen and (min-width: 769px) {
  .access_body2 {
    width: 28.1944444444vw;
    padding-top: 1.3888888889vw;
  }
}
.access_body2 li {
  display: none;
}
.access_body2 li._current {
  display: block;
}
.access_body2 li p {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .access_body2 li p {
    margin-top: 0.6944444444vw;
  }
}
.access_body2 li p:first-child {
  margin-top: 0px;
}
.access_map {
  padding-top: 13.3333333333vw;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .access_map {
    padding-top: 3.4722222222vw;
  }
}
.access_map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  display: block;
  border: 0.2666666667vw solid #707070;
}
@media screen and (min-width: 769px) {
  .access_map iframe {
    border-width: 0.0694444444vw;
  }
}
.access_map a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .access_map a:hover {
    text-decoration: none;
  }
}
.access_btn {
  margin-top: 13.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .access_btn {
    margin-top: 3.4722222222vw;
  }
}

.map {
  padding-bottom: 26.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .map {
    padding-bottom: 6.9444444444vw;
  }
}
.map_tab {
  width: 90.6666666667vw;
  margin: 5.3333333333vw auto 0px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .map_tab {
    width: 68.0555555556vw;
    margin-top: 1.3888888889vw;
  }
}
.map_tab li {
  width: calc(50% - 10px);
}
.map_tab li .btn {
  width: 100%;
}
.map_tab li .btn::before {
  display: none;
}
.map_tab li .btn span {
  background: #b2b2b2;
}
html.autumn .map_tab li .btn span {
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.5);
}
.map_tab ._current .btn::before {
  display: block;
}
.map_tab ._current .btn span {
  background: #D6006C;
  color: #fff;
}
.map_body li {
  display: none;
}
.map_body li._current {
  display: block;
}
.map .asobu {
  position: relative;
}
.map .asobu_wrap {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}
.map .asobu_wrap_map {
  width: 228.2666666667vw;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_map {
    width: 83.3333333333vw;
    margin: 0px auto;
  }
}
.map .asobu_wrap_num {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background: #D6006C;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .map .asobu_wrap_num {
    font-size: 5.8666666667vw;
    line-height: 1.7272727273em;
  }
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num {
    font-size: 1.5277777778vw;
    line-height: 1.7272727273em;
  }
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    transition: color 0.4s ease, background 0.4s ease;
    border: 0.1388888889vw solid #D6006C;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .map .asobu_wrap_num {
    font-size: 6.9333333333vw;
    line-height: 1.7307692308em;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .map .asobu_wrap_num {
    font-size: 1.8055555556vw;
    line-height: 1.7307692308em;
  }
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num:hover {
    color: #D6006C;
    background: #fff;
  }
}
.map .asobu_wrap_num[data-num="1"], .map .asobu_wrap_num[data-num="2"], .map .asobu_wrap_num[data-num="3"] {
  background: #00c600;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="1"], .map .asobu_wrap_num[data-num="2"], .map .asobu_wrap_num[data-num="3"] {
    border-color: #00c600;
  }
  .map .asobu_wrap_num[data-num="1"]:hover, .map .asobu_wrap_num[data-num="2"]:hover, .map .asobu_wrap_num[data-num="3"]:hover {
    background: #fff;
    color: #00c600;
  }
}
.map .asobu_wrap_num[data-num="15"], .map .asobu_wrap_num[data-num="16"], .map .asobu_wrap_num[data-num="17"] {
  background: #efa823;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="15"], .map .asobu_wrap_num[data-num="16"], .map .asobu_wrap_num[data-num="17"] {
    border-color: #efa823;
  }
  .map .asobu_wrap_num[data-num="15"]:hover, .map .asobu_wrap_num[data-num="16"]:hover, .map .asobu_wrap_num[data-num="17"]:hover {
    background: #fff;
    color: #efa823;
  }
}
.map .asobu_wrap_num[data-num="1"] {
  top: 5.3333333333vw;
  left: 146.6666666667vw;
  animation: 3s updown1 infinite;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="1"] {
    top: 2.0833333333vw;
    left: 61.8055555556vw;
  }
}
.map .asobu_wrap_num[data-num="2"] {
  top: 26.6666666667vw;
  left: 168vw;
  animation: 3s updown1 infinite 2s;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="2"] {
    top: 9.7222222222vw;
    left: 69.4444444444vw;
  }
}
.map .asobu_wrap_num[data-num="3"] {
  top: 112vw;
  left: 101.3333333333vw;
  animation: 3s updown1 infinite 1s;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="3"] {
    top: 40.2777777778vw;
    left: 48.6111111111vw;
  }
}
.map .asobu_wrap_num[data-num="4"] {
  top: 56vw;
  left: 32vw;
  animation: 3s updown1 infinite;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="4"] {
    top: 20.8333333333vw;
    left: 17.3611111111vw;
  }
}
.map .asobu_wrap_num[data-num="5"] {
  top: 101.3333333333vw;
  left: 56vw;
  animation: 3s updown1 infinite 0.1s;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="5"] {
    top: 36.8055555556vw;
    left: 27.7777777778vw;
  }
}
.map .asobu_wrap_num[data-num="6"] {
  top: 48vw;
  left: 101.3333333333vw;
  animation: 3s updown1 infinite 2s;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="6"] {
    top: 18.0555555556vw;
    left: 45.1388888889vw;
  }
}
.map .asobu_wrap_num[data-num="7"] {
  top: 69.3333333333vw;
  left: 90.6666666667vw;
  animation: 3s updown1 infinite 0.6s;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="7"] {
    top: 25vw;
    left: 41.6666666667vw;
  }
}
.map .asobu_wrap_num[data-num="8"] {
  top: 80vw;
  left: 114.6666666667vw;
  animation: 3s updown1 infinite 0.8s;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="8"] {
    top: 27.7777777778vw;
    left: 50.6944444444vw;
  }
}
.map .asobu_wrap_num[data-num="9"] {
  top: 58.6666666667vw;
  left: 136vw;
  animation: 3s updown1 infinite 1s;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="9"] {
    top: 22.2222222222vw;
    left: 56.9444444444vw;
  }
}
.map .asobu_wrap_num[data-num="10"] {
  top: 45.3333333333vw;
  left: 168vw;
  animation: 3s updown1 infinite 1.4s;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="10"] {
    top: 16.6666666667vw;
    left: 69.4444444444vw;
  }
}
.map .asobu_wrap_num[data-num="11"] {
  top: 93.3333333333vw;
  left: 101.3333333333vw;
  animation: 3s updown1 infinite 2.3s;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="11"] {
    top: 33.3333333333vw;
    left: 45.8333333333vw;
  }
}
.map .asobu_wrap_num[data-num="12"] {
  top: 49.3333333333vw;
  left: 154.6666666667vw;
  animation: 3s updown1 infinite 0.8s;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="12"] {
    top: 18.0555555556vw;
    left: 64.5833333333vw;
  }
}
.map .asobu_wrap_num[data-num="13"] {
  top: 37.3333333333vw;
  left: 18.6666666667vw;
  animation: 3s updown1 infinite 0.6s;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="13"] {
    top: 14.5833333333vw;
    left: 15.9722222222vw;
  }
}
.map .asobu_wrap_num[data-num="14"] {
  top: 34.6666666667vw;
  left: 98.6666666667vw;
  animation: 3s updown1 infinite 2.5s;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="14"] {
    top: 12.5vw;
    left: 44.4444444444vw;
  }
}
.map .asobu_wrap_num[data-num="15"] {
  top: 77.3333333333vw;
  left: 184vw;
  animation: 3s updown1 infinite;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="15"] {
    top: 29.1666666667vw;
    left: 75vw;
  }
}
.map .asobu_wrap_num[data-num="16"] {
  top: 90.6666666667vw;
  left: 152vw;
  animation: 3s updown1 infinite 0.2s;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="16"] {
    top: 31.9444444444vw;
    left: 64.5833333333vw;
  }
}
.map .asobu_wrap_num[data-num="17"] {
  top: 138.6666666667vw;
  left: 109.3333333333vw;
  animation: 3s updown1 infinite 0.3s;
}
@media screen and (min-width: 769px) {
  .map .asobu_wrap_num[data-num="17"] {
    top: 50.6944444444vw;
    left: 45.8333333333vw;
  }
}
.map .asobu_text {
  padding-top: 2.6666666667vw;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .map .asobu_text {
    padding-top: 0.6944444444vw;
  }
}
.map .asobu_text strong {
  font-weight: 500;
  color: #D6006C;
}
@media screen and (max-width: 768px) {
  .map .asobu_text strong {
    font-size: 8vw;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 769px) {
  .map .asobu_text strong {
    font-size: 2.0833333333vw;
    line-height: 1.4666666667em;
  }
}
.map .asobu_slider {
  width: 90%;
  position: absolute;
  top: 5.3333333333vw;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 2;
  background: #fff;
  border: 0.5333333333vw solid #707070;
  box-shadow: 0px 0.8vw 1.6vw rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 769px) {
  .map .asobu_slider {
    width: 37.6388888889vw;
    top: 1.3888888889vw;
    border-width: 0.1388888889vw;
    box-shadow: 0px 0.2083333333vw 0.4166666667vw rgba(0, 0, 0, 0.3);
  }
}
.map .asobu_slider._open {
  opacity: 1;
  pointer-events: all;
}
.map .asobu_slider_header {
  position: relative;
}
.map .asobu_slider_header_inner {
  display: flex;
  align-items: center;
}
.map .asobu_slider_header_num {
  width: 10.6666666667vw;
  aspect-ratio: 1/1;
  background: #D6006C;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .map .asobu_slider_header_num {
    font-size: 5.3333333333vw;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 769px) {
  .map .asobu_slider_header_num {
    font-size: 1.3888888889vw;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 769px) {
  .map .asobu_slider_header_num {
    width: 3.4722222222vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .map .asobu_slider_header_num {
    font-size: 5.3333333333vw;
    line-height: 2.3em;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .map .asobu_slider_header_num {
    font-size: 1.3888888889vw;
    line-height: 2.3em;
  }
}
.map .asobu_slider_header_num._green {
  background: #00c600;
}
.map .asobu_slider_header_num._orange {
  background: #efa823;
}
.map .asobu_slider_header_title {
  padding: 1.0666666667vw 8vw 1.0666666667vw 4vw;
  margin-left: -2.6666666667vw;
  background: url(../img/bg_ribon.webp) center right/cover no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .map .asobu_slider_header_title {
    padding: 0.0694444444vw 3.4722222222vw 0.0694444444vw 1.3888888889vw;
    margin-left: -1.0416666667vw;
  }
}
.map .asobu_slider_picture {
  display: block;
  line-height: 0;
}
.map .asobu_slider_detail {
  padding: 2.6666666667vw 5.3333333333vw;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .map .asobu_slider_detail {
    padding: 0.6944444444vw 1.3888888889vw 1.3888888889vw 1.3888888889vw;
  }
}
.map .asobu_slider_detail_link {
  margin-top: 8vw;
}
@media screen and (min-width: 769px) {
  .map .asobu_slider_detail_link {
    margin-top: 2.0833333333vw;
  }
}
.map .asobu_slider_detail_link .btn {
  width: 100%;
}
.map .asobu_slider_control {
  padding: 8vw 5.3333333333vw 8vw 5.3333333333vw;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .map .asobu_slider_control {
    padding: 2.0833333333vw 1.3888888889vw 2.0833333333vw 1.3888888889vw;
    gap: 0px 3.4722222222vw;
  }
}
.map .asobu_slider_control .swiper-button-prev, .map .asobu_slider_control .swiper-button-next {
  width: 10.6666666667vw;
  height: unset;
  margin: 0;
  position: static;
}
@media screen and (min-width: 769px) {
  .map .asobu_slider_control .swiper-button-prev, .map .asobu_slider_control .swiper-button-next {
    width: 3.4722222222vw;
  }
}
.map .asobu_slider_control .swiper-button-prev::after, .map .asobu_slider_control .swiper-button-next::after {
  display: none;
}
.map .asobu_slider_control_close {
  width: 10.6666666667vw;
  height: unset;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .map .asobu_slider_control_close {
    width: 3.4722222222vw;
  }
}
.map .asobu_slider_control_close img {
  vertical-align: middle;
}
.map .asobu_slider .swiper-slide {
  min-width: 0;
  background: #BDD468;
}
.map .zekkei_wrap {
  overflow-x: auto;
}
.map .zekkei_wrap::-webkit-scrollbar {
  height: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .map .zekkei_wrap::-webkit-scrollbar {
    height: 0.6944444444vw;
  }
}
.map .zekkei_wrap::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
}
.map .zekkei_wrap::-webkit-scrollbar-thumb {
  background-color: #BDD468;
  border-radius: 100px;
}
html.autumn .map .zekkei_wrap::-webkit-scrollbar-thumb {
  background-color: #FF8F37;
}
.map .zekkei_wrap_map {
  width: 367.2vw;
  min-height: 120vw;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .map .zekkei_wrap_map {
    width: 1200px;
    min-height: 55.5555555556vw;
    margin: 0px auto;
  }
}
.map_btn {
  margin-top: 10.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .map_btn {
    margin-top: 2.7777777778vw;
  }
  .map_btn .btn {
    width: 40%;
  }
}/*# sourceMappingURL=style.css.map */