/* ============================================
 * commons
 * ============================================ */
/* ============================================
 * FONT
 * ============================================ */
/* --------------------------------------------
 * Roboto
 * -------------------------------------------- */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://storage.googleapis.com/rozeslia/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://storage.googleapis.com/rozeslia/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://storage.googleapis.com/rozeslia/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}
/* --------------------------------------------
 * MPLUS1
 * -------------------------------------------- */
@font-face {
  font-family: "MPLUS1";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://storage.googleapis.com/rozeslia/fonts/MPLUS1/MPLUS1-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "MPLUS1";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://storage.googleapis.com/rozeslia/fonts/MPLUS1/MPLUS1-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "MPLUS1";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://storage.googleapis.com/rozeslia/fonts/MPLUS1/MPLUS1-Bold.ttf") format("truetype");
}
/* --------------------------------------------
 * AP
 * -------------------------------------------- */
@font-face {
  font-family: "AP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://storage.googleapis.com/rozeslia/fonts/AP/AP.ttf") format("truetype");
}
/* --------------------------------------------
 * APT
 * -------------------------------------------- */
@font-face {
  font-family: "APT";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://storage.googleapis.com/rozeslia/fonts/APT/AP.ttf") format("truetype");
}
/* ============================================
 * 初期設定
 * ============================================ */
/* --------------------------------------------
 * 初期設定
 * -------------------------------------------- */
html {
  color: #24140e;
  font-size: 62.50%;
  height: 100%;
  overflow: hidden;
  overflow-y: overlay;
}
html::-webkit-scrollbar {
  width: 12px;
}
html::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
html::-webkit-scrollbar-thumb {
  background-color: rgba(0, 152, 79, 0.4);
  border-radius: 12px;
}
body {
  font-size: 1.8rem;
  font-family: "Roboto", "MPLUS1", sans-serif;
  line-height: 2.7rem;
  height: 100%;
  word-wrap : break-word;
  overflow-wrap : break-word;
  overscroll-behavior: none;
}
hr {
  border-color: #e6eae6;
}
dt {
  font-weight: 400;
}
a {
  color: #26499d;
  -webkit-transition: color 0.25s ease-out 0s;
  -moz-transition: color 0.25s ease-out 0s;
  -ms-transition: color 0.25s ease-out 0s;
  transition: color 0.25s ease-out 0s;
}
a:link {
  color: #26499d;
}
a:visited {
  color: #26499d;
}
a:hover {
  color: #e95464;
}
a:active {
  color: #e95464;
}
em {
  font-style: normal;
  font-weight: 700;
}
strong {
  color: #00984f;
  font-style: normal;
  font-weight: 700;
}
strong > em {
  color: #e95464;
}
strong > strong {
  color: #e95464;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #f19ca7;
  text-decoration-style: wavy;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
}
small {
  color: #7d7d7d;
  font-size: 1.2rem;
  line-height: 1;
}
s {
  text-decoration-line: line-through;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
}
i {
  font-style: italic;
}
b {
  font-weight: 700;
}
b > b {
  font-weight: 900;
}
u {
  text-decoration-color: #7d7d7d;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
}
/* ============================================
 * 汎用設定
 * ============================================ */
/* --------------------------------------------
 * .enabled
 * -------------------------------------------- */
.enabled {
  display: block;
}
/* --------------------------------------------
 * .disabled
 * -------------------------------------------- */
.disabled {
  display: none;
}
/* --------------------------------------------
 * .block
 * -------------------------------------------- */
.block {
  display: block !important;
}
/* --------------------------------------------
 * .inline-block
 * -------------------------------------------- */
.inline-block {
  display: inline-block !important;
}
/* --------------------------------------------
 * .none
 * -------------------------------------------- */
.none {
  display: none !important;
}
/* --------------------------------------------
 * .hidden
 * -------------------------------------------- */
.hidden {
  visibility: hidden !important;
}
/* --------------------------------------------
 * .flow
 * -------------------------------------------- */
.flow {
  overflow: visible !important;
}
/* --------------------------------------------
 * .under
 * -------------------------------------------- */
.under {
  overflow: hidden !important;
}
/* --------------------------------------------
 * .alpha-100r
 * -------------------------------------------- */
.alpha-100r {
  opacity: 1.0;
}
/* --------------------------------------------
 * .alpha-90r
 * -------------------------------------------- */
.alpha-90r {
  opacity: 0.9;
}
/* --------------------------------------------
 * .alpha-80r
 * -------------------------------------------- */
.alpha-80r {
  opacity: 0.8;
}
/* --------------------------------------------
 * .alpha-70r
 * -------------------------------------------- */
.alpha-70r {
  opacity: 0.7;
}
/* --------------------------------------------
 * .alpha-60r
 * -------------------------------------------- */
.alpha-60r {
  opacity: 0.6;
}
/* --------------------------------------------
 * .alpha-50r
 * -------------------------------------------- */
.alpha-50r {
  opacity: 0.5;
}
/* --------------------------------------------
 * .alpha-40r
 * -------------------------------------------- */
.alpha-40r {
  opacity: 0.4;
}
/* --------------------------------------------
 * .alpha-30r
 * -------------------------------------------- */
.alpha-30r {
  opacity: 0.3;
}
/* --------------------------------------------
 * .alpha-20r
 * -------------------------------------------- */
.alpha-20r {
  opacity: 0.2;
}
/* --------------------------------------------
 * .alpha-10r
 * -------------------------------------------- */
.alpha-10r {
  opacity: 0.1;
}
/* --------------------------------------------
 * .alpha-0r
 * -------------------------------------------- */
.alpha-0r {
  opacity: 0;
}