html,
body {
  font-family: "Kiwi Maru", "Noto Sans JP", Arial, sans-serif !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span,
a,
li,
dt,
dd,
td,
th,
label,
button,
input,
textarea,
select,
.post_content,
.p-fp-section__headline,
.p-fp-section__desc,
.p-page-header__headline,
.p-page-header__description,
.c-headline,
.c-single-section-title,
.p-widget-headline,
.p-global__nav,
.p-drawer-menu__nav {
  font-family: "Kiwi Maru", "Noto Sans JP", Arial, sans-serif !important;
}

.c-icon,
.c-icon::before,
.c-icon::after,
.material-symbols-rounded,
.material-symbols-rounded::before,
.material-symbols-rounded::after {
  font-family: "Material Symbols Rounded" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
}

.material-symbols,
.material-symbols::before,
.material-symbols::after,
.material-symbols-outlined,
.material-symbols-outlined::before,
.material-symbols-outlined::after {
  font-family: "Material Symbols Outlined" !important;
}

.c-icon--dp,
.c-icon--dp::before,
.c-icon--dp::after,
.p-footer-bar__icon::before,
.c-share-button__item a::before,
[class^="icon-"],
[class^="icon-"]::before,
[class^="icon-"]::after,
[class*=" icon-"],
[class*=" icon-"]::before,
[class*=" icon-"]::after {
  font-family: "design_plus" !important;
}

.c-headline__sub,
.p-fp-section__sub,
.p-page-header__sub,
.cozy-plan-select__label,
.cozy-price-guide__label,
.cozy-section-label,
.cozy-sub-heading-en,
.heading-sub-en,
.headline-sub-en,
[class*="__label"][lang="en"],
[class*="__sub"][lang="en"] {
  font-family: "Londrina Solid", Arial, sans-serif !important;
  font-weight: 900;
  letter-spacing: 0;
}

.cozy-drawer-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 20px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cozy-drawer-cta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 5rem;
  background: transparent;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.cozy-drawer-cta__link:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.cozy-drawer-cta__icon {
  font-family: "Material Symbols Rounded" !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  line-height: 1;
}
