/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ul,
ol,
ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

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

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*******************************

    BASE

*******************************/
html {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #090000;
  font-size: 100px;
  font-size: clamp(50px, 7vw, 100px);
}
@media screen and (max-width: 600px) {
  html {
    font-size: 13.3333333333vw;
  }
}

body {
  color: #090000;
  height: 100vh;
  height: 100svh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrap {
  overflow: hidden;
  width: 100%;
}

img {
  max-width: 100%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

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

p {
  word-wrap: break-word;
}

p img {
  vertical-align: bottom;
  max-width: 100%;
}

ul,
ol {
  margin: 0;
}

::-moz-selection {
  background: #7c847d;
  color: #fff;
}

::selection {
  background: #7c847d;
  color: #fff;
}

.cfi.cfi01 {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 800ms ease, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 800ms ease, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 800ms ease;
  transition: transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 800ms ease, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cfi.cfi01.frame-in {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.cfi.cfi02 {
  opacity: 0;
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
  -webkit-transition: opacity 800ms ease, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 800ms ease, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 800ms ease;
  transition: transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 800ms ease, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cfi.cfi02.frame-in {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.cfi.cfi03 {
  opacity: 0;
  -webkit-transition: opacity 800ms ease-in-out;
  transition: opacity 800ms ease-in-out;
}
.cfi.cfi03.frame-in {
  opacity: 1;
}

/*******************************

    CMN

*******************************/
@media screen and (min-width: 769px) {
  .lt-tbminNone {
    display: none !important;
  }
  .st-tbmin {
    display: none !important;
  }
  .tbmin {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .st-tbminNone {
    display: none !important;
  }
  .lt-tbmin {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .lt-tbltNone {
    display: none !important;
  }
  .st-tblt {
    display: none !important;
  }
  .tblt {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .st-tbltNone {
    display: none !important;
  }
}
@media screen and (min-width: 601px) {
  .lt-spNone {
    display: none !important;
  }
  .st-sp {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .st-spNone {
    display: none !important;
  }
  .lt-sp {
    display: none !important;
  }
  .tblt {
    display: none !important;
  }
  .tbmin {
    display: none !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .tbltNone {
    display: none !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?o2xgwq") format("truetype"), url("fonts/icomoon.woff?o2xgwq") format("woff"), url("fonts/icomoon.svg?o2xgwq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tiktok:before {
  content: "\e900";
}

.icon-play:before {
  content: "\ea1c";
}

.icon-pause:before {
  content: "\ea1d";
}

.icon-stop:before {
  content: "\ea1e";
}

.icon-volume-on:before {
  content: "\ea27";
}

.icon-volume-mute:before {
  content: "\ea2a";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

html {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  overflow: hidden;
}

body,
html {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  width: 100%;
  height: 100svh;
  position: fixed;
}

#scrollWrapper {
  position: fixed;
  overflow: hidden;
  overflow: scroll;
  width: 100%;
  height: 100vh;
  height: 100svh;
  top: 0;
  left: 0;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
#scrollWrapper::-webkit-scrollbar {
  display: none;
}

#wrapper {
  width: calc(138.34rem * var(--scale));
  height: calc(99.22rem * var(--scale));
  background: url(../images/bg_all.svg) left top #fff;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  will-change: transform, margin;
}

.wrapper {
  cursor: -webkit-grab;
  cursor: grab;
  --scale: 1;
  font-size: calc(0.7rem * var(--scale));
  line-height: 1.74;
  letter-spacing: 0.04em;
}
.wrapper img {
  display: block;
  height: auto;
}
.wrapper * {
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.wrapper.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ------------------------------------------- *
 * CMN
 * ------------------------------------------- */
.areaTtl {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100vmax;
  border: calc(0.07rem * var(--scale)) solid #000;
  height: calc(1.7rem * var(--scale));
  width: calc(12.35rem * var(--scale));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: calc(0.74rem * var(--scale));
  padding: 0 calc(0.8rem * var(--scale)) 0 calc(1rem * var(--scale));
  background-color: #fff;
  position: relative;
}
.btn img {
  display: block;
  height: calc(0.6rem * var(--scale));
}
.btn::after {
  content: "";
  display: block;
  background: url(../images/icon-triangle.svg) center center no-repeat;
  width: calc(0.35rem * var(--scale));
  height: calc(0.58rem * var(--scale));
  background-size: contain;
  position: absolute;
  right: calc(0.6rem * var(--scale));
}
@media screen and (any-hover: hover) {
  .btn {
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
    will-change: transform, background-color, box-shadow;
  }
  .btn:hover {
    background-color: #BAE2B5;
    -webkit-transform: translate(calc(0.05rem * var(--scale)), calc(0.05rem * var(--scale)));
            transform: translate(calc(0.05rem * var(--scale)), calc(0.05rem * var(--scale)));
    -webkit-box-shadow: calc(0.05rem * var(--scale)) calc(0.05rem * var(--scale)) 0 #000;
            box-shadow: calc(0.05rem * var(--scale)) calc(0.05rem * var(--scale)) 0 #000;
  }
}

.cmnTxt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(0.7rem * var(--scale));
  line-height: 1.74;
  word-break: break-all;
}

/* ------------------------------------------- *
 * MainVisual
 * ------------------------------------------- */
.mvArea__ttl {
  position: absolute;
  width: calc(29.85rem * var(--scale));
  min-height: calc(7.9rem * var(--scale));
  left: calc(52rem * var(--scale));
  top: calc(25rem * var(--scale));
}

@-webkit-keyframes rotateIcon {
  0% {
    translate: 0px 0px;
    rotate: 0deg;
    scale: 1;
  }
  15% {
    translate: 0px -0.01rem;
    scale: 1.1;
  }
  30% {
    translate: 0px 0px;
    rotate: 90deg;
    scale: 1;
  }
  100% {
    rotate: 90deg;
  }
}

@keyframes rotateIcon {
  0% {
    translate: 0px 0px;
    rotate: 0deg;
    scale: 1;
  }
  15% {
    translate: 0px -0.01rem;
    scale: 1.1;
  }
  30% {
    translate: 0px 0px;
    rotate: 90deg;
    scale: 1;
  }
  100% {
    rotate: 90deg;
  }
}
@-webkit-keyframes mvSwing {
  from {
    rotate: -2.5deg;
  }
  to {
    rotate: 2.5deg;
  }
}
@keyframes mvSwing {
  from {
    rotate: -2.5deg;
  }
  to {
    rotate: 2.5deg;
  }
}
.mvMain {
  position: absolute;
  width: calc(60.2rem * var(--scale));
  min-height: calc(28.53rem * var(--scale));
  left: calc(36.2rem * var(--scale));
  top: calc(35.3rem * var(--scale));
}
.mvMain__inner {
  width: 100%;
  height: 100%;
  position: relative;
  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;
}
.mvMain__inner img {
  display: block;
}
.mvMain__inner img:first-child {
  position: absolute;
  height: calc(100% - 1.45rem * var(--scale));
  margin-right: calc(-1rem * var(--scale));
}
.mvDate {
  position: absolute;
  width: calc(28.55rem * var(--scale));
  min-height: calc(2.22rem * var(--scale));
  left: calc(52.2rem * var(--scale));
  top: calc(66rem * var(--scale));
}

/* ------------------------------------------- *
 * EventArea
 * ------------------------------------------- */
.eventArea__ttl {
  position: absolute;
  width: calc(18.2rem * var(--scale));
  min-height: calc(4.52rem * var(--scale));
  left: calc(4.31rem * var(--scale));
  top: calc(4.73rem * var(--scale));
}

.event::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(-1rem * var(--scale));
  right: calc(-1rem * var(--scale));
  width: calc(100% + 2rem * var(--scale));
  height: calc(100% + 2rem * var(--scale));
  border: calc(0.07rem * var(--scale)) solid #000;
  z-index: -1;
}
.event__inner {
  position: relative;
  background-color: #fff;
  border: calc(0.07rem * var(--scale)) solid #000;
  padding: calc(1.8rem * var(--scale)) calc(2rem * var(--scale)) calc(2rem * var(--scale)) calc(2.4rem * var(--scale));
  z-index: 10;
}
.event__ttl {
  margin-bottom: calc(1.2rem * var(--scale));
}
.event__ttl img {
  width: auto;
  height: calc(3.4rem * var(--scale));
}

.evPopup {
  position: absolute;
  width: calc(33.27rem * var(--scale));
  min-height: calc(17.17rem * var(--scale));
  left: calc(5.33rem * var(--scale));
  top: calc(14.54rem * var(--scale));
}
.evPopup__cont {
  padding-bottom: calc(2rem * var(--scale));
  border-bottom: calc(0.07rem * var(--scale)) solid #000;
}
.evPopup__link {
  padding-top: calc(1.8rem * var(--scale));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.evPopup__date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: calc(1rem * var(--scale));
  line-height: 1.4;
  margin-bottom: calc(0.5rem * var(--scale));
  font-style: normal;
}
.evPopup__date span {
  padding-left: 0.5em;
  font-size: calc(0.6rem * var(--scale));
}

.evRooftop {
  position: absolute;
  width: calc(50.35rem * var(--scale));
  min-height: calc(15.44rem * var(--scale));
  left: calc(41.37rem * var(--scale));
  top: calc(3.5rem * var(--scale));
}
.evRooftop__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: calc(1.2rem * var(--scale));
}
.evRooftop__detail {
  width: 100%;
  position: relative;
  border-right: calc(0.07rem * var(--scale)) solid #000;
}
.evRooftop__ttl {
  margin-top: calc(0.5rem * var(--scale));
}
.evRooftop__ttl img {
  width: auto;
  height: calc(2.15rem * var(--scale));
}
.evRooftop__cont {
  display: block;
}
.evRooftop__date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: calc(1rem * var(--scale));
  line-height: 1.4;
  margin-bottom: calc(0.5rem * var(--scale));
  font-style: normal;
}
.evRooftop__price {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: calc(0.8rem * var(--scale));
  line-height: 1.4;
  margin-bottom: calc(0.5rem * var(--scale));
  font-style: normal;
}
.evRooftop__note {
  font-size: calc(0.5rem * var(--scale));
  color: #898989;
}
.evRooftop__note a {
  text-decoration: none;
}
.evRooftop .btns {
  position: absolute;
  right: calc(2.8rem * var(--scale));
  bottom: calc(0.3rem * var(--scale));
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(0.4rem * var(--scale));
}
.evRooftop__timetable {
  width: calc(14rem * var(--scale));
  padding-left: calc(1.7rem * var(--scale));
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.evRooftop__timetable .ttl {
  line-height: 1;
  margin-bottom: 2em;
  margin-top: calc(-1rem * var(--scale));
}
.evRooftop__timetable .ttl img {
  display: block;
  width: calc(9.3rem * var(--scale));
}
.evRooftop__timetable .modalBtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(12.3rem * var(--scale));
  height: calc(2.4rem * var(--scale));
  border: calc(0.07rem * var(--scale)) solid #000;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: calc(0.9rem * var(--scale));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.evRooftop__timetable .modalBtn img {
  display: block;
  height: calc(0.68rem * var(--scale));
}
.evRooftop__timetable .modalBtn::after {
  content: "";
  display: block;
  background: url(../images/icon-triangle.svg) center center no-repeat;
  width: calc(0.35rem * var(--scale));
  height: calc(0.58rem * var(--scale));
  background-size: contain;
  position: absolute;
  right: calc(0.6rem * var(--scale));
}
@media screen and (any-hover: hover) {
  .evRooftop__timetable .modalBtn {
    -webkit-transition: ease 300ms;
    transition: ease 300ms;
    will-change: transform, box-shadow;
  }
  .evRooftop__timetable .modalBtn:hover {
    -webkit-transform: translate(calc(0.05rem * var(--scale)), calc(0.05rem * var(--scale)));
            transform: translate(calc(0.05rem * var(--scale)), calc(0.05rem * var(--scale)));
  }
  .evRooftop__timetable .modalBtn--8:hover {
    background-color: #f3edcc;
  }
  .evRooftop__timetable .modalBtn--9:hover {
    background-color: #dcf0da;
  }
}
.evRooftop__timetable .modalBtn:not(:last-child) {
  margin-bottom: calc(0.8rem * var(--scale));
}
.evRooftop__timetable .modalBtn--8 {
  background-color: #EADEA2;
}
.evRooftop__timetable .modalBtn--9 {
  background-color: #BAE2B5;
}

/* ------------------------------------------- *
 * PresentArea
 * ------------------------------------------- */
.presentArea__ttl {
  position: absolute;
  width: calc(19.95rem * var(--scale));
  min-height: calc(6.46rem * var(--scale));
  left: calc(72.5rem * var(--scale));
  top: calc(74rem * var(--scale));
}

.presentCont {
  border: calc(0.07rem * var(--scale)) solid #000;
  padding: calc(3rem * var(--scale)) calc(1rem * var(--scale)) calc(2.5rem * var(--scale)) calc(3rem * var(--scale));
  position: relative;
  z-index: 1;
  position: relative;
}
.presentCont__ttl {
  position: absolute;
  width: calc(6.4rem * var(--scale));
  min-height: calc(6.4rem * var(--scale));
  left: calc(0rem * var(--scale));
  top: calc(-1.5rem * var(--scale));
  right: calc(-1.5rem * var(--scale));
  margin-left: auto;
}
.presentCont--bg01 {
  position: absolute;
  width: calc(31rem * var(--scale));
  min-height: calc(19.15rem * var(--scale));
  left: calc(5rem * var(--scale));
  top: calc(76rem * var(--scale));
  background: #fff;
  border-style: solid;
  border-width: calc(0.08rem * var(--scale));
}
.presentCont--bg02 span {
  display: block;
  border-style: solid;
  border-width: calc(0.08rem * var(--scale));
}
.presentCont--bg02 span:first-child {
  position: absolute;
  width: calc(30.8rem * var(--scale));
  min-height: calc(19.1rem * var(--scale));
  left: calc(40rem * var(--scale));
  top: calc(76rem * var(--scale));
  background: #fff;
}
.presentCont--bg02 span:last-child {
  position: absolute;
  width: calc(26.5rem * var(--scale));
  min-height: calc(15.4rem * var(--scale));
  left: calc(66rem * var(--scale));
  top: calc(82rem * var(--scale));
  background: #fff;
  -webkit-clip-path: polygon(17.9% 0, 100% 0, 100% 100%, 0% 100%, 0% 85.5%, 10% 50%);
          clip-path: polygon(17.9% 0, 100% 0, 100% 100%, 0% 100%, 0% 85.5%, 10% 50%);
}
.presentCont--01 {
  position: absolute;
  width: calc(29rem * var(--scale));
  min-height: calc(17.15rem * var(--scale));
  left: calc(6rem * var(--scale));
  top: calc(77rem * var(--scale));
  padding-top: calc(2rem * var(--scale));
}
.presentCont--01 img {
  width: calc(23rem * var(--scale));
}
.presentCont--01 .desc {
  padding-top: 1em;
  line-height: 1.6;
}
.presentCont--01 .note {
  padding-top: calc(1.5rem * var(--scale));
  font-size: calc(0.5rem * var(--scale));
  color: #898989;
}
.presentCont--01 .deco01 {
  position: absolute;
  width: calc(1.44rem * var(--scale));
  min-height: calc(0.73rem * var(--scale));
  left: calc(0rem * var(--scale));
  top: calc(0.7rem * var(--scale));
}
.presentCont--01 .deco02 {
  position: absolute;
  width: calc(17.5rem * var(--scale));
  min-height: calc(6.14rem * var(--scale));
  left: calc(13rem * var(--scale));
  top: calc(12.2rem * var(--scale));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(0.5rem * var(--scale));
}
.presentCont--01 .deco02 img {
  border: calc(0.01rem * var(--scale)) solid #9E9E9F;
}
.presentCont--02 {
  position: absolute;
  width: calc(28.8rem * var(--scale));
  min-height: calc(17.1rem * var(--scale));
  left: calc(41rem * var(--scale));
  top: calc(77rem * var(--scale));
  padding-left: calc(4rem * var(--scale));
}
.presentCont--02 > img:not(.deco02) {
  width: calc(19.53rem * var(--scale));
  padding-top: calc(1.5rem * var(--scale));
}
.presentCont--02 .desc {
  padding-top: 1em;
  line-height: 1.6;
}
.presentCont--02 .deco02 {
  position: absolute;
  width: calc(1.38rem * var(--scale));
  min-height: calc(0.6rem * var(--scale));
  left: calc(0rem * var(--scale));
  top: calc(0.7rem * var(--scale));
}

.presentApply {
  position: absolute;
  width: calc(24.5rem * var(--scale));
  min-height: calc(13.4rem * var(--scale));
  left: calc(67rem * var(--scale));
  top: calc(83rem * var(--scale));
  background-color: #fff;
  border: calc(0.07rem * var(--scale)) solid #000;
  padding: calc(0.9rem * var(--scale)) calc(1.2rem * var(--scale)) calc(1.2rem * var(--scale));
  position: relative;
  z-index: 1;
}
.presentApply__ttl {
  text-align: center;
  font-size: calc(1.04rem * var(--scale));
  margin-bottom: 0.5em;
}
.presentApply__steps {
  font-size: calc(0.6rem * var(--scale));
  letter-spacing: 0.02em;
  white-space: nowrap;
  border-bottom: calc(0.07rem * var(--scale)) solid #000;
  padding-bottom: calc(0.8rem * var(--scale));
  margin-bottom: calc(0.6rem * var(--scale));
}
.presentApply__steps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1.5;
}
.presentApply__steps li:not(:last-child) {
  padding-bottom: 1.5em;
}
.presentApply__steps li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(0.8rem * var(--scale));
  height: calc(0.4rem * var(--scale));
  background-image: url(../images/chevron.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: calc(50% - calc(0.4rem * var(--scale)));
  bottom: calc(0.25rem * var(--scale));
}
.presentApply__steps .num img {
  display: block;
  width: calc(1.25rem * var(--scale));
}
.presentApply__steps a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (any-hover: hover) {
  .presentApply__steps a {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .presentApply__steps a:hover {
    opacity: 0.6;
  }
}
.presentApply__steps img {
  display: inline-block;
  width: 0.8em;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  position: relative;
  margin-right: 0.5em;
}
.presentApply .txt {
  font-size: calc(0.55rem * var(--scale));
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.presentApply .note {
  padding-top: calc(0.5rem * var(--scale));
  font-size: calc(0.5rem * var(--scale));
  color: #898989;
}

/* ------------------------------------------- *
 * GachaArea
 * ------------------------------------------- */
.gachaArea__ttl {
  position: absolute;
  width: calc(24.5rem * var(--scale));
  min-height: calc(12.9rem * var(--scale));
  left: calc(10.5rem * var(--scale));
  top: calc(60rem * var(--scale));
}
.gachaArea .cont {
  position: absolute;
  width: calc(20rem * var(--scale));
  min-height: calc(6.93rem * var(--scale));
  left: calc(12rem * var(--scale));
  top: calc(66.5rem * var(--scale));
  text-align: center;
  z-index: 1;
}
.gachaArea .cont .desc {
  font-size: calc(1rem * var(--scale));
}
.gachaArea .cont .btn {
  margin: calc(0.4rem * var(--scale)) auto 0;
}
.gachaArea .deco01, .gachaArea .deco02, .gachaArea .deco03, .gachaArea .deco04 {
  position: absolute;
  border: 1px solid #000;
}
.gachaArea .deco01 {
  position: absolute;
  width: calc(9rem * var(--scale));
  min-height: calc(17.28rem * var(--scale));
  left: calc(4rem * var(--scale));
  top: calc(50rem * var(--scale));
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.gachaArea .deco02 {
  position: absolute;
  width: calc(9rem * var(--scale));
  min-height: calc(17.28rem * var(--scale));
  left: calc(9rem * var(--scale));
  top: calc(37.5rem * var(--scale));
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}
.gachaArea .deco03 {
  position: absolute;
  width: calc(9rem * var(--scale));
  min-height: calc(17.28rem * var(--scale));
  left: calc(20rem * var(--scale));
  top: calc(37rem * var(--scale));
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.gachaArea .deco04 {
  position: absolute;
  width: calc(9rem * var(--scale));
  min-height: calc(17.28rem * var(--scale));
  left: calc(28.5rem * var(--scale));
  top: calc(42rem * var(--scale));
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

/* ------------------------------------------- *
 * IdolArea
 * ------------------------------------------- */
.idolArea::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(37.31rem * var(--scale));
  min-height: calc(95.35rem * var(--scale));
  left: calc(99.16rem * var(--scale));
  top: calc(2.55rem * var(--scale));
  border: calc(0.07rem * var(--scale)) solid #000;
}
.idolArea__ttl {
  position: absolute;
  width: calc(15.5rem * var(--scale));
  min-height: calc(6.93rem * var(--scale));
  left: calc(101rem * var(--scale));
  top: calc(3.34rem * var(--scale));
}

.idolGrp .row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.idolGrp .row01 .initial {
  position: absolute;
  display: block;
  z-index: -2;
}
.idolGrp .row01 button {
  display: block;
}
.idolGrp .row02 {
  padding-top: calc(1.2rem * var(--scale));
  letter-spacing: 0.02em;
  min-height: calc(2.6rem * var(--scale));
  position: relative;
  z-index: 3;
  padding-left: calc(0.5rem * var(--scale));
}
.idolGrp .row03 {
  padding-top: calc(0.7rem * var(--scale));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: calc(0.5rem * var(--scale));
  z-index: 4;
  position: relative;
}
.idolGrp__mv {
  width: calc(20.4rem * var(--scale));
  position: relative;
  z-index: -1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.idolGrp__mv::before {
  content: "";
  display: block;
  border: calc(0.07rem * var(--scale)) solid #000;
  width: 100%;
  height: 100%;
  right: calc(-0.8rem * var(--scale));
  bottom: calc(-0.8rem * var(--scale));
  position: absolute;
}
.idolGrp__mv img {
  display: block;
  width: 100%;
}
.idolGrp__mv img:first-child {
  position: relative;
  border: calc(0.07rem * var(--scale)) solid #000;
  z-index: 99;
}
.idolGrp__mv img:last-child {
  position: absolute;
  right: calc(-0.4rem * var(--scale));
  bottom: calc(-0.4rem * var(--scale));
}
.idolGrp__ttl {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  padding-bottom: calc(1rem * var(--scale));
}
.idolGrp__ttl .jp {
  font-size: calc(0.7rem * var(--scale));
  line-height: 1;
  display: block;
}
.idolGrp__ttl .en {
  font-size: calc(1.8rem * var(--scale));
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 0.15em;
}
.idolGrp__ttlCol {
  padding-left: calc(2rem * var(--scale));
}
.idolGrp button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.idolGrp__illust .modalBtn {
  position: absolute;
}
@media screen and (any-hover: hover) {
  .idolGrp__illust .modalBtn .icon {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
  .idolGrp__illust .modalBtn:hover .icon {
    -webkit-transform: scale(1.15) rotate(90deg);
            transform: scale(1.15) rotate(90deg);
  }
}
.idolGrp__illust .modalBtn--fruity .illust {
  width: calc(15.22rem * var(--scale));
}
.idolGrp__illust .modalBtn--titlemitei .illust {
  width: calc(13.43rem * var(--scale));
}
.idolGrp__illust .modalBtn--bybbit .illust {
  width: calc(18.06rem * var(--scale));
}
.idolGrp__illust .modalBtn--ambitious .illust {
  width: calc(16.47rem * var(--scale));
}
.idolGrp__profBtn {
  position: absolute;
  z-index: 99;
  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;
}
.idolGrp__profBtn img {
  display: block;
  width: calc(4.77rem * var(--scale));
}
.idolGrp__profBtn .icon {
  width: calc(1rem * var(--scale));
  border: calc(0.07rem * var(--scale)) solid #000;
  border-radius: 100vmax;
  aspect-ratio: 1/1;
  position: relative;
  -webkit-transition: ease 400ms;
  transition: ease 400ms;
  will-change: transform;
  display: block;
  margin-left: calc(0.2rem * var(--scale));
}
.idolGrp__profBtn .icon::before, .idolGrp__profBtn .icon::after {
  content: "";
  display: block;
  height: calc(0.07rem * var(--scale));
  width: 50%;
  position: absolute;
  top: calc(50% - min(1px, 0.325vw));
  left: 25%;
  border-radius: 100vmax;
  background-color: #000;
  -webkit-transition: ease 400ms;
  transition: ease 400ms;
}
.idolGrp__profBtn .icon::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.idolGrp__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(1rem * var(--scale));
}
.idolGrp__sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(0.77rem * var(--scale));
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.idolGrp__sns a img {
  width: 2.15em;
  margin-right: 0.3em;
}
@media screen and (any-hover: hover) {
  .idolGrp__sns a {
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  .idolGrp__sns a:hover {
    opacity: 0.65;
  }
}
.idolGrp--fruity {
  position: absolute;
  width: calc(35rem * var(--scale));
  min-height: calc(19.8rem * var(--scale));
  left: calc(100.5rem * var(--scale));
  top: calc(12.3rem * var(--scale));
}
.idolGrp--fruity .row01 .initial {
  position: absolute;
  width: calc(9.24rem * var(--scale));
  min-height: calc(15.05rem * var(--scale));
  left: calc(20rem * var(--scale));
  top: calc(-7rem * var(--scale));
}
.idolGrp--fruity .idolGrp__illust button {
  position: absolute;
  width: calc(15.22rem * var(--scale));
  min-height: calc(22.03rem * var(--scale));
  left: calc(21.5rem * var(--scale));
  top: calc(-4.5rem * var(--scale));
}
.idolGrp--fruity .idolGrp__profBtn {
  left: calc(1rem * var(--scale));
  top: calc(15.8rem * var(--scale));
}
.idolGrp--titlemitei {
  position: absolute;
  width: calc(35rem * var(--scale));
  min-height: calc(17.54rem * var(--scale));
  left: calc(100.5rem * var(--scale));
  top: calc(34rem * var(--scale));
  --ttl: calc(2.1rem * var(--scale));
}
.idolGrp--titlemitei .row02 {
  max-width: calc(20.5rem * var(--scale));
}
.idolGrp--titlemitei .row03 {
  padding-top: calc(2rem * var(--scale));
}
.idolGrp--titlemitei .row01 .initial {
  position: absolute;
  width: calc(11.81rem * var(--scale));
  min-height: calc(15.05rem * var(--scale));
  left: calc(19.2rem * var(--scale));
  top: calc(-1.5rem * var(--scale));
}
.idolGrp--titlemitei .idolGrp__illust button {
  position: absolute;
  width: calc(13.43rem * var(--scale));
  min-height: calc(14.29rem * var(--scale));
  left: calc(21.5rem * var(--scale));
  top: calc(1.5rem * var(--scale));
}
.idolGrp--titlemitei .idolGrp__profBtn {
  left: calc(1rem * var(--scale));
  top: calc(9.8rem * var(--scale));
}
.idolGrp--bybbit {
  position: absolute;
  width: calc(35rem * var(--scale));
  min-height: calc(17.54rem * var(--scale));
  left: calc(100.5rem * var(--scale));
  top: calc(55.3rem * var(--scale));
  --ttl: calc(2.6rem * var(--scale));
}
.idolGrp--bybbit .row02 {
  max-width: calc(20.5rem * var(--scale));
}
.idolGrp--bybbit .row01 .initial {
  position: absolute;
  width: calc(12.54rem * var(--scale));
  min-height: calc(15.05rem * var(--scale));
  left: calc(22.5rem * var(--scale));
  top: calc(-1rem * var(--scale));
}
.idolGrp--bybbit .idolGrp__illust button {
  position: absolute;
  width: calc(18.06rem * var(--scale));
  min-height: calc(13.6rem * var(--scale));
  left: calc(18rem * var(--scale));
  top: calc(2.5rem * var(--scale));
}
.idolGrp--bybbit .idolGrp__profBtn {
  left: calc(4.5rem * var(--scale));
  top: calc(8.8rem * var(--scale));
}
.idolGrp--ambitious {
  position: absolute;
  width: calc(35rem * var(--scale));
  min-height: calc(17.54rem * var(--scale));
  left: calc(100.5rem * var(--scale));
  top: calc(76.8rem * var(--scale));
  --ttl: calc(2.6rem * var(--scale));
}
.idolGrp--ambitious .row02 {
  max-width: calc(20.5rem * var(--scale));
}
.idolGrp--ambitious .row03 .btn {
  margin-top: calc(-1.5rem * var(--scale));
}
.idolGrp--ambitious .row01 .initial {
  position: absolute;
  width: calc(11.93rem * var(--scale));
  min-height: calc(11.44rem * var(--scale));
  left: calc(24.5rem * var(--scale));
  top: calc(-2rem * var(--scale));
}
.idolGrp--ambitious .idolGrp__illust button {
  position: absolute;
  width: calc(16.47rem * var(--scale));
  min-height: calc(18.98rem * var(--scale));
  left: calc(19rem * var(--scale));
  top: calc(-1rem * var(--scale));
}
.idolGrp--ambitious .idolGrp__profBtn {
  left: calc(3.5rem * var(--scale));
  top: calc(12.3rem * var(--scale));
}
.idolGrp .btn {
  width: calc(9.4rem * var(--scale));
}

/* ------------------------------------------- *
 * MODAL
 * ------------------------------------------- */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000001;
  font-size: min(16px, 4vw);
  --cl: #fff;
  display: none;
  opacity: 0;
}
.modal__backdrop {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.modal__main {
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% - min(100px, 20vw));
  width: min(500px, 86vw);
  border: min(2px, .75vw) solid;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: min(30px, 6vw);
}
.modal__mainInner {
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  max-height: 100%;
}
.modal__main.is-prof {
  width: min(800px, 86vw);
}
@media screen and (max-width: 768px) {
  .modal__main.is-prof {
    width: min(400px, 86vw);
  }
}
.modal__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  border-radius: 100vmax;
  aspect-ratio: 1/1;
  width: min(60px, 15vw);
  padding: min(2px, .75vw);
  border: none;
  cursor: pointer;
  position: absolute;
  top: max(-30px, -7.5vw);
  right: max(-30px, -7vw);
}
.modal__close .icon {
  width: 100%;
  border: min(2px, 0.75vw) solid;
  border-radius: 100vmax;
  aspect-ratio: 1/1;
  background-color: var(--cl, #fff);
  position: relative;
  -webkit-transition: ease 400ms;
  transition: ease 400ms;
  will-change: transform;
}
.modal__close .icon::before, .modal__close .icon::after {
  content: "";
  display: block;
  height: min(2px, 0.75vw);
  width: 50%;
  position: absolute;
  top: calc(50% - min(1px, 0.325vw));
  left: 25%;
  border-radius: 100vmax;
  background-color: #000;
  -webkit-transition: ease 400ms;
  transition: ease 400ms;
}
.modal__close .icon::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal__close .icon::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (any-hover: hover) {
  .modal__close:hover .icon {
    -webkit-transform: scale(1.1) rotate(180deg);
            transform: scale(1.1) rotate(180deg);
  }
  .modal__close:hover .icon::before, .modal__close:hover .icon::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.modalTimetable {
  border: min(2px, .75vw) solid #000;
}
.modalTimetable__ttl {
  padding: 0.75em 1em;
  background-color: var(--cl);
  border-bottom: min(2px, .75vw) solid #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: min(32px, 7vw);
  line-height: 1;
}
.modalTimetable__detail {
  padding: min(30px, 6vw);
}
.modalTimetable__detail dl {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modalTimetable__detail dl:not(:last-child) {
  margin-bottom: 1.5em;
}
.modalTimetable__detail dl dt {
  background-color: #000;
  color: #fff;
  padding: 0.5em 0.75em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 0.875em;
}
.modalTimetable__detail dl dd {
  padding: 1em;
  background-color: #e6e6e6;
  text-align: center;
  width: 100%;
  font-size: 1.1em;
}
.modalTimetable__detail dl dd .artist {
  font-size: 1em;
  line-height: 1.6;
}
.modalTimetable__detail dl dd .march {
  font-size: 0.725em;
  color: #666;
}

.modalProf__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(0.3rem * var(--scale));
}
@media screen and (max-width: 768px) {
  .modalProf__list {
    gap: calc(0.6rem * var(--scale));
  }
}
.modalProf__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .modalProf__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modalProf__fig {
  border: min(2px, .75vw) solid #000;
  position: relative;
  margin-bottom: min(5vw, 20px);
  width: 35%;
}
@media screen and (max-width: 768px) {
  .modalProf__fig {
    width: 100%;
  }
}
.modalProf__fig .main {
  display: block;
  height: auto;
  max-width: 100%;
}
.modalProf__fig .illust {
  display: none;
}
.modalProf__cont {
  width: 55%;
  margin-left: 5%;
  padding-top: 0.25em;
}
@media screen and (max-width: 768px) {
  .modalProf__cont {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
}
.modalProf__grp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(26px, 5.4vw);
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
.modalProf__name {
  font-size: min(36px, 7vw);
  letter-spacing: 0.06em;
  line-height: 1;
}
.modalProf__nameRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modalProf__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modalProf__sns a {
  display: block;
  width: min(40px, 7vw);
  margin-left: min(5px, 2vw);
}
.modalProf__sns a img {
  max-width: 80%;
}
@media screen and (any-hover: hover) {
  .modalProf__sns a {
    -webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 200ms;
    transition: cubic-bezier(0.165, 0.84, 0.44, 1) 200ms;
    will-change: opacity, transform;
  }
  .modalProf__sns a:hover {
    opacity: 0.75;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.modalProf__detail {
  padding: 1.2em 0 0;
  font-size: min(18px, 4vw);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
}
.modalProf__container {
  height: calc(100% - clamp(50px, 10vw, 64px) - min(20px, 5vw));
}
.modalProf__dlBtn {
  border-radius: 100vmax;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: min(20px, 5vw);
  height: clamp(50px, 10vw, 64px);
  border: min(2px, 0.75vw) solid #000;
  font-size: min(18px, 3.4vw);
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  -webkit-box-shadow: min(4px, 2vw) min(4px, 2vw) 0 #000;
          box-shadow: min(4px, 2vw) min(4px, 2vw) 0 #000;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
@media screen and (any-hover: hover) {
  .modalProf__dlBtn {
    will-change: transform, box-shadow, background-color;
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
    background-color: #fff;
  }
  .modalProf__dlBtn:hover {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
    -webkit-box-shadow: min(2px, 1vw) min(2px, 1vw) 0 #000;
            box-shadow: min(2px, 1vw) min(2px, 1vw) 0 #000;
    background-color: var(--cl);
  }
}
.modalProf__dlBtn .icon {
  display: block;
  width: 1.5em;
  margin-left: 0.6em;
  margin-bottom: 0.1em;
}

/* ------------------------------------------- *
 * CHARM / TEXTURE
 * ------------------------------------------- */
.deco-w {
  position: absolute;
  mix-blend-mode: color-burn;
  width: calc(27.9rem * var(--scale));
  left: calc(3rem * var(--scale));
  top: calc(49.5rem * var(--scale));
}
@media screen and (max-width: 600px) {
  .deco-w {
    display: none !important;
  }
}

.deco-e {
  position: absolute;
  mix-blend-mode: color-burn;
  width: calc(30rem * var(--scale));
  left: calc(24rem * var(--scale));
  top: calc(3rem * var(--scale));
}
@media screen and (max-width: 600px) {
  .deco-e {
    display: none !important;
  }
}

.deco-p {
  position: absolute;
  mix-blend-mode: color-burn;
  width: calc(31rem * var(--scale));
  left: calc(67.5rem * var(--scale));
  top: calc(64rem * var(--scale));
}
@media screen and (max-width: 600px) {
  .deco-p {
    display: none !important;
  }
}

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

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#interface .zoom {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 10000;
}
#interface .zoom button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  -webkit-transition: ease opacity 100ms;
  transition: ease opacity 100ms;
  margin-top: 5px;
}
#interface .zoom button:not(:disabled):active {
  opacity: 0.6;
}
#interface .zoom button:disabled {
  opacity: 0.3;
}
@media screen and (min-width: 601px) {
  #interface .zoom button:not(:disabled):hover {
    opacity: 0.8;
  }
}
#interface .gacha {
  position: fixed;
  z-index: 10000;
  bottom: 0.5rem;
  left: 0.1rem;
  width: min(50vw, 300px);
  display: block;
}
#interface .gacha img {
  display: block;
  max-width: 100%;
}
@media (orientation: landscape) {
  #interface .gacha {
    display: none !important;
  }
}

/* ------------------------------------------- *
 * dragSuggestion
 * ------------------------------------------- */
.dragSuggestion {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background-color: #fff;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.dragSuggestion__inner {
  width: min(200px, 40vw);
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dragSuggestion__inner .text {
  margin-top: 0.6rem;
  width: 85%;
  margin: 0.6rem auto 0;
}
.dragSuggestion__inner .fog {
  top: 0;
  position: absolute;
  left: 0;
}