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

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

.asob * {
  box-sizing: border-box;
}
.asob .flex {
  display: flex;
}
.asob .bg_washi {
  background: center top/420px auto repeat url("/brand/osechi/kidsland/img/common/bg_washi.png");
}
.asob .bg_cloud {
  background: center top/1440px auto repeat-y url("/brand/osechi/kidsland/img/study-oshogatsu/bg_cloud.png"), left bottom 0px/347px auto no-repeat url("/brand/osechi/kidsland/img/common/bg_flower-left.png"), right bottom 0px/347px auto no-repeat url("/brand/osechi/kidsland/img/common/bg_flower-right.png");
}
@media only screen and (max-width: 767px) {
  .asob .bg_cloud {
    background: left top 77.333vw/10.533vw auto repeat-y url("/brand/osechi/kidsland/img/common/bg-cooking_play-cloud-left-sp.png"), right top 118.667vw/10.533vw auto repeat-y url("/brand/osechi/kidsland/img/common/bg-cooking_play-cloud-right-sp.png"), center bottom 0px/100% auto no-repeat url("/brand/osechi/kidsland/img/study/imi/flower-sp.png");
  }
}
.asob .contents_inner {
  margin: 0 auto;
  padding-bottom: 160px;
  max-width: 1100px;
}
@media only screen and (max-width: 767px) {
  .asob .contents_inner {
    max-width: 100%;
    padding: 0 5.333vw;
    padding-bottom: 24vw;
  }
}
.asob .kv {
  padding-top: 65px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  width: 640px;
}
@media only screen and (max-width: 767px) {
  .asob .kv {
    width: auto;
    padding-top: 5.333vw;
    margin-bottom: 1.333vw;
  }
}
.asob .kv-txt {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .asob .kv-txt {
    margin-bottom: 22vw;
  }
}
.asob .kv-txt rt {
  font-size: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .asob .kv-txt rt {
    font-size: 2.133vw;
  }
}
.asob .kv-txt .ac {
  display: inline-block;
  position: relative;
}
.asob .kv-txt .ac::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 2%;
  transform: translate(0%, -50%);
  background-image: url(/brand/osechi/kidsland/img/study/imi/tttlimg01.png);
  width: 171px;
  height: 141px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .asob .kv-txt .ac::before {
    background-image: url(/brand/osechi/kidsland/img/study/imi/tttlimg01-sp.png);
    width: 17.867vw;
    height: 46.8vw;
    left: -2vw;
    background-size: contain;
  }
}
.asob .kv-txt .ac::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(0%, -50%);
  background-image: url(/brand/osechi/kidsland/img/study/imi/tttlimg02.png);
  width: 172px;
  height: 137px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .asob .kv-txt .ac::after {
    background-image: url(/brand/osechi/kidsland/img/study/imi/tttlimg02-sp.png);
    width: 20.533vw;
    height: 42.533vw;
    right: -2vw;
    background-size: contain;
  }
}
.asob .kv-txt .ac span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 4px;
  border-bottom-color: #ef7800;
  border-bottom-style: dotted;
  border-bottom-width: 4px;
}
@media only screen and (max-width: 767px) {
  .asob .kv-txt .ac span {
    font-size: 4vw;
  }
}
.asob .kv-txt .pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .asob .kv-txt .pc {
    display: none;
  }
}
.asob .kv-txt .sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .asob .kv-txt .sp {
    display: block;
  }
}
.asob .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .asob .content ul {
    margin-bottom: 0;
  }
}
.asob .content ul li {
  width: 340px;
  background-color: #fff;
  border: #ef7800 solid 10px;
  border-radius: 180px 180px 10px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 0 15px 0;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .asob .content ul li {
    width: 100%;
    padding: 2.667vw 4.667vw 6.667vw;
    margin-bottom: 26.667vw;
    border-radius: 8px;
    border: #ef7800 1.067vw solid;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .asob .content ul li::before {
    position: absolute;
    top: -10vw;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 38.267vw;
    height: 19.067vw;
    border: #ef7800 1.067vw solid;
    background-color: #fff;
    border-radius: 100px 100px 0 0; /* 下側を丸める */
    border-bottom: 0; /* 直線部分を消す */
  }
}
.asob .content ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .asob .content ul li:nth-last-child(-n+3) {
    margin-bottom: 26.667vw;
  }
}
@media only screen and (max-width: 767px) {
  .asob .content ul li:last-of-type {
    margin-bottom: 7.333vw;
  }
}
.asob .content ul li .img {
  height: 195px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .asob .content ul li .img {
    width: 37.333vw;
    height: 15.333vw;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.asob .content ul li .img img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .asob .content ul li .img img {
    top: 55%;
    width: 40%;
  }
}
.asob .content ul li .ttl {
  font-size: 34px;
  font-weight: 900;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: dotted #ef7800 1px;
}
@media only screen and (max-width: 767px) {
  .asob .content ul li .ttl {
    margin-bottom: 3.333vw;
    padding-bottom: 3.333vw;
    font-size: 5.867vw !important;
  }
}
.asob .content ul li .ttl rt {
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .asob .content ul li .ttl rt {
    font-size: 2.133vw;
  }
}
.asob .content ul li .txt {
  font-size: 16px;
  height: 163px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .asob .content ul li .txt {
    line-height: 6.4vw;
    font-size: 3.733vw;
    height: auto;
  }
}
.asob .content ul li .txt rt {
  font-size: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .asob .content ul li .txt rt {
    font-size: 2.133vw;
  }
}
.asob .content ul .green {
  border: #6da70e solid 10px;
}
@media only screen and (max-width: 767px) {
  .asob .content ul .green {
    border: #6da70e 1.067vw solid;
  }
}
@media only screen and (max-width: 767px) {
  .asob .content ul .green::before {
    border: #6da70e 1.067vw solid;
    border-bottom: 0;
  }
}
.asob .content ul .green .ttl {
  border-bottom: dotted #6da70e 1px;
}
.asob .content ul .purple {
  border: #920784 solid 10px;
}
@media only screen and (max-width: 767px) {
  .asob .content ul .purple {
    border: #920784 1.067vw solid;
  }
}
@media only screen and (max-width: 767px) {
  .asob .content ul .purple::before {
    border: #920784 1.067vw solid;
    border-bottom: 0;
  }
}
.asob .content ul .purple .ttl {
  border-bottom: dotted #920784 1px;
}
.asob .content .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) {
  .asob .content .btn_wrapper .btn-back {
    width: 68vw;
    height: 10.933vw;
    border-radius: 5.467vw;
    font-size: 4.267vw;
  }
}

footer {
  margin-top: 0;
}/*# sourceMappingURL=imi.css.map */