@charset "UTF-8";
:root {
  --yellow01: #ffcd01;
  --yellow02: #fddb4e;
  --yellow03: #ffeb98;
  --yellow04: #C59F32;
  --black: #222222;
  --gray: #9a9a9a;
  --white: #fff;
  --cleam: #FFFDF4;
  --stripe_color: #fdeb97;
  --accent_color: #ff4d00;
  --hart_no_active: #fdd6c5;
  --blue: #63b2fd;
  --pink: #ffcccc;
  --serch-gray: #9a9a9a;
  --serch-white: #f8f8f8;
  --stripe_size: 2.5rem;
  --back-gradation: #c59f32;
  --row-size: 128rem;
}
@media screen and (max-width: 1280px) {
  :root {
    --row-size: 100%;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wpadminbar {
  z-index: -10 !important;
}

html {
  font-size: 10px;
  min-width: 128rem;
}

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

picture.fit-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
picture.fit-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--black);
  background-color: var(--yellow01);
  overflow-x: hidden;
}
body.stripe {
  background-repeat: repeat;
  background-size: var(--stripe_size) var(--stripe_size);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, rgba(255, 255, 255, 0.25)), color-stop(3%, rgba(255, 255, 255, 0.25)), color-stop(3%, transparent), color-stop(97%, transparent), color-stop(97%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25))), -webkit-gradient(linear, left top, right top, color-stop(3%, rgba(255, 255, 255, 0.25)), color-stop(3%, rgba(255, 255, 255, 0.25)), color-stop(3%, transparent), color-stop(97%, transparent), color-stop(97%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.25) 3%, rgba(255, 255, 255, 0.25) 3%, transparent 3%, transparent 97%, rgba(255, 255, 255, 0.25) 97%, rgba(255, 255, 255, 0.25) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.25) 3%, rgba(255, 255, 255, 0.25) 3%, transparent 3%, transparent 97%, rgba(255, 255, 255, 0.25) 97%, rgba(255, 255, 255, 0.25) 100%);
}

main {
  min-width: var(--row-size);
}

p {
  font-size: 1.6rem;
}

em {
  font-style: normal;
}

img {
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.row {
  position: relative;
  width: var(--row-size);
  margin-left: auto;
  margin-right: auto;
}
.row.w-108 {
  --row-size: 108rem;
}
.row.w-88 {
  --row-size: 88rem;
}

section.page {
  margin-top: 5rem;
  margin-bottom: 15rem;
}
section.page p {
  font-size: 2.4rem;
}

.row108 {
  --row-size: 108rem;
  margin-left: auto;
  margin-right: auto;
}

.center-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-title img {
  width: 92rem;
  height: auto;
}

.excerpt {
  text-align: center;
}

.clear_btn {
  width: 15rem;
  height: 4rem;
  border-radius: 0.5rem;
  background-color: var(--yellow01);
  -webkit-box-shadow: 0px 0.3rem var(--accent_color);
          box-shadow: 0px 0.3rem var(--accent_color);
  color: #fff;
  text-align: center;
  line-height: 3.6rem;
}

.section_title {
  text-align: center;
}

.box {
  background-color: #fff;
  padding: 4rem 4rem;
}
.box.type-1 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-image: url(../images/コース始まりの背景画像.png);
  background-color: transparent;
  background-size: 100%;
}
.box.type-1::before {
  content: "";
  width: 100%;
  height: 1.8rem;
  background-color: var(--black);
  position: absolute;
  left: 0;
  bottom: 0;
}

.video {
  width: 100%;
  aspect-ratio: 1920/1080;
}
.video .youtube_video {
  width: 100%;
  aspect-ratio: 1920/1080;
}

article {
  margin: 5rem 0 10rem;
}
article section {
  margin-top: 3rem;
}

.is-clear {
  display: none;
}
.is-clear.enabled {
  display: block;
}

.heart-1 {
  width: 2.4rem; /* pathのサイズ */
  height: 2.4rem; /* pathのサイズ */
  background: #ff5252; /* 色 */
  -webkit-clip-path: path("M12 4.248c-3.148-5.402-12-3.825-12 2.944 0 4.661 5.571 9.427 12 15.808 6.43-6.381 12-11.147 12-15.808 0-6.792-8.875-8.306-12-2.944z");
          clip-path: path("M12 4.248c-3.148-5.402-12-3.825-12 2.944 0 4.661 5.571 9.427 12 15.808 6.43-6.381 12-11.147 12-15.808 0-6.792-8.875-8.306-12-2.944z");
}

.pad-b-0 {
  padding-bottom: 0;
}

section.video {
  margin-top: 4rem;
  border: 1rem solid var(--yellow02);
  border-radius: 1rem;
}

.star-svg {
  margin-left: 1rem;
}
.star-svg svg {
  width: 2.2rem;
  margin-right: 0.2rem;
}
.star-svg svg path {
  fill: var(--yellow01);
}
.star-svg svg.light path {
  fill: var(--yellow03);
}
.star-svg svg.translucent {
  opacity: 0.5;
}

@media (any-hover: hover) {
  .data-download:hover > a {
    color: var(--blue);
  }
  .data-download:hover #under {
    fill: var(--blue);
  }
}
.data-download:active > a {
  color: var(--serch-gray);
}
.data-download:active #arrow {
  fill: var(--pink);
}
.data-download:active #under {
  fill: var(--serch-gray);
}

.bg-heart {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%8F%E3%83%BC%E3%83%88%E3%81%AE%E3%83%9E%E3%83%BC%E3%82%AF3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.966%22%20height%3D%2220.332%22%20viewBox%3D%220%200%2019.966%2020.332%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4390%22%20data-name%3D%22%E3%83%91%E3%82%B9%204390%22%20d%3D%22M22.193%2C1.108a5.012%2C5.012%2C0%2C0%2C0-7.963%2C2.586A5.012%2C5.012%2C0%2C0%2C0%2C6.269%2C1.108c-2.833%2C2.257-2.6%2C6.749.169%2C10.352C9%2C14.788%2C13%2C18%2C14.084%2C20.223a.154.154%2C0%2C0%2C0%2C.295%2C0c1.078-2.227%2C5.082-5.434%2C7.645-8.763C24.8%2C7.857%2C25.026%2C3.364%2C22.193%2C1.108Z%22%20transform%3D%22translate(-4.248%200)%22%20fill%3D%22%23ff4d00%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-crown {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2063.79%2040.08%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fddb4e%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cpath%20id%3D%22_%E3%83%91%E3%82%B9_5376%22%20class%3D%22cls-1%22%20d%3D%22M59.43%2C40.08l4.36-31.93-16.95%2C11.8L31.95%2C0l-15.16%2C19.75L0%2C7.71l3.92%2C31.98%2C55.51%2C.38Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-lock {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_11710%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2011710%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2292.531%22%20height%3D%22102.504%22%20viewBox%3D%220%200%2092.531%20102.504%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4681%22%20data-name%3D%22%E3%83%91%E3%82%B9%204681%22%20d%3D%22M-548.926%2C2202.137v43.622l9.714%2C7.337H-478.3l11.891-9.2-2.092-44.6-9.8-2.523h-67.18Z%22%20transform%3D%22translate(554.184%20-2155.415)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4334%22%20data-name%3D%22%E3%83%91%E3%82%B9%204334%22%20d%3D%22M112.282%2C39.509a17.547%2C17.547%2C0%2C0%2C0-12.444-5.155H98.046V26.871a26.874%2C26.874%2C0%2C0%2C0-53.748%2C0v7.483H42.5a17.6%2C17.6%2C0%2C0%2C0-17.6%2C17.6V84.9a17.6%2C17.6%2C0%2C0%2C0%2C17.6%2C17.6H99.838a17.6%2C17.6%2C0%2C0%2C0%2C17.6-17.6V51.953A17.568%2C17.568%2C0%2C0%2C0%2C112.282%2C39.509ZM55.934%2C26.871a15.237%2C15.237%2C0%2C0%2C1%2C30.475%2C0v7.483H55.934Zm48.121%2C62.25a5.907%2C5.907%2C0%2C0%2C1-4.217%2C1.746H42.5A5.96%2C5.96%2C0%2C0%2C1%2C36.543%2C84.9V51.953A5.96%2C5.96%2C0%2C0%2C1%2C42.5%2C45.99H99.838a5.96%2C5.96%2C0%2C0%2C1%2C5.962%2C5.962V84.9A5.929%2C5.929%2C0%2C0%2C1%2C104.055%2C89.121Z%22%20transform%3D%22translate(-24.906%200)%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4335%22%20data-name%3D%22%E3%83%91%E3%82%B9%204335%22%20d%3D%22M222.517%2C279.969a8.372%2C8.372%2C0%2C0%2C0-3.407%2C16.022l-1.852%2C12.031h10.523l-1.855-12.031a8.371%2C8.371%2C0%2C0%2C0-3.41-16.022Z%22%20transform%3D%22translate(-176.255%20-223.919)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.item-skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white);
  border: 0.5rem solid var(--yellow03);
  border-radius: 1rem;
  min-height: 5rem;
  padding: 0 1.5rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.12rem;
  color: var(--yellow01);
  position: relative;
}
.item-skill::before {
  content: "";
  display: inline-block;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  border-radius: 1rem;
  background-color: var(--yellow01);
  opacity: 0.2;
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
}
.item-skill.enabled {
  background-color: var(--yellow01);
  border-color: var(--black);
  color: var(--black);
}
.item-skill.enabled::before {
  display: none;
}

.heart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-left: 10rem;
  cursor: pointer;
}
.heart svg {
  width: 1.8rem;
  height: 2.5rem;
}
.heart path {
  fill: var(--hart_no_active);
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.heart.active {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.heart.enabled path {
  fill: var(--accent_color);
}

body {
  position: relative; /* 追加 */
}

.debugCircle {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.5;
  z-index: 1000; /* 必要に応じて他の要素より前面に表示 */
}

.scrollPositionCircle {
  background-color: red;
}

.documentHeightCircle {
  background-color: blue;
}

.howto-submission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.howto-submission a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-size: 2rem;
  position: relative;
  text-align: right;
  color: var(--accent_color);
  bottom: 1rem;
}
.howto-submission a:hover span {
  opacity: 0.5;
}
.howto-submission a img {
  width: 3rem;
  height: 3rem;
  margin-bottom: -0.3rem;
}

.carousel {
  width: 100%;
  overflow: hidden; /* wrapの外部には何も表示されないようにする */
}

.carousel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* itemを横並びにする */
  width: 200%; /* ここでは3つのitemがあると仮定 */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /* なめらかな移動のためのトランジション */
}

.carousel-item {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; /* flex-grow, flex-shrink, flex-basis */
  /* その他のスタイルや内容に関するスタイルをこちらに追加 */
}

.select-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-bottom: 5rem;
}
.select-tab button {
  min-width: 15rem;
  height: 5rem;
  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;
  font-weight: 900;
  font-size: 2rem;
  border-bottom: 0.2rem solid var(--black);
  color: var(--black);
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.select-tab button.active {
  opacity: 1;
}

#guest_login {
  font-size: 1.6rem;
  margin-top: 2rem;
}

.user-icon-change-window {
  display: grid;
  width: 80rem;
  max-height: 60rem;
  gap: 2rem;
  grid-template-rows: 1fr 9rem;
  justify-items: center;
}
.user-icon-change-window .icons {
  display: grid;
  padding: 0.5rem;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.user-icon-change-window.box {
  padding: 4rem 6rem;
}
.user-icon-change-window .icon-wrap {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border: 0.5rem solid transparent;
  border-radius: 100%;
}
.user-icon-change-window .icon-wrap > img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-icon-change-window .icon-wrap:hover {
  scale: 1.1;
}
.user-icon-change-window .icon-wrap:active {
  scale: 0.9;
}
.user-icon-change-window input[type=radio] {
  display: none;
}
.user-icon-change-window input[type=radio]:checked + .icon-wrap {
  border-color: var(--accent_color);
}
@-webkit-keyframes slide_in_right {
  from {
    visibility: visible;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide_in_right {
  from {
    visibility: visible;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slide_in_right {
  -webkit-animation-name: slide_in_right;
          animation-name: slide_in_right;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.87, 0.44, 1);
          animation-timing-function: cubic-bezier(0.24, 0.87, 0.44, 1);
  visibility: hidden;
}

@-webkit-keyframes slide_in_left {
  from {
    visibility: visible;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide_in_left {
  from {
    visibility: visible;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slide_in_left {
  -webkit-animation-name: slide_in_left;
          animation-name: slide_in_left;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.87, 0.44, 1);
          animation-timing-function: cubic-bezier(0.24, 0.87, 0.44, 1);
  visibility: hidden;
}

@-webkit-keyframes slide_out_right {
  from {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    visibility: visible;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slide_out_right {
  from {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    visibility: visible;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.slide_out_right {
  -webkit-animation-name: slide_out_right;
          animation-name: slide_out_right;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.87, 0.44, 1);
          animation-timing-function: cubic-bezier(0.24, 0.87, 0.44, 1);
  visibility: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.87, 0.44, 1);
          animation-timing-function: cubic-bezier(0.24, 0.87, 0.44, 1);
  visibility: hidden;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: visible;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: visible;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.87, 0.44, 1);
          animation-timing-function: cubic-bezier(0.24, 0.87, 0.44, 1);
  visibility: hidden;
}

.header-close-animate, .header-open-animate {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.header-open-animate {
  -webkit-animation-name: header-open-animate;
          animation-name: header-open-animate;
}

.header-close-animate {
  -webkit-animation-name: header-close-animate;
          animation-name: header-close-animate;
}

.header-close-animate.active,
.header-open-animate.active {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

:root {
  --header-size: 8.8rem;
}

@-webkit-keyframes header-open-animate {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(0, calc(-100% + var(--header-size)), 0);
            transform: translate3d(0, calc(-100% + var(--header-size)), 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes header-open-animate {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(0, calc(-100% + var(--header-size)), 0);
            transform: translate3d(0, calc(-100% + var(--header-size)), 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes header-close-animate {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, calc(-100% + var(--header-size)), 0);
            transform: translate3d(0, calc(-100% + var(--header-size)), 0);
  }
}
@keyframes header-close-animate {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, calc(-100% + var(--header-size)), 0);
            transform: translate3d(0, calc(-100% + var(--header-size)), 0);
  }
}
.dammy-head-space {
  display: block;
  padding-top: 15rem;
}

.header__level, .header__nickname {
  position: relative;
  margin-right: 2rem;
}
.header__level::before, .header__nickname::before {
  content: "";
  width: 0.4rem;
  height: 5.6rem;
  background-color: var(--black);
  position: absolute;
  right: -2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__wrap {
  position: fixed;
  width: 128rem;
  max-height: calc(100vh - 5rem);
  padding: calc(var(--header-size) - 1.2rem) 0 0;
  background-color: var(--white);
  border: 1.2rem solid var(--black);
  border-top: none;
  border-radius: 0 0 10rem 10rem;
  left: 10rem;
  top: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  z-index: 10000;
}
@media screen and (min-width: 1200px) {
  .header__wrap {
    left: calc(50vw - var(--row-size) / 2);
  }
}
.header__wrap.header-close-animate .header__inner {
  border-top: 1rem solid var(--black);
}
.header__wrap.header-close-animate.active .header__inner {
  border-top: none;
}
.header__user-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 108.5rem;
  max-height: calc(100vh - 5rem);
  height: calc(var(--header-size) - 1.2rem);
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 20rem;
  z-index: 10000;
  background-color: var(--white);
}
@media screen and (min-width: 1200px) {
  .header__user-info {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.header__user-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: fixed;
  --user-image-size: 15rem;
  width: var(--user-image-size);
  height: var(--user-image-size);
  background-color: var(--white);
  border: 1rem solid var(--black);
  border-radius: 100%;
  top: 1.2rem;
  left: calc(50% - 61rem);
  z-index: 15000;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.header__user-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.header__nickname {
  width: 26rem;
  font-size: 3rem;
  letter-spacing: 0.24rem;
  font-weight: bold;
  white-space: nowrap;
  margin-left: 7rem;
  text-align: center;
}
.header__exp-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5rem;
  margin-left: 2rem;
}
.header__exp {
  -webkit-clip-path: polygon(50% 0, 100% 0%, 50% 100%, 0% 100%);
          clip-path: polygon(50% 0, 100% 0%, 50% 100%, 0% 100%);
  width: 4.8rem;
  height: 2.4rem;
  margin-left: -1.5rem;
  background-color: var(--yellow01);
}
.header__exp.disabled {
  background-color: var(--yellow03);
}
.header__level {
  margin-left: 1.5rem;
  font-size: 3.2rem;
  letter-spacing: 0rem;
  width: 4em;
  font-family: m-plus-1p, sans-serif;
  font-weight: 900;
  text-align: center;
}
.header__level span {
  font-size: 2.8rem;
  margin-right: 0.5rem;
  font-weight: 700;
}
.header__b-coin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 2.2rem;
}
.header__b-coin-val {
  margin-left: 2rem;
  font-size: 3.2rem;
  font-family: m-plus-1p, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  width: 15rem;
}
.header__open-button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  --open-button-size: 5rem;
  width: var(--open-button-size);
  height: var(--open-button-size);
  border-radius: 100%;
  margin-left: 2rem;
  background-image: url("../images/button_down.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .header__open-button {
    background-image: url("../images/button_down@2x.png");
  }
}
.header__open-button.active {
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
}
.header__inner {
  width: 100%;
  display: grid;
  grid-template-rows: 5rem 1fr 13rem;
  row-gap: 2rem;
  height: calc(100vh - 15rem);
  border-top: 1rem solid transparent;
  -webkit-transition: border-top 0.1s ease;
  transition: border-top 0.1s ease;
  padding: 2rem 9.8rem 0 17.8rem;
}
.header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header__overflow-wrap {
  width: 98rem;
  overflow: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -ms-overflow-style: none;
  position: relative;
}
.header__overflow-wrap::-webkit-scrollbar {
  display: none;
}
.header__overflow-wrap #calendar {
  height: 100%;
}
.header__rank {
  display: inline-block;
  position: relative;
  width: 35rem;
  height: 22rem;
  overflow: hidden;
  border-radius: 2rem;
}
.header__rank__cover {
  border: 0.8rem solid var(--black);
  border-radius: 2rem;
  overflow: hidden;
}
.header__rank__cover.next::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: var(--back-gradation);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  z-index: 1;
}
.header__rank__cover.next .lock {
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  inset: 0;
  z-index: 5;
  margin: auto;
}
.header__rank__cover.next .lock img {
  width: 100%;
  height: auto;
}
.header__rank__wrap {
  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;
}
.header__rank__name {
  background-color: var(--yellow01);
  padding: 0.5rem 2rem;
}
.header__rank__name p {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
}
.header__rank__name span {
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 1rem;
}
.header__rank__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 11.5rem;
  overflow-y: hidden;
}
.header__rank__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__rank__info {
  border-top: 0.8rem solid var(--black);
  padding: 0 2rem 0;
  position: relative;
  font-size: 1.8rem;
  line-height: 3.8rem;
  font-weight: 700;
}
.header__rank__info em {
  color: var(--black);
  font-family: m-plus-1p, sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
}
.header__rank__info::before, .header__rank__info::after {
  content: "";
  --size: 2.2rem;
  --color: var(--black);
  --pos_x: 3.4rem;
  display: inline-block;
  position: absolute;
  border-right: var(--size) solid transparent;
  border-bottom: calc(var(--size) / 0.79) solid var(--color);
  border-left: var(--size) solid transparent;
  top: calc(-1 * var(--size) - 0.6rem);
  right: var(--pos_x);
}
.header__rank__info::after {
  --inner-size: 1.2rem;
  --color: var(--white);
  top: calc(-1 * var(--inner-size) - 0.3rem);
  right: calc(var(--pos_x) + var(--size) / 2 - 0.1rem);
  border-width: var(--inner-size);
  border-bottom-width: calc(var(--inner-size) / 0.79);
}
.header__rank__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__rank__arrow span {
  --size: 3.3rem;
  display: inline-block;
  background-color: var(--yellow01);
  width: var(--size);
  height: calc(var(--size) * 1.1764705882);
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 100%, 50% 50%, 0% 0%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 100%, 50% 50%, 0% 0%);
}
.header__rank__arrow span:not(:last-of-type) {
  margin-right: 0.5rem;
}
.header__rank__arrow span:nth-of-type(2) {
  opacity: 0.75;
}
.header__rank__arrow span:nth-of-type(3) {
  opacity: 0.5;
}
.header__skill-wrap {
  margin-top: 3rem;
}
.header__skill {
  display: grid;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  row-gap: 0.8rem;
  margin-top: 3rem;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  list-style: none;
}
.header__skill li {
  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;
  height: 8rem;
  border: 0.6rem solid var(--black);
  padding: 0 2.4rem;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  border-radius: 1rem;
  background-color: var(--yellow01);
  text-align: center;
}
.header__skill li.disabled {
  position: relative;
}
.header__skill li.disabled::before {
  content: "";
  display: inline-block;
  width: calc(100% + 1.2rem);
  height: calc(100% + 1.2rem);
  border-radius: 1rem;
  background-color: var(--back-gradation);
  opacity: 0.6;
  position: absolute;
  top: -0.6rem;
  left: -0.6rem;
}
.header__rings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: -2.2rem;
  bottom: 6rem;
  z-index: 100;
}
.header__rings span {
  position: relative;
}
.header__rings span::after {
  content: "";
  display: inline-block;
  width: 10rem;
  height: 3rem;
  margin-bottom: 3rem;
  border: 0.5rem solid var(--black);
  border-radius: 2rem;
  background-color: var(--yellow03);
  z-index: 2;
  position: relative;
}
.header__rings span::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-color: var(--back-gradation);
  border-radius: 100%;
  z-index: -1;
  right: -1rem;
  top: -0.5rem;
}
.header__submission {
  margin-top: 2rem;
  text-align: center;
}
.header__submission a {
  text-decoration: none;
}
.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header__links a {
  border: 0.5rem solid var(--black);
  border-bottom: none;
  border-radius: 2rem 2rem 0 0;
  width: 16rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  padding: 2rem;
  background-color: var(--yellow03);
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header__links a .material-symbols-outlined {
  font-size: 5rem;
  color: var(--black);
}
.header__links a p {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: m-plus-1p, sans-serif;
  color: var(--black);
}
.header__links a:hover {
  background-color: var(--yellow01);
}
.header__tabs {
  --tab-border-width: .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: var(--tab-border-width) solid var(--black);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding: 0 0.5rem;
}
.header__tabs button {
  position: relative;
  top: var(--tab-border-width);
  padding: 0.5rem 2rem;
  border: var(--tab-border-width) solid var(--black);
  font-size: 1.8rem;
  border-radius: 0.5rem 0.5rem 0 0;
  font-weight: 700;
  font-family: m-plus-1p, sans-serif;
  background-color: #fff8da;
  color: rgba(34, 34, 34, 0.7);
}
.header__tabs button.active {
  background-color: #fff;
  border-bottom: none;
  color: var(--black);
}
.header__table {
  position: relative;
  height: 100%;
  --column-size-1: 9em;
  --column-size-2: 1em;
  --column-size-3: 28.8rem;
}
.header__table#clearhistory-table {
  --column-size-1: 11em;
  --column-size-2: 10em;
  --column-size-3: 48rem;
  --column-size-4: 9em;
}
.header__table#previous_missions {
  --column-size-1: auto;
  --column-size-2: 10em;
}
.header__table th:nth-child(1), .header__table td:nth-child(1) {
  width: var(--column-size-1);
}
.header__table th:nth-child(2), .header__table td:nth-child(2) {
  width: var(--column-size-2);
}
.header__table th:nth-child(3), .header__table td:nth-child(3) {
  width: var(--column-size-3);
}
.header__table th:nth-child(4), .header__table td:nth-child(4) {
  width: var(--column-size-4);
}
.header__table__loader {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.7);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 0;
}
.header__table .material-symbols-outlined.accent {
  color: var(--accent_color);
}
.header__table .icon-center {
  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;
}
.header__table .icon-center .material-symbols-outlined {
  display: inline-block;
}
.header__table .pagenate {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.header__table .pagenate li {
  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;
  width: 2.5rem;
  height: 2.5rem;
  border-bottom: 0.2rem solid var(--black);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--black);
}
.header__table .pagenate li:not(.current) {
  color: var(--blue);
  cursor: pointer;
  border-color: var(--blue);
}
.header__table table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.header__table table thead, .header__table table tbody, .header__table table tfoot {
  display: block;
}
.header__table table thead {
  border-bottom: 0.5rem solid var(--yellow01);
}
.header__table table tbody {
  width: 100%;
  height: calc(100% - 13.5rem);
  overflow-y: scroll;
}
.header__table table tbody tr {
  display: block;
  border-bottom: 0.1rem solid var(--yellow02);
}
.header__table table th {
  text-align: left;
  width: auto;
}
.header__table table th h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: m-plus-1p, sans-serif;
  font-weight: 700;
}
.header__table table th h3 span {
  margin-right: 1rem;
  color: var(--accent_color);
}
.header__table table th, .header__table table td {
  font-size: 1.6rem;
  padding: 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header__table table tfoot {
  border-top: 0.5rem solid var(--yellow01);
  border-bottom: 0.3rem solid var(--yellow01);
}
.header__table table tfoot tr, .header__table table tfoot th {
  display: block;
  width: 100%;
}
.header__table table .column-new {
  padding-left: 0;
  padding-right: 0;
}
.header__news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  overflow-y: hidden;
  height: 100%;
}
.header__news__link {
  color: var(--blue);
  text-decoration: underline;
  text-align: left;
  line-height: 1.5;
}
.header__need-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background-color: rgba(34, 34, 34, 0.7);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__need-register p {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.header__key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.5rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.header__key > img {
  width: 4.5rem;
  height: auto;
}
.header__key p {
  font-size: 3rem;
  font-weight: 900;
  font-family: m-plus-1p, sans-serif;
}
.header__key #key_purchase_button {
  width: 2.4rem;
  overflow-y: hidden;
  color: var(--black);
  font-size: 1.6rem;
}
.header__key #key_purchase_button::-webkit-scrollbar {
  display: none;
}
.header__key #key_purchase_button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.header__mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  height: 100%;
}
.header__mission h3 {
  font-size: 2rem;
}
.header__mission h3 .material-symbols-outlined {
  color: var(--accent_color);
  position: relative;
  top: 0.3rem;
  margin-right: 0.5rem;
}
.header__mission h3 p {
  font-size: unset;
}
.header__mission__current .mission-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  margin-top: 1rem;
}
.header__mission__current h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-bottom: 0.5rem solid var(--yellow01);
}
.header__mission__previous .mission-list {
  font-size: 0.8rem;
}

.header-login {
  width: 100%;
  height: 10rem;
  background-color: var(--white);
  padding: 0 3rem;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo img {
  margin-top: 1.6rem;
  width: 12rem;
}

#reset_course input[type=submit] {
  color: var(--accent_color);
  text-decoration: underline;
  font-size: 1.4rem;
}

.header2 {
  height: 5rem;
  width: 100%;
  padding: 0 2rem;
  background-color: var(--black);
}

.header-black {
  background-color: var(--black);
  height: 5rem;
  z-index: 100;
  position: relative;
}
.header-black .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  padding: 0 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-black .row .header-logo {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 7.2rem;
  height: 3.3rem;
  position: relative;
  left: 0;
  bottom: 0.2rem;
}
.header-black .row .header-logo picture, .header-black .row .header-logo img {
  width: 7.2rem;
  height: 3.3rem;
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
  .header-black {
    height: 10rem;
  }
  .header-black .row {
    height: 10rem;
    padding: 0 4rem;
  }
  .header-black .row .header-logo {
    width: 14.4rem;
    height: 6.6rem;
    bottom: 0.4rem;
  }
  .header-black .row .header-logo picture, .header-black .row .header-logo img {
    width: 14.4rem;
    height: 6.6rem;
    margin-top: 0;
  }
}

.header-white {
  background-color: #fff;
  height: 5rem;
  z-index: 100;
  position: relative;
}
.header-white .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  padding: 0 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-white .row .header-logo {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 7.2rem;
  height: 3.3rem;
  position: relative;
  left: 0;
  bottom: 0.2rem;
}
.header-white .row .header-logo picture, .header-white .row .header-logo img {
  width: 7.2rem;
  height: 3.3rem;
  margin-top: 0;
}
.header-white .row a {
  text-decoration: none;
}
.header-white .row h2 {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.08rem;
  color: var(--black);
}
.header-white__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.header-white__wrap select {
  border: 0.2rem solid var(--black);
  padding: 0.3rem 0.5rem 0.3rem 0.3rem;
  border-radius: 0.5rem;
  font-size: 1em;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* ブラウザデフォルトの見た目をリセットします */
  background: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>') no-repeat right center; /* 下向き三角形のアイコンを背景として設定します */
  background-size: 1.6rem; /* アイコンのサイズを設定します */
}
@media screen and (min-width: 1000px) {
  .header-white__wrap {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .header-white__wrap select {
    padding: 0.5rem 2.5rem 0.5rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 1.5em;
    font-weight: 700;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; /* ブラウザデフォルトの見た目をリセットします */
    background: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>') no-repeat right center; /* 下向き三角形のアイコンを背景として設定します */
    background-size: 2.4rem; /* アイコンのサイズを設定します */
  }
}
@media screen and (min-width: 1000px) {
  .header-white {
    height: 10rem;
  }
  .header-white .row {
    height: 10rem;
    padding: 0 4rem;
  }
  .header-white .row .header-logo {
    width: 14.4rem;
    height: 6.6rem;
    bottom: 0.4rem;
  }
  .header-white .row .header-logo picture, .header-white .row .header-logo img {
    width: 14.4rem;
    height: 6.6rem;
  }
  .header-white .row h2 {
    font-size: 4rem;
  }
}

.notice-badge {
  --size: 1.6rem;
  --position: .2rem;
  display: inline-block;
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  position: absolute;
  right: var(--position);
  top: var(--position);
  border: 0.2rem solid var(--accent_color);
}
.notice-badge::before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  background-color: var(--accent_color);
  width: calc(var(--size) - 0.6rem);
  height: calc(var(--size) - 0.6rem);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.badge-count {
  --size: 2.4rem;
  --position: .2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  background-color: var(--accent_color);
  font-size: 1.4rem;
  color: var(--white);
  font-weight: 700;
  top: -0.7rem;
  right: -0.7rem;
}

@media screen and (min-width: 600px) and (max-height: 800px) {
  .header__wrap {
    max-height: 100vh;
  }
  .header__inner {
    height: calc(100vh - 8.8rem);
    grid-template-rows: 5rem 1fr 9rem;
  }
  .header__links a {
    width: 15rem;
    padding: 1rem;
  }
  .header__links a p {
    font-size: 1.8rem;
  }
}
.heart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-left: 10rem;
  cursor: pointer;
}
.heart svg {
  width: 1.8rem;
  height: 2.5rem;
}
.heart path {
  fill: var(--hart_no_active);
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.heart.active {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.heart.enabled path {
  fill: var(--accent_color);
}

.biita {
  display: inline-block;
  width: clamp(45rem, 52.3255813953vh, 55rem);
  position: absolute;
  left: -15rem;
  bottom: 0;
  overflow: hidden;
}
.biita img {
  width: 100%;
  height: auto;
  position: relative;
  bottom: -8rem;
  left: 0;
}

.btn-wrap-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(0.833333333);
          transform: scale(0.833333333);
  cursor: pointer;
  image-rendering: -webkit-optimize-contrast;
  background-image: url("../images/button_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .btn {
    background-image: url("../images/button_arrow@2x.png");
  }
}
.btn.size-10 {
  width: 12rem;
  height: 12rem;
}
@media (any-hover: hover) {
  .btn:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.btn:active {
  -webkit-transform: scale(0.833333333);
          transform: scale(0.833333333);
}
.btn.question {
  background-image: url("../images/button_question.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .btn.question {
    background-image: url("../images/button_question@2x.png");
  }
}
.btn.infomation {
  background-image: url("../images/button_infomation.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .btn.infomation {
    background-image: url("../images/button_infomation@2x.png");
  }
}
.btn.return {
  background-image: url("../images/button_return.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .btn.return {
    background-image: url("../images/button_return@2x.png");
  }
}
.btn.hint {
  background-image: url("../images/button_hint.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .btn.hint {
    background-image: url("../images/button_hint@2x.png");
  }
}

.btn-square {
  display: inline-block;
  width: 30rem;
  height: 10rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  image-rendering: -webkit-optimize-contrast;
  -webkit-transform: scale(0.866666666);
          transform: scale(0.866666666);
  background-image: url("../images/button_clear.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .btn-square {
    background-image: url("../images/button_clear@2x.png");
  }
}
@media (any-hover: hover) {
  .btn-square:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.btn-square:active {
  -webkit-transform: scale(0.866666666);
          transform: scale(0.866666666);
}

.btn-square-free, .login .tmp-login-form-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30rem;
  height: 10rem;
  background-color: var(--yellow01);
  border: 0.7rem solid var(--black);
  border-radius: 1rem;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  color: var(--black);
  -webkit-transform: scale(0.866666666);
          transform: scale(0.866666666);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn-square-free .exclamation, .login .tmp-login-form-submit .exclamation {
  display: inline-block;
  margin-left: 0.3rem;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media (any-hover: hover) {
  .btn-square-free:hover, .login .tmp-login-form-submit:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.btn-square-free:active, .login .tmp-login-form-submit:active {
  -webkit-transform: scale(0.866666666);
          transform: scale(0.866666666);
}

.span-arrow {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  border-radius: 100%;
  background-color: var(--white);
  position: relative;
  margin-top: 0.2rem;
}
.span-arrow::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-bottom: 0.3rem solid var(--black);
  border-left: 0.3rem solid var(--black);
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-transform: translateX(-0.2rem) rotate(-135deg);
          transform: translateX(-0.2rem) rotate(-135deg);
}

.btn-no-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26rem;
  height: 8rem;
  text-align: center;
  background-color: var(--yellow01);
  border-radius: 1rem;
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .btn-no-border:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.btn-icon-right {
  display: inline;
  width: 2.8rem;
  height: 2.8rem;
  background-color: var(--white);
  border-radius: 100%;
  position: relative;
}
.btn-icon-right::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  --border-width: .3rem;
  border-top: var(--border-width) solid var(--black);
  border-right: var(--border-width) solid var(--black);
  right: 50%;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.btn-square-return {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25.5rem;
  height: 4.5rem;
  border-radius: 0.75rem;
  background-color: #FED11A;
  border: 0.2rem solid var(--black);
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.08rem;
  line-height: 4.1rem;
  text-align: center;
  text-decoration: none;
  color: var(--black);
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.btn-square-return::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 1rem);
}
.btn-square-return::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-left: 0.2rem solid var(--black);
  border-top: 0.2rem solid var(--black);
  position: absolute;
  left: 2.3rem;
  top: calc(50% - 0.3rem);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn-square-return:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1000px) {
  .btn-square-return {
    width: 40rem;
    height: auto;
    aspect-ratio: 25.5/4.5;
    border-radius: 1.5rem;
    border-width: 0.3rem;
    font-size: 2.4rem;
    letter-spacing: 0.08rem;
    line-height: 6.3rem;
  }
  .btn-square-return::before {
    content: "";
    width: 3rem;
    height: 3rem;
    left: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .btn-square-return::after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-width: 0.3rem;
    left: 3.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}

.btn-rounded {
  --shadow-size: .4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: auto;
  padding: 2rem 4rem;
  border-radius: 1rem;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--white);
  background-color: var(--accent_color);
  font-size: 2.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.2rem;
  text-decoration: none;
  border: var(--shadow-size) solid var(--black);
  -webkit-box-shadow: 0 0.4rem 0 var(--black);
          box-shadow: 0 0.4rem 0 var(--black);
  position: relative;
  top: 0;
  left: 0;
}
.btn-rounded:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  top: var(--shadow-size);
}
.btn-rounded .material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 40;
  font-size: 2.6rem;
  margin-right: 1rem;
  position: relative;
  top: 0.1rem;
  left: 0;
  width: 2.6rem;
}
.btn-rounded span.icon-start {
  display: inline-block;
}
.btn-rounded.on-bita {
  margin-top: 6.5rem;
}
.btn-rounded.on-bita::before {
  content: "";
  display: inline-block;
  aspect-ratio: 127/51;
  width: 5rem;
  height: auto;
  background-image: url("../images/bita_hand.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 5.5rem;
  top: -1.2rem;
  z-index: 3;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .btn-rounded.on-bita::before {
    background-image: url("../images/bita_hand@2x.png");
  }
}
.btn-rounded.on-bita::after {
  content: "";
  display: inline-block;
  aspect-ratio: 230/152;
  width: 10rem;
  height: auto;
  background-image: url("../images/bita_down.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0.5rem;
  top: -7rem;
  z-index: 1;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .btn-rounded.on-bita::after {
    background-image: url("../images/bita_down@2x.png");
  }
}

.box {
  border: 1.2rem solid var(--black);
  background-color: var(--white);
  padding: 10rem;
  position: relative;
  border-radius: 2rem;
}
.box.rounded {
  border-radius: 10rem 10rem 0 0;
  padding: 10rem;
}
.box.border-yellow {
  border-color: var(--yellow01);
}
.box.p-wide {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.box-rounded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: clamp(108rem, 125.5813953488vh, 118rem);
  width: 108rem;
  padding-top: 5rem;
  height: clamp(86rem, 100vh, 94rem);
}
.box-rounded .box-head {
  --width: 10.2rem;
  --height: 9.8rem;
  display: block;
  width: calc(100% - var(--width) * 2);
  height: var(--height);
  margin-left: var(--width);
  background-color: var(--white);
  border-top: 1.5rem solid var(--black);
  position: relative;
}
.box-rounded .box-head::before, .box-rounded .box-head::after {
  content: "";
  position: absolute;
  height: var(--height);
  width: var(--width);
  background-image: url("../images/reverse_rounded.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: -1.5rem;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .box-rounded .box-head::before, .box-rounded .box-head::after {
    background-image: url("../images/reverse_rounded@2x.png");
  }
}
.box-rounded .box-head::before {
  left: calc(-1 * var(--width));
}
.box-rounded .box-head::after {
  right: calc(-1 * var(--width));
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.box-rounded .box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  height: clamp(71.2rem, 82.7906976744vh, 78rem);
  height: 71.2rem;
  border-left: 1.5rem solid var(--black);
  border-right: 1.5rem solid var(--black);
  background-color: var(--white);
}

.box-chipped {
  --border-width: 1.5rem;
  background-color: var(--black);
  position: relative;
  -webkit-clip-path: polygon(10rem 0%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 10rem);
          clip-path: polygon(10rem 0%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 10rem);
  padding: var(--border-width);
}
.box-chipped .box-body {
  padding-top: 32.9rem;
  padding: 32.9rem 12.5rem 3.5rem;
  background-color: var(--white);
  -webkit-clip-path: polygon(9rem 0%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 9rem);
          clip-path: polygon(9rem 0%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 9rem);
}
.box-chipped.both {
  -webkit-clip-path: polygon(11rem 0%, 100% 0, 100% 20%, 100% calc(100% - 15rem), calc(100% - 11rem) 100%, 20% 100%, 0 100%, 0 15rem);
          clip-path: polygon(11rem 0%, 100% 0, 100% 20%, 100% calc(100% - 15rem), calc(100% - 11rem) 100%, 20% 100%, 0 100%, 0 15rem);
}
.box-chipped.both .box-body {
  -webkit-clip-path: polygon(10.5rem 0%, 100% 0, 100% 20%, 100% calc(100% - 14.5rem), calc(100% - 10.5rem) 100%, 20% 100%, 0 100%, 0 14.5rem);
          clip-path: polygon(10.5rem 0%, 100% 0, 100% 20%, 100% calc(100% - 14.5rem), calc(100% - 10.5rem) 100%, 20% 100%, 0 100%, 0 14.5rem);
}

.item {
  --item-border-color: var(--black);
  display: grid;
  border-radius: 2rem;
  border: 1.2rem solid var(--item-border-color);
  height: 37.5rem;
  grid-template-rows: 8rem 1fr 5rem;
  position: relative;
  -webkit-transition: 0.3s -webkit-transform ease-out;
  transition: 0.3s -webkit-transform ease-out;
  transition: 0.3s transform ease-out;
  transition: 0.3s transform ease-out, 0.3s -webkit-transform ease-out;
  z-index: 0;
}
.item .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 3px 0;
  border-bottom: 1.2rem solid var(--item-border-color);
}
.item .item-title h2 {
  letter-spacing: 0.2rem;
  line-height: 1.1;
  font-weight: 700;
  color: var(--black);
  text-decoration: none;
  text-align: center;
}
.item .item-title h2 p {
  font-size: 2.4rem;
}
.item .item-title h2 p.small {
  font-size: 2rem;
}
.item .item-title h2 p.sub-title {
  font-size: 1.6rem;
}
.item .item-title h2 p.sub-title ruby > rt {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.item .item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--yellow01);
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 1rem 1rem;
  position: relative;
}
.item .item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item .item-crown {
  position: absolute;
  display: inline-block;
  top: -4.8rem;
  left: -3.5rem;
}
.item .item-clear {
  position: absolute;
  left: 1.5rem;
  top: 7rem;
  z-index: 20;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.item .item-clear img {
  aspect-ratio: 320/158;
  height: auto;
  width: 13rem;
}
.item .item-clear.small img {
  width: 10rem;
}
.item .item-achieved-image {
  position: absolute;
  left: 1.5rem;
  top: 9rem;
  z-index: 21;
}
.item .item-achieved-image img {
  height: auto;
  width: 13rem;
}
.item .item-flower-mark {
  position: absolute;
  left: -4rem;
  top: -3.5rem;
  z-index: 20;
}
.item .item-flower-mark img {
  height: auto;
  width: 10rem;
}
.item .item-megaphone {
  position: absolute;
  display: inline-block;
  top: -4.8rem;
  right: -3.2rem;
  z-index: 20;
}
.item .item-megaphone img {
  cursor: pointer;
}
.item .item-need-skills {
  position: absolute;
  width: 97.5rem;
  border: 1rem solid var(--black);
  border-radius: 2rem;
  padding: 2rem;
  background-color: var(--white);
  top: -18rem;
  right: 0;
  z-index: 20;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.item .item-need-skills.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.item .item-need-skills::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("../images/blowing_tail2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.8rem;
  height: 3rem;
  bottom: -3rem;
  right: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .item .item-need-skills::before {
    background-image: url("../images/blowing_tail2@2x.png");
  }
}
.item:nth-of-type(3n) .item-need-skills {
  right: 2rem;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.item:nth-of-type(3n) .item-need-skills::before {
  right: 2rem;
}
.item:nth-of-type(3n + 1) .item-need-skills {
  left: -29.5rem;
  -webkit-transform-origin: 28rem bottom;
          transform-origin: 28rem bottom;
}
.item:nth-of-type(3n + 1) .item-need-skills::before {
  right: unset;
  left: 27rem;
}
.item:nth-of-type(3n + 2) .item-need-skills {
  right: -30rem;
  -webkit-transform-origin: 62rem bottom;
          transform-origin: 62rem bottom;
}
.item:nth-of-type(3n + 2) .item-need-skills::before {
  right: 35rem;
}
.item .item-attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.8rem solid var(--black);
  padding: 0 2rem;
  text-align: right;
}
.item .item-attribute .type img {
  height: 2.5rem;
}
.item .item-newmark {
  position: absolute;
  display: inline-block;
  width: 10.8rem;
  height: 6.8rem;
  background-image: url("../images/NEW.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -4.8rem;
  left: -3.2rem;
  z-index: 10;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .item .item-newmark {
    background-image: url("../images/NEW@2x.png");
  }
}
.item .item-coin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(34, 34, 34, 0.3);
  position: absolute;
  right: 1rem;
  bottom: 6rem;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  z-index: 10;
}
.item .item-coin p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin-left: 1rem;
}
.item .item-coin img {
  width: 4.5rem;
  height: 4.5rem;
}
@media (any-hover: hover) {
  .item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.item.disabled {
  position: relative;
}
.item.disabled::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #ffcd02;
  border-radius: 2rem;
  opacity: 0.5;
  width: calc(100% + 2.4rem);
  height: calc(100% + 2.4rem);
  z-index: 2;
  left: -1.2rem;
  top: -1.2rem;
}
@media (any-hover: hover) {
  .item.disabled:hover {
    -webkit-transform: unset;
            transform: unset;
  }
}
.item.disabled a {
  pointer-events: none; /* リンクのクリックを無効化 */
}
.item.insufficient_tier {
  position: relative;
}
.item.insufficient_tier::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: var(--accent_color);
  border-radius: 2rem;
  opacity: 0.5;
  width: calc(100% + 2.4rem);
  height: calc(100% + 2.4rem);
  z-index: 2;
  left: -1.2rem;
  top: -1.2rem;
}
@media (any-hover: hover) {
  .item.insufficient_tier:hover {
    -webkit-transform: unset;
            transform: unset;
  }
}
.item.is_clear {
  --item-border-color: var(--yellow01);
}
.item.is-achieved {
  --item-border-color: var(--accent_color);
}

.item-lockmark {
  display: inline-block;
  position: absolute;
  left: 9.8rem;
  top: 9.8rem;
  margin: auto;
  z-index: 10;
  width: 13.6rem;
  height: 15rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22uuid-1ee12cef-2f84-44bb-b68a-d454ed551ea5%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22102.54%22%20height%3D%22112.46%22%20viewBox%3D%220%200%20102.54%20112.46%22%3E%20%3Cg%20id%3D%22uuid-7a6a5c32-8ece-42f2-851e-32a03387b178%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2011710%22%3E%20%3Cg%3E%20%3Cpath%20id%3D%22uuid-3ed10bec-9b30-448f-9dbf-a9041ef92274%22%20data-name%3D%22%E3%83%91%E3%82%B9%204681%22%20d%3D%22m10.26%2C51.68v43.62l9.71%2C7.34h60.91l11.89-9.2-2.09-44.6-9.8-2.52H13.71l-3.45%2C5.36Z%22%20style%3D%22fill%3A%20%23fff%3B%20stroke-width%3A%200px%3B%22%2F%3E%20%3Cpath%20id%3D%22uuid-31445b40-e137-431a-bcac-95f52fbb5f30%22%20data-name%3D%22%E3%83%91%E3%82%B9%204335%22%20d%3D%22m51.27%2C61.01c-4.62%2C0-8.37%2C3.74-8.38%2C8.37%2C0%2C3.31%2C1.95%2C6.31%2C4.97%2C7.66l-1.85%2C12.03h10.52l-1.85-12.03c4.23-1.88%2C6.13-6.82%2C4.25-11.05-1.34-3.03-4.35-4.98-7.66-4.97h0Z%22%20style%3D%22fill%3A%20%23222%3B%20stroke-width%3A%200px%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22uuid-f938ab3b-7758-44e4-988a-10f18f535e97%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cg%3E%20%3Cpath%20d%3D%22m22.6%2C109.96c-11.08%2C0-20.1-9.02-20.1-20.1v-32.95c0-10.85%2C8.64-19.72%2C19.4-20.09v-5.6c0-11.96%2C7.42-22.71%2C18.45-26.74%2C3.6-1.31%2C7.27-1.98%2C10.92-1.98%2C16.2%2C0%2C29.37%2C13.18%2C29.37%2C29.37l.02%2C5.16%2C2.31.03.18.03c4.21.68%2C8.01%2C2.62%2C10.99%2C5.61%2C3.8%2C3.79%2C5.89%2C8.84%2C5.89%2C14.21v32.95c0%2C11.08-9.02%2C20.1-20.1%2C20.1H22.6Zm0-56.51c-.92%2C0-1.79.36-2.45%2C1.01-.65.65-1.01%2C1.52-1.01%2C2.45v32.95c0%2C.93.36%2C1.79%2C1.01%2C2.45.65.65%2C1.52%2C1.01%2C2.45%2C1.01h57.34c.92%2C0%2C1.81-.37%2C2.44-1.01.65-.65%2C1.02-1.54%2C1.02-2.45v-32.96c0-1.91-1.55-3.46-3.46-3.46H22.6Zm40.81-16.64h.6s0-5.63%2C0-5.63c0-4.7-2.72-8.93-6.93-10.78-1.92-.84-3.87-1.27-5.8-1.27-7.02%2C0-12.74%2C5.71-12.74%2C12.74%2C0%2C.02-.03%2C2.69-.06%2C4.94h24.94Z%22%20style%3D%22fill%3A%20%23222%3B%20stroke-width%3A%200px%3B%22%2F%3E%20%3Cpath%20d%3D%22m51.27%2C5c14.84%2C0%2C26.87%2C12.03%2C26.87%2C26.87l.03%2C7.63%2C4.58.06c3.62.59%2C7%2C2.28%2C9.62%2C4.91%2C3.3%2C3.3%2C5.16%2C7.78%2C5.16%2C12.44v32.95c0%2C9.72-7.88%2C17.6-17.6%2C17.6H22.6c-9.72%2C0-17.6-7.88-17.6-17.6v-32.95c0-9.72%2C7.88-17.6%2C17.6-17.6h1.8v-8.09c0-10.83%2C6.64-20.68%2C16.81-24.39%2C3.42-1.25%2C6.81-1.83%2C10.06-1.83m-15.32%2C34.31h27.46l3.1.04v-8.17c0-5.63-3.27-10.8-8.43-13.07-2.32-1.02-4.62-1.48-6.81-1.48-8.41%2C0-15.24%2C6.82-15.24%2C15.24%2C0%2C0-.07%2C5.67-.09%2C7.44m-13.35%2C56.51h57.34s.02%2C0%2C.02%2C0c1.57%2C0%2C3.08-.63%2C4.19-1.75%2C1.12-1.12%2C1.75-2.64%2C1.74-4.22v-32.95c0-3.29-2.67-5.96-5.96-5.96%2C0%2C0%2C0%2C0%2C0%2C0H22.6c-3.29%2C0-5.96%2C2.67-5.96%2C5.96v32.95c0%2C3.29%2C2.67%2C5.96%2C5.96%2C5.96M51.27%2C0c-3.94%2C0-7.91.72-11.78%2C2.13-12.02%2C4.39-20.1%2C16.08-20.1%2C29.09v3.31C8.45%2C36.1%2C0%2C45.54%2C0%2C56.91v32.95c0%2C12.46%2C10.14%2C22.6%2C22.6%2C22.6h57.34c12.46%2C0%2C22.6-10.14%2C22.6-22.6v-32.95c0-6.04-2.35-11.71-6.62-15.98-3.35-3.36-7.63-5.54-12.36-6.31l-.37-.06h-.03s-.01-2.71-.01-2.71c0-17.55-14.3-31.85-31.87-31.85h0Zm-10.27%2C34.31c.02-1.33.03-2.38.03-2.38v-.03s0-.03%2C0-.03c0-5.64%2C4.59-10.24%2C10.24-10.24%2C1.59%2C0%2C3.2.36%2C4.8%2C1.06%2C3.3%2C1.45%2C5.44%2C4.79%2C5.44%2C8.49v3.13h-20.5Zm-18.4%2C56.51h0c-.33%2C0-.55-.15-.68-.28-.13-.13-.28-.35-.28-.68v-32.95c0-.33.15-.55.28-.68.13-.13.35-.28.68-.28h57.34c.53%2C0%2C.96.43.96.96v32.95c0%2C.26-.1.5-.27.68-.19.19-.42.29-.66.29H22.6Z%22%20style%3D%22fill%3A%20%23fff%3B%20stroke-width%3A%200px%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.item-lockmark.unlock-possible {
  cursor: pointer;
}
.item-lockmark.unlock-possible:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22uuid-0bafed47-f654-4fd1-9d67-0b4bdc4b4e97%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22102.54%22%20height%3D%22112.26%22%20viewBox%3D%220%200%20102.54%20112.26%22%3E%20%3Cg%20id%3D%22uuid-235280aa-86cb-4d96-9f14-463fe219604b%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2011710%22%3E%20%3Cg%3E%20%3Cpath%20id%3D%22uuid-a91e19d6-910b-454c-a4c5-125db608d58e%22%20data-name%3D%22%E3%83%91%E3%82%B9%204681%22%20d%3D%22m10.01%2C51.48v43.62l9.71%2C7.34h60.91l11.89-9.2-2.09-44.6-9.8-2.52H13.46l-3.45%2C5.36Z%22%20style%3D%22fill%3A%20%23fff%3B%20stroke-width%3A%200px%3B%22%2F%3E%20%3Cpath%20id%3D%22uuid-35b74489-c948-43d3-852d-1b843f854ada%22%20data-name%3D%22%E3%83%91%E3%82%B9%204335%22%20d%3D%22m51.01%2C60.8c-4.62%2C0-8.37%2C3.74-8.38%2C8.37%2C0%2C3.31%2C1.95%2C6.31%2C4.97%2C7.66l-1.85%2C12.03h10.52l-1.85-12.03c4.23-1.88%2C6.13-6.82%2C4.25-11.05-1.34-3.03-4.35-4.98-7.66-4.97h0Z%22%20style%3D%22fill%3A%20%23222%3B%20stroke-width%3A%200px%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22uuid-1edc732a-38de-4d66-8090-dd525f50137b%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%203%22%3E%20%3Cg%3E%20%3Cpath%20d%3D%22m22.6%2C109.76c-11.08%2C0-20.1-9.02-20.1-20.1v-32.95c0-11.08%2C9.02-20.1%2C20.1-20.1h41.77c1.41-3.37%2C1.19-7.23-.64-10.36-2.55-4.36-6.71-6.85-11.41-6.85-4.08%2C0-7.94%2C1.97-10.33%2C5.27-.02.03-4.2%2C5.66-4.7%2C6.34l-1.46%2C2.02-13.41-9.69%2C6.48-8.95c5.39-7.44%2C14.02-11.89%2C23.09-11.89%2C2.55%2C0%2C5.08.35%2C7.54%2C1.05%2C16.75%2C4.75%2C23.86%2C20.03%2C21.77%2C33.29l1.69.02.18.03c4.21.68%2C8.01%2C2.62%2C11%2C5.61%2C3.8%2C3.79%2C5.89%2C8.84%2C5.89%2C14.21v32.95c0%2C11.08-9.02%2C20.1-20.1%2C20.1H22.6Zm0-56.51c-.92%2C0-1.79.36-2.45%2C1.01-.65.65-1.01%2C1.52-1.01%2C2.45v32.95c0%2C1.91%2C1.55%2C3.46%2C3.46%2C3.46h57.34c.93%2C0%2C1.81-.37%2C2.44-1.01.65-.65%2C1.02-1.54%2C1.02-2.45v-32.96c0-1.91-1.55-3.46-3.46-3.46H22.6Z%22%20style%3D%22fill%3A%20%23222%3B%20stroke-width%3A%200px%3B%22%2F%3E%20%3Cpath%20d%3D%22m51.98%2C5c2.28%2C0%2C4.59.31%2C6.86.95%2C15.95%2C4.52%2C23.09%2C19.88%2C19.37%2C33.34l4.56.06c3.62.59%2C7%2C2.28%2C9.62%2C4.91%2C3.3%2C3.3%2C5.16%2C7.78%2C5.16%2C12.44v32.95c0%2C9.72-7.88%2C17.6-17.6%2C17.6H22.6c-9.72%2C0-17.6-7.88-17.6-17.6v-32.95c0-9.72%2C7.88-17.6%2C17.6-17.6h40.81l2.5.03c2.47-4.37%2C2.54-9.77-.03-14.15-3.22-5.5-8.44-8.09-13.57-8.09-4.72%2C0-9.38%2C2.19-12.36%2C6.3%2C0%2C0-4.2%2C5.65-4.7%2C6.34l-9.36-6.76%2C5.01-6.92c4.97-6.86%2C12.87-10.85%2C21.07-10.85m-29.38%2C90.62h57.34s.02%2C0%2C.02%2C0c1.57%2C0%2C3.08-.63%2C4.19-1.75%2C1.12-1.12%2C1.75-2.64%2C1.74-4.22v-32.95c0-3.29-2.67-5.96-5.96-5.96%2C0%2C0%2C0%2C0%2C0%2C0H22.6c-3.29%2C0-5.96%2C2.67-5.96%2C5.96v32.95c0%2C3.29%2C2.67%2C5.96%2C5.96%2C5.96M51.98%2C0c-9.87%2C0-19.26%2C4.83-25.12%2C12.92l-5.01%2C6.92-2.93%2C4.05%2C4.05%2C2.93%2C9.36%2C6.76.71.52h-10.44C10.14%2C34.11%2C0%2C44.25%2C0%2C56.71v32.95c0%2C12.46%2C10.14%2C22.6%2C22.6%2C22.6h57.34c12.46%2C0%2C22.6-10.14%2C22.6-22.6v-32.95c0-6.04-2.35-11.71-6.62-15.98-3.23-3.24-7.32-5.38-11.85-6.22.95-13.68-6.87-28.55-23.87-33.36-2.67-.76-5.44-1.14-8.22-1.14h0Zm-13.86%2C34.11l1.18-1.64c.39-.54%2C3.5-4.72%2C4.66-6.29l.02-.03.02-.03c1.92-2.65%2C5.02-4.24%2C8.31-4.24%2C3.79%2C0%2C7.17%2C2.05%2C9.26%2C5.62%2C1.16%2C1.99%2C1.49%2C4.35.99%2C6.59h-24.43Zm-15.52%2C56.51h0c-.33%2C0-.55-.15-.68-.28-.13-.13-.28-.35-.28-.68v-32.95c0-.33.15-.55.28-.68.13-.13.35-.28.68-.28h57.34c.53%2C0%2C.96.43.96.96v32.95c0%2C.26-.1.5-.27.68-.19.19-.42.29-.66.29H22.6Z%22%20style%3D%22fill%3A%20%23fff%3B%20stroke-width%3A%200px%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.beginner-symbol {
  position: absolute;
  left: 2rem;
  top: 1rem;
  width: 4rem;
  aspect-ratio: 40/51;
}

@-webkit-keyframes loop-rotaion {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loop-rotaion {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.item-lockmark-dummy {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  z-index: 100;
  width: 13.6rem;
  height: 15rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22uuid-0bafed47-f654-4fd1-9d67-0b4bdc4b4e97%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22102.54%22%20height%3D%22112.26%22%20viewBox%3D%220%200%20102.54%20112.26%22%3E%20%3Cg%20id%3D%22uuid-235280aa-86cb-4d96-9f14-463fe219604b%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2011710%22%3E%20%3Cg%3E%20%3Cpath%20id%3D%22uuid-a91e19d6-910b-454c-a4c5-125db608d58e%22%20data-name%3D%22%E3%83%91%E3%82%B9%204681%22%20d%3D%22m10.01%2C51.48v43.62l9.71%2C7.34h60.91l11.89-9.2-2.09-44.6-9.8-2.52H13.46l-3.45%2C5.36Z%22%20style%3D%22fill%3A%20%23fff%3B%20stroke-width%3A%200px%3B%22%2F%3E%20%3Cpath%20id%3D%22uuid-35b74489-c948-43d3-852d-1b843f854ada%22%20data-name%3D%22%E3%83%91%E3%82%B9%204335%22%20d%3D%22m51.01%2C60.8c-4.62%2C0-8.37%2C3.74-8.38%2C8.37%2C0%2C3.31%2C1.95%2C6.31%2C4.97%2C7.66l-1.85%2C12.03h10.52l-1.85-12.03c4.23-1.88%2C6.13-6.82%2C4.25-11.05-1.34-3.03-4.35-4.98-7.66-4.97h0Z%22%20style%3D%22fill%3A%20%23222%3B%20stroke-width%3A%200px%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22uuid-1edc732a-38de-4d66-8090-dd525f50137b%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%203%22%3E%20%3Cg%3E%20%3Cpath%20d%3D%22m22.6%2C109.76c-11.08%2C0-20.1-9.02-20.1-20.1v-32.95c0-11.08%2C9.02-20.1%2C20.1-20.1h41.77c1.41-3.37%2C1.19-7.23-.64-10.36-2.55-4.36-6.71-6.85-11.41-6.85-4.08%2C0-7.94%2C1.97-10.33%2C5.27-.02.03-4.2%2C5.66-4.7%2C6.34l-1.46%2C2.02-13.41-9.69%2C6.48-8.95c5.39-7.44%2C14.02-11.89%2C23.09-11.89%2C2.55%2C0%2C5.08.35%2C7.54%2C1.05%2C16.75%2C4.75%2C23.86%2C20.03%2C21.77%2C33.29l1.69.02.18.03c4.21.68%2C8.01%2C2.62%2C11%2C5.61%2C3.8%2C3.79%2C5.89%2C8.84%2C5.89%2C14.21v32.95c0%2C11.08-9.02%2C20.1-20.1%2C20.1H22.6Zm0-56.51c-.92%2C0-1.79.36-2.45%2C1.01-.65.65-1.01%2C1.52-1.01%2C2.45v32.95c0%2C1.91%2C1.55%2C3.46%2C3.46%2C3.46h57.34c.93%2C0%2C1.81-.37%2C2.44-1.01.65-.65%2C1.02-1.54%2C1.02-2.45v-32.96c0-1.91-1.55-3.46-3.46-3.46H22.6Z%22%20style%3D%22fill%3A%20%23222%3B%20stroke-width%3A%200px%3B%22%2F%3E%20%3Cpath%20d%3D%22m51.98%2C5c2.28%2C0%2C4.59.31%2C6.86.95%2C15.95%2C4.52%2C23.09%2C19.88%2C19.37%2C33.34l4.56.06c3.62.59%2C7%2C2.28%2C9.62%2C4.91%2C3.3%2C3.3%2C5.16%2C7.78%2C5.16%2C12.44v32.95c0%2C9.72-7.88%2C17.6-17.6%2C17.6H22.6c-9.72%2C0-17.6-7.88-17.6-17.6v-32.95c0-9.72%2C7.88-17.6%2C17.6-17.6h40.81l2.5.03c2.47-4.37%2C2.54-9.77-.03-14.15-3.22-5.5-8.44-8.09-13.57-8.09-4.72%2C0-9.38%2C2.19-12.36%2C6.3%2C0%2C0-4.2%2C5.65-4.7%2C6.34l-9.36-6.76%2C5.01-6.92c4.97-6.86%2C12.87-10.85%2C21.07-10.85m-29.38%2C90.62h57.34s.02%2C0%2C.02%2C0c1.57%2C0%2C3.08-.63%2C4.19-1.75%2C1.12-1.12%2C1.75-2.64%2C1.74-4.22v-32.95c0-3.29-2.67-5.96-5.96-5.96%2C0%2C0%2C0%2C0%2C0%2C0H22.6c-3.29%2C0-5.96%2C2.67-5.96%2C5.96v32.95c0%2C3.29%2C2.67%2C5.96%2C5.96%2C5.96M51.98%2C0c-9.87%2C0-19.26%2C4.83-25.12%2C12.92l-5.01%2C6.92-2.93%2C4.05%2C4.05%2C2.93%2C9.36%2C6.76.71.52h-10.44C10.14%2C34.11%2C0%2C44.25%2C0%2C56.71v32.95c0%2C12.46%2C10.14%2C22.6%2C22.6%2C22.6h57.34c12.46%2C0%2C22.6-10.14%2C22.6-22.6v-32.95c0-6.04-2.35-11.71-6.62-15.98-3.23-3.24-7.32-5.38-11.85-6.22.95-13.68-6.87-28.55-23.87-33.36-2.67-.76-5.44-1.14-8.22-1.14h0Zm-13.86%2C34.11l1.18-1.64c.39-.54%2C3.5-4.72%2C4.66-6.29l.02-.03.02-.03c1.92-2.65%2C5.02-4.24%2C8.31-4.24%2C3.79%2C0%2C7.17%2C2.05%2C9.26%2C5.62%2C1.16%2C1.99%2C1.49%2C4.35.99%2C6.59h-24.43Zm-15.52%2C56.51h0c-.33%2C0-.55-.15-.68-.28-.13-.13-.28-.35-.28-.68v-32.95c0-.33.15-.55.28-.68.13-.13.35-.28.68-.28h57.34c.53%2C0%2C.96.43.96.96v32.95c0%2C.26-.1.5-.27.68-.19.19-.42.29-.66.29H22.6Z%22%20style%3D%22fill%3A%20%23fff%3B%20stroke-width%3A%200px%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-animation-name: loop-rotaion;
          animation-name: loop-rotaion;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes pop-loop-animation {
  0% {
    -webkit-transform: scaleX(1) scaleY(1) translateY(0);
            transform: scaleX(1) scaleY(1) translateY(0);
  }
  5% {
    -webkit-transform: scaleX(0.8) scaleY(1.1) translateY(-20%);
            transform: scaleX(0.8) scaleY(1.1) translateY(-20%);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1) translateY(0);
            transform: scaleX(1) scaleY(1) translateY(0);
  }
}

@keyframes pop-loop-animation {
  0% {
    -webkit-transform: scaleX(1) scaleY(1) translateY(0);
            transform: scaleX(1) scaleY(1) translateY(0);
  }
  5% {
    -webkit-transform: scaleX(0.8) scaleY(1.1) translateY(-20%);
            transform: scaleX(0.8) scaleY(1.1) translateY(-20%);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1) translateY(0);
            transform: scaleX(1) scaleY(1) translateY(0);
  }
}
@-webkit-keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 10%);
            transform: scale(1.2, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.2) translate(0%, -10%);
            transform: scale(0.8, 1.2) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 10%);
            transform: scale(1.2, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.2) translate(0%, -10%);
            transform: scale(0.8, 1.2) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.pop-loop-animation {
  -webkit-animation-name: poyon;
          animation-name: poyon;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.item-unlock-possible {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  position: absolute;
  left: calc(50% + 4rem);
  top: calc(50% - 4rem);
  z-index: 10;
  -webkit-box-shadow: 0.2rem 0.2rem 0.5rem var(--black);
          box-shadow: 0.2rem 0.2rem 0.5rem var(--black);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--white);
  background-color: var(--accent_color);
  border: 0.3rem solid var(--white);
}

.item-popup {
  position: absolute;
  z-index: 40;
  width: 25rem;
  border-left: 0.5rem double var(--yellow01);
  border-right: 0.5rem double var(--yellow01);
  background-color: #fff5cf;
  -webkit-box-shadow: 1rem 1rem 2rem rgba(34, 34, 34, 0.5);
          box-shadow: 1rem 1rem 2rem rgba(34, 34, 34, 0.5);
  padding: 2rem;
  left: 50%;
  top: calc(50% - 4rem);
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.item-popup p {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #ff6a2b;
}

@media (any-hover: hover) {
  .item.insufficient_tier:hover .item-popup {
    opacity: 1;
  }
}

.item.course {
  text-decoration: none;
  grid-template-rows: 8rem 1fr;
}
.item.course .item-no {
  position: absolute;
  left: 1.5rem;
  top: 0rem;
  color: var(--black);
  font-family: m-plus-1p, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 0;
}
.item.course .item-coin {
  bottom: 1rem;
}
.item.course .item-lockmark {
  left: 7.5rem;
}

a.item.course {
  display: grid;
}

.item.pazzle {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.item.pazzle .item-bg {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.item.pazzle .item-level {
  position: absolute;
  left: 50%;
  top: calc(50% + 1.5rem);
  margin: auto;
  font-size: 10rem;
  font-weight: 900;
  color: var(--black);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: m-plus-1p, sans-serif;
}
.item.pazzle .item-level::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -7rem;
  bottom: 2rem;
  width: 5.5rem;
  height: 6.9rem;
  background-image: url("../images/Lv.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .item.pazzle .item-level::before {
    background-image: url("../images/Lv@2x.png");
  }
}
.item.pazzle .item-lockmark {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.item.pazzle .item-lockmark > img {
  margin: 3rem 5rem 0 0;
  width: 9rem;
  height: 10rem;
}
.item.pazzle .item-coin {
  bottom: 1rem;
}
.item.pazzle.clear .item-bg path {
  fill: var(--yellow01);
}
.item.pazzle.disabled::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: unset;
  background-color: transparent;
  background-image: url("../images/pazzle_cover.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .item.pazzle.disabled::before {
    background-image: url("../images/pazzle_cover@2x.png");
  }
}
.item.pazzle.disabled .item-bg path {
  stroke: #74612a;
}

@-webkit-keyframes flash {
  0% {
    -webkit-box-shadow: 0 0 0 var(--yellow01);
            box-shadow: 0 0 0 var(--yellow01);
  }
  50% {
    -webkit-box-shadow: 0 0 500rem var(--yellow01);
            box-shadow: 0 0 500rem var(--yellow01);
  }
  100% {
    -webkit-box-shadow: 0 0 0rem var(--yellow01);
            box-shadow: 0 0 0rem var(--yellow01);
  }
}

@keyframes flash {
  0% {
    -webkit-box-shadow: 0 0 0 var(--yellow01);
            box-shadow: 0 0 0 var(--yellow01);
  }
  50% {
    -webkit-box-shadow: 0 0 500rem var(--yellow01);
            box-shadow: 0 0 500rem var(--yellow01);
  }
  100% {
    -webkit-box-shadow: 0 0 0rem var(--yellow01);
            box-shadow: 0 0 0rem var(--yellow01);
  }
}
.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(4px, 4px) rotateZ(5deg);
            transform: translate(4px, 4px) rotateZ(5deg);
  }
  50% {
    -webkit-transform: translate(0px, 4px) rotateZ(0deg);
            transform: translate(0px, 4px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(4px, 0px) rotateZ(-5deg);
            transform: translate(4px, 0px) rotateZ(-5deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
}

@keyframes buruburu {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(4px, 4px) rotateZ(5deg);
            transform: translate(4px, 4px) rotateZ(5deg);
  }
  50% {
    -webkit-transform: translate(0px, 4px) rotateZ(0deg);
            transform: translate(0px, 4px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(4px, 0px) rotateZ(-5deg);
            transform: translate(4px, 0px) rotateZ(-5deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
}
.buruburu {
  -webkit-animation: buruburu 0.1s infinite;
          animation: buruburu 0.1s infinite;
}

@-webkit-keyframes sunburst {
  0% {
    -webkit-transform: rotate(0deg) scale(0);
            transform: rotate(0deg) scale(0);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.8);
            transform: rotate(180deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

@keyframes sunburst {
  0% {
    -webkit-transform: rotate(0deg) scale(0);
            transform: rotate(0deg) scale(0);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.8);
            transform: rotate(180deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
.sunburst {
  display: inline-block;
  position: fixed;
  left: 50%;
  top: 0;
  width: 100rem;
  height: 100rem;
  border-radius: 100%;
  background-image: url(../images/sunburst.png);
  background-position: center;
  background-size: cover;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: sunburst 4s linear infinite;
          animation: sunburst 4s linear infinite;
  opacity: 0.7;
}

@-webkit-keyframes sunlight2 {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

@keyframes sunlight2 {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
.sunburst2 {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60rem;
  height: 60rem;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.sunburst2.fade-out {
  opacity: 0;
}
.sunburst2 span {
  display: inline-block;
  width: 0;
  height: 5.5rem;
  position: absolute;
  left: 50%;
  top: calc(50% - 1.7rem);
  background-image: url(../images/sunlight.png);
  background-position: center;
  background-size: contain;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation: sunlight2 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67);
          animation: sunlight2 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.sunburst2 span:nth-of-type(1) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.sunburst2 span:nth-of-type(2) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sunburst2 span:nth-of-type(3) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.sunburst2 span:nth-of-type(4) {
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.sunburst2 span:nth-of-type(5) {
  -webkit-transform: rotate(320deg);
          transform: rotate(320deg);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.sunburst2 span:nth-of-type(6) {
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.sunburst2 span:nth-of-type(7) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.hand {
  width: 6rem;
  height: 6rem;
}
.hand.to-left {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@-webkit-keyframes overlayFadeIn {
  from {
    opacity: 0;
    z-index: 100000;
  }
  to {
    opacity: 1;
    z-index: 100000;
  }
}

@keyframes overlayFadeIn {
  from {
    opacity: 0;
    z-index: 100000;
  }
  to {
    opacity: 1;
    z-index: 100000;
  }
}
@-webkit-keyframes overlayFadeOut {
  from {
    opacity: 1;
    z-index: 100000;
  }
  to {
    opacity: 0;
    z-index: 100000;
  }
}
@keyframes overlayFadeOut {
  from {
    opacity: 1;
    z-index: 100000;
  }
  to {
    opacity: 0;
    z-index: 100000;
  }
}
@-webkit-keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes popOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes popOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.overlayFadeIn {
  -webkit-animation-name: overlayFadeIn;
          animation-name: overlayFadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.overlayFadeOut {
  -webkit-animation-name: overlayFadeOut;
          animation-name: overlayFadeOut;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.innerPopUp {
  -webkit-animation-name: popUp;
          animation-name: popUp;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
}

.innerPopOut {
  -webkit-animation-name: popOut;
          animation-name: popOut;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
}

#overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: -500;
  top: 0;
  left: 0;
}
#overlay.active {
  opacity: 1;
  z-index: 100000;
}

.overlay__back {
  width: 100%;
  height: 100%;
  background-color: rgba(197, 159, 50, 0.7);
  position: absolute;
  z-index: -500;
  top: 0;
  left: 0;
}
.overlay__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 500;
}

.no-active {
  display: none !important;
}

.repeat_images {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  place-items: center;
}
.repeat_images > img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: calc(100vw - 5rem);
  max-height: calc(100vh - 5rem);
}

.serch-menu {
  width: 121rem;
  max-height: calc(100vh - 10rem);
  padding: 10rem;
  border: 1.2rem solid var(--black);
  border-right: none;
  border-radius: 10rem 0 0 10rem;
  background-color: var(--yellow01);
  overflow-y: scroll;
  -ms-overflow-style: none;
  position: absolute;
  right: -121rem;
  top: 5rem;
  -webkit-transition: right 0.2s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: right 0.2s cubic-bezier(0.16, 0.5, 0.43, 1);
  position: fixed;
  z-index: 10010;
}
.serch-menu.open {
  right: 0;
}
.serch-menu__select-box {
  font-size: 1.6rem;
  font-weight: 500;
  border: 0.3rem solid var(--black);
  border-radius: 0.3rem;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* ブラウザデフォルトの見た目をリセットします */
  background: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>') no-repeat right center; /* 下向き三角形のアイコンを背景として設定します */
  background-size: 2.4rem; /* アイコンのサイズを設定します */
}
.serch-menu__contents {
  width: 98rem;
  padding: 5rem;
  border: 1.2rem solid var(--black);
  border-radius: 8rem;
  background-color: var(--white);
}
.serch-menu__row {
  padding: 0 0.5rem;
}
.serch-menu__row:not(:first-of-type) {
  padding-top: 5rem;
  border-top: 0.5rem solid var(--black);
}
.serch-menu__grid {
  display: grid;
  row-gap: 3.5rem;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 5rem;
}
.serch-menu__category {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.serch-menu__checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.serch-menu__checkbox-wrap input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.serch-menu__checkbox-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 3rem;
  line-height: 3rem;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
}
.serch-menu__checkbox-wrap label span {
  margin-right: 0.5rem;
}
.serch-menu__checkbox-wrap label.star-svg svg {
  width: 2.8rem;
  margin-right: 0.5rem;
}
.serch-menu__checkbox {
  cursor: pointer;
  vertical-align: middle;
  position: relative;
}
.serch-menu__checkbox::before, .serch-menu__checkbox::after {
  content: "";
  display: block;
  position: absolute;
}
.serch-menu__checkbox::before {
  background-color: var(--white);
  border-radius: 1rem;
  border: 0.5rem solid var(--gray);
  width: 5rem;
  height: 5rem;
  top: 50%;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.serch-menu__checkbox::after {
  border-bottom: 0.5rem solid var(--black);
  border-left: 0.5rem solid var(--black);
  opacity: 0;
  height: 1.5rem;
  width: 2rem;
  top: -1rem;
  left: 2rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.serch-menu__checkbox:checked::before {
  background-color: var(--yellow01);
  border-color: var(--black);
}
.serch-menu__checkbox:checked::after {
  opacity: 1;
}
.serch-menu__checkbox + label {
  margin-left: 6rem;
}
.serch-menu__lock {
  margin-top: 60px;
}
.serch-menu__difficult label {
  color: var(--yellow03);
}
.serch-menu__checkbox-wrap .bg-heart {
  width: 2rem;
  height: 2rem;
}
.serch-menu__checkbox-wrap .bg-crown {
  width: 2.6rem;
  height: 1.6rem;
}
.serch-menu__checkbox-wrap .bg-lock {
  width: 2rem;
  height: 2.2rem;
}
.serch-menu__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.serch-menu__btn-image {
  width: 45rem;
  height: 11rem;
  background-image: url("../images/button_search.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 0 11rem 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .serch-menu__btn-image {
    background-image: url("../images/button_search@2x.png");
  }
}
.serch-menu__btn-image > span {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.29rem;
  color: var(--black);
}
.serch-menu__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  row-gap: 1rem;
  left: calc(50% + 25rem);
  bottom: 0;
}
.serch-menu__sub .serch-menu__checkbox::before {
  width: 3rem;
  height: 3rem;
  border-width: 0.4rem;
}
.serch-menu__sub .serch-menu__checkbox::after {
  border-width: 0.3rem;
  width: 1.4rem;
  height: 1rem;
  top: -0.7rem;
  left: 1.3rem;
}
.serch-menu__sub .serch-menu__checkbox + label {
  margin-left: 4rem;
}
.serch-menu__sub .serch-menu__checkbox-wrap label {
  padding-right: 0;
}
.serch-menu__close-button {
  position: sticky;
  top: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  border: 0.3rem solid var(--black);
  background-color: var(--yellow01);
}

.hint-menu {
  width: 102rem;
  max-width: 102.5rem;
  height: calc(100vh - 22rem);
  border-right: none;
  position: absolute;
  top: 15rem;
  right: -110rem;
  position: fixed;
  z-index: 1500;
  -webkit-transition: right 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hint-menu.open {
  right: 0;
}
@media screen and (max-height: 800px) {
  .hint-menu {
    height: calc(100vh - 4rem);
    top: 2rem;
  }
}
.hint-menu__wrap {
  width: 100%;
  height: 100%;
  border: 1.2rem solid var(--black);
  border-radius: 5rem;
  padding: 4rem;
  background-color: var(--yellow01);
  position: relative;
}
@media screen and (max-height: 800px) {
  .hint-menu__wrap {
    padding: 4rem;
  }
}
.hint-menu__head {
  position: absolute;
  left: 8rem;
  top: -16rem;
  height: 15rem;
}
.hint-menu__head > img {
  width: 22rem;
}
@media screen and (max-height: 800px) {
  .hint-menu__head {
    display: none;
  }
}
.hint-menu__content {
  height: 100%;
  width: 100%;
  border: 0.5rem solid var(--black);
  background-color: var(--white);
  border-radius: 1rem;
  padding: 5rem 5rem;
  font-size: 2.8rem;
  letter-spacing: 0.22rem;
  line-height: 1.5;
  font-weight: 700;
  overflow-y: scroll;
}
.hint-menu__content.modal-view-wrapper img {
  cursor: pointer;
}
.hint-menu__close {
  position: absolute;
  left: -6.5rem;
  bottom: -6.5rem;
}

.blowing-title {
  position: absolute;
  top: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.blowing-title > img {
  width: 90rem;
  height: auto;
}
.blowing-title .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  bottom: 8.5rem;
  height: 12rem;
  width: 90rem;
  text-align: center;
}
.blowing-title .title-wrap > * {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.blowing-title .title-wrap > * p {
  font-size: 5rem;
  letter-spacing: 0.4rem;
  font-weight: 700;
  color: var(--yellow01);
  line-height: 1;
}
.blowing-title .title-wrap > * p ruby > rt {
  font-size: 35%;
}
.blowing-title .title-wrap > * p.small {
  font-size: 4.2rem;
}
.blowing-title .title-wrap > * p.sub-title {
  font-size: 3rem;
}
.blowing-title .title-wrap > * p + p {
  margin-top: 0.6rem;
}
.blowing-title.slim .title-wrap {
  top: unset;
  bottom: 6.8rem;
}

@-webkit-keyframes barStretch {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes barStretch {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.popup-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 108rem;
  height: 70.8rem;
  position: relative;
  padding: 13.5rem 0 10rem;
  background-image: url("../images/news_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .popup-news {
    background-image: url("../images/news_bg@2x.png");
  }
}
.popup-news__title {
  display: inline-block;
  width: 70rem;
  height: 10.5rem;
  line-height: 10.5rem;
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  position: absolute;
  left: 20rem;
  top: 1.9rem;
}
.popup-news__contents {
  display: grid;
  width: 88rem;
  height: 38rem;
}
.popup-news__contents.grid-1 {
  grid-template-columns: 1fr;
}
.popup-news__contents.grid-2 {
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  grid-template-columns: repeat(2, 1fr);
}
.popup-news__contents.grid-3 {
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
.popup-news__contents.full-height {
  height: 45rem;
}
.popup-news__item {
  position: relative;
  border-radius: 2rem;
  border: 1rem solid var(--yellow01);
  background-color: var(--white);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  text-decoration: none;
  height: inherit;
}
.popup-news__item .item-lockmark {
  left: 6.1rem;
}
@media (any-hover: hover) {
  .popup-news__item:not(.no-hover):hover {
    -webkit-transform: scale(1.075);
            transform: scale(1.075);
  }
}
.popup-news__item.disabled {
  -webkit-transform: unset;
          transform: unset;
}
.popup-news__item.disabled::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #ffcd02;
  border-radius: 2rem;
  opacity: 0.5;
  width: calc(100% + 2.4rem);
  height: calc(100% + 2.4rem);
  z-index: 2;
  left: -1.2rem;
  top: -1.2rem;
}
.popup-news__item-wrapper {
  display: grid;
  height: 100%;
  grid-template-rows: 6rem 26rem 4rem;
}
.popup-news__item-title {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-news__item-title p {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1.1;
  text-align: center;
  color: var(--black);
}
.popup-news__item-title p.small {
  font-size: 1.8rem;
}
.popup-news__item-title p.sub-title {
  font-size: 1.4rem;
}
.popup-news__item-title p.sub-title ruby > rt {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.popup-news__bonfire-icon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.popup-news__bonfire-icon > img {
  width: 3.6rem;
  height: 4.5rem;
  position: absolute;
  top: -0.2rem;
}
.popup-news__bonfire-icon > img:nth-of-type(1) {
  left: 1rem;
}
.popup-news__bonfire-icon > img:nth-of-type(2) {
  right: 1rem;
}
.popup-news__item-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;
  height: 100%;
  border-bottom: 0.8rem solid var(--black);
  border-top: 0.8rem solid var(--black);
}
.popup-news__attribute {
  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;
}
.popup-news__attribute p {
  color: var(--black);
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
}
.popup-news__bita {
  display: inline-block;
  width: 22rem;
  height: 21rem;
  position: absolute;
  left: 2rem;
  bottom: 0;
}
.popup-news__bita > img {
  position: absolute;
}
.popup-news__bita > img.bita-body {
  width: 23rem;
  height: 16rem;
  left: 0rem;
  bottom: 0;
}
.popup-news__bita > img.bita-hand {
  width: 12.6rem;
  height: 5rem;
  left: 10rem;
  bottom: -2.8rem;
}
.popup-news__bita > img.btia-blowing {
  width: 12.2rem;
  height: 8.2rem;
  left: 5rem;
  top: 0;
}
.popup-news__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.popup-news__btn > .btn-icon-right {
  margin-right: 1rem;
}
.popup-news__survey {
  background-color: var(--white);
  height: 100%;
  padding: 2rem;
  border-radius: 1rem;
  overflow-y: auto;
}
.popup-news__survey h2 {
  font-size: 2.6rem;
  font-weight: 900;
  font-family: m-plus-1p, sans-serif;
}
.popup-news__survey .wp-polls-ul {
  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: 1rem;
  margin: 2rem 0;
}
.popup-news__survey .wp-polls-ul li {
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.popup-news__survey .wp-polls-ul li input[type=radio], .popup-news__survey .wp-polls-ul li input[type=checkbox] {
  display: none;
}
.popup-news__survey .wp-polls-ul li label {
  cursor: pointer;
  display: block;
  width: 100%;
  border: 0.3rem solid var(--yellow01);
  color: var(--black);
  padding: 0.5rem 2rem;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-wrap: wrap;
}
.popup-news__survey .wp-polls-ul li input[type=radio]:checked + label,
.popup-news__survey .wp-polls-ul li input[type=checkbox]:checked + label {
  background-color: var(--yellow01);
  color: var(--black);
}
.popup-news__survey .buttons-wrap {
  position: relative;
}
.popup-news__survey .buttons-wrap .to-result {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.4rem;
}
.popup-news__survey .Buttons {
  border-radius: 0.5rem;
  border: 0.4rem solid var(--black);
  background-color: var(--yellow01);
  color: var(--black);
  padding: 1.5rem 3rem;
  font-size: 2rem;
  font-weight: 700;
}
.popup-news__survey .wp-polls {
  height: inherit;
}
.popup-news__survey .wp-polls-form {
  height: inherit;
}
.popup-news__survey .wp-polls-ans {
  padding: 0 10rem 2rem;
}
.popup-news__survey .wp-polls-ans li {
  font-size: 1.6rem;
}
.popup-news__survey .wp-polls-ans li small {
  font-size: 0.8em;
}
.popup-news__survey .pollbar-wrap {
  width: 100%;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}
.popup-news__survey .pollbar {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  border: none;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: var(--yellow01);
  height: 1rem;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.popup-news__survey .wp-polls-results {
  position: relative;
}
.popup-news__survey .wp-polls-results .result {
  font-size: 2.2rem;
  font-family: m-plus-1p, sans-serif;
  font-weight: 700;
}
.popup-news__survey .wp-polls-results .result strong {
  font-weight: 900;
}
.popup-news__survey .wp-polls-results .return-vote {
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.popup-news-imageonly {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 108rem;
  height: 60.8rem;
}
.popup-news-imageonly button {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
  max-height: 100%;
  max-width: 100%;
}
.popup-news-imageonly button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.popup-news-imageonly__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70rem;
  height: 10rem;
  border: 0.9rem solid var(--black);
  background-color: var(--white);
  position: absolute;
  z-index: 5;
  left: 50%;
  top: -4.5rem;
  font-size: 3.2rem;
  font-weight: 900;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.popup-news-imageonly__title-shadow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70rem;
  height: 10rem;
  border: 0.9rem solid var(--black);
  background-color: var(--yellow01);
  position: absolute;
  z-index: 4;
  left: 50%;
  top: -6rem;
  -webkit-transform: translateX(calc(-50% - 1.5rem));
          transform: translateX(calc(-50% - 1.5rem));
}

.overlay-user-icon {
  width: 80rem;
  max-width: var(--row-size);
  height: 60rem;
  max-height: calc(100vh - 10rem);
  background-color: var(--white);
  border-radius: 1rem;
  border: 1rem solid var(--black);
  padding: 2rem;
  text-align: center;
}
.overlay-user-icon__wrapper {
  display: grid;
  width: 100%;
  height: calc(100% - 12rem);
  overflow-y: scroll;
  grid-auto-rows: 8.5rem;
  grid-template-columns: repeat(auto-fill, 8.5rem);
  gap: 2rem;
  margin-bottom: 2rem;
}
.overlay-user-icon .icon-wrap {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 0.5rem solid transparent;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border-radius: 100%;
  overflow: hidden;
}
.overlay-user-icon .icon-wrap > img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.overlay-user-icon input[type=radio] {
  display: none;
}
.overlay-user-icon input[type=radio]:checked + .icon-wrap {
  border: 0.5rem solid var(--accent_color);
}

#login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 10rem);
  min-height: 80rem;
  position: relative;
}

.bi-label, .login .tmp-label {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.24rem;
}

.bi-input, .login .tmp-text-field {
  display: block;
  width: 100%;
  height: 6rem;
  margin-top: 0.5rem;
  margin-bottom: 1.4rem;
  padding: 0 1.2rem;
  border-radius: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0.9rem solid var(--pink);
  color: #5c6b80;
  font-size: 2.4rem;
  line-height: 4.5rem;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  background-color: var(--pink);
}
.bi-input:not(:-moz-placeholder-shown), .login .tmp-text-field:not(:-moz-placeholder-shown) {
  border: 0.9rem solid var(--yellow01);
  background-color: var(--white);
}
.bi-input:not(:-ms-input-placeholder), .login .tmp-text-field:not(:-ms-input-placeholder) {
  border: 0.9rem solid var(--yellow01);
  background-color: var(--white);
}
.bi-input:not(:placeholder-shown), .login .tmp-text-field:not(:placeholder-shown) {
  border: 0.9rem solid var(--yellow01);
  background-color: var(--white);
}
.bi-input:invalid, .login .tmp-text-field:invalid {
  background-color: var(--pink);
  border: 0.9rem solid var(--pink);
}

.bi-input-required {
  font-size: 0.6em;
  border-radius: 20%;
  color: var(--accent_color);
  background-color: var(--pink);
  padding: 0.2rem 0.5rem;
  margin-left: 0.5em;
}

.bi-error-message {
  position: relative;
  margin-top: -1em;
  color: var(--accent_color);
  font-weight: 700;
}

.bi-textarea {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1.4rem;
  padding: 0 1.2rem;
  border: 0.9rem solid var(--pink);
  border-radius: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #5c6b80;
  font-size: 2.4rem;
  line-height: 4.5rem;
  resize: none;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  background-color: var(--pink);
}
.bi-textarea:not(:-moz-placeholder-shown) {
  border: 0.9rem solid var(--yellow01);
  background-color: var(--white);
}
.bi-textarea:not(:-ms-input-placeholder) {
  border: 0.9rem solid var(--yellow01);
  background-color: var(--white);
}
.bi-textarea:not(:placeholder-shown) {
  border: 0.9rem solid var(--yellow01);
  background-color: var(--white);
}

.bi-select {
  cursor: pointer;
}

.input-arrow {
  position: relative;
}
.input-arrow::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-bottom: 0.5rem solid var(--black);
  border-left: 0.5rem solid var(--black);
  position: absolute;
  right: 2.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.bi-submit {
  width: 100%;
  text-align: center;
}

#register .bi-submit {
  margin-top: 4.5rem;
}

.input-file {
  display: grid;
  grid-template-columns: 20rem 1fr;
  margin: 0.4rem 0 0;
}
.input-file label {
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  border: 0.2rem solid var(--yellow01);
  background-color: var(--yellow01);
  padding: 0 2rem;
  line-height: 2.5;
  text-align: center;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
}
.input-file label > input[type=file] {
  width: 0;
  height: 0;
}
.input-file label p {
  vertical-align: middle;
}
@media (any-hover: hover) {
  .input-file label:hover {
    border-color: var(--accent_color);
    background-color: var(--accent_color);
  }
  .input-file label:hover + p, .input-file label:hover + ul {
    border-color: var(--accent_color);
  }
}
.input-file p, .input-file ul {
  background-color: var(--white);
  border: 0.2rem solid var(--yellow01);
  font-size: 1.8rem;
  padding: 0 3rem;
  line-height: 4.8rem;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.input-file ul {
  list-style: none;
}

.input-wrapper {
  margin-top: 1.3rem;
}

.input-notice {
  margin-bottom: 1em;
}

.logs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: fixed;
  right: 0;
  bottom: 15%;
  width: 30rem;
  overflow: hidden;
}
.logs__item {
  position: relative;
  width: 100%;
  background-color: var(--white);
  border-radius: 1rem 0 0 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
.logs__message {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.logs__close {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.logs__close::before, .logs__close::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.4rem;
  height: 0.2rem;
  background-color: var(--black);
}
.logs__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.logs__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.need-skill {
  display: grid;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  row-gap: 0.8rem;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}
.need-skill > .need-skill-item {
  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;
  height: 8rem;
  border: 0.6rem solid var(--black);
  border-radius: 1rem;
  background-color: var(--yellow01);
  text-decoration: none;
}
.need-skill > .need-skill-item.disabled {
  position: relative;
}
.need-skill > .need-skill-item.disabled::before {
  content: "";
  display: inline-block;
  width: calc(100% + 1.2rem);
  height: calc(100% + 1.2rem);
  border-radius: 1rem;
  background-color: var(--back-gradation);
  opacity: 0.6;
  position: absolute;
  top: -0.6rem;
  left: -0.6rem;
}
.need-skill > .need-skill-item p {
  color: var(--black);
  line-height: 1.2;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin: 0;
  padding: 0;
}
.need-skill.archive-skill {
  row-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin-top: 0;
  grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
}
.need-skill.archive-skill > .need-skill-item {
  border-width: 0.5rem;
  height: 6rem;
}
.need-skill.archive-skill > .need-skill-item p {
  font-size: 1.6rem;
  letter-spacing: 0.12rem;
}
.need-skill.archive-skill > .need-skill-item.disabled {
  background-color: var(--white);
  color: var(--yellow01);
  border-color: var(--yellow03);
}
.need-skill.archive-skill > .need-skill-item.disabled::before {
  background-color: var(--yellow01);
  opacity: 0.2;
}
.need-skill.single-skill {
  margin-top: 2rem;
  row-gap: 0.75rem;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.help-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10rem;
  padding-right: 5rem;
}
.help-info__wrapper {
  padding: 2.6rem 3rem 3rem;
  border: 1rem solid var(--black);
  border-radius: 1rem;
  background-color: var(--white);
  position: absolute;
  top: -5rem;
  right: 25rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  visibility: hidden;
}
.help-info__wrapper.active {
  opacity: 1;
}
.help-info__wrapper .triangle {
  position: absolute;
  right: -3rem;
  top: 8rem;
  width: 3rem;
  aspect-ratio: 72/87;
  background-image: url("../images/tip.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .help-info__wrapper .triangle {
    background-image: url("../images/tip@2x.png");
  }
}
.help-info__wrapper .help-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.6rem solid var(--black);
  border-radius: 1rem;
  background-color: var(--yellow02);
  font-size: 2rem;
  letter-spacing: 0.16rem;
  font-weight: 700;
  color: var(--black);
  padding: 2rem 2.5rem;
  text-decoration: none;
}
.help-info__wrapper .help-button:not(:last-of-type) {
  margin-right: 3rem;
}
.help-info__wrapper .help-button span {
  margin-right: 1rem;
}
.help-info__wrapper .icon_flair {
  width: 3rem;
  height: auto;
}
.help-info__buttons .help-button:not(:first-child) {
  margin-left: 1rem;
}
.help-info__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
.help-info__texts {
  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: 1rem;
}
.help-info__exclamation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.help-info__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.help-info__text a {
  color: var(--blue);
}
@media (any-hover: hover) {
  .help-info__text a:hover {
    opacity: 0.8;
  }
}

.side-nav {
  display: none;
}
@media screen and (min-width: 1000px) {
  .side-nav {
    display: inline-block;
    width: 305px;
    position: fixed;
    right: -220px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    background-color: #fff;
    -webkit-box-shadow: 0rem 0 30px rgba(34, 34, 34, 0.4);
            box-shadow: 0rem 0 30px rgba(34, 34, 34, 0.4);
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
  }
  .side-nav:hover, .side-nav.active {
    right: 0;
  }
  .side-nav ul {
    list-style: none;
  }
  .side-nav ul li:hover {
    background-color: var(--yellow03);
  }
  .side-nav ul li a {
    display: grid;
    grid-template-columns: 85px 1fr;
    color: var(--black);
    font-size: 24px;
    text-decoration: none;
    overflow: hidden;
  }
  .side-nav ul li a .material-symbols-outlined {
    display: inline-block;
    font-size: 36px;
    color: var(--accent_color);
    line-height: 1;
  }
  .side-nav ul li + li {
    border-top: dashed 1px var(--black);
  }
  .side-nav__icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
  .side-nav__icon-wrap p {
    font-size: 14px;
    line-height: 1;
  }
  .side-nav__title {
    font-weight: 700;
    line-height: 70px;
    font-size: 20px;
  }
  .side-nav__chest {
    width: 6rem;
    height: 6rem;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 10001;
  }
  .side-nav__chest.hide {
    visibility: hidden;
  }
  .side-nav__chest .image {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url("../images/chest01.png");
    background-size: 6rem auto;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .side-nav__chest a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
    top: 0;
  }
  .side-nav__chest .sunlights {
    position: absolute;
    left: 0;
    top: 3rem;
    width: 6rem;
    height: 3rem;
  }
  .side-nav__chest .sunlights span {
    display: none;
    width: 6rem;
    height: 1.7rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/sunlight.png");
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    -webkit-animation-name: sunlight;
            animation-name: sunlight;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .side-nav__chest .sunlights span:nth-of-type(1) {
    width: 6.5rem;
    height: 1.6rem;
    left: 1.3rem;
    top: -0.5rem;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .side-nav__chest .sunlights span:nth-of-type(2) {
    width: 5.5rem;
    height: 1.8rem;
    left: 2.4rem;
    top: -1rem;
    -webkit-transform: rotate(-110deg);
            transform: rotate(-110deg);
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
  }
  .side-nav__chest .sunlights span:nth-of-type(3) {
    left: 3rem;
    top: -0.7rem;
    width: 7rem;
    height: 1.7rem;
    -webkit-transform: rotate(-80deg);
            transform: rotate(-80deg);
    -webkit-animation-delay: -1.4s;
            animation-delay: -1.4s;
  }
  .side-nav__chest .sunlights span:nth-of-type(4) {
    width: 7rem;
    left: 4rem;
    top: -0.5rem;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
    -webkit-animation-delay: -0.47s;
            animation-delay: -0.47s;
  }
  .side-nav__chest .sunlights span:nth-of-type(5) {
    left: 4.3rem;
    top: -0.5rem;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  @-webkit-keyframes sunlight {
    0% {
      opacity: 0.5;
    }
    100% {
      opacity: 0.8;
    }
  }
  @keyframes sunlight {
    0% {
      opacity: 0.5;
    }
    100% {
      opacity: 0.8;
    }
  }
  .side-nav__chest:hover .image {
    background-image: url("../images/chest02.png");
  }
  .side-nav__chest:hover span {
    display: inline-block;
  }
}

.unload {
  visibility: hidden;
}

.slick-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  width: 100%;
  aspect-ratio: 1.5;
}

.slick {
  list-style: none;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.slick.slick-initialized {
  opacity: 1;
}
.slick li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.editor {
  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: 1em;
  line-height: 2;
  font-size: 16px;
}
.editor p {
  margin: 0;
}
.editor small {
  font-size: 0.8em;
}
.editor strong {
  font-weight: 900;
}
.editor ul, .editor p, .editor li, .editor ol {
  font-size: 1em;
}
.editor ul {
  list-style: disc;
}
.editor ul, .editor ol {
  padding-left: 1.5em;
}
.editor h6 {
  font-size: 1.2em;
}
.editor h5 {
  font-size: 1.4em;
}
.editor h4 {
  font-size: 1.6em;
}
.editor h3 {
  font-size: 1.8em;
}
.editor h2 {
  font-size: 2em;
}
.editor h1 {
  font-size: 2.2em;
}
.editor ul, .editor p, .editor li, .editor ol {
  font-size: 1em;
}
.editor img {
  max-width: 100%;
}
.editor img + * {
  margin-top: 1em;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor p, .editor span {
  line-height: 1.8;
  overflow-wrap: break-word;
}
.editor .are-vertically-aligned-center {
  margin-left: auto;
  margin-right: auto;
}
.editor .image-medium {
  width: 50rem;
  height: auto;
}
.editor .bibibi-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: 0.6rem solid var(--black);
  border-radius: 1rem;
  background-color: var(--yellow01);
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.16rem;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--black);
  padding: 2rem 2.5rem;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.editor .bibibi-button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.editor .bibibi-button:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.editor .bibibi-push-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 3rem;
  background-color: var(--yellow01);
  border-bottom: 0.7rem solid var(--yellow04);
  border-radius: 1rem;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 900;
  color: var(--white);
  letter-spacing: 0.2rem;
  gap: 1rem;
  text-decoration: none;
  position: relative;
  left: 0;
}
.editor .bibibi-push-button:hover {
  border-bottom-width: 0;
  margin-top: 0.7rem;
}
.editor .bibibi-bita-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: 0.6rem solid var(--black);
  border-radius: 1rem;
  background-color: var(--yellow01);
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.16rem;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--black);
  padding: 2rem 2.5rem;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-box-shadow: 0 0.5rem 0 var(--black);
          box-shadow: 0 0.5rem 0 var(--black);
  position: relative;
  left: 0;
  top: 0;
}
.editor .bibibi-bita-button::before {
  content: "";
  display: inline-block;
  width: 8.5rem;
  height: 5.7rem;
  background-image: url("../images/bita_down.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: -6.2rem;
  z-index: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .editor .bibibi-bita-button::before {
    background-image: url("../images/bita_down@2x.png");
  }
}
.editor .bibibi-bita-button::after {
  content: "";
  display: inline-block;
  width: 4.8rem;
  height: 1.8rem;
  background-image: url("../images/bita_hand.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 4rem;
  top: -1.3rem;
  z-index: 1;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .editor .bibibi-bita-button::after {
    background-image: url("../images/bita_hand@2x.png");
  }
}
.editor .bibibi-bita-button:hover {
  border-bottom-width: 0.6rem;
  top: 0.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.editor .box-with-shadow {
  padding: 1rem;
  border: 0.1rem solid var(--black);
  background-color: var(--white);
  -webkit-box-shadow: 0.5rem 0.7rem 0 0 var(--black);
          box-shadow: 0.5rem 0.7rem 0 0 var(--black);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.editor .box-with-border {
  padding: 2rem;
  border: 0.2rem solid var(--black);
  background-color: var(--white);
}
@media screen and (max-width:600px) {
  .editor {
    font-size: 12px;
  }
}
.editor .color-box {
  margin: 0 -2.5rem;
  padding: 3rem 2.5rem;
  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: 1em;
}
.editor .color-box.bg-yellow {
  background-color: #FFCD01;
}
.editor .color-box.bg-yellow2 {
  background-color: #FFFDF4;
}
.editor .color-box.bg-yellow3 {
  background-color: #FFEB98;
}
.editor .color-box.bg-red {
  background-color: #FFF3EF;
}
.editor .color-box.bg-gray {
  background-color: #F2F2F2;
}

.editor2 {
  --base-font-size: 1.0rem;
  --add-font-size: .1rem;
}
.editor2 h1, .editor2 h2, .editor2 h3, .editor2 h4, .editor2 h5, .editor2 h6, .editor2 p, .editor2 span {
  line-height: 1.4;
  overflow-wrap: break-word;
}
.editor2 h6 {
  font-size: var(--base-font-size0.2rem);
}
.editor2 h5 {
  font-size: calc(var(--base-font-size) + 0.2rem + var(--add-font-size) * 1);
}
.editor2 h4 {
  font-size: calc(var(--base-font-size) + 0.2rem + var(--add-font-size) * 2);
}
.editor2 h3 {
  font-size: calc(var(--base-font-size) + 0.2rem + var(--add-font-size) * 3);
}
.editor2 h2 {
  font-size: calc(var(--base-font-size) + 0.2rem + var(--add-font-size) * 4);
}
.editor2 h1 {
  font-size: calc(var(--base-font-size) + 0.2rem + var(--add-font-size) * 5);
}
.editor2 ul, .editor2 p, .editor2 li, .editor2 ol {
  font-size: var(--base-font-size);
}
.editor2 ul {
  list-style: disc;
}
.editor2 ul, .editor2 ol {
  padding-left: 1.5em;
}
.editor2 .box-with-shadow {
  padding: 1rem;
  border: 0.1rem solid var(--black);
  background-color: var(--white);
  -webkit-box-shadow: 0.5rem 0.7rem 0 0 var(--black);
          box-shadow: 0.5rem 0.7rem 0 0 var(--black);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.editor2 .box-with-border {
  padding: 2rem;
  border: 0.2rem solid var(--black);
  background-color: var(--white);
}
.editor2 img {
  max-width: 100%;
}
.editor2 img + * {
  margin-top: 1em;
}
@media screen and (min-width: 1000px) {
  .editor2 {
    --base-font-size: 1.6rem;
    --add-font-size: .2rem;
  }
}

.editor .underline, .editor2 .underline {
  position: relative;
  z-index: 2;
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--yellow01)), to(var(--yellow01)));
  background-image: linear-gradient(to right, var(--yellow01), var(--yellow01));
  background-position: bottom left;
  background-size: 100% 0.4em;
  background-repeat: no-repeat;
}
.editor .alignright, .editor2 .alignright {
  float: right;
  margin-left: 1.5em;
}
.editor .alignleft, .editor2 .alignleft {
  float: left;
  margin-right: 1.5em;
}
.editor .aligncenter, .editor2 .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor figure.aligncenter, .editor2 figure.aligncenter {
  text-align: center;
}
.editor figure.alignleft, .editor2 figure.alignleft {
  text-align: right;
  float: none;
  margin-right: 0;
}
.editor iframe[src*="youtube.com"], .editor2 iframe[src*="youtube.com"] {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.editor .wp-video, .editor2 .wp-video {
  margin-left: auto;
  margin-right: auto;
}
.editor .wp-video video, .editor2 .wp-video video {
  width: 100%;
  height: auto;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid var(--accent_color);
  border-right: 3px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0%, 100% {
    opacity: 0;
  }
  20%, 60% {
    opacity: 1;
  }
}
@keyframes loading {
  0%, 100% {
    opacity: 0;
  }
  20%, 60% {
    opacity: 1;
  }
}
@-webkit-keyframes load_fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes load_fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  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;
  z-index: 99999;
  background-color: var(--yellow03);
}
.loading__wrap {
  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;
  position: relative;
  width: 500px;
  height: 550px;
}
.loading__bita {
  width: 300px;
  height: 350px;
  background-image: url("../images/bibibi_loading.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .loading__bita {
    background-image: url("../images/bibibi_loading@2x.png");
  }
}
@media screen and (max-width:600px) {
  .loading__bita {
    background-image: url("../images/mobile/bibibi_loading.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media screen and (max-width:600px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width:600px) and (-moz-min-device-pixel-ratio: 2) {
  .loading__bita {
    background-image: url("../images/mobile/bibibi_loading@2x.png");
  }
}
.loading__bita.complete {
  width: 500px;
  height: 523px;
  background-image: url("../images/loading_complete.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .loading__bita.complete {
    background-image: url("../images/loading_complete@2x.png");
  }
}
@media screen and (max-width:600px) {
  .loading__bita.complete {
    background-image: url("../images/mobile/loading_complete.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media screen and (max-width:600px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width:600px) and (-moz-min-device-pixel-ratio: 2) {
  .loading__bita.complete {
    background-image: url("../images/mobile/loading_complete@2x.png");
  }
}
.loading__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: absolute;
  right: calc(50% - 130px);
  top: calc(50% - 108px);
  --dot-size: 8px;
}
.loading__dots span {
  display: inline-block;
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 25%;
  background-color: var(--black);
  opacity: 0;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.loading__dots span:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loading__dots span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.loading__dots span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.purchase__item-name {
  font-size: 3.4rem;
  font-weight: 900;
  font-family: m-plus-1p, sans-serif;
  color: var(--yellow01);
  text-align: center;
}
.purchase__item-image {
  display: block;
  margin: 1rem auto 0;
}
.purchase__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 5rem 5rem;
}
.purchase__box.off {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.purchase__box.add-padding {
  padding: 6rem 9rem;
}
.purchase__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
}
.purchase__price img {
  width: 3.5rem;
  height: auto;
}
.purchase__price p {
  font-size: 3rem;
  color: var(--black);
  font-family: m-plus-1p, sans-serif;
  font-weight: 900;
  margin-left: 0.2em;
}
.purchase__num {
  margin: 1rem 0 1rem;
  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;
}
.purchase__num input {
  font-size: 2.8rem;
  font-size: 3rem;
  color: var(--black);
  font-family: m-plus-1p, sans-serif;
  font-weight: 900;
  width: 3em;
  text-align: center;
}
.purchase__num__left, .purchase__num__right {
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  cursor: pointer;
}
.purchase__num__left:hover, .purchase__num__right:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.purchase__num__left:active, .purchase__num__right:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.purchase__num__left {
  border-width: 10px 15px 10px 0;
  border-color: transparent var(--accent_color) transparent transparent; /* 右向きの矢印 */
}
.purchase__num__right {
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent var(--accent_color); /* 左向きの矢印 */
}
.purchase__message {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 1rem;
}
.purchase__message.big {
  font-size: 4rem;
  font-weight: 900;
  margin: 3.5rem 1rem 1rem;
}
.purchase__bita-rejoice {
  width: 20rem;
  height: auto;
}

.unlock__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
}
.unlock__item-image {
  width: 7.5rem;
  aspect-ratio: 1;
}
.unlock__need_quantity {
  font-size: 5rem;
  font-family: m-plus-1p, sans-serif;
  font-weight: 900;
  vertical-align: bottom;
  line-height: 4rem;
  position: relative;
  left: 0;
  top: 0.7rem;
}
.unlock__need_quantity span {
  font-size: 0.5em;
}
.unlock__lock-image {
  width: 4rem;
  height: auto;
}

@-webkit-keyframes balloon-pop-up {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes balloon-pop-up {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.balloon-anim-1 {
  -webkit-animation-name: balloon-pop-up;
          animation-name: balloon-pop-up;
  -webkit-animation-duration: 700ms;
          animation-duration: 700ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: 5rem -7rem;
          transform-origin: 5rem -7rem;
}

.balloon-anim-2 {
  -webkit-animation-name: balloon-pop-up;
          animation-name: balloon-pop-up;
  -webkit-animation-duration: 700ms;
          animation-duration: 700ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: calc(100% - 7rem) -7rem;
          transform-origin: calc(100% - 7rem) -7rem;
}

.balloon-anim-3 {
  -webkit-animation-name: balloon-pop-up;
          animation-name: balloon-pop-up;
  -webkit-animation-duration: 700ms;
          animation-duration: 700ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: calc(100% - 7rem) calc(100% + 7rem);
          transform-origin: calc(100% - 7rem) calc(100% + 7rem);
}

.balloon-anim-4 {
  -webkit-animation-name: balloon-pop-up;
          animation-name: balloon-pop-up;
  -webkit-animation-duration: 700ms;
          animation-duration: 700ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: 7rem calc(100% + 7rem);
          transform-origin: 7rem calc(100% + 7rem);
}

.tutorial {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50000;
  background-color: rgba(0, 0, 0, 0.5);
}
.tutorial .target {
  width: 0;
  height: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  border-radius: 1rem;
  left: 50%;
  -webkit-backdrop-filter: brightness(200%);
          backdrop-filter: brightness(200%);
  z-index: 5;
}
.tutorial__description {
  position: absolute;
  left: -5rem;
  top: 15rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.tutorial__description.hide {
  display: none;
}
.tutorial__wrap p {
  position: absolute;
  left: calc(50% + 1rem);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  font-weight: 900;
  font-size: 2.4rem;
  width: 14em;
  letter-spacing: 0.05rem;
}
.tutorial__wrap p strong {
  color: var(--accent_color);
}
.tutorial__balloon {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.tutorial__balloon__body {
  width: 45rem;
}
.tutorial__balloon__head {
  width: 8rem;
  position: absolute;
  z-index: 1;
}
.tutorial__balloon__head.pos-1 {
  -webkit-transform: rotateZ(182deg) rotateY(180deg);
          transform: rotateZ(182deg) rotateY(180deg);
  left: 7.5rem;
  top: -6.7rem;
}
.tutorial__balloon__head.pos-2 {
  -webkit-transform: rotateZ(182deg);
          transform: rotateZ(182deg);
  right: 6.5rem;
  top: -5.7rem;
}
.tutorial__balloon__head.pos-3 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  right: 6.5rem;
  bottom: -6.1rem;
}
.tutorial__balloon__head.pos-4 {
  left: 8rem;
  bottom: -6.1rem;
}
.tutorial__next-button {
  --width: 19rem;
  border: 0.6rem solid var(--black);
  width: var(--width);
  border-radius: 1rem;
  background-color: var(--yellow01);
  color: var(--black);
  text-align: center;
  padding: 1rem 5rem;
  font-weight: 700;
  font-size: 2.4rem;
  position: fixed;
  left: calc(50% + 630px - var(--width));
  bottom: 20rem;
  -webkit-box-shadow: 0 0 4rem rgba(255, 235, 152, 0.75);
          box-shadow: 0 0 4rem rgba(255, 235, 152, 0.75);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 9;
}
.tutorial__next-button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.tutorial__next-button:active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.tutorial__next-button.center {
  left: calc(50% - var(--width) / 2);
}
.tutorial__next-button.left {
  left: calc(50% - 630px);
}

.strech-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 4rem;
  height: 4rem;
  border: 0.5rem solid var(--black);
  background-color: var(--yellow01);
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding: 0 0.4rem;
  border-radius: 9999px;
  font-weight: 900;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.strech-button__mark {
  color: var(--accent_color);
}
.strech-button__text {
  font-size: 1.6rem;
  margin-left: 1em;
}
.strech-button:hover {
  width: 11em;
}

.archive__content.hexagon::before, .archive__content.hexagon {
  -webkit-clip-path: polygon(50% 0%, 0% 86.6%, 100% 86.6%);
          clip-path: polygon(50% 0%, 0% 86.6%, 100% 86.6%);
}

#archive {
  margin-bottom: 10rem;
}

.archive__contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #fff;
  gap: 5rem;
  margin-top: 5rem;
  padding: 2rem;
  grid-auto-rows: minmax(370px, auto);
}
.archive__contents.build {
  gap: 4rem;
  padding: 2rem 0;
}
.archive__content {
  position: relative;
  border-radius: 2rem;
  border: 1.2rem solid var(--black);
  text-decoration: none;
}
.archive__content a {
  text-decoration: none;
}
.archive__content.disabled {
  position: relative;
}
.archive__content.disabled::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #ffcd02;
  border-radius: 2rem;
  opacity: 0.5;
  width: calc(100% + 2.4rem);
  height: calc(100% + 2.4rem);
  z-index: 2;
  left: -1.2rem;
  top: -1.2rem;
}
.archive__content.hexagon {
  border: none;
  background-color: var(--black);
}
.archive__content.hexagon::before {
  background-color: white;
  bottom: 42.3%;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 42.3%);
          transform: translate(-50%, 42.3%);
}
.archive__clearmark {
  position: absolute;
  display: inline-block;
  top: -4.8rem;
  left: -3.5rem;
}
.archive__return {
  position: fixed;
  left: calc(50% - 70rem);
  bottom: 5rem;
}

.howto-link {
  text-align: right;
  font-weight: 700;
  padding-top: 2rem;
  padding-right: 2.5rem;
  line-height: 2rem;
}
.howto-link::before {
  content: "?";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 0.2rem solid var(--black);
  background-color: var(--yellow01);
  color: var(--accent_color);
  font-weight: 700;
  text-align: center;
  line-height: 1.6rem;
  border-radius: 100%;
  margin-right: 0.5rem;
}

.serch-wrap {
  margin-top: 3rem;
}

.section-border {
  border: 1rem solid var(--yellow02);
  border-radius: 1rem;
}

#single .box-chipped .box-body {
  padding-bottom: 9rem;
}

.single__pdf {
  width: 100%;
  aspect-ratio: 1.75;
  overflow: hidden;
  padding: 4rem;
}
.single__pdf iframe {
  height: 100%;
}
.single__section {
  margin-top: 8rem;
}
.single__wrap.box.rounded {
  padding: 8rem 5rem 10rem;
}
.single__section {
  margin-top: 8rem;
}
.single__search {
  margin-top: 5rem;
}
.single__contents {
  grid-auto-rows: minmax(370px, auto);
}
.single__image {
  height: 20rem;
}
.single__headline > *:not(:last-of-type) {
  border-bottom: 1rem solid var(--yellow02);
}
.single__headline__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem;
}
.single__headline__video > iframe {
  aspect-ratio: 1.7777777778;
  width: 100%;
}
.single__headline__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem;
}
.single__headline__image > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__headline__coin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(34, 34, 34, 0.3);
  position: absolute;
  right: 5rem;
  bottom: 5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  z-index: 10;
}
.single__headline__coin p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin-left: 1rem;
}
.single__headline__coin img {
  width: 4.5rem;
  height: 4.5rem;
}
.single__detail {
  padding: 1rem 4rem 2rem 4rem;
}
.single__attribute {
  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;
}
.single__attribute .type > img {
  width: 3rem;
}
.single__attribute__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single__skill {
  margin-top: 2rem;
}
.single__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 4rem;
}
.single__download > a {
  font-size: 2.4rem;
  color: var(--black);
  text-decoration: none;
  font-weight: 700;
}
.single__process {
  position: relative;
  border-radius: 2rem;
  background-color: var(--black);
  margin-left: -8rem;
  margin-right: -8rem;
  padding: 8rem 6rem;
}
.single__process__headline img {
  width: 100%;
}
.single__process__content-wrapper {
  position: relative;
  margin-top: 8rem;
  padding: 4rem 2.5rem;
  border-radius: 1rem;
  background-color: var(--white);
}
.single__process__content {
  background-color: var(--white);
}
.single__process__content:not(:last-of-type) {
  margin-bottom: 7.5rem;
}
.single__process__title {
  border-bottom: 1rem solid var(--yellow02);
  text-align: center;
  padding: 1.2rem 9rem;
  font-size: 3rem;
  font-weight: 700;
}
.single__process__editor {
  padding: 4rem;
  line-height: 1.5;
  font-weight: 700;
}
.single__process__editor > p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.single__process__editor p {
  font-size: 2.4rem;
}
.single__process__editor h5 {
  font-size: 2.6rem;
}
.single__process__editor h4 {
  font-size: 2.8rem;
}
.single__process__editor h3 {
  font-size: 3rem;
}
.single__process__editor h2 {
  font-size: 3.2rem;
}
.single__process__editor h1 {
  font-size: 3.4rem;
}
.single__process__editor img {
  display: block;
  margin: 0 auto;
}
.single__button {
  margin-top: 10rem;
}
.single__hint {
  position: absolute;
  right: -5rem;
  bottom: -5rem;
}
.single__block .block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 77.4rem;
  height: 18rem;
  margin: 0 auto;
  position: relative;
  background-image: url("../images/pazzle_num.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .single__block .block__container {
    background-image: url("../images/pazzle_num@2x.png");
  }
}
.single__block .block__text {
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.32rem;
  position: absolute;
  left: 15rem;
  top: 6rem;
}
.single__block .block__text span {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.24rem;
}
.single__block .block__num {
  font-size: 9rem;
  font-weight: 900;
  font-family: m-plus-1p, sans-serif;
  letter-spacing: 6rem;
  position: absolute;
  left: 37rem;
  top: 4rem;
}
.single__block__coin {
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
.single__block__coin span {
  padding: 0 0.5rem;
  color: var(--accent_color);
}
.single__block__coin span img {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  top: 0.4rem;
}
.single__note p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.24rem;
  line-height: 1.7;
}
.single__note img {
  width: 100%;
}
.single__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single__point .icon-insight {
  width: 6rem;
  height: 13.5rem;
  margin-top: 1rem;
}
.single__point .point-container {
  margin-left: 2rem;
}
.single__point .point-container .title-point {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.28rem;
}
.single__point .point-container p {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.24rem;
  line-height: 1.7;
}
.single__password {
  width: 77.3rem;
  height: 50rem;
  background-color: var(--black);
  position: relative;
  border-radius: 1rem;
  padding: 7rem 11rem;
}
.single__password::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_question_small.png");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center;
  opacity: 0.9;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .single__password::before {
    background-image: url("../images/bg_question_small@2x.png");
  }
}
.single__password form {
  position: relative;
  z-index: 5;
}
.single__password > .box {
  padding: 0;
  height: 100%;
  border-width: 0.8rem;
  padding: 5.6rem 7.6rem 0;
}
.single__password .password-form__blowing {
  width: 37rem;
  height: 9.4rem;
  border-width: 0.7rem;
  top: -5rem;
}
.single__password .password-form__blowing h2 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.24rem;
}
.single__password .password-form__blowing::before {
  width: 3.6rem;
  height: 2.4rem;
  bottom: -2.4rem;
  left: 12rem;
}
.single__password .password-form__input {
  width: 100%;
}
.single__password .password-form__input label {
  font-size: 1.8rem;
  font-weight: 700;
}
.single__password .password-form__input input {
  width: 100%;
  height: auto;
  padding: 0;
  line-height: 9rem;
  margin-top: 0.5rem;
  font-size: 2.8rem;
}
.single__password .password-form__submit {
  margin-top: 3rem;
}
.single__images {
  margin-left: -3.7rem;
  margin-right: -3.7rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.5rem;
}
.single__images.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single__images.center > .image-item {
  width: 20rem;
  height: 20rem;
}
.single__images > .image-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1;
  border: 1rem solid var(--black);
  border-radius: 1rem;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  overflow: hidden;
  cursor: pointer;
}
@media (any-hover: hover) {
  .single__images > .image-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.single__images > .image-item img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#freeClearButton {
  margin-top: 5rem;
}

.start__title {
  position: relative;
  margin-top: -2rem;
  margin-left: 2rem;
}
.start__title img {
  width: 75rem;
  width: clamp(75rem, 87.2093023256vh, 82.5rem);
  height: 22rem;
  height: clamp(22rem, 25.5813953488vh, 24.2rem);
}
.start__title h1 {
  position: absolute;
  text-align: center;
  font-size: 5.2rem;
  font-size: clamp(5.2rem, 6.0465116279vh, 5.72rem);
  letter-spacing: 0.5rem;
  top: clamp(4rem, 4.6511627907vh, 4.4rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.start__title h1 em {
  font-size: 6rem;
  font-size: normal;
  position: relative;
}
.start__title h1 em span {
  position: absolute;
  left: 50%;
  top: -1.5rem;
  font-size: 2.2rem;
  letter-spacing: 1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.start__title h1 strong {
  display: inline-block;
  font-size: 7rem;
  -webkit-transform: translateY(0.4rem) rotate(10deg);
          transform: translateY(0.4rem) rotate(10deg);
}
.start__item {
  position: relative;
  margin-top: 1rem;
}
.start__btn {
  position: absolute;
  width: 12.5rem;
  height: 12.5rem;
  right: -6rem;
  bottom: -3.5rem;
}
.start__btn .hand {
  width: 10rem;
  height: 10rem;
  position: absolute;
  right: -2.5rem;
  top: -5rem;
}
.start__bita-serif {
  position: absolute;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  right: 9rem;
  top: 1rem;
}
.start__bita-serif::before, .start__bita-serif::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.3rem;
  height: 2rem;
  bottom: 0.5rem;
  background-color: var(--black);
}
.start__bita-serif::before {
  left: -2rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.start__bita-serif::after {
  right: -2rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.scat__video {
  margin-top: 50px;
}
.scat__detail {
  margin-top: 50px;
}
.scat__skills {
  margin-top: 50px;
  background-color: #D3DBE0;
  padding: 20px;
  position: relative;
}
.scat__skill {
  position: relative;
}
.scat__skill:not(:first-of-type) {
  margin-top: 15px;
}
.scat__skill a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  padding: 10px;
  color: #333;
}
.scat__skill .clear {
  position: absolute;
  color: #ff9034;
  font-size: 22px;
  right: 0;
  top: 0;
  font-weight: 700;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.scat__dl {
  margin-top: 50px;
}

.skill-bar__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.skill-bar__content {
  width: 110px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  background-color: #CECECE;
  margin: 0 10px 5px 0;
}

@-webkit-keyframes course-hand-loop {
  from {
    -webkit-transform: rotate(-75deg);
            transform: rotate(-75deg);
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes course-hand-loop {
  from {
    -webkit-transform: rotate(-75deg);
            transform: rotate(-75deg);
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes course-emphasis-loop {
  from {
    opacity: 0;
  }
  to {
    -webkit-transform: 1;
            transform: 1;
  }
}
@keyframes course-emphasis-loop {
  from {
    opacity: 0;
  }
  to {
    -webkit-transform: 1;
            transform: 1;
  }
}
#course {
  display: grid;
  height: 100vh;
  grid-template-rows: 1fr 1fr;
  justify-items: center;
  position: relative;
}

.course__select__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1rem solid var(--black);
  background-color: var(--white);
  position: relative;
}
.course__select__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 14rem;
}
.course__select__title img {
  width: 55.6rem;
}
.course__select__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44rem;
  height: 20rem;
  position: absolute;
  top: 1rem;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.course__select__title-wrap h1 {
  display: inline-block;
  font-size: 4rem;
  letter-spacing: 0.32rem;
  text-align: center;
}
.course__select__excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: calc(50% - 23rem);
  bottom: -2.5rem;
}
.course__select__excerpt::before, .course__select__excerpt::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 0.3rem;
  background-color: var(--black);
  position: absolute;
  left: 25rem;
}
.course__select__excerpt::before {
  top: calc(50% - 1rem);
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.course__select__excerpt::after {
  top: calc(50% + 4rem);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.course__select__excerpt img {
  width: 23rem;
  position: relative;
}
.course__select__excerpt p {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-left: 3.8rem;
}
.course__next-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
.course__next-title h2 {
  background-color: var(--white);
  border-radius: 1rem;
  line-height: 8rem;
  min-width: 40rem;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.25rem;
  font-weight: 700;
  padding: 0 2rem;
}
.course__children {
  width: 92rem;
  margin: 7rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.course__children img {
  fill: #999;
}
.course__child {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 3rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.course__child a {
  text-decoration: none;
}
.course__child svg {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
.course__child:not(:last-child) {
  position: relative;
}
.course__child:not(:last-child)::before {
  content: "";
  display: inline-block;
  width: 10rem;
  height: 1rem;
  background: var(--black);
  position: absolute;
  right: -8rem;
  top: 6rem;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .course__child:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .course__child:hover::before {
    -webkit-transform: scale(0.8333333333);
            transform: scale(0.8333333333);
  }
}
.course__child:active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.course__child img {
  position: absolute;
  left: 0;
  top: -2.5rem;
  z-index: 5;
}
.course__child .lock {
  width: 6.1rem;
}
.course__child .hand {
  position: absolute;
  left: 0;
  top: 0;
}
.course__child .hand .hand-emphasis {
  left: 0;
  top: -4.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 3.5rem;
  -webkit-animation-name: course-emphasis-loop;
          animation-name: course-emphasis-loop;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: steps(2, jump-none);
          animation-timing-function: steps(2, jump-none);
}
.course__child .hand .hand-body {
  left: -1.5rem;
  -webkit-animation-name: course-hand-loop;
          animation-name: course-hand-loop;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: steps(2, jump-none);
          animation-timing-function: steps(2, jump-none);
}
.course__child:nth-of-type(1) .crown {
  left: -1.6rem;
  top: -3.5rem;
}
.course__child:nth-of-type(2) .crown {
  left: -2rem;
  top: -3.5rem;
}
.course__child:nth-of-type(3) .crown {
  left: -2rem;
  top: -4rem;
}
.course__child:nth-of-type(4) .crown {
  left: -2rem;
  top: -4rem;
}
.course__child .disabled .inner {
  fill: var(--yellow03);
}
.course__child .disabled .outline {
  fill: var(--back-gradation);
}
.course__child .disabled text {
  fill: var(--back-gradation);
}
.course__child .next .inner {
  fill: var(--accent_color);
}
.course__child .next .outline {
  fill: var(--white);
}
.course__child .next text {
  fill: var(--white);
}
.course__btn {
  position: absolute;
  left: calc(50% - 55rem);
  top: 28rem;
}
.course__tutorial-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 17rem;
  margin-top: 5rem;
}

.course-item {
  position: relative;
}
.course-item__title {
  position: absolute;
  top: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.course-item__title > img {
  width: 90rem;
  height: auto;
}
.course-item__btn {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  --btn-size: 8rem;
}
.course-item__btn.next {
  right: calc(var(--btn-size) / -2);
  bottom: calc(var(--btn-size) / -2);
}
.course-item__btn.back {
  left: calc(var(--btn-size) / -2);
  bottom: calc(var(--btn-size) / -2);
}
.course-item__bita {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6rem;
  margin-bottom: -4.5rem;
  padding-left: 5rem;
}
.course-item__bita > img {
  width: 28rem;
}
.course-item__bita > p {
  width: 45rem;
  height: 10rem;
  background-image: url("../images/blowing05.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.256rem;
  padding-top: 2.8rem;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .course-item__bita > p {
    background-image: url("../images/blowing05@2x.png");
  }
}
.course-item__hint {
  position: absolute;
  right: -6.5rem;
  bottom: -6.5rem;
}

section.has-hint {
  margin-bottom: 6rem;
}

section.pdf {
  border: 1rem solid var(--yellow02);
  border-radius: 1rem;
  width: 100%;
  height: 70rem;
}
section.pdf iframe {
  height: 100%;
}

section.description {
  border: 1rem solid var(--yellow02);
  border-radius: 1rem;
  padding: 3rem;
  position: relative;
}
section.description * + * {
  margin-top: 2rem;
}
section.description img.aligncenter {
  display: block;
  margin: 0 auto;
}
section.description p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

section.world-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
section.world-download a {
  display: inline-block;
  width: 48.5rem;
  height: 16.8rem;
  background-image: url("../images/button_download.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  section.world-download a {
    background-image: url("../images/button_download@2x.png");
  }
}

.password-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0;
  position: relative;
  background-color: var(--black);
  z-index: 10000;
}
.password-form::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_question.png");
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.9;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .password-form::before {
    background-image: url("../images/bg_question@2x.png");
  }
}
.password-form__inner.box {
  position: relative;
  padding-top: 13rem;
  padding-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.password-form__blowing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 66.5rem;
  height: 14rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1rem solid var(--yellow01);
  border-radius: 2rem;
  background-color: var(--white);
  left: 50%;
  top: -7rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.password-form__blowing h1 {
  font-size: 5rem;
  letter-spacing: 0.4rem;
}
.password-form__blowing::before {
  content: "";
  width: 5.4rem;
  height: 3.7rem;
  display: inline-block;
  position: absolute;
  background-image: url("../images/blowing_tail.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: -3.7rem;
  left: 21.5rem;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .password-form__blowing::before {
    background-image: url("../images/blowing_tail@2x.png");
  }
}
.password-form__input {
  width: 60rem;
}
.password-form__input label {
  font-size: 2.8rem;
  letter-spacing: 0.25rem;
  font-weight: 700;
}
.password-form__input input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 15rem;
  width: 60rem;
  margin-top: 2rem;
  padding: 5rem;
  text-align: center;
  background-color: var(--pink);
  border: 0.9rem solid var(--pink);
  border-radius: 1rem;
  letter-spacing: 0.25rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.6rem;
}
.password-form__input input:valid {
  background-color: var(--white);
  border: 0.9rem solid var(--yellow01);
}
.password-form__submit {
  text-align: center;
  position: relative;
  margin-top: 7rem;
  -webkit-transform: scale(0.8666666667);
          transform: scale(0.8666666667);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.password-form__submit img {
  position: absolute;
  width: 6rem;
  right: -5rem;
  top: -4rem;
}
.password-form__submit input {
  display: inline-block;
  width: 30rem;
  height: 10rem;
  background-image: url("../images/button_clear.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .password-form__submit input {
    background-image: url("../images/button_clear@2x.png");
  }
}
@media (any-hover: hover) {
  .password-form__submit:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.password-form__bita {
  position: absolute;
  right: calc(50% + 20rem);
  bottom: 0;
  overflow: hidden;
}
.password-form__bita img {
  width: 54rem;
  margin-bottom: -1.2rem;
}

@-webkit-keyframes event-hand-loop {
  from {
    -webkit-transform: translateX(-20%) rotate(-45deg);
            transform: translateX(-20%) rotate(-45deg);
  }
  to {
    -webkit-transform: translateX(0%) rotate(-45deg);
            transform: translateX(0%) rotate(-45deg);
  }
}

@keyframes event-hand-loop {
  from {
    -webkit-transform: translateX(-20%) rotate(-45deg);
            transform: translateX(-20%) rotate(-45deg);
  }
  to {
    -webkit-transform: translateX(0%) rotate(-45deg);
            transform: translateX(0%) rotate(-45deg);
  }
}
.event__clear-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  color: var(--black);
  text-decoration: none;
  border: 1rem solid var(--black);
  border-radius: 1.5rem;
  margin: 5rem auto 0;
  padding: 4rem 4.4rem;
  -webkit-box-shadow: 1rem 1rem var(--yellow02);
          box-shadow: 1rem 1rem var(--yellow02);
}
.event__clear-box p {
  font-size: 6rem;
  line-height: 6rem;
}
.event__clear-box span {
  display: inline-block;
  font-size: 4.8rem;
  padding-bottom: 1rem;
  line-height: 6rem;
  text-align: center;
}
.event__clear-text {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 900;
}
.event__next-btn {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --hand-size: 8rem;
  --btn-size: 10rem;
  width: var(--btn-size);
  height: var(--btn-size);
  background-image: url("../images/button_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .event__next-btn {
    background-image: url("../images/button_arrow@2x.png");
  }
}
.event__next-btn .hand {
  width: var(--hand-size);
  height: var(--hand-size);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  right: 4rem;
  -webkit-animation-name: event-hand-loop;
          animation-name: event-hand-loop;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .event__next-btn:hover {
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    --btn-size: 15rem;
    --hand-size: 12rem;
  }
}
.event__clear-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event__clear-header img {
  width: 88rem;
}
.mypage__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15rem;
}
.mypage__menu > * {
  width: 25rem;
  height: 31rem;
  margin: 0 2.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mypage__menu > * .menu_image {
  width: 100%;
  height: auto;
}
.mypage__menu > * .menu_lock {
  position: absolute;
  inset: 0;
  margin: auto;
}
@media (any-hover: hover) {
  .mypage__menu > *:not(.disabled):hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.mypage__menu > *.disabled {
  position: relative;
}
.mypage__menu > *.disabled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  background-color: #C59F32;
  opacity: 0.7;
}
.mypage__help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10rem;
  padding-right: 5rem;
}

form#remove_bi_user {
  text-align: right;
  margin-top: 4rem;
  padding-right: 6rem;
}
form#remove_bi_user input[type=submit] {
  font-size: 1.6rem;
  color: var(--accent_color);
  text-decoration: underline;
  font-weight: 700;
}
form#remove_bi_user + .mypage__help {
  margin-top: 3rem;
}

.start__title {
  position: relative;
  margin-top: -2rem;
  margin-left: 2rem;
}
.start__title img {
  width: 75rem;
  width: clamp(75rem, 87.2093023256vh, 82.5rem);
  height: 22rem;
  height: clamp(22rem, 25.5813953488vh, 24.2rem);
}
.start__title h1 {
  position: absolute;
  text-align: center;
  font-size: 5.2rem;
  font-size: clamp(5.2rem, 6.0465116279vh, 5.72rem);
  letter-spacing: 0.5rem;
  top: clamp(4rem, 4.6511627907vh, 4.4rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.start__title h1 em {
  font-size: 6rem;
  font-size: normal;
  position: relative;
}
.start__title h1 em span {
  position: absolute;
  left: 50%;
  top: -1.5rem;
  font-size: 2.2rem;
  letter-spacing: 1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.start__title h1 strong {
  display: inline-block;
  font-size: 7rem;
  -webkit-transform: translateY(0.4rem) rotate(10deg);
          transform: translateY(0.4rem) rotate(10deg);
}
.start__item {
  position: relative;
  margin-top: 1rem;
}
.start__btn {
  position: absolute;
  width: 12.5rem;
  height: 12.5rem;
  right: -6rem;
  bottom: -3.5rem;
}
.start__btn .hand {
  width: 10rem;
  height: 10rem;
  position: absolute;
  right: -2.5rem;
  top: -5rem;
}
.start__bita-serif {
  position: absolute;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  right: 9rem;
  top: 1rem;
}
.start__bita-serif::before, .start__bita-serif::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.3rem;
  height: 2rem;
  bottom: 0.5rem;
  background-color: var(--black);
}
.start__bita-serif::before {
  left: -2rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.start__bita-serif::after {
  right: -2rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.pazzle__contents {
  display: grid;
  width: 78rem;
  grid-template-columns: 1fr;
  row-gap: 6rem;
  margin: 6rem auto 0;
}

.login__bita {
  position: absolute;
  right: calc(50% + 20rem);
  bottom: 0;
  overflow: hidden;
}
.login__bita img {
  width: 40rem;
  margin-bottom: -1.2rem;
}
.login__note {
  display: block;
  text-align: right;
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1.4rem;
}
.login .box {
  padding: 8.3rem 22rem 5rem;
}
.login #tmp-login-form-pw-reset-box {
  text-align: left;
}
.login .tmp-login-form-pw-reset-link {
  font-size: 1.6rem;
  color: var(--blue);
}
.login .tmp-password-input input {
  margin-bottom: 1rem;
}
.login .tmp-login-form-submit {
  margin-top: 5rem;
}
.login .tmp-remember-me {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.13rem;
  font-weight: normal;
}

.back-to-login {
  text-align: center;
  margin-top: 1rem;
}

.attention-demo-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -3.5rem;
}
.attention-demo-user span {
  color: var(--accent_color);
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  padding: 0.5rem 1rem;
  border: 0.4rem solid var(--accent_color);
  border-radius: 0.5rem;
}

#logout section {
  margin-top: 5rem;
}
#logout .tmp-logout-widget-form p {
  font-size: 2.4rem;
}

.tmp-login-form-pw-reset-link {
  font-size: 1.6rem;
}

.tmp-pw-reset-submit {
  border: 0.5rem solid var(--black);
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: var(--yellow01);
}/*# sourceMappingURL=style.css.map */