<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* lp202406 竊� lp202506 */

/* #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;
}
.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;
}
.lpBtmBar .btmMsg .text {
  width: 53.33vw;
  max-width: 321px;
  margin-right: 16px;
}
.lpBtmBar .btmNote {
  margin-top: .75em;
  font-size: 12px;
  font-family: "貂ｸ繧ｴ繧ｷ繝�け菴�", "Yu Gothic", YuGothic, 'Noto Sans JP',"繝偵Λ繧ｮ繝手ｧ偵ざPro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  font-weight: 500;
}
.lpBtmBar .search-link-btn {
  padding: .45em .8em .55em 1.2em;
}
/** pc and tablet **/
/* @media print,screen and (min-width: 751px) {
  .lpBtmBar .search-link-btn &gt; span {
    font-size: 20px;
    padding: .1em .3em;
  }
} */
/** 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: 2.67vw 0;
  }
  .lpBtmBar .btmMsg .text {
    margin-right: 2.67vw;
  }
  .lpBtmBar .search-link-btn {
    font-size: 6vw;
    letter-spacing: 0.05em;
    padding: .3em .5em .4em .8em;
  }
  .lpBtmBar .search-link-btn i {
    margin-left: .35em;
  }
  .lpBtmBar .btmNote {
    font-size: 2.67vw;
  }
}
@media (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;
  }
  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);
  }
}

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

.mv-area, .mv-wrap, .mv-inner {
  position: relative;
  z-index: 1;
}
.mv-text {
  position: relative;
  margin: 0;
  z-index: 5;
  pointer-events: none;
}
.mv-imgs {
  position: absolute;
  margin: 0;
  padding: 0;
}
.mv-imgs &gt; li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.mv-imgs &gt; li.active {
  opacity: 1;
}
.mv-imgs img {
  display: block;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .mv-area {
    background: url("../img/lp202406/mv_bg_pc.jpg") no-repeat center center/cover;
  }
  .mv-area::before,
  .mv-area::after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    z-index: -1;
  }
  .mv-area::before {
    left: 0;
    height: 50px;
    bottom: 0;
    background-color: #1b1150;
  }
  .mv-area::after {
    right: 0;
    top: 0;
    height: calc(100% - 50px);
    background: url("../img/lp202406/mv_bg_right.jpg") repeat-x left top/auto 100%;
  }
  .mv-wrap {
    padding: 50px;
  }
  .mv-wrap::before,
  .mv-wrap::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    opacity: .3;
    z-index: 10;
    left: 0;
    height: 1px;
    width: 100%;
  }
  .mv-inner::before {
    top: 0;
  }
  .mv-inner::after {
    bottom: 0;
  }
  .mv-inner {
    /* max-width: 1330px; */
    max-width: 1180px;
    margin: 0 auto;
  }
  .mv-inner::before,
  .mv-inner::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    opacity: .3;
    z-index: 10;
    top: -50px;
    width: 1px;
    height: calc(100% + 100px);
  }
  .mv-inner::before {
    left: 0;
  }
  .mv-inner::after {
    right: 0;
  }
  .mv-text::before,
  .mv-text::after {
    content: "";
    display: block;
    position: absolute;
  }
  .mv-text::before {
    left: 50%;
    top: 0;
    width: 40.7%;
    height: 88.5%;
    z-index: -1;
    background-color: #440099;
  }
  .mv-text::after {
    background-color: #fff;
    opacity: .3;
    z-index: 10;
    top: -50px;
    width: 1px;
    height: calc(100% + 100px);
    left: 50%;
  }
  .mv-imgs {
    left: 0;
    top: 0;
    width: 50%;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .mv-area {
    background: url("../img/lp202406/mv_bg_sp.jpg") no-repeat center center/cover;
  }
  .mv-imgs {
    width: 80%;
    left: 10%;
    top: 0;
    margin-top: 6.67%;
  }
}

.gym-to-life {
  position: relative;
  padding: 44px 0;
  margin: 0;
  background-color: #130050;
}
.gym-to-life &gt; span {
  display: block;
  width: 77.33%;
  max-width: 630px;
  margin: 0 auto;
}
.gym-to-life::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: .3;
}
.message {
  padding: 40px 0 30px;
  color: #fff;
  background: url("../img/lp202406/message_bg.jpg") no-repeat center center/cover;
}
.message .title {
  font-size: 26px;
  line-height: 1.54;
  margin-bottom: 1em;
}
.message .text &gt; p {
  margin: 0;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.tvcm {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}
.tvcm .caption {
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
  background-color: #440099;
}
.tvcm .movie a {
  display: block;
  position: relative;
  overflow: hidden;
}
.tvcm .movie a img {
  transition: transform .3s ease-in-out;
}
.tvcm .movie a::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  background: url("../img/lp202406/icon_play.svg") no-repeat center center/100% auto;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  z-index: 5;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .message .text {
    margin-bottom: 50px;
  }
  .message .text &gt; p {
    font-size: 24px;
    line-height: 1.67;
  }
  .message .text &gt; p + p {
    margin-top: 1.3em;
  }
  .message .link-btn {
    margin-top: 30px;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .gym-to-life {
    padding: 4.33% 0;
  }
  .message {
    padding: 5.33% 0 6%;
  }
  .message .title {
    font-size: 4vw;
  }
  .message .text {
    margin-bottom: 6.67%;
  }
  .message .text &gt; p {
    font-size: 3.73vw;
    line-height: 1.64;
  }
  .message .text &gt; p + p {
    margin-top: 1.3em;
  }
  .tvcm .caption {
    font-size: 2.93vw;
  }
  .message .link-btn {
    margin-top: 6%;
  }
}
@media (hover:hover) {
  .tvcm .movie a:hover::before {
    opacity: .75;
    transform: scale(1.1);
  }
  .tvcm .movie a:hover img {
    transform: scale(1.1);
  }
}

.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 &gt; 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 &gt; 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);
  }
}

.no1-gym {
  margin-bottom: 75px;
}
.no1-gym .ttl {
  width: 92.8%;
  margin: 0 auto 30px;
}
.no1-gym .bnr {
  width: 84%;
  margin: 0 auto;
}
.no1-gym .bnr a {
  display: block;
  transition: opacity .3s ease;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .no1-gym .ttl {
    max-width: 500px;
  }
  .no1-gym .bnr {
    max-width: 450px;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .no1-gym {
    margin-bottom: 8.67%;
  }
  .no1-gym .ttl {
    margin-bottom: 5.33%;
  }
}
@media (hover:hover) {
  .no1-gym .bnr a:hover {
    opacity: .75;
  }
}

/* 2024.12 �� add start */
.tvcm + .tvcm {margin-top:50px;}
.mv-long{position:relative;}
.mv-long .mv-imgs{width:100%;height:100%;left:0;top:0;margin:0;}
@media print,screen and (min-width: 751px) {
  .mv-long{height:50vw;max-height:590px;}
  .mv-long a{position:relative;display:block;height:50vw;max-height:590px;}
  .mv-long .mv-imgs &gt; li{height:100%;}
  .mv-long .mv-imgs img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;max-width:none;}
}
@media screen and (max-width: 750px) {
  .tvcm + .tvcm {margin-top:6.67%;}
  .mv-long .mv-imgs{position:relative;height:auto;padding-bottom:100%;}
}
.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 &gt; span{position:relative;display:block;margin:0 auto;width:3rem;height:3rem;transition:transform .3s ease-in-out;}
.lpTopBarNoteLabel &gt; 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 &gt; span{transform:rotate(180deg);}
/*add 24.12.10*/
.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%;}
}
/* 2024.12 �� add end */

/* 2025.06 add start */
.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;
}
@media (hover:hover) {
  .search-link-btn._red:hover {
    transform: translateY(5px);
    color: #fff;
    background-color: #00aec7;
    box-shadow: 0 0 0 #008194;
  }
  a:hover .search-link-btn._red {
    transform: translateY(5px);
    color: #fff;
    background-color: #00aec7;
    box-shadow: 0 0 0 #008194;
  }
}

.lpBtmBar .btmMsg._large {
  padding-top: 8px;
  padding-bottom: 12px;
}
.lpBtmBar .btmMsg._large .text {
  width: 48vw;
  max-width: 294px;
  margin-right: 16px;
}
.lpBtmBar .btmMsg._large .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 .btmMsg._large .search-link-btn {
  padding: .7em .8em .7em 1.2em;
  width: 46vw;
  max-width: 360px;
  text-align: center;
}
.lpBtmBar .btmMsg._large .btmNote {
  margin-top: .5em;
  line-height: 1.3;
}
.lpBtmBar .btmMsg._large .search-link-btn &gt; span {
  flex-grow: 1;
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .lpBtmBar .btmMsg._large {
    padding-top: 1.6vw;
    padding-bottom: 2.6vw;
  }
  .lpBtmBar .btmMsg._large .now {
    font-size: min(8vw, 42px);
  }
  .lpBtmBar .btmMsg._large .text {
    margin-right: 2vw;
  }
  .lpBtmBar .btmMsg._large .search-link-btn {
    font-size: 6.2vw;
    font-size: min(6.2vw, 32px);
    letter-spacing: 0.05em;
    padding: .7em .5em .7em .8em;
  }
  .lpBtmBar .btmMsg._large .btmNote {
    font-size: min(2.67vw, 15px);
  }
}
/* 2025.06 add end */</pre></body></html>