@charset "UTF-8";
/*
  色の設定
*/
/* */
/*
  フォントファミリー
*/
@font-face {
  font-family: "game";
  src: url("../../assets/font/k8x12.ttf") format("truetype");
}
/* */
/*
  ブレークポイント
*/
/* Webサイト全体のスタイル設定・初期化 */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}

img {
  height: auto;
}

/* init ua styles */
*,
*::before,
*::after {
  min-width: 0;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
ul,
ol,
dl,
dd {
  margin: 0;
}

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

p {
  text-align: justify;
}

[class*=c-list] {
  padding-left: 0;
  list-style: none;
}

[class*=c-table] {
  table-layout: fixed;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus-visible:not(:focus-visible-visible) {
  outline: 0 !important;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
abbr[title][data-reset],
abbr[data-original-title][data-reset] {
  text-decoration: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: underline;
  }
  a.c-hover-underline-less:hover {
    text-decoration: none;
  }
  a[href^=tel] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}
a:not([class]) {
  text-decoration: underline;
}
a[href^=tel] {
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

em {
  font-weight: 700;
  font-style: inherit;
}

img,
picture {
  max-width: 100%;
  border-style: none;
}

img {
  height: auto;
  display: block;
}

svg {
  overflow: hidden;
  vertical-align: middle;
  max-width: 100%;
  fill: currentcolor;
  font-size: inherit;
}
svg:not([width]), svg:not([height]) {
  width: 1em;
  height: 1em;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  outline: none;
  border: hidden;
  background: transparent;
}

button:focus-visible {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font: inherit;
  line-height: inherit;
}

@media (any-hover: none) {
  input,
  textarea,
  select {
    font-size: 16px;
  }
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  color: inherit;
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  padding: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  appearance: button;
  color: inherit;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

[disabled] {
  cursor: not-allowed;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
}

[type=radio] {
  border-radius: 49.9%;
}

[type=file] {
  cursor: pointer !important;
}

input[readonly] {
  border: hidden !important;
}

input[type=radio],
input[type=checkbox] {
  padding: 0;
  flex: 0 0 auto;
  margin-right: 3px;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
iframe {
  display: block;
}

/* init base styles */
body {
  min-height: 100vh;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: normal;
  font-weight: 400;
  font-feature-settings: "palt" 1;
}

.c-mv {
  position: relative;
  background: #22af6a;
  overflow: hidden;
  z-index: 0;
}
.c-mv__wrap {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  height: 80vh;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-mv__wrap {
    width: 93.3333333333vw;
    height: auto;
    max-width: calc(100% - 40px);
  }
}
.c-mv__wrap::before {
  display: block;
  content: "";
  padding-top: 133.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-mv__wrap::before {
    padding-top: 78.125vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-mv__wrap::before {
    padding-top: 66.6666666667vw;
  }
}
.c-mv__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: "Crimson Text", serif;
  font-weight: 700;
  text-align: center;
  color: #fffaad;
  transform: translate(-50%, -50%);
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .c-mv__copy {
    top: 35%;
    gap: 3rem;
    transform: translate(-50%, -35%);
  }
}
.c-mv__copy-en {
  font-size: clamp(3rem, 16vw, 8rem);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-mv__copy-en {
    font-size: clamp(7rem, 10.4166666667vw, 8rem);
  }
}
@media screen and (min-width: 1024px) {
  .c-mv__copy-en {
    font-size: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .c-mv__copy-en br:nth-child(2) {
    display: none;
  }
}
.c-mv__copy-jp {
  font-size: clamp(1.8rem, 4.8vw, 2rem);
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .c-mv__copy-jp {
    font-size: clamp(2rem, 3.125vw, 2.4rem);
  }
}
@media screen and (min-width: 1024px) {
  .c-mv__copy-jp {
    font-size: 1.6vw;
  }
}
.c-mv__deco {
  position: absolute;
}
.c-mv__deco--01 {
  top: 5rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--01 {
    top: 10rem;
    left: 4%;
  }
}
.c-mv__deco--01 img {
  width: 32vw;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--01 img {
    width: 20vw;
  }
}
.c-mv__deco--02 {
  top: 10rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--02 {
    top: 30rem;
    right: 1.3333333333%;
  }
}
.c-mv__deco--02 img {
  width: 32vw;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--02 img {
    width: 20vw;
  }
}
.c-mv__deco--03 {
  top: 2.5rem;
  right: 20%;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--03 {
    top: 5rem;
  }
}
.c-mv__deco--03 img {
  width: 16vw;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--03 img {
    width: 10.3333333333vw;
  }
}
.c-mv__deco--04 {
  bottom: 10rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--04 {
    bottom: 5rem;
    right: 13.3333333333%;
  }
}
.c-mv__deco--04 img {
  width: 40vw;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--04 img {
    width: 27.5333333333vw;
  }
}
.c-mv__deco--05 {
  bottom: 10rem;
  left: 1.3333333333%;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--05 {
    bottom: 15rem;
  }
}
.c-mv__deco--05 img {
  width: 24vw;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--05 img {
    width: 13.6666666667vw;
  }
}
.c-mv__deco--06 {
  top: 1rem;
  bottom: auto;
  left: 18.6666666667%;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--06 {
    top: auto;
    bottom: 15rem;
    left: 33.3333333333%;
  }
}
.c-mv__deco--06 img {
  width: 18.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--06 img {
    width: 8vw;
  }
}
.c-mv__deco--07 {
  bottom: 3rem;
  right: 6.1538461538%;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--07 {
    bottom: 2rem;
    right: 0.6666666667%;
  }
}
.c-mv__deco--07 img {
  width: 24vw;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--07 img {
    width: 10.4666666667vw;
  }
}
.c-mv__deco--08 {
  bottom: 18rem;
  right: -8%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--08 {
    right: 10%;
  }
}
.c-mv__deco--08 img {
  width: 32vw;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--08 img {
    width: 18.0666666667vw;
  }
}
.c-mv__deco--09 {
  top: -1rem;
  left: 16%;
  transform: rotate(-90deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--09 {
    top: 2rem;
    left: 23.3333333333%;
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 768px) {
  .c-mv__deco--09 {
    top: -12rem;
  }
}
.c-mv__deco--09 img {
  width: 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--09 img {
    width: 18.0666666667vw;
  }
}
.c-mv__deco--10 {
  bottom: 3rem;
  left: 18.6666666667%;
  transform: rotate(190deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--10 {
    left: -9.3333333333%;
    bottom: 5rem;
  }
}
.c-mv__deco--10 img {
  width: 18.0666666667vw;
}
.c-mv__deco--11 {
  top: 60%;
  left: -10.6666666667%;
  width: 32vw;
  aspect-ratio: 1/1;
  background: rgba(199, 199, 199, 0.5);
  border-radius: 50%;
  transform: translateY(-60%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--11 {
    top: 50%;
    left: 16%;
    width: 11.3333333333vw;
    transform: translateY(-50%);
  }
}
.c-mv__deco--12 {
  top: 78%;
  left: auto;
  right: 24%;
  width: 13.3333333333vw;
  aspect-ratio: 1/1;
  background: rgba(199, 199, 199, 0.5);
  transform: translateY(-78%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--12 {
    top: 60%;
    left: 36.6666666667%;
    right: auto;
    width: 8vw;
    transform: translateY(-60%);
  }
}
.c-mv__deco--13 {
  top: 6rem;
  right: 42.6666666667%;
  width: 16vw;
  height: 0.2rem;
  background: #71ad8d;
  transform: rotate(45deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--13 {
    top: 30rem;
    width: 22.6666666667vw;
    right: 16.6666666667%;
  }
}
.c-mv__deco--14 {
  top: 6rem;
  right: 29.3333333333%;
  width: 8vw;
  aspect-ratio: 1/1;
  background: rgba(199, 199, 199, 0.5);
  transform: rotate(50deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--14 {
    top: 14rem;
    right: 24%;
    width: 8vw;
    transform: rotate(45deg);
  }
}
.c-mv__deco--15 {
  top: 4rem;
  right: -16%;
  width: 32vw;
  aspect-ratio: 1/1;
  background: rgba(199, 199, 199, 0.5);
  border-radius: 50%;
  transform: rotate(45deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-mv__deco--15 {
    top: 14rem;
    right: -10%;
    width: 16.6666666667vw;
  }
}

.c-about {
  position: relative;
  width: 100%;
  z-index: 0;
  padding-bottom: 20rem;
}
.c-about__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  gap: 3rem;
}
@media screen and (min-width: 1024px) {
  .c-about__wrap {
    flex-wrap: nowrap;
    width: 117rem;
    max-width: 100%;
    gap: 8rem;
  }
}
.c-about__thumb {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-about__thumb {
    width: 34.6rem;
  }
}
.c-about__thumb-item {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  width: 100%;
  z-index: 0;
}
.c-about__thumb-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: min(34.5rem, 23vw);
  aspect-ratio: 345/565;
  background: #739c5a;
  transform: translate(-50%, -50%) rotate(5deg);
  z-index: -1;
}
.c-about__thumb-item img {
  display: flex;
  flex: 0 0 auto;
}
.c-about__content {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  z-index: 0;
}
.c-about__content-label {
  font-size: 1.6rem;
  line-height: 2;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .c-about__content-label {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-about__content-label {
    line-height: 2.3;
  }
}
.c-about__deco {
  position: absolute;
}
.c-about__deco--01 {
  top: 15rem;
  left: -9.3333333333vw;
  width: 45rem;
  aspect-ratio: 1/1;
  background: rgba(199, 199, 199, 0.5);
  border-radius: 50%;
  z-index: -1;
}
.c-about__deco--02 {
  top: 34rem;
  right: 46.6666666667vw;
  width: 18rem;
  height: 0.1rem;
  background: #ffffff;
  transform: rotate(-45deg);
}
.c-about__deco--03 {
  bottom: 15rem;
  right: -13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-about__deco--03 {
    right: 3.3333333333vw;
  }
}
.c-about__deco--03 img {
  width: 53.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-about__deco--03 img {
    width: 18.0666666667vw;
  }
}
.c-about__deco--04 {
  display: none;
  left: -1.3333333333vw;
  bottom: 3rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-about__deco--04 {
    display: block;
  }
}
.c-about__deco--04 img {
  width: 20.1333333333vw;
}
.c-about__deco--05 {
  left: -5.3333333333vw;
  bottom: 7rem;
  width: 64vw;
  height: 8rem;
  background: transparent;
  border: 1px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .c-about__deco--05 {
    bottom: 2rem;
    width: 54rem;
    height: 10rem;
    left: 13.3333333333vw;
  }
}
.c-about__deco--06 {
  right: 1rem;
  bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .c-about__deco--06 {
    right: 26.6666666667vw;
    bottom: 5rem;
  }
}
.c-about__deco--06 img {
  width: 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-about__deco--06 img {
    width: 10.0666666667vw;
  }
}
.c-about__deco--07 {
  right: 0;
  bottom: 5rem;
  transform: translateY(50%);
}
@media screen and (min-width: 768px) {
  .c-about__deco--07 {
    bottom: 0;
  }
}
.c-about__deco--07 img {
  width: 40vw;
}
@media screen and (min-width: 768px) {
  .c-about__deco--07 img {
    width: 26.6666666667vw;
  }
}

.c-about-list {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
  z-index: 0;
}
.c-about-list__label {
  margin-top: 1rem;
  line-height: 2;
  color: #ffffff;
  text-align: center;
}
.c-about-list__caption {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 3rem;
  color: #ffffff;
  z-index: 0;
}
.c-about-list__caption::before, .c-about-list__caption::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  aspect-ratio: 1/1;
  top: 0;
  left: 50%;
  background: #ffffff;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}
.c-about-list__caption::after {
  top: 0.2rem;
  background: #22af6a;
  transform: translateX(-50%);
}
.c-about-list__caption-num {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.c-about-list__caption-label {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 400;
}
.c-about-list__deco {
  position: absolute;
  z-index: -1;
}
.c-about-list__deco--01 {
  bottom: 10rem;
  left: -16vw;
}
@media screen and (min-width: 768px) {
  .c-about-list__deco--01 {
    left: 2vw;
  }
}
.c-about-list__deco--01 img {
  width: 53.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-about-list__deco--01 img {
    width: 18.0666666667vw;
  }
}
.c-about-list__deco--02 {
  top: 4rem;
  left: 2.6666666667vw;
  width: 18.6666666667vw;
  aspect-ratio: 1/1;
  background: rgba(199, 199, 199, 0.5);
  transform: rotate(30deg);
}
@media screen and (min-width: 1024px) {
  .c-about-list__deco--02 {
    top: 15rem;
    left: 6.6666666667vw;
    width: 10rem;
  }
}
.c-about-list__deco--03 {
  top: 15rem;
  right: -26.6666666667vw;
  width: 40vw;
  aspect-ratio: 1/1;
  background: rgba(199, 199, 199, 0.5);
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .c-about-list__deco--03 {
    top: 10rem;
    right: -6.6666666667vw;
    width: 16.6666666667vw;
  }
}
.c-about-list__deco--04 {
  top: 70%;
  right: 0;
  width: 21rem;
  height: 0.1rem;
  background: #ffffff;
  transform: translateY(-70%) rotate(20deg);
}
@media screen and (min-width: 768px) {
  .c-about-list__deco--04 {
    right: 11.3333333333vw;
  }
}

.c-scene {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.c-scene--blue {
  background: #3c87c8;
}
.c-scene--blue .c-scene__loop {
  background: #3c87c8;
}
.c-scene--orange {
  background: #ec643e;
}
.c-scene--orange .c-scene__loop {
  background: #ec643e;
}
.c-scene--orange .c-heading-num::after {
  background: #ec643e;
}
.c-scene--orange .c-scene__deco--01 img {
  width: min(25rem, 66.6666666667vw);
}
@media screen and (min-width: 768px) {
  .c-scene--orange .c-scene__deco--01 img {
    width: min(69rem, 46vw);
  }
}
.c-scene--orange .c-scene__content-deco--orange01 img {
  width: min(12rem, 32vw);
}
@media screen and (min-width: 768px) {
  .c-scene--orange .c-scene__content-deco--orange01 img {
    width: min(26.7rem, 17.8vw);
  }
}
.c-scene--orange .c-scene__content-textarea-img {
  display: flex;
  flex: 0 0 auto;
  width: min(41.5rem, 27.6666666667vw);
  margin-top: -3rem;
}
@media screen and (min-width: 1024px) {
  .c-scene--orange .c-scene__content-textarea-img {
    margin-top: -14rem;
  }
}
.c-scene--orange .c-scene__deco--04 {
  top: 3rem;
  left: max(25rem, 16.6666666667vw);
}
.c-scene--orange .c-scene__deco--04 img {
  width: min(34.7rem, 32.5520833333vw);
}
@media screen and (min-width: 1024px) {
  .c-scene--orange .c-scene__deco--04 img {
    width: min(34.7rem, 23.1333333333vw);
  }
}
.c-scene__loop {
  position: absolute;
  display: flex;
  padding: 0.5rem;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-scene__loop {
    padding: 1rem;
    display: block;
  }
}
.c-scene__loop--left {
  border-right: none;
  border-bottom: 2px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .c-scene__loop--left {
    left: 0;
    border-right: 2px solid #ffffff;
  }
}
.c-scene__loop--right {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-scene__loop--right {
    display: block;
    right: 0;
    border-left: 2px solid #ffffff;
  }
}
.c-scene__loop .c-text-loop {
  font-size: 3rem;
  color: #ffffff;
  writing-mode: inherit;
  animation: loop-text 30s linear 0s infinite normal forwards;
}
@media screen and (min-width: 768px) {
  .c-scene__loop .c-text-loop {
    writing-mode: vertical-lr;
    animation: loop-text-col 70s linear 0s infinite normal forwards;
  }
}
@media screen and (min-width: 1024px) {
  .c-scene__loop .c-text-loop {
    font-size: 5rem;
  }
}
.c-scene__wrap {
  position: relative;
  width: 100%;
  max-width: calc(100% - 4rem);
  margin: 0 auto;
  padding: 8rem 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-scene__wrap {
    max-width: calc(100% - 15rem);
    padding: 5rem 0 8rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-scene__wrap {
    width: 117rem;
    max-width: calc(100% - 20rem);
    padding: 10rem 0;
  }
}
.c-scene__deco {
  position: absolute;
}
.c-scene__deco--01 {
  top: 38rem;
  right: -2rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-scene__deco--01 {
    top: 20rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-scene__deco--01 {
    top: 30rem;
  }
}
.c-scene__deco--01 img {
  width: 26.6666666667vw;
}
@media screen and (min-width: 1024px) {
  .c-scene__deco--01 img {
    width: 32.1rem;
  }
}
.c-scene__deco--02 {
  width: 30rem;
  height: 15rem;
  top: 42rem;
  right: -8rem;
  border: 1px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .c-scene__deco--02 {
    width: 32.6666666667vw;
    height: 22vw;
    top: 50rem;
    border: 2px solid #ffffff;
  }
}
.c-scene__deco--03 {
  width: 80vw;
  aspect-ratio: 1/1;
  top: 57%;
  left: 0;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transform: translate(-70%, 57%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-scene__deco--03 {
    top: 45%;
    width: min(53rem, 35.3333333333vw);
    transform: translate(-70%, 45%);
  }
}
.c-scene__deco--04 {
  position: absolute;
  top: 29.3333333333rem;
  bottom: auto;
  right: 18.6666666667vw;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .c-scene__deco--04 {
    top: auto;
    bottom: -6.5104166667vw;
    right: -6.5104166667vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-scene__deco--04 {
    bottom: -16rem;
    right: -8vw;
  }
}
.c-scene__deco--04 img {
  width: 53.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-scene__deco--04 img {
    width: 26.0416666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-scene__deco--04 img {
    width: min(38.1rem, 25.4vw);
  }
}
.c-scene__heading {
  width: -moz-max-content;
  width: max-content;
  color: #ffffff;
}
.c-scene__heading .c-heading-en {
  margin: 2rem 0;
}
@media screen and (min-width: 1024px) {
  .c-scene__heading .c-heading-en {
    margin: 4rem 0 2rem;
  }
}
.c-scene__heading-label {
  display: flex;
  justify-content: flex-end;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .c-scene__heading-label {
    font-size: 1.6rem;
  }
}
.c-scene__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 7rem;
  gap: 5rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-scene__content {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .c-scene__content {
    margin-top: 15rem;
  }
}
.c-scene__content--reverse {
  flex-direction: row-reverse;
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .c-scene__content--reverse {
    margin-top: 10rem;
  }
}
.c-scene__content--reverse::before {
  position: absolute;
  content: "";
  top: -10rem;
  right: min(15rem, 10vw);
  width: 50%;
  height: 0.1rem;
  background-image: linear-gradient(to right, #ffffff 8px, transparent 8px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  transform: rotate(45deg);
  z-index: -1;
}
.c-scene__content--reverse .c-scene__content-img {
  transform: translateX(40%);
}
@media screen and (min-width: 768px) {
  .c-scene__content--reverse .c-scene__content-img {
    width: 26.0416666667vw;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1024px) {
  .c-scene__content--reverse .c-scene__content-img {
    width: 20.5333333333vw;
    margin-top: -13.3333333333vw;
  }
}
.c-scene__content-deco {
  position: absolute;
  top: -5rem;
  left: 0;
  transform: translate(-40%, -80%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-scene__content-deco {
    top: 0;
  }
}
.c-scene__content-deco img {
  width: 53.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-scene__content-deco img {
    width: min(45.4rem, 30.2666666667vw);
  }
}
.c-scene__content-img {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  max-width: 100%;
  transform: translateX(-40%);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-scene__content-img {
    width: 32.5520833333vw;
    transform: translate(0);
  }
}
@media screen and (min-width: 1024px) {
  .c-scene__content-img {
    width: 34.6666666667vw;
  }
}
.c-scene__content-textarea {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
}
.c-scene__content-textarea-img {
  position: absolute;
  top: 12rem;
  right: -1rem;
  width: 32vw;
}
@media screen and (min-width: 768px) {
  .c-scene__content-textarea-img {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-scene__content-textarea-img {
    display: block;
    position: inherit;
    margin-bottom: 4rem;
    width: 15.6vw;
  }
}
.c-scene__content-label {
  line-height: 2;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-scene__content-label {
    line-height: 2.5;
  }
}
@media screen and (min-width: 1024px) {
  .c-scene__product {
    margin-top: 8rem;
  }
}
.c-scene__product-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .c-scene__product-wrap {
    max-width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1024px) {
  .c-scene__product-wrap {
    max-width: calc(100% - 140px);
  }
}
.c-scene__product-wrap .c-text-loop {
  font-size: 5rem;
}
@media screen and (min-width: 768px) {
  .c-scene__product-wrap .c-text-loop {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-scene__product-wrap .c-text-loop {
    font-size: 10rem;
  }
}

.fd-up {
  opacity: 0;
  transform: translateY(90px);
  transition: 0.55s ease;
}

.fd-up-txtloop {
  opacity: 0;
  transform: translateY(120px);
  transition: 1.3s ease;
}

.fd-time1 {
  transition-delay: 0.4s;
}

.fd-time2 {
  transition-delay: 0.6s;
}

.fd-time3 {
  transition-delay: 0.8s;
}

.fd-time4 {
  transition-delay: 1s;
}

.c-product {
  background: #f8a32f;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.c-product__wrap {
  position: relative;
  width: 84.6354166667vw;
  max-width: 100%;
  margin: 0 auto;
  z-index: 0;
  padding-top: 20vw;
  padding-bottom: 10vw;
}
@media (min-width: 768px) {
  .c-product__wrap {
    width: 93.3333333333vw;
    max-width: calc(100% - 40px);
    padding-top: 15vw;
  }
}
.c-product__title {
  margin: 0;
  font-family: "Crimson Text", serif;
  text-align: center;
  color: #ffffff;
  z-index: 20;
  padding-bottom: 6.5rem;
}
.c-product__title-en {
  font-size: 8rem;
  font-weight: 500;
}
.c-product__title-jp {
  margin-top: -10px;
  text-align: center;
  font: 2rem "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.c-product__border {
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
}
@media (min-width: 1024px) {
  .c-product__border {
    border-top: solid 4px #ffffff;
    border-left: solid 4px #ffffff;
  }
}
.c-product__text {
  overflow: hidden;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
}
@media (min-width: 1024px) {
  .c-product__text {
    border-right: solid 4px #ffffff;
    border-bottom: solid 4px #ffffff;
  }
}
.c-product__block {
  margin: 0 auto;
}
.c-product__list {
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
  flex-wrap: wrap;
  padding: 0;
}
.c-product__link {
  padding: 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  color: #ffffff;
  animation-duration: 0.2s;
}
@media screen and (min-width: 1024px) {
  .c-product__link {
    gap: 2rem;
    padding: 50px 40px 60px;
  }
}
@media (any-hover: hover) {
  .c-product__link:hover, .c-product__link:focus-visible {
    color: #faf164;
    text-decoration: none;
  }
  .c-product__link:hover .c-product__item-img, .c-product__link:focus-visible .c-product__item-img {
    animation: 1s opacity forwards;
  }
}
.c-product__item {
  position: relative;
  display: flex;
  flex-direction: column;
  list-style: none;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .c-product__item {
    width: 25%;
    border-right: solid 4px #ffffff;
    border-bottom: solid 4px #ffffff;
  }
}
.c-product__item-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: auto;
}
@keyframes opacity {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.c-product__item-deco {
  position: absolute;
  pointer-events: none;
}
.c-product__item--01 {
  width: 40%;
}
@media screen and (min-width: 1024px) {
  .c-product__item--01 {
    width: 38%;
  }
}
.c-product__item--01 .c-product-item-deco-top {
  width: 7%;
  top: 10%;
  right: 29%;
}
.c-product__item--01 .c-product-item-deco-bottom {
  width: 5%;
  left: 28%;
}
.c-product__item--02 {
  width: 87%;
}
.c-product__item--02 .c-product-item-deco {
  width: 35%;
  top: 12%;
  right: 13%;
}
.c-product__item--03 {
  width: 100%;
}
@media (max-width: 1023px) {
  .c-product__item--03 {
    width: 77%;
  }
}
@media (max-width: 700px) {
  .c-product__item--03 {
    width: 88%;
  }
}
.c-product__item--03 .c-product-item-deco {
  width: 36%;
  top: 7%;
  right: 21%;
}
@media (min-width: 1023px) {
  .c-product__item--03 .c-product-item-deco {
    top: 10%;
    right: 24%;
  }
}
.c-product__item--04 {
  width: 100%;
}
.c-product__item--04 .c-product-item-deco {
  width: 15%;
  top: 18%;
  right: 22%;
}
.c-product__item--05 {
  width: 72%;
  transform: rotate(63deg);
}
.c-product__item--05 .c-product-item-deco {
  width: 25%;
  top: -37%;
  right: 55%;
  transform: rotate(-63deg);
}
.c-product__item--06 {
  width: 53%;
}
.c-product__item--06 .c-product-item-deco {
  width: 20%;
  top: 15%;
  right: 15%;
}
.c-product__item--07 {
  width: 75%;
}
.c-product__item--07 .c-product-item-deco {
  width: 14%;
  top: 6%;
  right: 18%;
}
.c-product__item--08 {
  width: 56%;
}
.c-product__item--08 .c-product-item-deco-left {
  width: 23%;
  top: 3%;
  left: 15%;
}
@media screen and (min-width: 1024px) {
  .c-product__item--08 .c-product-item-deco-left {
    top: 3%;
    left: 16%;
  }
}
.c-product__item--08 .c-product-item-deco-right {
  width: 19%;
  top: 2%;
  right: 18%;
}
@media screen and (min-width: 1024px) {
  .c-product__item--08 .c-product-item-deco-right {
    top: 3%;
    right: 20%;
  }
}
.c-product__item--09 {
  width: 70%;
  padding-left: 10%;
}
.c-product__item--10 {
  width: 80%;
}
.c-product__item--11 {
  width: 60%;
}
.c-product__item--12 {
  width: 62%;
}
.c-product__item--13 {
  width: 48%;
}
.c-product__item--14 {
  width: 89%;
}
.c-product__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.c-product__content .c-product-col {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2.6;
}
@media screen and (min-width: 768px) {
  .c-product__content .c-product-col {
    line-height: 2.5;
  }
}
.c-product__content .c-product-col__en {
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.2rem, -0.166rem + 1.5vw, 2.8rem);
  letter-spacing: 0.4px;
  display: block;
  line-height: 1.35;
}
.c-product__content .c-product-col__jp {
  text-align: center;
  font-weight: 500;
  font-size: clamp(0.938rem, -0.166rem + 0.76vw, 1.5rem);
  letter-spacing: 1.8px;
}
.c-product__content .c-price {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
.c-product__content .c-price .zeikomi {
  font-size: 1.2rem;
  padding-left: 1.5%;
}

.c-container {
  width: 150rem;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.c-footer-btn {
  width: 100%;
  text-align: center;
}
.c-footer-btn--border {
  border: solid 1px #d3d3d3;
  border-radius: 50px;
  padding: 3.5rem 120px 2.5rem 120px;
}
.c-footer-btn--border .c-btn--btn {
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  font-family: "游ゴシック", serif;
}

.c-btn-product {
  position: relative;
  width: 100%;
  min-width: 13rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  overflow: hidden;
  z-index: 0;
}
.c-btn-product__label {
  font-size: 1.6rem;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}
.c-btn-product__arrow:first-child {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-200%, -50%);
  transition: transform 0.4s ease-in-out;
}
.c-btn-product__arrow:last-child {
  display: flex;
  flex: 0 0 auto;
  width: 1.5rem;
  width: 2rem;
  transform: translate(0);
  transition: transform 0.3s ease-in-out;
}

.c-btn-glance {
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 1rem 2rem;
  z-index: 0;
}
.c-btn-glance__icon {
  display: flex;
  flex: 0 0 auto;
  width: 3.3rem;
  margin-right: 1.5rem;
}
.c-btn-glance__label {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-btn-glance__label {
    font-size: 1.8rem;
  }
}
.c-btn-glance__arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  fill: #333;
  transform: translateY(-50%);
}

.c-text-loop {
  display: flex;
  flex: 0 0 auto;
  line-height: 1;
  font-size: max(5rem, 6.19vw);
  padding-left: 4%;
  font-family: "Crimson Text", serif;
  animation: loop-text 30s linear 0s infinite normal forwards;
}
@keyframes loop-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.c-text-loop--yellow {
  color: #faf164;
}
.c-text-loop--brown {
  color: #d1ab9d;
}

.c-text-loop--col {
  writing-mode: vertical-lr;
  animation: loop-text-col 70s linear 0s infinite normal forwards;
  font-family: "Noto Sans JP", sans-serif;
}
@keyframes loop-text-col {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.u-flex {
  display: flex;
}

.u-overflow-hidden {
  overflow: hidden;
}

.bg-theme {
  background: #22af6a;
  height: 100vh;
}

.c-scroll-down {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 170%);
}
.c-scroll-down__bar {
  position: relative;
  display: block;
  width: 0.1rem;
  height: 6rem;
  background: #ffffff;
  z-index: 0;
}
.c-scroll-down__circle {
  position: absolute;
  width: 0.8rem;
  aspect-ratio: 1/1;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  background: #ffffff;
  border-radius: 50%;
  animation: scroll-down 2s ease-in-out 0s infinite normal forwards;
}
@keyframes scroll-down {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(5rem);
    opacity: 0;
  }
}

.c-list-card {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-list-card {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .c-list-card {
    gap: 5rem;
    margin-top: 5rem;
  }
}
.c-list-card__item {
  width: 100%;
  max-width: 36rem;
}
@media screen and (min-width: 768px) {
  .c-list-card__item {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .c-list-card__item {
    width: 36rem;
  }
}
.c-list-card__link {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 44rem;
  padding: 2rem;
  transition: box-shadow 0.4s ease-in-out;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .c-list-card__link {
    min-height: 48rem;
  }
}
@media (any-hover: hover) {
  .c-list-card__link:hover, .c-list-card__link:focus-visible {
    text-decoration: none;
    box-shadow: 0px 0px 0px 2px #ffffff inset;
  }
}
.c-list-card__link--blue {
  background: #3c87c8;
}
.c-list-card__link--orange {
  background: #ec643e;
}
.c-list-card__img {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.c-list-card .c-list-card__link--blue .c-list-card__img {
  width: 31.4rem;
}
.c-list-card .c-list-card__link--orange .c-list-card__img {
  top: 1rem;
  width: 78.1333333333vw;
}
@media screen and (min-width: 768px) {
  .c-list-card .c-list-card__link--orange .c-list-card__img {
    top: 2rem;
    width: 29.3rem;
  }
}
.c-list-card .c-list-card__link--orange .c-heading-num::after {
  background: #ec643e;
}
.c-list-card__content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 1;
}
.c-list-card__heading {
  padding-bottom: 2rem;
}
.c-list-card__label {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
}

.c-heading-primary {
  font-size: 4rem;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .c-heading-primary {
    font-size: 8rem;
  }
}

.c-heading-num {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: baseline;
  padding-right: 0.5rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  z-index: 0;
}
.c-heading-num::before, .c-heading-num::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 2.5rem;
  aspect-ratio: 1/1;
  background: #ffffff;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.c-heading-num::after {
  right: -0.1rem;
  bottom: -0.1rem;
  background: #3c87c8;
}
.c-heading-num--large {
  font-size: 4.8rem;
  font-family: "Noto Serif JP", serif;
}

.c-heading-en {
  display: block;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 9.6vw, 3.6rem);
  color: #ffffff;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .c-heading-en {
    font-size: 3.6rem;
  }
}
.c-heading-en--large {
  font-size: clamp(4rem, 13.3333333333vw, 6rem);
}
@media screen and (min-width: 768px) {
  .c-heading-en--large {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-heading-en--large {
    font-size: 10.5rem;
  }
}

.c-heading-col {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  color: #333333;
  gap: 1rem;
}
.c-heading-col__jp {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-heading-col__en {
  font-size: clamp(1.8rem, 4.8vw, 2.2rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-heading-col__en {
    font-size: 3rem;
  }
}

.c-pickup__loop {
  display: flex;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  padding: 2rem 0;
}

.c-card-product {
  display: flex;
  flex-wrap: wrap;
}
.c-card-product__item {
  position: relative;
  display: block;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-card-product__item {
    width: 33.3333333333%;
  }
}
.c-card-product__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-height: 30rem;
  padding: 3rem 2rem 6rem;
  border-bottom: 2px solid #ffffff;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-card-product__link {
    border-left: 2px solid #ffffff;
  }
}
@media screen and (min-width: 1024px) {
  .c-card-product__link {
    padding: 5rem 4rem 6rem;
    min-height: 44.5rem;
  }
}
@media (any-hover: hover) {
  .c-card-product__link:hover, .c-card-product__link:focus-visible {
    text-decoration: none;
  }
  .c-card-product__link:hover .c-card-product__thumb, .c-card-product__link:focus-visible .c-card-product__thumb {
    animation: shake 1s ease-in-out;
  }
  .c-card-product__link:hover .c-btn-product .c-btn-product__label, .c-card-product__link:focus-visible .c-btn-product .c-btn-product__label {
    transform: translateX(2em);
  }
  .c-card-product__link:hover .c-btn-product .c-btn-product__arrow:first-child, .c-card-product__link:focus-visible .c-btn-product .c-btn-product__arrow:first-child {
    transform: translate(1em, -50%);
  }
  .c-card-product__link:hover .c-btn-product .c-btn-product__arrow:last-child, .c-card-product__link:focus-visible .c-btn-product .c-btn-product__arrow:last-child {
    transform: translateX(300%);
  }
}
.c-card-product__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66.6666666667%;
}
@media screen and (min-width: 768px) {
  .c-card-product__thumb {
    height: 15rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-card-product__thumb {
    width: auto;
    height: 25rem;
  }
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.c-card-product__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-card-product__content {
    margin-top: 2rem;
  }
}
.c-card-product__price {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
}
.c-card-product__price-label {
  font-size: 1.25em;
}
.c-card-product__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15rem;
}

.c-price {
  min-height: 0;
  text-align: center;
  letter-spacing: 0.8px;
  font-size: clamp(0.938rem, 0.785rem + 0.76vw, 1.5rem);
}

.c-fixed-bnr {
  position: relative;
}
.c-fixed-bnr:not(.is-none) {
  position: fixed;
  z-index: 5;
  bottom: 30px;
  right: 0;
}
.c-fixed-bnr.is-none {
  display: none;
}
.c-fixed-bnr__btn {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: auto;
  box-shadow: 0 0 0 1px #ffffff inset;
  background: #f8a32f;
  border-radius: 50%;
  transform: translateY(-20px);
}
.c-fixed-bnr__btn:before, .c-fixed-bnr__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  width: calc(100% - 15px);
  height: 1.5px;
  background-color: #ffffff;
  pointer-events: none;
}
.c-fixed-bnr__btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-fixed-bnr__btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-fixed-bnr__link {
  display: flex;
  align-items: center;
  background: #f8a32f;
  border-radius: 10rem 0 0 10rem;
  padding: 1rem 2rem 1.5rem;
  transition: box-shadow 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .c-fixed-bnr__link:hover, .c-fixed-bnr__link:focus-visible {
    text-decoration: none;
    box-shadow: 0 0 0 2px #ffffff inset;
  }
  .c-fixed-bnr__link:hover .c-fixed-bnr__label-jp::after, .c-fixed-bnr__link:focus-visible .c-fixed-bnr__label-jp::after {
    transform: translate(-50%, 150%);
  }
}
.c-fixed-bnr__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Crimson Text", serif;
  color: #ffffff;
}
.c-fixed-bnr__label-en {
  font-size: 2.3rem;
  line-height: 1.4;
}
.c-fixed-bnr__label-jp {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  z-index: 0;
}
.c-fixed-bnr__label-jp::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 0.8rem;
  aspect-ratio: 1/1;
  background: #ffffff;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  transition: transform 0.3s ease-in-out;
  transform: translate(-50%, 120%);
}

.c-skill {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  width: 40rem;
  padding: 1rem 3rem;
  border-radius: 1.5rem;
  border: 4px solid #ffffff;
  background: #29585c;
}
.c-skill__item {
  width: 47.619047619%;
}
.c-skill__link {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-family: "game", sans-serif;
  color: #ffffff;
  text-decoration: none;
  z-index: 0;
}
@media (any-hover: hover) {
  .c-skill__link:hover, .c-skill__link:focus-visible {
    text-decoration: none;
  }
  .c-skill__link:hover::before, .c-skill__link:focus-visible::before {
    opacity: 1;
    animation: rotate 0.5s linear;
  }
}
.c-skill__link::before {
  content: "→";
  display: flex;
  flex: 0 0 auto;
  margin-right: 1rem;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
@keyframes rotate {
  0% {
    transform: rotateX(0);
  }
  20% {
    transform: rotateX(90deg);
  }
  40% {
    transform: rotateX(180deg);
  }
  60% {
    transform: rotateX(270deg);
  }
  80% {
    transform: rotateX(360deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}

.c-data {
  width: 30rem;
  padding: 1rem 2rem 0.5rem;
  font-family: "game", sans-serif;
  border-radius: 1rem;
  border: 2px solid #333333;
  background: #fcf6c4;
}
.c-data__title {
  display: flex;
  align-items: center;
}
.c-data__name {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-right: 1.5rem;
  z-index: 0;
}
.c-data__name::after {
  content: attr(data-gender);
  display: block;
  font-size: 1.4rem;
  margin-left: 1rem;
}
.c-data__level {
  position: relative;
  display: flex;
  align-items: baseline;
  font-size: 1.6rem;
  z-index: 0;
}
.c-data__level::after {
  content: attr(data-level);
  display: block;
  font-size: 2rem;
}
.c-data__hp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-data__hp-label {
  display: flex;
  flex: 0 0 auto;
  margin-right: 1rem;
  font-size: 2rem;
}
.c-data__hp-gauge {
  position: relative;
  width: 20rem;
  height: 1.5rem;
  margin: 10px 0;
  background: #999;
  border-radius: 50rem;
  border: 1px solid #333;
  box-shadow: 0 0 0 1px #fff inset;
  z-index: 0;
}
.c-data__hp-gauge > div {
  position: absolute;
  top: 50%;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50rem;
  background: #78d461;
  transform: translateY(-50%);
}

.c-description {
  width: 40rem;
  padding: 1rem 2rem;
  background: #29585c;
  border: 4px solid #ffffff;
  border-radius: 1rem;
}
.c-description__label {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-family: "game", sans-serif;
  color: #ffffff;
  word-break: break-all;
}

.c-field {
  width: 50rem;
  aspect-ratio: 2/1;
  border-radius: 50%;
  background: #64b950;
  border: 15px solid #edce7a;
}

.l-header {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 6rem;
  padding: 0 1.5rem;
  background: #eeeeee;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .l-header {
    padding: 0 3rem;
  }
}
.l-header__logo {
  width: 130rem;
  max-width: 100%;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Crimson Text", serif;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    font-size: 3rem;
  }
}
.l-header__link {
  text-decoration: none;
  color: #555555;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, text-decoration 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .l-header__link:hover, .l-header__link:focus-visible {
    opacity: 0.8;
    color: #3c87c8;
    text-decoration: none;
  }
}

.l-footer {
  background: #f8a32f;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.l-footer__wrap {
  position: relative;
  width: 67.7083333333vw;
  max-width: 100%;
  margin: 0 auto;
  z-index: 0;
  padding-top: 20vw;
}
@media (min-width: 768px) {
  .l-footer__wrap {
    width: 93.3333333333vw;
    max-width: calc(100% - 40px);
    padding-top: 15vw;
  }
}
.l-footer__label {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  font-family: "Crimson Text", serif;
  font-weight: 700;
  text-align: center;
  color: #fffaad;
  z-index: 20;
}
@media (min-width: 768px) {
  .l-footer__label {
    top: 50%;
    gap: 10rem;
  }
}
.l-footer__label-en {
  font-size: clamp(3rem, 16vw, 8rem);
  line-height: 1;
  z-index: 10;
}
@media (min-width: 768px) {
  .l-footer__label-en {
    font-size: clamp(7rem, 10.4166666667vw, 8rem);
  }
}
@media (min-width: 1024px) {
  .l-footer__label-en {
    font-size: 8vw;
  }
}
@media (min-width: 768px) {
  .l-footer__label-en br:nth-child(2) {
    display: none;
  }
}
.l-footer__label-jp {
  font-size: clamp(1.8rem, 4.8vw, 2rem);
  font-weight: normal;
}
@media (min-width: 768px) {
  .l-footer__label-jp {
    font-size: clamp(2rem, 3.125vw, 2.4rem);
  }
}
@media (min-width: 1024px) {
  .l-footer__label-jp {
    font-size: 1.6vw;
  }
}
.l-footer__label .l-footer-btn {
  text-align: center;
}
.l-footer__label .l-footer-btn .c-btn-border {
  margin-left: auto;
  padding: 2rem 70px 1.5rem 70px;
  text-decoration: none;
  color: #ffffff;
  background: transparent;
  border-radius: 50px;
  border: solid 1px #ffffff;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .l-footer__label .l-footer-btn .c-btn-border {
    padding: 3.5rem 120px 2.5rem 120px;
  }
}
@media (any-hover: hover) {
  .l-footer__label .l-footer-btn .c-btn-border:hover, .l-footer__label .l-footer-btn .c-btn-border:focus-visible {
    color: #f8a32f;
    background: #ffffff;
    transform: scale(1.1);
  }
}
.l-footer__label .l-footer-btn .c-btn-border .c-btn-btn {
  position: relative;
  margin: 0;
  display: inline-block;
  font-size: 1.7rem;
  font-family: "游ゴシック", serif;
  z-index: 20;
}
@media (min-width: 768px) {
  .l-footer__label .l-footer-btn .c-btn-border .c-btn-btn {
    font-size: 2rem;
  }
}
.l-footer__label .l-footer-shop {
  padding: 2px 0;
  z-index: 1;
}
.l-footer__label .l-footer-shop .l-footer-shop-del {
  font-family: "游ゴシック", sans-serif;
  text-align: center;
  color: #fffaad;
  font-size: 2rem;
  letter-spacing: 0.05px;
  line-height: 1.5;
}
.l-footer__label .l-footer-shop .l-footer-shop-del .inline-block {
  display: inline-block;
}
@media (min-width: 768px) {
  .l-footer__label .l-footer-shop .l-footer-shop-del {
    text-align: center;
  }
}
.l-footer__label .l-footer__sns {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.l-footer__label .l-footer__sns-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: solid 1px #ffffff;
  border-radius: 50px;
  transition-duration: 500ms;
}
@media (min-width: 768px) {
  .l-footer__label .l-footer__sns-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    border: solid 1px #ffffff;
    border-radius: 50px;
  }
}
.l-footer__label .l-footer__sns-item:hover {
  transform: scale(1.1);
}
.l-footer__deco {
  position: absolute;
}
.l-footer__deco--01 {
  bottom: 23rem;
  left: -14.6666666667vw;
}
@media (min-width: 768px) {
  .l-footer__deco--01 {
    top: 35rem;
    left: -4%;
  }
}
.l-footer__deco--01 img {
  width: 24vw;
}
@media (min-width: 768px) {
  .l-footer__deco--01 img {
    width: 18.6666666667vw;
  }
}
.l-footer__deco--02 {
  width: 50px;
  height: 50px;
  background: rgba(199, 199, 199, 0.5);
  aspect-ratio: 1/1;
  transform: rotate(45deg);
  bottom: 4rem;
  left: -3rem;
}
@media (min-width: 768px) {
  .l-footer__deco--02 {
    bottom: 15rem;
    left: 21.3333333333vw;
    width: 100px;
    height: 100px;
  }
}
.l-footer__deco--03 {
  bottom: 9rem;
  right: 3.3333333333%;
}
@media (min-width: 768px) {
  .l-footer__deco--03 {
    right: 8vw;
  }
}
.l-footer__deco--03 img {
  width: 18.6666666667vw;
}
@media (min-width: 768px) {
  .l-footer__deco--03 img {
    width: 14.6666666667vw;
  }
}
.l-footer__deco--04 {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(199, 199, 199, 0.5);
  top: 3rem;
  right: -33.3333333333vw;
}
@media (min-width: 768px) {
  .l-footer__deco--04 {
    width: 300px;
    height: 300px;
    top: 4rem;
    right: -7.3333333333vw;
  }
}
.l-footer__copy {
  width: 100%;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    padding-bottom: 5rem;
  }
}
.l-footer__copy small {
  font-size: 1.5rem;
  color: #ffffff;
}

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

.u-text-left {
  text-align: left;
}

.u-text-left {
  text-align: right;
}

.u-flex {
  display: flex;
}

.u-ib {
  display: inline-block;
}

.u-b {
  display: block;
}

.u-justify-center {
  justify-content: center;
}

.u-items-center {
  align-items: center;
}

.u-flex-00auto {
  flex: 0 0 auto;
}

.u-flex-01auto {
  flex: 0 1 auto;
}

.u-flex-11auto {
  flex: 1 1 auto;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-overflow-auto {
  overflow: auto;
}

.u-pb-100 {
  padding-bottom: 10rem;
}

.p-20 {
  padding: 2rem;
}

.my-50 {
  margin: 5rem 0;
}

.bippa {
  position: relative;
  width: 20rem;
  height: 16rem;
  margin: 5rem auto;
  z-index: 0;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.bippa::before {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  box-shadow: 15rem 1rem #333232, 16rem 1rem #333232, 5rem 2rem #333232, 6rem 2rem #333232, 14rem 2rem #333232, 15rem 2rem #8b6238, 16rem 2rem #b38452, 17rem 2rem #333232, 18rem 2rem #333232, 4rem 3rem #333232, 5rem 3rem #8b6238, 6rem 3rem #8b6238, 7rem 3rem #333232, 8rem 3rem #333232, 11rem 3rem #333232, 12rem 3rem #333232, 13rem 3rem #333232, 14rem 3rem #333232, 15rem 3rem #b38452, 16rem 3rem #525251, 17rem 3rem #8b6238, 18rem 3rem #b38452, 19rem 3rem #333232, 4rem 4rem #333232, 5rem 4rem #525251, 6rem 4rem #b38452, 7rem 4rem #b38452, 8rem 4rem #b38452, 9rem 4rem #333232, 10rem 4rem #333232, 11rem 4rem #b38452, 12rem 4rem #b38452, 13rem 4rem #b38452, 14rem 4rem #b38452, 15rem 4rem #525251, 16rem 4rem #525251, 17rem 4rem #b38452, 18rem 4rem #525251, 19rem 4rem #333232, 3rem 5rem #333232, 4rem 5rem #b38452, 5rem 5rem #b38452, 6rem 5rem #b38452, 7rem 5rem #b38452, 8rem 5rem #b38452, 9rem 5rem #b38452, 10rem 5rem #b38452, 11rem 5rem #525251, 12rem 5rem #525251, 13rem 5rem #b38452, 14rem 5rem #b38452, 15rem 5rem #b38452, 16rem 5rem #b38452, 17rem 5rem #525251, 18rem 5rem #8b6238, 19rem 5rem #b38452, 20rem 5rem #333232, 2rem 6rem #333232, 3rem 6rem #333232, 4rem 6rem #b38452, 5rem 6rem #f5e58b, 6rem 6rem #f5e58b, 7rem 6rem #b38452, 8rem 6rem #b38452, 9rem 6rem #b38452, 10rem 6rem #8b6238, 11rem 6rem #b38452, 12rem 6rem #b38452, 13rem 6rem #525251, 14rem 6rem #b38452, 15rem 6rem #b38452, 16rem 6rem #b38452, 17rem 6rem #525251, 18rem 6rem #b38452, 19rem 6rem #b38452, 20rem 6rem #333232, 2rem 7rem #333232, 3rem 7rem #f5e58b, 4rem 7rem #f5e58b, 5rem 7rem #f5e58b, 6rem 7rem #f5e58b, 7rem 7rem #b38452, 8rem 7rem #f5e58b, 9rem 7rem #b38452, 10rem 7rem #b38452, 11rem 7rem #b38452, 12rem 7rem #b38452, 13rem 7rem #525251, 14rem 7rem #b38452, 15rem 7rem #b38452, 16rem 7rem #b38452, 17rem 7rem #b38452, 18rem 7rem #8b6238, 19rem 7rem #333232, 1rem 8rem #333232, 2rem 8rem #b38452, 3rem 8rem #b38452, 4rem 8rem #b38452, 5rem 8rem #f5e58b, 6rem 8rem #f5e58b, 7rem 8rem #f5e58b, 8rem 8rem #fefefe, 9rem 8rem #f5e58b, 10rem 8rem #b38452, 11rem 8rem #b38452, 12rem 8rem #525251, 13rem 8rem #b38452, 14rem 8rem #b38452, 15rem 8rem #b38452, 16rem 8rem #b38452, 17rem 8rem #b38452, 18rem 8rem #525251, 19rem 8rem #333232, 1rem 9rem #333232, 2rem 9rem #6a5949, 3rem 9rem #f46251, 4rem 9rem #6a5949, 5rem 9rem #6a5949, 6rem 9rem #b38452, 7rem 9rem #f5e58b, 8rem 9rem #333232, 9rem 9rem #f5e58b, 10rem 9rem #b38452, 11rem 9rem #b38452, 12rem 9rem #b38452, 13rem 9rem #b38452, 14rem 9rem #b38452, 15rem 9rem #b38452, 16rem 9rem #b38452, 17rem 9rem #525251, 18rem 9rem #333232, 1rem 10rem #333232, 2rem 10rem #6a5949, 3rem 10rem #6a5949, 4rem 10rem #6a5949, 5rem 10rem #6a5949, 6rem 10rem #6a5949, 7rem 10rem #6a5949, 8rem 10rem #f5e58b, 9rem 10rem #b38452, 10rem 10rem #b38452, 11rem 10rem #b38452, 12rem 10rem #525251, 13rem 10rem #b38452, 14rem 10rem #b38452, 15rem 10rem #b38452, 16rem 10rem #b38452, 17rem 10rem #525251, 18rem 10rem #333232, 2rem 11rem #333232, 3rem 11rem #525251, 4rem 11rem #6a5949, 5rem 11rem #6a5949, 6rem 11rem #6a5949, 7rem 11rem #6a5949, 8rem 11rem #b38452, 9rem 11rem #b38452, 10rem 11rem #b38452, 11rem 11rem #b38452, 12rem 11rem #b38452, 13rem 11rem #525251, 14rem 11rem #b38452, 15rem 11rem #b38452, 16rem 11rem #525251, 17rem 11rem #8b6238, 18rem 11rem #333232, 2rem 12rem #333232, 3rem 12rem #fefefe, 4rem 12rem #525251, 5rem 12rem #6a5949, 6rem 12rem #6a5949, 7rem 12rem #525251, 8rem 12rem #8b6238, 9rem 12rem #b38452, 10rem 12rem #525251, 11rem 12rem #b38452, 12rem 12rem #8b6238, 13rem 12rem #525251, 14rem 12rem #8b6238, 15rem 12rem #525251, 16rem 12rem #333232, 17rem 12rem #333232, 2rem 13rem #333232, 3rem 13rem #cbcbcb, 4rem 13rem #fefefe, 5rem 13rem #525251, 6rem 13rem #525251, 7rem 13rem #8b6238, 8rem 13rem #8b6238, 9rem 13rem #8b6238, 10rem 13rem #8b6238, 11rem 13rem #525251, 12rem 13rem #525251, 13rem 13rem #8b6238, 14rem 13rem #8b6238, 15rem 13rem #333232, 16rem 13rem #333232, 3rem 14rem #333232, 4rem 14rem #cbcbcb, 5rem 14rem #333232, 6rem 14rem #8b6238, 7rem 14rem #8b6238, 8rem 14rem #333232, 9rem 14rem #8b6238, 10rem 14rem #8b6238, 11rem 14rem #333232, 12rem 14rem #8b6238, 13rem 14rem #8b6238, 14rem 14rem #333232, 4rem 15rem #333232, 6rem 15rem #333232, 7rem 15rem #333232, 9rem 15rem #333232, 10rem 15rem #333232, 11rem 15rem #333232, 12rem 15rem #333232, 13rem 15rem #333232, 14rem 15rem #333232, 12rem 16rem #333232, 13rem 16rem #333232;
}

.Kodak {
  position: relative;
  width: 18rem;
  height: 21rem;
  margin: 5rem auto;
  z-index: 0;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.Kodak::before {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  box-shadow: 8rem 1rem #000000, 11rem 1rem #000000, 8rem 2rem #000000, 10rem 2rem #000000, 11rem 2rem #000000, 13rem 2rem #000000, 14rem 2rem #000000, 4rem 3rem #000000, 5rem 3rem #000000, 6rem 3rem #000000, 9rem 3rem #000000, 10rem 3rem #000000, 12rem 3rem #000000, 13rem 3rem #000000, 3rem 4rem #000000, 4rem 4rem #f6d64a, 5rem 4rem #f6d64a, 6rem 4rem #f6d64a, 7rem 4rem #000000, 8rem 4rem #000000, 9rem 4rem #000000, 10rem 4rem #000000, 11rem 4rem #000000, 2rem 5rem #000000, 3rem 5rem #f6d64a, 4rem 5rem #f6d64a, 5rem 5rem #423f3a, 6rem 5rem #423f3a, 7rem 5rem #f6d64a, 8rem 5rem #f6d64a, 9rem 5rem #f6d64a, 10rem 5rem #f6d64a, 11rem 5rem #000000, 12rem 5rem #000000, 1rem 6rem #000000, 2rem 6rem #f6d64a, 3rem 6rem #f6d64a, 4rem 6rem #423f3a, 5rem 6rem #f6d64a, 6rem 6rem #f6d64a, 7rem 6rem #f6d64a, 8rem 6rem #f6d64a, 9rem 6rem #f6d64a, 10rem 6rem #f6d64a, 11rem 6rem #f6d64a, 12rem 6rem #f6d64a, 13rem 6rem #000000, 1rem 7rem #000000, 2rem 7rem #f6d64a, 3rem 7rem #8a8161, 4rem 7rem #fffff9, 5rem 7rem #f6d64a, 6rem 7rem #f6d64a, 7rem 7rem #f6d64a, 8rem 7rem #f6d64a, 9rem 7rem #f6d64a, 10rem 7rem #f6d64a, 11rem 7rem #f6d64a, 12rem 7rem #f6d64a, 13rem 7rem #f6d64a, 14rem 7rem #000000, 1rem 8rem #000000, 2rem 8rem #f6d64a, 3rem 8rem #fffff9, 4rem 8rem #423f3a, 5rem 8rem #f6d64a, 6rem 8rem #f6d64a, 7rem 8rem #f6d64a, 8rem 8rem #f6d64a, 9rem 8rem #fffff9, 10rem 8rem #fffff9, 11rem 8rem #f6d64a, 12rem 8rem #f6d64a, 13rem 8rem #423f3a, 14rem 8rem #f6d64a, 15rem 8rem #423f3a, 2rem 9rem #000000, 3rem 9rem #f6d64a, 4rem 9rem #fffff9, 5rem 9rem #423f3a, 6rem 9rem #423f3a, 7rem 9rem #f6d64a, 8rem 9rem #fffff9, 9rem 9rem #423f3a, 10rem 9rem #fffff9, 11rem 9rem #fffff9, 12rem 9rem #423f3a, 13rem 9rem #f6d64a, 14rem 9rem #423f3a, 15rem 9rem #f6d64a, 16rem 9rem #000000, 2rem 10rem #000000, 3rem 10rem #f6d64a, 4rem 10rem #423f3a, 5rem 10rem #f6e7ae, 6rem 10rem #f6e7ae, 7rem 10rem #423f3a, 8rem 10rem #423f3a, 9rem 10rem #fffff9, 10rem 10rem #fffff9, 11rem 10rem #f6d64a, 12rem 10rem #423f3a, 13rem 10rem #f6d64a, 14rem 10rem #f6d64a, 15rem 10rem #f6d64a, 16rem 10rem #000000, 2rem 11rem #000000, 3rem 11rem #423f3a, 4rem 11rem #f6e7ae, 5rem 11rem #f6e7ae, 6rem 11rem #baa35a, 7rem 11rem #f6e7ae, 8rem 11rem #f6e7ae, 9rem 11rem #423f3a, 10rem 11rem #f6d64a, 11rem 11rem #f6d64a, 12rem 11rem #423f3a, 13rem 11rem #f6d64a, 14rem 11rem #f6d64a, 15rem 11rem #f6d64a, 16rem 11rem #f6d64a, 17rem 11rem #000000, 1rem 12rem #000000, 2rem 12rem #d5c56c, 3rem 12rem #f6e7ae, 4rem 12rem #f6e7ae, 5rem 12rem #f6e7ae, 6rem 12rem #f6e7ae, 7rem 12rem #f6e7ae, 8rem 12rem #d5c56c, 9rem 12rem #d5c56c, 10rem 12rem #423f3a, 11rem 12rem #f6d64a, 12rem 12rem #423f3a, 13rem 12rem #f6d64a, 14rem 12rem #f6d64a, 15rem 12rem #f6d64a, 16rem 12rem #f6d64a, 17rem 12rem #000000, 1rem 13rem #000000, 2rem 13rem #f6e7ae, 3rem 13rem #f6e7ae, 4rem 13rem #f6e7ae, 5rem 13rem #f6e7ae, 6rem 13rem #d5c56c, 7rem 13rem #d5c56c, 8rem 13rem #423f3a, 9rem 13rem #423f3a, 10rem 13rem #423f3a, 11rem 13rem #423f3a, 12rem 13rem #baa35a, 13rem 13rem #baa35a, 14rem 13rem #f6d64a, 15rem 13rem #f6d64a, 16rem 13rem #000000, 2rem 14rem #000000, 3rem 14rem #d5c56c, 4rem 14rem #d5c56c, 5rem 14rem #d5c56c, 6rem 14rem #d5c56c, 7rem 14rem #423f3a, 8rem 14rem #baa35a, 9rem 14rem #baa35a, 10rem 14rem #baa35a, 11rem 14rem #baa35a, 12rem 14rem #baa35a, 13rem 14rem #baa35a, 14rem 14rem #baa35a, 15rem 14rem #000000, 3rem 15rem #000000, 4rem 15rem #423f3a, 5rem 15rem #423f3a, 6rem 15rem #423f3a, 7rem 15rem #f6d64a, 8rem 15rem #f6d64a, 9rem 15rem #f6d64a, 10rem 15rem #baa35a, 11rem 15rem #baa35a, 12rem 15rem #baa35a, 13rem 15rem #baa35a, 14rem 15rem #baa35a, 15rem 15rem #423f3a, 16rem 15rem #000000, 17rem 15rem #000000, 18rem 15rem #000000, 2rem 16rem #000000, 3rem 16rem #000000, 4rem 16rem #baa35a, 5rem 16rem #f6d64a, 6rem 16rem #f6d64a, 7rem 16rem #f6d64a, 8rem 16rem #f6d64a, 9rem 16rem #f6d64a, 10rem 16rem #f6d64a, 11rem 16rem #baa35a, 12rem 16rem #baa35a, 13rem 16rem #baa35a, 14rem 16rem #baa35a, 15rem 16rem #423f3a, 16rem 16rem #f6d64a, 17rem 16rem #f6d64a, 18rem 16rem #000000, 1rem 17rem #000000, 2rem 17rem #f6e7ae, 3rem 17rem #f6e7ae, 4rem 17rem #423f3a, 5rem 17rem #baa35a, 6rem 17rem #f6d64a, 7rem 17rem #f6d64a, 8rem 17rem #f6d64a, 9rem 17rem #f6d64a, 10rem 17rem #baa35a, 11rem 17rem #baa35a, 12rem 17rem #baa35a, 13rem 17rem #baa35a, 14rem 17rem #423f3a, 15rem 17rem #f6d64a, 16rem 17rem #f6d64a, 17rem 17rem #000000, 2rem 18rem #000000, 3rem 18rem #f6e7ae, 4rem 18rem #f6e7ae, 5rem 18rem #423f3a, 6rem 18rem #423f3a, 7rem 18rem #baa35a, 8rem 18rem #baa35a, 9rem 18rem #baa35a, 10rem 18rem #baa35a, 11rem 18rem #baa35a, 12rem 18rem #423f3a, 13rem 18rem #423f3a, 14rem 18rem #423f3a, 15rem 18rem #000000, 16rem 18rem #000000, 3rem 19rem #000000, 4rem 19rem #000000, 5rem 19rem #f6e7ae, 6rem 19rem #f6e7ae, 7rem 19rem #000000, 8rem 19rem #423f3a, 9rem 19rem #423f3a, 10rem 19rem #423f3a, 11rem 19rem #423f3a, 12rem 19rem #f6e7ae, 13rem 19rem #f6e7ae, 14rem 19rem #000000, 5rem 20rem #000000, 6rem 20rem #000000, 8rem 20rem #000000, 9rem 20rem #f6e7ae, 10rem 20rem #f6e7ae, 11rem 20rem #f6e7ae, 12rem 20rem #f6e7ae, 13rem 20rem #000000, 9rem 21rem #000000, 10rem 21rem #000000, 11rem 21rem #000000, 12rem 21rem #000000;
}

.grass {
  position: relative;
  width: 15rem;
  height: 14rem;
  z-index: 0;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.grass::before {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  box-shadow: 6rem 1rem #4c5d30, 6rem 2rem #2d3e21, 7rem 2rem #4c5d30, 6rem 3rem #2d3e21, 7rem 3rem #90d648, 8rem 3rem #4c5d30, 1rem 4rem #25832a, 2rem 4rem #25832a, 3rem 4rem #25832a, 4rem 4rem #4c5d30, 6rem 4rem #2d3e21, 7rem 4rem #7ed149, 8rem 4rem #4c5d30, 11rem 4rem #4c5d30, 12rem 4rem #4c5d30, 13rem 4rem #2d3e21, 2rem 5rem #2d3e21, 3rem 5rem #90d648, 4rem 5rem #90d648, 5rem 5rem #4c5d30, 6rem 5rem #2d3e21, 7rem 5rem #25832a, 8rem 5rem #90d648, 9rem 5rem #2d3e21, 10rem 5rem #25832a, 11rem 5rem #90d648, 12rem 5rem #2d3e21, 3rem 6rem #2d3e21, 4rem 6rem #25832a, 5rem 6rem #90d648, 6rem 6rem #4c5d30, 7rem 6rem #4c5d30, 8rem 6rem #7ed149, 9rem 6rem #4c5d30, 10rem 6rem #90d648, 11rem 6rem #25832a, 12rem 6rem #2d3e21, 1rem 7rem #2d3e21, 2rem 7rem #2d3e21, 3rem 7rem #2d3e21, 4rem 7rem #25832a, 5rem 7rem #7ed149, 6rem 7rem #4c5d30, 7rem 7rem #7ed149, 8rem 7rem #2d3e21, 9rem 7rem #4c5d30, 10rem 7rem #7ed149, 11rem 7rem #25832a, 12rem 7rem #2d3e21, 4rem 8rem #23282b, 5rem 8rem #4c5d30, 6rem 8rem #7ed149, 7rem 8rem #4c5d30, 8rem 8rem #2d3e21, 9rem 8rem #7ed149, 10rem 8rem #25832a, 11rem 8rem #2d3e21, 5rem 9rem #23282b, 6rem 9rem #4c5d30, 7rem 9rem #4c5d30, 8rem 9rem #7ed149, 9rem 9rem #25832a, 10rem 9rem #4c5d30, 11rem 9rem #2d3e21, 6rem 10rem #23282b, 7rem 10rem #4c5d30, 8rem 10rem #25832a, 9rem 10rem #4c5d30, 10rem 10rem #2d3e21, 7rem 11rem #2d3e21, 8rem 11rem #2d3e21, 9rem 11rem #2d3e21;
}

.loader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  margin: 0 auto;
  z-index: -1;
}
.loader span {
  display: block;
  background: #22af6a;
  width: 10%;
  height: 100%;
}
.loader span:nth-child(1) {
  animation: load 0.4s linear;
}
.loader span:nth-child(2) {
  animation: load 0.8s linear;
}
.loader span:nth-child(3) {
  animation: load 1.2s linear;
}
.loader span:nth-child(4) {
  animation: load 1.6s linear;
}
.loader span:nth-child(5) {
  animation: load 2s linear;
}
.loader span:nth-child(6) {
  animation: load 2.4s linear;
}
.loader span:nth-child(7) {
  animation: load 2.8s linear;
}
.loader span:nth-child(8) {
  animation: load 3.2s linear;
}
.loader span:nth-child(9) {
  animation: load 3.6s linear;
}
.loader span:nth-child(10) {
  animation: load 4s linear;
}
.loader span:nth-child(11) {
  animation: load 4.4s linear;
}
.loader span:nth-child(12) {
  animation: load 4.8s linear;
}
.loader span:nth-child(13) {
  animation: load 5.2s linear;
}
.loader span:nth-child(14) {
  animation: load 5.6s linear;
}
.loader span:nth-child(15) {
  animation: load 6s linear;
}

@keyframes load {
  0% {
    background: #ccc;
    height: 100%;
  }
  60% {
    background: #444;
    height: 100%;
  }
  100% {
    background: #22af6a;
    height: 100%;
  }
}
.monster-ball {
  position: relative;
  width: 15rem;
  height: 16rem;
  margin: 5rem auto;
  z-index: 0;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.monster-ball::before {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  box-shadow: 6rem 1rem #000000, 7rem 1rem #000000, 8rem 1rem #000000, 9rem 1rem #000000, 10rem 1rem #000000, 4rem 2rem #000000, 5rem 2rem #000000, 6rem 2rem #c0282f, 7rem 2rem #c0282f, 8rem 2rem #c0282f, 9rem 2rem #c0282f, 10rem 2rem #c0282f, 11rem 2rem #000000, 12rem 2rem #000000, 3rem 3rem #000000, 4rem 3rem #c0282f, 5rem 3rem #c0282f, 6rem 3rem #c0282f, 7rem 3rem #c0282f, 8rem 3rem #c0282f, 9rem 3rem #c0282f, 10rem 3rem #c0282f, 11rem 3rem #c0282f, 12rem 3rem #c0282f, 13rem 3rem #000000, 2rem 4rem #000000, 3rem 4rem #c0282f, 4rem 4rem #c0282f, 5rem 4rem #c0282f, 6rem 4rem #c0282f, 7rem 4rem #c0282f, 8rem 4rem #c0282f, 9rem 4rem #c0282f, 10rem 4rem #c0282f, 11rem 4rem #c0282f, 12rem 4rem #c0282f, 13rem 4rem #c0282f, 14rem 4rem #000000, 2rem 5rem #000000, 3rem 5rem #c0282f, 4rem 5rem #c0282f, 5rem 5rem #c0282f, 6rem 5rem #c0282f, 7rem 5rem #c0282f, 8rem 5rem #c0282f, 9rem 5rem #c0282f, 10rem 5rem #c0282f, 11rem 5rem #c0282f, 12rem 5rem #c0282f, 13rem 5rem #c0282f, 14rem 5rem #000000, 1rem 6rem #000000, 2rem 6rem #c0282f, 3rem 6rem #c0282f, 4rem 6rem #c0282f, 5rem 6rem #c0282f, 6rem 6rem #c0282f, 7rem 6rem #000000, 8rem 6rem #000000, 9rem 6rem #000000, 10rem 6rem #c0282f, 11rem 6rem #c0282f, 12rem 6rem #c0282f, 13rem 6rem #c0282f, 14rem 6rem #c0282f, 15rem 6rem #000000, 1rem 7rem #000000, 2rem 7rem #c0282f, 3rem 7rem #c0282f, 4rem 7rem #c0282f, 5rem 7rem #c0282f, 6rem 7rem #000000, 7rem 7rem #f5f5f5, 8rem 7rem #f5f5f5, 9rem 7rem #f5f5f5, 10rem 7rem #000000, 11rem 7rem #c0282f, 12rem 7rem #c0282f, 13rem 7rem #c0282f, 14rem 7rem #c0282f, 15rem 7rem #000000, 1rem 8rem #000000, 2rem 8rem #000000, 3rem 8rem #000000, 4rem 8rem #000000, 5rem 8rem #000000, 6rem 8rem #000000, 7rem 8rem #f5f5f5, 8rem 8rem #f5f5f5, 9rem 8rem #f5f5f5, 10rem 8rem #000000, 11rem 8rem #000000, 12rem 8rem #000000, 13rem 8rem #000000, 14rem 8rem #000000, 15rem 8rem #000000, 1rem 9rem #000000, 2rem 9rem #f5f5f5, 3rem 9rem #f5f5f5, 4rem 9rem #f5f5f5, 5rem 9rem #f5f5f5, 6rem 9rem #000000, 7rem 9rem #f5f5f5, 8rem 9rem #f5f5f5, 9rem 9rem #f5f5f5, 10rem 9rem #000000, 11rem 9rem #f5f5f5, 12rem 9rem #f5f5f5, 13rem 9rem #f5f5f5, 14rem 9rem #f5f5f5, 15rem 9rem #000000, 1rem 10rem #000000, 2rem 10rem #f5f5f5, 3rem 10rem #f5f5f5, 4rem 10rem #f5f5f5, 5rem 10rem #f5f5f5, 6rem 10rem #f5f5f5, 7rem 10rem #000000, 8rem 10rem #000000, 9rem 10rem #000000, 10rem 10rem #f5f5f5, 11rem 10rem #f5f5f5, 12rem 10rem #f5f5f5, 13rem 10rem #f5f5f5, 14rem 10rem #f5f5f5, 15rem 10rem #000000, 2rem 11rem #000000, 3rem 11rem #f5f5f5, 4rem 11rem #f5f5f5, 5rem 11rem #f5f5f5, 6rem 11rem #f5f5f5, 7rem 11rem #f5f5f5, 8rem 11rem #f5f5f5, 9rem 11rem #f5f5f5, 10rem 11rem #f5f5f5, 11rem 11rem #f5f5f5, 12rem 11rem #f5f5f5, 13rem 11rem #f5f5f5, 14rem 11rem #000000, 2rem 12rem #000000, 3rem 12rem #f5f5f5, 4rem 12rem #f5f5f5, 5rem 12rem #f5f5f5, 6rem 12rem #f5f5f5, 7rem 12rem #f5f5f5, 8rem 12rem #f5f5f5, 9rem 12rem #f5f5f5, 10rem 12rem #f5f5f5, 11rem 12rem #f5f5f5, 12rem 12rem #f5f5f5, 13rem 12rem #f5f5f5, 14rem 12rem #000000, 3rem 13rem #000000, 4rem 13rem #f5f5f5, 5rem 13rem #f5f5f5, 6rem 13rem #f5f5f5, 7rem 13rem #f5f5f5, 8rem 13rem #f5f5f5, 9rem 13rem #f5f5f5, 10rem 13rem #f5f5f5, 11rem 13rem #f5f5f5, 12rem 13rem #f5f5f5, 13rem 13rem #000000, 4rem 14rem #000000, 5rem 14rem #000000, 6rem 14rem #f5f5f5, 7rem 14rem #f5f5f5, 8rem 14rem #f5f5f5, 9rem 14rem #f5f5f5, 10rem 14rem #f5f5f5, 11rem 14rem #000000, 12rem 14rem #000000, 5rem 15rem #000000, 6rem 15rem #000000, 7rem 15rem #000000, 8rem 15rem #000000, 9rem 15rem #000000, 10rem 15rem #000000;
}