*,
*::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.05em;
  background: #fff;
  color: #000;
}

p,
li {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 1em;
	color:#000;
}

a:hover{
  text-decoration: none!important;
}

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

.f32{
font-size:32px;
}
.f24{
font-size:24px;
}
.bold{
font-weight: bold;
}
.red{
color:#620524;
}
.blue{
  color: #09989e;
}
.pink{
color:#e5004c
}

.mark{
  background-image: linear-gradient(transparent 60%,#ffbbb2 60%);
  background-color: transparent!important;
  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 {
    transition: .8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

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

header {
  background-image: url(/wp-content/themes/lightning_child_sample/img/fts/img_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top -40px right;
  height:60vh;
}

header .toptext{
  height:52vh;
  max-width:700px;
  margin:0 auto;
  padding-top:5vh;
}
header .toptext h1 img{
  height:39vh;
}
header .toptext p img{
  height:13vh;
}

.sec1{
text-align: center;
margin-top: 20px;
}

.sec1 .lead{
font-size:36px;
font-weight: 900;
color:#620524;
border-bottom: 1px solid #620524;
display: inline-block;
margin-bottom: 0.7em;
}

.sec1 .lead + p{
margin-bottom: 0;
}

.sec1 .lh{
font-size: 24px;
line-height: 1.8;
}


a.linkbtn{
    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;
}

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


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

.sec1 .linkbtn{
	margin-bottom: 20px;
}

.sec2{
  margin-top: 80px;
  text-align: center;
  padding-bottom: 60px;
}

.sec2 img{
  margin: 0 auto;
}

.sec2 .topic1{
  margin-top: 80px;
}
.sec2 .topic2{
  margin-top:50px;
}

.sec3{
  background:#ffe0dc;
  padding: 60px 0;
}

.sec3 h2,
.sec4 h2{
  text-align: center;
  margin-bottom: 1em;
  font-size: 32px;
  color: #620524;
}

.sec3 h3{
  background:#fff;
  color: #620524;
  font-size: 22px;
  padding: 8px 20px 8px 70px;
  border-radius: 40px;
  position: relative;
}

.sec3 h3 span{
  background: #620524;
  color: #fff;
  position: absolute;
  top:0;
  left: 0;
  width: 54px;
  height: 100%;
  padding:8px 0 8px 20px;
  border-radius:40px 0 0 40px;
}

.sec3 h3 + p{
  margin: 18px 18px 40px;
}

.sec3 span.mark{
  background-image: linear-gradient(transparent 60%,#ff9aa4 60%);
}

.sec3 .example{
  margin-bottom:40px;
}

.sec3 .voice{
  background: #fff3f1;
  padding: 28px 24px 20px;
  margin-bottom: 40px;
}

.sec3 .voice img{
  float: right;
  padding: 0 0 0.5em 1em;
}

.sec3 .voice p:nth-child(2){
  font-size: 15.5px;
}

.sec4{
background: url(/wp-content/themes/lightning_child_sample/img/fts/img_10.jpg);
background-position: center bottom;
background-size: cover;
padding: 46px 0 80px;
}

.sec4 ul li{
  background: #fff;
  font-size: 24px;
  font-family: serif;
  padding: 10px 50px;
  margin-bottom: 16px;
  font-weight: bold;
}
.sec4 ul li span:first-child{
  color: #b3222c;
}

.sec4 ul li span.sm{
  font-size: 80%;
}

.sec5{
  margin: 40px auto;
  text-align: center;
}

.sec5 h2{
  color: #b3222c;
  font-size: 32px;
  letter-spacing: 0.08em;
  font-weight: 900;
}
.sec5 h2 span{
  font-size: 64px;
}

.sec5 .present{
  border: 20px solid;
  border-image: linear-gradient(to right, #b7232d, #720b26, #b7232d) 1;
  position: relative;
  padding: 20px;
  margin-top:30px;
}

.sec5 .present::before{
  content:"";
  display: block;
  position: absolute;
  top:-20px;
  left: -20px;
  background:url(/wp-content/themes/lightning_child_sample/img/fts/img_11.png);
  height:123px;
  width:197px;
}
.sec5 .present::after{
  content:"";
  display: block;
  position: absolute;
  bottom:-20px;
  right: -20px;
  background:url(/wp-content/themes/lightning_child_sample/img/fts/img_12.png);
  height:87px;
  width:155px;
}

.sec5 .present h3{
  font-size: 28px;
  color: #b2222c;
  margin:0 0 0.3em;
}

.sec5 .present ul li,
.sec5 .present.p2 p span{
  display: inline-block;
  background: #ffd1d5;
  padding: 10px 20px;
  font-weight: bold;
  margin: 0 20px;
}

.sec5 .present.p2 p span{
  margin:0 5px;
  padding:6px 12px;
}

.sec5 .present p{
  margin-bottom: 0.5em;
}

.sec5 > p{
  display: inline-block;
  margin: 40px auto;
  text-align: left;
}

.sec5 > p span{
  font-size:14px;
}

.sec6{
  background:#fffee6;
  text-align: center;
  padding: 80px 0 1px;
}
.sec6 h2{
  font-size: 32px;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}

.sec6 .linkbtn{
  margin-bottom: 80px;
}

.sec6 .next{
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}

footer {
    text-align: center;
    border-top: 2px solid #1c2952;
    letter-spacing: 0.08em;
    padding-top: 1em;
}

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

footer div p {
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 2em
}
.sp{display: none;}
.pc{display: inline;}

@media screen and (max-width:767px){
  header {
    background-position: top right;
  }
  p{
    font-size:14px;
  }
  .sec1 .lead,
  .f32,
  .sec3 h2,
  .sec4 h2,
  .sec5 h2,
  .sec6 h2{
    font-size: 24px;
  }
  .sec1 .lh,
  .f24{
    font-size: 18px;
  }
  .sec3 h3{
    font-size: 16px;
  }
  .sec1 .lh .f32,
  .sec5 .present h3{
    font-size:20px;
  }
  a.linkbtn{
    font-size: 24px;
  }
  .sec2{
    padding-bottom: 30px;
  }
  .sec2 .topic1{
    margin-top: 40px;
  }
  .sec3{
    padding: 30px 0;
  }
  .sec3 h3{
    padding-left: 52px;
  }
  .sec3 h3 span{
    width:40px;
    padding-left: 16px;
  }
  
  .sec3 .voice{
    padding:14px 12px;
    margin-bottom: 20px;
  }
  .sec3 .voice p:nth-child(2){
    font-size: 13px;
    line-height: 1.7;
  }
  .sec3 .voice img{
    width:200px;
    height: 200px;
  }
  .sec4{
    background: url(/wp-content/themes/lightning_child_sample/img/fts/img_10_sp.jpg);
    background-position: center;
    padding: 24px 0 40px;
  }
  .sec4 ul li{
    font-size: 18px;
    padding:10px;
    text-align: center;
  }
  .sec5 h2{
    letter-spacing: 0.06em;
  }
  .sec5 h2 span{
    font-size: 40px;
    margin-right: -5px;
  }
  .sec5 .present{
    padding:20px 10px 10px;
    margin-top: 10px;
    border: 10px solid;
    border-image: linear-gradient(to right, #b7232d, #720b26, #b7232d) 1;
  }
  .sec5 .present::before{
    height:62px;
    width:99px;
    background-size: contain;
    background-repeat: no-repeat;
    top:-10px;
    left:-10px;
  }
  .sec5 .present::after{
    height:46px;
    width:78px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom:-10px;
    right:-10px;
  }
  .sec5 .present p{
    line-height: 1.6;
  }
  .sec5 .present ul li{
    padding:6px 10px;
    font-size: 14px;
    margin:10px 0 0;
  }
  .sec5 .present.p2 p span{
    padding:6px 10px;
    font-size: 14px;
  }
  .sec5 > p{
    margin:20px 0 0;
    line-height: 1.6;
  }
  .sec5 > p span{
    font-size: 12px;
    letter-spacing: 0;
  }
  .sec6{
    padding:40px 0 1px;
  }
  .sec6 .next{
    font-size: 24px;
    letter-spacing: 0;
  }
  .sec6 .linkbtn{
    margin-bottom: 40px;
  }
  footer div p{
    font-size: 12px;
  }
}

@media screen and (max-width:480px){
  .sp{display: inline;}
  .pc{display: none;}
header {
  background-image: url(/wp-content/themes/lightning_child_sample/img/fts/img_01_sp.jpg);
  background-position: center center;
}
header .toptext {
padding-top: 2vh;
width:88%;
height: 100%;
margin: 0 auto;
position: relative;
}
header .toptext h1 img,
header .toptext p img{
  width:100%;
  height: auto;
}

header .toptext p{
position: absolute;
bottom: 1em;
left: 0;
margin-bottom: 0;
}
.sec1 .lead {
  line-height: 1.6;
  padding-bottom: 8px;
}
.sec1 .lead span{
  width:0.5em;
}
.sec2 p{
  text-align: left;
}
  .sec3 .voice img{
    width:70%;
    height: auto;
    float: none;
    margin: 0 auto;
    max-width: 200px;
    max-height: 200px;
  }


}