@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: #232584;
}

@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: #232584;
  font-feature-settings: "palt";
}

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--kota {
  top: -230px;
  right: -30px;
  background-image: url(../../assets/img/illust_kota.png);
  width: 200px;
  height: auto;
  aspect-ratio: 456/ 600;
}
@media screen and (max-width: 1024px) {
  .decoration--kota {
    width: 180px;
    top: -160px;
    right: -13px;
  }
}
@media screen and (max-width: 730px) {
  .decoration--kota {
    top: -180px;
    width: 140px;
  }
}
.decoration--fumio {
  top: 100px;
  left: 330px;
  background-image: url("../../assets/img/illust_fumio.png");
  width: 180px;
  height: auto;
  aspect-ratio: 552 / 600;
}
@media screen and (max-width: 1024px) {
  .decoration--fumio {
    width: 200px;
    top: 10vh;
    left: -3%;
  }
}
@media screen and (max-width: 730px) {
  .decoration--fumio {
    top: -140px;
    left: -24px;
    width: 170px;
  }
}
.decoration--ryoichi {
  top: clamp(410px, 25vw, 540px);
  right: 50px;
  background-image: url(../../assets/img/illust_ryoichi.png);
  width: 120px;
  height: auto;
  aspect-ratio: 366/ 600;
}
@media screen and (max-width: 1230px) {
  .decoration--ryoichi {
    width: 100px;
    top: 25vw;
    right: 0 ;
  }
}
@media screen and (max-width: 1024px) {
  .decoration--ryoichi {
    top: 25vh;
    left: 53vw;
    right: ayto;
  }
}
.decoration--shingo {
  bottom: -90px;
  left: 0px;
  background-image: url("../../assets/img/illust_shingo.png");
  width: 142px;
  height: auto;
  aspect-ratio: 413 / 600;
}
@media screen and (max-width: 1024px) {
  .decoration--shingo {
    right: -2%;
    top: 67vh;
    bottom: auto;
    left: auto;
  }
}
@media screen and (max-width: 730px) {
  .decoration--shingo {
    top: 75vh;
  }
}
.decoration--yuki {
  bottom: 60px;
  left: 310px;
  background-image: url(../../assets/img/illust_yuki.png);
  width: 156px;
  height: auto;
  aspect-ratio: 479 / 600;
}
@media screen and (max-width: 1024px) {
  .decoration--yuki {
    right: auto;
    left: -25px;
    top: auto;
    bottom: -49px;
  }
}
.decoration--cirque-kun {
  bottom: -50px;
  right: 0;
  background-image: url("../../assets/img/illust_cirque-kun.png");
  width: 200px;
  height: auto;
  aspect-ratio: 582 / 600;
}
@media screen and (max-width: 810px) {
  .decoration--cirque-kun {
    bottom: -190px;
    width: 170px;
  }
}
.decoration--ai {
  bottom: 80px;
  left: -220px;
  background-image: url("../../assets/img/illust_ai.png");
  width: 200px;
  height: auto;
  aspect-ratio: 300 / 473;
}
@media screen and (max-width: 800px) {
  .decoration--ai {
    width: 160px;
    left: -160px;
  }
}
@media screen and (max-width: 670px) {
  .decoration--ai {
    left: 0;
    bottom: 40px;
  }
}
.decoration--thunder {
  bottom: 80px;
  right: -180px;
  background-image: url("../../assets/img/illust_thunder.png");
  width: 130px;
  height: auto;
  aspect-ratio: 300 / 229;
}
@media screen and (max-width: 800px) {
  .decoration--thunder {
    width: 110px;
    right: -135px;
  }
}
@media screen and (max-width: 670px) {
.decoration--thunder {
    right: 0;
    bottom: 40px;
  }
}


.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;
}
.furafura06 {
  animation: furafura06 2s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

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

@keyframes furafura06 {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(12deg);
  }
}

.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: 95vw;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0 25px;
  overflow-y: hidden;
  z-index: 5;
  margin: 10px auto 0;
  border-radius: 20px;
}
.l-section--transparent {
  background-color: transparent;
}
.l-section__inner {
  width: 100%;
  max-width: 1270px;
  /* border-bottom: 3px solid #232584; */
  padding: 90px 0;
  margin: 0 auto;
}

@media screen and (max-width: 810px) {
  .l-section__inner {
    padding: 45px 0;
  }
}
/* # =================================================================
# Component
# ================================================================= */
/* ============.     c-yellow-button.    ============================*/
.c-yellow-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: #fff35e;
  border: 2px solid #232584;
  border-radius: 24px;
  -webkit-box-shadow: 4px 4px 0px rgba(35, 37, 132, 0.65);
          box-shadow: 4px 4px 0px rgba(35, 37, 132, 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-yellow-button__text {
  color: #232584;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.c-yellow-button--blank {
  position: relative;
  padding-left: 20px;
  padding-right: 50px;
}
.c-yellow-button--blank::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 14px;
  background-color: #232584;
  mask-image: url("../../assets/img/icon/icon_hollowing_arrow.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}

.c-yellow-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: #232584;
  padding: 2px 4px;
}
.c-section-heading--white .c-section-heading__text {
  color: #fff;
}
.c-section-heading--white .c-section-heading__sub {
  color: #232584;
  background-color: #fff;
}

/* ============.     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-color: #f30b9e;
  mask-image: url("../../assets/img/icon/icon_pin.svg");
  mask-repeat: no-repeat;
  mask-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.webp");
  background-size: cover;
  overflow-y: scroll;
}
.main__inner {
  position: absolute;
}

/* ============.     fv.    ============================*/
.fv {
  position: relative;
  display: block;
  width: 100vw;
  height: calc(100vh - 50px);
  min-height: 730px;
  max-height: 1000px;
  background-size: cover;
  background-position: top center;
  background-image: url("../../assets/img/fv/fv_bg-pc.webp");
  margin: 0 auto;
}
@media screen and (min-width: 1091px) and (max-height: 990px) {
  .fv {
    min-height: 1200px;
    background-position: 0px top;
  }
}
@media screen and (max-width: 1090px) {
  .fv {
    aspect-ratio: 860 / 1000;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    width: 100vw;
    max-width: 768px;
    height: auto;
    max-height: 100%;
    min-height: auto;
    /* aspect-ratio: 216 / 303; */
    background-image: url("../../assets/img/fv/fv_bg.webp");
  }
}

.fv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fv-bg.fv-item-tab {
  display: none;
  width: 100vw;
  max-width: 1000px;
  height: auto;
  max-height: 100%;
  min-height: auto;
  aspect-ratio: 713 / 1000;
  background-image: url("../../assets/img/fv/fv_bg-tab.webp");
  background-size: cover;
  background-position: -30px top;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (min-width: 1091px) and (max-height: 990px) {
  .fv-bg.fv-item-tab {
    display: block;
  }
}
@media screen and (max-width: 1090px) {
  .fv-bg.fv-item-tab {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .fv-bg.fv-item-tab {
    display: none;
  }
}

.fv-text {
  display: block;
  width: clamp(100px, 15vw, 160px);
  height: auto;
  aspect-ratio: 95 / 262;
  position: absolute;
  top: 30px;
  right: clamp(10px, ((100vw - 1200px) / 2), 1000px);
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .fv-text {
    top: 0px;
    right: 10px;
    width: 16vw;
  }
}

.fv-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  right: clamp(10px, ((100vw - 1200px) / 2), 1000px);
  z-index: 20;
  bottom: 0;
}
.fv-title {
  display: block;
  width: 100%;
  max-width: 530px;
  height: auto;
  aspect-ratio: 435 / 165;
}
.fv-date {
  display: block;
  width: 330px;
  height: auto;
  aspect-ratio: 600 / 100;
  padding-right: 20px;
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  .fv-title-wrap {
    position: sticky;
    margin-left: auto;
    width: 80vw;
    min-width: 300px;
    bottom: 30px;
    /* top: clamp(70%, calc(100vh - (80vw * (165 / 435))), calc(104% - (80vw * (165 / 435)))); */
  }
}


.fv-item.fv-item-pc {
  position: absolute;
  width: 100vw;
  max-width: 1200px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fv-item__character {
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.fv-item__character.fv-item__character--kota {
  background-image: url("../img/fv/fv_kota.webp");
  /* width: clamp(440px, 40vw, 610px); */
  width: 610px;
  right: 0;
  bottom: -240px;
  aspect-ratio: 800 / 1263;
  z-index: 9;
}
.fv-item__character.fv-item__character--cirque-kun {
  background-image: url("../img/fv/fv_cirque-kun.webp");
  /* width: clamp(420px, 40vw, 526px); */
  width: 526px;
  right: clamp(440px, 40vw, 430px);
  bottom: clamp(-190px, -15vw, -20px);
  aspect-ratio: 800 / 957;
  z-index: 10;
}
.fv-item__character.fv-item__character--fumio {
  background-image: url("../img/fv/fv_fumio.webp");
  /* width: clamp(310px, 24vw, 380px); */
  width: 400px;
  left: -2vw;
  /* bottom: clamp(-180px, -10vw, -20px); */
  bottom: -190px;
  aspect-ratio: 800 / 1531;
  z-index: 7;
}
.fv-item__character.fv-item__character--shingo {
  background-image: url("../img/fv/fv_shingo.webp");
  /* width: clamp(310px, 24vw, 400px); */
  width: 410px;
  left: 14%;
  /* bottom: clamp(0px, 30vw, 0px); */
  bottom: 0px;
  aspect-ratio: 800 / 1269;
  z-index: 6;
}
.fv-item__character.fv-item__character--ryoichi {
  background-image: url(../img/fv/fv_ryoichi.webp);
  /* width: clamp(290px, 22vw, 330px); */
  width: 350px;
  right: clamp(360px, 20vw, 420px);
  bottom: clamp(20px, 30vw, 90px);
  aspect-ratio: 800 / 1406;
  z-index: 5;
}
.fv-item__character.fv-item__character--yuki {
  background-image: url("../img/fv/fv_yuki.webp");
  /* width: clamp(200px, 16vw, 230px); */
  width: 260px;
  right: clamp(20px, 19vw, 265px);
  /* bottom: clamp(380px, 30vw, 450px); */
  bottom: 310px;
  aspect-ratio: 800 / 1823;
  z-index: 4;
}
.fv-item__character.fv-item__character--ai {
  background-image: url("../img/fv/fv_ai.webp");
  /* width: clamp(300px, 70vw, 670px); */
  width: 670px;
  top: -20px;
  left: -100px;
  aspect-ratio: 800 / 936;
  z-index: 3;
}
.fv-item__character.fv-item__character--thunder {
  background-image: url("../img/fv/fv_thunder.webp");
  /* width: clamp(200px, 30vw, 410px); */
  width: 410px;
  aspect-ratio: 800 / 514;
  top: 0px;
  left: 320px;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .fv-item__character.fv-item__character--ai {
    left: -60px;
  }
}
@media screen and (min-width: 1091px) and (max-height: 990px) {
  .fv-item__character {
    display: none;
  }
}
@media screen and (max-width: 1090px) {
  .fv-item.fv-item-pc {
    display: none;
  }
}



/* ============.     header.    ============================*/
.header {
  width: 95vw;
  background-color: rgba(225, 225, 225, 0.7);
  padding: 0 25px;
  overflow-y: hidden;
  margin: 40px auto 0;
  border-radius: 30px;
}
.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 #232584; */
  padding: 40px 0;
  margin: 0 auto;
}
.header__logo-wrap {
  width: 200px;
  height: auto;
  aspect-ratio: 200 / 40;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #232584;
  mask-image: url("../img/img_logo.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.header__logo-wrap img {
  visibility: hidden;
}
.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-yellow-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: #232584;
    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: 90%;
    max-width: 90%;
    position: absolute;
    top: 1079px;
    left: 5%;
    background-color: #fff;
    border-radius: 25px;
    z-index: 15;
    padding: 25px 25px 20px;
    -webkit-box-shadow: 0 4px 5px rgba(35, 37, 132, 0.65);
            box-shadow: 0 4px 5px rgba(35, 37, 132, 0.65);
  }
  .navigation::after {
    content: "";
    position: absolute;
    top: -15px;
    right: 20px;
    display: block;
    width: 25px;
    height: 20px;
    background: #ffffff;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
  }
  .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;
  }
  .navigation::after {
    content: none;
  }
}
@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.l-section {
  z-index: 10;
  overflow: hidden;
}
.story {
  position: relative;
}
.story__text {
  font-size: 17px;
  line-height: 2;
  padding-right: 480px;
}
.story__text--bold {
  font-weight: 600;
}
.story__text--color {
  color: #f30b9e;
}
.story__text span {
  margin-left: -1rem;
}
.story__text + .story__text {
  margin-top: 40px;
}
.story::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 45vw;
  height: auto;
  aspect-ratio: 4 / 3;
  background-image: url("../../assets/img/illust_loghouse.webp");
  max-width: 600px;
}
.story__prev-button {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .story {
    padding-bottom: 270px;
  }
  .story::after {
    width: 55vw;
  }
  .story__text {
    padding-right: 0;
  }
}
@media screen and (max-width: 810px) {
  .story .story__text + .story__text {
    margin-top: 25px;
  }
  .story::after {
    width: 410px;
    height: 290px;
    bottom: -20px;
  }
}
@media screen and (max-width: 520px) {
  .story {
    padding-bottom: 180px;
  }
  .story::after {
    bottom: -80px;
    width: 270px;
    right: -20px;
  }
}

/* ============.     prev-story.    ============================*/
.prev-button {
  position: relative;
  display: block;
  width: fit-content;
  background-color: #F1EDC2;
  border-radius: 30px;
  color: #3A1600;
  border: 1px solid #3A1600;
  padding: 15px 25px 15px 50px;
  transition: all .3s;
}
.prev-button:hover {
  background-color: #3A1600;
  color: #F1EDC2;
}
.prev-button::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 8px;
  display: block;
  width: 35px;
  height: auto;
  aspect-ratio: 93 / 200;
  background-image: url("../img/icon/icon_loupe.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.prev-story {
  display: block;
  width: 90vw;
  max-height: calc(100vh - 30px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F1EDC2;
  z-index: 1000;
  border-radius: 40px;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.prev-story.is-open {
  opacity: 1;
  visibility: visible;
}
.prev-story::before {
  content: "";
  position: absolute;
  bottom: 300px;
  right: 70px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 150px;
  height: auto;
  aspect-ratio: 352 / 256;
  background-image: url("../../assets/img/illust_story.png");
}
.prev-story__close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3A1600;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
}
.prev-story__inner {
  padding: 40px 190px 70px 40px;

  background-image: url("../../assets/img/illust_everyone.png");
  background-size: 400px 300px;
  background-repeat: no-repeat;
  background-position: bottom right 10px;
}
.prev-story .c-section-heading__text {
  color: #3A1600;
}
.prev-story .c-section-heading__sub {
  background-color: #3A1600;
}
.prev-story__content {
  margin-top: 50px;
}
.prev-story__text {
  color: #3A1600;
  line-height: 1.4;
}
.prev-story__text.prev-story__text--bold {
  font-weight: bold;
}
.prev-story__text.prev-story__text--adjust {
  padding-right: 200px;
}
.prev-story__text + .prev-story__text {
  margin-top: 25px;
}
@media screen and (max-width: 970px) {
  .prev-story::before {
    top: 30px;
    bottom: auto;
  }
  .prev-story__inner {
    padding: 40px 70px;
    background-size: 250px 190px;
  }
}
@media screen and (max-width: 768px) {
  .prev-story__inner {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 675px) {
  .prev-story::before {
    width: 100px;
    top: 28px;
    left: 290px;
    right: auto;
  }
  .prev-story__inner {
    padding-bottom: 175px;
  }
  .prev-story__text.prev-story__text--adjust {
    padding-right: 0;
  }
}
@media screen and (max-width: 490px) {
  .prev-story::before {
    content: none;
  }
}


.bg-prev-story {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #3A1600;
  mix-blend-mode: multiply;
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  opacity: .5;
  visibility: hidden;
  transition: all .3s;
}
.bg-prev-story.is-open {
  visibility: visible;
}

/* ============.     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: #7a2bae;
  border-top: 4px solid #ab4aeb;
  border-right: 6px solid #ab4aeb;
  border-bottom: 4px solid #521679;
  border-left: 6px solid #521679;
}
.information__row:nth-child(3n-1) .information__title {
  background-color: #d72ba1;
  border-top: 4px solid #fa4dc3;
  border-right: 6px solid #fa4dc3;
  border-bottom: 4px solid #9c1271;
  border-left: 6px solid #9c1271;
}
.information__row:nth-child(3n) .information__title {
  background-color: #2d71ba;
  border-top: 4px solid #4591e2;
  border-right: 6px solid #4591e2;
  border-bottom: 4px solid #1a5390;
  border-left: 6px solid #1a5390;
}
.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;
  gap: 20px;
}
.play__supplement {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 15px;
}
.play__supplement span {
  display: inline-block;
}

.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: calc((100% - 40px) / 3);
  height: auto;
  aspect-ratio: 425/390;
  background-size: contain;
  background-position: center;
  padding: 170px 30px 35px;
}
.play-item::before {
  content: "";
  position: absolute;
  top: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 65px;
  height: 65px;
  background-size: contain;
  background-position: center;
}
.play-item--01 {
  background-image: url("../../assets/img/img_play_01.png");
}
.play-item--01::before {
  background-image: url("../../assets/img/icon/icon_play01.png");
}
.play-item--02 {
  background-image: url("../../assets/img/img_play_02.png");
}
.play-item--02::before {
  background-image: url("../../assets/img/icon/icon_play02.png");
  width: 70px;
  height: 70px;
}
.play-item--03 {
  background-image: url("../../assets/img/img_play_03.png");
}
.play-item--03::before {
  background-image: url("../../assets/img/icon/icon_play03.png");
}

.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-yellow-button {
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 10px;
}

@media screen and (min-width: 1025px) and (max-width: 1124px) {
  .play-item {
    padding: 140px 30px 35px;
  }
  .play-item::before {
    width: 50px;
    height: 50px;
    top: 75px;
  }
}
@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;
  }
  .play-item__text {
    margin-top: 7%;
  }
}
@media screen and (max-width: 520px) {
  .play__inner {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
@media screen and (max-width: 450px) {
  .play__supplement {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  .play-item {
    padding-top: 150px;
  }
  .play-item::before {
    top: 75px;
    width: 55px;
    height: 55px;
  }
  .play-item__heading {
    font-size: 20px;
  }
  .play-item__text {
    font-size: 14px;
  }
  .play__supplement {
    font-size: 11px;
    margin-top: 0;
  }
}


/* ============.     MAP    ============================*/
.map {
  position: relative;
  /* min-height: 1120px; */
}
.map__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: space-around;
}

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

.map-detail__heading--counter {
  background-color: #7a2bae;
  border-top: 4px solid #ab4aeb;
  border-right: 6px solid #ab4aeb;
  border-bottom: 4px solid #521679;
  border-left: 6px solid #521679;
}
.map-detail__heading--counter::before {
  background-image: url(../../assets/img/icon/icon_kit.svg);
}
.map-detail__heading--point {
  background-color: #d72ba1;
  border-top: 4px solid #fa4dc3;
  border-right: 6px solid #fa4dc3;
  border-bottom: 4px solid #9c1271;
  border-left: 6px solid #9c1271;
}
.map-detail__heading--point::before {
  background-image: url(../../assets/img/icon/icon_star-color.png);
}
.map-detail__heading--submit {
  background-color: #2d71ba;
  border-top: 4px solid #4591e2;
  border-right: 6px solid #4591e2;
  border-bottom: 4px solid #1a5390;
  border-left: 6px solid #1a5390;
}
.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;
  line-height: 1.2;
}
.map-detail__counter-place::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #232584;
  mask-image: url("../../assets/img/icon/icon_bag.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  margin-right: 5px;
  filter: drop-shadow(0 0 2px #fff)
}
.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 #232584;
  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: 3rem;
}
.map-detail__point--head {
  padding-left: 0;
}
.map-detail__point--head::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #232584;
  mask-image: url("../../assets/img/icon/icon_star.svg");
  mask-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-color: #232584;
  mask-image: url("../../assets/img/icon/icon_present.svg");
  mask-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% - 380px);
  max-width: 780px;
}

@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: 0 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 {
  position: relative;
}
.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;
  color: #f30b9e;
  font-size: 20px;
  line-height: 1.8;
  text-decoration: underline;
}
.point-detail__text span {
  font-weight: 600;
}
.point-detail__text span.marker {
  background: #fff;
}
.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-yellow-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 810px) {
  #point .l-section__inner {
    padding-bottom: 200px;
  }
  .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: #fff35e;
  border: 2px solid #232584;
  border-radius: 30px;
  -webkit-box-shadow: 4px 4px 0px rgba(35, 37, 132, 0.65);
          box-shadow: 4px 4px 0px rgba(35, 37, 132, 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-color: #232584;
  mask-image: url("../../assets/img/icon/icon_circle_arrow.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  -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);
  border-radius: 30px;
  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-yellow-button {
  padding-top: 23px;
  padding-bottom: 25px;
  border-radius: 40px;
}
.cattions-button .c-yellow-button--blank::after {
  width: 20px;
  height: 20px;
  right: 30px;
}
.cattions-button .c-yellow-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: 45px;
  }
  .cattions-list {
    margin-top: 75px;
  }
  .cattions-button {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .l-section__inner:has(.cautions) {
    padding-top: 45px;
  }
  .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: #fff;
  color: #232584;
  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 {
  padding: 0 25px;
}
.footer__inner {
  width: 100%;
  max-width: 1270px;
  padding: 40px 0;
  margin: 0 auto;
}
.footer__note {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.footer__bottom {
  margin-top: 96px;
}
.footer__logo-wrap {
  width: 200px;
  height: auto;
  aspect-ratio: 200 / 40;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  mask-image: url("../img/img_logo.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.footer__logo-wrap img {
  visibility: hidden;
}
.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: #fff;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}
.footer__copy {
  color: #fff;
  font-size: 10px;
}