@charset "utf-8";
/* style and font
----------------------------- */
body {
  font-family: var(--font-body);
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  color: var(--color-white);
  background: var(--primary-grad-bg) repeat, var(--primary-grad);
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  /* min-height: 100vh; */
}
.mincho {
  font-family: "Shippori Mincho", serif;
}
.en {
  font-family: "Poiret One", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
}
.ib {
  display: inline-block;
}
.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}