@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;
}

body.fixed {
  position: fixed;
  width: 100%;
  overflow: visible;
}

_::-webkit-full-page-media, _:future, :root .cooking rt {
  transform: translateY(0.6em);
}

_::-webkit-full-page-media, _:future, :root .cooking .btns .btn-anchor .fs-l rt {
  transform: translateY(0.8em);
}

_::-webkit-full-page-media, _:future, :root .cooking .content_wrapper .content .content_title rt {
  transform: translateY(0.8em);
}

_::-webkit-full-page-media, _:future, :root .cooking .modal_wrapper .modal .material rt {
  transform: translateY(0.1em);
}

_::-webkit-full-page-media, _:future, :root .cooking .modal_wrapper .modal .howto rt {
  transform: translateY(0.1em);
}

@media only screen and (max-width: 767px) {
  _::-webkit-full-page-media, _:future, :root .cooking .modal_wrapper .modal .one_point .txt rt {
    transform: translateY(0.1em);
  }
}

@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-size: 56vw auto;
  }
}

.bg_cloud {
  background: left top 467px/171px auto repeat-y url("/brand/osechi/kidsland/img/common/bg-cooking_play-cloud-left-pc.png"), right top 680px/173px auto repeat-y url("/brand/osechi/kidsland/img/common/bg-cooking_play-cloud-right-pc.png");
}
@media only screen and (max-width: 767px) {
  .bg_cloud {
    background: left top 109.333vw/10.533vw auto repeat-y url("/brand/osechi/kidsland/img/common/bg-cooking_play-cloud-left-sp.png"), right top 116vw/10.533vw auto repeat-y url("/brand/osechi/kidsland/img/common/bg-cooking_play-cloud-right-sp.png");
  }
}

.early {
  color: #403a32;
}
.early .dpc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .early .dpc {
    display: none;
  }
}
.early .dsp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .early .dsp {
    display: block;
  }
}
.early .title-inner {
  margin-bottom: 70px;
  height: 643px;
  background: url("/brand/osechi/kidsland/img/early/title_bg.png") no-repeat top -82px center;
}
@media only screen and (max-width: 767px) {
  .early .title-inner {
    margin-bottom: 9.333vw;
    height: 95.2vw;
    background: url("/brand/osechi/kidsland/img/early/title_bg-sp.png") no-repeat top center;
    background-size: contain;
  }
}
.early .title-inner h2 {
  padding: 35px 0 45px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .early .title-inner h2 {
    padding: 5.333vw 0 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .early .title-inner h2 img {
    width: 91.733vw;
    height: auto;
  }
}
.early .title-inner p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .early .title-inner p {
    margin: 0 8vw;
  }
}
.early .early-inner {
  width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .early .early-inner {
    width: auto;
  }
}
.early .early-inner .osechi-area h3 {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .osechi-area h3 {
    margin-bottom: 4.667vw;
  }
}
.early .early-inner .osechi-area h3 span {
  display: inline-block;
  padding: 14px 30px;
  position: relative;
  border-radius: 50px;
  background-color: #e39e09;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .osechi-area h3 span {
    padding: 2.667vw 5.333vw;
    font-size: 3.467vw;
    line-height: 1.4;
  }
}
.early .early-inner .osechi-area h3 span::after {
  content: "";
  display: block;
  margin-left: -7px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -10px;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 10px solid #e39e09;
  border-bottom: 0;
}
.early .early-inner .osechi-area .pcImg {
  margin-bottom: 60px;
  text-align: center;
}
.early .early-inner .osechi-area .pcImg img {
  margin-left: 84px;
}
.early .early-inner .osechi-area .spImg {
  margin: 0 2.667vw 8vw;
}
.early .early-inner .osechi-area .spImg02 {
  margin: 0 13.333vw 8vw 2.667vw;
}
.early .early-inner .menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 23px;
  margin: 0 25px 85px;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .menu-list {
    margin: 0 10.667vw;
    gap: 5.333vw 6.4vw;
  }
}
.early .early-inner .menu-list li a {
  overflow: hidden;
  display: block;
  width: 245px;
  height: 250px;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0 7px 0 0 #f0c3b2;
  outline: 5px solid #e73130;
  outline-offset: -5px;
  background-color: #fff;
  transition: opacity ease 0.4s;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .menu-list li a {
    width: 36vw;
    height: 36.667vw;
    box-shadow: 0 1.6vw 0 0 #f0c3b2;
  }
}
@media print, screen and (min-width: 768px) {
  .early .early-inner .menu-list li a:hover, .early .early-inner .menu-list li a:focus {
    opacity: 0.6;
  }
}
.early .early-inner .menu-list li a:hover img, .early .early-inner .menu-list li a:focus img {
  opacity: 1;
}
.early .early-inner .menu-list li a .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 190px;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .menu-list li a .img {
    height: 28vw;
  }
}
.early .early-inner .menu-list li a .text {
  padding: 15px 47px 15px 0;
  position: relative;
  background: #e73130;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .menu-list li a .text {
    padding: 2.133vw 5.333vw 2vw 0;
    font-size: 4vw;
  }
}
.early .early-inner .menu-list li a .text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  transform: translateY(-44%);
  background: url("/brand/osechi/kidsland/img/early/icon_arrow01.png") no-repeat right center;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .menu-list li a .text::after {
    right: 2vw;
    width: 4vw;
    height: 4vw;
    background-size: 4vw auto;
  }
}
.early .early-inner .seasonal-dishes {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .seasonal-dishes .menu-list li:nth-child(1) img {
    width: 28.8vw;
    height: auto;
  }
  .early .early-inner .seasonal-dishes .menu-list li:nth-child(2) img {
    width: 26.4vw;
    height: auto;
  }
  .early .early-inner .seasonal-dishes .menu-list li:nth-child(3) img {
    width: 18.8vw;
    height: auto;
  }
  .early .early-inner .seasonal-dishes .menu-list li:nth-child(4) img {
    width: 24.267vw;
    height: auto;
  }
  .early .early-inner .seasonal-dishes .menu-list li:nth-child(5) img {
    width: 24.8vw;
    height: auto;
  }
  .early .early-inner .seasonal-dishes .menu-list li:nth-child(6) img {
    width: 23.733vw;
    height: auto;
  }
  .early .early-inner .seasonal-dishes .menu-list li:nth-child(7) img {
    width: 26.667vw;
    height: auto;
  }
  .early .early-inner .seasonal-dishes .menu-list li:nth-child(8) img {
    width: 20.8vw;
    height: auto;
  }
}
.early .early-inner .osechi01-sp,
.early .early-inner .osechi02-sp {
  margin-bottom: 9.333vw;
  padding-bottom: 10vw;
  background: url("/brand/osechi/kidsland/img/early/line02.png") no-repeat center bottom;
  background-size: 89.6vw auto;
}
.early .early-inner .osechi-menu-sp li:nth-child(1) img {
  width: 19.467vw;
  height: auto;
}
.early .early-inner .osechi-menu-sp li:nth-child(2) img {
  width: 21.333vw;
  height: auto;
}
.early .early-inner .osechi-menu-sp li:nth-child(3) img {
  width: 24vw;
  height: auto;
}
.early .early-inner .osechi-menu-sp li:nth-child(4) img {
  width: 25.867vw;
  height: auto;
}
.early .early-inner .osechi-menu-sp li:nth-child(5) img {
  width: 24.8vw;
  height: auto;
}
.early .early-inner .osechi-menu-sp li:nth-child(6) img {
  width: 17.067vw;
  height: auto;
}
.early .early-inner .osechi-menu-sp li:nth-child(7) img {
  width: 23.467vw;
  height: auto;
}
.early .early-inner .osechi-menu-sp li:nth-child(8) img {
  width: 19.2vw;
  height: auto;
}
.early .early-inner .osechi-menu-sp li:nth-child(9) img {
  width: 19.733vw;
  height: auto;
}
.early .early-inner .make-pick {
  padding-top: 1px;
  position: relative;
  background: url("/brand/osechi/kidsland/img/early/make_pick_title_bg.png") no-repeat top center;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick {
    margin: 13.333vw 5.333vw 0;
    background-image: url("/brand/osechi/kidsland/img/early/make_pick_title_bg-sp.png");
    background-size: 100% auto;
  }
}
.early .early-inner .make-pick h3 {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-52%);
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick h3 {
    top: -4.267vw;
    width: 66.667vw;
    transform: translateX(-50%);
  }
}
.early .early-inner .make-pick .bg01 {
  margin-top: 119px;
  padding: 0 22px 22px;
  border-radius: 0 0 12px 12px;
  background: url("/brand/osechi/kidsland/img/early/make_pick_bg01.png") repeat-y left top;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick .bg01 {
    margin-top: 10.933vw;
    padding: 0 2.933vw 2.933vw;
    background: url("/brand/osechi/kidsland/img/early/make_pick_bg01-sp.png") repeat-y left top;
    background-size: 89.333vw auto;
  }
}
.early .early-inner .make-pick .bg02 {
  padding: 105px 0 1px;
  background: url("/brand/osechi/kidsland/img/early/make_pick_bg03.png") repeat 6px -2px;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick .bg02 {
    padding: 18.667vw 0 1px;
    background-size: 3.467vw auto;
  }
}
.early .early-inner .make-pick .bg03 {
  margin: 0 49px 40px;
  padding: 35px 30px 45px;
  border-radius: 15px;
  background-color: #fbf4e1;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick .bg03 {
    margin: 0 2.667vw 2.667vw;
    padding: 6.667vw 3.333vw 6.667vw;
  }
}
.early .early-inner .make-pick p {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick p {
    margin: 0 6.133vw 2.667vw;
    font-size: 3.467vw;
  }
}
.early .early-inner .make-pick p .t {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick p .t {
    font-size: 4vw;
  }
}
.early .early-inner .make-pick p .c01 {
  color: #e73130;
}
.early .early-inner .make-pick p .c02 {
  color: #39abda;
}
.early .early-inner .make-pick p .c03 {
  color: #17afb2;
}
.early .early-inner .make-pick p .c04 {
  color: #e66962;
}
.early .early-inner .make-pick p .c05 {
  color: #e67294;
}
.early .early-inner .make-pick p .c06 {
  color: #c15494;
}
.early .early-inner .make-pick .img {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick .img {
    flex-direction: column;
    gap: 4vw;
    margin: 0 10.667vw 8vw;
  }
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick .img li:nth-child(1) img {
    margin-left: -5.333vw;
    width: calc(100% + 5.333vw);
    max-width: initial;
    max-width: auto;
  }
}
.early .early-inner .make-pick .img li:nth-child(2) img {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick .img li:nth-child(2) img {
    margin-top: 0;
  }
}
.early .early-inner .make-pick .howArea h4 {
  margin-bottom: 20px;
  padding: 0.5em 0;
  background: url("/brand/osechi/kidsland/img/early/make_pick_title_bg02.png") no-repeat left top;
  font-size: 32px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  color: #e73130;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick .howArea h4 {
    margin-bottom: 2.8vw;
    padding: 0.6em 0;
    font-size: 4.267vw !important;
    font-weight: bold !important;
    background: url("/brand/osechi/kidsland/img/early/make_pick_title_bg02-sp.png") no-repeat left top;
    background-size: 100% auto;
  }
}
.early .early-inner .make-pick .howArea ol {
  counter-reset: listnum;
  margin: 0 15px 20px 5px;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick .howArea ol {
    margin: 0 0 2.4vw;
  }
}
.early .early-inner .make-pick .howArea ol li {
  margin-bottom: 25px;
  padding-left: 70px;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  counter-increment: listnum;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick .howArea ol li {
    margin-bottom: 3.333vw;
    padding-left: 9.333vw;
    font-size: 3.733vw;
  }
}
.early .early-inner .make-pick .howArea ol li::before {
  content: counter(listnum);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #e73130;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick .howArea ol li::before {
    width: 6.667vw;
    height: 6.667vw;
    top: -0.4vw;
    border-radius: 1.333vw;
    font-size: 4.4vw;
  }
}
.early .early-inner .make-pick .howArea .attList {
  margin: 0 15px 30px 5px;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick .howArea .attList {
    margin: 0 0 5.333vw;
  }
}
.early .early-inner .make-pick .howArea .attList li {
  font-size: 17px;
  font-weight: 1000;
  color: #e73130;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick .howArea .attList li {
    font-size: 2.933vw;
  }
}
.early .early-inner .make-pick .howArea p {
  margin: 0 25px 0 5px;
  font-size: 26px;
  text-align: justify;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick .howArea p {
    margin: 0;
    font-size: 3.467vw;
  }
}
.early .early-inner .make-pick .howArea p span {
  padding-bottom: 5px;
  background: url("/brand/osechi/kidsland/img/early/line01.gif") repeat-x left bottom;
  color: #e73130;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick .howArea p span {
    padding-bottom: 0.667vw;
    background-size: auto 0.667vw;
  }
}
.early .early-inner .make-pick .howArea .text01 {
  margin: 25px 0 14px;
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick .howArea .text01 {
    margin: 6vw 0 2.4vw;
    font-size: 2.933vw;
  }
}
.early .early-inner .make-pick .howArea .btn a {
  display: block;
  margin: auto;
  padding: 10px 12px 10px 0;
  width: 400px;
  box-sizing: border-box;
  box-shadow: 0 7px 0 0 #d7dfac;
  border-radius: 35px;
  background: url("/brand/osechi/kidsland/img/early/icon_dl.png") no-repeat right 30px center #68a10d;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  transition: opacity ease 0.4s;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .make-pick .howArea .btn a {
    padding: 1.733vw 1.6vw 2.133vw 0;
    width: 58.667vw;
    box-shadow: 0 1.6vw 0 0 #d7dfac;
    font-size: 3.733vw;
    background-position: right 4vw center;
    background-size: 3.333vw auto;
  }
}
@media print, screen and (min-width: 768px) {
  .early .early-inner .make-pick .howArea .btn a:hover {
    opacity: 0.6;
  }
}
.early .early-inner .bnr {
  padding: 40px 0 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .early .early-inner .bnr {
    padding: 5.333vw 5.333vw 22.667vw;
  }
}
.early .modal_wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 1001;
}
.early .modal_wrapper .modal_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.early .modal_wrapper .modal {
  overflow: hidden;
  display: none;
  width: 550px;
  height: 552px;
  border-radius: 14px;
  outline: 5px solid #e73130;
  outline-offset: -5px;
  box-sizing: border-box;
  box-shadow: 0 12px 0 0 #9c0202;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .early .modal_wrapper .modal {
    width: 78.4vw;
    height: 78.667vw;
    border-radius: 2vw;
    box-shadow: 0vw 1.6vw 0 0 #9c0202;
  }
}
.early .modal_wrapper .modal .img-area {
  height: 427px;
}
@media only screen and (max-width: 767px) {
  .early .modal_wrapper .modal .img-area {
    height: 60.933vw;
  }
}
.early .modal_wrapper .modal .img-area .img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  height: 290px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .early .modal_wrapper .modal .img-area .img {
    padding-top: 0;
    height: 41.333vw;
  }
}
.early .modal_wrapper .modal .img-area .text {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .early .modal_wrapper .modal .img-area .text {
    font-size: 4.267vw;
  }
}
.early .modal_wrapper .modal .text-area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  width: 100%;
  height: 120px;
  position: relative;
  background-color: #e73130;
}
@media only screen and (max-width: 767px) {
  .early .modal_wrapper .modal .text-area {
    padding: 0 0.667vw;
    height: 17.067vw;
  }
}
.early .modal_wrapper .modal .text-area .text {
  padding-right: 75px;
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .early .modal_wrapper .modal .text-area .text {
    padding-right: 11.333vw;
    font-size: 5.867vw;
  }
}
@media only screen and (max-width: 767px) {
  .early .modal_wrapper .modal[data-modal="1"] img {
    width: auto;
    height: 29.333vw;
  }
  .early .modal_wrapper .modal[data-modal="2"] img {
    width: auto;
    height: 29.333vw;
  }
  .early .modal_wrapper .modal[data-modal="3"] img {
    width: auto;
    height: 26.667vw;
  }
  .early .modal_wrapper .modal[data-modal="4"] img {
    width: auto;
    height: 20vw;
  }
  .early .modal_wrapper .modal[data-modal="5"] img {
    width: auto;
    height: 24vw;
  }
  .early .modal_wrapper .modal[data-modal="6"] img {
    width: auto;
    height: 30.667vw;
  }
  .early .modal_wrapper .modal[data-modal="7"] img {
    width: auto;
    height: 26.667vw;
  }
  .early .modal_wrapper .modal[data-modal="8"] img {
    width: auto;
    height: 29.333vw;
  }
  .early .modal_wrapper .modal[data-modal="9"] img {
    width: auto;
    height: 29.333vw;
  }
  .early .modal_wrapper .modal[data-modal="10"] img {
    width: auto;
    height: 25.333vw;
  }
  .early .modal_wrapper .modal[data-modal="11"] img {
    width: auto;
    height: 25.333vw;
  }
  .early .modal_wrapper .modal[data-modal="12"] img {
    width: auto;
    height: 26.667vw;
  }
  .early .modal_wrapper .modal[data-modal="13"] img {
    width: auto;
    height: 32.667vw;
  }
  .early .modal_wrapper .modal[data-modal="14"] img {
    width: auto;
    height: 30vw;
  }
  .early .modal_wrapper .modal[data-modal="15"] img {
    width: auto;
    height: 33.333vw;
  }
  .early .modal_wrapper .modal[data-modal="16"] img {
    width: auto;
    height: 31.467vw;
  }
  .early .modal_wrapper .modal[data-modal="17"] img {
    width: auto;
    height: 30.667vw;
  }
  .early .modal_wrapper .modal[data-modal="18"] img {
    width: auto;
    height: 26.667vw;
  }
  .early .modal_wrapper .modal[data-modal="19"] img {
    width: auto;
    height: 24.667vw;
  }
  .early .modal_wrapper .modal[data-modal="20"] img {
    width: auto;
    height: 28vw;
  }
}
.early .modal_wrapper .modal .btn-modal_close {
  overflow: hidden;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  box-shadow: none;
  border-radius: 0;
  background: url("/brand/osechi/kidsland/img/early/icon_close.png") no-repeat left top;
  text-indent: -9999px;
}
.early .modal_wrapper .modal .btn-modal_close::after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .early .modal_wrapper .modal .btn-modal_close {
    width: 7.733vw;
    height: 7.733vw;
    right: 4.533vw;
    background-size: 7.733vw auto;
  }
}/*# sourceMappingURL=early.css.map */