@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;
}

footer {
  margin-top: 0;
}

_::-webkit-full-page-media, _:future, :root ruby rt {
  transform: translateY(0.6em);
}

@media only screen and (max-width: 767px) {
  #klg_sho_footer {
    display: none;
  }
}

.qa .bg_washi {
  background: center top/420px auto repeat url("/brand/osechi/kidsland/img/common/bg_washi.png");
}
@media only screen and (max-width: 767px) {
  .qa .bg-cloud {
    background: url(/brand/osechi/kidsland/img/study/bg-sp.png);
    background: left top 79.733vw/10.533vw auto no-repeat url("/brand/osechi/kidsland/img/study/kumo-l.png"), right top 120vw/10.533vw auto no-repeat url("/brand/osechi/kidsland/img/study/kumo-r.png");
  }
}
.qa .contents-inner {
  margin: 0 auto;
  max-width: 1440px;
}
.qa .kids-inner {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .qa .kids-inner {
    max-width: 100%;
    margin: 0 9.333vw;
  }
}
.qa .kv {
  min-width: 1000px;
  height: 420px;
  overflow: hidden;
  background: center top/1800px auto no-repeat url(/brand/osechi/kidsland/img/study/kv.jpg);
  background-color: #d4ffb0;
  text-indent: 100%;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .qa .kv {
    margin-bottom: 0;
    min-width: auto;
    height: 70.667vw;
    background: center top/100vw auto no-repeat url("/brand/osechi/kidsland/img/study/kv-sp.png");
  }
}
.qa .content1 {
  padding: 70px 0 85px;
}
@media only screen and (max-width: 767px) {
  .qa .content1 {
    padding: 6vw 0 22.667vw;
  }
}
.qa .content1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 930px;
  margin: auto;
}
.qa .content1 ul li {
  margin-bottom: 30px;
  width: 274px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li {
    width: 38.667vw;
    margin-bottom: 5.333vw;
  }
}
.qa .content1 ul li .small {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li .small {
    font-size: 3.467vw;
  }
}
.qa .content1 ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li:first-child {
    display: none;
  }
}
.qa .content1 ul li:first-child span {
  position: absolute;
  left: -119px;
  top: 0;
  width: 397px;
}
.qa .content1 ul li:last-child span {
  position: absolute;
  right: -50px;
  top: 0;
  width: 322px;
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li:last-child span {
    width: 43.333vw;
    top: 4vw;
    left: 0;
    right: auto;
  }
}
.qa .content1 ul li:last-child span img {
  width: 405px;
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li:last-child span img {
    width: 44vw;
  }
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li:nth-of-type(2) img {
    width: 16.667vw;
  }
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li:nth-of-type(3) img {
    width: 16.667vw;
  }
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li:nth-of-type(4) img {
    width: 16vw;
  }
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li:nth-of-type(5) img {
    width: 18.667vw;
  }
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li:nth-of-type(6) img {
    width: 13.333vw;
  }
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li:nth-of-type(7) img {
    width: 12vw;
  }
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li:nth-of-type(8) img {
    width: 12vw;
  }
}
.qa .content1 ul li .orange {
  background-color: #E87400 !important;
  box-shadow: 0px 7px 0px 0px rgba(238, 120, 0, 0.25) !important;
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li .orange {
    box-shadow: 0px 0.933vw 0px 0px rgba(238, 120, 0, 0.25) !important;
  }
}
.qa .content1 ul li .green {
  background-color: #68A10D !important;
  box-shadow: 0px 7px 0px 0px rgba(109, 167, 14, 0.25) !important;
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li .green {
    box-shadow: 0px 0.933vw 0px 0px rgba(109, 167, 14, 0.25) !important;
  }
}
.qa .content1 ul li .purple {
  background-color: #920783 !important;
  box-shadow: 0px 7px 0px 0px rgba(146, 7, 132, 0.25) !important;
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li .purple {
    box-shadow: 0px 0.933vw 0px 0px rgba(146, 7, 132, 0.25) !important;
  }
}
.qa .content1 ul li:not(:first-of-type):not(:last-of-type) a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  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;
  width: 274px;
  height: 310px;
  font-size: 32px;
  line-height: 1.188;
  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.5s;
  position: relative;
}
.qa .content1 ul li:not(:first-of-type):not(:last-of-type) a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.qa .content1 ul li:not(:first-of-type):not(:last-of-type) a:hover:after {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li:not(:first-of-type):not(:last-of-type) a {
    width: 36.533vw;
    height: 41.333vw;
    border: 1.067vw solid #fff;
    font-size: 4vw;
    box-shadow: 0px 0.933vw 0px 0px rgba(238, 120, 0, 0.25);
    border-radius: 2.667vw;
  }
}
.qa .content1 ul li:not(:first-of-type):not(:last-of-type) a::after {
  position: absolute;
  bottom: 25px;
  display: block;
  content: "";
  width: 33px;
  height: 33px;
  background: left top/100% auto no-repeat url(/brand/osechi/kidsland/img/study/icon-arrow_bottom.png);
  transition: opacity 0.5s;
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li:not(:first-of-type):not(:last-of-type) a::after {
    width: 4.4vw;
    height: 4.4vw;
    bottom: 3.333vw;
  }
}
.qa .content1 ul li:not(:first-of-type):not(:last-of-type) a span {
  margin-bottom: 20px;
  margin-top: -45px;
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li:not(:first-of-type):not(:last-of-type) a span {
    margin-bottom: 2.667vw;
    margin-top: -6vw;
  }
}
.qa .content1 ul li:not(:first-of-type):not(:last-of-type) a span rt {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .qa .content1 ul li:not(:first-of-type):not(:last-of-type) a span rt {
    font-size: 1.867vw;
  }
}/*# sourceMappingURL=study.css.map */