@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
.sanserif {
  font-family: "M PLUS 1", sans-serif;
}

.font-en {
  font-family: "Roboto Mono", monospace;
}

:root {
  --lblue: #66fee0;
  --black: #1c1d23;
  --yellow: #f9ff2c;
  --pink: #fe6666;
}
ul li {
  display: block;
  list-style: none;
  list-style-type: unset !important;
}
ul li::marker {
  content: none !important;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  width: 100%;
}
a:hover,
a:active,
a:focus {
  opacity: 0.7;
  text-decoration: none;
  transition: 1s;
}
br {
  line-height: 0;
}
body a:where(:not(.wp-element-button)) {
  text-decoration: none;
}
.pt-05 {
  padding-top: 0.5em !important;
}
.pt-1 {
  padding-top: 1em !important;
}
.pt-2 {
  padding-top: 2em !important;
}
.pt-3 {
  padding-top: 3em !important;
}
.pt-5 {
  padding-top: 5em !important;
}
.pt-10 {
  padding-top: 10em !important;
}
.pt-15 {
  padding-top: 15em !important;
}
.py-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.py-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
.py-3 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}
.py-5 {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}
.py-10 {
  padding-top: 10em !important;
  padding-bottom: 10em !important;
}
.py-15 {
  padding-top: 15em !important;
  padding-bottom: 15em !important;
}
.pb-0 {
  padding-bottom: 0em !important;
}
.pb-1 {
  padding-bottom: 1em !important;
}
.pb-2 {
  padding-bottom: 2em !important;
}
.pb-3 {
  padding-bottom: 3em !important;
}
.pb-5 {
  padding-bottom: 5em !important;
}
.pb-10 {
  padding-bottom: 10em !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1em !important;
}
.mt-2 {
  margin-top: 2em !important;
}
.mt-3 {
  margin-top: 3em !important;
}
.mt-4 {
  margin-top: 4em !important;
}
.mt-5 {
  margin-top: 5em !important;
}
.mt-5 {
  margin-top: 5em !important;
}
.mt-10 {
  margin-top: 10em !important;
}
.mt-minus-5 {
  margin-top: -5em;
}
.mb-minus-1 {
  margin-bottom: -1em !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1em !important;
}
.mb-2 {
  margin-bottom: 2em !important;
}
.mb-3 {
  margin-bottom: 3em !important;
}
.mb-4 {
  margin-bottom: 4em !important;
}
.mb-5 {
  margin-bottom: 5em !important;
}
.ml-3 {
  margin-left: 3em !important;
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.mx-5 {
  margin-left: 5% !important;
  margin-right: 5% !important;
}
.px-1em {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.px-5 {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.px-10 {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
.px-57 {
  padding-left: 5.7% !important;
  padding-right: 5.7% !important;
}
.mx-5 {
  margin-left: 5%;
  margin-right: 5%;
}
.mx-minus-5 {
  margin-left: -5.7% !important;
  margin-right: -5.7% !important;
}
.mx-minus-1 {
  margin-left: -1% !important;
  margin-right: -1% !important;
}
.flex {
  display: flex;
}
.flex img {
  min-width: 0;
}
.flex-between {
  gap: 3%;
  justify-content: space-between;
}
.link-btn .pc,
br.pc {
  display: block;
}
.link-btn .sp,
br.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp-px-5 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .sp-mx-5 {
    margin-left: 5%;
    margin-right: 5%;
  }
  .sp-mb-2 {
    margin-bottom: 2em !important;
  }
  .sp-mb-3 {
    margin-bottom: 3em !important;
  }
  .sp-mb-5 {
    margin-bottom: 5em !important;
  }
  .sp-mt-2 {
    margin-top: 2em;
  }
  .sp-mt-10 {
    margin-top: 10em;
  }
  br.pc {
    display: none;
  }
  .link-btn .sp,
  br.sp {
    display: block;
  }
}
/*文字サイズ*/
.f03em {
  font-size: 0.3em !important;
}
.f04em {
  font-size: 0.4em !important;
}
.f05em {
  font-size: 0.5em !important;
}
.f06em {
  font-size: 0.6em !important;
}
.f07em {
  font-size: 0.7em !important;
}
.f08em {
  font-size: 0.8em !important;
}
.f09em {
  font-size: 0.9em !important;
}
.f10em {
  font-size: 1em !important;
}
.f11em {
  font-size: 1.1em !important;
}
.f12em {
  font-size: 1.2em !important;
}
.f13em {
  font-size: 1.3em !important;
}
.f14em {
  font-size: 1.4em !important;
}
.f15em {
  font-size: 1.5em !important;
}
.f16em {
  font-size: 1.6em !important;
}
.f17em {
  font-size: 1.7em !important;
}
.f18em {
  font-size: 1.8em !important;
}
.f19em {
  font-size: 1.9em !important;
}
.f20em {
  font-size: 2em !important;
}
.f21em {
  font-size: 2.1em !important;
}
.f22em {
  font-size: 2.2em !important;
}
.f23em {
  font-size: 2.3em !important;
}
.f24em {
  font-size: 2.4em !important;
}
.f25em {
  font-size: 2.5em !important;
}
.f26em {
  font-size: 2.6em !important;
}
.f27em {
  font-size: 2.7em !important;
}
.f28em {
  font-size: 2.8em !important;
}
.f29em {
  font-size: 2.9em !important;
}
.f30em {
  font-size: 3em !important;
}
.f31em {
  font-size: 3.1em !important;
}
.f32em {
  font-size: 3.2em !important;
}
.f33em {
  font-size: 3.3em !important;
}
.f34em {
  font-size: 3.4em !important;
}
.f35em {
  font-size: 3.5em !important;
}
@media (max-width: 550px) {
  .sp-f10em {
    font-size: 1em !important;
  }
  .sp-f11em {
    font-size: 1.1em !important;
  }
  .sp-f12em {
    font-size: 1.2em !important;
  }
  .sp-f13em {
    font-size: 1.3em !important;
  }
  .sp-f14em {
    font-size: 1.4em !important;
  }
  .sp-f15em {
    font-size: 1.5em !important;
  }
  .sp-f16em {
    font-size: 1.6em !important;
  }
  .sp-f17em {
    font-size: 1.7em !important;
  }
  .sp-f18em {
    font-size: 1.8em !important;
  }
  .sp-f09em {
    font-size: 0.9em !important;
  }
}
@media (max-width: 768px) {
  .flex-sp100 {
    flex-direction: column !important;
  }
  .flex-sp100-wrap {
    width: 100% !important;
  }
}

body {
  font-family: "M PLUS 1", sans-serif;
  color: var(--black);
  font-size: 22px;
  overflow-x: hidden;
  margin: 0;
}
@media (max-width: 1440px) {
  body {
    font-size: calc((100vw - 320px) / 187 + 16px) !important; /* 22px~16px */
  }
}
.grid {
  display: grid;
  gap: 3%;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-auto {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.grid-1-2 {
  grid-template-columns: 1fr 2fr;
}
.grid-2-1 {
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 768px) {
  .grid-2,
  .grid-3,
  .grid-1-2,
  .grid-2-1 {
    grid-template-columns: 1fr;
  }
}
.pl-10 {
  padding-left: 5em;
}
.pr-10 {
  padding-right: 5em;
}
@media (min-width: 1440px) {
  .pl-10 {
    padding-left: 100px;
  }
  .pr-10 {
    padding-right: 100px;
  }
}
@media (max-width: 768px) {
  .pl-10 {
    padding-left: 0;
  }
  .pr-10 {
    padding-right: 0;
  }
  .sp-pr-5 {
    padding-right: 5%;
  }
  .sp-pl-5 {
    padding-left: 5%;
  }
}
.text-white {
  color: #fff !important;
}
main {
  overflow-x: hidden;
}
.fw600 {
  font-weight: 600;
}
.fw900 {
  font-weight: 900;
}
.max900 {
  max-width: 900px;
  margin: 0 auto;
}
.max1100 {
  max-width: 1100px;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
section.fv {
  position: relative;
  background: url(https://www.studio-wild.com/wp/wp-content/uploads/2025/12/fv-wild-back.png) no-repeat;
  background-size: cover;
  height: 87vw;
  max-height: 820px;
}
section.fv .max1100,
.program-fv .logo {
  position: relative;
  height: 100%;
}
section.fv .logo,
.program-fv .logo {
  position: absolute;
  top: 0;
  width: 45%;
  max-width: 300px;
  margin-top: 1em;
}
section.fv .fv-man {
  position: relative;
  z-index: 1;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.fv-catchcopy {
  position: absolute;
  top: 50%;
  /* right: 5%; */
  width: 100%;
  z-index: 2;
  transform: translateY(-50%);
}
.second-copy {
  width: 80%;
  margin-left: auto;
}
.wild-stunts-banner {
  background: white;
  border-top: 6px solid #000;
  border-bottom: 6px solid #000;
  overflow: hidden;
  padding: 5px 0;
  position: absolute;
  bottom: -10px;
}

.banner-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4em;
  font-weight: 900;
  font-style: italic;
  color: var(--black);
  letter-spacing: -1px;
  white-space: nowrap;
  display: inline-block;
  animation: scroll-left 100s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
section.fv .sp {
  display: none;
}
@media (max-width: 768px) {
  section.fv {
    height: 78vh;
    max-height: 600px;
    background-position: 40%;
  }
  section.fv .logo,
  .program-fv .logo {
    margin-left: 5%;
  }
  section.fv .fv-man {
    position: absolute;
    top: 50%;
    left: -30%;
    width: 150%;
    transform: translateY(-50%);
  }
  .second-copy {
    width: 100%;
  }
  section.fv .pc {
    display: none;
  }
  section.fv .sp {
    display: block;
  }
}
/*LINEボタン*/
.line-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #06c755;
  color: white;
  padding: 16px 24px;
  border: 4px solid var(--black);
  border-radius: 3em;
  text-decoration: none;
  font-weight: 800;
  font-size: 2em;
  transition: all 0.3s ease;
  box-shadow: 4px 4px 0 var(--black);
}

.line-button:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--black);
}

.line-icon {
  width: 2em;
  height: 2em;
  fill: white;
  flex-shrink: 0;
}

.arrow-icon {
  width: 1.2em; /* 三角形のサイズ調整 */
  height: 1.2em;
  fill: white;
  flex-shrink: 0;
  margin-left: auto;
}

.line-button span {
  flex: 1;
}
@media (max-width: 768px) {
  .line-button {
    font-size: 1.4em;
  }
}
/*こんなおなやみ*/
.back-yellow-comic-bg {
  background: url("https://www.studio-wild.com/wp/wp-content/uploads/2025/12/yellow-comic.png") repeat-y;
  background-size: 100% auto;
}
.back-blue-comic-bg {
  background: url(https://www.studio-wild.com/wp/wp-content/uploads/2025/12/blue-comic.png) repeat-y;
  background-size: 100% auto;
}
.back-blue2-comic-bg {
  background: url("https://www.studio-wild.com/wp/wp-content/uploads/2026/01/blue2-comic.png") repeat-y;
  background-size: 105% auto;
  background-position: right top;
}
.border-frame {
  background: #fff;
  border: 5px var(--black) solid;
  border-radius: 2em;
}
.skew-bg {
  background-color: var(--black);
  color: white;
  padding: 0.1em 2em;
  transform: skewX(-20deg);
  display: inline-block;
}

.skew-bg-text {
  display: inline-block;
  transform: skewX(20deg); /* テキストを元に戻す */
}
.check-list-wrap {
  position: relative;
}
.check-list-wrap img {
  position: absolute;
  width: 25%;
  bottom: 0;
  left: -5%;
  z-index: 0;
}
.check-list-wrap.pic-right img {
  left: unset;
  right: -5%;
  transform: unset;
}
.check-list-wrap::after {
  position: absolute;
  content: "";
  background: url(https://www.studio-wild.com/wp/wp-content/uploads/2025/12/bang.png) no-repeat;
  background-size: contain;
  width: 12em;
  height: 11em;
  top: 5%;
  left: 0%;
  z-index: 2;
}
.check-list-wrap.pic-right::after {
  left: unset;
  right: 0%;
}
.check-list {
  position: relative;
  list-style: none;
  width: fit-content;
  background: url(https://www.studio-wild.com/wp/wp-content/uploads/2025/12/mokumoku.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
  padding: 6em 3.5em 8em;
  background-position: 50% 20%;
  z-index: 2;
}
.check-list-wrap.pic-right .check-list {
  transform: scaleX(-1);
}
.check-list-wrap.pic-right .check-list li {
  transform: scaleX(-1);
}
.check-list li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 1em;
  font-weight: 800;
}

.check-list li::before {
  content: "\f00c"; /* Font Awesomeのチェックマークコード */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background-color: var(--lblue); /* 水色背景 */
  color: white;
  border-radius: 50%; /* 丸 */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.check-list-wrap.pic-right .check-list li::before {
  background-color: var(--pink);
}
.borderslide {
  border-top: 10px solid var(--black);
  border-bottom: 10px solid var(--black);
}
.borderslide-bottom {
  border-bottom: 10px solid var(--black);
}
.borderslide-frame {
  position: relative;
  background: #fff;
  max-width: 1500px;
  margin: 2em auto 2em;
  text-align: center;
}
.text-outline-shadow-bold {
  font-weight: 900;
  -webkit-text-stroke: 0.25em #fff;
  paint-order: stroke fill;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.3));
}
.borderslide-frame img {
  position: absolute;
  left: 5%;
  bottom: -2em;
  width: 45%;
}
.borderslide-frame p {
  width: 100%;
  margin-left: 10%;
}
.marker-anime {
  background: linear-gradient(transparent 60%, var(--yellow) 60%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  animation: marker-draw 0.6s ease-out forwards;
}
.marker-anime.pink-marker {
  background: linear-gradient(transparent 60%, var(--pink) 60%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
}

@keyframes marker-draw {
  to {
    background-size: 100% 100%;
  }
}
@media (max-width: 768px) {
  .back-yellow-comic-bg {
    background: url("https://www.studio-wild.com/wp/wp-content/uploads/2025/12/yellow-comic.png") repeat-y;
    background-size: 200% auto;
  }
  .back-blue-comic-bg {
    background: url(https://www.studio-wild.com/wp/wp-content/uploads/2025/12/blue-comic.png) repeat-y;
    background-size: 200% auto;
  }
  .back-blue2-comic-bg {
    background: url(https://www.studio-wild.com/wp/wp-content/uploads/2026/01/blue2-comic.png) repeat-y;
    background-size: 200% auto;
    background-position: 100% 0;
  }
  .skew-bg {
    padding: 0.3em 0.5em;
  }
  .check-list {
    padding: 2em 5% 5em;
    background: unset;
  }
  .check-list-wrap::after {
    width: 6em;
    height: 5em;
    top: -2em;
    left: unset;
    right: -3em;
  }
  .check-list-wrap.pic-right::after {
    right: unset;
    left: 0;
    top: unset;
    bottom: 0;
  }
  .check-list-wrap img {
    width: 30%;
    bottom: -1.4em;
  }
  .borderslide-frame {
    display: flex;
    flex-direction: column-reverse;
  }
  .borderslide-frame p {
    margin-left: 0;
    margin-top: 3em !important;
  }
  .borderslide-frame img {
    left: 50%;
    width: 105%;
    transform: translateX(-50%);
  }
}
/*選べる３つのプログラム*/
.program-wrap {
  position: relative;
  background: #fff;
  border: 3px solid var(--black);
  padding: 2em 1em 2em 5em; /* 左側に縦書きタイトル用のスペース */
  font-weight: 900;
  margin-left: 4em;
}

/* 縦書きタイトル */
.program-title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3em;
  background: var(--black);
  color: #fff;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  margin: 0;
  letter-spacing: 3px;
}
.program-lead {
  text-align: center;
  margin-bottom: 1em;
  font-weight: 900;
}
.program-details {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  margin: 0;
}

.program-detail-item {
  flex: 1;
  background: #f7f7f7;
  padding: 1em 0;
  border-radius: 12px;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.program-detail-item dt {
  background: var(--yellow);
  border: 3px solid var(--black);
  padding: 0.1em 1em;
  margin-bottom: 1em;
  display: inline-block;
}

.program-detail-item dd {
  margin: 0;
  line-height: 1.8;
}
.black-back {
  background: var(--black);
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  font-weight: bold;
}
.program-wrap::before {
  content: "";
  position: absolute;
  left: -3.5em;
  top: 0;
  width: 3em;
  height: 100%;
  background: var(--yellow);
  clip-path: polygon(0 0, 100% 0%, 100% 83%, 54% 100%, 0 84%);
}
.program-wrap::after {
  content: attr(data-step);
  position: absolute;
  left: -2.7em;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Mono", monospace;
  font-weight: 800;
  font-style: italic;
  font-size: 2.5em;
  letter-spacing: 0.05em;
  color: var(--black);
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center center;
  pointer-events: none;
}

.program-message {
  background: #fff;
  text-align: center;
  font-weight: 900;
}

.program-message-title {
  position: relative;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.6;
  background: var(--black);
  color: #cffe00;
  padding: 0.5em 0;
}
.program-message-title::before,
.program-message-title::after {
  content: "";
  position: absolute;
  left: -1.5em;
  bottom: -1em;
  width: 3em;
  height: 3em;
  background: url(https://www.studio-wild.com/wp/wp-content/uploads/2025/12/star.png) no-repeat;
  background-size: contain;
}
.program-message-title::after {
  left: unset;
  right: -1.5em;
  transform: scaleX(-1);
}
.back-yellow {
  background: var(--yellow);
  display: inline-block;
  padding: 0.1em 0.5em;
}
.program-detail-item dd.dd-mtop {
  margin-top: 1em;
}
.program-detail-item dd.dd-mtop15 {
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .program-detail-item dd.dd-mtop,
  .program-detail-item dd.dd-mtop15 {
    margin-top: 0;
  }
  .program-wrap::before {
    left: 0;
    top: -4em;
    width: 100%;
    height: 3em;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
  }
  .program-wrap::after {
    top: -1.7em;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
  }
  .program-wrap {
    margin-left: 0;
    margin-top: 6em !important;
    padding: 4.5em 1.5em 2em 1.5em; /* 縦書きを上に */
  }
  .program-title {
    writing-mode: horizontal-tb;
    width: auto;
    height: 2em;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
  }
  .program-details {
    flex-direction: column;
  }
  .program-detail-item {
    min-width: auto;
  }
  .sp-text-cemter {
    text-align: center !important;
  }
  .program-message-title {
    font-size: 1.5em;
  }
}
/*選ばれる３つの理由*/
.reason-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: reason-counter; /* カウンターの初期化 */
}

.reason-list > li {
  counter-increment: reason-counter; /* カウンターを増やす */
  position: relative;
  align-items: end;
  border-top: dotted 6px #00af99;
  padding-bottom: 2.5em;
}
.reason-list > li:nth-of-type(2) {
  direction: rtl; /* 右から左に */
}

.reason-list > li:nth-of-type(2) > * {
  direction: ltr; /* 中身は通常の左から右に戻す */
}
/* カウンター番号のスタイル */
.reason-list > li h3::before {
  content: "0" counter(reason-counter);
  display: block;
  font-size: 2.5em;
  font-weight: 700;
  font-family: "Roboto Mono", monospace;
  font-style: italic;
  color: var(--pink);
  -webkit-text-stroke: 4px var(--pink);
  margin-bottom: 0.2em;
  line-height: 1;
  letter-spacing: -6px;
}
.reason-list > li img {
  width: 80%;
  margin: 0 auto;
}
.reason-list > li p {
  text-align: justify;
  font-weight: 800;
  margin: 0;
}
.back-round-white {
  background: #fff;
  display: inline-block;
  padding: 0.1em 0.5em;
  border-radius: 2em;
  border: solid 4px #000;
  margin-bottom: 0.5em;
}
.mt-minus1 {
  margin-top: -1em;
}
@media (max-width: 768px) {
  .reason-list {
    margin-top: 2em;
  }
  .reason-list li img {
    max-width: 120px;
  }
  .reason-list > li h3 {
    text-align: center;
  }
}
/*信頼と実績*/
.banzai {
  position: relative;
  display: inline-block;
}
.banzai::before {
  position: absolute;
  left: -1.2em;
  bottom: 0;
  content: "";
  width: 5px;
  height: 2em;
  background-color: var(--black);
  border-radius: 3px;
  transform: rotate(-30deg);
}
.banzai::after {
  position: absolute;
  right: -1.2em;
  bottom: 0;
  content: "";
  width: 5px;
  height: 2em;
  background-color: var(--black);
  border-radius: 3px;
  transform: rotate(30deg);
}
.back-round-pink {
  background: var(--pink);
  color: #fff;
  padding: 0.1em 0.5em;
  border-radius: 2em;
}
.max500 {
  max-width: 500px;
  margin: 0 auto;
}
.back-black {
  display: inline-block;
  background: var(--black);
  color: #fff;
  padding: 0.1em 0.5em;
}
.lh15 {
  line-height: 1.5 !important;
}
/* 共通ボタンスタイル */
.action-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: white;
  padding: 16px 24px;
  border: 4px solid var(--black);
  border-radius: 3em;
  text-decoration: none;
  font-weight: 800;
  font-size: 2em;
  transition: all 0.3s ease;
  box-shadow: 4px 4px 0 var(--black);
}

.action-button:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--black);
}

.action-button .arrow-icon {
  width: 1.2em;
  height: 1.2em;
  fill: white;
  flex-shrink: 0;
  margin-left: auto;
}

.action-button span {
  flex: 1;
}
/* カラーバリエーション */
.action-button.program {
  background: #00af99;
}
.text-right {
  text-align: right;
}
/*代表講師紹介*/
.lead-instructor-message .flex {
  gap: 2%;
}
.lead-instructor-message .flex img {
  width: 25%;
  object-fit: cover;
}
.lead-instructor-message .flex p {
  width: 75%;
  margin: 0;
}
.lead-instructor-message .check-list {
  background: unset;
  margin: 0;
  padding: 0;
}
/*卒業生の声・実績*/
ul.alumni-voices-list {
  padding: 0;
}
ul.alumni-voices-list li {
  position: relative;
  margin-bottom: 2em;
}
ul.alumni-voices-list li p {
  text-align: justify;
}
ul.alumni-voices-list li .alumni-pic {
  position: relative;
}
ul.alumni-voices-list span.back-black {
  position: absolute;
  bottom: 1em;
  right: 0;
  border-radius: 2em;
}
@media (max-width: 768px) {
  .banzai::before,
  .banzai::after {
    width: 3px;
  }
  .lead-instructor-message .flex {
    flex-direction: column;
    gap: 2em;
  }
  .lead-instructor-message .flex img {
    object-fit: cover;
    object-position: top;
    max-height: 300px;
  }
  .lead-instructor-message .flex img,
  .lead-instructor-message .flex p {
    width: 100%;
    text-align: justify;
  }
  .check-list {
    text-align: justify;
  }
  .check-list li {
    margin-bottom: 1.2em;
  }
  .check-list li::before {
    width: 1.3em;
    height: 1.3em;
  }
}
/* 星の散りばめ　1枚目: 左上に星2つ + 右上に丸 */
.alumni-voices-list li:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -20px;
  width: 50px;
  height: 50px;
  background: url("https://www.studio-wild.com/wp/wp-content/uploads/2026/01/star-wild.svg") no-repeat center;
  background-size: contain;
  transform: rotate(-15deg);
  z-index: 1;
}

.alumni-voices-list li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 30px;
  height: 30px;
  background: url("https://www.studio-wild.com/wp/wp-content/uploads/2026/01/star-wild.svg") no-repeat center;
  background-size: contain;
  transform: rotate(35deg);
  z-index: 2;
}
.alumni-voices-list li:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 70px;
  height: 70px;
  background: url("https://www.studio-wild.com/wp/wp-content/uploads/2026/01/blue-dot-circle.svg") no-repeat center;
  background-size: contain;
  z-index: 10;
}

.alumni-voices-list li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: -35px;
  left: -20px;
  width: 50px;
  height: 50px;
  background: url("https://www.studio-wild.com/wp/wp-content/uploads/2026/01/star-wild.svg") no-repeat center;
  background-size: contain;
  transform: rotate(-15deg);
  z-index: 11;
}

.alumni-voices-list li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -35px;
  right: -35px;
  width: 85px;
  height: 85px;
  background: url("https://www.studio-wild.com/wp/wp-content/uploads/2026/01/blue-dot-circle.svg") no-repeat center;
  background-size: contain;
  z-index: 10;
}

.alumni-voices-list li:nth-child(2)::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -35px;
  width: 55px;
  height: 55px;
  background: url("https://www.studio-wild.com/wp/wp-content/uploads/2026/01/star-wild.svg") no-repeat center;
  background-size: contain;
  transform: rotate(25deg);
  z-index: 11;
}
.alumni-voices-list li:nth-child(3)::before {
  content: "";
  position: absolute;
  bottom: -32px;
  left: -32px;
  width: 78px;
  height: 78px;
  background: url("https://www.studio-wild.com/wp/wp-content/uploads/2026/01/blue-dot-circle.svg") no-repeat center;
  background-size: contain;
  z-index: 10;
}

.alumni-voices-list li:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: -15px;
  width: 52px;
  height: 52px;
  background: url("https://www.studio-wild.com/wp/wp-content/uploads/2026/01/star-wild.svg") no-repeat center;
  background-size: contain;
  transform: rotate(-35deg);
  z-index: 11;
}

.alumni-voices-list li:nth-child(4)::before {
  content: "";
  position: absolute;
  bottom: -25px;
  right: -25px;
  width: 65px;
  height: 65px;
  background: url("https://www.studio-wild.com/wp/wp-content/uploads/2026/01/star-wild.svg") no-repeat center;
  background-size: contain;
  transform: rotate(-30deg);
  z-index: 10;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .alumni-voices-list {
    grid-template-columns: 1fr;
  }
  .alumni-voices-list li {
    padding-bottom: 2.2em !important;
  }
  .alumni-voices-list li::before,
  .alumni-voices-list li::after {
    transform: scale(0.8);
  }
  ul.alumni-voices-list li h4 {
    font-size: 1.4em !important;
  }
}
/*紫のオファーセクション*/
.back-purple-comic {
  position: relative;
  background: url(https://www.studio-wild.com/wp/wp-content/uploads/2026/01/purple-back.png) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.back-purple-comic .borderslide-frame {
  background: transparent;
}
.back-purple-comic .borderslide-frame img {
  width: 45%;
  left: -18%;
}
.back-purple-comic .borderslide-frame p {
  width: 80%;
  margin-left: 20%;
}
.back-purple-comic h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -1.3em;
  white-space: nowrap;
  z-index: 2;
}
.mt-05 {
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .back-purple-comic .borderslide-frame {
    margin-top: 0 !important;
  }
  .back-purple-comic h2 {
    top: 2em;
    white-space: wrap;
    min-width: 300px;
  }
  .back-purple-comic .borderslide-frame p {
    margin-left: 0;
    margin-top: 5em !important;
    margin-bottom: 10em;
    width: 100%;
  }
  .back-purple-comic .borderslide-frame img {
    width: 60%;
    left: 50%;
  }
}
/*よくある質問*/
.qa-7 {
  border: none;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 2em;
}

.qa-7 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 4.5em;
  color: #fff;
  background: #00d1d1;
  border-radius: 2em;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  font-weight: 600;
  font-size: 1.1em;
  cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-7 summary::before {
  content: "Q.";
  font-weight: 900;
  font-size: 1.8em;
}

/* 白丸 */
.qa-7 summary .arrow-circle {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  background: white;
  border-radius: 50%;
  display: inline-block;
}

/* 矢印 */
.qa-7 summary .arrow-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #00d1d1;
  border-right: 3px solid #00d1d1;
  transition: transform 0.5s;
}

/* 開いた時 */
.qa-7 details[open] summary .arrow-circle::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.qa-7[open] summary::after {
  transform: rotate(225deg);
}

.qa-7 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 1em 0;
  padding: 1.5em 2em;
  color: var(--black);
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transition: transform 0.5s, opacity 0.5s;
}

.qa-7[open] p {
  transform: none;
  opacity: 1;
}
@media (max-width: 768px) {
  .qa-7 summary::before {
    font-size: 1.2em;
    left: 0.8em;
  }
  .qa-7 summary {
    font-size: 1em;
    padding: 0.5em 2.5em 0.5em 3em;
  }
  .qa-7 summary .arrow-circle {
    width: 1.5em;
    height: 1.5em;
  }
  .qa-7 summary .arrow-circle::after {
    width: 5px;
    height: 5px;
  }
  .qa-7 p {
    padding: 1em 1em;
  }
}
/*footer*/
.footer-wild-stunts-banner {
  position: relative;
  bottom: unset;
}
.back-red {
  background: #cc0000;
}
.official-link a {
  color: #fff;
  font-weight: 800;
  font-style: italic;
}
.official-link a {
  position: relative;
  padding-right: 45px;
  display: inline-block;
}

/* 白丸背景 */
.official-link a::before {
  content: "";
  position: absolute;
  right: -0.8em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  background: white;
  border-radius: 50%;
  z-index: 1;
}

/* 右向き矢印 */
.official-link a::after {
  content: "";
  position: absolute;
  right: -0.2em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #cc0000;
  border-right: 3px solid #cc0000;
  z-index: 2;
}

.footer {
  background: var(--black);
  color: white;
  padding: 3em 1em;
}

.footer-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

/* 左カラム */
.footer-left {
  flex: 1;
}

.footer-left .logo {
  margin-bottom: 20px;
}

.footer-left .logo img {
  max-width: 200px;
  height: auto;
}

.company-info {
  margin-bottom: 20px;
}

.company-name {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1em;
}

.address {
  line-height: 1.8;
}

/* SNSアイコン */
.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  background-color: #fff;
  transition: transform 0.3s;
}

.social-icon:hover {
  transform: scale(1.1);
}
/* 右カラム */
.footer-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

footer .icon-circle {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

footer .icon-circle i {
  color: var(--black);
  font-size: 1em;
}

.contact-item a {
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  transition: color 0.3s;
}

.contact-item a:hover {
  color: var(--lblue);
}

.copyright {
  text-align: center;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #555;
  color: white;
}

.copyright p {
  margin: 0;
  font-size: 0.5em;
  color: #fff;
}
/* レスポンシブ */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 4em;
  }

  .footer-right {
    align-items: flex-start;
    width: fit-content;
    margin: 0 auto;
  }
  .social-icons {
    justify-content: center;
  }
  .social-icon {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    width: 1.7em;
    height: 1.7em;
  }
}
/*ローディング*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

#loading.loaded {
  opacity: 0;
  pointer-events: none;
}
/*==========================
入門プログラムページ
============================*/

/* お申し込みの流れ全体 */
.flow-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 1em 1em 0;
}

/* 各ステップ */
.flow-step {
  display: flex;
  gap: 2em;
  margin-bottom: 3em;
  position: relative;
}

/* 最後のステップは下マージン不要 */
.flow-step:last-child {
  margin-bottom: 0;
}

/* 点線（ステップ間の線） */
.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 40px; /* アイコンの中心 */
  top: calc(80px + 2em);
  width: 2px;
  height: calc(100% + 3em - (80px + 3em));
  border-left: 5px dotted var(--pink);
}

/* 左側：アイコンエリア */
.flow-icon {
  flex-shrink: 0;
  text-align: center;
  width: 80px;
}

/* STEP番号 */
.flow-icon .step-number {
  font-size: 0.75em;
  color: var(--pink);
  font-weight: 600;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}

/* アイコン丸背景 */
.flow-icon .icon-circle {
  width: 80px;
  height: 80px;
  background: var(--pink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.flow-container .icon-circle i {
  color: #fff;
}
/* 右側：コンテンツエリア */
.flow-content {
  flex: 1;
}

/* タイトル */
.flow-content .step-title {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 0.8em;
  margin-left: 1.5em;
  color: var(--black);
}

/* 内容ボックス */
.flow-content .step-description {
  padding: 1em 2em;
  color: var(--black);
  background: #f4f4e8;
  border-radius: 2em;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.8;
  position: relative;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .flow-step {
    gap: 1em;
  }

  .flow-icon {
    width: 60px;
  }

  .flow-icon .icon-circle {
    width: 60px;
    height: 60px;
    font-size: 1.5em;
  }

  .flow-step:not(:last-child)::after {
    left: 30px;
  }
  .flow-content .step-description {
    padding: 1em 1.5em;
    font-size: 0.9em;
  }

  .flow-content .step-description::before {
    display: none;
  }
}
/*スタントマンの教科書*/
.reason-list.program-list > li h3 {
  margin-top: 0;
}
.reason-list.program-list > li h3::before {
  display: inline;
  margin-right: 10px;
}
.reason-list.program-list {
  position: relative;
  margin-top: 5em;
}
.reason-list.program-list::after {
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  content: "スタントマンの教科書";
  display: inline;
  font-size: 1.8em;
  font-weight: 700;
  background: #54b0a4;
  color: #fff;
  padding: 0.1em 0.8em;
  border-radius: 2em;
  margin-right: 0.5em;
  white-space: nowrap;
}
.reason-list.program-list > li {
  padding: 2.5em 0;
  align-items: flex-start;
}
.reason-list.program-list > li:nth-of-type(2) {
  direction: ltr;
}
.reason-list.program-list li.grid-2 {
  grid-template-columns: 3fr 2fr;
}
.reason-list.program-list li .check-list {
  background: unset;
  margin: 0;
  padding: 0;
}
.reason-list.program-list .check-list li::before {
  background: #54b0a4;
}
@media (max-width: 768px) {
  .reason-list.program-list li.grid-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .reason-list.program-list > li:last-child {
    padding-bottom: 0;
  }
  .reason-list.program-list li .check-list {
    font-size: 1em;
    margin: 0 auto;
  }
  .reason-list.program-list::after {
    font-size: 1.4em;
  }
  .reason-list.program-list li img {
    max-width: 220px;
  }
  .reason-list.program-list > li h3 {
    /* display: flex; */
    text-align: center;
  }
  .reason-list.program-list > li h3::before {
    display: block;
    font-size: 2em;
    text-align: center;
    -webkit-text-stroke: 2px var(--pink);
  }
}
/*こんな方におすすめ*/
.target-list {
  list-style: none;
  padding: 0;
  margin: 2em 5%;
}

.target-list li {
  position: relative;
  padding-left: 2em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 5px dotted #ffa3a3;
  font-weight: 800;
  font-size: 1.4em;
}

.target-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.target-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.2em;
  height: 1.2em;
  background: url(https://www.studio-wild.com/wp/wp-content/uploads/2026/01/star-wild.svg) no-repeat center;
  background-size: contain;
}
@media (max-width: 768px) {
  .target-list li {
    font-size: 1em;
  }
}
/* プログラム紹介セクション */
.intro-description {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 2;
  color: #333;
}
/* カードグリッド */
.intro-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.intro-card {
  text-align: center;
  background: #f7f7f7;
  padding: 1.5em 0;
  border-radius: 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.card-icon {
  font-size: 3em;
}
.card-icon i {
  color: #00d1d1;
}
h3.card-title {
  font-size: 1.1em;
  font-weight: 800;
  margin-bottom: 15px;
  background: var(--yellow);
  border: 3px solid var(--black);
  padding: 0.1em 0.3em 0.2em;
  margin-bottom: 1em;
  display: inline-block;
}

.card-text {
  font-weight: 600;
  line-height: 1.8;
  color: var(--black);
  margin: 0;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .intro-header .section-title {
    font-size: 1.5em;
  }
  .intro-description {
    font-size: 1em;
    line-height: 1.5;
  }
  .intro-cards {
    grid-template-columns: 1fr;
    gap: 1em;
	width: 90%;
  }
  .card-icon {
    font-size: 2.5em;
  }
}

/* 受講形式セクション */
/* プログラム詳細セクション */
.details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3%;
}

/* 共通ボックススタイル */
.detail-box {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.box-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

/* 受講形式 */
.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.feature-card {
  text-align: center;
  background: #f7f7f7;
  padding: 1.5em 0;
  border-radius: 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.feature-card i {
  font-size: 2em;
  color: var(--pink);
  margin-bottom: 15px;
  display: block;
}

.feature-card p {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.7;
  color: #333;
}

.price-box {
  text-align: center;
  background: #f7f7f7;
  padding: 1.5em 0;
  border-radius: 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.price-main {
  margin: 0 5% 1em;
  padding-bottom: 1em;
  border-bottom: 5px dotted #ffa3a3;
}
.price-main .marker-anime{
	white-space: nowrap;
}
.price-main .amount {
  font-size: 2.5em;
  font-weight: 900;
  color: var(--black);
  margin-bottom: 5px;
}
.price-main .back-round-white {
  display: inline-block;
}
.price-main .tax {
  font-size: 0.7em;
}
.price-note {
  font-size: 0.9em;
  color: #666;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .section-header .skew-bg-text {
    padding: 0.1em 2em;
  }
  .section-header i {
    font-size: 2em;
  }

  .section-header h3 {
    font-size: 1.5em;
  }

  .feature-cards {
    grid-template-columns: 1fr;
    gap: 1.5em;
    width: 80%;
  }
  .feature-card i {
    font-size: 1.8em;
  }

  .price-box {
    padding: 30px 20px;
  }

  .price-main .amount {
    font-size: 2rem;
  }
}
.border-bt-none {
  border-bottom: none;
}
/*入門プログラムFV*/
.program-fv {
  position: relative;
  background: url(https://www.studio-wild.com/wp/wp-content/uploads/2025/12/fv-wild-back.png) no-repeat;
  background-size: cover;
}
.program-fv .borderslide-frame {
  background: transparent;
  margin: 0;
  padding: 0 0 3em;
}
.program-fv .borderslide-frame img {
  bottom: 0;
  right: 5%;
  left: unset;
}
@media (max-width: 768px) {
  .program-fv .borderslide-frame img {
    right: 0;
    transform: unset;
  }
  .program-fv {
    padding-top: 35%;
  }
}
