@charset "UTF-8";
/* # =================================================================
# Common
# ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100..900&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: inherit;
          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 */
}

iframe {
  border-style: none;
}

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

[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;
}

/* 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 */
}

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

/* # =================================================================
# 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;
}

/* # =================================================================
# Add
# ================================================================= */
* {
  line-height: 1;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #3a1600;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.5;
    -webkit-transition: opacty, 0.3s;
    transition: opacty, 0.3s;
  }
}
@media screen and (min-width: 1361px) {
  .sp-only,
  .tab-only {
    display: none !important;
  }
}
@media screen and (max-width: 810px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 520px) {
  .pc-only,
  .tab-only {
    display: none !important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #3a1600;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.font-anton {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.decoration {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
.decoration--bandage {
  top: -70px;
  left: 50px;
  background-image: url("../../assets/img/icon/icon_bandage.png");
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 1024px) {
  .decoration--bandage {
    top: -80px;
    left: 22%;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 810px) {
  .decoration--bandage {
    top: -80px;
    left: 22%;
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 750px) {
  .decoration--bandage {
    left: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  .decoration--bandage {
    display: none;
  }
}
.decoration--branch {
  bottom: 40px;
  left: -30px;
  background-image: url("../../assets/img/icon/icon_branch.svg");
  width: 145px;
  height: 133px;
}
@media screen and (max-width: 1024px) {
  .decoration--branch {
    top: -180px;
    left: 12%;
    width: 130px;
    height: 110px;
  }
}
@media screen and (max-width: 810px) {
  .decoration--branch {
    top: -180px;
    left: 12%;
    width: 110px;
    height: 90px;
  }
}
@media screen and (max-width: 750px) {
  .decoration--branch {
    left: 0;
    width: 90px;
    height: 80px;
  }
}
@media screen and (max-width: 520px) {
  .decoration--branch {
    display: none;
  }
}
.decoration--grass {
  top: -30px;
  right: 150px;
  background-image: url("../../assets/img/icon/icon_grass.png");
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .decoration--grass {
    top: -190px;
    right: 22%;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 810px) {
  .decoration--grass {
    top: -170px;
    right: 20%;
  }
}
@media screen and (max-width: 750px) {
  .decoration--grass {
    right: 8%;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 520px) {
  .decoration--grass {
    display: none;
  }
}
.decoration--ball {
  top: 30px;
  right: 60px;
  background-image: url("../../assets/img/icon/icon_ball.svg");
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .decoration--ball {
    top: -150px;
    right: 12%;
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 810px) {
  .decoration--ball {
    right: 6%;
  }
}
@media screen and (max-width: 750px) {
  .decoration--ball {
    top: -130px;
    right: 0;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 520px) {
  .decoration--ball {
    display: none;
  }
}
.decoration--book {
  bottom: 50px;
  right: 80px;
  background-image: url("../../assets/img/icon/icon_book.png");
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 1024px) {
  .decoration--book {
    top: -70px;
    right: 20%;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 750px) {
  .decoration--book {
    top: -70px;
    right: 4%;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 520px) {
  .decoration--book {
    display: none;
  }
}
.decoration--fumio {
  top: 100px;
  left: 320px;
  background-image: url("../../assets/img/illust_fumio.png");
  width: 98px;
  height: 180px;
}
@media screen and (max-width: 1024px) {
  .decoration--fumio {
    right: 10%;
    left: auto;
  }
}
@media screen and (max-width: 510px) {
  .decoration--fumio {
    right: 0%;
  }
}
@media screen and (max-width: 420px) {
  .decoration--fumio {
    right: -6%;
  }
}
.decoration--ryoichi {
  top: 400px;
  left: 400px;
  background-image: url("../../assets/img/illust_ryoichi.png");
  width: 120px;
  height: 175px;
}
@media screen and (max-width: 1024px) {
  .decoration--ryoichi {
    top: 600px;
    left: 5%;
  }
}
@media screen and (max-width: 730px) {
  .decoration--ryoichi {
    top: 310px;
    right: 15%;
    left: auto;
  }
}
@media screen and (max-width: 420px) {
  .decoration--ryoichi {
    right: 5%;
  }
}
.decoration--yuki {
  bottom: 34%;
  right: 10px;
  background-image: url("../../assets/img/illust_yuki.png");
  width: 86px;
  height: 174px;
}
@media screen and (max-width: 520px) {
  .decoration--yuki {
    top: -160px;
    bottom: auto;
    right: -13px;
  }
}
.decoration--shingo {
  bottom: -50px;
  left: 0px;
  background-image: url("../../assets/img/illust_shingo.png");
  width: 162px;
  height: 220px;
}
@media screen and (max-width: 1024px) {
  .decoration--shingo {
    left: 8%;
    top: -230px;
    bottom: auto;
  }
}
@media screen and (max-width: 810px) {
  .decoration--shingo {
    left: -5px;
  }
}
@media screen and (max-width: 520px) {
  .decoration--shingo {
    left: -5px;
    top: auto;
    bottom: -220px;
  }
}
.decoration--kota {
  bottom: -80px;
  right: 0px;
  background-image: url("../../assets/img/illust_kota.png");
  width: 156px;
  height: 195px;
}
@media screen and (max-width: 1024px) {
  .decoration--kota {
    right: 8%;
    top: -200px;
    bottom: auto;
  }
}
@media screen and (max-width: 810px) {
  .decoration--kota {
    right: 0px;
  }
}
@media screen and (max-width: 600px) {
  .decoration--kota {
    top: auto;
    bottom: -260px;
  }
}
.decoration--cirque-kun {
  bottom: 80px;
  left: -90px;
  background-image: url("../../assets/img/illust_cirque-kun.png");
  width: 130px;
  height: 180px;
}
@media screen and (max-width: 670px) {
  .decoration--cirque-kun {
    left: 50%;
  }
}

.furafura01 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: furafura01;
          animation-name: furafura01;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes furafura01 {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(-10deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(-10deg) skew(0deg, 0deg);
    opacity: 1;
  }
  to {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(15deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(15deg) skew(0deg, 0deg);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 0.9) rotate(0deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 0.9) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes furafura01 {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(-10deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(-10deg) skew(0deg, 0deg);
    opacity: 1;
  }
  to {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(15deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(15deg) skew(0deg, 0deg);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 0.9) rotate(0deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 0.9) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}
.furafura02 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: furafura02;
          animation-name: furafura02;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes furafura02 {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(-20deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(-20deg) skew(0deg, 0deg);
    opacity: 1;
  }
  to {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(-30deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(-30deg) skew(0deg, 0deg);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(-25deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(-25deg) skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes furafura02 {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(-20deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(-20deg) skew(0deg, 0deg);
    opacity: 1;
  }
  to {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(-30deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(-30deg) skew(0deg, 0deg);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(-25deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(-25deg) skew(0deg, 0deg);
    opacity: 1;
  }
}
.furafura03 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: furafura03;
          animation-name: furafura03;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes furafura03 {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(20deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(20deg) skew(0deg, 0deg);
    opacity: 1;
  }
  to {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(30deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(30deg) skew(0deg, 0deg);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(25deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(25deg) skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes furafura03 {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(20deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(20deg) skew(0deg, 0deg);
    opacity: 1;
  }
  to {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(30deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(30deg) skew(0deg, 0deg);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(25deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(25deg) skew(0deg, 0deg);
    opacity: 1;
  }
}
.furafura04 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: furafura04;
          animation-name: furafura04;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes furafura04 {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(-5deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(-5deg) skew(0deg, 0deg);
    opacity: 1;
  }
  to {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(5deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(5deg) skew(0deg, 0deg);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes furafura04 {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(-5deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(-5deg) skew(0deg, 0deg);
    opacity: 1;
  }
  to {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(5deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(5deg) skew(0deg, 0deg);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}
.furafura05 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: furafura05;
          animation-name: furafura05;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes furafura05 {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(-10px, 5px) scale(1, 1) rotate(-10deg) skew(0deg, 0deg);
            transform: translate(-10px, 5px) scale(1, 1) rotate(-10deg) skew(0deg, 0deg);
    opacity: 1;
  }
  to {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(10px, 5px) scale(1, 1) rotate(10deg) skew(0deg, 0deg);
            transform: translate(10px, 5px) scale(1, 1) rotate(10deg) skew(0deg, 0deg);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes furafura05 {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(-10px, 5px) scale(1, 1) rotate(-10deg) skew(0deg, 0deg);
            transform: translate(-10px, 5px) scale(1, 1) rotate(-10deg) skew(0deg, 0deg);
    opacity: 1;
  }
  to {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(10px, 5px) scale(1, 1) rotate(10deg) skew(0deg, 0deg);
            transform: translate(10px, 5px) scale(1, 1) rotate(10deg) skew(0deg, 0deg);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}
.poyon01 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: poyon01;
          animation-name: poyon01;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes poyon01 {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(-50%, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
            transform: translate(-50%, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  to {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(-50%, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
            transform: translate(-50%, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  10% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(-50%, 0px) scale(1, 0.2) rotate(0deg) skew(0deg, 0deg);
            transform: translate(-50%, 0px) scale(1, 0.2) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  5% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(-50%, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
            transform: translate(-50%, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  13% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(-50%, 0px) scale(1, 1.5) rotate(0deg) skew(0deg, 0deg);
            transform: translate(-50%, 0px) scale(1, 1.5) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  17% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(-50%, 0px) scale(1, 0.6) rotate(0deg) skew(0deg, 0deg);
            transform: translate(-50%, 0px) scale(1, 0.6) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  21% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(-50%, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
            transform: translate(-50%, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes poyon01 {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(-50%, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
            transform: translate(-50%, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  to {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(-50%, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
            transform: translate(-50%, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  10% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(-50%, 0px) scale(1, 0.2) rotate(0deg) skew(0deg, 0deg);
            transform: translate(-50%, 0px) scale(1, 0.2) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  5% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(-50%, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
            transform: translate(-50%, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  13% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(-50%, 0px) scale(1, 1.5) rotate(0deg) skew(0deg, 0deg);
            transform: translate(-50%, 0px) scale(1, 1.5) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  17% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(-50%, 0px) scale(1, 0.6) rotate(0deg) skew(0deg, 0deg);
            transform: translate(-50%, 0px) scale(1, 0.6) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  21% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(-50%, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
            transform: translate(-50%, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}
/* # =================================================================
# Layout
# ================================================================= */
.l-section {
  position: relative;
  width: 100vw;
  background-color: #f0edc2;
  padding: 0 25px;
  overflow-y: hidden;
  z-index: 5;
  margin-bottom: -2px;
}
.l-section--transparent {
  background-color: transparent;
}
.l-section__inner {
  width: 100%;
  max-width: 1270px;
  border-bottom: 3px solid #3a1600;
  padding: 90px 0;
  margin: 0 auto;
}

.l-section:has(+ .l-section--transparent) .l-section__inner {
  border: none;
}

@media screen and (max-width: 810px) {
  .l-section__inner {
    padding: 45px 0;
  }
}
/* # =================================================================
# Component
# ================================================================= */
/* ============.     c-orange-button.    ============================*/
.c-orange-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ff5500;
  border: 2px solid #3a1600;
  border-radius: 24px;
  -webkit-box-shadow: 4px 4px 0px rgba(58, 22, 0, 0.65);
          box-shadow: 4px 4px 0px rgba(58, 22, 0, 0.65);
  padding: 14px 5px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.c-orange-button__text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.c-orange-button--blank {
  position: relative;
  padding-left: 20px;
  padding-right: 50px;
}
.c-orange-button--blank::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../../assets/img/icon/icon_hollowing_arrow.svg");
  background-position: center;
  background-size: contain;
}

.c-orange-button:hover {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 0px rgba(58, 22, 0, 0.65);
          box-shadow: 0px 0px 0px rgba(58, 22, 0, 0.65);
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}

/* ============.     c-section-heading.    ============================*/
.c-section-heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 10px;
  margin: 0 auto;
  z-index: 5;
}
.c-section-heading--col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
}
.c-section-heading__text {
  font-size: 60px;
}
.c-section-heading__text span {
  font-size: 50px;
}
.c-section-heading__sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #3a1600;
  padding: 2px 4px;
}
.c-section-heading--white .c-section-heading__text {
  color: #f0edc2;
}
.c-section-heading--white .c-section-heading__sub {
  color: #3a1600;
  background-color: #f0edc2;
}

/* ============.     c-section-heading.    ============================*/
.c-section-content {
  margin-top: 40px;
}

/* ============.     c-point-icon.    ============================*/
.c-point-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  background-image: url("../../assets/img/icon/icon_pin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
}
.c-point-icon:hover {
  opacity: 1;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  } /* 初期状態 */
  15% {
    -webkit-transform: scale(1.5, 0.5) translate(0%, 0%);
            transform: scale(1.5, 0.5) translate(0%, 0%);
  } /* 地面に着地し、その変動で潰れだす */
  25% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  } /* 潰れた反動で一瞬元に戻る */
  30% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -70%);
            transform: scale(0.8, 1.3) translate(0%, -70%);
  } /* 潰れた反動で縦に伸び、その勢いでバウンド開始 */
  40% {
    -webkit-transform: scale(1, 1) translate(0%, -120%);
            transform: scale(1, 1) translate(0%, -120%);
  } /* 潰れた反動が終り、空中で元に戻る */
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  } /* 初期状態に戻る */
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  } /* 初期状態 */
  15% {
    -webkit-transform: scale(1.5, 0.5) translate(0%, 0%);
            transform: scale(1.5, 0.5) translate(0%, 0%);
  } /* 地面に着地し、その変動で潰れだす */
  25% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  } /* 潰れた反動で一瞬元に戻る */
  30% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -70%);
            transform: scale(0.8, 1.3) translate(0%, -70%);
  } /* 潰れた反動で縦に伸び、その勢いでバウンド開始 */
  40% {
    -webkit-transform: scale(1, 1) translate(0%, -120%);
            transform: scale(1, 1) translate(0%, -120%);
  } /* 潰れた反動が終り、空中で元に戻る */
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  } /* 初期状態に戻る */
}
/* # =================================================================
# Style
# ================================================================= */
/* ============.     main.    ============================*/
.main {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-image: url("../../assets/img/bg_wall.jpg");
  background-size: cover;
  overflow-y: scroll;
}
.main__inner {
  position: absolute;
}

/* ============.     fv.    ============================*/
.fv {
  position: relative;
  display: block;
  width: 100vw;
/*  max-width: 1440px;*/
  height: calc(100vh - 50px);
  min-height: 730px;
  max-height: 1000px;
  background-image: url("../../assets/img/fv/fv_bg.jpg");
  background-size: cover;
  background-position: top center;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .fv {
    height: 740px;
    max-height: 740px;
    min-height: 740px;
  }
}
@media screen and (max-width: 810px) {
  .fv {
    height: 680px;
    max-height: 680px;
    min-height: 680px;
  }
}
@media screen and (max-width: 510px) {
  .fv {
    height: 610px;
    max-height: 610px;
    min-height: 610px;
  }
}
.fv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fv-text {
  display: block;
  width: 445px;
  height: auto;
  position: absolute;
  right: 90px;
  bottom: 240px;
  z-index: 10;
}

.fv-title {
  display: block;
  width: 530px;
  height: auto;
  position: absolute;
  right: 40px;
  bottom: -50px;
  z-index: 10;
}


.fv__pc {
  display: block;
  position: absolute;
/*  top: -10px;*/
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 1050px;
}
@media screen and (max-width: 1060px) {
  .fv__pc {
    top: 10px;
    width: 80%;
  }
}


.fv__sp {
  display: none;
}
@media screen and (max-width: 810px) {
  .fv__sp {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 490px;
  }
}
@media screen and (max-width: 510px) {
  .fv__sp {
    top: 70px;
    width: 380px;
  }
}


/* ============.     header.    ============================*/
.header {
  width: 100vw;
  background-color: #f0edc2;
  padding: 0 25px;
  overflow-y: hidden;
  margin-bottom: -2px;
}
.header__inner {
  width: 100%;
  max-width: 1270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  border-bottom: 3px solid #3a1600;
  padding: 78px 0 40px;
  margin: 0 auto;
}
.header__logo-wrap {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__navi {
  margin-left: auto;
}
.header__button {
  width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 1221px) {
  .header__sp-button {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  .header__button {
    margin-left: auto;
  }
}
@media screen and (max-width: 810px) {
  .header__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__logo-wrap {
    width: 150px;
    margin-right: auto;
  }
  .header__button {
    width: 200px;
  }
  .header .c-orange-button__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  .header__logo-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.navigation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 460px);
}
.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.navigation__list-item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.navigation__list-item a {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 40px;
  z-index: 1;
}
.navigation__list-item a:hover {
  opacity: 1;
}
.navigation__list-item::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  background-position: center;
  background-size: contain;
}
.navigation__list-item--story::before {
  width: 40px;
  height: 27px;
  background-image: url("../../assets/img/icon/icon_book.svg");
}
.navigation__list-item--information::before {
  width: 30px;
  height: 24px;
  background-image: url("../../assets/img/icon/icon_light.svg");
}
.navigation__list-item--play::before {
  width: 21px;
  height: 24px;
  background-image: url("../../assets/img/icon/icon_compass.svg");
}
.navigation__list-item--map::before {
  width: 30px;
  height: 24px;
  background-image: url("../../assets/img/icon/icon_map.svg");
}
.navigation__list-item--faq::before {
  width: 27px;
  height: 26px;
  background-image: url("../../assets/img/icon/icon_grass.svg");
}
.navigation__list-item--cautions::before {
  width: 30px;
  height: 27px;
  background-image: url("../../assets/img/icon/icon_bandage.svg");
}
.navigation__list-item:has(a:hover) {
  -webkit-animation: poyoyon3 1.5s infinite;
          animation: poyoyon3 1.5s infinite;
}
@-webkit-keyframes poyoyon3 {
  0%, 80% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  10% {
    -webkit-transform: skew(5deg, 5deg);
            transform: skew(5deg, 5deg);
  }
  20% {
    -webkit-transform: skew(-4deg, -4deg);
            transform: skew(-4deg, -4deg);
  }
  30% {
    -webkit-transform: skew(3deg, 3deg);
            transform: skew(3deg, 3deg);
  }
  40% {
    -webkit-transform: skew(-2deg, -2deg);
            transform: skew(-2deg, -2deg);
  }
  50% {
    -webkit-transform: skew(1deg, 1deg);
            transform: skew(1deg, 1deg);
  }
  60% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
            transform: skew(-0.6deg, -0.6deg);
  }
  70% {
    -webkit-transform: skew(0.3deg, 0.3deg);
            transform: skew(0.3deg, 0.3deg);
  }
}
@keyframes poyoyon3 {
  0%, 80% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  10% {
    -webkit-transform: skew(5deg, 5deg);
            transform: skew(5deg, 5deg);
  }
  20% {
    -webkit-transform: skew(-4deg, -4deg);
            transform: skew(-4deg, -4deg);
  }
  30% {
    -webkit-transform: skew(3deg, 3deg);
            transform: skew(3deg, 3deg);
  }
  40% {
    -webkit-transform: skew(-2deg, -2deg);
            transform: skew(-2deg, -2deg);
  }
  50% {
    -webkit-transform: skew(1deg, 1deg);
            transform: skew(1deg, 1deg);
  }
  60% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
            transform: skew(-0.6deg, -0.6deg);
  }
  70% {
    -webkit-transform: skew(0.3deg, 0.3deg);
            transform: skew(0.3deg, 0.3deg);
  }
}

@media screen and (max-width: 1360px) {
  .navigation__list-item a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1220px) {
  .header__sp-button {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #3a1600;
    border-radius: 10px;
  }
  .header__sp-button span {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 23px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .header__sp-button span:nth-child(1) {
    top: calc(50% + 7px);
  }
  .header__sp-button span:nth-child(2) {
    top: 50%;
  }
  .header__sp-button span:nth-child(3) {
    top: calc(50% - 7px);
  }
  .header__sp-button.is-open span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%) rotateZ(45deg);
            transform: translate(-50%) rotateZ(45deg);
  }
  .header__sp-button.is-open span:nth-child(2) {
    opacity: 0;
  }
  .header__sp-button.is-open span:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%) rotateZ(-45deg);
            transform: translate(-50%) rotateZ(-45deg);
  }
  .navigation {
    display: none;
    width: 100%;
    max-width: calc(100% - 50px);
    position: absolute;
    top: 1079px;
    background-color: #f0edc2;
    border-radius: 0 0 25px 25px;
    z-index: 10;
    padding: 25px;
    -webkit-box-shadow: 0 4px 5px rgba(58, 22, 0, 0.65);
            box-shadow: 0 4px 5px rgba(58, 22, 0, 0.65);
  }
  .navigation__list {
    max-width: 710px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto;
  }
  .navigation__list-item {
    width: 110px;
  }
  .navigation.is-open {
    display: block;
  }
}
@media screen and (min-width: 1361px) {
  .navigation {
    display: block !important;
  }
}
@media screen and (max-width: 810px) {
  .navigation__list {
    max-width: 460px;
  }
}
@media screen and (max-width: 520px) {
  .header__sp-button {
    width: 40px;
    height: 40px;
    margin-left: 0;
  }
}
/* ============.     story.    ============================*/
.story {
  position: relative;
}
.story__text {
  font-size: 17px;
  line-height: 2;
  padding-right: 480px;
}
.story__text--bold {
  font-weight: 600;
}
.story__text span {
  margin-left: -1rem;
}
.story__text + .story__text {
  margin-top: 40px;
}
.story::before, .story::after {
  content: "";
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.story::before {
  bottom: 290px;
  right: 0;
  width: 352px;
  height: 256px;
  background-image: url("../../assets/img/illust_story.png");
}
.story::after {
  bottom: -70px;
  right: 0;
  width: 480px;
  height: 340px;
  background-image: url("../../assets/img/illust_everyone.png");
}

@media screen and (max-width: 1024px) {
  .story {
    padding-bottom: 470px;
  }
  .story__text {
    padding-right: 0;
  }
  .story::before {
    bottom: 240px;
  }
}
@media screen and (max-width: 810px) {
  .story .story__text + .story__text {
    margin-top: 25px;
  }
  .story::before {
    width: 260px;
    height: 187px;
    bottom: 240px;
  }
  .story::after {
    width: 410px;
    height: 290px;
    bottom: -20px;
  }
}
@media screen and (max-width: 520px) {
  .story {
    padding-bottom: 380px;
  }
  .story::before {
    width: 260px;
    bottom: 210px;
  }
  .story::after {
    bottom: -40px;
    width: 375px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* ============.     information.    ============================*/
.information {
  position: relative;
}
.information__list {
  max-width: 770px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  margin: 0 auto;
}
.information__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
.information__row:first-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.information__row:nth-child(3n-2) .information__title {
  background-color: #ae522b;
  border-top: 4px solid #c55d31;
  border-right: 6px solid #c55d31;
  border-bottom: 4px solid #874021;
  border-left: 6px solid #874021;
}
.information__row:nth-child(3n-1) .information__title {
  background-color: #a36735;
  border-top: 4px solid #d18444;
  border-right: 6px solid #d18444;
  border-bottom: 4px solid #89572d;
  border-left: 6px solid #89572d;
}
.information__row:nth-child(3n) .information__title {
  background-color: #76472d;
  border-top: 4px solid #a6643f;
  border-right: 6px solid #a6643f;
  border-bottom: 4px solid #593622;
  border-left: 6px solid #593622;
}
.information__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  padding: 16px 5px;
}
.information__disc {
  width: calc(100% - 185px);
}
.information__text-m {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.information__text-m span {
  font-size: 16px;
}
.information__text-s {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
.information__text-s.underline {
  text-decoration: underline;
}
.information__link-icon {
  width: 14px;
  height: 18px;
}

@media screen and (max-width: 520px) {
  .information__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .information__row:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .information__disc {
    width: 100%;
    margin-top: 10px;
  }
  .information__text-m + .information__text-m {
    margin-top: 10px;
  }
}
/* ============.     information.    ============================*/
.play__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.play__supplement {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 15px;
}

.play-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.3333333333%;
  height: auto;
  aspect-ratio: 425/390;
  background-size: contain;
  background-position: center;
  padding: 165px 30px 40px;
}
.play-item--01 {
  background-image: url("../../assets/img/img_play_01.png");
}
.play-item--01::before {
  background-image: url("../../assets/img/icon/icon_play01.svg");
}
.play-item--02 {
  background-image: url("../../assets/img/img_play_02.png");
}
.play-item--02::before {
  background-image: url("../../assets/img/icon/icon_play02.svg");
}
.play-item--03 {
  background-image: url("../../assets/img/img_play_03.png");
}
.play-item--03::before {
  background-image: url("../../assets/img/icon/icon_play03.svg");
}
.play-item::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 65px;
  height: 65px;
  background-size: contain;
  background-position: center;
}
.play-item__heading {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.play-item__text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin-top: 16px;
}
.play-item__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 0;
}
.play-item__button .c-orange-button {
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .play__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }
  .play__supplement {
    text-align: center;
    margin-top: 20px;
  }
  .play-item {
    width: 100%;
    max-width: 425px;
  }
}
@media screen and (max-width: 520px) {
  .play__inner {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
/* ============.     MAP    ============================*/
.map {
  position: relative;
}
.map__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.map-detail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 370px;
}
.map-detail__heading {
  display: flex;
  width: 300px;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  padding: 16px 3px;
  margin-bottom: 25px;
}
.map-detail__heading::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}

.map-detail__heading--counter {
  background-color: #ae522b;
  border-top: 4px solid #c55d31;
  border-right: 6px solid #c55d31;
  border-bottom: 4px solid #874021;
  border-left: 6px solid #874021;
}
.map-detail__heading--counter::before {
  background-image: url(../../assets/img/icon/icon_kit.svg);
}
.map-detail__heading--point {
  background-color: #76472d;
  border-top: 4px solid #a6643f;
  border-right: 6px solid #a6643f;
  border-bottom: 4px solid #593622;
  border-left: 6px solid #593622;
  margin-top: 62px;
}
.map-detail__heading--point::before {
  background-image: url(../../assets/img/icon/icon_star-color.png);
}
.map-detail__heading--submit {
  background-color: #a36735;
  border-top: 4px solid #d18444;
  border-right: 6px solid #d18444;
  border-bottom: 4px solid #89572d;
  border-left: 6px solid #89572d;
  margin-top: 62px;
}
.map-detail__heading--submit::before {
  background-image: url(../../assets/img/icon/icon_present-color.svg);
}

.map-detail__counter {
  margin-top: 30px;
}
.map-detail__counter-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 500;
}
.map-detail__counter-place::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../../assets/img/icon/icon_bag.svg");
  background-size: contain;
  margin-right: 5px;
}
.map-detail__counter-address {
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
  margin-left: 1.5rem;
}
.map-detail__counter-link {
  display: inline-block;
  width: 165px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #3a1600;
  padding-bottom: 10px;
  margin-top: 25px;
  margin-left: 1.5rem;
}
.map-detail__counter-link:hover .c-point-icon {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.map-detail__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 20px;
  font-weight: 500;
  word-break: break-all;
  padding-left: 3.5rem;
}
.map-detail__point--head {
  padding-left: 0;
}
.map-detail__point--head::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../../assets/img/icon/icon_star.svg");
  background-size: contain;
  margin-right: 5px;
}
.map-detail__point span {
  font-size: 16px;
}
.map-detail__point:hover {
  text-decoration: underline;
}
.map-detail__point:hover .c-point-icon {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.map-detail__point + .map-detail__point {
  margin-top: 12px;
}
.map-detail__note {
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}
.map-detail__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 500;
}
.map-detail__submit::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../../assets/img/icon/icon_present.svg");
  background-size: contain;
  margin-right: 5px;
}
.map-detail__submit:hover {
  text-decoration: underline;
}
.map-detail__submit:hover .c-point-icon {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.map-detail__submit + .map-detail__submit {
  margin-top: 12px;
}
.map-detail__link-icon {
  width: 12px;
  height: 16px;
}

.map-img {
  position: relative;
  width: calc(100% - 470px);
}

@media screen and (max-width: 1024px) {
  .map__information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 50px;
  }
  .map-detail {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
  .map-detail__heading {
    margin: 35px auto 25px;
  }
  .map-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .sp-d-contents {
    display: contents;
  }
}
/* ============.     point    ============================*/
.point-image {
  max-width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 0 auto;
}
.point-image__item {
  width: calc(50% - 10px);
}
.point-image__text {
  font-size: 13px;
  margin-top: -12px;
  margin-left: 35px;
}

.point-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1090px;
  margin: 60px auto 0;
}
.point-detail__text-wrap {
  width: 610px;
}
.point-detail__text {
  font-size: 16px;
  line-height: 1.8;
}
.point-detail__text-heading {
  display: block;
  font-size: 20px;
  line-height: 1.8;
  text-decoration: underline;
}
.point-detail__text span {
  font-weight: 600;
}
.point-detail__text span.marker {
  background: linear-gradient(transparent 50%, #ffff00 50%);
}
.point-detail__text + .point-detail__text {
  margin-top: 30px;
}
.point-detail__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.point-detail__button .c-orange-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 810px) {
  .point-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .point-image__item {
    width: 100%;
    max-width: 600px;
  }
  .point-image__text {
    font-size: 15px;
    margin-top: -5px;
  }
  .point-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
    margin-top: 30px;
  }
  .point-detail__text-wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .point-detail__buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}
/* ============.     Q&A    ============================*/
.faq {
  max-width: 1060px;
  margin: 0 auto;
}

.faq-item__heading {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f8ebd2;
  border: 2px solid #3a1600;
  border-radius: 30px;
  -webkit-box-shadow: 4px 2px 0px rgba(58, 22, 0, 0.65);
          box-shadow: 4px 2px 0px rgba(58, 22, 0, 0.65);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  padding: 16px 65px 16px 35px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.faq-item__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/icon/icon_circle_arrow.svg");
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.faq-item__heading.is-open::after {
  -webkit-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
}
.faq-item__heading:hover {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 0px rgba(58, 22, 0, 0.65);
          box-shadow: 0px 0px 0px rgba(58, 22, 0, 0.65);
  -webkit-transform: translate(4px, 2px);
          transform: translate(4px, 2px);
}
.faq-item__text {
  line-height: 1.8;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 45px;
  margin-top: 20px;
}
.faq-item + .faq-item {
  margin-top: 35px;
}

/* ============.  cautions   ============================*/
.c-section-content:has(.cautions) {
  position: relative;
}

.cautions {
  max-width: 950px;
  margin: 0 auto;
}

.cattions-list__item {
  list-style: disc;
  line-height: 1.8;
}

.cattions-button {
  width: 450px;
  margin: 66px auto 0;
}
.cattions-button .c-orange-button {
  padding-top: 23px;
  padding-bottom: 25px;
  border-radius: 40px;
}
.cattions-button .c-orange-button--blank::after {
  width: 20px;
  height: 20px;
  right: 30px;
}
.cattions-button .c-orange-button__text {
  font-size: 24px;
}

@media screen and (max-width: 810px) {
  .l-section__inner:has(.cautions) {
    padding-top: 75px;
  }
}
@media screen and (max-width: 600px) {
  .l-section__inner:has(.cautions) {
    padding-bottom: 275px;
  }
  .cattions-list {
    margin-top: 75px;
  }
  .cattions-button {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .l-section__inner:has(.cautions) {
    padding-top: 45px;
    padding-bottom: 270px;
  }
  .cattions-list {
    margin-top: 0;
  }
}
/* ============.     contact.    ============================*/
.contact {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 100px;
  padding-bottom: 110px;
  margin: 0 auto;
}
.contact__heading {
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.5;
  padding-bottom: 30px;
}
.contact__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  display: block;
  width: 50px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 6px;
}
.contact__company {
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 40px;
}
.contact__tel {
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 36px;
  margin-top: 20px;
}
.contact__hours {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  margin: 20px auto 0;
}
.contact__hours span {
  display: block;
  background-color: #f0edc2;
  color: #3a1600;
  font-size: 18px;
  padding: 5px 10px;
}

@media screen and (max-width: 670px) {
  .contact {
    padding-bottom: 350px;
  }
}
/* ============.     Google Map.    ============================*/
.gMap {
  width: 100vw;
  height: 400px;
}

/* ============.     footer.    ============================*/
.footer {
  background-color: #3a1600;
  padding: 0 25px;
}
.footer__inner {
  width: 100%;
  max-width: 1270px;
  padding: 40px 0;
  margin: 0 auto;
}
.footer__note {
  text-align: center;
  color: #f0edc2;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.footer__bottom {
  margin-top: 96px;
}
.footer__logo-wrap {
  width: 200px;
}
.footer__bottom-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.footer__address {
  color: #f0edc2;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}
.footer__copy {
  color: #f0edc2;
  font-size: 10px;
}