*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

:where([hidden]:not([hidden='until-found'])) {
  display: none !important
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light
}

@supports not (min-block-size:100dvb) {
  :where(html) {
    block-size: 100%
  }
}

@media (prefers-reduced-motion:no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth
  }
}

:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit
}

:where(textarea) {
  resize: vertical;
  resize: block
}

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer
}

:where(:disabled) {
  cursor: not-allowed
}

:where(label:has(>input:disabled), label:has(+input:disabled)) {
  cursor: not-allowed
}

:where(button) {
  border-style: solid
}

:where(a) {
  text-underline-offset: .2ex
}

:where(ul, ol) {
  list-style: none
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem)
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important
}


body {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.08em;
}

p,
li {
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 1em;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

header {
  text-align: center;
}

header .topimg{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

header .topimg p{
  position: absolute;
  bottom:5px;
  left:15px;
  font-size: 10px;
  color:#fff;
}

header .lead {
  font-size: 28px;
  font-weight: bold;
  padding: 30px 0 0;
}

header h1 {
  color: #1c2952;
  font-weight: 900;
  font-size: 36px;
  border-bottom: 1px solid #1c2952;
  display: inline-block;
  padding-bottom: 16px;
  margin-bottom: 36px;
}

header a{
    display: block;
    background: #72ef43;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #999;
    text-decoration: none;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    max-width: 410px;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
    line-height: 1.2;
    text-align: center;
    transition: 0.3s;
}

header a:hover {
  background: #ceffbb;
  color: #fff;
}


header a span{
  font-size: 14px;
  display: block;
}

header .att{
  font-size: 12px;
  margin-bottom: 60px;
}

main h2 {
  font-size: 32px;
  color: #1c2952;
  text-align: center;
  font-weight: 900;
  line-height: 1.8;
}

/*----------------------------
mark ｜ラインマーカー
----------------------------*/

.mark {
  background-image: linear-gradient(transparent 60%, #fff87daa 60%);
  display: inline;
  padding: 0 5px;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}

.mark.on {
  background-size: 100% 100%;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.mark.red {
  background-image: linear-gradient(transparent 60%, #ffc7d2aa 60%);
  color: #fd0707;
}


main .sec1 {
  background-image: url(/wp-content/themes/lightning_child_sample/img/online_salon_eikaiwa/img_02.jpg);
  background-size: cover;
  color: #fff;
  text-align: center;
  aspect-ratio: 10 / 4;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

main .sec1 p {
  margin-bottom: 0.4em;
}

main .sec1 p:nth-child(2) {
  font-size: 21px;
}

main .sec1 p:nth-child(3) {
  font-size: 26px;
  margin-bottom: 1em;
}

main .sec2 {
  text-align: center;
}

main .sec2 ul {
  display: inline-block;
  margin: 0 auto;
}

main .sec2 ul li {
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
}

main .sec2 ul li::before {
  display: inline-block;
  content: url(/wp-content/themes/lightning_child_sample/img/online_salon_eikaiwa/img_03.png);
  margin-top: 5px;
}

main .sec2 h2 {
  font-size: 40px;
  margin: 100px 0;
  color: #1882e2;
}

main .sec2 h3{
font-size: 32px;
    color: #1c2952;
    text-align: center;
    font-weight: 900;
    line-height: 1.8;
    margin:30px 0 80px;
}

main .sec2 img {
  margin: 0 auto;
}

main .sec2 .bg {
  background-image: url(/wp-content/themes/lightning_child_sample/img/online_salon_eikaiwa/img_05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

main .sec2 .bg p {
  font-weight: 900;
  line-height: 1;
  margin-top: 50px;
  margin-bottom: 0;
}

main .sec2 .bg .f24 {
  font-size: 24px;
}

main .sec2 .bg .f42 {
  font-size: 42px;
  margin-top: 90px;
}

main .sec2 .bg .f70 {
  font-size: 70px;
}

main .sec2 .bg .f90 {
  font-size: 90px;
  margin: 40px 0 0;
}

main .sec2 .bg .red {
  color: #ff0000;
}

main .sec2 .bg p:last-child {
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
}

main .sec2 > p {
  margin-top: 45px;
}

main .sec3 {
  background: #e7eaf4;
  padding: 1px 0 80px;
  margin-top: 80px;
}

main .sec3 h2 {
  margin: 68px 0;
}

main .sec3 .flex {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
}

main .sec3 .flex p:first-child {
  margin-bottom: 0;
}

main .sec3 .flex h3 {
  font-size: 24px;
  margin-bottom: 1rem;
}

main .sec3 .flex p img {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: sub;
}


main .sec4 h2 {
  margin: 80px 0 40px;
}

main .sec4 ul li {
  border-bottom: 1px solid #cbd1e4;
  display: flex;
  align-items: flex-start;
  padding: 18px 5px 8px;
  margin: 0 auto;
  gap: 20px;
  max-width: 880px;
  font-weight: bold;
}

main .sec4 .bg {
  background: #e7eaf4;
  padding: 20px;
  margin-top: 120px;
}

main .sec4 .bg .flex {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

main .sec4 .bg .flex img {
  width: 49%;
}

main .sec4 .bg p {
  color: #343e61;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
}

main .sec4 .bg p .f28 {
  font-size: 28px;
  font-weight: 900;
}

main .sec5 h2 {
  margin: 90px 0 10px;
}

main .sec5 .att{
  font-size: 12px;
  margin-bottom: 50px;
  text-align: center;
}

main .sec5 .flex {
  display: flex;
  justify-content: space-between;
}

main .sec5 .flex > div {
  background: #f4fcf1;
  width: calc(50% - 15px);
  padding: 30px 30px 110px;
  position: relative;
}

main .sec5 .flex .plan,
main .sec5 .premium .plan {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

main .sec5 .flex .plan p:first-child,
main .sec5 .premium .plan p:first-child {
  background: #91d876;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: block;
  height: 68px;
  width: 178px;
  text-align: center;
  line-height: 68px;
}

main .sec5 .flex .plan p:last-child,
main .sec5 .premium .plan p:last-child {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
}

main .sec5 .flex .plan p:last-child span,
main .sec5 .premium .plan p:last-child span {
  font-size: 22px;
  display: block;
}

main .sec5 .flex > div > p {
  text-align: center;
}

main .sec5 .flex > div > p img {
  margin: 0 auto;
}

main .sec5 .flex .scroll_up:first-child p{
  font-size: 22px;
}

main .sec5 .flex p .f24{
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  color:#1882e2;
  padding: 0 5px;
}
main .sec5 .flex p .f24 span{
  font-size: 60px;
}

main .sec5 .flex > div a {
  background: #91d876;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 5%;
  line-height: 78px;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  text-decoration: none;
  width: 90%;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #999;
  transition: 0.3s;
}

main .sec5 .flex > div a:hover {
  background: #ceffbb;
  color: #fff;
}

main .sec5 .premium {
  background: #1c2952;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  padding: 30px;
}

main .sec5 .premium .plan p:first-child {
  background: #fff;
  color: #343e61;
  position: relative;
}

main .sec5 .premium .plan p:first-child::after {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 172px;
  height: 62px;
  border: 3px solid #343e61;
}

main .sec5 .premium p {
  text-align: left;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

main .sec5 .premium a {
  background: #72ef43;
  display: block;
  line-height: 78px;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  max-width: 440px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #fff6;
  transition: 0.3s;
}

main .sec5 .premium a:hover {
  background: #ceffbb;
  color: #72ef43;
}

main .sec6 {
  margin-top: 120px;
}

main .sec6 > p {
  font-size: 32px;
  font-weight: 900;
  color: #343e61;
  text-align: center;
}

main .sec6 > p .f60{
  font-size: 60px;
  line-height: 1;
}

main .sec6 .step {
  background: url(/wp-content/themes/lightning_child_sample/img/online_salon_eikaiwa/img_17.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 20px 0;
  margin-bottom: 10px;
}

main .sec6 .step p {
  text-align: center;
  font-size: 20px;
}

main .sec6 a {
  display: block;
  background: #72ef43;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #999;
  text-decoration: none;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  max-width: 410px;
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
  transition: 0.3s;
}

main .sec6 a:hover {
  background: #ceffbb;
  color: #fff;
}

main .sec6 a span {
  font-size: 16px;
  font-weight: 700;
  display: block;
}

footer {
  margin-top: 120px;
  text-align: center;
}

footer > p {
  color: #1c2952;
  font-weight: bold;
  border-bottom: 2px solid #1c2952;
  padding-bottom: 5px;
}

footer div p {
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 2em;
}

.lsp{letter-spacing: -15px;}

.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: inline;
}

@media screen and (max-width:768px) {

  .sp {
    display: none;
  }

  .tb {
    display: inline;
  }

  .pc {
    display: none;
  }

  p,
  li {
    line-height: 1.8;
    font-size: 16px;
  }

  .wrapper {
    padding: 0 15px;
  }

  header .lead {
    font-size: 24px;
  }

  header h1 {
    line-height: 1.6;
    font-size: 30px;
  }

  header h1 + p {
    text-align: left;
  }

  main h2 {
    font-size: 26px;
  }

  main .sec1 p:nth-child(2) {
    font-size: 18px;
  }

  main .sec1 p:nth-child(3) {
    font-size: 21px;
  }

  main .sec2 ul li {
    font-size: 18px;
  }

  main .sec2 h2 {
    font-size: 32px;
  }

  main .sec2 .bg p {
    margin-top: 30px;
  }

  main .sec2 .bg .f24 {
    font-size: 18px;
  }

  main .sec2 .bg .f42 {
    font-size: 24px;
    margin-top: 40px;
  }

  main .sec2 .bg .f70 {
    font-size: 36px;
  }

  main .sec2 .bg .f90 {
    font-size: 44px;
    margin: 20px 0 0;
  }

  main .sec3 .flex {
    flex-direction: column;
  }

  main .sec3 .flex > img {
    width: 60%;
    margin: 0 auto;
  }

  main .sec4 .bg {
    margin-top: 60px;
  }
main .sec4 .bg p{
  font-size: 18px;
}
main .sec4 .bg p .f28{
  font-size: 20px;
}
  main .sec5 .flex {
    flex-direction: column;
  }

  main .sec5 .flex > div {
    width: calc(100% - 15px);
    margin-bottom: 30px;
    padding: 15px 15px 80px;
  }

  main .sec5 .flex > div a,
  main .sec5 .premium a {
    font-size: 24px;
    line-height: 50px;
  }

  main .sec5 .premium {
    margin-top: 0;
  }

  main .sec5 .premium p {
    font-size: 18px;
  }

  main .sec6 > p {
    font-size: 26px;
  }

  main .sec6 .step p {
    font-size: 18px;
  }

  footer > p {
    font-size: 14px;
  }

  footer div p {
    font-size: 12px;
  }

  main .sec6 a {
    font-size: 28px;
  }
}

@media screen and (max-width:480px) {
  .sp {
    display: inline;
  }

  .tb {
    display: inline;
  }

  .pc {
    display: none;
  }
  p,li{
    font-size: 14px;
  }
  header .topimg p{
    left: 5px;
    bottom: 5px;
    font-size: 8px;
    margin-bottom: 0;
  }
  header .lead{
    font-size: 20px;
  }
  header a,
  header h1,
  main .sec2 h2,
  main h2,
  main .sec2 h3{
    font-size: 24px;
  }
    header h1{
    padding-bottom: 8px;
  }
  main .sec1{
    aspect-ratio:1 / 1;
    background-position: center center;
  }
  main .sec1 p:nth-child(1){
    font-size: 12px;
  }
  main .sec1 p:nth-child(2){
    font-size: 15px;
  }
  main .sec1 p:nth-child(3){
    font-size: 18px;
  }
  main .sec2{
    margin-top: 50px;
  }
  main .sec2 ul li{
    font-size: 14px;
  }
  main .sec2 h2{
    margin: 50px 0 40px;
  }
    main .sec2 h3{
      margin: 15px 0 40px;
    }
  main .sec3 h2{
    margin: 32px 0;
  }
  main .sec4 h2{
    margin: 40px 0 20px;
  }
  main .sec5 .flex .scroll_up:first-child p{
    font-size: 18px;
}
  main .sec5 .flex .plan p:first-child, main .sec5 .premium .plan p:first-child{
    font-size: 16px;
    width:115px;
    height: 50px;
    line-height: 50px;
  }
  main .sec5 .flex .plan p:last-child, 
  main .sec5 .premium .plan p:last-child{
    font-size: 22px;
  }
main .sec5 .flex .plan p:last-child span, main .sec5 .premium .plan p:last-child span{
  font-size: 16px;
}
main .sec5 .premium{
  padding: 20px;
}
main .sec5 .premium p{
  font-size: 16px;
}
main .sec5 .premium .plan p:first-child{
  width:100px;
}
main .sec5 .premium .plan p:first-child::after{
  width:94px;
  height: 44px;
}
main .sec6,
footer{
  margin-top: 60px;
}
main .sec6 > p{
  font-size: 20px;
}
main .sec6 > p .f60{
  font-size: 40px;
}
main .sec6 .step p{
  font-size: 14px;
}
main .sec6 a{
  width:90%;
}
}
