@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,900&display=swap");
ol li, ul li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
}

p .bg-blue {
  background: #ACE1F7;
}

.anchor-offset {
  padding-top: 40px;
  margin-top: -40px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.article {
  overflow-x: hidden;
}

.article .container {
  max-width: none;
}

.single-block-contents {
  margin: 48px auto 0;
}
.single-block-contents ul li:nth-of-type(10)::before {
  content: "10";
}
.single-block-contents ul li .limit {
  color: #fff;
  background: #FF5555;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 6px;
  padding: 1px 10px 2px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .single-block-contents ul li .limit {
    font-size: 14px;
    padding: 0px 6px 1px;
    margin-left: 16px;
  }
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.m-articleContents__box__inner p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
  }
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.m-articleContents__box__inner ul li {
  list-style: none;
}

.m-articleContents__box__inner ul,
.m-articleContents__box__inner ol {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

.m-articleContents__box p a:not([class*=btn]):not([href$=".jpg"]) {
  font-weight: 700;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.archive-block .container {
  max-width: 900px;
}

ol li {
  list-style: none !important;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

.fv {
  padding-top: 48px;
}

.head-txt__body {
  font-size: 16px;
  line-height: 1.8 !important;
}
@media screen and (max-width: 640px) {
  .head-txt__body {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}

.pink-bg-txt {
  color: #fff;
  background: #ED7C9A;
  font-weight: 700;
  line-height: 1 !important;
  display: inline-block;
  padding: 6px 16px;
}
@media screen and (max-width: 640px) {
  .pink-bg-txt {
    font-size: 13px !important;
    padding: 4px 10px;
  }
}

.pink-highlight-txt {
  color: #ED7C9A;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.4 !important;
}
@media screen and (max-width: 640px) {
  .pink-highlight-txt {
    font-size: 16px !important;
    line-height: 1.56 !important;
  }
}
.pink-highlight-txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(60%, rgba(237, 124, 154, 0.1019607843)));
  background: linear-gradient(transparent 40%, rgba(237, 124, 154, 0.1019607843) 60%);
}

.sectionTitFlag {
  max-width: 262px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .sectionTitFlag {
    max-width: none;
    width: 64%;
  }
}
.sectionTitFlag + .sectionTit {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .sectionTitFlag + .sectionTit {
    margin-top: 20px;
  }
}

.sectionTit {
  position: relative;
  color: #F08300;
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
  border-top: 2px solid #F08300;
  border-bottom: 2px solid #F08300;
  padding: 42px 0 32px;
}
@media screen and (max-width: 640px) {
  .sectionTit {
    font-size: 18px !important;
    letter-spacing: -0.05em;
    border-top: 1px solid #F08300;
    border-bottom: 1px solid #F08300;
    padding: 24px 0 12px;
  }
}
.sectionTit::before {
  content: "";
  background: url(../uploads/kidzania-tokyo_sectionTit-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 42px;
}
@media screen and (max-width: 640px) {
  .sectionTit::before {
    top: -14px;
    width: 50px;
    height: 24px;
  }
}

.stepTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 640px) {
  .stepTxt {
    gap: 7px;
  }
}
.stepTxt__num {
  color: #fff;
  background: #EA6168;
  font-family: "Inter", sans-serif;
  font-size: 28px !important;
  font-weight: 900;
  line-height: 1 !important;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 640px) {
  .stepTxt__num {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 640px) {
  .stepTxt__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.detailPoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .detailPoint {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
    margin-top: 20px;
  }
}
.detailPoint__detail {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  width: 56.25%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px;
}
@media screen and (max-width: 640px) {
  .detailPoint__detail {
    border-radius: 8px;
    width: 100%;
    padding: 18px;
  }
}
.detailPoint__detail__list li {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .detailPoint__detail__list li {
    font-size: 12px;
  }
}
.detailPoint__detail__list li .pinkTxt {
  color: #EA6168;
}
.detailPoint__detail__txt {
  line-height: 2 !important;
  border-top: 1px dotted #EA6168;
  padding-top: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .detailPoint__detail__txt {
    font-size: 12px !important;
    letter-spacing: -0.01em;
    padding-top: 12px;
    margin-top: 12px;
  }
}
.detailPoint__detail__txt .yellowLine {
  background: #FF6;
}
.detailPoint__point {
  position: relative;
  width: 40%;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .detailPoint__point {
    width: 100%;
    margin-top: 0;
  }
}
.detailPoint__point__head {
  color: #fff;
  background: #EA6168;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 146px;
  width: 100%;
  padding: 6px 0 8px;
}
@media screen and (max-width: 640px) {
  .detailPoint__point__head {
    font-size: 15px !important;
    border-radius: 5px;
    top: -14px;
    max-width: 122px;
    padding: 5px 0 6px;
  }
}
.detailPoint__point__txt {
  background: #FDF0F0;
  line-height: 1.7 !important;
  border-radius: 10px;
  padding: 32px 24px;
}
@media screen and (max-width: 640px) {
  .detailPoint__point__txt {
    border-radius: 8px;
    width: 81%;
    padding: 26px 20px;
    margin: 0 auto;
  }
}
.detailPoint__point__img {
  max-width: 230px;
}
@media screen and (max-width: 640px) {
  .detailPoint__point__img {
    max-width: 194px;
    margin: -20px auto 0;
  }
}

.icoBarTxt {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .icoBarTxt {
    font-size: 15px !important;
  }
}
.icoBarTxt span {
  position: relative;
  display: inline-block;
}
.icoBarTxt span::before, .icoBarTxt span::after {
  content: "";
  background: url(../uploads/kidzania-tokyo_ico-bar.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 640px) {
  .icoBarTxt span::before, .icoBarTxt span::after {
    width: 18px;
    height: 18px;
  }
}
.icoBarTxt span::before {
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .icoBarTxt span::before {
    left: -20px;
  }
}
.icoBarTxt span::after {
  right: -30px;
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
}
@media screen and (max-width: 640px) {
  .icoBarTxt span::after {
    right: -20px;
  }
}

.topInfo {
  background: #FDEFF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 40px 32px;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .topInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 24px 20px;
    margin-top: 50px;
  }
}
.topInfo__body {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .topInfo__body {
    width: 100%;
  }
}
.topInfo__tit {
  color: #fff;
  background: #FF5555;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  border-radius: 60px;
  display: inline-block;
  max-width: 218px;
  width: 100%;
  padding: 5px 0 7px;
}
@media screen and (max-width: 640px) {
  .topInfo__tit {
    font-size: 16px !important;
    max-width: 144px;
    padding: 3px 0 5px;
  }
}
.topInfo__address {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .topInfo__address {
    margin-top: 8px;
  }
}
.topInfo__note {
  font-size: 14px !important;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .topInfo__note {
    font-size: 13px !important;
    margin-top: 8px;
  }
}
.topInfo__link {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .topInfo__link {
    margin-top: 8px;
  }
}
.topInfo__img {
  width: 47.25%;
}
@media screen and (max-width: 640px) {
  .topInfo__img {
    width: 100%;
  }
}
.topInfo__imgNote {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .topInfo__imgNote {
    font-size: 13px !important;
  }
}

.preparation {
  margin-top: 150px;
}
@media screen and (max-width: 640px) {
  .preparation {
    margin-top: 72px;
  }
}
.preparation__flag {
  color: #fff;
  background: #F55;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  border-radius: 4px;
  max-width: 140px;
  padding: 4px 0 5px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .preparation__flag {
    font-size: 13px !important;
    max-width: 124px;
    padding: 5px 0 6px;
  }
}
.preparation .sectionTit {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .preparation .sectionTit {
    margin-top: 24px;
  }
}
.preparation__profileHead {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.7 !important;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .preparation__profileHead {
    font-size: 14px !important;
    margin-top: 20px;
    -webkit-transform: translateX(28px);
            transform: translateX(28px);
  }
}
.preparation__profile {
  max-width: 389px;
  margin: 4px auto 0;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
@media screen and (max-width: 640px) {
  .preparation__profile {
    max-width: none;
    width: 81%;
    margin: 2px auto 0;
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
}
.preparation .stepTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .preparation .stepTxt {
    margin-top: 20px;
  }
}
.preparation__step01 {
  margin-top: -20px;
}
@media screen and (max-width: 640px) {
  .preparation__step01 {
    margin-top: 9%;
    -webkit-transform: scale(1.0925) translateX(-12px);
            transform: scale(1.0925) translateX(-12px);
  }
}
.preparation__step01 + .stepTxt {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .preparation__step01 + .stepTxt {
    margin-top: 40px;
  }
}
.preparation__step02 {
  margin-top: -64px;
}
@media screen and (max-width: 640px) {
  .preparation__step02 {
    margin-top: 6px;
  }
}

.experience01 {
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  .experience01 {
    margin-top: 72px;
  }
}
.experience01 .detailPoint__point__img {
  margin: -20px auto 0;
}
.experience01__midTxt {
  position: relative;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .experience01__midTxt {
    font-size: 15px !important;
    margin-top: 20px;
  }
}
.experience01__midImg {
  max-width: 314px;
  margin: -46px auto 0;
}
@media screen and (max-width: 640px) {
  .experience01__midImg {
    max-width: 295px;
    margin: 6px auto 0;
  }
}
.experience01 .stepTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .experience01 .stepTxt {
    margin-top: 20px;
  }
}
.experience01__step01 {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .experience01__step01 {
    margin-top: 12px;
  }
}
.experience01__step01sub {
  max-width: 280px;
  margin: 16px auto 0;
}
@media screen and (max-width: 640px) {
  .experience01__step01sub {
    max-width: 207px;
    margin: 12px auto 0;
  }
}
.experience01__step01sub + .stepTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .experience01__step01sub + .stepTxt {
    margin-top: 20px;
  }
}
.experience01__step02 {
  margin-top: 8px;
}
.experience01__step02sub {
  max-width: 294px;
  margin: 16px auto 0;
}
@media screen and (max-width: 640px) {
  .experience01__step02sub {
    max-width: 221px;
    margin: 8px auto 0;
  }
}
.experience01__step02sub + .stepTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .experience01__step02sub + .stepTxt {
    margin-top: 20px;
  }
}
.experience01__step03 {
  margin-top: 8px;
}
.experience01__step03sub {
  max-width: 294px;
  margin: 16px auto 0;
}
@media screen and (max-width: 640px) {
  .experience01__step03sub {
    max-width: 206px;
    margin: 8px auto 0;
  }
}

.experience02 {
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  .experience02 {
    margin-top: 72px;
  }
}
@media screen and (max-width: 640px) {
  .experience02 .detailPoint__point__txt {
    letter-spacing: -0.05em;
  }
}
.experience02 .detailPoint__point__img {
  margin: -20px auto 0;
}
.experience02 .icoBarTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .experience02 .icoBarTxt {
    margin-top: 20px;
  }
}
.experience02__midImg {
  max-width: 360px;
  margin: 8px auto 0;
}
@media screen and (max-width: 640px) {
  .experience02__midImg {
    max-width: 295px;
  }
}
.experience02 .stepTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .experience02 .stepTxt {
    margin-top: 20px;
  }
}
.experience02__step01 {
  max-width: 716px;
  margin-top: -32px;
}
@media screen and (max-width: 640px) {
  .experience02__step01 {
    margin-top: 8px;
  }
}
.experience02__step01 + .stepTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .experience02__step01 + .stepTxt {
    margin-top: 20px;
  }
}
.experience02__step02 {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .experience02__step02 {
    margin-top: 8px;
  }
}
.experience02__step02sub {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .experience02__step02sub {
    width: 96%;
    margin: 8px auto 0;
  }
}

.experience03 {
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  .experience03 {
    margin-top: 72px;
  }
}
.experience03 .detailPoint__point__img {
  margin: -20px auto 0;
}
.experience03 .icoBarTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .experience03 .icoBarTxt {
    margin-top: 22px;
  }
}
.experience03__midImg01 {
  max-width: 344px;
  margin: -30px auto 0;
}
@media screen and (max-width: 640px) {
  .experience03__midImg01 {
    max-width: 295px;
    margin: -24px auto 0;
  }
}
.experience03 .stepTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .experience03 .stepTxt {
    margin-top: 20px;
  }
}
.experience03__step01 {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .experience03__step01 {
    margin-top: 4px;
  }
}
.experience03__step01 + .icoBarTxt {
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .experience03__step01 + .icoBarTxt {
    margin-top: 16px;
  }
}
.experience03__midImg02 {
  max-width: 274px;
  margin: 8px auto 0;
}
@media screen and (max-width: 640px) {
  .experience03__midImg02 {
    max-width: 254px;
    margin: 0px auto;
  }
}
.experience03__img {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .experience03__img {
    margin-top: 12px;
  }
}
.experience03__kidsImg {
  max-width: 600px;
  margin: 88px auto 0;
}
@media screen and (max-width: 640px) {
  .experience03__kidsImg {
    max-width: 300px;
    margin: 50px auto 0;
  }
}
.experience03__kidsThoughts {
  background-color: #fff;
  background-image: url(../uploads/kidzania-tokyo_experience03-ico-bg.png);
  background-repeat: repeat;
  background-size: 30px 35px;
  border: 2px solid #EA6168;
  border-radius: 20px;
  max-width: 718px;
  padding: 30px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .experience03__kidsThoughts {
    background-size: 29px 29px;
    border-radius: 10px;
    padding: 16px;
  }
}
.experience03__kidsThoughts__tit {
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .experience03__kidsThoughts__tit {
    font-size: 16px !important;
  }
}
.experience03__kidsThoughts__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .experience03__kidsThoughts__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-top: 8px;
  }
}
.experience03__kidsThoughts__item {
  width: 48%;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .experience03__kidsThoughts__item {
    width: 100%;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  }
}
.experience03__kidsThoughts__item--01 {
  background: #FFEDF9;
}
.experience03__kidsThoughts__item--02 {
  background: #FFEFED;
}
.experience03__kidsThoughts__item--03 {
  background: #EDF8FF;
}
.experience03__kidsThoughts__item--04 {
  background: #F6FFED;
}
.experience03__kidsThoughts__txt span {
  border-bottom: 2px dotted #AAA;
}

.whatIsKidzania {
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  .whatIsKidzania {
    margin-top: 72px;
  }
}
.whatIsKidzania__whatLikeThere {
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .whatIsKidzania__whatLikeThere {
    margin: 40px auto 0;
  }
}
.whatIsKidzania__whatLikeThere__head01 {
  max-width: 404px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .whatIsKidzania__whatLikeThere__head01 {
    max-width: 269px;
  }
}
.whatIsKidzania__whatLikeThere__mv {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .whatIsKidzania__whatLikeThere__mv {
    margin-top: 12px;
  }
}
.whatIsKidzania__whatLikeThere__txt {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .whatIsKidzania__whatLikeThere__txt {
    margin-top: 8px;
  }
}
.whatIsKidzania__whatLikeThere__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .whatIsKidzania__whatLikeThere__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-top: 20px;
  }
}
.whatIsKidzania__whatLikeThere__itemTxt {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .whatIsKidzania__whatLikeThere__itemTxt {
    margin-top: 12px;
  }
}
.whatIsKidzania__whatLikeThere__itemTxt--copy {
  text-align: right;
  margin-top: 0;
}
.whatIsKidzania__whatCanDo {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .whatIsKidzania__whatCanDo {
    margin-top: 20px;
  }
}
.whatIsKidzania__whatCanDo__head01 {
  max-width: 446px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .whatIsKidzania__whatCanDo__head01 {
    max-width: 297px;
  }
}
.whatIsKidzania__whatCanDo__mv {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .whatIsKidzania__whatCanDo__mv {
    margin-top: 8px;
  }
}
.whatIsKidzania__whatCanDo__txt {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .whatIsKidzania__whatCanDo__txt {
    margin-top: 8px;
  }
}
.whatIsKidzania__whatCanDo__placeHead {
  background: #EFA319;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 30px 7px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .whatIsKidzania__whatCanDo__placeHead {
    gap: 6px;
    padding: 4px 22px 5px;
    margin: 20px auto 0;
  }
}
.whatIsKidzania__whatCanDo__placeHead .placeHeadIco {
  width: 28px;
}
@media screen and (max-width: 640px) {
  .whatIsKidzania__whatCanDo__placeHead .placeHeadIco {
    width: 21px;
  }
}
.whatIsKidzania__whatCanDo__placeHead .placeHeadTxt {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .whatIsKidzania__whatCanDo__placeHead .placeHeadTxt {
    font-size: 18px;
  }
}
.whatIsKidzania__whatCanDo__placeImg01 {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .whatIsKidzania__whatCanDo__placeImg01 {
    margin-top: 8px;
  }
}
.whatIsKidzania__whatCanDo__placeTxt {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .whatIsKidzania__whatCanDo__placeTxt {
    margin-top: 8px;
  }
}
.whatIsKidzania__whatCanDo__placeImg02 {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .whatIsKidzania__whatCanDo__placeImg02 {
    margin-top: 8px;
  }
}

.m-articleContents__box:nth-of-type(12) {
  max-width: none;
}

.column {
  position: relative;
  background: #F8EFEF;
  max-width: 800px;
  padding: 40px;
  margin: 100px auto 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .column {
    padding: 30px 10px;
    margin: 48px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .column::after {
    content: "";
    background: #F8EFEF;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 120%;
    height: 100%;
    z-index: -1;
  }
}
.column__tit {
  color: #fff;
  background: #EA6168;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1 !important;
  border-radius: 60px;
  display: inline-block;
  padding: 4px 34px 6px;
}
@media screen and (max-width: 640px) {
  .column__tit {
    font-size: 16px !important;
    padding: 3px 16px 5px;
  }
}
.column__head {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .column__head {
    font-size: 16px !important;
  }
}
.column__txt {
  margin-top: 8px;
}
.column__img01 {
  max-width: 662px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .column__img01 {
    max-width: none;
    width: 100%;
    margin-top: 36px;
    -webkit-transform: scale(1.08) translateX(4.5%);
            transform: scale(1.08) translateX(4.5%);
  }
}
.column__img02 {
  margin-top: 10px;
  -webkit-transform: scale(1.0175) translateX(-7px);
          transform: scale(1.0175) translateX(-7px);
}
@media screen and (max-width: 640px) {
  .column__img02 {
    margin-top: 30px;
    -webkit-transform: scale(1.055) translateX(0);
            transform: scale(1.055) translateX(0);
  }
}