/* lp-anytimeyear > fan_meet-up */
html {
  scroll-behavior: smooth;
}
#findGymFixed, #navFixed {
  pointer-events: none;
  opacity: 0;
  z-index: -999em;
  visibility: hidden;
}
#navFixed {
  display: none;
}

/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .only-sp {
    display: none;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .only-pc {
    display: none;
  }
}

#lpContents {
  position: relative;
  text-align: center;
  clip-path: inset(0);
  background-color: #6e38d5;
  z-index: 1;
  --easing: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
#lpContents * {
  box-sizing: border-box;
}
#lpContents img {
  vertical-align: bottom;
}
#lpContents img[src$="svg"] {
  display: block;
  width: 100%;
  height: auto;
}
#lpContents::before {
  content: "";
  display: block;
  position: fixed;
  left: calc(50% - 25px);
  top: calc(50vh - 25px);
  top: calc(50svh - 25px);
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#fff7eb 94%,#0000) top/6px 6px no-repeat,
    conic-gradient(#0000 30%,#fff7eb);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 6px),#000 0);
  animation: loading 1s infinite linear;
  z-index: 10;
}
.lp-main-contents {
  overflow: hidden;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}
@keyframes loading{ 
  100%{transform: rotate(1turn)}
}
body.lp-loaded #lpContents {
  background-color: transparent;
}
body.lp-loaded #lpContents::before {
  display: none;
}
body.lp-loaded .lp-main-contents {
  opacity: 1;
}


/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  #lpContents {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .lp-main-contents {
    width: 430px;
    order: 2;
  }
  .lp-side-contents {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 120px);
    width: calc(50% - 215px);
    opacity: 0;
    transition: opacity .3s ease-in-out;
  }
  body.lp-loaded .lp-side-contents {
    opacity: 1;
  }
  .lp-side-contents_inner {
    width: 88%;
  }
  .side-cp-title {
    max-width: 320px;
    margin: 0 auto;
  }
  .lp-side-contents._left {
    order: 1;
    left: 0;
  }
  .lp-side-contents._right {
    order: 3;
    right: 0;
  }
  .lp-side-contents .qr-title {
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .lp-side-contents .qr {
    width: 80%;
    max-width: 136px;
    margin: 0 auto 40px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
  }
  .contents-bg {
    position: absolute;
    pointer-events: none;
    z-index: -1;
  }
  .contents-bg::before {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/lp-anytimeyear_fan_meet-up/bg_contents.webp") no-repeat center top/ cover;
    z-index: -1;
  }
  .contents-bg img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* animation */
.js-scrView._fadeIn {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}
.js-scrView.active._fadeIn {
  opacity: 1;
}
.js-scrView._fadeUp {
  opacity: 0;
  transform: translateY(10vw);
  transition: opacity .5s .15s var(--easing), transform .5s .15s var(--easing);
}
.js-scrView.active._fadeUp {
  opacity: 1;
  transform: none;
}
.js-scrView._fadeLeft {
  opacity: 0;
  transform: translate(-4vw, 2vw);
  transition: opacity .5s .15s var(--easing), transform .5s .15s var(--easing);
}
.js-scrView.active._fadeLeft {
  opacity: 1;
  transform: none;
}
.js-scrView._fadeRight {
  opacity: 0;
  transform: translate(4vw, 2vw);
  transition: opacity .5s .15s var(--easing), transform .5s .15s var(--easing);
}
.js-scrView.active._fadeRight {
  opacity: 1;
  transform: none;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .js-scrView._fadeUp {
    transform: translateY(50px);
  }
  .js-scrView._fadeLeft {
    transform: translateX(-20px, 10px);
  }
  .js-scrView._fadeRight {
    transform: translateX(20px, 10px);
  }
  .js-scrView.active._fadeUp {
    transform: none;
  }
}

.lp-header {
  position: relative;
  background-color: #409;
  aspect-ratio: 5 / 9;
  z-index: 1;
}
.lp-header .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@keyframes scrollDown {
  0% { transform: translateY(0%); opacity: 1; }
  25% { opacity: 1; }
  75% { transform: translateY(180%); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}
.lp-header .main-title,
.lp-header .sub-title,
.lp-header .illust .ill,
.scroll-down {
  opacity: 0;
}
.lp-header.active .main-title,
.lp-header.active .sub-title,
.lp-header.active .illust .ill,
.lp-header.active + .scroll-down-area .scroll-down {
  opacity: 1;
}
.lp-header .sub-title {
  position: relative;
  margin-bottom: 19.33%;
  transform: translateY(-25%);
  transition: opacity .3s .25s ease-in-out, transform .3s .25s ease-in-out;
  z-index: 5;
}
.lp-header.active .sub-title {
  transform: translateY(0);
}
.lp-header .sub-title .ttl-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.lp-header .sub-title .ttl-bdg {
  position: absolute;
  width: 17.33%;
  left: 4%;
  bottom: 0;
}
.lp-header .main-title {
  position: relative;
  width: 101.33%;
  margin-left: -0.665%;
  transform: scale(1.1);
  filter: drop-shadow(0 0 5.33vw rgba(68, 0, 153, 0.5));
  z-index: 10;
}
.lp-header.active .main-title {
  transform: scale(1);
  transition: opacity .3s .8s ease-in-out, transform .25s .8s ease-in-out;
}
.lp-header .illust,
.lp-header .ill {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lp-header .ill {
  pointer-events: none;
  transition: opacity .3s .3s ease-in-out, transform .6s .3s ease-in-out;
}
.lp-header .ill.i01{transform:translate(-35%, -15%);}
.lp-header .ill.i02{transform:translate(35%,-15%);}
.lp-header .ill.i03{transform:translate(-35%,15%);}
.lp-header .ill.i04{transform:translate(35%,15%);}
.lp-header.active .ill {
  transform: translate(0);
}

.scroll-down-area {
  position: relative;
  z-index: 10;
}
.scroll-down {
  position: absolute;
  width: 13.33%;
  bottom: 0;
  margin-bottom: 15.11%;
  left: 43.335%;
  filter: drop-shadow(0 0 2.16vw rgba(31, 1, 66, 0.75));
  transform: translateY(20px);
  z-index: 20;
}
.scroll-down .text {
  display: block;
  width: 100%;
  margin-bottom: 10%;
}
.scroll-down .text img {
  display: block;
  width: 100%;
}
.scroll-down .wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 60%;
  padding-bottom: 120%;
  border: 1px solid #fff;
  border-radius: 100vh;
}
.scroll-down .wrap .circle {
  display: block;
  position: absolute;
  left: 21%;
  top: 0;
  width: 58%;
  margin-top: 21.4%;
  padding-bottom: 58%;
  border-radius: 50%;
  background-color: #fff;
}
.lp-header.active + .scroll-down-area .scroll-down {
  transform: translateY(0);
  transition: opacity .5s 1.2s ease-in-out, transform .3s 1.2s ease-in-out;
}
.lp-header.active + .scroll-down-area .scroll-down .wrap .circle {
  animation: scrollDown 1.2s ease-in-out infinite;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .scroll-down {
    filter: drop-shadow(0 0 15px rgba(31, 1, 66, 0.75));
  }
}

.lp-intro {
  position: relative;
  margin-top: -18.67%;
  z-index: 5;
}
.lp-intro .text-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  padding-bottom: 160%;
}
#lpContents .lp-intro .text-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lp-intro-text {
  padding: 21.11% 0 15.11%;
}
.lp-intro-text > * {
  display: block;
  margin: 0;
}
.lp-intro .line-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 122vw);
  background: url("../img/lp-anytimeyear_fan_meet-up/bg_intro_base.webp") no-repeat center bottom/100% auto #04b2c8;
}
.lp-intro .line-bg img {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .25;
}
.lp-intro-topics > * {
  margin: 0;
}
.lp-intro-topics > .t02 {
  margin-top: -25.5%;
}
.lp-intro-illust {
  position: relative;
  width: 100%;
  padding-bottom: 41.8%;
  pointer-events: none;
  overflow: hidden;
}
.lp-intro-illust .ill {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .3s ease-in-out, transform .5s ease-in-out;
}
.lp-intro-illust .ill.i01{transform:translate(-20%, 10%);}
.lp-intro-illust .ill.i02{transform:translate(0%, 25%);}
.lp-intro-illust .ill.i03{transform:translate(20%, 10%);}
.lp-intro-illust.active .ill {
  opacity: 1;
  transform: translate(0);
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .lp-intro .line-bg {
    height: calc(100% - 480px);
  }
}
@media (any-hover: hover) {
  .lp-intro-cta .cta-btn a {
    transition: opacity .5s ease-in-out;
  }
  .lp-intro-cta .cta-btn a:hover {
    opacity: .8;
  }
}

.lp-related {
  position: relative;
  margin-top: -26.67%;
  padding-top: 30.67%;
  padding-bottom: 20%;
  transform: translate3d(0, 0, 0);
  z-index: 20;
}
.lp-related .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 calc(0% + 16.69vw), 100% 0, 100% 100%, 0 100%);
  background-color: #6e38d5;
  pointer-events: none;
  z-index: 1;
}
.lp-related .list {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 5;
}
.lp-related .list .title,
.lp-related .list .banner {
  margin: 0 auto;
}
.lp-related .list .item + .item {
  margin-top: 17.33%;
}
.lp-related .list .banner {
  width: 78.67%;
}
.lp-related a img {
  transition: filter .3s ease-in-out;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .lp-related .bg {
    clip-path: polygon(0 calc(0% + 72px), 100% 0, 100% 100%, 0 100%);
  }
}
@media (any-hover: hover) {
  .lp-related a:hover img {
    filter: brightness(1.05) opacity(0.85);
  }
}