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

.contents-inner {
  margin: 0 auto;
  max-width: 1440px;
}

.klg_header {
  display: none;
}

.kids-inner {
  max-width: 1100px;
  margin: auto;
}

.kv {
  position: relative;
}
.kv::after {
  content: "";
  background-image: url(/brand/osechi/kidsland/img/top/hana.png);
  position: absolute;
  bottom: 215px;
  left: -115px;
  width: 77px;
  height: 69px;
}
@media only screen and (max-width: 767px) {
  .kv::after {
    content: none;
  }
}

@media only screen and (max-width: 767px) {
  main {
    background: url(/brand/osechi/kidsland/img/top/bg_kumo.png) no-repeat, url(/brand/osechi/kidsland/img/top/bg-sp.png) repeat;
    background-size: cover;
  }
}

.bg_washi {
  background: center top/420px auto repeat url("/brand/osechi/kidsland/img/common/bg_washi.png");
}
@media only screen and (max-width: 767px) {
  .bg_washi {
    background: none;
  }
}

.bg_cloud {
  background: url(/brand/osechi/kidsland/img/top/bg_r.png) no-repeat left bottom, url(/brand/osechi/kidsland/img/top/bg_l.png) no-repeat right bottom;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .bg_cloud {
    background: none;
  }
}

.ac {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ac {
    margin-bottom: 13.333vw;
  }
}

.top {
  margin-top: min(2.778vw, 40px);
  margin-bottom: min(-0.694vw, -10px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top {
    margin-top: 5.333vw;
    margin-bottom: -1.333vw;
  }
}
.top img {
  position: relative;
}
.top::before {
  position: absolute;
  content: "";
  background-image: url(/brand/osechi/kidsland/img/top/top-kumo01.png);
  left: -105px;
  bottom: 256px;
  width: 142px;
  height: 82px;
}
@media only screen and (max-width: 767px) {
  .top::before {
    content: none;
  }
}
.top::after {
  position: absolute;
  content: "";
  background-image: url(/brand/osechi/kidsland/img/top/top-kumo02.png);
  right: -81px;
  bottom: 110px;
  width: 139px;
  height: 80px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .top::after {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .top {
    margin-top: 2.933vw;
    margin-bottom: auto;
  }
}

@media only screen and (max-width: 767px) {
  .cntntList_item {
    width: 82.667vw;
    margin: auto;
    margin-bottom: 13.333vw;
  }
}

.list {
  margin-top: 0;
  margin-bottom: 0;
}
.list ul {
  display: flex;
  justify-content: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .list ul {
    flex-wrap: wrap;
    margin-bottom: 31.333vw;
  }
}
@media only screen and (max-width: 767px) {
  .list ul li {
    width: 73.333vw;
    margin-bottom: 4vw;
  }
}
.list ul li:nth-of-type(2) {
  margin: min(4.167vw, 60px) min(1.389vw, 20px) 0;
}
@media only screen and (max-width: 767px) {
  .list ul li:nth-of-type(2) {
    margin: auto;
    margin-bottom: 6.667vw;
  }
}
@media only screen and (max-width: 767px) {
  .list ul li:last-child {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=top.css.map */