@charset "utf-8";
/* lp202406 → lp202506 → lp202512 */

/* #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;
}
/** 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 > li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.mv-imgs > 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 > 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 > 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 > p {
    font-size: 24px;
    line-height: 1.67;
  }
  .message .text > 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 > p {
    font-size: 3.73vw;
    line-height: 1.64;
  }
  .message .text > 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: .8em;
  top: calc(50% - 0.3em);
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .reason .ttl {
    /* max-width: 600px; */
    max-width: 486px;
  }
  .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);
  }
}

.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 > 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 > 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);}
/*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 > 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 */
/* 2025.11 add start */
.lpTopCP {
  width: 96%;
  max-width: 850px;
  margin: 27px auto;
  background-color: #fffae8;
}
.lpTopCP .cpArea {
  padding: 30px 20px;
  text-align: center;
}
.lpTopCP .cpArea .ttl {
  margin: 0 auto 5px;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.125;
}
.lpTopCP .cpArea .text-slash {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75em;
  margin: 0 auto 5px;
  font-weight: 500;
  font-size: 17px;
}
.lpTopCP .cpArea .text-slash::before,
.lpTopCP .cpArea .text-slash::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.25em;
  background-color: currentColor;
}
.lpTopCP .cpArea .text-slash::before {
  transform: rotate(-30deg);
}
.lpTopCP .cpArea .text-slash::after {
  transform: rotate(30deg);
}
.lpTopCP .cpNote {
  position: relative;
  padding: 20px 20px 10px;
  text-align: left;
  font-size: 13px;
  line-height: 1.46;
  background-color: #fcf4da;
}
.lpTopCP .cpNoteCheck{-webkit-appearance:none;appearance:none;position:absolute;}
.lpTopCP .cpNoteLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .25em;
  cursor: pointer;
  text-align: center;
}
.lpTopCP .cpNoteLabel > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid currentColor;
  border-radius: 50%;
  margin-bottom: -2px;
  line-height: 1;
  font-style: normal;
  box-sizing: border-box;
  text-decoration: none;
}
.lpTopCP .cpNoteLabel > i::before {
  content: "＋";
  font-size: 90%;
}
.lpTopCP .cpNote .cpNoteCheck:checked ~ .cpNoteLabel > i::before{
  content: "－";
}
.lpTopCP .cpNoteLabel > span{
  position: relative;
  display: block;
  text-decoration: underline;
}
.lpTopCP .cpNoteLabel:hover > span{
  text-decoration: none;
}
.lpTopCP .cpNoteLabel > span::before{
  content:"続きを開く";
}
.lpTopCP .cpNote .cpNoteCheck:checked ~ .cpNoteLabel > span::before{
  content: "閉じる";
}
.lpTopCP .cpNote .first{
  max-width: 600px;
  margin: 0 auto .5em;
}
.lpTopCP .cpNote .acc {
  position: relative;
  overflow: hidden;
  max-width: 600px;
  max-height: 0;
  margin: 0 auto;
  transition: all .3s ease-in-out;
}
.lpTopCP .cpNote .acc p + p {
  margin-top: 1em;
}
.lpTopCP .cpNote .cpNoteCheck:checked ~ .acc {
  max-height: none;
  padding-top: .5em;
  padding-bottom: .5em;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .lpTopCP .cpArea .cp-btn .search-link-btn {
    font-size: 22px;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .lpTopCP {
    margin: 2% auto;
  }
  .lpTopCP .cpArea {
    padding: 20px 10px 15px;
  }
  .lpTopCP .cpArea .ttl {
    font-size: 32px;
  }
  .lpTopCP .cpNote {
    padding: 16px 16px 8px;
  }
}



.forBeginners {
  padding: 60px 4%;
  background-color: #f5f4f4;
}
.forBeginners .ttl {
  margin: .125em;
  font-weight: 900;
  line-height: 1.13;
  color: #409;
}
.forBeginners .because {
  margin-bottom: .75em;
  font-weight: 500;
  color: #409;
}
.forBeginners .features {
  font-weight: 500;
}
.forBeginners .features > .item {
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.forBeginners .features > .featureNote {
  color: #999;
  font-size: 13px;
  line-height: 1.46;
  text-align: left;
}
.forBeginners .features .featureTtl {
  font-weight: 900;
  color: #409;
  line-height: 1.16;
}
.forBeginners .features .free {
  font-weight: 900;
  color: #409;
  line-height: 1.16;
}
.forBeginners .features .desc {
  text-align: left;
  line-height: 1.4;
}
.forBeginners .more {
  margin-top: 50px;
  text-align: center;
}
.forBeginners .more a {
  position: relative;
  display: inline-block;
  align-items: center;
  color: #409;
  font-weight: 600;
  font-size: 22px;
  line-height: 2.54;
  padding: 0 2.2em 0 1.15em;
  border: 2px solid #409;
  border-radius: 100vh;
  background-color: #fff;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
.forBeginners .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: .8em;
  top: calc(50% - 0.3em);
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .forBeginners .ttl {
    font-size: 46px;
  }
  .forBeginners .because {
    font-size: 32px;
  }
  .forBeginners .features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1030px;
    margin: 0 auto;
  }
  .forBeginners .features > .item,
  .forBeginners .features > .featureNote {
    width: calc(33.33% - 14px);
  }
  .forBeginners .features > .featureNote {
    position: absolute;
    top: 100%;
    left: calc(33.33% + 20px);
  }
  .forBeginners .features._hasNote {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 80px;
  }
  .forBeginners .features .thumb {
    margin-bottom: 15px;
  }
  .forBeginners .features .featureTtl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 2.3em;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .forBeginners .features .free {
    font-size: 18px;
    margin: -8px 0 15px;
  }
  .forBeginners .features .desc {
    padding: 0 20px 16px;
    font-size: 15px;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .forBeginners {
    padding: 11% 3.6% 6.67%;
  }
  .forBeginners .ttl {
    font-size: 24px;
  }
  .forBeginners .because {
    font-size: 17px;
  }
  .forBeginners .features > * + .item {
    margin-top: 15px;
  }
  .forBeginners .features .featureTtl {
    margin: .75em 0 0;
    font-size: 20px;
  }
  .forBeginners .features .free {
    margin: .25em 0 .25em;
    font-size: 16px;
  }
  .forBeginners .features .desc {
    font-size: 13px;
    padding: .75em 22px 1.25em;
  }
  .forBeginners .features > .featureNote {
    margin-top: 10px;
    padding: 0 10px;
    font-size: 12px;
  }
  .forBeginners .more {
    margin-top: 7.24%;
  }
  .forBeginners .more a {
    font-size: 4.4vw;
  }
}
@media (hover:hover) {
  .forBeginners .more a:hover {
    color: #fff;
    background-color: #440099;
  }
  .forBeginners .more a:hover i {
    background-image: url("../img/lp202406/arrow_white.svg");
    transform: translateX(0.25em);
  }
}

.reason .relief {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
.reason .relief::before,
.reason .relief::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 6px;
  height: 100%;
  background:repeating-linear-gradient(-45deg, #8e66c2, #8e66c2 1px, #409 0, #409 9px);
}
.reason .relief::before {
  left: 0;
}
.reason .relief::after {
  right: 0;
}
.reason .reliefTtl {
  margin-bottom: .375em;
  font-weight: 900;
  color: #409;
  line-height: 1.16;
}
.reason .reliefTtl sup {
  font-size: 65%;
}
.reason .reliefCatch {
  margin-bottom: .75em;
  font-weight: 500;
  color: #409;
}
.reason .reliefNote {
  color: #999;
}
.reason .relief .ib {
  display: inline-block;
  text-align: left;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .reason .relief {
    padding: 10px 20px;
    margin-bottom: 80px;
  }
  .reason .reliefTtl {
    font-size: 37px;
  }
  .reason .reliefCatch {
    font-size: 23px;
  }
  .reason .reliefNote {
    font-size: 13px;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .reason .relief {
    padding: 10px;
    margin-bottom: 40px;
  }
  .reason .relief::before,
  .reason .relief::after {
    width: 5px;
  }
  .reason .reliefTtl {
    font-size: 24px;
  }
  .reason .reliefCatch {
    font-size: 17px;
  }
  .reason .reliefNote {
    font-size: 10px;
    max-width: 270px;
    margin: 0 auto;
  }
}

.no1-gym .flowImg {
  width: 92%;
  max-width: 850px;
  margin: 0 auto;
}
.no1-gym .more {
  margin-top: 40px;
  text-align: center;
}
.no1-gym .more a {
  position: relative;
  display: inline-block;
  align-items: center;
  color: #409;
  font-weight: 600;
  font-size: 22px;
  line-height: 2.54;
  padding: 0 2.2em 0 1.15em;
  border: 2px solid #409;
  border-radius: 100vh;
  background-color: #fff;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
.no1-gym .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: .8em;
  top: calc(50% - 0.3em);
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .no1-gym .more {
    margin-top: 7.24%;
  }
  .no1-gym .more a {
    font-size: 4.4vw;
  }
}
@media (hover:hover) {
  .no1-gym .more a:hover {
    color: #fff;
    background-color: #440099;
  }
  .no1-gym .more a:hover i {
    background-image: url("../img/lp202406/arrow_white.svg");
    transform: translateX(0.25em);
  }
}

.link-btn {
  display: inline-block;
}
.btn-move {
  animation: btnmove 2s infinite ease-in-out;
}
a:hover .btn-move,
.btn-move:hover {
  animation-play-state: paused;
  animation-fill-mode: forwards;
}
.icon-move i {
  animation: iconmove 4s infinite;
}
a:hover .icon-move i,
.icon-move:hover i {
  animation-play-state: paused;
  animation-fill-mode: forwards;
}
@keyframes btnmove {
  0%, 10%, 20% {
    transform: translate(4px, 0px);
  }
  5%, 15%, 25% {
    transform: translate(-4px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
@keyframes iconmove {
  8%, 16%, 24% {
    transform: translate(4px, 0px);
  }
  4%, 12%, 20% {
    transform: translate(-4px, 0px);
  }
  0%, 32% {
    transform: translate(0px, 0px);
  }
}
/* 2025.11 add end */