<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* lp-anytimeyear */
html {
  scroll-behavior: smooth;
}

#findGymFixed, #navFixed {
  pointer-events: none;
  opacity: 0;
  z-index: -999em;
  visibility: hidden;
}
#navFixed {
  display: none;
}

#lpContents {
  --cubic-bezier: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #6e38d5;
}
#lpContents * {
  box-sizing: border-box;
}
#lpContents img {
  vertical-align: bottom;
}
#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;
}
@keyframes loading{ 
  100%{transform: rotate(1turn)}
}
/* body.lp-loaded #lpContents {
  background-color: transparent;
} */
body.lp-loaded #lpContents::before {
  display: none;
}
body.lp-loaded #lpContents &gt; * {
  opacity: 1;
}
._pe-none {
  pointer-events: 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;
  }
}

.lp-intro,
.lp-cp_area,
.mystory-wrap,
.mystory-flow-wrap,
.lp-related {
  transform: translate3d(0, 0, 0);
}

.lp-header {
  position: relative;
  overflow: hidden;
  background-color: #6e38d5;
}
.lp-header .main-title {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
}
.lp-header .main-title img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lp-header .header-badge {
  position: absolute;
  top: 0;
  z-index: 15;
}
.lp-header .kv {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  pointer-events: none;
}
.lp-header .kv .slide {
  position: relative;
  display: flex;
  white-space: nowrap;
}
.lp-header .kv .slide:nth-of-type(odd) {
  justify-content: flex-end;
}
.lp-header .kv .slide .col {
  display: block;
  height: 100%;
  flex-shrink: 0;
  white-space: nowrap;
}
.lp-header .kv .slide .col img {
  display: block;
  height: 100%;
  max-width: none;
}
.lp-header .bg {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.lp-header .bg &gt; span {
  display: block;
  height: 100%;
}
.lp-header .bg img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}
.lp-header .bg-left {
  left: 0;
}
.lp-header .bg-right {
  right: 0;
}
.lp-header .scroll-down {
  position: absolute;
  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;
}
@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 .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;
}

/* animation */
.lp-header .main-title,
.lp-header .header-badge,
.lp-header .kv,
.lp-header .bg,
.lp-header .scroll-down {
  opacity: 0;
}
.lp-header.active .main-title,
.lp-header.active .header-badge,
.lp-header.active .kv,
.lp-header.active .bg,
.lp-header.active .scroll-down {
  opacity: 1;
}
.lp-header.active .bg {
  transition: opacity .1s .3s ease-in-out;
}
.lp-header .bg-left &gt; span {
  clip-path: inset(0 100% 0 0);
  transition: all .4s .5s ease-in-out;
}
.lp-header.active .bg-left &gt; span {
  clip-path: inset(0);
}
.lp-header .bg-right &gt; span {
  clip-path: inset(0 100% 0 0);
  transition: all .3s .65s ease-in-out;
}
.lp-header.active .bg-right &gt; span {
  clip-path: inset(0);
}
.lp-header .main-title { transform: scale(0.65) rotate(6deg); }
.lp-header.active .main-title {
  transform: scale(1) rotate(0deg);
  transition: opacity .5s 1.8s ease-in-out, transform .3s 1.8s ease-in-out;
}
.lp-header .kv {
  transform: scale(1.05);
}
.lp-header.active .kv {
  transform: scale(1);
  transition: opacity .5s 1s ease-in-out, transform .8s .7s ease-in-out;
}
.lp-header .scroll-down {
  transform: translateY(20px);
}
.lp-header.active .scroll-down {
  transform: translateY(0);
  transition: opacity .5s 2.5s ease-in-out, transform .3s 2.5s ease-in-out;
}
.lp-header.active .scroll-down .wrap .circle {
  animation: scrollDown 1.2s ease-in-out infinite;
}
.lp-header .header-badge { transform: translateY(-1rem); }
.lp-header.active .header-badge {
  transform: rotate(0deg);
  transition: opacity .3s 1.65s ease-in-out, transform .3s 1.65s ease-in-out;
}

@keyframes slideLoop {
  from { transform: translateX(0%); }
  to { transform: translateX(-100%); }
}
@keyframes slideLoopRev {
  from { transform: translateX(0); }
  to { transform: translateX(100%); }
}
/** pc and tablet **/
@media print,screen and (min-width: 701px) {
  .lp-header .kv {
    height: calc(100vh - 120px);
    height: calc(100dvh - 120px);
    min-height: 600px;
  }
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .lp-header .header-badge {
    width: 8.78%;
    left: 4.4%;
    margin-top: 2.9%;
  }
  .lp-header .main-title {
    width: 58.565%;
    left: 20.7175%;
  }
  .lp-header .kv .slide {
    height: 33.3333%;
  }
  body.lp-loaded .lp-header.active .kv .slide .col {
    animation: slideLoop 60s linear infinite;
  }
  body.lp-loaded .lp-header.active .kv .slide:nth-of-type(odd) .col {
    animation-name: slideLoopRev;
  }
  .lp-header .kv .slide:nth-of-type(1) .col {
    animation-delay: -20s;
  }
  .lp-header .kv .slide.only-sp {
    display: none;
  }
  .lp-header .scroll-down {
    width: 3.66%;
    bottom: 2.93%;
    right: 4.4%;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .lp-header .header-badge {
    width: 18.67%;
    left: 4%;
    margin-top: 4%;
  }
  .lp-header .main-title {
    width: 96%;
    left: 2%;
  }
  .lp-header .kv .slide {
    height: 25%;
  }
  body.lp-loaded .lp-header.active .kv .slide .col {
    animation: slideLoop 30s linear infinite;
  }
  body.lp-loaded .lp-header.active .kv .slide:nth-of-type(odd) .col {
    animation-name: slideLoopRev;
  }
  .lp-header .scroll-down {
    width: 13.33%;
    bottom: 0;
    margin-bottom: 20.5%;
    left: 43.335%;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  .lp-header .kv {
    aspect-ratio: 75 / 117;
  }
}

.js-scrView._fadeUp {
  transform: translateY(5%);
  opacity: 0;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
}
.js-scrView.active._fadeUp {
  opacity: 1;
  transform: translateY(0);
}
.js-scrView._fadeIn {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}
.js-scrView.active._fadeIn {
  opacity: 1;
}

.text-deg {
  transform: rotate(-4.8deg);
}

.lp-intro {
  position: relative;
}
.lp-intro p {
  margin: 0;
}
.lp-intro img {
  display: block;
  width: 100%;
  max-width: none;
}
.lp-intro .intro-parts {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.lp-intro .intro-parts.active {
  opacity: 1;
}
.lp-intro .intro-parts.active.first {
  transition: opacity .5s .5s ease-in-out;
}
.lp-intro .intro-parts.active.second {
  transition: opacity .5s 1s ease-in-out;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .lp-intro .intro-parts {
    margin-top: 10.68%;
  }
  .lp-intro .intro-bg img {
    aspect-ratio: 1920 / 2024;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .lp-intro .intro-parts {
    margin-top: 22.13%;
  }
  .lp-intro .intro-bg img {
    aspect-ratio: 75 / 180;
  }
}

.lp-cp_header {
  position: relative;
  color: #fff;
  font-style: italic;
  overflow: hidden;
}
.lp-cp_header .main,
.lp-cp_header .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.lp-cp_header .img {
  opacity: 0;
  transition: opacity .5s .3s ease-in-out;
}
.lp-cp_header .main.active .img {
  opacity: 1;
}
.lp-cp_header .title,
.lp-cp_header .text {
  position: relative;
  z-index: 5;
}
.lp-cp_header .title-sub {
  opacity: 0;
  transform: translate(-5%, 5%) scale(0.95);
  transform-origin: left bottom;
  transition: opacity .4s .7s var(--cubic-bezier), transform .4s .7s var(--cubic-bezier);
}
.lp-cp_header .title-main {
  opacity: 0;
  transform: translateY(5%);
  transition: opacity .5s .7s var(--cubic-bezier), transform .5s .7s var(--cubic-bezier);
}
.lp-cp_header .text {
  font-feature-settings: "palt";
  letter-spacing: 0.3em;
  opacity: 0;
  transform: translateY(10%);
  transition: opacity .3s 1s ease-in-out, transform .3s 1s ease-in-out;
}
.lp-cp_header .main.active .title-sub,
.lp-cp_header .main.active .title-main,
.lp-cp_header .main.active .text {
  opacity: 1;
  transform: translate(0) scale(1);
}
.lp-cp_header .text-head {
  margin: 0;
  font-weight: 900;
}
.lp-cp_header .text-body {
  font-weight: 700;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .lp-cp_header {
    margin-top: -17.2%;
  }
  .lp-cp_header .main {
    margin-top: 20.5%;
  }
  .lp-cp_header .img {
    margin-top: 3.22%;
  }
  .lp-cp_header .title-main {
    width: 57.98%;
    margin: -4.88% auto 0;
  }
  .lp-cp_header .text-head {
    margin: .6em 0;
    font-size: 1.757vw;
    line-height: 1.2;
  }
  .lp-cp_header .text-body {
    font-size: 1.171vw;
    line-height: 2;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .lp-cp_header {
    margin-top: -10.67%;
  }
  .lp-cp_header .main {
    margin-top: 31.46%;
  }
  .lp-cp_header .title-main {
    width: 86.4%;
    margin: -3.46% auto 0;
  }
  .lp-cp_header .text {
    letter-spacing: 0.2em;
  }
  .lp-cp_header .text-head {
    margin: 1em 0 1.2em;
    font-size: 4.267vw;
    line-height: 1.5;
  }
  .lp-cp_header .text-body {
    font-size: 3.2vw;
    line-height: 1.75;
  }
  .lp-cp_header .text-body + .text-body {
    margin-top: 1.375em;
  }
}

@keyframes bound {
  0%, 40%{ transform: translateY(0) skew(0);}
  8%{ transform: translateY(4%) scale(1.04, 0.9);}
  12%{ transform: translateY(0) scale(1);}
  24%{ transform: translateY(-12%) scale(1);}
  36%{ transform: translateY(4%) scale(1.04, 0.9);}
}
.lp-lnav {
  position: relative;
  z-index: 50;
}
.lnav-inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
}
.lp-lnav .lnav-btn {
  position: relative;
  z-index: 1;
}
.lp-lnav .lnav-inner.active .lnav-btn {
  /* animation: 2.8s bound ease-in-out infinite; */
  animation: 2.4s bound ease-in-out forwards;
}
.lp-lnav .lnav-inner.active .lnav-btn:nth-of-type(2) {
  animation-delay: 0.3s;
}
.lp-lnav .lnav-inner.active .lnav-btn:nth-of-type(3) {
  animation-delay: 0.6s;
}
/* .lp-lnav .lnav-inner.active:hover .lnav-btn {
  animation: none;
} */
.lp-lnav .lnav-btn .shadow,
.lp-lnav .lnav-btn .btn-text {
  display: block;
  transition: transform .3s ease-in-out;
}
.lp-lnav .lnav-btn .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: drop-shadow(0 0.732vw 1.464vw rgba(68, 0, 153, 0.5));
  mix-blend-mode: multiply;
}
.lp-lnav .lnav-btn .btn-text {
  background: url("../img/lp-anytimeyear/btn_bg.svg") no-repeat center center;
  background-size: 100% auto;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .lnav-inner {
    margin-top: -13.17%;
  }
  .lp-lnav .lnav-btn {
    width: 19%;
  }
  .lp-lnav .lnav-btn + .lnav-btn {
    margin-left: 1.464%;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .lnav-inner {
    margin-top: -32%;
  }
  .lp-lnav .lnav-btn {
    width: 26.67%;
  }
  .lp-lnav .lnav-btn + .lnav-btn {
    margin-left: 2.13%;
  }
}
@media (hover:hover) {
  .lp-lnav .lnav-btn:hover .shadow,
  .lp-lnav .lnav-btn:hover .btn-text {
    transform: translateY(8%);
  }
}

.lp-cp_area {
  position: relative;
  color: #fff;
  z-index: 10;
}
.lp-cp_area .cp-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: #440099;
  pointer-events: none;
  z-index: -1;
}
.lp-cp_area .cp-bg .line {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lp-cp_area .cp-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-cp_area .cp-bg .line._base {
  opacity: .5;
}
@keyframes lightMove {
  0% { clip-path: polygon(calc(0% - 100vw) 0, calc(0% - 98vw) 0, 0 100%, calc(0% - 2vw) 100%); }
  25%, 100% { clip-path: polygon(100% 0, calc(100% + 2vw) 0, calc(100% + 100vw) 100%, calc(100% + 98vw) 100%); }
}
@keyframes lightMoveRev {
  0% { clip-path: polygon(calc(0% - 2vw) 0, 0 0, calc(0% - 100vw) 100%, calc(0% - 98vw) 100%); }
  25%, 100% { clip-path: polygon(calc(100% + 98vw) 0, calc(100% + 100vw) 0, 100% 100%, calc(100% + 2vw) 100%); }
}
.lp-cp_area .cp-bg .line._light {
  filter: brightness(2) blur(2px);
  clip-path: polygon(calc(0% - 100vw) 0, calc(0% - 98vw) 0, 0 100%, calc(0% - 2vw) 100%);
}
.lp-cp_area .cp_area_main.active + .cp-bg .line._light {
  animation: lightMove 6s 3s infinite ease-in;
}
.lp-cp_area.cp-manga .cp-bg {
  background-color: #6e38d5;
}
.lp-cp_area.cp-manga .cp-bg .line._light {
  clip-path: polygon(calc(0% - 2vw) 0, 0 0, calc(0% - 100vw) 100%, calc(0% - 98vw) 100%);
}
.lp-cp_area.cp-manga .cp_area_main.active + .cp-bg .line._light {
  animation-name: lightMoveRev;
}
.lp-cp_area .title {
  margin: 0;
  opacity: 0;
  transform: translate(-10%, 4%) scale(0.95);
  transition: opacity .5s .15s var(--cubic-bezier), transform .5s .15s var(--cubic-bezier);
}
.lp-cp_area .cp_area_main.active .title {
  opacity: 1;
  transform: translate(0) scale(1);
}
.lp-cp_area .cp-text {
  font-style: italic;
  font-weight: 600;
  font-feature-settings: "palt";
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .lp-cp_area .title {
    width: 88.58%;
    margin: 0 auto;
  }
  .lp-cp_area .cp-text {
    letter-spacing: 0.3em;
    line-height: 2;
    font-size: 1.317vw;
  }
  .lp-cp_area .cp-text + .cp-text {
    margin-top: 1.5em;
  }
  .lp-cp_area .cp-text p + p {
    margin-top: 1.5em;
  }
}
/** pc and tablet **/
@media print,screen and (max-width: 750px) {
  .lp-cp_area .cp-text {
    letter-spacing: 0.2em;
    line-height: 1.75;
    font-size: 3.2vw;
  }
  .lp-cp_area .cp-text + .cp-text {
    margin-top: 1.375em;
  }
  .lp-cp_area .cp-text p + p {
    margin-top: 1.375em;
  }
  .lp-cp_area .cp-bg .line._light {
    opacity: 1;
  }
}

.cp-radio_contents,
.cp-radio_contents .personality {
  position: relative;
}
.cp-radio_contents .personality-title span {
  display: block;
  margin: 0 auto;
}
.cp-radio_contents .personality-title img {
  display: block;
  width: 100%;
}
.cp-radio_contents .personality-list {
  display: flex;
  font-style: italic;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.cp-radio_contents .personality-list .ph {
  aspect-ratio: 1 / 1;
}
.cp-radio_contents .personality-list .name {
  margin-left: -1em;
  margin-right: -1em;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.cp-radio_contents .personality-list .name &gt; span {
  font-size: 50%;
  letter-spacing: 0.2em;
}
.cp-radio_contents .personality-list .desc {
  text-align: justify;
  font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: 0.05em;
}
.cp-radio_contents .personality-title,
.cp-radio_contents .personality-list &gt; li,
.cp-radio_contents .cp-text .inner {
  opacity: 0;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
}
.cp-radio_contents .personality-title {
  transition-delay: .6s;
}
.cp-radio_contents .personality-list &gt; li {
  transform: translateY(10%);
  transition-duration: .5s;
  transition-delay: .75s;
  transition-timing-function: var(--cubic-bezier);
}
.cp-radio_contents .personality-list &gt; li:nth-child(2) {
  transform: translateY(-10%);
  transition-delay: .85s;
}
.cp-radio_contents .cp-text .inner {
  transform: translate(-8%, 3%);
  transition-delay: .4s;
}
.cp_area_main.active .cp-radio_contents .personality-title,
.cp_area_main.active .cp-radio_contents .personality-list &gt; li,
.cp_area_main.active .cp-radio_contents .cp-text .inner {
  opacity: 1;
  transform: translate(0);
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .cp-radio {
    margin-top: -17.2%;
    height: 96.63vw;
    padding-top: 29.28%;
  }
  .cp-radio_contents {
    display: flex;
    justify-content: flex-end;
    padding-right: 51.97%;    
  }
  .cp-radio_contents .personality {
    position: absolute;
    width: 36.6%;
    top: 0;
    right: 15%;
    margin-top: -1.46%;
  }
  .cp-radio_contents .personality-list {
    justify-content: space-between;
    font-size: 1.757vw;
  }
  .cp-radio_contents .personality-title {
    margin: 0 0 .4em;
  }
  .cp-radio_contents .personality-title span {
    width: 25.915vw;
  }
  .cp-radio_contents .personality-list &gt; li {
    width: 48%;
  }
  .cp-radio_contents .personality-list .name {
    margin-top: 1em;
  }
  .cp-radio_contents .personality-list .desc {
    margin: 1.5em 0 0;
    max-width: 19em;
    font-size: .878vw;
    line-height: 1.67;
    letter-spacing: 0.2em;
  }
  .cp-radio_contents .cp-text {
    padding: 1.25em .5em 0 0;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .cp-radio {
    margin-top: -26.67%;
    height: 272vw;
    padding-top: 34.67%;
  }
  .cp-radio_contents .cp-text {
    margin: -0.5em 0 3em;
  }
  .cp-radio_contents .personality {
    width: 78.67%;
    margin: 0 auto;
  }
  .cp-radio_contents .personality-title {
    margin-bottom: 4%;
  }
  .cp-radio_contents .personality-title span {
    width: 75.46vw;
  }
  .cp-radio_contents .personality-list {
    font-size: 4.8vw;
    justify-content: space-between;
  }
  .cp-radio_contents .personality-list &gt; li {
    width: 44.068%;
  }
  .cp-radio_contents .personality-list .name {
    margin-top: 1em;
  }
  .cp-radio_contents .personality-list .name &gt; span {
    display: block;
    margin-top: .75em;
  }
  .cp-radio_contents .personality-list .desc {
    margin: 1.5em 0 0;
    font-size: 2.4vw;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
}

.cp-manga_contents {
  position: relative;
}
.cp-manga_contents .img {
  opacity: 0;
  transform: translateY(5%);
  transition: opacity .8s .6s var(--cubic-bezier), transform .8s .6s var(--cubic-bezier);
}
.cp-manga_contents .cp-text .inner {
  opacity: 0;
  transform: translate(-8%, 3%);
  transition: opacity .4s .4s ease-in-out, transform .4s .4s ease-in-out;
}
.cp_area_main.active .cp-manga_contents .img,
.cp_area_main.active .cp-manga_contents .cp-text .inner {
  opacity: 1;
  transform: translate(0);
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .cp-manga {
    margin-top: -17%;
    height: 78.47vw;
    padding-top: 11.86%;
  }
  .cp-manga_contents {
    display: flex;
    justify-content: flex-end;
    padding-right: 48.3%;    
  }
  .cp-manga_contents .img {
    position: absolute;
    width: 30.53%;
    top: 0;
    right: 16.8%;
    margin-top: -6.44%;
  }
  .cp-manga_contents .cp-text {
    padding: 1.25em 1em 0 0;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .cp-manga {
    margin-top: -29.86%;
    height: 210.93vw;
    padding-top: 16.4%;
  }
  .cp-manga_contents .img {
    margin: -5.867% auto 0;
    aspect-ratio: 125 / 84;
  }
  .cp-manga_contents .cp-text {
    margin-top: -1.5em;
  }
}

.cp-drama_contents {
  position: relative;
}
.cp-drama_contents .cp-text .inner {
  opacity: 0;
  transform: translate(-8%, 3%);
  transition: opacity .4s .4s ease-in-out, transform .4s .4s ease-in-out;
}
.cp-drama_contents .profile {
  font-style: italic;
  font-feature-settings: "palt";
}
.cp-drama_contents .profile-title {
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.cp-drama_contents .profile-title img {
  display: block;
  width: 100%;
}
.cp-drama_contents .profile-title &gt; span {
  display: block;
}
.cp-drama_contents .profile-text {
  text-align: justify;
}
.cp-drama_contents .creator .ph {
  opacity: 0;
  transform: translate(0, 15%);
  transition: opacity .5s .6s ease-in-out, transform .5s .6s ease-in-out;
  aspect-ratio: 3 / 2;
}
.cp-drama_contents .profile-title .en,
.cp-drama_contents .profile-title .name,
.cp-drama_contents .profile-text {
  opacity: 0;
  transform: translateX(-15%);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
}
.cp-drama_contents .profile-title .en {
  transition-delay: .8s;
}
.cp-drama_contents .profile-title .name {
  transition-delay: .85s;
}
.cp-drama_contents .profile-text {
  transition-delay: .9s;
}
.cp_area_main.active .cp-drama_contents .cp-text .inner,
.cp_area_main.active .cp-drama_contents .creator .ph,
.cp_area_main.active .cp-drama_contents .profile-title .en,
.cp_area_main.active .cp-drama_contents .profile-title .name,
.cp_area_main.active .cp-drama_contents .profile-text {
  opacity: 1;
  transform: translate(0);
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .cp-drama {
    margin-top: -20.13%;
    height: 78.62vw;
    padding-top: 12%;
  }
  .cp-drama_contents {
    display: flex;
    justify-content: flex-end;
    padding-right: 50%;
  }
  .cp-drama_contents .cp-text {
    padding-top: .5em;
    z-index: 5;
  }
  .cp-drama_contents .creator {
    position: absolute;
    width: 70.72%;
    left: 14.64%;
    top: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0.58%;
  }
  .cp-drama_contents .creator .ph {
    width: 44.2%;
    margin-left: 3.1%;
  }
  .cp-drama_contents .creator .profile {
    width: 50%;
  }
  .cp-drama_contents .profile-title {
    text-align: right;
    font-size: 1.757vw;
    margin-bottom: .4em;
  }
  .cp-drama_contents .profile-title .en {
    width: 11.35vw;
    margin: 0 0 .4em auto;
  }
  .cp-drama_contents .profile-text {
    font-size: .878vw;
    letter-spacing: 0.2em;
    line-height: 2;
    margin-bottom: -0.25em;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .cp-drama {
    margin-top: -29.86%;
    height: 264.8vw;
    padding-top: 16.4%;
  }
  .cp-drama_contents .cp-text {
    margin: -1.25em 0 2em;
  }
  .cp-drama_contents .creator {
    position: relative;
    padding-top: 8%;
  }
  .cp-drama_contents .creator .ph {
    width: 71.2%;
    margin: 0 auto 4%;
  }
  .cp-drama_contents .profile-title {
    font-size: 4.8vw;
    margin-bottom: .44em;
  }
  .cp-drama_contents .profile-title .en {
    position: absolute;
    left: 33.47%;
    top: 0;
    width: 33.06%;
    transition-delay: .6s;
  }
  .cp-drama_contents .profile-text {
    width: 78.9%;
    margin: 0 auto;
    font-size: 2.4vw;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
}

.appBtn {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.appBtn a {
  display: block;
  margin: 0 auto;
  transition: transform .15s ease-in-out;
}
.appBtn .period {
  margin: 0 auto;
}
.appBtn .period._white {
  filter: brightness(0) invert(1);
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .appBtn {
    width: 62.96vw;
  }
  .appBtn .period {
    margin-top: 5.11%;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .appBtn a {
    width: 76.53vw;
  }
  .appBtn .period {
    margin-top: 5.33%;
  }
}
@media (hover:hover) {
  .appBtn a:hover {
    transform: scale(1.05) skewY(-4.8deg);
  }
}

.mystory-wrap {
  position: relative;
  z-index: 10;
}
.mystory-wrap .bg {
  pointer-events: none;
}
.mystory-sec {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.mystory-sec .title {
  position: relative;
  margin: 0;
  opacity: 0;
  transform: translate(-5%, 5%) scale(0.95);
  transform-origin: left bottom;
  transition: opacity .4s .2s var(--cubic-bezier), transform .4s .2s var(--cubic-bezier);
  z-index: 5;
}
.mystory-sec.active .title {
  opacity: 1;
  transform: translate(0) scale(1);
}
.mystory-sec .pop {
  position: relative;
  z-index: 1;
}
.mystory-sec .pop-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  filter: blur(50px);
  transition: opacity .8s .5s ease-in-out, filter .8s .5s ease-in-out;
}
.mystory-sec.active .pop-bg {
  opacity: 1;
  filter: blur(0);
}
.mystory-sec .pop-list {
  position: relative;
}
.mystory-sec .pop-list &gt; li:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}
.mystory-sec .pop-list &gt; li {
  opacity: 0;
  transform: translate(-8%, 2%);
  transition: opacity .4s .5s var(--cubic-bezier), transform .4s .5s var(--cubic-bezier);
}
.mystory-sec .pop-list &gt; li:nth-child(2) {
  transition-delay: .6s;
}
.mystory-sec .pop-list &gt; li:nth-child(3) {
  transition-delay: .8s;
  transform: translate(8%, -2%);
}
.mystory-sec .pop-list &gt; li:nth-child(4) {
  transition-delay: 1s;
  transform: translate(8%, -2%);
}
.mystory-sec.active .pop-list &gt; li {
  opacity: 1;
  transform: translate(0, 0);
}
.mystory-sec .msg-area {
  position: relative;
  color: #fff;
  font-weight: 600;
  font-style: italic;
  font-feature-settings: "palt";
  line-height: 1.75;
  z-index: 3;
}
.mystory-sec .msg {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity .4s 1.2s ease-in-out, transform .4s 1.2s ease-in-out;
}
.mystory-sec.active .msg {
  opacity: 1;
  transform: translateY(0);
}
.mystory-sec .appBtn-area {
  position: relative;
  opacity: 0;
  transform: translateY(20%);
  transition: opacity .4s 1.4s var(--cubic-bezier), transform .4s 1.4s var(--cubic-bezier);
  z-index: 3;
}
.mystory-sec.active .appBtn-area {
  opacity: 1;
  transform: translateY(0);
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .mystory-wrap {
    margin-top: -20.058%;
  }
  .mystory-sec {
    margin-top: 19.62%;
  }
  .mystory-sec .pop {
    margin-top: -2.05%;
  }
  .mystory-sec .pop-bg {
    margin-top: -13.25%;
  }
  .mystory-sec .pop-list {
    width: 73.94%;
    margin: 0 auto;
    filter: 
      drop-shadow(0 0 1.93vw rgba(68, 0, 153, 0.4))
      drop-shadow(0 0 1.93vw rgba(68, 0, 153, 0.4))
      drop-shadow(0 0 1.93vw rgba(68, 0, 153, 0.4));
  }
  .mystory-sec .msg-area {
    font-size: 2.19vw;
    margin-top: .5em;
    letter-spacing: 0.3em;
  }
  .mystory-sec .appBtn-area {
    margin-top: 7.3%;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .mystory-wrap {
    margin-top: -70%;
  }
  .mystory-sec {
    margin-top: 31.06%;
    overflow: hidden;
  }
  .mystory-sec .pop {
    margin-top: 3.6%;
  }
  .mystory-sec .pop-bg {
    margin-top: -14.26%;
  }
  .mystory-sec .pop-list {
    filter: 
      drop-shadow(0 0 3.55vw rgba(68, 0, 153, 0.4))
      drop-shadow(0 0 3.55vw rgba(68, 0, 153, 0.4))
      drop-shadow(0 0 3.55vw rgba(68, 0, 153, 0.4));
  }
  .mystory-sec .pop-list &gt; li:nth-child(2) {
    transform: translate(8%, -2%);
  }
  .mystory-sec .pop-list &gt; li:nth-child(3) {
    transform: translate(-8%, 2%);
  }
  .mystory-sec.active .pop-list &gt; li:nth-child(2),
  .mystory-sec.active .pop-list &gt; li:nth-child(3) {
    transform: translate(0, 0);
  }
  .mystory-sec .msg-area {
    font-size: 4vw;
    margin-top: 2em;
    letter-spacing: 0.2em;
  }
  .mystory-sec .appBtn-area {
    margin-top: 13.33%;
  }
}

.mystory-flow-wrap {
  position: relative;
  z-index: 15;
}
.mystory-flow-wrap .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mystory-flow-wrap .bg::before,
.mystory-flow-wrap .bg::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mystory-flow-wrap .bg::before {
  background-color: #440099;
  clip-path: polygon(0 0, 100% calc(0% + 16.69vw), 100% 100%, 0 100%);
  z-index: 1;
}
.mystory-flow-wrap .bg::after {
  background: #fff;
  clip-path: polygon(0 calc(0% + 16.69vw), 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}
.mystory-flow .title,
.mystory-flow .list,
.mystory-flow .msg-sub,
.mystory-flow .msg-main {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.mystory-flow .list {
  position: relative;
  padding: 0;
}
.mystory-flow .list &gt; li:first-child {
  z-index: 10;
}
.mystory-flow .list &gt; li:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.mystory-flow .list .sub {
  position: absolute;
}
.mystory-flow .title {
  opacity: 0;
  transform: scale(1, 0.92) translateY(25%);
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}
.mystory-flow .list &gt; li,
.mystory-flow .list .sub,
.mystory-flow .msg-sub,
.mystory-flow .msg-main,
.mystory-flow .appBtn-area {
  opacity: 0;
}
.mystory-flow .list &gt; li {
  transform: translate(-8%, 2%);
  transition: opacity .5s .2s var(--cubic-bezier), transform .5s .2s var(--cubic-bezier);
}
.mystory-flow .list .sub {
  transition: opacity .4s .4s ease-in-out;
}
.mystory-flow .list &gt; li:nth-child(2) {
  transition-delay: .4s;
}
.mystory-flow .list &gt; li:nth-child(3) {
  transition-delay: .6s;
}
.mystory-flow .list &gt; li:nth-child(4) {
  transition-delay: .8s;
}
.mystory-flow .msg-sub {
  transform: translate(-8%, 4%);
  transition: opacity .5s 1.2s var(--cubic-bezier), transform .5s 1.2s var(--cubic-bezier);
}
.mystory-flow .msg-main {
  transform: translateY(20%);
  transition: opacity .5s 1.4s var(--cubic-bezier), transform .5s 1.4s var(--cubic-bezier);
}
.mystory-flow .appBtn-area {
  position: relative;
  opacity: 0;
  transform: translateY(20%);
  transition: opacity .4s 1.6s var(--cubic-bezier), transform .4s 1.6s var(--cubic-bezier);
  z-index: 3;
}
.mystory-flow.active .title,
.mystory-flow.active .list &gt; li,
.mystory-flow.active .list .sub,
.mystory-flow.active .msg-sub,
.mystory-flow.active .msg-main,
.mystory-flow.active .appBtn-area {
  opacity: 1;
  transform: none;
}

/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .mystory-flow-wrap{
    margin-top: -11.7%;
    padding-top: 13.9%;
    padding-bottom: 15%;
  }
  .mystory-flow-wrap .bg::after {
    background: linear-gradient(-45deg,rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0.7) 100%);
  }
  .mystory-flow .title {
    width: 70.28%;
  }
  .mystory-flow .list {
    width: 79.06%;
    margin-top: -1.68%;
    margin-left: 9%;
  }
  .mystory-flow .list .sub {
    width: 18.5%;
    right: 2.31%;
    top: 0;
    margin-top: -6.574%;
  }
  .mystory-flow .msg-sub {
    width: 60.76%;
    margin-top: -0.36%;
  }
  .mystory-flow .msg-main {
    width: 72.47%;
    margin-top: -4.13%;
  }
  .mystory-flow .appBtn-area {
    margin-top: 4.13%;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .mystory-flow-wrap {
    margin-top: -16%;
    padding-top: 20.8%;
    padding-bottom: 26.67%;
  }
  .mystory-flow-wrap .bg::after {
    background: linear-gradient(-30deg,rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 22%, rgba(255, 255, 255, 1) 78%, rgba(255, 255, 255, 0.8) 100%);
  }
  .mystory-flow .list {
    margin-top: -2.8%;
  }
  .mystory-flow .list .sub {
    width: 26.67%;
    right: 10.53%;
    top: 0;
    margin-top: -4.67%;
  }
  .mystory-flow .msg-main {
    margin-top: -2.53%;
  }
  .mystory-flow .appBtn-area {
    margin-top: 4.67%;
  }
}

.lp-related {
  position: relative;
  z-index: 15;
}
.lp-related .bg-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #440099;
  clip-path: polygon(0 0, 100% calc(0% + 16.69vw), 100% 100%, 0 100%);
  z-index: 1;
}
.lp-related .bg-base {
  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: 2;
}
.lp-related .bg-base .line {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.lp-related .bg-base img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-related .related-list {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 5;
}
.lp-related .related-list .title,
.lp-related .related-list .banner {
  margin: 0 auto;
}
.lp-related a img {
  transition: filter .3s ease-in-out;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .lp-related {
    margin-top: -11.7%;
    padding-top: 23.42%;
    padding-bottom: 17.57%;
  }
  .lp-related .related-list .item + .item {
    margin-top: 7.32%;
  }
  .lp-related .related-list .title {
    width: 86.38%;
  }
  .lp-related .related-list .banner {
    width: 70.28%;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .lp-related {
    margin-top: -16%;
    padding-top: 32%;
    padding-bottom: 22.13%;
  }
  .lp-related .related-list .item + .item {
    margin-top: 17.33%;
  }
  .lp-related .related-list .banner {
    width: 78.67%;
  }
}
@media(hover:hover) {
  .lp-related a:hover img {
    filter: brightness(1.05) opacity(0.85);
  }
}

.lp-fixed_contens {
  position: relative;
}
.lp-btn_pagetop .link {
  display: block;
  cursor: pointer;
  opacity: .5;
  transition: opacity .3s ease-in-out;
}
.lp-btn_pagetop,
.lp-btn_mystory {
  position: fixed;
  transition: opacity .25s ease-in-out, transform .25s ease-in-out;
  pointer-events: auto;
  z-index: 500;
  bottom: 0;
}
.lp-fixed_contens.stop .lp-btn_pagetop,
.lp-fixed_contens.stop .lp-btn_mystory {
  position: absolute;
}
.lp-btn_pagetop {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}
.lp-pagetopView.show ~ .lp-fixed_contens .lp-btn_pagetop {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.lp-btn_mystory.hide {
  opacity: 0;
  pointer-events: none;
}

/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .lp-btn_pagetop {
    width: 8.78%;
    right: 5.85%;
    margin-bottom: 5.85%;
  }
  .lp-btn_mystory {
    left: 2.64%;
    width: 12%;
    margin-bottom: 4.4%;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .lp-btn_pagetop {
    width: 8%;
    right: 2.67%;
    margin-bottom: 4%;
  }
  .lp-btn_mystory {
    right: 0;
    width: 9.33%;
    margin-bottom: 16%;
  }
  .lp-btn_mystory.hide {
    transform: translateX(100%);
  }
}
@media(hover:hover) {
  .lp-btn_mystory a {
    display: block;
    transition: transform .15s linear;
  }
  .lp-btn_mystory a:hover {
    transform: scale(1.05) rotate(9deg);
  }
  .lp-btn_pagetop .link:hover {
    opacity: 1;
  }
}

#js-fixedEnd {
  position: relative;
  height: 5px;
  margin-top: -5px;
  pointer-events: none;
  opacity: 0;
}</pre></body></html>