@charset "UTF-8";
html.modal-on,
body.modal-on {
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  .pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .spOnly {
    display: none !important;
  }
  [data-modal] img {
    transition: transform 0.3s;
  }
  [data-modal] img:hover {
    transform: scale(1.1);
    cursor: pointer;
  }
}
.kodomosyabuyo {
  /* モーダル */
}
.kodomosyabuyo-contents {
  overflow: hidden;
  background: #fffdb4;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #313131;
}
.kodomosyabuyo-contents img {
  max-width: 100%;
  height: auto;
}
.kodomosyabuyo-contents .inview._fade {
  transition: transform 1s, opacity 1s;
  opacity: 0;
  transform: translateY(50px);
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-contents .inview._fade {
    transform: translateY(20px);
  }
}
.kodomosyabuyo-contents .inview._fade.is-show {
  opacity: 1;
  transform: none;
}
.kodomosyabuyo-title {
  position: relative;
  padding: 270px 0 108px;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-title {
    padding: 195px 0 270px;
  }
}
.kodomosyabuyo-title h1 {
  width: 770px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 1s ease-in, transform 1s ease-in-out;
  transform: scale(1.03);
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-title h1 {
    width: 344px;
  }
}
.kodomosyabuyo-title h1.is-show {
  opacity: 1;
  transform: none;
}
.kodomosyabuyo-title-effect span {
  position: absolute;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 1.5s, transform 1.5s;
}
.kodomosyabuyo-title-effect span.is-show {
  opacity: 1;
  transform: none;
}
.kodomosyabuyo-title-effect span:nth-of-type(1) {
  left: calc(50% - 660px);
  top: 20px;
  width: 365px;
  transition-delay: 1s;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-title-effect span:nth-of-type(1) {
    left: calc(50% - 210px);
    top: -20px;
    width: 225px;
  }
}
.kodomosyabuyo-title-effect span:nth-of-type(2) {
  left: calc(50% - 220px);
  top: -20px;
  width: 282px;
  transition-delay: 1.1s;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-title-effect span:nth-of-type(2) {
    left: calc(50% + 50px);
    top: -20px;
    width: 179px;
  }
}
.kodomosyabuyo-title-effect span:nth-of-type(3) {
  left: calc(50% + 70px);
  top: -40px;
  width: 177px;
  transition-delay: 1.2s;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-title-effect span:nth-of-type(3) {
    left: calc(50% + 10px);
    top: 120px;
    width: 57px;
  }
}
.kodomosyabuyo-title-effect span:nth-of-type(4) {
  left: calc(50% + 380px);
  top: 60px;
  width: 289px;
  transition-delay: 1.3s;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-title-effect span:nth-of-type(4) {
    left: calc(50% - 10px);
    top: 350px;
    width: 210px;
  }
}
.kodomosyabuyo-title-effect span:nth-of-type(5) {
  left: calc(50% - 490px);
  top: 560px;
  width: 173px;
  transition-delay: 1.4s;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-title-effect span:nth-of-type(5) {
    left: calc(50% - 150px);
    top: 380px;
    width: 99px;
  }
}
.kodomosyabuyo-title-effect span:nth-of-type(6) {
  left: calc(50% - 620px);
  top: 590px;
  width: 198px;
  transition-delay: 1.5s;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-title-effect span:nth-of-type(6) {
    left: calc(50% - 210px);
    top: 470px;
    width: 100px;
  }
}
.kodomosyabuyo-lead {
  padding: 0 0 160px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-lead {
    padding-bottom: 440px;
  }
}
.kodomosyabuyo-lead h2 {
  width: 168px;
  margin: 0 auto 65px;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-lead h2 {
    width: 126px;
    margin-bottom: 40px;
  }
}
.kodomosyabuyo-lead p {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin: 2em 0;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-lead p {
    font-size: 15px;
  }
}
.kodomosyabuyo-lead-effect span {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 1.5s, transform 1.5s;
  position: absolute;
}
.kodomosyabuyo-lead-effect span.is-show {
  opacity: 1;
  transform: none;
}
.kodomosyabuyo-lead-effect span:nth-of-type(1) {
  left: calc(50% + 290px);
  top: -160px;
  width: 587px;
}
@media screen and (min-width: 768px), print {
  .kodomosyabuyo-lead-effect span:nth-of-type(1) {
    transition-delay: 1.5s;
  }
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-lead-effect span:nth-of-type(1) {
    left: calc(50% - 50px);
    top: 500px;
    width: 340px;
  }
}
.kodomosyabuyo-lead-effect span:nth-of-type(2) {
  left: calc(50% - 840px);
  top: 160px;
  width: 494px;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-lead-effect span:nth-of-type(2) {
    left: calc(50% - 250px);
    top: 620px;
    width: 234px;
  }
}
.kodomosyabuyo-lead-effect span:nth-of-type(3) {
  left: calc(50% + 340px);
  top: 560px;
  width: 441px;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-lead-effect span:nth-of-type(3) {
    left: calc(50% + 37px);
    top: 788px;
    width: 211px;
  }
}
.kodomosyabuyo-lead-effect span:nth-of-type(4) {
  left: calc(50% - 580px);
  top: 750px;
  width: 239px;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-lead-effect span:nth-of-type(4) {
    left: calc(50% - 205px);
    top: 972px;
    width: 115px;
  }
}
.kodomosyabuyo-section1 {
  background: #e57000;
  position: relative;
  margin: 460px 0 290px;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-section1 {
    margin: 250px 0 100px;
    padding-bottom: 30px;
  }
}
.kodomosyabuyo-section1::before, .kodomosyabuyo-section1::after {
  content: "";
  width: max(120%, 1700px);
  height: 600px;
  background: #e57000;
  display: block;
  position: absolute;
  left: 50%;
  border-radius: 100%;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-section1::before, .kodomosyabuyo-section1::after {
    width: max(120%, 600px);
    height: 210px;
  }
}
.kodomosyabuyo-section1::before {
  top: 0;
  transform: translate(-50%, -50%);
}
.kodomosyabuyo-section1::after {
  bottom: 110px;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-section1::after {
    bottom: 50px;
  }
}
.kodomosyabuyo-section1 > * {
  position: relative;
  z-index: 2;
}
.kodomosyabuyo-section1 h2 {
  width: 604px;
  margin: 0 auto -400px;
  transform: translateY(-410px) !important;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-section1 h2 {
    transform: translateY(-200px) !important;
    margin: 0 auto -200px;
    width: 370px;
  }
}
.kodomosyabuyo-section1 h2.is-show {
  transform: translateY(-460px) !important;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-section1 h2.is-show {
    transform: translateY(-220px) !important;
  }
}
.kodomosyabuyo-section1 ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 352px);
  grid-gap: 32px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-section1 ol {
    grid-template-columns: 1fr;
    grid-gap: 0;
    margin: 0 auto;
    width: 348px;
  }
}
.kodomosyabuyo-section1 ol li {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-section1 ol li img {
    width: 230px;
  }
  .kodomosyabuyo-section1 ol li:nth-of-type(2n + 1) {
    text-align: right;
  }
}
.kodomosyabuyo-section1 ol li:first-child {
  grid-column: 1/4;
  width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-section1 ol li:first-child {
    grid-column: 1/2;
    width: auto;
  }
  .kodomosyabuyo-section1 ol li:first-child img {
    width: 286px;
  }
}
.kodomosyabuyo-section2 {
  position: relative;
  margin: 0 0 232px;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-section2 {
    margin-bottom: 80px;
  }
}
.kodomosyabuyo-section2 h2 {
  width: 477px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-section2 h2 {
    width: 349px;
  }
}
.kodomosyabuyo-section2 ol {
  width: 1120px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 72px 32px;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-section2 ol {
    width: auto;
    display: block;
  }
  .kodomosyabuyo-section2 ol .slick-track {
    display: flex;
    align-items: flex-end;
  }
}
.kodomosyabuyo-section2 ol li {
  margin: 0;
  padding: 0;
  width: 256px;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-section2 ol li {
    width: 208px;
    padding-left: 16px;
    box-sizing: border-box;
    vertical-align: bottom;
  }
}
.kodomosyabuyo-section2 .slick-dots {
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  grid-gap: 8px;
}
.kodomosyabuyo-section2 .slick-dots li {
  margin: 0;
  padding: 0;
  width: auto;
}
.kodomosyabuyo-section2 .slick-dots li.slick-active button {
  background: #e57000;
}
.kodomosyabuyo-section2 .slick-dots button {
  width: 20px;
  height: 20px;
  text-indent: -999em;
  overflow: hidden;
  border: 2px solid #e57000;
  background: none;
  border-radius: 100px;
  box-sizing: border-box;
  padding: 0;
}
.kodomosyabuyo-section2-bnr {
  width: 832px;
  margin: 72px auto 0;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-section2-bnr {
    width: 295px;
  }
}
.kodomosyabuyo-section3 {
  position: relative;
  margin: 0;
}
.kodomosyabuyo-section3-voice {
  width: 880px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-section3-voice {
    width: 400px;
    max-width: 100%;
  }
  .kodomosyabuyo-section3-voice img {
    margin: 0 -10px;
    max-width: calc(100% + 20px);
  }
}
.kodomosyabuyo-section3-bottom {
  width: 400px;
  margin: 0 auto -50px;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-section3-bottom {
    width: 290px;
  }
}
.kodomosyabuyo-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.5s;
  z-index: 2500;
  opacity: 0;
  pointer-events: none;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
}
.kodomosyabuyo-modal.active {
  pointer-events: all;
  opacity: 1;
}
.kodomosyabuyo-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.kodomosyabuyo-modal-inner {
  padding: 10vw 5vw;
  overflow: hidden;
  max-height: 100%;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  .kodomosyabuyo-modal-inner {
    padding: 50px 30px;
  }
}
.kodomosyabuyo-modal-close {
  display: flex;
  margin: 32px auto 0;
  padding: 0 0 2px;
  cursor: pointer;
  width: 131px;
  height: 54px;
  line-height: 1;
  z-index: 100;
  background: #e57000;
  color: #fff;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  grid-gap: 8px;
  font-weight: 700;
  transition: transform 0.3s;
}
.kodomosyabuyo-modal-close::before {
  content: "";
  width: 34px;
  aspect-ratio: 1;
  background: url(../images/icon_close.svg) no-repeat center center/contain;
  transform: translateY(5%);
}
.kodomosyabuyo-modal-close:hover {
  transform: scale(1.1);
}
.kodomosyabuyo-modal-frame {
  width: 100%;
  max-width: 960px;
  max-height: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
  display: none;
  pointer-events: none;
  border-radius: 60px;
  padding: 32px 64px 32px 294px;
  min-height: 294px;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-modal-frame {
    max-width: 100%;
    padding: 32px;
  }
}
.kodomosyabuyo-modal-frame.active {
  display: block;
  pointer-events: all;
}
.kodomosyabuyo-modal-frame[id^=modal_1] {
  background: #fffdb4;
}
.kodomosyabuyo-modal-frame[id^=modal_1] h3 {
  color: #e57000;
}
.kodomosyabuyo-modal-frame[id^=modal_2] {
  background: #ffb46b;
}
.kodomosyabuyo-modal-frame[id^=modal_2] h3 {
  color: #664000;
}
.kodomosyabuyo-modal-frame figure {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 230px;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-modal-frame figure {
    position: static;
    text-align: center;
    width: auto;
    margin: 8px 0;
  }
}
.kodomosyabuyo-modal-frame img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-modal-frame img {
    width: 160px;
  }
}
.kodomosyabuyo-modal-frame h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 16px 0 8px;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-modal-frame h3 {
    font-size: 20px;
    margin: 0;
    text-align: center;
  }
}
.kodomosyabuyo-modal-frame p {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .kodomosyabuyo-modal-frame p {
    font-size: 16px;
  }
}
.kodomosyabuyo-modal-frame ul.note {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
.kodomosyabuyo-modal-frame ul.note li {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}/*# sourceMappingURL=common.css.map */