@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.pc {
  display: none !important;
}

.column {
  display: none;
}

.p-menu .p-menu__head .p-menu__head-r .btns {
  display: block;
}
.p-menu .p-menu__head .p-menu__head-r .btns .btn {
  font-family: "Zen Maru Gothic", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 600;
  width: 94.6666666667vw;
  margin: 10px 0 0;
}
.p-menu .p-menu__head .p-menu__head-r .btns .btn:first-of-type {
  margin: 0;
}
.p-menu .p-menu__head h2 {
  display: grid;
  align-items: end;
  justify-content: center;
  font-family: "Zen Maru Gothic", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 600;
  text-align: center;
  color: #009fe8;
  font-size: 28px;
  width: 100%;
  height: 20vw;
}

/* =================================================
   unique layout
================================================= */
.container .inner section.p-menu .p-menu__body .p-menu__list .p-menu__item h2 br {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .p-menu .p-menu__head {
    flex-wrap: wrap;
  }
  .p-menu .p-menu__head .p-menu__head-r .btns .btn {
    width: 100%;
    margin: 10px 0 0;
  }
  .p-menu .p-menu__head h2 {
    height: 150px;
  }
  /* =================================================
     unique layout
  ================================================= */
}/*# sourceMappingURL=menu.css.map */