@charset "UTF-8";
/* Google Fonts: Zen Maru Gothic */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
main #klg_header, main #klg_sho_footer {
  display: none;
}
main button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
main h1, main h2, main h3 {
  margin-bottom: 0;
}

footer {
  margin-top: 0;
}

main {
  /** ------------------------------
   * Cookingページ
   * ------------------------------ */
  /* Modal 閉じる */
  /* YouTubeアイコン + Text */
}
main .btn-anchor {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  background-color: #e87400;
  border: 8px solid #fff;
  border-radius: 18px;
  box-shadow: 0px 7px 0px 0px rgba(238, 120, 0, 0.25);
  transition: color 0.4s;
}
@media only screen and (max-width: 767px) {
  main .btn-anchor {
    border-width: 1.067vw;
    box-shadow: 0px 0.933vw 0px 0px rgba(238, 120, 0, 0.25);
  }
}
main .btn-anchor::after {
  display: block;
  content: "";
  width: 33px;
  height: 33px;
  background: left top/100% auto no-repeat url("/brand/osechi/kidsland/img/cooking/icon-arrow_bottom.png");
  transition: opacity 0.4s;
}
@media only screen and (max-width: 767px) {
  main .btn-anchor::after {
    width: 4.4vw;
    height: 4.4vw;
  }
}
@media print, screen and (min-width: 768px) {
  main .btn-anchor:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  main .btn-anchor:hover:after {
    opacity: 0.5;
  }
}
main .btn-modal_close {
  position: relative;
  display: block;
  margin: 0 auto;
  color: #fff;
  background-color: #68a10d;
  border-radius: 35px;
  box-shadow: 0px 7px 0px 0px rgba(109, 167, 14, 0.25);
  transition: color 0.4s;
}
@media only screen and (max-width: 767px) {
  main .btn-modal_close {
    box-shadow: 0px 0.933vw 0px 0px rgba(109, 167, 14, 0.25);
  }
}
main .btn-modal_close::after {
  position: absolute;
  top: 0;
  right: 23px;
  bottom: 0;
  margin: auto 0;
  display: block;
  content: "";
  width: 33px;
  height: 33px;
  background: left top/100% auto no-repeat url("/brand/osechi/kidsland/img/cooking/icon-plus.png");
  transition: opacity 0.4s;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  main .btn-modal_close::after {
    width: 4.4vw;
    height: 4.4vw;
  }
}
@media print, screen and (min-width: 768px) {
  main .btn-modal_close:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  main .btn-modal_close:hover:after {
    opacity: 0.5;
  }
}
main .btn-link-yt {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #fff;
  border-radius: 43px;
  box-shadow: 0px 7px 0px 0px rgba(211, 29, 41, 0.25);
  background-color: #d31d29;
  transition: color 0.4s;
}
@media only screen and (max-width: 767px) {
  main .btn-link-yt {
    box-shadow: 0px 0.933vw 0px 0px rgba(211, 29, 41, 0.25);
  }
}
main .btn-link-yt::before {
  display: block;
  content: "";
  margin-right: 30px;
  width: 48px;
  height: 33px;
  background: left top/100% auto no-repeat url("/brand/osechi/kidsland/img/cooking/icon_youtube.png");
  transition: opacity 0.4s;
}
@media only screen and (max-width: 767px) {
  main .btn-link-yt::before {
    margin-right: 5.333vw;
    width: 6.133vw;
    height: 4.267vw;
  }
}
@media print, screen and (min-width: 768px) {
  main .btn-link-yt:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  main .btn-link-yt:hover::before {
    opacity: 0.5;
  }
}
main .modal_open {
  position: relative;
  display: block;
  width: 450px;
  height: 70px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background-color: #68a10d;
  border-radius: 35px;
  box-shadow: 0px 7px 0px 0px rgba(109, 167, 14, 0.25);
  transition: color 0.4s;
}
@media only screen and (max-width: 767px) {
  main .modal_open {
    box-shadow: 0px 0.933vw 0px 0px rgba(109, 167, 14, 0.25);
  }
}
main .modal_open::after {
  position: absolute;
  top: 0;
  right: 23px;
  bottom: 0;
  margin: auto 0;
  display: block;
  content: "";
  width: 33px;
  height: 33px;
  background: left top/100% auto no-repeat url("/brand/osechi/kidsland/img/cooking/icon-plus.png");
  transition: opacity 0.4s;
}
@media only screen and (max-width: 767px) {
  main .modal_open::after {
    right: 3.067vw;
    width: 4.4vw;
    height: 4.4vw;
  }
}
@media print, screen and (min-width: 768px) {
  main .modal_open:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  main .modal_open:hover:after {
    opacity: 0.5;
  }
}
main .btn-back {
  position: relative;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #fff;
  background-color: #68a10d;
  box-shadow: 0px 7px 0px 0px rgba(109, 167, 14, 0.25);
  transition: color 0.4s;
}
@media only screen and (max-width: 767px) {
  main .btn-back {
    box-shadow: 0px 0.933vw 0px 0px rgba(109, 167, 14, 0.25);
  }
}
main .btn-back::after {
  position: absolute;
  top: 0;
  left: 23px;
  bottom: 0;
  margin: auto 0;
  display: block;
  content: "";
  width: 33px;
  height: 33px;
  background: left top/100% auto no-repeat url("/brand/osechi/kidsland/img/common/icon-back.png");
  transition: opacity 0.4s;
}
@media only screen and (max-width: 767px) {
  main .btn-back::after {
    left: 3.067vw;
    width: 4.4vw;
    height: 4.4vw;
  }
}
@media print, screen and (min-width: 768px) {
  main .btn-back:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  main .btn-back:hover:after {
    opacity: 0.5;
  }
}

main {
  font-family: "Zen Maru Gothic", serif;
}
main h1, main h2, main h3 {
  font-family: "Zen Maru Gothic", serif;
}
main .font-hiragino {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.study-asobi .container .box:nth-child(1) .icon {
  top: 26px;
  width: 93px;
}
@media only screen and (max-width: 767px) {
  .study-asobi .container .box:nth-child(1) .icon {
    top: 5.6vw;
    width: 14vw;
  }
}
.study-asobi .container .box:nth-child(2) .icon {
  top: 38px;
  width: 99px;
}
@media only screen and (max-width: 767px) {
  .study-asobi .container .box:nth-child(2) .icon {
    top: 7.2vw;
    width: 15.733vw;
  }
}
.study-asobi .container .box:nth-child(3) .icon {
  top: 30px;
  width: 84px;
}
@media only screen and (max-width: 767px) {
  .study-asobi .container .box:nth-child(3) .icon {
    top: 5.2vw;
    width: 12.267vw;
  }
}
.study-asobi .container .box:nth-child(4) .icon {
  top: 32px;
  width: 83px;
}
@media only screen and (max-width: 767px) {
  .study-asobi .container .box:nth-child(4) .icon {
    top: 5.6vw;
    width: 12.667vw;
  }
}
.study-asobi .container .box:nth-child(5) .icon {
  top: 36px;
  width: 68px;
}
@media only screen and (max-width: 767px) {
  .study-asobi .container .box:nth-child(5) .icon {
    top: 6.4vw;
    width: 10.933vw;
  }
}
.study-asobi .container .box:nth-child(6) .icon {
  top: 32px;
  width: 68px;
}
@media only screen and (max-width: 767px) {
  .study-asobi .container .box:nth-child(6) .icon {
    top: 6.267vw;
    width: 10.4vw;
  }
}/*# sourceMappingURL=study-asobi.css.map */