@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;
}
@media only screen and (max-width: 767px) {
  .asob #klg_sho_footer {
    display: none;
  }
}
.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: 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"), left top 532px/171px auto repeat-y url("/brand/osechi/kidsland/img/common/bg-cooking_play-cloud-left-pc.png"), right top 742px/173px auto repeat-y url("/brand/osechi/kidsland/img/common/bg-cooking_play-cloud-right-pc.png");
}
@media only screen and (max-width: 767px) {
  .asob .bg_cloud {
    background: left top 76vw/10.533vw auto repeat-y url("/brand/osechi/kidsland/img/common/bg-cooking_play-cloud-left-sp.png"), right top 112vw/10.533vw auto repeat-y url("/brand/osechi/kidsland/img/common/bg-cooking_play-cloud-right-sp.png");
  }
}
.asob .contents_inner {
  margin: 0 auto;
  padding-bottom: 160px;
  max-width: 1440px;
}
@media only screen and (max-width: 767px) {
  .asob .contents_inner {
    min-width: auto;
    padding-bottom: 24vw;
  }
}
.asob .kv {
  min-width: 1000px;
  height: 420px;
  overflow: hidden;
  margin-bottom: 60px;
  background: center top/1800px auto no-repeat url(/brand/osechi/kidsland/img/asobu/kv.jpg);
  background-color: #F6E1F0;
  text-indent: 100%;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .asob .kv {
    margin-bottom: 8vw;
    min-width: auto;
    height: 70.667vw;
    background: center top/100vw auto no-repeat url("/brand/osechi/kidsland/img/asobu/kv-sp.png");
    margin-bottom: 8vw;
  }
}
.asob .btns {
  max-width: 1000px;
  margin: auto;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 0 20px;
  margin-bottom: 155px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .asob .btns {
    margin-bottom: 20.667vw !important;
  }
}
.asob .btns::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  transform: translate(0%, -50%);
  width: 177px;
  height: 205px;
  background-image: url(/brand/osechi/kidsland/img/asobu/img01.png);
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .asob .btns::before {
    top: 16.267vw;
    left: 4vw;
    background-image: url(/brand/osechi/kidsland/img/asobu/img01-sp.png);
    width: 12vw;
    height: 18.667vw;
    background-repeat: no-repeat;
  }
}
.asob .btns::after {
  content: "";
  position: absolute;
  top: 65%;
  right: 0;
  transform: translate(0%, -50%);
  width: 174px;
  height: 226px;
  background-image: url(/brand/osechi/kidsland/img/asobu/img02.png);
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .asob .btns::after {
    top: 4vw;
    right: 4vw;
    background-image: url(/brand/osechi/kidsland/img/asobu/img02-sp.png);
    width: 12vw;
    height: 18.667vw;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .asob .btns {
    gap: 0 2.667vw;
    margin-bottom: 8vw;
  }
}
.asob .btns .btn-anchor {
  width: 275px;
  height: 210px;
  background-color: #920783 !important;
  box-shadow: 0px 7px 0px 0px rgba(146, 7, 132, 0.25) !important;
}
@media only screen and (max-width: 767px) {
  .asob .btns .btn-anchor {
    width: 30.667vw;
    height: 21.333vw;
    box-shadow: 0px 0.933vw 0px 0px rgba(146, 7, 132, 0.25) !important;
    border-radius: 2.667vw;
  }
}
.asob .btns .btn-anchor::after {
  display: block;
  content: "";
  width: 33px;
  height: 33px;
  background: left top/100% auto no-repeat url(/brand/osechi/kidsland/img//asobu/arrow.png);
  transition: opacity 0.4s;
}
@media only screen and (max-width: 767px) {
  .asob .btns .btn-anchor::after {
    width: 4.4vw;
    height: 4.4vw;
  }
}
.asob .btns .btn-anchor:hover .ttl::before, .asob .btns .btn-anchor:hover .ttl::after {
  opacity: 0.5;
}
.asob .btns .btn-anchor .ttl {
  font-size: 26px;
  display: block;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .asob .btns .btn-anchor .ttl {
    font-size: 2.933vw;
  }
}
.asob .btns .btn-anchor .ttl::after, .asob .btns .btn-anchor .ttl::before {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 3px;
  height: 25px;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 767px) {
  .asob .btns .btn-anchor .ttl::after, .asob .btns .btn-anchor .ttl::before {
    width: 0.4vw;
    height: 3.333vw;
  }
}
.asob .btns .btn-anchor .ttl::before {
  transform: rotate(-25deg);
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .asob .btns .btn-anchor .ttl::before {
    transform: rotate(-20deg);
    left: 1.333vw;
  }
}
.asob .btns .btn-anchor .ttl::after {
  right: 10px;
  transform: rotate(25deg);
}
@media only screen and (max-width: 767px) {
  .asob .btns .btn-anchor .ttl::after {
    transform: rotate(20deg);
    right: 1.333vw;
  }
}
@media only screen and (max-width: 767px) {
  .asob .btns .btn-anchor .btnimg {
    width: 16.267vw;
    margin-bottom: 2.333vw;
    margin-top: 1vw;
  }
}
.asob .btns .btn-anchor .small {
  font-size: 26px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1.3;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .asob .btns .btn-anchor .small {
    font-size: 2.933vw;
    margin-bottom: 0;
    display: none;
  }
}
.asob .btns .btn-anchor .txt {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 23px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .asob .btns .btn-anchor .txt {
    font-size: 4vw;
    margin-bottom: 1.333vw;
  }
}
.asob .btns .btn-anchor .txt rt {
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .asob .btns .btn-anchor .txt rt {
    font-size: 1.333vw;
  }
}
@media only screen and (max-width: 767px) {
  .asob .btns .btn-anchor .ruby {
    margin-top: 0vw;
    display: none;
  }
}
.asob .btns .btn-anchor .space {
  letter-spacing: -0.22em;
}
.asob .content {
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 190px;
}
@media only screen and (max-width: 767px) {
  .asob .content {
    margin-bottom: 24vw;
  }
}
.asob .content:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .asob .content {
    padding-bottom: 8vw;
    border-radius: 1.6vw;
  }
}
.asob .content_title {
  padding: 90px 40px 20px;
  position: relative;
  background-color: #920783;
  border-radius: 12px 12px 0 0;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .asob .content_title {
    font-size: 3.467vw;
    padding: 12vw 5.333vw 2.667vw;
  }
}
.asob .content_title::before {
  content: "";
  position: absolute;
  top: -104px;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 190px;
  width: 324px;
  background-color: #920783;
  border-radius: 100% 100% 0 0;
}
@media only screen and (max-width: 767px) {
  .asob .content_title::before {
    height: 32vw;
    width: 49.333vw;
    top: -16vw;
  }
}
.asob .content_title::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.asob .content_title rt {
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .asob .content_title rt {
    font-size: 1.333vw;
  }
}
.asob .content_title p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .asob .content_title p {
    z-index: 3;
    position: relative;
  }
}
.asob .content_info {
  background-color: #fff;
  padding: 20px 55px 60px;
  border-radius: 0 0 12px 12px;
}
@media only screen and (max-width: 767px) {
  .asob .content_info {
    padding: 0 5.333vw;
    border-radius: 0 0 1.6vw 1.6vw;
  }
}
.asob .content_info img {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .asob .content_info img {
    margin-bottom: 4vw;
  }
}
.asob .content_info ul .sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .asob .content_info ul .sp {
    display: block;
  }
}
.asob .content_info__txt {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .asob .content_info__txt {
    font-size: 2.933vw;
  }
}
.asob .content_info__txt .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .asob .content_info__txt .ttl {
    font-size: 2.933vw;
    margin-bottom: 0;
  }
}
.asob .content_info__txt ul:first-of-type {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .asob .content_info__txt ul:first-of-type {
    margin-bottom: 2vw;
  }
}
.asob .content_info__txt ul li {
  margin-left: 1.2rem;
  text-indent: -1.2rem;
}
@media only screen and (max-width: 767px) {
  .asob .content_info__txt ul li {
    margin-left: 2.667vw;
    text-indent: -3vw;
  }
}
.asob .content_info__txt rt {
  font-size: 9px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .asob .content_info__txt rt {
    font-size: 1.733vw;
  }
}
.asob .content_info__sp {
  padding-top: 9.333vw;
  padding-bottom: 5.333vw;
  background-image: url(/brand/osechi/kidsland/img/asobu/img03-sp.png);
  background-repeat: no-repeat;
  background-size: 86vw;
  background-position: center top;
  background-position-y: 2.667vw;
}
.asob .content_info__sp .btn {
  margin: 0 auto;
  margin-bottom: 4vw;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #fff;
  border: solid 1.067vw #fff;
  background-color: #d4060e;
  box-shadow: 0px 1.067vw 0px 0px rgb(246, 193, 195);
  transition: color 0.4s;
  width: 53.333vw;
  height: 12.667vw;
  border-radius: 13.333vw;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: -0.04vw;
  padding-left: 3.333vw;
}
.asob .content_info__sp .btn::after {
  position: absolute;
  right: 3.333vw;
  width: 3.333vw;
  height: 3.2vw;
  margin: auto 0;
  display: block;
  content: "";
  background: right top/100% auto no-repeat url(/brand/osechi/kidsland/img/asobu/icon.png);
  transition: opacity 0.4s;
}
.asob .content_info__sp p {
  text-align: center;
  font-size: 2.667vw;
}
.asob .content01 .content_title::after {
  width: 496px;
  height: 143px;
  background-image: url(/brand/osechi/kidsland/img/asobu/ttlimg01.png);
}
@media only screen and (max-width: 767px) {
  .asob .content01 .content_title::after {
    width: 66.667vw;
    height: 26.667vw;
    top: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .asob .content02 {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .asob .content02 .content_title {
    height: 19.333vw;
  }
}
@media only screen and (max-width: 767px) {
  .asob .content02 .content_title::before {
    height: 32vw;
  }
}
.asob .content02 .content_title::after {
  top: -20%;
  width: 603px;
  height: 232px;
  background-image: url(/brand/osechi/kidsland/img/asobu/ttlimg02.png);
}
@media only screen and (max-width: 767px) {
  .asob .content02 .content_title::after {
    width: 79.333vw;
    height: 31.333vw;
    top: -2vw;
  }
}
.asob .content02 .content_info {
  background-color: #fff;
  padding: 100px;
  text-align: center;
  border-radius: 0 0 12px 12px;
}
@media only screen and (max-width: 767px) {
  .asob .content02 .content_info {
    padding: 9.333vw 5.333vw 12vw;
    border-radius: 0 0 1.6vw 1.6vw;
  }
}
.asob .content02 .content_info .box {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .asob .content02 .content_info .box {
    margin-bottom: 8vw;
  }
}
.asob .content02 .content_info .box:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .asob .content02 .content_info .box iframe {
    height: 44.667vw;
  }
}
.asob .content02 .content_info img {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .asob .content02 .content_info img {
    margin-bottom: 4vw;
  }
}
.asob .content02 .content_info .img {
  margin-bottom: 35px;
}
.asob .content02 h3 {
  line-height: 1.4;
  color: #bfa21c;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .asob .content02 h3 {
    margin-bottom: 3.333vw;
  }
}
.asob .content02 h3::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -45px;
  width: 24px;
  height: 72px;
  background-image: url(/brand/osechi/kidsland/img/asobu/ttlimg03.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .asob .content02 h3::before {
    top: auto;
    bottom: 0.667vw;
    right: -8vw;
    height: 8.667vw;
    width: 3.067vw;
  }
}
.asob .content02 h3::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -45px;
  width: 24px;
  height: 72px;
  background-image: url(/brand/osechi/kidsland/img/asobu/ttlimg04.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .asob .content02 h3::after {
    top: auto;
    bottom: 0.667vw;
    left: -8vw;
    height: 8.667vw;
    width: 3.067vw;
  }
}
.asob .content02 h3 rt {
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .asob .content02 h3 rt {
    font-size: 1.2vw;
  }
}
.asob .content_wrapper {
  margin: 0 auto;
  width: 1000px;
}
@media only screen and (max-width: 767px) {
  .asob .content_wrapper {
    max-width: 100%;
    padding: 0 5.333vw;
  }
}

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