@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
  background-color: #e87400;
  border: 8px solid #fff;
  border-radius: 18px;
  -webkit-box-shadow: 0px 7px 0px 0px rgba(238, 120, 0, 0.25);
          box-shadow: 0px 7px 0px 0px rgba(238, 120, 0, 0.25);
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media only screen and (max-width: 767px) {
  main .btn-anchor {
    border-width: 1.067vw;
    -webkit-box-shadow: 0px 0.933vw 0px 0px rgba(238, 120, 0, 0.25);
            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");
  -webkit-transition: opacity 0.4s;
  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;
  -webkit-box-shadow: 0px 7px 0px 0px rgba(109, 167, 14, 0.25);
          box-shadow: 0px 7px 0px 0px rgba(109, 167, 14, 0.25);
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media only screen and (max-width: 767px) {
  main .btn-modal_close {
    -webkit-box-shadow: 0px 0.933vw 0px 0px rgba(109, 167, 14, 0.25);
            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");
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transform: rotate(45deg);
          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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-shadow: 0px 7px 0px 0px rgba(211, 29, 41, 0.25);
          box-shadow: 0px 7px 0px 0px rgba(211, 29, 41, 0.25);
  background-color: #d31d29;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media only screen and (max-width: 767px) {
  main .btn-link-yt {
    -webkit-box-shadow: 0px 0.933vw 0px 0px rgba(211, 29, 41, 0.25);
            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");
  -webkit-transition: opacity 0.4s;
  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;
  -webkit-box-shadow: 0px 7px 0px 0px rgba(109, 167, 14, 0.25);
          box-shadow: 0px 7px 0px 0px rgba(109, 167, 14, 0.25);
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media only screen and (max-width: 767px) {
  main .modal_open {
    -webkit-box-shadow: 0px 0.933vw 0px 0px rgba(109, 167, 14, 0.25);
            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");
  -webkit-transition: opacity 0.4s;
  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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-shadow: 0px 7px 0px 0px rgba(109, 167, 14, 0.25);
          box-shadow: 0px 7px 0px 0px rgba(109, 167, 14, 0.25);
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media only screen and (max-width: 767px) {
  main .btn-back {
    -webkit-box-shadow: 0px 0.933vw 0px 0px rgba(109, 167, 14, 0.25);
            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");
  -webkit-transition: opacity 0.4s;
  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;
}

body {
  min-width: 1200px;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

_::-webkit-full-page-media, _:future, :root .study_under .container .box .q rt {
  -webkit-transform: translateY(0.6em);
          transform: translateY(0.6em);
}

_::-webkit-full-page-media, _:future, :root .study_under .container .box .a rt {
  -webkit-transform: translateY(0.6em);
          transform: translateY(0.6em);
}

.study_under * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .study_under .pc {
    display: none !important;
  }
}
.study_under .sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .study_under .sp {
    display: block !important;
  }
}
.study_under .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.study_under .bg_washi {
  background: center top/420px auto repeat url("/brand/osechi/kidsland/img/common/bg_washi.png");
}
@media only screen and (max-width: 767px) {
  .study_under .bg_washi {
    background-size: 56vw auto;
  }
}
.study_under .bg_cloud {
  background: center top/1440px auto repeat-y url("/brand/osechi/kidsland/img/study-oshogatsu/bg_cloud.png");
}
@media only screen and (max-width: 767px) {
  .study_under .bg_cloud {
    background: left top 74.667vw/10.533vw auto repeat-y url("/brand/osechi/kidsland/img/common/bg-cooking_play-cloud-left-sp.png"), right top 117.333vw/10.533vw auto repeat-y url("/brand/osechi/kidsland/img/common/bg-cooking_play-cloud-right-sp.png");
  }
}
.study_under .contents_inner {
  margin: 0 auto;
  padding-bottom: 120px;
  width: 1100px;
}
@media only screen and (max-width: 767px) {
  .study_under .contents_inner {
    width: auto;
  }
}
.study_under .title_wrapper {
  margin-bottom: 20px;
  padding-top: 65px;
}
@media only screen and (max-width: 767px) {
  .study_under .title_wrapper {
    padding-top: 4.8vw;
  }
}
.study_under .title_wrapper .page_title {
  margin: 0 auto 15px;
  text-align: center;
  width: 642px;
}
@media only screen and (max-width: 767px) {
  .study_under .title_wrapper .page_title {
    margin: 0 auto 2vw;
    width: 86vw;
  }
}
.study_under .title_wrapper .overview {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .study_under .title_wrapper .overview {
    margin: 0 auto;
    width: 91.467vw;
  }
}
.study_under .container {
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  margin: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  .study_under .container {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 5.067vw 0;
    margin-bottom: 6.667vw;
  }
}
.study_under .container .box {
  position: relative;
  padding: 120px 0 30px;
  width: 530px;
  background: left top/100% auto no-repeat url("/brand/osechi/kidsland/img/study-oshogatsu/bg-top.png"), left bottom/100% auto no-repeat url("/brand/osechi/kidsland/img/study-oshogatsu/bg-bottom.png");
}
@media only screen and (max-width: 767px) {
  .study_under .container .box {
    padding: 21.333vw 0 5.333vw;
    width: 89.333vw;
  }
}
.study_under .container .box.rb {
  padding-top: 115px;
}
@media only screen and (max-width: 767px) {
  .study_under .container .box.rb {
    padding-top: 19.6vw;
  }
}
.study_under .container .box .inner {
  padding: 0 45px 20px;
  height: 100%;
  background: left center/100% auto repeat-y url("/brand/osechi/kidsland/img/study-oshogatsu/bg-mid.png");
}
@media only screen and (max-width: 767px) {
  .study_under .container .box .inner {
    padding: 0 5.333vw;
    width: 89.333vw;
  }
}
.study_under .container .box .icon {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
@media only screen and (max-width: 767px) {
  .study_under .container .box .icon {
    top: 5.333vw;
  }
}
.study_under .container .box .q {
  margin-bottom: 18px;
  padding-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  background: center bottom/441px auto no-repeat url("/brand/osechi/kidsland/img/study-oshogatsu/border-ribbon.png");
}
@media only screen and (max-width: 767px) {
  .study_under .container .box .q {
    font-size: 4.8vw;
    margin-bottom: 2.4vw;
    padding-bottom: 4vw;
    background: center bottom/78.8vw auto no-repeat url("/brand/osechi/kidsland/img/study-oshogatsu/border-ribbon-sp.png");
  }
}
.study_under .container .box .q rt {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .study_under .container .box .q rt {
    font-size: 2.133vw;
  }
}
.study_under .container .box .a {
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .study_under .container .box .a {
    font-size: 3.733vw;
    line-height: 6.4vw;
  }
}
.study_under .container .box .a rt {
  font-size: 9px;
}
@media only screen and (max-width: 767px) {
  .study_under .container .box .a rt {
    font-size: 2.133vw;
  }
}
.study_under .btn_wrapper .btn-back {
  margin: 0 auto;
  width: 450px;
  height: 70px;
  border-radius: 35px;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .study_under .btn_wrapper .btn-back {
    width: 68vw;
    height: 10.933vw;
    border-radius: 5.467vw;
    font-size: 4.267vw;
  }
}

@media only screen and (max-width: 767px) {
  .study-oshogatsu .container .box:nth-child(1) .icon {
    width: 14.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .study-oshogatsu .container .box:nth-child(2) .icon {
    width: 14.533vw;
  }
}
@media only screen and (max-width: 767px) {
  .study-oshogatsu .container .box:nth-child(3) .icon {
    width: 15.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .study-oshogatsu .container .box:nth-child(4) .icon {
    width: 10.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .study-oshogatsu .container .box:nth-child(5) .icon {
    width: 15.733vw;
  }
}/*# sourceMappingURL=study-oshogatsu.css.map */