/* lp-anytimeyear > morning_or_night */
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_morning_or_night/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;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .js-scrView._fadeUp {
    transform: translateY(50px);
  }
  .js-scrView.active._fadeUp {
    transform: none;
  }
}

.lp-header {
  position: relative;
  background-color: #409;
  aspect-ratio: 15 / 28;
  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,
.lp-header .scroll-down {
  opacity: 0;
}
.lp-header.active .main-title,
.lp-header.active .sub-title,
.lp-header.active .illust .ill,
.lp-header.active .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 1.2s ease-in-out, transform .25s 1.2s 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 .4s .3s ease-in-out, transform .8s .3s ease-in-out;
}
.lp-header .ill.i01{transform:translate(-25%, -25%);}
.lp-header .ill.i02{transform:translate(0,-50%);}
.lp-header .ill.i03{transform:translate(25%,-25%);}
.lp-header .ill.i04{transform:translate(40%,-10%);}
.lp-header .ill.i05{transform:translate(40%,10%);}
.lp-header .ill.i06{transform:translate(25%,25%);}
.lp-header .ill.i07{transform:translate(-10%,40%);}
.lp-header .ill.i08{transform:translate(-35%,15%);}
.lp-header .ill.i09{transform:translate(-45%,-5%);}
.lp-header.active .ill {
  transform: translate(0);
}
.lp-header .scroll-down {
  position: absolute;
  width: 13.33%;
  top: 0;
  margin-top: 124%;
  left: 43.335%;
  filter: drop-shadow(0 0 2.16vw rgba(31, 1, 66, 0.75));
  transform: translateY(20px);
  z-index: 20;
}
.lp-header .scroll-down .text {
  display: block;
  width: 100%;
  margin-bottom: 10%;
}
.lp-header .scroll-down .text img {
  display: block;
  width: 100%;
}
.lp-header .scroll-down .wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 60%;
  padding-bottom: 120%;
  border: 1px solid #fff;
  border-radius: 100vh;
}
.lp-header .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 {
  transform: translateY(0);
  transition: opacity .5s 1.8s ease-in-out, transform .3s 1.8s ease-in-out;
}
.lp-header.active .scroll-down .wrap .circle {
  animation: scrollDown 1.2s ease-in-out infinite;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .lp-header .main-title {
    filter: drop-shadow(0 0 23px rgba(68, 0, 153, 0.5));
  }
  .lp-header .scroll-down {
    filter: drop-shadow(0 0 15px rgba(31, 1, 66, 0.75));
  }
}

.lp-intro {
  position: relative;
  margin-top: -27.2%;
  margin-bottom: -1px;
  z-index: 5;
}
.lp-intro .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding-bottom: 21.33%;
  background: url("../img/lp-anytimeyear_morning_or_night/intro_bg_bottom.webp") no-repeat center bottom/ 100% auto;
}
#lpContents .lp-intro .bg img {
  height: 100%;
}
.lp-intro-text {
  padding: 16.67% 0 67.33%;
}
.lp-intro-illust {
  position: absolute;
  left: 0;
  width: 100%;
  padding-bottom: 100%;
  bottom: 0;
  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(30%, 0);}
.lp-intro-illust .ill.i02{transform:translate(15%, 15%);}
.lp-intro-illust .ill.i03{transform:translate(5%, 25%);}
.lp-intro-illust .ill.i04{transform:translate(-30%, 0);}
.lp-intro-illust .ill.i05{transform:translate(-15%, 15%);}
.lp-intro-illust .ill.i06{transform:translate(-5%, 25%);}
.lp-intro-illust.active .ill {
  opacity: 1;
  transform: translate(0);
}

.lp-campaign {
  position: relative;
  padding-bottom: 19.73%;
  z-index: 1;
}
.lp-campaign .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/lp-anytimeyear_morning_or_night/bg_cp.webp") repeat-y center -58vw/100% auto;
  z-index: -1;
}
.lp-campaign .bg img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.lp-campaign .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-campaign .list .item {
  position: relative;
  filter: drop-shadow(0 0 4vw rgba(0, 151, 174, 0.5));
}
.lp-campaign .list .item .illust {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .3s .35s ease-in-out, transform .5s .35s ease-in-out;
}
.lp-campaign .list .item .illust._left {transform: translate(-25%, 2%);}
.lp-campaign .list .item .illust._right {transform: translate(25%, 2%);}
.lp-campaign .list .item.active .illust {
  opacity: 1;
  transform: translate(0);
}
.lp-campaign .list .item .link {
  position: absolute;
  display: block;
}
.lp-campaign .list .item .link > span {
  display: none;
}
.lp-campaign .list .item.cp01 .link {
  left: 13.5%;
  bottom: 0;
  width: 39%;
  padding-bottom: 5.6%;
  margin-bottom: 19%;
  transform: rotate(-4.5deg);
}
.lp-campaign .list .item.cp02 .link,
.lp-campaign .list .item.cp03 .link {
  left: 21.33%;
  bottom: 0;
  width: 35.6%;
  padding-bottom: 3.46%;
  margin-bottom: 8.53%;
}
.lp-campaign .list .item + .item {
  margin-top: 10.67%;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .lp-campaign .bg {
    background-position: center -248px;
  }
  .lp-campaign .list .item {
    filter: drop-shadow(0 0 15px rgba(0, 151, 174, 0.5));
  }
}

.lp-x {
  position: relative;
  margin-top: -19.46%;
  padding-top: 33%;
  padding-bottom: 28%;
  background: #440099;
  background: linear-gradient(45deg,#6e38d5 0%, #4a09a3 50%, #440099 100%);
  clip-path: polygon(0 calc(0% + 16.69vw), 100% 0, 100% 100%, 0 100%);
  z-index: 15;
}
.lp-x .title {
  margin: 0 auto 3.5%;
}
.lp-x .icon {
  width: 26.6%;
  margin: 0 auto;
  filter: drop-shadow(0 5.33vw 5.33vw #409);
}
.lp-x a {
  display: block;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}
.lp-x .msg {
  position: relative;
  margin: 5% auto 0;
  z-index: 1;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .lp-x {
    clip-path: polygon(0 calc(0% + 72px), 100% 0, 100% 100%, 0 100%);
  }
  .lp-x .icon {
    filter: drop-shadow(0 23px 23px #409);
  }
}
@media (any-hover: hover) {
  .lp-x a:hover {
    opacity: .65;
    transform: scale(1.05);
  }
}

.lp-related {
  position: relative;
  margin-top: -19.46%;
  padding-top: 32%;
  padding-bottom: 22.13%;
  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;
}
#lpContents .lp-related .bg img[src$="svg"] {
  height: 100%;
  object-fit: cover;
}
.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);
  }
}

.lp-fixed_contens {
  position: relative;
  z-index: 100;
}
.lp-btn_pagetop {
  position: fixed;
  width: 8%;
  right: 2.67%;
  margin-bottom: 4%;
  transition: opacity .25s ease-in-out, transform .25s ease-in-out;
  pointer-events: auto;
  z-index: 500;
  bottom: 0;
}
.lp-btn_pagetop .link {
  display: block;
  cursor: pointer;
  opacity: .5;
  transition: opacity .3s ease-in-out;
}
.lp-fixed_contens.stop .lp-btn_pagetop {
  position: absolute;
}
.lp-btn_pagetop {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}
.lp-pagetopView.show ~ .lp-main-contents .lp-btn_pagetop {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .lp-btn_pagetop {
    width: 34px;
    right: auto;
    left: calc(50% + 215px - 34px - 15px);
  }
}
@media (any-hover: hover) {
  .lp-btn_pagetop .link:hover {
    opacity: 1;
  }
}