@charset "UTF-8";
/* ============================
* ドロワー
* ========================= */
.c-drawer__menu:last-child {
  display: none;
}

/* ============================
* 全体デザイン
* ========================= */
header.l-header {
  background-color: #302625;
  color: #fff;
}

/* ============================
* MENU
* ========================= */
@media (max-width: 1023px) {
  .menu-box {
    padding-inline: 28px !important;
  }
}
@media (max-width: 639px) {
  .menu-box {
    padding-inline: 16px !important;
  }
}

body {
  color: #fff;
  background-color: #302625;
  font-family: "Shippori Mincho", serif;
}