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

.search-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  padding: .45em 1.3em .55em 1.565em;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  background-color: #6e38d5;
  border-radius: 100vh;
  transition: background-color .3s ease-in-out;
}
.search-link-btn i {
  display: block;
  position: relative;
  width: 0.45em;
  height: 0.65em;
  margin-left: .75em;
  margin-bottom: -0.1em;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: transform .3s ease-in-out;
}
.search-link-btn._blue {
  background-color: #00aec7;
}
.search-link-btn._red {
  background-color: #ef3340;
  box-shadow: 0 5px 0 #c5242f;
  transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out, transform .3s ease-in-out;
}
.lpTopBar {
  display: block;
  padding: 15px 0;
  background-color: #fff;
}
.lpTopBar .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lpTopBar .text {
  max-width: 470px;
}
.lpTopBar .link-btn {
  margin-top: 10px;
}
.lpTopBar .search-link-btn {
  letter-spacing: 0.04em;
}
.lpBtmBar {
  position: sticky;
  left: 0;
  bottom: 0;
  display: block;
  color: #fff;
  background-color: #000;
  z-index: 500;
  padding: 14px 0 15px;
  border-top: 1px solid #6e38d5;
  transform: translateY(100%);
  transition: transform .3s ease;
}
a.lpBtmBar:hover,
a.lpBtmBar:focus {
  color: #fff;
}
.lpBtmBar.show {
  transform: translateY(0);
}
.lpBtmBar .btmMsg {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 12px;
}
.lpBtmBar .btmMsg .text {
  width: 48vw;
  max-width: 294px;
  margin-right: 16px;
}
.lpBtmBar .btmMsg .now {
  font-size: 42px;
  font-size: min(6vw, 42px);
  font-weight: 900;
  line-height: 1;
  margin: 0;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.lpBtmBar .btmNote {
  margin-top: .5em;
  font-size: 12px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Noto Sans JP',"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}
.lpBtmBar .search-link-btn {
  padding: .7em .8em .7em 1.2em;
  width: 46vw;
  max-width: 360px;
  text-align: center;
}
.lpBtmBar .search-link-btn > span {
  flex-grow: 1;
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .lpTopBar .text {
    width: 92%;
  }
  .lpBtmBar {
    padding: 4% 0 3.2%;
  }
  .lpTopBar .link-btn {
    margin-left: 2vw;
  }
  .search-link-btn {
    font-size: 6vw;
    padding: .45em 1.2em .55em 1.655em;
  }
  .lpBtmBar {
    padding-top: 1.6vw;
    padding-bottom: 2.6vw;
  }
  .lpBtmBar .btmMsg .now {
    font-size: min(8vw, 42px);
  }
  .lpBtmBar .btmMsg .text {
    margin-right: 2vw;
  }
  .lpBtmBar .search-link-btn {
    font-size: 6.2vw;
    font-size: min(6.2vw, 32px);
    letter-spacing: 0.05em;
    padding: .7em .5em .7em .8em;
  }
  .lpBtmBar .search-link-btn i {
    margin-left: .35em;
  }
  .lpBtmBar .btmNote {
    font-size: min(2.67vw, 15px);
  }
}
@media (any-hover: hover) {
  .search-link-btn:hover {
    color: #fff;
    background-color: #00aec7;
  }
  .search-link-btn:hover i {
    transform: translateX(0.25em);
  }
  .search-link-btn._blue:hover {
    color: #fff;
    background-color: #6e38d5;
  }
  .search-link-btn._red:hover {
    transform: translateY(5px);
    color: #fff;
    background-color: #00aec7;
    box-shadow: 0 0 0 #008194;
  }
  a:hover .search-link-btn {
    color: #fff;
    background-color: #00aec7;
  }
  a:hover .search-link-btn._blue {
    color: #fff;
    background-color: #6e38d5;
  }
  a:hover .search-link-btn i {
    transform: translateX(0.25em);
  }
  a:hover .search-link-btn._red {
    transform: translateY(5px);
    color: #fff;
    background-color: #00aec7;
    box-shadow: 0 0 0 #008194;
  }
}

.lpTopBarNote {
  text-align: left;
  padding: 20px;
}
.lpTopBarNoteCheck {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}
.lpTopBarNote p {
  line-height: 1.6;
  font-size: 14px;
}
.lpTopBarNote p strong {
  font-weight: 700;
}
.lpTopBarNoteLabel {
  display: block;
  cursor: pointer;
}
.lpTopBarNoteLabel > span {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 3rem;
  height: 3rem;
  transition: transform .3s ease-in-out;
}
.lpTopBarNoteLabel > span::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  box-sizing: border-box;
  border-right: 2px solid #6e38d5;
  border-bottom: 2px solid #6e38d5;
  transform: rotate(45deg);
}
.lpTopBarNote .first {
  margin-bottom: 1em;
}
.lpTopBarNote .acc {
  position: relative;
  overflow: hidden;
  max-height: 2.6em;
  transition: all .3s ease-in-out;
}
.lpTopBarNote .acc::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1em;
  background: #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.lpTopBarNote .lpTopBarNoteCheck:checked ~ .acc {
  max-height: none;
  padding-bottom: 1em;
}
.lpTopBarNoteCheck:checked ~ .lpTopBarNoteLabel>span {
  transform: rotate(180deg);
}
.cp-text-btn .cp-text {
  max-width: 470px;
}
@media print,screen and (min-width: 751px) {
  .cp-text-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
  }
  .cp-text-btn .cp-text {
    width: calc(100% - 288px);
  }
  .cp-text-btn .cp-btn .search-link-btn {
    font-size: 22px;
  }
  .lpTopBar + .reason {
    padding: 30px 0 75px;
  }
  .message + .no1-gym {
    margin-top: 75px;
  }
}
@media screen and (max-width: 750px) {
  .cp-text-btn .cp-text {
    margin: 0 auto 10px;
    width: 92%;
  }
  .lpTopBar + .reason {
    padding: 4% 0 8.67%;
  }
  .message + .no1-gym {
    margin-top: 8.67%;
  }
}

#lpContents {
  text-align: center;
}
#lpContents * {
  box-sizing: border-box;
}
#lpContents img {
  vertical-align: bottom;
}

.mv {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #440099;
  z-index: 1;
}
.mv img {
  display: block;
  width: 100%;
}
.mv .main {
  width: 92%;
  max-width: 1030px;
  margin: 0 auto;
}
.mv .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}
.mv .bg img {
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .mv .main {
    padding: 50px 0 60px;
  }
  .mv .schedule {
    margin-top: 48px;
  }
  .mv .support {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  .mv .support .sub {
    width: 130px;
  }
  .mv .support .logo {
    width: 254px;
    margin-left: 16px;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .mv .main {
    padding: 4% 0 10.67%;
  }
  .mv .schedule {
    margin-top: 11.3%;
  }
  .mv .support {
    margin-top: 11.59%;
  }
  .mv .support .sub {
    display: block;
    width: 22.3%;
    margin: 0 auto;
  }
  .mv .support .logo {
    display: block;
    width: 53.33%;
    margin: 3.2% auto 0;
  }
}

.info {
  color: #fff;
  background-color: #6e38d5;
}
.info-sec {
  width: 80%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.info-ttl {
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
  text-align: left;
  border-left: 1px solid #fff;
  line-height: 1;
}
.info-ttl .ja {
  font-weight: 700;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .info {
    padding: 130px 0 198px;
  }
  .info-sec + .info-sec {
    margin-top: 180px;
  }
  .info-ttl .ja {
    font-size: 20px;
    padding: 30px 0 0 30px;
  }
  .info-ttl .en {
    padding-left: 38px;
  }
  .info-ttl .en img {
    display: block;
    width: auto;
    height: 57px;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .info {
    padding: 20% 0 31.2%;
  }
  .info-sec + .info-sec {
    margin-top: 25%;
  }
  .info-ttl {
    padding-left: 4vw;
  }
  .info-ttl .ja {
    font-size: 3.46vw;
    padding-top: 1em;
  }
  .info-ttl .en img {
    display: block;
    width: auto;
    height: 8.53vw;
  }
}

.about-list {
  position: relative;
  padding: 0;
  margin: 0 auto;
  z-index: 50;
}
.about-list .item {
  position: relative;
  z-index: 5;
}
.about-list .label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
  font-weight: 500;
  color: #440099;
  border: 1px solid #440099;
  background-color: #fff;
  line-height: 1;
}
.about-list .label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: transparent;
  transition: background-color .3s ease-in-out;
  z-index: 3;
}
.about-list .label i {
  display: block;
  position: absolute;
}
.about-list .label i::before,
.about-list .label i::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #440099;
}
.about-list .label i::before {
  width: 1px;
  height: 100%;
  left: calc(50% - 0.5px);
  top: 0;
  transition: transform .3s ease-in-out;
}
.about-list .label i::after {
  width: 100%;
  height: 1px;
  top: calc(50% - 0.5px);
  left: 0;
}
.about-list .item.active .label::before {
  background-color: rgba(68, 0, 153, 0.4);
}
.about-list .item.active .label i::before {
  transform: rotate(90deg);
}
.about-list .detail {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}
.about-list .item.active .detail {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.about-list .detail .koma {
  position: relative;
  z-index: 1;
  background-color: rgba(68, 0, 153, 0.88);
}
.about-list .detail .text {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  font-feature-settings: "palt";
  text-align: left;
  color: #fff;
  line-height: 2.125;
  z-index: 10;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .about-list {
    display: flex;
    max-width: 780px;
    margin-top: 100px;
  }
  .about-list .item {
    width: 50%;
  }
  .about-list .label {
    height: 60px;
    font-size: 22px;
  }
  .about-list .label i {
    width: 28px;
    height: 28px;
    right: 19px;
    top: calc(50% - 14px);
  }
  .about-list .detail .text {
    padding: 8% 0 0 10%;
    font-size: 16px;
    font-size: min(1.632vw, 16px);
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .about-list {
    margin-top: 14.33%;
  }
  .about-list .item + .item {
    margin-top: 9.16%;
    z-index: 1;
  }
  .about-list .label {
    height: 12.26vw;
    font-size: 4.26vw;
  }
  .about-list .label i {
    width: 5.73vw;
    height: 5.73vw;
    right: 4vw;
    top: calc(50% - 2.865vw);
  }
  .about-list .detail .text {
    padding: 13.33% 0 0 10.67%;
    font-size: 3.2vw;
  }
}

.message-video {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  z-index: 1;
}
.message-video::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: 55%;
  background-color: #fff;
  z-index: -1;
}
.message-video .caption {
  font-weight: 700;
  color: #440099;
}
.message-video .video {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.message-video .poster img {
  display: block;
  transition: transform .2s linear;
}
.message-video .video .icon {
  position: absolute;
  z-index: 3;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .message-video {
    margin-top: 60px;
  }
  .message-video::before {
    left: 40px;
  }
  .message-video .video .icon {
    width: 86px;
    height: 86px;
    top: calc(50% - 43px);
    left: calc(50% - 43px);
  }
  .message-video .caption {
    padding: .5em 0;
    font-size: 21px;
    text-align: right;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .message-video {
    margin-top: 11.46%;
  }
  .message-video::before {
    left: 5.06vw;
  }
  .message-video .video .icon {
    width: 11.46vw;
    height: 11.46vw;
    top: calc(50% - 5.73vw);
    left: calc(50% - 5.73vw);
  }
  .message-video .caption {
    padding: .5em 0 .75em 5.73vw;
    font-size: 3.46vw;
    line-height: 1.34;
  }
}
@media (hover:hover) {
  .message-video a:hover .poster img {
    transform: scale(1.06);
  }
}

.sns-btn {
  position: relative;
  margin: 0 auto;
}
.sns-btn .btn-x {
  position: relative;
  display: block;
  background-color: #440099;
  transition: background-color .3s ease-in-out;
  border-radius: 100vh;
  z-index: 3;
}
.sns-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  opacity: .49;
  background-image: radial-gradient(circle, #ffffff 1.5px, transparent 1.5px), radial-gradient(circle, #ffffff 1.5px, transparent 1.5px);
  background-position: 0 0, 4.5px 9px;
  background-size: 9px 18px;
}
.sns-msg {
  font-weight: 700;
}
.sns-msg > span {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .sns-btn {
    max-width: 464px;
    margin-top: 20px;
  }
  .sns-btn::before {
    left: 10px;
    top: 14px;
  }
  .sns-msg {
    margin-top: 60px;
    font-size: 30px;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .sns-btn {
    margin-top: 11.33%;
  }
  .sns-btn::before {
    left: 1.73vw;
    top: 2.67vw;
    background-image: radial-gradient(circle, #ffffff 0.75px, transparent 0.75px), radial-gradient(circle, #ffffff 0.75px, transparent 0.75px);
    background-position: 0 0, 2.25px 4.5px;
    background-size: 4.5px 9px;
  }
  .sns-msg > span {
    margin-bottom: .25em;
  }
  .sns-msg {
    margin-top: 2em;
    font-size: 5.06vw;
  }
}
@media (hover:hover) {
  .sns-btn .btn-x:hover {
    background-color: #2f0069;
  }
}

.yell {
  position: relative;
  font-weight: 700;
  z-index: 10;
  line-height: 1.3;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .yell {
    font-size: 33px;
    margin-top: -20px;
    margin-bottom: 100px;
  }
  .yell .pcb {
    display: block;
    margin-bottom: .4em;
  }
  .yell .pcbg {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 0 .5em;
    z-index: 1;
  }
  .yell .pcbg::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ff5800;
    z-index: -1;
    transform: skew(-12deg);
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .yell {
    font-size: 4.8vw;
    margin-bottom: 3%;
    transform: translateY(-50%);
  }
  .yell .spb {
    display: block;
    margin-bottom: .4em;
  }
  .yell .spbg {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 0 .5em;
    z-index: 1;
  }
  .yell .spbg::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ff5800;
    z-index: -1;
    transform: skew(-12deg);
  }
}

.reason {
  width: 92%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 85px 0 100px;
}
.reason .ttl {
  width: 86.95%;
  margin: 0 auto 60px;
}
.reason .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.reason .list a {
  display: block;
  transition: opacity .3s ease-in-out;
}
.reason .more {
  margin-top: 50px;
  text-align: center;
}
.reason .more a {
  position: relative;
  display: inline-block;
  align-items: center;
  color: #440099;
  font-weight: 600;
  font-size: 22px;
  line-height: 2.54;
  padding: 0 2.2em 0 1.15em;
  border: 2px solid #440099;
  border-radius: 100vh;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
.reason .more a i {
  display: block;
  position: absolute;
  width: 0.67em;
  height: 0.6em;
  background: url("../img/lp202406/arrow.svg") no-repeat center center/100% auto;
  transition: transform .3s ease-in-out, background .3s ease-in-out;
  right: .7em;
  top: calc(50% - 0.3em);
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .reason .ttl {
    max-width: 600px;
  }
  .reason .list {
    margin: -20px 0 0 -20px;
    padding: 0;
  }
  .reason .list > li {
    width: calc(33.33% - 20px);
    margin: 20px 0 0 20px;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .reason {
    padding: 11.44% 0 13.33%;
  }
  .reason .ttl {
    margin-bottom: 7.24%;
  }
  .reason .list {
    margin: -2.67vw 0 0 -4vw;
    padding: 0;
  }
  .reason .list > li {
    width: calc(50% - 4vw);
    margin: 2.67vw 0 0 4vw;
  }
  .reason .more {
    margin-top: 7.24%;
  }
  .reason .more a {
    font-size: 4.4vw;
  }
}
@media (hover:hover) {
  .reason .list a:hover {
    opacity: .75;
  }
  .reason .more a:hover {
    color: #fff;
    background-color: #440099;
  }
  .reason .more a:hover i {
    background-image: url("../img/lp202406/arrow_white.svg");
    transform: translateX(0.25em);
  }
}