@charset "UTF-8";
/*weight*/
/*
 * Font Set
 */
/*
 * Convert pixels to rems
 * eg. for a relational value of 12px write f-rem(12)
 * Assumes $em-base is the font-size of 10px
 */
/*
 * Convert pixels to line-height
 * eg. When the font size is 18 px and the line feed is 28 px write f-line-height( 18, 28 )
 */
/*
 * Convert letter-spacing
 * eg. When tracking = 50 on Photoshop, write f-letter-spacing(50).
 */
/* ===============================================
# common
=============================================== */
#kidzania.bg-none {
  background-color: none;
}

.l-main {
  padding-top: 15rem;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-bottom: 0rem;
    padding-top: 8rem;
  }
}
.l-main.bg-orange {
  background-color: #F5AA00;
}

.has-hidden {
  overflow: hidden;
}

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

.br_xs {
  display: none;
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .br_xs {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: none;
  }
  .br_xs {
    display: block;
  }
}
/* ===============================================
#  mainvisual
=============================================== */
.l-visual {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-visual {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 480px) {
  .l-visual {
    padding-top: 4rem;
  }
}
.l-visual .obj-halfcircle {
  position: absolute;
}
.l-visual .obj-halfcircle.is-main01 {
  top: 2rem;
  right: 18rem;
}
@media screen and (max-width: 768px) {
  .l-visual .obj-halfcircle.is-main01 {
    top: 4rem;
    right: 4rem;
    max-width: 40px;
  }
}
@media screen and (max-width: 480px) {
  .l-visual .obj-halfcircle.is-main01 {
    top: 2rem;
    right: 3rem;
    max-width: 26px;
  }
}
.l-visual .obj-halfcircle.is-main02 {
  top: 30rem;
  left: 9rem;
}
@media screen and (max-width: 768px) {
  .l-visual .obj-halfcircle.is-main02 {
    top: 25rem;
    left: 2rem;
    max-width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .l-visual .obj-halfcircle.is-main02 {
    top: 16rem;
    left: 1.6rem;
    max-width: 34px;
  }
}
.l-visual .obj-halfcircle.is-main03 {
  top: 38rem;
  right: 12rem;
}
@media screen and (max-width: 768px) {
  .l-visual .obj-halfcircle.is-main03 {
    top: 28rem;
    right: 4rem;
    max-width: 60px;
  }
}
@media screen and (max-width: 480px) {
  .l-visual .obj-halfcircle.is-main03 {
    top: 19rem;
    right: 2rem;
    max-width: 32px;
  }
}

.l-visual-bubble {
  display: block;
  max-width: 47.2rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-visual-bubble {
    max-width: 24rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .l-visual-bubble {
    max-width: 18rem;
    margin-bottom: 10px;
  }
}

.l-visual-pagettl-wrap {
  width: 100%;
  max-width: 81rem;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-visual-pagettl-wrap {
    max-width: 45rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .l-visual-pagettl-wrap {
    max-width: 29rem;
    margin-bottom: 40px;
  }
}
.l-visual-pagettl-wrap .l-visual-pagettl-main,
.l-visual-pagettl-wrap .l-visual-pagettl-sub {
  width: 100%;
}
.l-visual-pagettl-wrap .l-visual-pagettl-sub {
  margin-top: 14px;
}

.l-visual-mainimg {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-visual-mainimg {
    max-width: 56rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .l-visual-mainimg {
    max-width: 36rem;
  }
}

/* ===============================================
# about
=============================================== */
.l-about .obj-halfcircle {
  position: absolute;
}
.l-about .obj-halfcircle.is-about01 {
  bottom: 0;
  left: 11rem;
}
@media screen and (max-width: 768px) {
  .l-about .obj-halfcircle.is-about01 {
    bottom: 0;
    left: 11rem;
    max-width: 30px;
  }
}
@media screen and (max-width: 480px) {
  .l-about .obj-halfcircle.is-about01 {
    bottom: 3.5rem;
    left: 2rem;
    max-width: 20px;
  }
}
.l-about .obj-halfcircle.is-about02 {
  bottom: 5rem;
  right: 5rem;
}
@media screen and (max-width: 768px) {
  .l-about .obj-halfcircle.is-about02 {
    bottom: -1rem;
    right: 5rem;
    max-width: 40px;
  }
}
@media screen and (max-width: 480px) {
  .l-about .obj-halfcircle.is-about02 {
    bottom: 0rem;
    right: 2rem;
    max-width: 28px;
  }
}
.l-about .obj-wheel {
  max-width: 360px;
  width: 26vw;
  position: absolute;
  top: -8rem;
  right: -8rem;
}
@media screen and (max-width: 1080px) {
  .l-about .obj-wheel {
    top: -5rem;
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .l-about .obj-wheel {
    top: -5rem;
    right: -4.5rem;
  }
}
@media screen and (max-width: 480px) {
  .l-about .obj-wheel {
    top: -4rem;
    width: 114px;
  }
}
.l-about .obj-machine {
  max-width: 360px;
  width: 26vw;
  position: absolute;
  top: 8rem;
  left: -8rem;
}
@media screen and (max-width: 1080px) {
  .l-about .obj-machine {
    top: -5rem;
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .l-about .obj-machine {
    top: -3rem;
    left: -4.5rem;
  }
}
@media screen and (max-width: 480px) {
  .l-about .obj-machine {
    top: -6rem;
    left: -3rem;
    width: 114px;
  }
}

.l-about-ttl-wrap {
  width: 100%;
  max-width: 28.8rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-about-ttl-wrap {
    max-width: 18rem;
  }
}
@media screen and (max-width: 480px) {
  .l-about-ttl-wrap {
    max-width: 9rem;
  }
}

.l-about-leadtxt {
  display: block;
  width: 100%;
  max-width: 78.6rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-about-leadtxt {
    max-width: 48rem;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 480px) {
  .l-about-leadtxt {
    max-width: 29rem;
  }
}

.l-about-txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: var(--white);
  font-weight: 800;
  font-size: 2.7rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .l-about-txt {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .l-about-txt {
    font-size: 1.6rem;
    margin-bottom: 4.8rem;
  }
}

/* ===============================================
# slider
=============================================== */
.l-slider {
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-slider {
    margin-bottom: 80px;
  }
}
.l-slider .obj-halfcircle {
  position: absolute;
}
.l-slider .obj-halfcircle.is-slider01 {
  bottom: -5rem;
  right: 23rem;
}
@media screen and (max-width: 768px) {
  .l-slider .obj-halfcircle.is-slider01 {
    bottom: -3rem;
    right: 45rem;
    width: 30px;
  }
}
@media screen and (max-width: 480px) {
  .l-slider .obj-halfcircle.is-slider01 {
    bottom: -5rem;
    right: unset;
    left: 10rem;
    width: 22px;
  }
}
.l-slider .obj-halfcircle.is-slider02 {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-slider .obj-halfcircle.is-slider02 {
    display: block;
    bottom: -7.5rem;
    right: 18rem;
    width: 41px;
  }
}
@media screen and (max-width: 480px) {
  .l-slider .obj-halfcircle.is-slider02 {
    bottom: -9rem;
    right: 10rem;
    width: 31px;
  }
}

.swiper.is-kidzania {
  overflow: unset;
}
.swiper.is-kidzania .swiper-slide {
  width: 65%;
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
}
@media screen and (max-width: 480px) {
  .swiper.is-kidzania .swiper-slide {
    padding: 10px;
    border-radius: 20px;
  }
}
.swiper.is-kidzania .swiper-slide img {
  clip-path: inset(0 0 round 30px 30px 30px 30px);
}
@media screen and (max-width: 480px) {
  .swiper.is-kidzania .swiper-slide img {
    clip-path: inset(0 0 round 20px 20px 20px 20px);
  }
}
.swiper.is-kidzania .swiper-pagination {
  position: initial;
  bottom: unset;
  top: unset;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .swiper.is-kidzania .swiper-pagination {
    margin-top: 16px;
  }
}
.swiper.is-kidzania .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 24px;
  height: 24px;
  opacity: initial;
}
@media screen and (max-width: 480px) {
  .swiper.is-kidzania .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.swiper.is-kidzania .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e60012;
}
.swiper.is-kidzania .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 24px;
}
@media screen and (max-width: 480px) {
  .swiper.is-kidzania .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 8px;
  }
}

/* ===============================================
# program
=============================================== */
.l-program .obj-halfcircle {
  position: absolute;
  z-index: -1;
}
.l-program .obj-halfcircle.is-program01 {
  top: 22rem;
  left: 5rem;
}
@media screen and (max-width: 768px) {
  .l-program .obj-halfcircle.is-program01 {
    display: none;
  }
}
.l-program .obj-halfcircle.is-program02 {
  bottom: 0rem;
  right: 12rem;
}
@media screen and (max-width: 768px) {
  .l-program .obj-halfcircle.is-program02 {
    display: none;
  }
}
.l-program-info {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 1.9285714286vw;
  color: #f5aa02;
}
@media screen and (max-width: 480px) {
  .l-program-info {
    margin-bottom: 30px;
  }
}

.obj-spring {
  z-index: -1;
}
.obj-spring.is-program {
  display: block;
  max-width: 180px;
  width: 20vw;
  position: absolute;
  bottom: 5rem;
  left: -8rem;
}
@media screen and (max-width: 1080px) {
  .obj-spring.is-program {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .obj-spring.is-program {
    display: none;
  }
}
.obj-spring.is-slider {
  display: none;
}
@media screen and (max-width: 768px) {
  .obj-spring.is-slider {
    display: block;
    max-width: 80px;
    width: 20vw;
    position: absolute;
    bottom: -11rem;
    left: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .obj-spring.is-slider {
    bottom: -9rem;
    max-width: 47px;
  }
}

.obj-wheel2 {
  z-index: -1;
}
.obj-wheel2.is-program {
  display: block;
  max-width: 300px;
  width: 21vw;
  position: absolute;
  top: 8rem;
  right: -13rem;
}
@media screen and (max-width: 1080px) {
  .obj-wheel2.is-program {
    top: -5rem;
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .obj-wheel2.is-program {
    display: none;
  }
}
.obj-wheel2.is-slider {
  display: none;
}
@media screen and (max-width: 768px) {
  .obj-wheel2.is-slider {
    display: block;
    max-width: 120px;
    width: 21vw;
    position: absolute;
    bottom: -8rem;
    right: -0.5rem;
  }
}

.l-program-inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--white);
  padding: 45px 20px 50px;
}
@media screen and (max-width: 480px) {
  .l-program-inner {
    padding: 30px 20px 0;
  }
}

.l-program-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: var(--white);
  font-weight: 800;
  font-size: 2.7rem;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 10px 20px;
  line-height: 1.2;
}
.l-program-ttl.is-orange {
  background-color: #e94f05;
}
.l-program-ttl.is-yellow {
  background-color: #f5aa02;
}
.l-program-ttl.mt {
  margin-top: 4.5714285714vw;
}
@media screen and (max-width: 768px) {
  .l-program-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .l-program-ttl {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.l-program-contents {
  border-radius: 10px;
  width: 100%;
  padding: 40px 0 50px;
}
@media screen and (max-width: 480px) {
  .l-program-contents {
    padding: 30px 22px 44px;
  }
}
.l-program-contents + .l-program-contents {
  margin-top: 40px;
}
.l-program-contents.is-orange {
  background-color: rgba(233, 79, 5, 0.1);
}
.l-program-contents.is-orange .l-program-contents-ttl {
  color: #e94f05;
}
.l-program-contents.is-yellow {
  background-color: rgba(245, 170, 2, 0.1);
}
.l-program-contents.is-yellow .l-program-contents-ttl {
  color: #f5aa02;
}
.l-program-contents .l-program-contents-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.7rem;
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .l-program-contents .l-program-contents-ttl {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 480px) {
  .l-program-contents .l-program-contents-ttl {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.l-program-contents .l-program-contents-list-item {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
  color: #6e6e6e;
}
@media screen and (max-width: 768px) {
  .l-program-contents .l-program-contents-list-item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .l-program-contents .l-program-contents-list-item {
    font-size: 1.5rem;
  }
}
.l-program-contents .l-program-contents-list-item + .l-program-contents-list-item {
  margin-top: 20px;
}

.l-program-contents-att {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  color: #6e6e6e;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .l-program-contents-att {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .l-program-contents-att {
    font-size: 1.1rem;
  }
}

.l-program-info {
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-program-target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  font-weight: 800;
}
.l-program-target h3 {
  white-space: nowrap;
  color: white;
  padding: 0 14px;
  line-height: 1.5;
  border-radius: 6px;
  font-size: 1.9285714286vw;
}
.l-program-target h3.is-orange {
  background-color: #e94f05;
}
.l-program-target h3.is-yellow {
  background-color: #f5aa02;
}
.l-program-target p {
  margin-left: 14px;
  font-size: 1.9285714286vw;
}
.l-program-target p.is-orange {
  color: #e94f05;
}
.l-program-target p.is-yellow {
  color: #f5aa02;
}
.l-program-annotation {
  margin-top: 1.0714285714vw;
  font-size: 1.1428571429vw;
  text-align: center;
  font-weight: 800;
}
.l-program-annotation.is-orange {
  color: #e94f05;
}
.l-program-annotation.is-yellow {
  color: #f5aa02;
}
.l-program-notes {
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.1428571429vw;
  font-size: 1.1428571429vw;
  color: #e94f05;
  font-weight: 800;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-program-info {
    margin-bottom: 0;
    font-size: max(2.0833333333vw, 18px);
  }
  .l-program-target h3 {
    font-size: max(3.515625vw, 18px);
  }
  .l-program-target p {
    font-size: max(3.515625vw, 18px);
  }
  .l-program-annotation {
    font-size: max(2.0833333333vw, 12px);
    color: #e94f05;
    text-align: center;
    font-weight: 800;
  }
  .l-program-notes {
    margin: 3.90625vw 5.3333333333vw;
    font-size: max(2.0833333333vw, 12px);
  }
}

/* ===============================================
# animation
=============================================== */
.fade-in-target {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-table {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--white);
}
.l-table.is-orange {
  /* ===============================================
  # table
  =============================================== */
}
.l-table.is-orange .l-table-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.7rem;
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .l-table.is-orange .l-table-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .l-table.is-orange .l-table-ttl {
    font-size: 1.6rem;
  }
}
.l-table.is-orange .table-wrap table {
  border-collapse: separate; /* セルを分離させる */
  border-spacing: 5px; /* セル間の間隔 */
  font-family: "M PLUS Rounded 1c", sans-serif;
  table-layout: fixed;
  width: 100%;
}
.l-table.is-orange .table-wrap table th,
.l-table.is-orange .table-wrap table td {
  padding-inline: 10px;
  text-align: center;
  border: none; /* デフォルトのボーダーをリセット */
  font-weight: 800;
}
.l-table.is-orange .table-wrap table th {
  padding-block: 10px;
  background-color: #f5aa02;
  color: white;
  font-weight: 800;
  font-size: 15px;
}
.l-table.is-orange .table-wrap table th.title {
  width: 40%;
}
.l-table.is-orange .table-wrap table th.introduction {
  width: 34%;
}
.l-table.is-orange .table-wrap table th.content {
  width: 70%;
}
.l-table.is-orange .table-wrap table th:first-child {
  width: 12%;
}
.l-table.is-orange .table-wrap table th:first-child.is-yellow {
  width: 15%;
}
.l-table.is-orange .table-wrap table tbody tr {
  /* 「タイトル」と「紹介文」のセルに点線ボーダーを適用 */
  /* 各行の最後のセルは右のボーダーを消す */
}
.l-table.is-orange .table-wrap table tbody tr td {
  padding-block: 5px;
  text-align: left;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  color: #e94f05;
  vertical-align: middle; /* 中央揃えを追加 */
}
.l-table.is-orange .table-wrap table tbody tr td.title {
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 0;
}
.l-table.is-orange .table-wrap table tbody tr td.title .title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.l-table.is-orange .table-wrap table tbody tr td.title img {
  width: 11.4285714286vw;
}
.l-table.is-orange .table-wrap table tbody tr td.content p {
  font-size: 14px;
}
.l-table.is-orange .table-wrap table tbody tr td.content p span {
  font-size: 16px;
}
.l-table.is-orange .table-wrap table tbody tr td:first-child {
  background-color: #e94f05;
  color: white;
  text-align: center;
}
.l-table.is-orange .table-wrap table tbody tr td:not(:first-child) {
  border-right: 2px dotted #e94f05;
  border-bottom: 2px dotted #e94f05;
}
.l-table.is-orange .table-wrap table tbody tr td:last-child {
  border-right: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-table.is-orange .table-wrap {
    overflow-x: initial;
  }
  .l-table.is-orange table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    table-layout: auto;
  }
  .l-table.is-orange table thead {
    display: none;
  }
  .l-table.is-orange table tr {
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .l-table.is-orange table td {
    display: block;
    width: 100% !important;
    text-align: left !important;
    padding: 12px 15px !important;
    border: none !important;
    background-color: #fff !important;
    color: #e94f05 !important;
    position: static;
    padding-left: 15px !important;
    min-height: auto;
    border-bottom: 1px solid #eee !important;
  }
  .l-table.is-orange table td::before {
    display: none;
  }
  .l-table.is-orange table td.title .title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px !important;
  }
  .l-table.is-orange table td.title .title-inner img {
    width: 100% !important;
  }
  .l-table.is-orange table td.title .title-inner span {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 8px;
    font-size: 4.8vw;
  }
  .l-table.is-orange table td:first-child {
    background-color: #e94f05 !important;
    color: white !important;
    font-size: 16px;
    font-weight: 900;
    border-radius: 0;
    text-align: center !important;
  }
  .l-table.is-orange table td:last-child {
    border-bottom: none !important;
    text-align: center !important;
  }
  .l-table.is-orange.is-orange table td:nth-of-type(4) {
    position: relative;
    padding-left: 110px !important;
  }
  .l-table.is-orange.is-orange table td:nth-of-type(4)::before {
    display: block;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 800;
    color: #e94f05;
    content: "Session Size";
  }
  .l-table.is-orange.is-yellow table td.content + td {
    position: relative;
    padding-left: 110px !important;
  }
  .l-table.is-orange.is-yellow table td.content + td::before {
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 800;
    color: #e94f05;
    content: "Duration";
  }
}
@media screen and (max-width: 768px) {
  .l-table.is-orange td:nth-of-type(2) {
    border-bottom: none !important;
  }
}
.l-table.is-yellow {
  /* ===============================================
  # table
  =============================================== */
}
.l-table.is-yellow .l-table-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.7rem;
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .l-table.is-yellow .l-table-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .l-table.is-yellow .l-table-ttl {
    font-size: 1.6rem;
  }
}
.l-table.is-yellow .table-wrap table {
  border-collapse: separate; /* セルを分離させる */
  border-spacing: 5px; /* セル間の間隔 */
  font-family: "M PLUS Rounded 1c", sans-serif;
  table-layout: fixed;
  width: 100%;
}
.l-table.is-yellow .table-wrap table th,
.l-table.is-yellow .table-wrap table td {
  padding-inline: 10px;
  text-align: center;
  border: none; /* デフォルトのボーダーをリセット */
  font-weight: 800;
}
.l-table.is-yellow .table-wrap table th {
  padding-block: 10px;
  background-color: #e94f05;
  color: white;
  font-weight: 800;
  font-size: 15px;
}
.l-table.is-yellow .table-wrap table th.title {
  width: 40%;
}
.l-table.is-yellow .table-wrap table th.introduction {
  width: 34%;
}
.l-table.is-yellow .table-wrap table th.content {
  width: 70%;
}
.l-table.is-yellow .table-wrap table th:first-child {
  width: 12%;
}
.l-table.is-yellow .table-wrap table th:first-child.is-yellow {
  width: 15%;
}
.l-table.is-yellow .table-wrap table tbody tr {
  /* 「タイトル」と「紹介文」のセルに点線ボーダーを適用 */
  /* 各行の最後のセルは右のボーダーを消す */
}
.l-table.is-yellow .table-wrap table tbody tr td {
  padding-block: 5px;
  text-align: left;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  color: #f5aa02;
  vertical-align: middle; /* 中央揃えを追加 */
}
.l-table.is-yellow .table-wrap table tbody tr td.title {
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 0;
}
.l-table.is-yellow .table-wrap table tbody tr td.title .title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.l-table.is-yellow .table-wrap table tbody tr td.title img {
  width: 11.4285714286vw;
}
.l-table.is-yellow .table-wrap table tbody tr td.content p {
  font-size: 14px;
}
.l-table.is-yellow .table-wrap table tbody tr td.content p span {
  font-size: 16px;
}
.l-table.is-yellow .table-wrap table tbody tr td:first-child {
  background-color: #f5aa02;
  color: white;
  text-align: center;
}
.l-table.is-yellow .table-wrap table tbody tr td:not(:first-child) {
  border-right: 2px dotted #f5aa02;
  border-bottom: 2px dotted #f5aa02;
}
.l-table.is-yellow .table-wrap table tbody tr td:last-child {
  border-right: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-table.is-yellow .table-wrap {
    overflow-x: initial;
  }
  .l-table.is-yellow table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    table-layout: auto;
  }
  .l-table.is-yellow table thead {
    display: none;
  }
  .l-table.is-yellow table tr {
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .l-table.is-yellow table td {
    display: block;
    width: 100% !important;
    text-align: left !important;
    padding: 12px 15px !important;
    border: none !important;
    background-color: #fff !important;
    color: #f5aa02 !important;
    position: static;
    padding-left: 15px !important;
    min-height: auto;
    border-bottom: 1px solid #eee !important;
  }
  .l-table.is-yellow table td::before {
    display: none;
  }
  .l-table.is-yellow table td.title .title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px !important;
  }
  .l-table.is-yellow table td.title .title-inner img {
    width: 100% !important;
  }
  .l-table.is-yellow table td.title .title-inner span {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 8px;
    font-size: 4.8vw;
  }
  .l-table.is-yellow table td:first-child {
    background-color: #f5aa02 !important;
    color: white !important;
    font-size: 16px;
    font-weight: 900;
    border-radius: 0;
    text-align: center !important;
  }
  .l-table.is-yellow table td:last-child {
    border-bottom: none !important;
    text-align: center !important;
  }
  .l-table.is-yellow.is-orange table td:nth-of-type(4) {
    position: relative;
    padding-left: 110px !important;
  }
  .l-table.is-yellow.is-orange table td:nth-of-type(4)::before {
    display: block;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 800;
    color: #f5aa02;
    content: "Session Size";
  }
  .l-table.is-yellow.is-yellow table td.content + td {
    position: relative;
    padding-left: 110px !important;
  }
  .l-table.is-yellow.is-yellow table td.content + td::before {
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 800;
    color: #f5aa02;
    content: "Duration";
  }
}
.l-table.is-yellow tbody tr {
  height: 72px;
}
@media screen and (max-width: 768px) {
  .l-table.is-yellow tbody tr {
    height: auto;
  }
}

.ticket {
  margin-top: 2.8571428571vw;
}
.ticket_notice {
  background-color: #fec03c;
  border: 2px solid #000;
  padding: 1em;
  margin-bottom: 1em;
  color: #000;
  font-size: 1.4285714286vw;
}
.ticket_container {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  background-color: #e60012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 7.1428571429vw;
}
.ticket_container h3 {
  padding-bottom: 1.4285714286vw;
}
.ticket_subtitle {
  font-size: 2vw;
  color: #fff;
  font-weight: bold;
}
.ticket_subnote {
  font-size: 1.1428571429vw;
  color: #fff;
  font-weight: bold;
  padding-top: 0.7142857143vw;
  padding-bottom: 4.2857142857vw;
  text-align: center;
}
.ticket_guide {
  background-color: #fff;
  width: 78.5714285714vw;
  border-radius: 20px;
  padding: 2.5vw 4.2857142857vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.8571428571vw;
}
.ticket_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ticket_detail .balloon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8571428571vw;
}
.ticket_detail .balloon-wrap p {
  font-size: 1.0714285714vw;
  color: #e60012;
}
.ticket_detail .balloon {
  position: relative; /* 子要素（三角形）の位置の基準にする */
  display: inline-block; /* 中のテキストに合わせて幅が変わるようにする */
  padding: 0.7142857143vw 0.7142857143vw 1.4285714286vw 0.7142857143vw;
  color: white; /* 文字色 */
  font-size: 1.7142857143vw;
  font-weight: 800;
  width: 14.2857142857vw;
  height: 5.7142857143vw;
  text-align: center;
  background-image: url("../img/ticket_balloon.svg");
  background-size: contain;
}
.ticket_detail p {
  margin-top: 0.7142857143vw;
  font-size: 1vw;
  color: #e60012;
  line-height: 1.4285714286vw;
}
.ticket_note {
  margin-top: 2.1428571429vw;
  font-size: 0.8571428571vw;
  color: #fff;
  line-height: 1.2857142857vw;
  width: 75vw;
  padding-bottom: 5.7142857143vw;
}
.ticket_link {
  height: 7.1428571429vw;
  padding-inline: 1.4285714286vw;
  background-color: #f5aa02;
  border-radius: 50px;
  text-align: center;
  font-size: 2.2857142857vw;
  font-weight: 800;
  color: #e60012;
  line-height: 7.1428571429vw;
}
.ticket_reservation {
  font-size: 2vw;
  color: #fff;
  font-weight: bold;
  padding-block: 2.1428571429vw;
}
.ticket_download {
  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: 2.4285714286vw;
  padding-bottom: 5.7142857143vw;
}
.ticket_download li a {
  display: block;
  width: 100%;
  max-width: 20rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.ticket_download li a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.ticket_download li a img {
  height: 2.8571428571vw;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .ticket_notice {
    font-size: max(2.0833333333vw, 12px);
  }
  .ticket_container {
    padding-top: 16vw;
  }
  .ticket_container h3 {
    width: 40vw;
  }
  .ticket_subtitle {
    font-size: 6.4vw;
    text-align: center;
  }
  .ticket_subnote {
    padding-top: 2.6666666667vw;
    font-size: 3.2vw;
    padding-bottom: 8vw;
  }
  .ticket_guide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 5.3333333333vw 5.3333333333vw;
    gap: 5.3333333333vw;
  }
  .ticket_detail .balloon-wrap {
    gap: 2.1333333333vw;
  }
  .ticket_detail .balloon-wrap p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 3.2vw;
  }
  .ticket_detail .balloon {
    font-size: 4.2666666667vw;
    width: 40vw;
    height: 16vw;
    padding: 2.1333333333vw 2.6666666667vw 4vw 2.6666666667vw;
    background-size: contain;
  }
  .ticket_detail p {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
  .ticket_note {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
    width: 90%;
    padding-bottom: 10.6666666667vw;
  }
  .ticket_link {
    width: 100%;
    max-width: 80vw;
    height: 16vw;
    font-size: 4.2666666667vw;
    line-height: 16vw;
  }
  .ticket_reservation {
    font-size: 6.4vw;
    padding-block: 5.3333333333vw;
    text-align: center;
  }
  .ticket_download {
    gap: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
  .ticket_download li a {
    max-width: 14rem;
  }
  .ticket_download li a img {
    height: 8.5333333333vw;
  }
}/*# sourceMappingURL=kidzania.css.map */