@charset "UTF-8";
.w_contentsWrap.lp {
  padding-top: 0;
}
.w_contentsWrap.lp .ctaSection .raceInfo dt {
  font-weight: 800;
}
.w_contentsWrap.lp .ctaSection .raceInfo .raceName {
  font-weight: 900;
}
.w_contentsWrap.lp .ctaSection .raceInfo dd {
  font-weight: 900;
}
.w_contentsWrap.lp .fv .featuredRaces {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
}
.w_contentsWrap.lp .fv .featuredRaces .featuredRaces_text {
  display: inline-flex;
  animation: scroll-left 20s linear infinite;
}
.w_contentsWrap.lp .fv .featuredRaces .featuredRaces_text strong {
  color: #f00;
  font-weight: 900;
  font-family: inherit;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.w_contentsWrap.lp .sect1 {
  background-image: url("../../img/w_img/lp_sect1_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #000;
  box-shadow: 0px 0px 30px #000000;
}
.w_contentsWrap.lp .lpResult {
  /* 全体の箱 */
  /* チェックボックスは非表示 */
  /* 中身（gridResult）＝途中まで表示＋透明フェード */
  /* ▼ もっと見るクリック時：全表示＋マスク解除 */
  /* ボタン（もっと見る） */
  /* ▼ 開いたらボタンごと消える（閉じるボタン無し版） */
}
.w_contentsWrap.lp .lpResult .readmore-block {
  position: relative;
}
.w_contentsWrap.lp .lpResult .readmore-toggle {
  display: none;
}
.w_contentsWrap.lp .lpResult .readmore-block .gridResult {
  overflow: hidden;
  position: relative;
  /* 開閉アニメーション */
  transition: max-height 2s ease;
}
.w_contentsWrap.lp .lpResult .readmore-toggle:checked ~ .gridResult {
  -webkit-mask-image: none;
  mask-image: none;
}
.w_contentsWrap.lp .lpResult .readmore-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  display: inline-block;
  background-color: rgba(131, 255, 249, 0.5);
}
.w_contentsWrap.lp .lpResult .readmore-toggle:checked ~ .readmore-btn {
  display: none;
}
.w_contentsWrap.lp .sect2 {
  background-image: url("../../img/w_img/lp_sect2_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #000;
  box-shadow: 0px 0px 30px #000000;
}
.w_contentsWrap.lp .sect2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.w_contentsWrap.lp .sect2 ul li {
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: 800;
}
.w_contentsWrap.lp .sect2 ul li span {
  font-size: inherit;
  font-weight: inherit;
}
.w_contentsWrap.lp .sect2 ul .marker-text {
  position: relative;
  display: inline-block;
  z-index: 0;
  /* テキスト自体は通常 */
}
.w_contentsWrap.lp .sect2 ul .marker-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  background: rgba(255, 80, 80, 0.9);
  /* 赤 */
  transform: translateY(-50%) skewX(-6deg);
  z-index: 2;
  /* ← 文字の前面に載せる */
  pointer-events: none;
  /* クリック妨害防止 */
  animation: marker 2.8s ease-in-out infinite;
}
@keyframes marker {
  0% {
    width: 0%;
    opacity: 1;
  }
  35% {
    width: 100%;
    opacity: 1;
  }
  /* 伸びきる */
  65% {
    width: 100%;
    opacity: 1;
  }
  /* 停止 */
  75% {
    width: 100%;
    opacity: 0;
  }
  /* 消える */
  76% {
    width: 0%;
    opacity: 0;
  }
  /* 非表示中に幅ゼロへ */
  100% {
    width: 0%;
    opacity: 1;
  }
}
.w_contentsWrap.lp .faq .faqList {
  margin: 0 auto;
}
.w_contentsWrap.lp .faq .faqList li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: url("../../img/w_img/patternBg_grid.png") #fff;
  box-shadow: 0px 0px 30px #000000;
}
.w_contentsWrap.lp .faq .faqList li .text {
  color: #000;
  text-align: left;
}
.w_contentsWrap.lp .faq .faqList li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.w_contentsWrap.lp .lpCmp {
  box-shadow: 0px 0px 30px #000000;
  background-image: url("../../img/w_img/lp_cmp_bgDeco1.png"), url("../../img/w_img/lp_cmp_bgDeco2.png"), url("../../img/w_img/patternBg_antique.png"), linear-gradient(#dfd2ba, #ffffff);
  /* ★ 一番下 */
  background-repeat: no-repeat, /* lp_cmp_bgDeco2 */ no-repeat, /* lp_cmp_bgDeco1 */ repeat, /* patternBg_antique */ no-repeat;
  /* グラデ（基本 no-repeat でOK） */
  background-position: top left,
			right bottom,
			top left,
			top left;
}
.w_contentsWrap.lp .lpCmp figure {
  margin: 0 auto;
}
.w_contentsWrap.lp .registFlow li {
  background: #f0f0f0;
}
.w_contentsWrap.lp .registFlow li figure figcaption {
  position: absolute;
  height: auto;
}
.w_contentsWrap.lp .registFlow li .text {
  color: #000;
  font-weight: 700;
}
.w_contentsWrap.lp .registFlow li:last-child::after {
  display: none;
}
.w_contentsWrap.lp .sect5 {
  background-image: url("../../img/w_img/lp_sect5_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #000;
  box-shadow: 0px 0px 30px #000000;
}
.w_contentsWrap.lp .sect5 .specialtyList li {
  background-color: #fff;
  box-shadow: 0px 0px 30px #000000;
}
.w_contentsWrap.lp .sect5 .specialtyList li h3 {
  background-color: #084542;
  color: #fff;
  font-weight: 900;
}
.w_contentsWrap.lp .sect5 .specialtyList li figure figcaption {
  color: #000;
}
.w_contentsWrap.lp .sect5 .specialtyList li h4 {
  color: #f00;
  font-weight: 800;
}
.w_contentsWrap.lp .sect5 .specialtyList li h5 {
  color: #000;
  text-align: center;
}
.w_contentsWrap.lp .sect5 .specialtyList li h5 strong {
  display: block;
  color: #f00;
}
.w_contentsWrap.lp .sect5 .specialtyList li .text {
  color: #000;
}
.w_contentsWrap.lp .sect5 .specialtyList li .text span {
  color: #000;
}
@media screen and (min-width: 751px) {
  .w_contentsWrap.lp .ctaSection {
    /* ===== ラッパー：ここに波紋を付ける ===== */
    /* 波紋（控えめ＆範囲狭め） */
    /* 波紋が“狭い範囲で脈動する”アニメ */
    /* ===== 実際のボタン本体 ===== */
    /* dl リセット */
    /* dt側（テキスト画像） */
    /* QRコードを少し小さめに */
    /* 内側の線 */
    /* 矢印側をゆらゆらさせるアニメ */
  }
  .w_contentsWrap.lp .ctaSection .ctaBtn {
    display: none;
  }
  .w_contentsWrap.lp .ctaSection .ctaQrWrap {
    position: relative;
    width: 930px;
    margin: 40px auto;
  }
  .w_contentsWrap.lp .ctaSection .ctaQrWrap::before {
    content: "";
    position: absolute;
    /* 波紋の“開始位置”（ボタンの縁に超近い） */
    inset: -4px;
    /* ← ★ここが重要：ほぼボタンの外側4pxだけ */
    border-radius: 22px;
    border: 2px solid rgba(39, 230, 0, 0.75);
    box-shadow: 0 0 10px rgba(39, 230, 0, 0.7), 0 0 20px rgba(39, 230, 0, 0.45);
    opacity: 0;
    transform: scale(1);
    animation: ripple-tight 1.4s ease-out infinite;
    pointer-events: none;
    z-index: 0;
  }
  @keyframes ripple-tight {
    0% {
      transform: scaleX(1) scaleY(1);
      opacity: 0.8;
    }
    60% {
      /* 最大でも横方向はほぼ広がらない */
      transform: scaleX(1.03) scaleY(1.1);
      opacity: 0.35;
    }
    100% {
      /* 最終的にも広がりすぎずボタンの外側8pxくらいで止まる */
      transform: scaleX(1.05) scaleY(1.15);
      opacity: 0;
    }
  }
  .w_contentsWrap.lp .ctaSection .ctaQr {
    position: relative;
    z-index: 1;
    /* 波紋より前に出す */
    padding: 18px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 24px;
    background: linear-gradient(#41ff00, #25a800);
    border-radius: 18px;
    border: 3px solid #000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
    overflow: hidden;
    /* 内側ラインのためにそのままでもOK */
    margin: 0;
  }
  .w_contentsWrap.lp .ctaSection .ctaQr dt,
  .w_contentsWrap.lp .ctaSection .ctaQr dd {
    margin: 0;
    padding: 0;
  }
  .w_contentsWrap.lp .ctaSection .ctaQr dt {
    flex: 1 1 auto;
  }
  .w_contentsWrap.lp .ctaSection .ctaQr dt img {
    display: block;
    width: 100%;
    height: auto;
    animation: arrow-wiggle 1.2s ease-in-out infinite;
  }
  .w_contentsWrap.lp .ctaSection .ctaQr dd {
    flex: 0 0 auto;
  }
  .w_contentsWrap.lp .ctaSection .ctaQr dd img {
    display: block;
    width: 140px;
    /* ←小さめにした */
    height: auto;
  }
  .w_contentsWrap.lp .ctaSection .ctaQr::before {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 14px;
    border: 2px solid #000;
    pointer-events: none;
  }
  @keyframes arrow-wiggle {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(6px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .w_contentsWrap.lp .ctaSection .raceInfo {
    margin: 0 auto 4vw;
    padding: 20px;
    border-radius: 10px;
    width: 930px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 2px solid #26827e;
    box-shadow: 0px 0px 15px #000000;
  }
  .w_contentsWrap.lp .ctaSection .raceInfo dt {
    margin-bottom: 30px;
    padding: 1.5vw 0;
    border-radius: 5px;
    font-size: 1.5rem;
    line-height: 1rem;
    background-color: #084542;
    color: #fff;
  }
  .w_contentsWrap.lp .ctaSection .raceInfo .raceName {
    margin-bottom: 2vw;
    font-size: 4rem;
    line-height: 2rem;
    text-shadow: none;
    color: #fc0;
  }
  .w_contentsWrap.lp .ctaSection .raceInfo dd {
    font-size: 2rem;
  }
  .w_contentsWrap.lp .fv {
    margin-bottom: 100px;
  }
  .w_contentsWrap.lp .fv .featuredRaces {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
  }
  .w_contentsWrap.lp .fv .featuredRaces .featuredRaces_text {
    margin-right: 3vw;
    padding: 1vw 0;
  }
  .w_contentsWrap.lp .fv .featuredRaces .featuredRaces_text strong {
    margin: 0 3vw 0 1vw;
    font-size: 1.5rem;
  }
  .w_contentsWrap.lp .fv .featuredRaces .featuredRaces_text:hover {
    animation-play-state: paused;
    cursor: pointer;
  }
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .w_contentsWrap.lp .fv h1 {
    margin: 30px 0 250px;
  }
  .w_contentsWrap.lp .fv .mainLogo {
    margin: 0 auto 30px;
  }
  .w_contentsWrap.lp .sect1 {
    margin-bottom: 100px;
    padding: 250px 0 50px;
    background-size: contain;
  }
  .w_contentsWrap.lp .sect1 h2 {
    margin: 0 auto;
    width: 900px;
  }
  .w_contentsWrap.lp .sect1 h2 img {
    width: 100%;
    height: auto;
  }
  .w_contentsWrap.lp .lpResult {
    margin-bottom: 100px;
    /* 全体の箱 */
    /* 中身（gridResult）＝途中まで表示＋透明フェード */
    /* ▼ もっと見るクリック時：全表示＋マスク解除 */
    /* ボタン（もっと見る） */
  }
  .w_contentsWrap.lp .lpResult .readmore-block {
    padding-bottom: 60px;
    /* ボタン分の余白（必要に応じて調整） */
  }
  .w_contentsWrap.lp .lpResult .readmore-block .gridResult {
    max-height: 650px;
    /* ← 閉じているときに見せたい高さ */
    /* ▼ 下の方だけフェード（最後の1列くらい） */
    -webkit-mask-image: linear-gradient(to bottom, #000000 70%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, #000000 70%, rgba(0, 0, 0, 0) 100%);
  }
  .w_contentsWrap.lp .lpResult .readmore-toggle:checked ~ .gridResult {
    max-height: 2000px;
    /* コンテンツより十分大きければOK */
  }
  .w_contentsWrap.lp .lpResult .readmore-btn {
    bottom: 16px;
    /* ← 閉じているときの位置（グラデ上） */
    width: 700px;
  }
  .w_contentsWrap.lp .sect2 {
    margin-bottom: 100px;
    padding: 40px 0 50px;
    background-size: cover;
  }
  .w_contentsWrap.lp .sect2 p {
    margin: 20px 0 50px;
  }
  .w_contentsWrap.lp .sect2 ul {
    width: 1000px;
    gap: 30px;
  }
  .w_contentsWrap.lp .sect2 ul li {
    padding: 20px 0;
    width: 310px;
    font-size: 1.5rem;
  }
  .w_contentsWrap.lp .sect2 ul .marker-text {
    padding: 0 2px;
  }
  .w_contentsWrap.lp .sect2 ul .marker-text::after {
    height: 0.5em;
    border-radius: 4px;
  }
  .w_contentsWrap.lp .sect3 {
    margin-bottom: 100px;
  }
  .w_contentsWrap.lp .sect3 h2 {
    margin-bottom: 50px;
  }
  .w_contentsWrap.lp .faq {
    margin-bottom: 100px;
  }
  .w_contentsWrap.lp .faq .faqList {
    width: 840px;
  }
  .w_contentsWrap.lp .faq .faqList li {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
  }
  .w_contentsWrap.lp .faq .faqList li figure {
    width: 100px;
  }
  .w_contentsWrap.lp .faq .faqList li figure img {
    width: 100%;
    height: auto;
  }
  .w_contentsWrap.lp .faq .faqList li .text {
    width: 680px;
  }
  .w_contentsWrap.lp .lpCmp {
    margin-bottom: 100px;
    padding-top: 70px;
    background-size: 320px auto,
				300px auto,
				2% auto,
				100% auto;
  }
  .w_contentsWrap.lp .lpCmp h2 {
    margin-bottom: 50px;
  }
  .w_contentsWrap.lp .lpCmp figure {
    width: 840px;
  }
  .w_contentsWrap.lp .lpCmp figure img {
    width: 100%;
    height: auto;
  }
  .w_contentsWrap.lp .registFlow {
    display: flex;
    gap: 40px;
    width: 1000px;
    margin: 0 auto;
    /* 疑似要素で右向き三角 */
  }
  .w_contentsWrap.lp .registFlow li {
    position: relative;
    flex: 1;
    padding: 15px;
    border-radius: 8px;
  }
  .w_contentsWrap.lp .registFlow li figure {
    margin-bottom: 10px;
  }
  .w_contentsWrap.lp .registFlow li figure img {
    width: 100%;
    height: auto;
  }
  .w_contentsWrap.lp .registFlow li figure figcaption {
    top: -20px;
    left: -20px;
    width: 70px;
  }
  .w_contentsWrap.lp .registFlow li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -28px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #f00;
  }
  .w_contentsWrap.lp .sect4 {
    margin-bottom: 100px;
  }
  .w_contentsWrap.lp .sect4 .registFlow {
    margin-bottom: 50px;
  }
  .w_contentsWrap.lp .sect4 h2 {
    margin: 0 auto 50px;
    width: 900px;
  }
  .w_contentsWrap.lp .sect4 h2 img {
    width: 100%;
    height: auto;
  }
  .w_contentsWrap.lp .sect5 {
    padding: 40px 0 100px;
  }
  .w_contentsWrap.lp .sect5 h2 {
    margin: 0 auto 40px;
    width: 900px;
  }
  .w_contentsWrap.lp .sect5 h2 img {
    width: 100%;
    height: auto;
  }
  .w_contentsWrap.lp .sect5 .specialtyList {
    margin: 0 auto 100px;
    width: 900px;
  }
  .w_contentsWrap.lp .sect5 .specialtyList li {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
  .w_contentsWrap.lp .sect5 .specialtyList li h3 {
    margin-bottom: 30px;
    padding: 15px 0;
    font-size: 2rem;
  }
  .w_contentsWrap.lp .sect5 .specialtyList li figure {
    margin: 0 auto 20px;
    width: 840px;
  }
  .w_contentsWrap.lp .sect5 .specialtyList li figure img {
    width: 100%;
    height: auto;
  }
  .w_contentsWrap.lp .sect5 .specialtyList li figure figcaption {
    margin-top: 10px;
  }
  .w_contentsWrap.lp .sect5 .specialtyList li h4 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .w_contentsWrap.lp .sect5 .specialtyList li h5 {
    margin-bottom: 25px;
    color: #000;
  }
  .w_contentsWrap.lp .sect5 .specialtyList li h5 strong {
    margin-top: 20px;
    font-size: 3rem;
  }
  .w_contentsWrap.lp .sect5 .specialtyList li .text {
    font-size: 1.4rem;
  }
  .w_contentsWrap.lp .sect5 .specialtyList li .text span {
    font-size: 1.1rem;
  }
  .w_contentsWrap.lp .sect6 {
    margin-bottom: 100px;
  }
  .w_contentsWrap.lp .sect6 h2 {
    margin: 0 auto 50px;
    width: 900px;
  }
  .w_contentsWrap.lp .sect6 h2 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .w_contentsWrap.lp .ctaSection {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 85vw;
  }
  .w_contentsWrap.lp .ctaSection .raceInfo {
    padding: 2vw;
    border-radius: 10px;
    width: 90vw;
    background-color: rgba(18, 60, 62, 0.5);
    border: 2px solid #26827e;
    box-shadow: 0px 0px 15px #000000;
  }
  .w_contentsWrap.lp .ctaSection .raceInfo dt {
    margin-bottom: 3vw;
    padding: 1.5vw 0;
    border-radius: 5px;
    font-size: 1rem;
    line-height: 1rem;
    background-color: #26827e;
    color: #fff;
  }
  .w_contentsWrap.lp .ctaSection .raceInfo .raceName {
    margin-bottom: 2vw;
    font-size: 1.8rem;
    line-height: 2rem;
    text-shadow: none;
    color: #fc0;
  }
  .w_contentsWrap.lp .ctaSection .raceInfo dd {
    font-size: 1.2rem;
  }
  .w_contentsWrap.lp .ctaSection .ctaBtn {
    margin-bottom: 4vw;
    /* CTA ボタン本体 */
    /* --- 波紋光彩（楕円対応・より自然な丸み） --- */
    /* --- 波紋アニメ（楕円維持のまま広がる） --- */
    /* --- 画像ボタンの脈動アニメ --- */
    /* --- 押した瞬間の光り方 --- */
  }
  .w_contentsWrap.lp .ctaSection .ctaBtn .ctaLineBtn {
    position: relative;
    display: inline-block;
    overflow: visible;
    border-radius: 9999px;
    /* ← 楕円ボタンに完全フィット */
  }
  .w_contentsWrap.lp .ctaSection .ctaBtn .ctaLineBtn::before {
    content: "";
    position: absolute;
    inset: -10px -20px;
    /* ← ボタンより外側に光をふわっと */
    border-radius: 9999px;
    /* ← ここで光彩も完全な楕円に */
    border: 3px solid rgba(0, 255, 0, 0.8);
    box-shadow: 0 0 30px rgba(0, 255, 0, 0.8);
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
    animation: ctaLineRipple 1.8s ease-out infinite;
  }
  @keyframes ctaLineRipple {
    0% {
      transform: scale(0.9);
      opacity: 0.9;
    }
    70% {
      transform: scale(1.1);
      opacity: 0;
    }
    100% {
      transform: scale(1.28);
      opacity: 0;
    }
  }
  .w_contentsWrap.lp .ctaSection .ctaBtn .ctaLineBtn img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 9999px;
    /* ← 画像にも丸みを合わせておくと光彩と馴染む */
    animation: ctaLinePulse 1.8s ease-in-out infinite;
  }
  @keyframes ctaLinePulse {
    0%,
    100% {
      transform: scale(1);
    }
    45% {
      transform: scale(1.045);
    }
    60% {
      transform: scale(1.025);
    }
  }
  .w_contentsWrap.lp .ctaSection .ctaBtn .ctaLineBtn:active img {
    transform: scale(0.96);
    filter: brightness(1.25);
    transition: 0.1s;
  }
  .w_contentsWrap.lp .ctaSection .raceInfo::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 5px;
    width: 80vw;
    height: 25px;
    background: url("../../img/w_img/lp_ctaDeco.png") no-repeat center center;
    background-size: contain;
  }
  .w_contentsWrap.lp .ctaSection .ctaQr {
    display: none;
  }
  .w_contentsWrap.lp .fv {
    margin-bottom: 5vw;
  }
  .w_contentsWrap.lp .fv .featuredRaces {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
  }
  .w_contentsWrap.lp .fv .featuredRaces .featuredRaces_text {
    margin-right: 3vw;
    padding: 1vw 0;
  }
  .w_contentsWrap.lp .fv .featuredRaces .featuredRaces_text strong {
    margin: 0 3vw 0 1vw;
    font-size: 1.1rem;
  }
  .w_contentsWrap.lp .fv .featuredRaces .featuredRaces_text:hover {
    animation-play-state: paused;
    cursor: pointer;
  }
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .w_contentsWrap.lp .fv h1 {
    margin: 3vw auto 30vw;
    width: 90vw;
  }
  .w_contentsWrap.lp .fv .mainLogo {
    margin: 0 auto 2vw;
    width: 70vw;
  }
  .w_contentsWrap.lp .sect1 {
    margin-bottom: 5vw;
    padding: 20vw 0 0;
    background-size: 150% auto;
  }
  .w_contentsWrap.lp .sect1 h2 {
    margin: 0 auto;
    width: 90vw;
  }
  .w_contentsWrap.lp .lpResult {
    margin-bottom: 3vw;
    /* 全体の箱 */
    /* 中身（gridResult）＝途中まで表示＋透明フェード */
    /* ▼ もっと見るクリック時：全表示＋マスク解除 */
    /* ボタン（もっと見る） */
  }
  .w_contentsWrap.lp .lpResult .readmore-block {
    padding-bottom: 3vw;
    /* ボタン分の余白（必要に応じて調整） */
  }
  .w_contentsWrap.lp .lpResult .readmore-block .gridResult {
    max-height: 130vw;
    /* ← 閉じているときに見せたい高さ */
    /* ▼ 下の方だけフェード（最後の1列くらい） */
    -webkit-mask-image: linear-gradient(to bottom, #000000 70%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, #000000 70%, rgba(0, 0, 0, 0) 100%);
  }
  .w_contentsWrap.lp .lpResult .readmore-toggle:checked ~ .gridResult {
    max-height: 2000px;
    /* コンテンツより十分大きければOK */
  }
  .w_contentsWrap.lp .lpResult .readmore-btn {
    bottom: 3vw;
    /* ← 閉じているときの位置（グラデ上） */
    width: 60vw;
    background-color: rgba(131, 255, 249, 0.5);
    line-height: 1rem;
  }
  .w_contentsWrap.lp .sect2 {
    margin-bottom: 10vw;
    padding: 5vw 0;
    background-size: 500% auto;
    background-position: top center;
  }
  .w_contentsWrap.lp .sect2 h2 {
    margin: 0 auto;
    width: 94vw;
  }
  .w_contentsWrap.lp .sect2 p {
    margin: 3vw auto 5vw;
    width: 94vw;
  }
  .w_contentsWrap.lp .sect2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2列 */
    list-style: none;
    width: 94vw;
    gap: 3vw;
  }
  .w_contentsWrap.lp .sect2 ul li {
    padding: 2vw 0;
    font-size: 0.9rem;
  }
  .w_contentsWrap.lp .sect2 ul .marker-text {
    padding: 0 2px;
  }
  .w_contentsWrap.lp .sect2 ul .marker-text::after {
    height: 0.5em;
    border-radius: 4px;
  }
  .w_contentsWrap.lp .sect3 {
    margin-bottom: 10vw;
  }
  .w_contentsWrap.lp .sect3 h2 {
    margin: 0 auto 5vw;
    width: 94vw;
  }
  .w_contentsWrap.lp .faq {
    margin-bottom: 10vw;
  }
  .w_contentsWrap.lp .faq .faqList {
    width: 80vw;
  }
  .w_contentsWrap.lp .faq .faqList li {
    margin-bottom: 3vw;
    padding: 3vw;
    border-radius: 10px;
  }
  .w_contentsWrap.lp .faq .faqList li figure {
    width: 20vw;
  }
  .w_contentsWrap.lp .faq .faqList li .text {
    width: 51vw;
  }
  .w_contentsWrap.lp .lpCmp {
    margin-bottom: 10vw;
    padding-top: 10vw;
    background-size: 28vw auto,
				26vw auto,
				2% auto,
				100% auto;
  }
  .w_contentsWrap.lp .lpCmp h2 {
    margin: 0 auto 3vw;
    width: 70vw;
  }
  .w_contentsWrap.lp .lpCmp figure {
    width: 85vw;
  }
  .w_contentsWrap.lp .registFlow {
    margin: 0 auto;
    width: 80vw;
    /* 疑似要素で下向き三角 */
  }
  .w_contentsWrap.lp .registFlow li {
    margin-bottom: 7vw;
    padding: 3vw;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
  }
  .w_contentsWrap.lp .registFlow li figure {
    width: 20vw;
  }
  .w_contentsWrap.lp .registFlow li figure figcaption {
    top: -2vw;
    left: -2vw;
    width: 10vw;
  }
  .w_contentsWrap.lp .registFlow li .text {
    width: 51vw;
    text-align: left;
  }
  .w_contentsWrap.lp .registFlow li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5vw;
    /* ↓ li の下に出す */
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #f00;
    /* 下向き */
  }
  .w_contentsWrap.lp .sect4 {
    margin-bottom: 10vw;
  }
  .w_contentsWrap.lp .sect4 .registFlow {
    margin-bottom: 5vw;
  }
  .w_contentsWrap.lp .sect4 h2 {
    margin: 0 auto 5vw;
    width: 94vw;
  }
  .w_contentsWrap.lp .sect5 {
    padding: 5vw 0 10vw;
  }
  .w_contentsWrap.lp .sect5 h2 {
    margin: 0 auto 5vw;
    width: 94vw;
  }
  .w_contentsWrap.lp .sect5 .specialtyList {
    margin: 0 auto 10vw;
    width: 94vw;
  }
  .w_contentsWrap.lp .sect5 .specialtyList li {
    margin-bottom: 5vw;
    padding-bottom: 3vw;
  }
  .w_contentsWrap.lp .sect5 .specialtyList li h3 {
    margin-bottom: 3vw;
    padding: 3vw 0;
    font-size: 1.2rem;
  }
  .w_contentsWrap.lp .sect5 .specialtyList li figure {
    margin: 0 auto 3vw;
    width: 88vw;
  }
  .w_contentsWrap.lp .sect5 .specialtyList li figure figcaption {
    margin-top: 2vw;
  }
  .w_contentsWrap.lp .sect5 .specialtyList li h4 {
    margin-bottom: 3vw;
    font-size: 1.2rem;
  }
  .w_contentsWrap.lp .sect5 .specialtyList li h5 {
    margin-bottom: 3vw;
  }
  .w_contentsWrap.lp .sect5 .specialtyList li h5 strong {
    margin-top: 3vw;
    font-size: 1.7rem;
  }
  .w_contentsWrap.lp .sect5 .specialtyList li .text {
    margin: 0 auto;
    width: 88vw;
    font-size: 1rem;
    text-align: left;
  }
  .w_contentsWrap.lp .sect5 li:nth-last-of-type(1) .text {
    text-align: center;
  }
  .w_contentsWrap.lp .sect5 li:nth-last-of-type(1) .text strong {
    margin: 2vw 0;
    font-size: 1.5rem;
  }
  .w_contentsWrap.lp .sect6 {
    margin-bottom: 10vw;
  }
  .w_contentsWrap.lp .sect6 h2 {
    margin: 0 auto 5vw;
    width: 94vw;
  }
}
