:root {
  --duration: 0.1s;
  --red: #fe013c;
}

@-webkit-keyframes clipbrush {
  0% {
    -webkit-clip-path: ellipse(0% 62% at 0% 100%);
            clip-path: ellipse(0% 62% at 0% 100%);
  }
  50% {
    -webkit-clip-path: ellipse(19% 82% at 8% 62%);
            clip-path: ellipse(19% 82% at 8% 62%);
  }
  75% {
    -webkit-clip-path: ellipse(56% 100% at 36% 32%);
            clip-path: ellipse(56% 100% at 36% 32%);
  }
  100% {
    -webkit-clip-path: ellipse(100% 100% at 44% 66%);
            clip-path: ellipse(100% 100% at 44% 66%);
  }
}

@keyframes clipbrush {
  0% {
    -webkit-clip-path: ellipse(0% 62% at 0% 100%);
            clip-path: ellipse(0% 62% at 0% 100%);
  }
  50% {
    -webkit-clip-path: ellipse(19% 82% at 8% 62%);
            clip-path: ellipse(19% 82% at 8% 62%);
  }
  75% {
    -webkit-clip-path: ellipse(56% 100% at 36% 32%);
            clip-path: ellipse(56% 100% at 36% 32%);
  }
  100% {
    -webkit-clip-path: ellipse(100% 100% at 44% 66%);
            clip-path: ellipse(100% 100% at 44% 66%);
  }
}

@-webkit-keyframes clipbrushreverse {
  0% {
    -webkit-clip-path: circle(0% at 100% 47%);
            clip-path: circle(0% at 100% 47%);
  }
  50% {
    -webkit-clip-path: circle(32.7% at 99% 35%);
            clip-path: circle(32.7% at 99% 35%);
  }
  75% {
    -webkit-clip-path: circle(99.2% at 95% 38%);
            clip-path: circle(99.2% at 95% 38%);
  }
  100% {
    -webkit-clip-path: circle(95.2% at 68% 49%);
            clip-path: circle(95.2% at 68% 49%);
  }
}

@keyframes clipbrushreverse {
  0% {
    -webkit-clip-path: circle(0% at 100% 47%);
            clip-path: circle(0% at 100% 47%);
  }
  50% {
    -webkit-clip-path: circle(32.7% at 99% 35%);
            clip-path: circle(32.7% at 99% 35%);
  }
  75% {
    -webkit-clip-path: circle(99.2% at 95% 38%);
            clip-path: circle(99.2% at 95% 38%);
  }
  100% {
    -webkit-clip-path: circle(95.2% at 68% 49%);
            clip-path: circle(95.2% at 68% 49%);
  }
}

@-webkit-keyframes clipbrushreverseOut {
  0% {
    -webkit-clip-path: circle(95.2% at 68% 49%);
            clip-path: circle(95.2% at 68% 49%);
  }
  50% {
    -webkit-clip-path: circle(99.2% at 95% 38%);
            clip-path: circle(99.2% at 95% 38%);
  }
  75% {
    -webkit-clip-path: circle(32.7% at 99% 35%);
            clip-path: circle(32.7% at 99% 35%);
  }
  100% {
    -webkit-clip-path: circle(0% at 100% 47%);
            clip-path: circle(0% at 100% 47%);
  }
}

@keyframes clipbrushreverseOut {
  0% {
    -webkit-clip-path: circle(95.2% at 68% 49%);
            clip-path: circle(95.2% at 68% 49%);
  }
  50% {
    -webkit-clip-path: circle(99.2% at 95% 38%);
            clip-path: circle(99.2% at 95% 38%);
  }
  75% {
    -webkit-clip-path: circle(32.7% at 99% 35%);
            clip-path: circle(32.7% at 99% 35%);
  }
  100% {
    -webkit-clip-path: circle(0% at 100% 47%);
            clip-path: circle(0% at 100% 47%);
  }
}

.l-loading {
  z-index: 9;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: url(../img/l-loading_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.l-loading_logo {
  position: absolute;
  top: 49%;
  left: 49.5%;
  width: 63rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.l-loading_illust_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  width: 79.8141891892rem;
  height: 51.2939189189rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.l-loading_illust01 {
  position: absolute;
  top: 27.0304054054rem;
  right: 10.4290540541rem;
  width: 14.2601351351rem;
  height: 12.3445945946rem;
  background: url(../img/l-loading_illust01.webp);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-loading_illust02 {
  position: absolute;
  top: -2.1283783784rem;
  right: 27.4560810811rem;
  width: 10.0033783784rem;
  height: 12.3445945946rem;
  background: url(../img/l-loading_illust02.webp);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-loading_illust03 {
  position: absolute;
  top: 37.1rem;
  left: 6.5rem;
  width: 9.5777027027rem;
  height: 9.5777027027rem;
  background: url(../img/l-loading_illust03.webp);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-loading_illust04 {
  position: absolute;
  top: 33.4155405405rem;
  right: 7.0236486486rem;
  width: 15.3243243243rem;
  height: 9.3648648649rem;
  background: url(../img/l-loading_illust04.webp);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-loading_illust05 {
  position: absolute;
  top: 22.5608108108rem;
  left: 29.7972972973rem;
  width: 7.2364864865rem;
  height: 7.0236486486rem;
  background: url(../img/l-loading_illust05.webp);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-loading_illust06 {
  position: absolute;
  top: 18.5168918919rem;
  left: 7.6621621622rem;
  width: 10.6418918919rem;
  height: 10.0033783784rem;
  background: url(../img/l-loading_illust06.webp);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-loading_illust07 {
  position: absolute;
  top: 7.875rem;
  left: 32.1385135135rem;
  width: 15.1114864865rem;
  height: 4.8952702703rem;
  background: url(../img/l-loading_illust07.webp);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-loading_illust08 {
  position: absolute;
  top: 8.8rem;
  left: 15rem;
  width: 12.7702702703rem;
  height: 17.8783783784rem;
  background: url(../img/l-loading_illust08.webp);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-loading_illust09 {
  position: absolute;
  top: 26.1790540541rem;
  left: 14.2601351351rem;
  width: 61.5101351351rem;
  height: 20.4324324324rem;
  background: url(../img/l-loading_illust09.webp);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-loading_illust10 {
  position: absolute;
  top: 21.2837837838rem;
  left: 16.6013513514rem;
  width: 51.9324324324rem;
  height: 29.7972972973rem;
  background: url(../img/l-loading_illust10.webp);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-desktop {
  display: grid;
  z-index: 1;
  position: relative;
  grid-template-rows: 1fr;
  grid-template-columns: 1.5fr 37.5rem .5fr;
  grid-template-areas: "left main right";
  margin: 0 auto;
}

.l-desktop::before,.l-desktop::after {
  display: block;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  content: "";
}

.l-desktop::before {
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/l-desktop_bg.webp) no-repeat;
  background-position: left;
  background-size: cover;
}

.l-desktop::after {
  position: fixed;
  top: 7rem;
  left: min(7rem, 4.4vw);
  width: min(40.4rem, 30.4vw);
  height: 16.4rem;
  background: url(../img/bg_logo.svg) no-repeat;
  content: "";
}

.l-desktop_wrapper {
  position: relative;
  grid-area: main;
  overflow: hidden;
  background: #000;
}

.l-kv {
  position: relative;
  padding-top: 60rem;
}

.l-kv_bg {
  background: url(../img/l-kv_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.l-kv_logo {
  z-index: 1;
  position: absolute;
  top: 3.2rem;
  left: 2.3rem;
  width: 16.1rem;
}

.l-kv_illust {
  position: absolute;
  top: 6.6rem;
  width: 100%;
}

.l-kv_txt {
  position: absolute;
  top: 35.5rem;
  right: 0;
  width: 28.5rem;
}

.l-operation {
  padding-bottom: 20.5rem;
}

.l-operation_ttl {
  width: 29.6rem;
  margin-bottom: 3.2rem;
}

.l-operation_top {
  position: relative;
}

.l-operation_top_txt {
  margin-bottom: 7.8rem;
}

.l-operation_bottom {
  position: relative;
}

.l-operation_bottom_txt {
  margin-bottom: 9.5rem;
  text-align: right;
}

.l-operation_wanted01 {
  position: absolute;
  top: -4rem;
  right: -2rem;
  width: 12.2rem;
}

.l-operation_wanted02 {
  position: absolute;
  top: 10.5rem;
  right: -2rem;
  width: 15.2rem;
}

.l-operation_wanted03 {
  position: absolute;
  top: 1.5rem;
  left: -2rem;
  width: 12.2rem;
}

.l-operation_wanted04 {
  position: absolute;
  top: 26rem;
  right: 9.6rem;
  width: 14.6rem;
}

.l-operation_wanted05 {
  position: absolute;
  top: 29.3rem;
  right: -2rem;
  width: 13.8rem;
}

.l-operation_wanted_illust01 {
  z-index: 1;
  position: absolute;
  top: 15.5rem;
  right: 10rem;
  width: 5.5rem;
  height: 4.9rem;
  background: url(../img/l-operation_wanted_illust01.png);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-operation_wanted_illust02 {
  position: absolute;
  top: 13.2rem;
  right: 12rem;
  width: 5.7rem;
  height: 6rem;
  background: url(../img/l-operation_wanted_illust02.png);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-operation_wanted_illust03 {
  position: absolute;
  top: 15.6rem;
  left: 5.6rem;
  width: 2.8rem;
  height: 3.8rem;
  background: url(../img/l-operation_wanted_illust03.png);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-operation_wanted_illust04 {
  position: absolute;
  top: -8.8rem;
  left: 0rem;
  width: 6.7rem;
  height: 8.5rem;
  background: url(../img/l-operation_wanted_illust04.png);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-operation_wanted_illust05 {
  position: absolute;
  top: -0.6rem;
  left: -4.1rem;
  width: 6.7rem;
  height: 5.5rem;
  background: url(../img/l-operation_wanted_illust05.png);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-operation_wanted_illust06 {
  position: absolute;
  top: 6.6rem;
  left: -8.8rem;
  width: 6.2rem;
  height: 6rem;
  background: url(../img/l-operation_wanted_illust06.png);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-operation_wanted_illust07 {
  position: absolute;
  top: 11.9rem;
  left: -2rem;
  width: 7rem;
  height: 7rem;
  background: url(../img/l-operation_wanted_illust07.png);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-operation_wanted_illust08 {
  position: absolute;
  top: -2.4rem;
  left: 6.1rem;
  width: 6.2rem;
  height: 6rem;
  background: url(../img/l-operation_wanted_illust08.png);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-enter {
  position: relative;
  padding: 9.3rem 0 9rem;
  background: url(../img/l-enter_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.l-enter::before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  content: "";
}

.l-enter_ttl {
  width: 17.3rem;
  margin-bottom: 7rem;
}

.l-enter_step {
  position: relative;
  margin-bottom: 4.5rem;
}

.l-enter_step:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-enter_step:nth-of-type(1) .l-enter_step_txt::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  bottom: -5rem;
  left: 3rem;
  width: 6.2rem;
  height: 6.1rem;
  background: url(../img/l-enter_step_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-enter_step:nth-of-type(2) .l-enter_step_txt::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  bottom: -5rem;
  left: 12rem;
  width: 6.2rem;
  height: 6.1rem;
  background: url(../img/l-enter_step_arrow02.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-enter_step:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 3rem;
}

.l-enter_step_wrapper {
  margin-bottom: 3rem;
}

.l-enter_step_ttl {
  line-height: 1;
}

.l-enter_step_ttl_img {
  height: 3.7rem;
}

.l-enter_step_txt {
  z-index: 1;
  position: relative;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.3684210526;
}

.l-enter_step_txt::after {
  z-index: -1;
}

.l-enter_step_txt_wrapper {
  width: 50%;
}

.l-enter_step_txt_small {
  display: block;
  padding-left: .5em;
  color: #fff;
  font-weight: 300;
  line-height: 1.28125;
  text-indent: -0.5em;
}

.l-enter_step_chara01 {
  position: absolute;
  top: -6rem;
  left: -1.5rem;
  width: 12.6rem;
}

.l-enter_step_chara02 {
  position: absolute;
  top: -5.8rem;
  right: -2rem;
  width: 15.1rem;
}

.l-enter_step_illust01 {
  position: absolute;
  top: -6.5rem;
  left: -2.6rem;
  width: 6.4rem;
  height: 5.6rem;
  background: url(../img/l-enter_step_illust01.png);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-enter_step_illust02 {
  position: absolute;
  top: 4rem;
  left: 7.5rem;
  width: 8.4rem;
  height: 6.7rem;
  background: url(../img/l-enter_step_illust02.png);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-enter_term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0 1rem;
  border-top: solid 2px var(--red);
  border-bottom: solid 2px var(--red);
}

.l-enter_term_ttl {
  position: relative;
  top: .3rem;
  width: 6.6rem;
  margin-right: 1.2rem;
}

.l-enter_term_txt {
  color: var(--red);
  line-height: 1.40625;
}

.l-enter_term_txt_small {
  font-size: 1.2rem;
  vertical-align: middle;
}

.l-enter_completed_txt {
  z-index: 2;
  position: absolute;
  top: 7.5rem;
  right: 0;
  width: 30.5rem;
}

.l-sketch {
  display: block;
  position: relative;
  padding-top: 9rem;
  padding-bottom: 8.3rem;
  background: url(../img/l-sketch_bg_top.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 11.3rem;
}

.l-sketch::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 108rem;
  left: 0;
  width: 100%;
  height: calc(100% - 108rem);
  min-height: 57.5rem;
  background: url(../img/l-sketch_bg_bottom.webp);
  background-size: contain;
  background-repeat: repeat-y;
  content: "";
}

.l-sketch_ttl {
  z-index: 1;
  position: relative;
  width: 17rem;
  margin: 0 0 0 auto;
}

.l-sketch_post {
  width: 19.4rem;
  height: 25.1rem;
  -webkit-transform: scale(1.3) translateY(3rem);
          transform: scale(1.3) translateY(3rem);
  opacity: 0;
  pointer-events: none;
}

.l-sketch_post.is-active .js-sketch_post_illust {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: calc(2*var(--duration));
          transition-delay: calc(2*var(--duration));
}

.l-sketch_post.is-active .l-sketch_post_illust00 {
  -webkit-transform: scale(1) translateY(0rem) rotate(20deg);
          transform: scale(1) translateY(0rem) rotate(20deg);
}

.l-sketch_post.is-active .l-sketch_post_illust01 {
  -webkit-transform: scale(1) translateY(0rem) rotate(20deg);
          transform: scale(1) translateY(0rem) rotate(20deg);
  -webkit-transition-delay: calc(3*var(--duration));
          transition-delay: calc(3*var(--duration));
}

.l-sketch_post.is-active .l-sketch_post_illust02 {
  -webkit-transform: scale(1) translateY(0rem) rotate(-18deg);
          transform: scale(1) translateY(0rem) rotate(-18deg);
}

.l-sketch_post.is-active .l-sketch_post_illust03 {
  -webkit-transform: scale(1) translateY(0rem) rotate(18deg);
          transform: scale(1) translateY(0rem) rotate(18deg);
  -webkit-transition-delay: calc(3*var(--duration));
          transition-delay: calc(3*var(--duration));
}

.l-sketch_post.is-active .l-sketch_post_illust04 {
  -webkit-transform: scale(1) translateY(0rem) rotate(-21deg);
          transform: scale(1) translateY(0rem) rotate(-21deg);
  -webkit-transition-delay: calc(3*var(--duration));
          transition-delay: calc(3*var(--duration));
}

.l-sketch_post:nth-of-type(1) {
  position: absolute;
  top: -7.5rem;
  left: -2rem;
}

.l-sketch_post:nth-of-type(1) .l-sketch_post_link {
  top: 2rem;
  left: 2rem;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  background: url(../img/l-skech_post_bg01.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.l-sketch_post:nth-of-type(2) {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.l-sketch_post:nth-of-type(2) .l-sketch_post_link {
  top: 1.4rem;
  left: 3.6rem;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
  background: url(../img/l-skech_post_bg02.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.l-sketch_post:nth-of-type(3) {
  position: absolute;
  top: 21.5rem;
  left: -2rem;
}

.l-sketch_post:nth-of-type(3) .l-sketch_post_link {
  top: 2rem;
  left: .5rem;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
  background: url(../img/l-skech_post_bg03.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.l-sketch_post:nth-of-type(4) {
  position: absolute;
  top: 29.5rem;
  right: 2rem;
}

.l-sketch_post:nth-of-type(4) .l-sketch_post_link {
  top: 1.4rem;
  left: 3rem;
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
  background: url(../img/l-skech_post_bg04.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.l-sketch_post:nth-child(n+5) {
  position: relative;
  top: 61rem;
  width: 100%;
  height: auto;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.l-sketch_post:nth-child(n+5) .l-sketch_post_link {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.l-sketch_post:nth-child(n+5) .l-sketch_post_img {
  position: inherit;
  top: auto;
  width: 100%;
  height: 100%;
  border: none;
}

.l-sketch_post_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 67rem;
}

.l-sketch_post_link {
  display: block;
  position: relative;
  width: 19.5rem;
  height: 26rem;
  cursor: pointer;
  pointer-events: auto;
}

.l-sketch_post_illust00 {
  position: absolute;
  top: -4.5rem;
  left: 4rem;
  width: 12rem;
  height: 10.6rem;
  -webkit-transform: scale(1.3) translateY(3rem) rotate(20deg);
          transform: scale(1.3) translateY(3rem) rotate(20deg);
  background: url(../img/l-sketch_post_illust00.png);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-sketch_post_illust01 {
  position: absolute;
  top: 15.5rem;
  left: -2rem;
  width: 6.4rem;
  height: 4.9rem;
  -webkit-transform: scale(1.3) translateY(3rem) rotate(20deg);
          transform: scale(1.3) translateY(3rem) rotate(20deg);
  background: url(../img/l-sketch_post_illust01.png);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-sketch_post_illust02 {
  position: absolute;
  top: 0rem;
  right: 3.5rem;
  width: 4rem;
  height: 4.8rem;
  -webkit-transform: scale(1.3) translateY(3rem) rotate(-18deg);
          transform: scale(1.3) translateY(3rem) rotate(-18deg);
  background: url(../img/l-sketch_post_illust02.png);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-sketch_post_illust03 {
  position: absolute;
  top: 19.6rem;
  left: -4.5rem;
  width: 12rem;
  height: 13.8rem;
  -webkit-transform: scale(1.3) translateY(3rem) rotate(18deg);
          transform: scale(1.3) translateY(3rem) rotate(18deg);
  background: url(../img/l-sketch_post_illust03.png);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-sketch_post_illust04 {
  position: absolute;
  top: -2rem;
  right: 4.5rem;
  width: 12rem;
  height: 7.1rem;
  -webkit-transform: scale(1.3) translateY(3rem) rotate(-21deg);
          transform: scale(1.3) translateY(3rem) rotate(-21deg);
  background: url(../img/l-sketch_post_illust04.png);
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-sketch_post_img {
  width: 15.5rem;
  height: 15.5rem;
  -o-object-fit: cover;
  position: absolute;
  top: 4.5rem;
  left: 50%;
  object-fit: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #000;
}

.l-sketch_wrapper {
  z-index: 2;
  position: relative;
}

.l-sketch_more_btn {
  cursor: pointer;
}

.l-profile {
  z-index: 1;
  position: relative;
  padding: 9rem 0 8.3rem;
  background: url(../img/l-profile_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.l-profile_ttl {
  width: 20rem;
  margin-bottom: 1.8rem;
}

.l-profile_slide_wrapper {
  position: relative;
  left: -1rem;
  width: 34.5rem;
  margin-bottom: 3rem;
  padding-bottom: 23rem;
}

.l-profile_slide_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-profile_member_ttl {
  margin-bottom: .5rem;
  font-size: 2rem;
  line-height: 1.3;
}

.l-profile_member_ttl.is-red {
  color: var(--red);
}

.l-profile_member_txt {
  margin-bottom: 2.4rem;
  color: #fff;
}

.l-profile_link_wrapper {
  text-align: center;
}

.l-schedule {
  padding: 9rem 0;
  background: url(../img/l-schedule_bg.webp) no-repeat;
  background-size: cover;
}

.l-schedule_ttl {
  position: relative;
  margin-bottom: 3rem;
}

.l-schedule_ttl_img {
  width: 24.5rem;
}

.l-schedule_ttl_dec {
  display: block;
  position: absolute;
  top: .8rem;
  right: -0.8rem;
  width: 12.4rem;
  height: 17rem;
  background: url(../img/l-schedule_ttl_dec.png) no-repeat;
  background-size: 200% auto;
  background-repeat: no-repeat;
}

.l-schedule_item {
  position: relative;
}

.l-schedule_items {
  display: grid;
  grid-template-columns: repeat(5, 18.2rem);
  gap: 0 1.5rem;
}

.l-schedule_items_wrapper {
  width: 100%;
  padding-left: 2rem;
  overflow-x: scroll;
}

.l-schedule_item_time {
  display: block;
  z-index: 2;
  position: relative;
  margin-bottom: -1.2rem;
  color: #fe013c;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: .04em;
}

.l-schedule_item_time span {
  display: block;
}

.l-schedule_item_time b {
  font-size: 4.1rem;
}

.l-schedule_item_time small {
  font-size: 1.6rem;
}

.l-schedule_item_img {
  z-index: 1;
  position: relative;
}

.l-schedule_item_img_txt {
  z-index: 2;
  position: absolute;
  right: 1.4rem;
  bottom: 2rem;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: .06em;
  text-align: right;
}

.l-terms {
  padding: 9rem 0;
  background: url(../img/l-terms_bg.webp) no-repeat;
  background-size: cover;
}

.l-terms_content {
  padding: 3rem 3.5rem 6.6rem 4rem;
  background: url(../img/l-terms_content_bg.webp) no-repeat;
  background-size: contain;
}

.l-terms_ttl {
  margin: 0 auto 2rem;
  color: #72642e;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: .06em;
  text-align: center;
}

.l-terms_inner {
  height: 33rem;
  overflow-y: scroll;
}

.l-terms_box {
  padding-right: 1.4rem;
}

.l-terms_box_content {
  margin-bottom: .5em;
}

.l-terms_box_ttl {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.8571428571;
}

.l-terms_box_txt {
  color: #9e9e9e;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  word-break: break-all;
}

.l-terms_box_list {
  padding-left: 1em;
  color: #9e9e9e;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  text-indent: -1em;
  word-break: break-all;
}

.l-terms_box_list ul {
  text-indent: 0;
}

.l-terms_box a {
  color: #9e9e9e;
  text-decoration: underline;
}

.l-modal_overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  -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: 100vh;
  opacity: 0;
  -webkit-transition: opacity .25s cubic-bezier(0.02, 1.01, 0.65, 0.96),visibility .25s cubic-bezier(0.02, 1.01, 0.65, 0.96);
  transition: opacity .25s cubic-bezier(0.02, 1.01, 0.65, 0.96),visibility .25s cubic-bezier(0.02, 1.01, 0.65, 0.96);
}

.l-modal_overlay.is-active {
  visibility: visible;
  opacity: 1;
}

.l-modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.9);
}

.l-modal_content {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  padding: 2rem;
}

.l-modal_close {
  position: absolute;
  top: -1.7rem;
  right: 2.1rem;
  width: 7.3rem;
  cursor: pointer;
}

.l-modal_item {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 12rem);
  margin: 0 auto;
}

@media screen and (max-width: 48em) {
  .l-loading_logo {
    top: 49%;
    left: 48.5%;
    width: 29.6rem;
  }
  .l-loading_illust_wrapper {
    left: 50%;
    width: 37.5rem;
    height: 24.1rem;
  }
  .l-loading_illust01 {
    top: 12.7rem;
    right: 4.9rem;
    width: 6.7rem;
    height: 5.8rem;
  }
  .l-loading_illust02 {
    top: -1rem;
    right: 12.9rem;
    width: 4.7rem;
    height: 5.8rem;
  }
  .l-loading_illust03 {
    top: 17.5rem;
    left: 3.3rem;
    width: 4.5rem;
    height: 4.5rem;
  }
  .l-loading_illust04 {
    top: 15.7rem;
    right: 3.3rem;
    width: 7.2rem;
    height: 4.4rem;
  }
  .l-loading_illust05 {
    top: 10.6rem;
    left: 14rem;
    width: 3.4rem;
    height: 3.3rem;
  }
  .l-loading_illust06 {
    top: 8.7rem;
    left: 3.6rem;
    width: 5rem;
    height: 4.7rem;
  }
  .l-loading_illust07 {
    top: 3.7rem;
    left: 15.1rem;
    width: 7.1rem;
    height: 2.3rem;
  }
  .l-loading_illust08 {
    top: 4.4rem;
    left: 7.1rem;
    width: 6rem;
    height: 8.4rem;
  }
  .l-loading_illust09 {
    top: 12.3rem;
    left: 6.7rem;
    width: 28.9rem;
    height: 9.6rem;
  }
  .l-loading_illust10 {
    top: 10rem;
    left: 7.8rem;
    width: 24.4rem;
    height: 14rem;
  }
  .l-desktop {
    display: block;
  }
  .l-desktop::before,.l-desktop::after {
    display: none;
  }
  .l-desktop::before {
    display: none;
  }
  .l-desktop::after {
    display: none;
  }
}
