@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: 0.45em 1.3em 0.55em 1.565em;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  background-color: #6e38d5;
  border-radius: 100vh;
  transition: background-color 0.3s ease-in-out;
}
.search-link-btn i {
  display: block;
  position: relative;
  width: 0.45em;
  height: 0.65em;
  margin-left: 0.75em;
  margin-bottom: -0.1em;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: transform 0.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 0.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: 0.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: 0.45em 0.8em 0.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: 0.45em 1.2em 0.55em 1.655em;
  }
  .lpBtmBar {
    padding: 2.67vw 0 0 0;
  }
  .lpBtmBar .btmMsg .text {
    margin-right: 2.67vw;
  }
  .lpBtmBar .search-link-btn {
    font-size: 6vw;
    letter-spacing: 0.05em;
    padding: 0.3em 0.5em 0.4em 0.8em;
  }
  .lpBtmBar .search-link-btn i {
    margin-left: 0.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: 0.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: 0.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: 0.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: 0.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: 90%;
  max-width: 750px;
  margin: 0 auto;
}
.tvcm .caption_wrap {
  display: flex;
  font-size: min(24px, 3vw);
  font-weight: 600;
  background-color: #440099;
}
.tvcm .caption {
  color: #fff;
  height: min(55px, 7.33vw);
  line-height: min(55px, 7.33vw);
  margin: min(12px, 1.6vw) 0;
  padding: 0 min(35px, 4.67vw) 0 min(30px, 4vw);
  border-right: solid 3px #6d3ed6;
}
.tvcm .caption_time {
  color: #00afc7;
  height: min(55px, 7.33vw);
  line-height: min(55px, 7.33vw);
  margin: min(12px, 1.6vw) 0 min(12px, 1.6vw) 2%;
}
@media print, screen and (min-width: 751px) {
  /* .tvcm .caption_time {
    margin: min(12px, 1.6vw) 0 min(12px, 1.6vw) 3%;
  } */
}
.tvcm .movie a {
  display: block;
  position: relative;
  overflow: hidden;
}
.tvcm .movie a img {
  transition: transform 0.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 0.3s ease-in-out,
    transform 0.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%;
    margin-top: 25px;
  }
  .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: 0.75;
    transform: scale(1.1);
  }
  .tvcm .movie a:hover img {
    transform: scale(1.1);
  }
}

.reason {
  width: 92%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 70px 0 20px;
}
.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 0.3s ease-in-out;
}
.reason .more {
  margin-top: 20px;
  margin-bottom: 80px;
  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 0.3s ease-in-out,
    background-color 0.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 0.3s ease-in-out,
    background 0.3s ease-in-out;
  right: 0.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(50% - 20px);
    margin: 40px 0 0 20px;
    text-align: left;
  }
  .reason .list .item_big {
    font-size: 24px;
    font-weight: 600;
    margin-top: 8px;
  }
  .reason .list .item_small {
    font-size: 16px;
    font-weight: 500;
    margin-top: 2px;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .reason {
    padding: 12% 0 7%;
  }
  .reason .ttl {
    margin-bottom: 7.24%;
  }
  .reason .list {
    margin: -2.67vw 0 0 -4vw;
    padding: 0;
  }
  .reason .list > li {
    width: calc(100% - 4vw);
    margin: 6vw 0 0 4vw;
    text-align: left;
  }
  .reason .list .item_big {
    font-size: 4.2vw;
    font-weight: 600;
    margin-top: 4px;
  }
  .reason .list .item_small {
    font-size: 3vw;
    font-weight: 500;
  }
  .reason .more {
    margin-top: 1.5%;
    margin-bottom: 7%;
  }
  .reason .more a {
    font-size: 4.4vw;
  }
}
@media (hover: hover) {
  .reason .list a:hover {
    opacity: 0.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 0.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: 0.75;
  }
}

/* 2024.12 ～ add start */
.tvcm + .tvcm {
  margin-top: 30px;
}
.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: 5vw;
  }
  .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 0.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 0.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 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out,
    transform 0.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: 700;
  line-height: 1;
  margin: 0;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.lpBtmBar .btmMsg._large .search-link-btn {
  padding: 0.7em 0.8em 0.7em 1.2em;
  width: 46vw;
  max-width: 360px;
  text-align: center;
}
.lpBtmBar .btmMsg._large .btmNote {
  margin-top: 0.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: 4vw;
  }
  .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: 0.7em 0.5em 0.7em 0.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: 0.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: 0.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 0.5em;
}
.lpTopCP .cpNote .acc {
  position: relative;
  overflow: hidden;
  max-width: 600px;
  max-height: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.lpTopCP .cpNote .acc p + p {
  margin-top: 1em;
}
.lpTopCP .cpNote .cpNoteCheck:checked ~ .acc {
  max-height: none;
  padding-top: 0.5em;
  padding-bottom: 0.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: 0.125em;
  font-weight: 900;
  line-height: 1.13;
  color: #409;
}
.forBeginners .because {
  margin-bottom: 0.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 0.3s ease-in-out,
    background-color 0.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 0.3s ease-in-out,
    background 0.3s ease-in-out;
  right: 0.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: 0.75em 0 0;
    font-size: 20px;
  }
  .forBeginners .features .free {
    margin: 0.25em 0 0.25em;
    font-size: 16px;
  }
  .forBeginners .features .desc {
    font-size: 13px;
    padding: 0.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: 0.375em;
  font-weight: 900;
  color: #409;
  line-height: 1.16;
}
.reason .reliefTtl sup {
  font-size: 65%;
}
.reason .reliefCatch {
  margin-bottom: 0.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 0.3s ease-in-out,
    background-color 0.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 0.3s ease-in-out,
    background 0.3s ease-in-out;
  right: 0.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 */

/* 2026.03 add start */
#top-movie {
  position: relative;
  margin-bottom: -5px;
}
#top-movie-volume {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#top-movie-volume::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/index/icon_volume-high.svg") no-repeat center
    center/80% auto;
  filter: invert(1);
  mix-blend-mode: difference;
  transition: transform 0.3s ease-in-out;
}
#top-movie-volume.muted::before {
  background-image: url("../img/index/icon_volume-slash.svg");
}
/** tablet,pc **/
@media print, screen and (min-width: 701px) {
  #top-movie-volume {
    width: 50px;
    height: 50px;
    right: 30px;
    top: 30px;
  }
}
@media (hover: hover) {
  #top-movie-volume:hover::before {
    transform: scale(1.1);
  }
}
.campaign_wrap {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
}
.campaign_wrap .cp-text-btn {
  padding: 0 !important;
}
.campaign_btn {
  /* position: absolute; */
  /* margin: auto; */
  margin: 20px auto;
  bottom: 28%;
  right: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .campaign_btn {
    bottom: 25%;
    margin-bottom: 30px;
  }
}
.economy_movie_wrap {
  margin-bottom: 30px;
}
.economy_movie {
  max-width: 750px;
  margin: 0 auto;
}
.economy_movie .caption {
  color: #fff;
  font-size: min(22px, 5.2vw);
  line-height: 40px;
  font-weight: 600;
  background-color: #6e38d5;
}
.economy_movie .copy {
  color: #fff;
  font-size: min(36px, 5.26vw);
  height: min(180px, 26.28vw);
  padding-top: min(28px, 4.3vw);
  font-weight: 600;
  background-color: #440099;
}
.economy_movie .copy .big {
  font-size: min(44px, 6.42vw);
  line-height: 1.3;
}
.economy_movie .copy .orange {
  color: #f87407;
  margin-right: 5px;
  font-size: 120%;
  letter-spacing: 0.02em;
}
.economy_movie .movie a {
  display: block;
  position: relative;
  overflow: hidden;
}
.economy_movie .movie a img {
  transition: transform 0.3s ease-in-out;
}
.economy_movie .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 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  z-index: 5;
}
@media (hover: hover) {
  .economy_movie .movie a:hover::before {
    opacity: 0.75;
    transform: scale(1.1);
  }
  .economy_movie .movie a:hover img {
    transform: scale(1.1);
  }
}
.tvcm_wrap {
  margin: 30px 0;
}
.tvcm_wrap .more {
  margin-top: 60px;
  text-align: center;
}
.tvcm_wrap .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 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
}
.tvcm_wrap .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 0.3s ease-in-out,
    background 0.3s ease-in-out;
  right: 0.8em;
  top: calc(50% - 0.3em);
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .economy_movie_wrap {
    margin-bottom: 5vw;
  }
  .tvcm_wrap {
    margin: 5vw 0 4vw 0;
  }
  .tvcm_wrap .more {
    margin-top: 7.24%;
  }
  .tvcm_wrap .more a {
    font-size: 4.4vw;
  }
}
@media (hover: hover) {
  .tvcm_wrap .more a:hover {
    color: #fff;
    background-color: #440099;
  }
  .tvcm_wrap .more a:hover i {
    background-image: url("../img/lp202406/arrow_white.svg");
    transform: translateX(0.25em);
  }
}
.top_btn_wrap {
  margin-bottom: 80px;
}
.top_btn_wrap .more {
  margin-top: 40px;
  text-align: center;
}
.top_btn_wrap .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 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
}
.top_btn_wrap .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 0.3s ease-in-out,
    background 0.3s ease-in-out;
  right: 0.8em;
  top: calc(50% - 0.3em);
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .top_btn_wrap .more {
    margin-top: 7.24%;
  }
  .top_btn_wrap .more a {
    font-size: 4.4vw;
  }
}
@media (hover: hover) {
  .top_btn_wrap .more a:hover {
    color: #fff;
    background-color: #440099;
  }
  .top_btn_wrap .more a:hover i {
    background-image: url("../img/lp202406/arrow_white.svg");
    transform: translateX(0.25em);
  }
}
.tvcm .movie {
  margin-bottom: -5px;
}
.search-link-btn-footer {
  letter-spacing: 0.05em !important;
}
.search-link-btn-footer-inner {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-left: 10px;
}
.search-link-btn-footer-inner div {
  font-size: 18px;
  margin-bottom: 3px;
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .search-link-btn-footer-inner {
    padding-left: 3px;
  }
}
.reason_img {
  margin-top: 40px;
  max-width: 750px;
}
@media screen and (max-width: 750px) {
  .reason_img {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .footer-policy-nav > li:nth-child(3) {
    margin: 5px 55px 0 55px;
  }
}
@media screen and (max-width: 700px) {
  .footer-policy-nav > li:nth-child(4) {
    margin-top: 5px;
  }
}

/* 2026.03 add end */

/*2026.06 Add*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
}

div {
  margin: 0;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

dl {
  list-style-type: none;
  margin: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.p-summer-acrd {
  --fl-unit: calc(100vw / 375);
}
@media (min-width: 768px) {
  .p-summer-acrd {
    --fl-unit: min(calc(100vw / 1440), 1px);
  }
}
.p-summer-acrd {
  max-width: 1030px;
  width: 100%;
  margin-inline: auto;
}

.p-summer-acrd__bnr-area {
  display: block;
  width: min(100%, 750px);
  margin-inline: auto;
  margin-bottom: calc(32 * var(--fl-unit));
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.p-summer-acrd__bnr-area:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .p-summer-acrd__bnr-area {
    margin-bottom: calc(72 * var(--fl-unit));
  }
}

.p-summer-acrd__ttl {
  width: min(100%, 750px);
  margin-inline: auto;
  background-color: #440099;
  padding: 0;
  text-align: center;
  font-family:
    "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ,
    Meiryo, sans-serif;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.03em;
}

.p-summer-acrd__sub-ttl {
  display: block;
  background-color: #6e38d5;
  padding-block: calc(5 * var(--fl-unit));
  font-size: clamp(16px, 4vw, 24px);
}
@media screen and (min-width: 768px) {
  .p-summer-acrd__sub-ttl {
    padding-block: calc(4 * var(--fl-unit));
    font-size: clamp(14px, 5vw, 22px);
  }
}

.p-summer-acrd__main-ttl {
  display: block;
  background-color: #440099;
  padding-block: calc(16 * var(--fl-unit));
  font-size: clamp(26px, 6.3vw, 44px);
  margin-bottom: calc(16 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-summer-acrd__main-ttl {
    padding-block: calc(20 * var(--fl-unit));
    font-size: clamp(14px, 10vw, 44px);
    margin-bottom: calc(32 * var(--fl-unit));
  }
}

.p-summer-acrd__list {
  width: min(92%, 750px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-summer-acrd__list {
    gap: calc(72 * var(--fl-unit));
  }
}

.p-summer-acrd__item {
  display: flex;
  flex-direction: column;
}

.p-summer-acrd__acrd-btn {
  display: block;
  width: 100%;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.p-summer-acrd__toggle {
  display: block;
  width: 100%;
  text-align: left;
  background-color: #440099;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
  transition: opacity 0.3s 0s ease;
}
.p-summer-acrd__toggle:hover {
  opacity: 0.8;
}
.p-summer-acrd__toggle:focus {
  outline: none;
  border-radius: 0;
}
.p-summer-acrd__toggle {
  padding-block: calc(12 * var(--fl-unit));
  padding-inline: calc(10 * var(--fl-unit));
  font-size: clamp(16px, 3.4vw, 22px);
  font-weight: 500;
  color: #ffffff;
  position: relative;
}
.p-summer-acrd__toggle span {
  font-size: 0.7em;
  display: block;
  padding-top: 0.8em;
}
@media screen and (min-width: 768px) {
  .p-summer-acrd__toggle {
    font-size: clamp(16px, 8vw, 22px);
    padding-block: calc(20 * var(--fl-unit));
    padding-inline: calc(24 * var(--fl-unit));
  }
}
.p-summer-acrd__toggle::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translateY(-100%);
  position: absolute;
  right: 1.5em;
  top: 50%;
}

.p-summer-acrd__body {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.4s ease;
}
.p-summer-acrd__item.is-open .p-summer-acrd__body {
  grid-template-rows: 1fr;
}

.p-summer-acrd__body-inner {
  min-height: 0;
  padding-top: 0;
  transition: padding-top 0.4s ease;
}
.p-summer-acrd__item.is-open .p-summer-acrd__body-inner {
  padding-top: calc(16 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-summer-acrd__item.is-open .p-summer-acrd__body-inner {
    padding-top: calc(24 * var(--fl-unit));
  }
}

.p-summer-acrd__desc {
  text-align: left;
  font-size: clamp(12px, 2vw, 20px);
  font-feature-settings: "palt";
  letter-spacing: 0.09em;
  line-height: 1.6;
  word-wrap: break-word;
  /* 長い単語を途中で改行 */
  overflow-wrap: break-word;
  /* 古いブラウザ向けの互換プロパティ */
  word-break: break-word;
  /* 必要ならこれも追加 */
  white-space: normal;
  /* テキストを通常の折り返しモードに */
  margin-bottom: calc(16 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-summer-acrd__desc {
    font-size: clamp(14px, 5vw, 16px);
    margin-bottom: calc(16 * var(--fl-unit));
  }
}

.p-summer-acrd__contents {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--fl-unit));
  margin-bottom: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-summer-acrd__contents {
    gap: calc(16 * var(--fl-unit));
  }
}

.p-summer-acrd__inner-image {
  width: 100%;
  position: relative;
}

.p-summer-acrd__lead {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  height: 30px;
  text-align: center;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 500;
  color: #ffffff;
  z-index: 1;
  line-height: 2.2;
  padding-inline: calc(8 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-summer-acrd__lead {
    font-size: 16px;
    padding-inline: calc(8 * var(--fl-unit));
    height: 36px;
  }
}
.p-summer-acrd__lead::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: 15px solid rgba(0, 0, 0, 0.6);
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-summer-acrd__lead::before {
    left: -36px;
    width: 30px;
    height: 30px;
    border: 18px solid rgba(0, 0, 0, 0.6);
    border-top: 18px solid transparent;
    border-left: 18px solid transparent;
  }
}

.p-summer-acrd__info {
  width: 100%;
  padding-top: calc(2 * var(--fl-unit));
  margin-bottom: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-summer-acrd__info {
    padding-top: calc(32 * var(--fl-unit));
  }
}

.p-summer-acrd__mini-ttl {
  font-size: clamp(16px, 8vw, 16px);
  color: #0b92c0;
  font-weight: 600;
  padding-block: calc(10 * var(--fl-unit));
  text-align: center;
  margin-bottom: calc(16 * var(--fl-unit));
  border: 1px solid #0b92c0;
}
@media screen and (min-width: 768px) {
  .p-summer-acrd__mini-ttl {
    font-size: clamp(16px, 8vw, 22px);
    padding-block: calc(12 * var(--fl-unit));
    margin-bottom: calc(24 * var(--fl-unit));
  }
}

.p-summer-acrd__info-img-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: calc(12 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-summer-acrd__info-img-list {
    gap: calc(16 * var(--fl-unit));
  }
}

.p-summer-acrd__info-img-item {
  flex: 1;
}

.p-summer-acrd__toggle--close {
  width: calc(130 * var(--fl-unit));
  margin-inline: auto;
  border: 1px solid #440099;
  padding: calc(9 * var(--fl-unit)) calc(4 * var(--fl-unit));
  text-align: center;
  color: #440099;
  font-size: clamp(14px, 5vw, 16px);
  background-color: #ffffff;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .p-summer-acrd__toggle--close {
    width: 276px;
    font-size: clamp(16px, 5vw, 18px);
    padding: 12px 8px;
  }
}
.p-summer-acrd__toggle--close:focus {
  outline: none;
  border-radius: 999px;
}
.p-summer-acrd__toggle--close:hover {
  background-color: #440099;
  color: #ffffff;
  transition: all 0.3s 0s ease;
}

.p-summer-acrd__toggle--close::after {
  display: none;
}

.p-summer-acrd__campaing-area {
  width: min(100%, 750px);
  margin-inline: auto;
  position: relative;
  margin-bottom: 16px;
  position: relative;
  padding: calc(25 * var(--fl-unit));
}

.p-summer-acrd__campaing-area::after {
  content: "";
  display: block;
  width: 100vw;
  background-color: #440099;
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  background-image: url("../img/lp202606/summer-campaing-area-bg-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

@media screen and (min-width: 768px) {
  .p-summer-acrd__campaing-area::after {
    background-image: url("../img/lp202606/summer-campaing-area-bg.jpg");
  }
}

.p-summer-acrd__campaing-area img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.p-summer-acrd__campaing-btn {
  display: block;
  position: absolute;
  /* top: clamp(125px, 52%, 286px); */
  top: calc(149 * var(--fl-unit));
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  margin-inline: auto;
  font-size: 16px;
}
.p-summer-acrd__campaing-btn span {
  font-size: clamp(16px, 5vw, 30px);
}

@media screen and (min-width: 768px) {
  .p-summer-acrd__campaing-area {
    margin-bottom: 40px;
    padding: calc(50 * var(--fl-unit));
  }
  .p-summer-acrd__campaing-btn {
    width: 100%;
    top: clamp(200px, 52%, 370px);
  }
  .p-summer-acrd__campaing-btn span {
    font-size: 30px;
  }
}

#hero-visual {
  display: none;
}

.p-summer-acrd__head-ttl {
  font-size: clamp(18px, 5vw, 38px);
  text-align: center;
  font-weight: normal;
  color: #fff;
  padding: calc(4 * var(--fl-unit)) calc(8 * var(--fl-unit));
  position: relative;
}

.p-summer-acrd__head-ttl::after {
  content: "";
  display: block;
  width: 100vw;
  background: linear-gradient(90deg, #6e38d5 0%, #409 100%);
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .p-summer-acrd__head-ttl {
    font-size: min(6vw, 38px);
    padding: calc(18 * var(--fl-unit)) calc(8 * var(--fl-unit));
  }
}

/* long */
.tvcm.--long .caption {
  margin-inline: auto;
  border-right: none;
}

/*external link*/

main .more.p-summer-acrd__external-link {
  margin-top: clamp(4px, 5vw, 24px);
  margin-bottom: 16px;
}
main .more.p-summer-acrd__external-link a {
  font-size: min(3.4vw, 16px);
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  main .more.p-summer-acrd__external-link {
    margin-top: clamp(8px, 3vw, 24px);
    margin-bottom: 16px;
  }

  main .more.p-summer-acrd__external-link a {
    font-size: 16px;
    line-height: 2;
  }
}

/* 2026.06 add end */
