:root {
  color-scheme: light;
  --font-color: #121212;
  --accent-color: #6690a9;
  --fanclub-red: #f53434;

  --header-height: 60px;
  --max-content-width: 1184px;
  --content-gutter: 24px;

  --swiper-theme-color: #121212 !important;
}

:where(:focus-visible) {
  outline: none;
}

* {
  font-family: Helvetica, sans-serif, Arial;
}

main {
  background-color: #f2f2f2;
}

a.underline {
  position: relative;
  color: #121212;
  text-decoration: none;
}

a.underline:hover {
  color: #121212;
}

a.underline:hover::before {
  transform: scaleX(1);
}

a.underline::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #121212;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.1s ease;
}

p.two-lines {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.hidden-scroll {
  overflow: hidden;
}

.pc-none {
  display: none !important;
}

.sp-none {
  display: block !important;
}

@media screen and (max-width: 1220px) {
  .pc-none {
    display: block !important;
  }

  .sp-none {
    display: none !important;
  }
}

.content-wrapper {
  max-width: var(--max-content-width);
  margin: 0 auto;
  padding: 60px 20px;

  @media (max-width: 768px) {
    padding: 40px 20px;
  }
}

.lesson-guidance {
  .content-wrapper {
    padding: 40px 20px;
    background-color: #d9e7f6;
    border-radius: 10px;
    margin-top: 40px;
    .guidance {
      margin-top: 40px;
      line-height: 2em;
    }
  }
}

p {
  line-height: 1.8em;
}

p:not(:last-child) {
  margin-bottom: 1em;
}

.wp-block-embed-vimeo {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 비율 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border: 1px solid #121212;
}

.wp-block-embed-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.swpm-form-row.swpm-phone-row,
.swpm-form-row.swpm-street-row,
.swpm-form-row.swpm-city-row,
.swpm-form-row.swpm-state-row,
.swpm-form-row.swpm-zipcode-row,
.swpm-form-row.swpm-country-row,
.swpm-form-row.swpm-company-row,
.swpm-form-row.swpm-membership-lever-row {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
}
