.poiret {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.shippori {
  font-family: "Shippori Mincho B1", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.c-drawer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-drawer__menu > li {
  flex: 1 1 calc(50% - 0.5rem); /* 2列表示 */
  display: flex;
  flex-direction: column;
  padding: 1rem;
  color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
}

.menu-title {
  margin-bottom: 0.3rem;
}

.menu-subtitle {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.c-drawer__menu img {
  margin-bottom: 0.3rem;
}

.menu-arrow {
  font-size: 1.2rem;
  margin-top: 0.2rem;
}

.tx-15 {
  font-size: 15px;
}

.tx-24 {
  font-size: 24px;
}
