@charset "UTF-8";
:root {
  --container-max: 1200px;
  --grid-gutter: 30px;
  --grid-gap: 30px;
  --bp-sm: 601px;
  --space-resp: clamp(3.75rem, -2.5rem + 10vw, 5rem);
  --space-0: 0;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --radius-0: 0;
  --radius-1: .25rem;
  --radius-2: .5rem;
  --radius-3: .75rem;
  --radius-4: 1rem;
  --radius-round: 9999px;
  --brand-50: #FCFAF5;
  --brand-100: #FFF1D5;
  --brand-300: #FAC096;
  --brand-500: #f69059;
  --accent-500: #14b8a6;
  --success-500: #16a34a;
  --warning-500: #f59e0b;
  --danger-500: #ef424a;
  --neutral-50: #fafafa;
  --neutral-100: #E7E7E7;
  --neutral-200: #c4c4c4;
  --neutral-300: #A5A3A3;
  --neutral-400: #8D8888;
  --neutral-500: #756F6F;
  --neutral-600: #605C5C;
  --color-bg: var(--neutral-50);
  --color-surface: #fff;
  --color-fg: #666;
  --color-muted: var(--neutral-500);
  --color-border: var(--neutral-200);
  --color-primary: var(--brand-500);
  --color-primary-contrast: #fff;
  --font-init: 400 1rem / 1.6 "Noto Sans JP", sans-serif;
  --wave-width: 1800px;
  --wave-height: 60px;
  --wave-duration: 9s;
  /* SVG shape presets */
  --rounded-arrow-r: url('data:image/svg+xml;charset=UTF-8,<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5378 4.19224C7.03297 4.59249 7.03297 5.34742 6.5378 5.74767L1.62859 9.71573C0.974648 10.2443 -3.0401e-05 9.77887 -3.0411e-05 8.93802L-3.05056e-05 1.00189C-3.05157e-05 0.161036 0.974648 -0.304401 1.62859 0.224173L6.5378 4.19224Z" fill="%23F69059"/></svg>');
  --rounded-arrow-d: url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.7477 6.53783C5.34746 7.033 4.59252 7.033 4.19227 6.53783L0.224207 1.62862C-0.304366 0.974678 0.161071 -8.54896e-07 1.00192 -7.81387e-07L8.93806 -8.75877e-08C9.77891 -1.40782e-08 10.2443 0.974678 9.71577 1.62862L5.7477 6.53783Z" fill="%23F69059"/></svg>');
}
@media not (min-width: 601px) {
  :root {
    --space-resp: 45px;
  }
}

/* wave SVG */
@keyframes wave-scroll {
  from {
    background-position-x: 0, calc(var(--wave-width) * -1 + 50px);
  }
  to {
    background-position-x: calc(var(--wave-width) * -1), 50px;
  }
}
body {
  min-height: 100vh;
  min-height: 100dvh;
  background: unset;
  color: var(--color-fg);
}
@media (min-width: 601px) {
  body {
    min-width: 980px;
  }
}

a {
  color: inherit;
}

.l-container {
  position: relative;
  width: min(98%, var(--container-max));
  margin-inline: auto;
  padding-inline: calc(var(--grid-gutter) / 2);
  font: var(--font-init);
  container-type: inline-size;
  /* 新レイアウトのみに適用する初期スタイル */
}
:where(main .l-container) {
  padding-block: var(--space-resp);
}
.l-container:has(> .c-block:last-child) {
  padding-bottom: 0;
}
.l-container, :where(.l-container) * {
  box-sizing: border-box;
}
:where(.l-container) *:first-child {
  margin-top: 0;
}
:where(.l-container) *:last-child {
  margin-bottom: 0;
}
:where(.l-container) img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
:where(.l-container) input:not([type=checkbox], [type=radio], [type=submit]) {
  width: 100%;
  padding: 0.8rem 0.6rem;
  border: 1px rgba(136, 136, 136, 0.0666666667) solid;
  border-radius: var(--radius-1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1333333333) inset, 1px 1px 1px rgba(0, 0, 0, 0.1333333333) inset;
}

#skipnav {
  position: fixed;
  right: 110%;
}

.global_header {
  padding-block: 10px;
  border-top: 3px solid #e60000;
  background: #fff;
}
@media not (min-width: 601px) {
  .global_header {
    padding-block: 6px;
  }
}

.l-site-header {
  position: sticky;
  left: 0;
  top: 0;
  min-width: revert;
  padding: revert;
  box-shadow: revert;
}
.l-site-header nav {
  height: revert;
  background: revert;
}
.l-site-header ul {
  width: revert;
  margin: unset;
  font-weight: inherit;
}
.l-site-header ul::after {
  content: unset;
}
.l-site-header a {
  position: relative;
  border: none;
  line-height: unset;
  color: inherit;
}
.l-site-header__logo {
  line-height: 1.5rem !important;
}
.l-site-header__search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 2px;
  align-items: center;
  margin: 0;
  border-radius: var(--radius-1);
}
.l-site-header__search input[type=text] {
  padding: 0;
  box-shadow: unset;
}
.l-site-header__search.fixedNav {
  position: relative;
  width: revert;
  min-width: revert;
}
.l-site-header__lower {
  position: relative;
  width: 100%;
  background: var(--brand-500);
  color: #fff;
}
.l-site-header__lower::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  display: block;
  width: max(60vw, 60%);
  height: 100%;
  background: var(--brand-500);
  box-shadow: 50vw 0 0 var(--brand-500), 100vw 0 0 var(--brand-500);
}
.l-site-header__lower > * {
  position: relative;
}
.l-site-header__lower a > img {
  vertical-align: middle;
  margin-right: 0.4em;
  translate: 0 -10%;
}
@media (min-width: 601px) {
  .l-site-header nav {
    display: contents !important;
  }
  .l-site-header__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 1rem;
  }
  .l-site-header__logo {
    position: static;
    display: flex;
    align-items: end;
    gap: 0.3rem 0.6rem;
    padding-block: 14px;
  }
  .l-site-header__property {
    font-size: 0.875rem;
  }
  .l-site-header__switch {
    display: none;
  }
  .l-site-header__misc {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  .l-site-header__misc-nav {
    display: flex;
    align-items: center;
    gap: 2em;
    font-size: 0.75rem;
  }
  .l-site-header__misc-nav > li {
    position: relative;
  }
  .l-site-header__misc-nav > li + li::before {
    content: "";
    position: absolute;
    left: -1em;
    top: 50%;
    display: block;
    height: 1.2em;
    border-left: 1px var(--color-fg) solid;
    translate: 0 -50%;
  }
  .l-site-header__search input[name=query] {
    width: 160px;
  }
  .l-site-header__lower {
    display: flex;
    justify-content: space-between;
  }
  .l-site-header__main-nav {
    display: flex;
    gap: calc(var(--space-resp) * 0.67);
  }
  .l-site-header__main-nav__item {
    position: static;
  }
  .l-site-header__main-nav__item--home a > img {
    margin-right: 0;
  }
  body .l-site-header__main-nav__sub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100cqw;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    padding-inline: 1rem;
    border-radius: var(--radius-2);
    background-color: var(--neutral-600) !important;
    translate: 0 -0.2rem;
  }
  body .l-site-header__main-nav__sub > li {
    display: flex;
    border: none;
  }
  body .l-site-header__main-nav__sub > li > a:nth-child(n) {
    display: block;
    width: 100%;
    padding: 1em 1em 1em 2.2em;
    border-radius: var(--radius-2);
    line-height: 1.25;
    font-size: 0.9rem;
  }
  body .l-site-header__main-nav__sub > li > a:nth-child(n)::after {
    right: unset;
    left: 0.75em;
    top: 1.2em;
  }
  .l-site-header__main-nav__item > :first-child:is(:hover, :focus) ~ .l-site-header__main-nav__sub, .l-site-header__main-nav__sub:is(:hover, :focus-within) {
    padding-block: 1rem;
  }
  .l-site-header__main-nav__item > a:not(:only-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(0.2rem - 1px);
    display: block;
    width: 0.8rem;
    aspect-ratio: 7/0;
    background: var(--neutral-600);
    opacity: 0;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transition: all 0.15s;
  }
  .l-site-header__main-nav__item:has(:hover, :focus-within) > a::after {
    aspect-ratio: 7/4;
    opacity: 1;
  }
  .l-site-header__sub-nav {
    display: flex;
    gap: 2rem;
  }
  .l-site-header__main-nav__item > a, .l-site-header__sub-nav__item > a {
    padding-block: 1rem;
  }
}
@media not (min-width: 601px) {
  header.l-site-header nav li > :first-child:is(:hover, :focus) ~ .l-site-header__main-nav__sub, header.l-site-header nav li > :first-child ~ .l-site-header__main-nav__sub:is(:hover, :focus-within) {
    position: relative;
    overflow: hidden;
    opacity: 0;
  }
  .l-site-header:has(.l-site-header__nav.is-open) {
    box-shadow: 0 900px 0 900px rgba(51, 51, 51, 0.6666666667);
  }
  .l-site-header__switch {
    all: revert;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    border: none;
    background: none;
    cursor: pointer;
  }
  .l-site-header__switch::before, .l-site-header__switch::after {
    all: revert;
    content: "";
    display: block;
    width: 60%;
    height: 2px;
    position: absolute;
    left: 20%;
    top: calc(50% - 5px);
    background: var(--brand-500);
    transition: all 0.1s;
  }
  .l-site-header__switch::before {
    box-shadow: 0 -6px 0 var(--brand-500);
  }
  .l-site-header__switch::after {
    box-shadow: 0 6px 0 var(--brand-500);
  }
  .l-site-header__switch[aria-expanded=true]::before {
    rotate: -45deg;
    box-shadow: none;
  }
  .l-site-header__switch[aria-expanded=true]::after {
    rotate: 45deg;
    box-shadow: none;
  }
  .l-site-header__switch__label {
    position: absolute;
    left: 50%;
    top: calc(50% + 5px);
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: var(--brand-500);
    scale: 0.9;
    translate: -50% 0;
  }
  .l-site-header__logo {
    margin-right: 1.5rem;
    padding: 0.25rem 0;
  }
  .l-site-header__logo img {
    width: 150px;
  }
  .l-site-header__property {
    display: block;
    margin-top: 0.125rem;
    font-size: 0.75rem;
  }
  .l-site-header__nav {
    display: grid;
    position: absolute;
    left: -1vw;
    width: 100vw;
    background: var(--brand-500) !important;
    overflow: hidden;
    transition: all 0.2s;
  }
  .l-site-header__nav:not(.is-open) {
    max-height: 0;
    opacity: 0;
  }
  .l-site-header__nav:not(.is-open) * {
    pointer-events: none;
  }
  .l-site-header__nav.is-open {
    max-height: calc(100dvh - 126px);
    overflow: auto;
  }
  .l-site-header__lower {
    order: -1;
  }
  .l-site-header__main-nav__item {
    border-bottom: 1px rgba(255, 255, 255, 0.2666666667) solid;
  }
  .l-site-header__main-nav__item > a {
    padding: 1rem 0.8rem;
  }
  .l-site-header__main-nav__item--home > a::after {
    content: "HOME";
  }
  .l-site-header__main-nav__sub {
    display: revert;
    opacity: 0;
    max-height: 0;
    background: rgba(255, 68, 0, 0.1019607843) !important;
    overflow: hidden;
    transition: all 0.15s;
  }
  .l-site-header__main-nav a.is-open + .l-site-header__main-nav__sub {
    max-height: 1000px !important;
    opacity: 1 !important;
  }
  .l-site-header__main-nav a.is-open + .l-site-header__main-nav__sub a {
    padding: 0.8em 1.5em;
    font-size: 0.93rem;
  }
  .l-site-header__sub-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  }
  .l-site-header__sub-nav > li:nth-child(2n) {
    position: relative;
  }
  .l-site-header__sub-nav > li:nth-child(2n)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    display: block;
    height: calc(100% - 1rem);
    border-left: 1px rgba(255, 255, 255, 0.2666666667) solid;
  }
  .l-site-header__sub-nav a {
    padding: 0.6rem;
  }
  .l-site-header__misc-nav {
    padding: 0.4rem 0.8rem;
    background: rgba(34, 0, 0, 0.0666666667);
  }
  .l-site-header__misc-nav a {
    padding-block: 0.2rem;
    font-size: 0.875rem;
    color: #fff;
  }
  .l-site-header__search {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding-block: 0.2rem 1rem;
    background: rgba(34, 0, 0, 0.0666666667);
  }
  .l-site-header__search input[type=text] {
    width: calc(100% - 16px);
    padding-right: 0;
  }
  .l-site-header__search .searchBtn {
    position: static;
    margin: unset !important;
    filter: invert(1);
    mix-blend-mode: screen;
  }
}
.l-site-header.l-site-header--brief {
  margin-bottom: 1rem;
}
.l-site-header.l-site-header--brief .l-site-header__logo {
  margin-bottom: 0;
  padding-bottom: 0;
}
.l-site-header.l-site-header--brief .l-site-header__misc-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  background: none;
  padding-inline: 0;
  overflow: hidden;
}
.l-site-header.l-site-header--brief .l-site-header__misc-nav > li {
  position: relative;
}
.l-site-header.l-site-header--brief .l-site-header__misc-nav > li::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 50%;
  display: block;
  height: 1em;
  border-left: 1px var(--color-fg) solid;
  translate: 0 -50%;
}
.l-site-header.l-site-header--brief .l-site-header__misc-nav a {
  color: var(--color-fg);
}

.l-breadcrumb {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-block: 1em;
  /* background: var(--brand-50); */
  font-size: 0.875rem;
  color: var(--neutral-400);
  /*
  &::before {
    content: "";
    position: absolute;
    right: 50%;
    top: 0;
    width: max(60vw, 600px);
    height: 100%;
    background-color: var(--brand-50);
    box-shadow: 600px 0 0 var(--brand-50), 60vw 0 0 var(--brand-50);
  }
  */
}
.l-breadcrumb > * {
  position: relative;
}
.l-breadcrumb li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.4em;
  aspect-ratio: 1;
  margin-inline: 0.6em;
  border: currentcolor solid;
  border-width: 1px 1px 0 0;
  rotate: 45deg;
  translate: 0 -20%;
}
.l-breadcrumb a {
  text-decoration: none;
  color: var(--color-fg);
}
.l-breadcrumb a:hover {
  text-decoration: underline;
}

.l-page-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(var(--space-resp) * 2.5);
  padding-block: 1rem;
  background-color: var(--brand-100);
}
.l-page-title__main {
  color: var(--brand-500);
}
.l-page-title__main > img {
  height: 1.7em;
}

/* フッタ固定用 */
.l-footer-area {
  position: sticky;
  top: 100vh;
}

.l-site-footer {
  top: unset !important;
  padding-block: var(--space-resp);
  background: var(--neutral-500);
  color: #fff;
}
.l-site-footer__logo {
  filter: brightness(5);
}
.l-site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 1rem;
}
.l-site-footer__nav a {
  position: relative;
  display: block;
  width: 11em;
  padding: 0.2em 0 0.2em 1em;
  border: 1px #fff solid;
  border-radius: 0.2rem;
  text-align: center;
}
.l-site-footer__nav a img {
  position: absolute;
  left: 0.4em;
  top: 50%;
  translate: 0 -50%;
}
@media (min-width: 601px) {
  .l-site-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media not (min-width: 601px) {
  .l-site-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .l-site-footer__nav {
    flex-direction: column;
    align-items: center;
  }
}

.global_footer {
  background: #0b0b0b;
  font-size: 0.875rem;
  color: #fff;
}
.global_footer footer {
  top: unset !important;
}
.global_footer .l-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-block: 1.5rem;
  font-size: inherit;
}
.global_footer a {
  text-decoration: none;
  color: inherit;
}
.global_footer .function_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em 0;
  line-height: 1.5;
}
.global_footer .function_nav li {
  padding-inline: 0.5rem;
  border-right: 1px #fff solid;
  box-shadow: -1px 0 0 #fff;
}
.global_footer .function_nav img[src*=icon_blank] {
  vertical-align: middle;
  margin-left: 0.2em;
  filter: invert(1) brightness(1.5) contrast(3);
}
.global_footer .copyright {
  font-size: 0.75rem;
}
@media not (min-width: 601px) {
  .global_footer {
    padding-block: 6px 8px;
  }
  .global_footer .copyright {
    margin-top: 0.4rem;
  }
}

.l-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--grid-gutter) / 2);
  margin-right: calc(-1 * var(--grid-gutter) / 2);
}

.l-col {
  box-sizing: border-box;
  padding-left: calc(var(--grid-gutter) / 2);
  padding-right: calc(var(--grid-gutter) / 2);
  min-height: 1px;
  flex: 0 0 auto;
  width: 100%;
}

/* Width utilities for 12 columns */
.l-col-1 {
  width: 8.3333333333%;
}

.l-col-2 {
  width: 16.6666666667%;
}

.l-col-3 {
  width: 25%;
}

.l-col-4 {
  width: 33.3333333333%;
}

.l-col-5 {
  width: 41.6666666667%;
}

.l-col-6 {
  width: 50%;
}

.l-col-7 {
  width: 58.3333333333%;
}

.l-col-8 {
  width: 66.6666666667%;
}

.l-col-9 {
  width: 75%;
}

.l-col-10 {
  width: 83.3333333333%;
}

.l-col-11 {
  width: 91.6666666667%;
}

.l-col-12 {
  width: 100%;
}

/* Responsive variants */
@media (min-width: 601px) {
  .l-col-sm-1 {
    width: 8.3333333333%;
  }
  .l-col-sm-2 {
    width: 16.6666666667%;
  }
  .l-col-sm-3 {
    width: 25%;
  }
  .l-col-sm-4 {
    width: 33.3333333333%;
  }
  .l-col-sm-5 {
    width: 41.6666666667%;
  }
  .l-col-sm-6 {
    width: 50%;
  }
  .l-col-sm-7 {
    width: 58.3333333333%;
  }
  .l-col-sm-8 {
    width: 66.6666666667%;
  }
  .l-col-sm-9 {
    width: 75%;
  }
  .l-col-sm-10 {
    width: 83.3333333333%;
  }
  .l-col-sm-11 {
    width: 91.6666666667%;
  }
  .l-col-sm-12 {
    width: 100%;
  }
}
/* Layout-level gutter presets */
.l-gap-0 {
  --grid-gutter: 0px;
}

.l-gap-1 {
  --grid-gutter: .5rem;
}

.l-gap-2 {
  --grid-gutter: .75rem;
}

.l-gap-3 {
  --grid-gutter: 1rem;
}

.l-gap-4 {
  --grid-gutter: 1.5rem;
}

.l-gap-5 {
  --grid-gutter: 2rem;
}

.l-gap-6 {
  --grid-gutter: 3rem;
}

.l-rowgap-0 {
  row-gap: 0 !important;
}

.l-rowgap-02 {
  row-gap: 0.125rem !important;
}

.l-rowgap-04 {
  row-gap: 0.25rem !important;
}

.l-rowgap-1 {
  row-gap: 0.5rem !important;
}

.l-rowgap-2 {
  row-gap: 0.75rem !important;
}

.l-rowgap-3 {
  row-gap: 1rem !important;
}

.l-rowgap-4 {
  row-gap: 1.5rem !important;
}

.l-rowgap-5 {
  row-gap: 2rem !important;
}

.l-rowgap-6 {
  row-gap: 3rem !important;
}

/* スクロールバーカスタマイズ（OverlayScrollbars） */
.os-theme-custom {
  /* レール（背景）の太さと色 */
  --os-size: 12px;
  --os-track-bg: var(--brand-100);
  --os-track-bg-hover: var(--brand-100);
  --os-track-bg-active: var(--brand-100);
  --os-track-border-radius: 1rem;
  /* つまみ（ハンドル）の基本設定 */
  --os-handle-bg: var(--brand-300);
  --os-handle-bg-hover: var(--brand-500);
  --os-handle-bg-active: var(--brand-500);
  --os-handle-border-radius: 1rem;
}

.js-custom-scroll[style*=height] {
  padding-right: 1.4rem;
}

/* slick.js */
.slick-arrow {
  z-index: 30;
  width: calc(var(--space-resp) * 0.5);
  height: auto;
  aspect-ratio: 1;
}
.slick-arrow::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background: url("../img/common/slick-arrow.svg") no-repeat 50% 50%/contain;
  opacity: 1;
}

.slick-next {
  scale: -1 1;
}

.slick-dots li {
  margin: 0.5rem;
}
.slick-dots li button::before {
  font-size: 20px;
  color: var(--brand-300);
  opacity: 0.5;
}
.slick-dots li.slick-active button::before {
  color: var(--brand-500);
}

@media (min-width: 601px) {
  .slick-prev {
    left: clamp(-40px, (600px - 50vw) * 0.6, 0px);
  }
  .slick-next {
    right: clamp(-40px, (600px - 50vw) * 0.6, 0px);
  }
}
@media not (min-width: 601px) {
  .slick-arrow {
    width: 30px;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}
.l-container {
  /* h1 - h6 */
}
.l-container :where(h1, h2, h3, h4, h5, h6,
.c-h1, .c-h2, .c-h3, .c-h4, .c-h5, .c-h6) {
  line-height: var(--lineheight-heading);
  font-weight: 700;
}
.l-container :where(h1, .c-h1) {
  font-size: 2.5rem;
}
@media not (min-width: 601px) {
  .l-container :where(h1, .c-h1) {
    font-size: 2.1rem;
  }
}
.l-container :where(h2:where(:not(.c-h3, .c-h4, .c-h5, .c-h6)), .c-h2) {
  margin-block: 1.4em 0.8em;
  text-align: center;
  font-size: 2rem;
  color: var(--brand-500);
}
@media not (min-width: 601px) {
  .l-container :where(h2:where(:not(.c-h3, .c-h4, .c-h5, .c-h6)), .c-h2) {
    font-size: 1.75rem;
  }
}
.l-container :where(h3:where(:not(.c-h2, .c-h4, .c-h5, .c-h6)), .c-h3) {
  margin-block: 1.2em 0.8em;
  padding-bottom: 0.3em;
  font-size: 1.5rem;
  color: var(--brand-500);
}
.l-container :where(h4:where(:not(.c-h2, .c-h3, .c-h5, .c-h6)), .c-h4) {
  margin-block: 1em max(var(--space-2), 0.5em);
  font-size: 1.25rem;
  color: var(--brand-500);
}
.l-container :where(h5:where(:not(.c-h2, .c-h3, .c-h4, .c-h6)), .c-h5) {
  margin-block: 0.8em var(--space-2);
  font-size: 1.125rem;
}
.l-container :where(h6:where(:not(.c-h2, .c-h3, .c-h4, .c-h5)), .c-h6) {
  margin-block: 0.8em var(--space-2);
  font-size: 1rem;
}
.l-container :is(h2, .c-h2,
h3, .c-h3,
h4, .c-h4,
h5, .c-h5,
h6, .c-h6):first-child {
  margin-top: 0;
}

.c-icon-headed {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.4em;
  align-items: start;
}
.c-icon-headed img {
  height: 1.67em;
}

.c-button {
  display: inline-flex;
  min-width: 12rem;
  align-items: center;
  justify-content: center;
  padding: 0.8em;
  border: unset;
  border-radius: var(--radius-2);
  background: var(--brand-500);
  text-decoration: none;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1333333333);
  cursor: pointer;
  transition: all 0.1s;
}
.c-button--altn {
  background: var(--neutral-500);
}
.c-button:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1333333333);
}

.c-button-sml {
  position: relative;
  display: inline-block;
  padding: 0.3em 2em 0.3em 1em;
  border-radius: 1rem;
  background: var(--neutral-500);
  line-height: 1.3;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  color: #fff;
}
.c-button-sml::after {
  content: "";
  position: absolute;
  right: 0.7em;
  top: 52%;
  display: block;
  height: 1em;
  aspect-ratio: 2/3;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 9.91667L3.54167 4.95833L0 0H1.73542L5.27708 4.95833L1.73542 9.91667H0ZM4.21458 9.91667L7.75625 4.95833L4.21458 0H5.95L9.49167 4.95833L5.95 9.91667H4.21458Z" fill="white"/></svg>') no-repeat 50% 50%/contain;
  translate: 0 -50%;
}

.c-card {
  line-height: 1.4;
}
.c-card a {
  display: block;
  text-decoration: none;
}
.c-card__img {
  width: 100%;
  aspect-ratio: 3/2;
}
.c-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: var(--neutral-50);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.0196078431) inset;
}
.c-card__text {
  display: grid;
  gap: 0.2rem;
  margin-top: 0.4rem;
}
.c-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--brand-500);
}
.c-card__date {
  font-size: 0.875rem;
}
.c-card__date.-new::after {
  content: "NEW";
  display: inline-block;
  margin-left: 0.4em;
  padding: 0 0.3em;
  border-radius: var(--radius-1);
  background: var(--danger-500);
  color: #fff;
  font-weight: 500;
  font-size: 0.75rem;
}
@media (min-width: 601px) {
  .c-card {
    width: 25cqw;
    padding-inline: calc(var(--grid-gutter) / 2);
  }
}
@media not (min-width: 601px) {
  .c-card {
    width: calc((98vw - var(--grid-gutter)) / 2);
    padding-inline: 10px;
  }
}

@media (min-width: 601px) {
  .c-card-slider {
    width: calc(100% + var(--grid-gutter));
    margin-left: calc(var(--grid-gutter) * -0.5);
  }
  .c-card-slider .slick-arrow {
    top: calc((100cqw - var(--grid-gutter) * 3) / 12);
  }
}
@media not (min-width: 601px) {
  .c-card-slider {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .c-card-slider .slick-arrow {
    top: calc((100% + 20px) / 3);
  }
}
.c-card-slider .c-card {
  width: auto;
}

.c-menu-round {
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}
.c-menu-round a {
  display: block;
  text-decoration: none;
}
.c-menu-round__img {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 0.6rem;
  border-radius: 50%;
  background-color: var(--brand-100);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.0392156863);
}
.c-block--full-bg .c-menu-round__img {
  background-color: #fff;
}
.c-menu-round__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
@media (min-width: 601px) {
  .c-menu-round {
    width: 16.66666cqw;
    padding-inline: calc(var(--grid-gutter) / 2);
  }
}
@media not (min-width: 601px) {
  .c-menu-round {
    width: calc((98vw - var(--grid-gutter)) / 3);
    padding-inline: 10px;
  }
}

@media (min-width: 601px) {
  .c-menu-round-slider {
    width: calc(100% + var(--grid-gutter));
    margin-left: calc(var(--grid-gutter) * -0.5);
  }
  .c-menu-round-slider .slick-arrow {
    top: calc((100cqw - var(--grid-gutter) * 3) / 12);
  }
}
@media not (min-width: 601px) {
  .c-menu-round-slider {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .c-menu-round-slider .slick-arrow {
    top: calc((100% + 20px) / 3);
  }
}
@media (width <= 480px) {
  .c-menu-round-slider .slick-arrow {
    top: calc((100% + 20px) / 2.5);
  }
}
.c-menu-round-slider .c-menu-round {
  width: auto;
}
.c-menu-round-slider .slick-dotted.slick-slider {
  margin-bottom: 50px;
}
.c-menu-round-slider .slick-dots {
  bottom: -40px;
}

.c-menu-brief {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--grid-gap);
}
.c-menu-brief li {
  display: table;
  width: 100%;
  height: 3.5em;
}
.c-menu-brief li a {
  display: table-cell;
  vertical-align: middle;
  padding: 0.4em 1em;
  border: 2px var(--brand-500) solid;
  border-radius: var(--radius-2);
  background-color: #fff;
  text-decoration: none;
  /* box-shadow: 2px 2px 4px rgb(0 0 0 / 13.3%); */
}
@media (min-width: 601px) {
  .c-menu-brief {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-box {
  padding: calc(var(--space-resp) * 0.5) calc(var(--space-resp) * 0.6);
  margin-block: 1.5rem;
  border-radius: var(--radius-2);
  background-color: #fff;
}
.c-box--tight {
  padding: calc(var(--space-resp) * 0.24) calc(var(--space-resp) * 0.3);
}
.c-box--shadow {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1137254902);
}

.c-block {
  position: relative;
  padding-block: calc(var(--space-resp) * 0.8);
}
.c-block--full-bg, .c-block--full-bg > * {
  position: relative;
}
.c-block--full-bg::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  width: calc(var(--vw) * 100);
  height: 100%;
  background: var(--brand-100);
  translate: 50% 0;
}
@media (min-width: 601px) {
  .c-block--full-bg::before {
    min-width: 980px;
  }
}
.c-block.c-block--wave::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" viewBox="0 0 100 60" style="background:white" preserveAspectRatio="none"><path fill="%23FFF1D5" d="M0 30 C19.3 5, 30.7 5, 50 30 C69.3 55, 80.7 55, 100 30 V100 H0 Z"/></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" viewBox="0 0 100 60" style="background:white" preserveAspectRatio="none"><path fill="%23FFF1D5" d="M0 30 C19.3 55, 30.7 55, 50 30 C69.3 5, 80.7 5, 100 30 V0 H0 Z"/></svg>');
  background-position: top left, bottom left;
  background-size: var(--wave-width) var(--wave-height);
  background-repeat: repeat-x;
  animation: wave-scroll var(--wave-duration) linear infinite;
}
.c-block.c-block--wave-top::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" viewBox="0 0 100 60" style="background:white" preserveAspectRatio="none"><path fill="%23FFF1D5" d="M0 30 C19.3 5, 30.7 5, 50 30 C69.3 55, 80.7 55, 100 30 V100 H0 Z"/></svg>');
  background-position: top left;
  background-size: var(--wave-width) var(--wave-height);
  background-repeat: repeat-x;
  animation: wave-scroll var(--wave-duration) linear infinite;
}
.c-block.c-block--wave {
  padding-block: calc(var(--space-resp) * 0.8 + var(--wave-height));
}
.c-block.c-block--wave-top {
  padding-block: calc(var(--space-resp) * 0.8 + var(--wave-height)) calc(var(--space-resp) * 0.8);
}

.c-grid-plain-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2em 1em;
}
.c-grid-plain-dl > * {
  margin: 0 !important;
}
.c-grid-plain-dl > dt {
  font-weight: 600;
}

.c-news-ticker {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
.c-news-ticker:has(.c-news-ticker__item:only-child) {
  display: block;
}
.c-news-ticker:has(.c-news-ticker__item:only-child) .c-news-ticker__controls {
  display: none;
}
.c-news-ticker__controls {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
:where(.c-news-ticker__controls) button {
  all: unset;
  display: block;
  width: 20px;
  height: 20px;
  background: var(--rounded-arrow-d) no-repeat 50% 50%/12px;
  text-indent: 40px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
:where(.c-news-ticker__controls) button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}
.c-news-ticker__newer {
  scale: 1 -1;
  translate: 0 1px;
}
.c-news-ticker__body {
  position: relative;
  display: block;
  height: 1.6rem;
  overflow: hidden;
}
.c-news-ticker__item {
  display: grid;
  grid-template-columns: 7rem 1fr;
  height: 1.6rem;
  align-items: center;
  transition: transform 0.3s ease;
}
.c-news-ticker__item dd, .c-news-ticker__item dd a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-news-label-led__item {
  gap: 1rem;
  line-height: 1.5;
}
.c-news-label-led__item > dt {
  min-width: 5em;
  padding: 0.1em 0.4em;
  text-align: center;
  font-size: 0.875rem;
}
.c-news-label-led__item .author {
  background: #FFF1D5;
}
.c-news-label-led__item .author_jimu {
  background: #D5F6FF;
}
.c-news-label-led__item .author_info {
  background: #FFDED5;
}
@media (min-width: 601px) {
  .c-news-label-led__item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
  }
  .c-news-label-led__item + .c-news-label-led__item {
    margin-top: 0.6rem;
  }
  .c-news-label-led__item > dt {
    translate: 0 10%;
  }
}
@media not (min-width: 601px) {
  .c-news-label-led__item + .c-news-label-led__item {
    margin-top: 1rem;
  }
  .c-news-label-led__item > dt {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.2rem;
  }
}

.c-news-digest-block {
  display: grid;
  gap: 1.2rem var(--space-resp);
}
.c-news-digest-block__heading {
  margin: 0;
}
.c-news-digest-block__btn {
  text-align: right;
}
@media (min-width: 601px) {
  .c-news-digest-block {
    grid-template-columns: auto 1fr;
    align-items: center;
  }
  .c-news-digest-block__btn {
    grid-column: 2/3;
  }
}

.c-hero-carousel {
  position: relative;
  overflow: hidden;
  padding-block: 2rem 4rem;
}
.c-hero-carousel__inner {
  position: relative;
  left: 50%;
  translate: -50% 0;
}
.c-hero-carousel__item img {
  width: 100%;
  aspect-ratio: 13/7;
  transition: transform 0.5s ease;
  transform: scale(0.88);
  backface-visibility: hidden;
  will-change: scale;
}
.c-hero-carousel__item.slick-center img {
  transform: scale(1.04);
}
.c-hero-carousel .slick-list {
  overflow: visible;
}
.c-hero-carousel .slick-arrow {
  width: calc(var(--space-resp) * 0.7);
}
.c-hero-carousel .slick-prev {
  left: 33.33%;
  translate: -80% 0;
}
.c-hero-carousel .slick-next {
  right: 33.33%;
  translate: 80% 0;
}
.c-hero-carousel .slick-dots {
  top: 100%;
  translate: 0 100%;
}
@media (min-width: 601px) {
  .c-hero-carousel {
    min-width: 980px;
    container-type: inline-size;
  }
  .c-hero-carousel__inner {
    width: min(3000px, 240cqw);
  }
  .c-hero-carousel__item {
    width: min(1000px, 80cqw);
  }
}
@media not (min-width: 601px) {
  .c-hero-carousel__inner {
    width: 270vw;
  }
  .c-hero-carousel__item {
    width: 90vw;
  }
  .c-hero-carousel .slick-prev {
    translate: -50% 0;
  }
  .c-hero-carousel .slick-next {
    translate: 50% 0;
  }
}

.block {
  box-shadow: 0 0 3px rgba(34, 34, 34, 0.0078431373);
}

@media (width >= 601px) {
  body:has(.blog_blockLeft) {
    background: var(--brand-50);
  }
}
.blog_blockLeft {
  box-shadow: none;
}

.blogEntry + .blogEntry,
.pagination {
  margin-top: 40px;
  padding-top: 40px;
}

.blogEntry + .blogEntry::before,
.pagination::before {
  height: 30px;
  border: none;
  background: var(--brand-50);
  translate: 0 -50%;
}

.blog_blockRight {
  background: var(--brand-100);
  box-shadow: none;
}

#breadcrumb {
  width: revert;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: calc(var(--grid-gutter) / 2);
}

.l-breadcrumb + article#main {
  margin-top: calc(var(--space-resp) * 0.6);
}

.p-prelogin {
  display: flex;
  flex-direction: column;
  background: #FFFCF6;
}
.p-prelogin .l-site-header {
  background: transparent;
}
.p-prelogin main {
  flex-grow: 1;
  display: flex;
}
.p-prelogin__container {
  display: grid;
  padding-block: unset;
}
.p-prelogin__fields dt {
  margin-block: 0.5em 0.2em;
}
.p-prelogin__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1rem;
}
.p-prelogin__links ul.u-text-right {
  width: 100%;
  margin-top: 0.3rem;
}
@media (min-width: 601px) {
  .p-prelogin__container {
    grid-template-columns: 42% 1fr;
    gap: var(--space-resp);
  }
  .p-prelogin__img {
    display: flex;
    align-items: end;
  }
  .p-prelogin__body {
    display: flex;
    align-items: center;
    padding-bottom: var(--space-7);
  }
  .p-prelogin__body__inner {
    width: 100%;
    padding-inline: 14% 16%;
  }
}
@media not (min-width: 601px) {
  .p-prelogin__img img {
    display: block;
    width: min(70%, 400px);
    margin-inline: auto;
  }
  .p-prelogin__body {
    order: -1;
  }
}

.p-home-news-ticker {
  padding-block: 0.8rem;
  background: var(--brand-100);
}
.p-home-news-ticker__inner {
  display: grid;
}
.p-home-news-ticker__heading {
  margin: 0;
}
@media (min-width: 601px) {
  .p-home-news-ticker__inner {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 2rem;
  }
}
@media not (min-width: 601px) {
  .p-home-news-ticker__inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .p-home-news-ticker .c-news-ticker {
    display: contents;
  }
  .p-home-news-ticker .c-news-ticker__controls {
    margin-left: 1rem;
  }
}

.p-home-welfare {
  margin-top: calc(var(--space-resp) * 0.5);
  padding-top: 0 !important;
}

.p-home-life-coupon {
  margin-top: calc(var(--space-resp) * 0.5);
  text-align: center;
}
.p-home-life-coupon a img {
  width: 448px;
}
@media not (min-width: 601px) {
  .p-home-life-coupon a img {
    width: clamp(280px, 90%, 400px);
  }
}

/* Visibility */
@media (min-width: 601px) {
  .u-sp {
    display: none !important;
  }
}
@media not (min-width: 601px) {
  .u-pc {
    display: none !important;
  }
}
/* Display type & helpers */
.u-block {
  display: block !important;
}

.u-inline-block, .IB {
  display: inline-block !important;
}

.u-inline-unit {
  /* 改行位置調整用、inline-blockはフォールバック */
  display: inline-block !important;
  display: inline flow-root !important;
  text-decoration: inherit;
  font: inherit;
  color: inherit;
}

.u-flex {
  display: flex !important;
}

.u-grid {
  display: grid !important;
}

.u-items-center {
  align-items: center !important;
}

.u-justify-center {
  justify-content: center !important;
}

.u-gap-1 {
  gap: var(--space-1) !important;
}

.u-gap-2 {
  gap: var(--space-2) !important;
}

.u-gap-3 {
  gap: var(--space-3) !important;
}

.u-gap-4 {
  gap: var(--space-4) !important;
}

/* Width helpers */
.u-w-100 {
  width: 100% !important;
}

/* Radius */
.u-rounded-0 {
  border-radius: var(--radius-0) !important;
}

.u-rounded-1 {
  border-radius: var(--radius-1) !important;
}

.u-rounded-2 {
  border-radius: var(--radius-2) !important;
}

.u-rounded-3 {
  border-radius: var(--radius-3) !important;
}

.u-rounded-4 {
  border-radius: var(--radius-4) !important;
}

.u-rounded-full {
  border-radius: var(--radius-round) !important;
}

/* spacing */
.u-m-0 {
  margin: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mt-1 {
  margin-top: var(--space-1) !important;
}

.u-mb-1 {
  margin-bottom: var(--space-1) !important;
}

.u-mt-2 {
  margin-top: var(--space-2) !important;
}

.u-mb-2 {
  margin-bottom: var(--space-2) !important;
}

.u-mt-3 {
  margin-top: var(--space-3) !important;
}

.u-mb-3 {
  margin-bottom: var(--space-3) !important;
}

.u-mt-4 {
  margin-top: var(--space-4) !important;
}

.u-mb-4 {
  margin-bottom: var(--space-4) !important;
}

.u-mt-5 {
  margin-top: var(--space-5) !important;
}

.u-mb-5 {
  margin-bottom: var(--space-5) !important;
}

.u-mt-6 {
  margin-top: var(--space-6) !important;
}

.u-mb-6 {
  margin-bottom: var(--space-6) !important;
}

.u-mt-7 {
  margin-top: var(--space-7) !important;
}

.u-mb-7 {
  margin-bottom: var(--space-7) !important;
}

.u-mt-8 {
  margin-top: var(--space-8) !important;
}

.u-mb-8 {
  margin-bottom: var(--space-8) !important;
}

@media (min-width: 601px) {
  .u-pc-mt-1 {
    margin-top: var(--space-1) !important;
  }
  .u-pc-mb-1 {
    margin-bottom: var(--space-1) !important;
  }
  .u-pc-mt-2 {
    margin-top: var(--space-2) !important;
  }
  .u-pc-mb-2 {
    margin-bottom: var(--space-2) !important;
  }
  .u-pc-mt-3 {
    margin-top: var(--space-3) !important;
  }
  .u-pc-mb-3 {
    margin-bottom: var(--space-3) !important;
  }
  .u-pc-mt-4 {
    margin-top: var(--space-4) !important;
  }
  .u-pc-mb-4 {
    margin-bottom: var(--space-4) !important;
  }
  .u-pc-mt-5 {
    margin-top: var(--space-5) !important;
  }
  .u-pc-mb-5 {
    margin-bottom: var(--space-5) !important;
  }
  .u-pc-mt-6 {
    margin-top: var(--space-6) !important;
  }
  .u-pc-mb-6 {
    margin-bottom: var(--space-6) !important;
  }
  .u-pc-mt-7 {
    margin-top: var(--space-7) !important;
  }
  .u-pc-mb-7 {
    margin-bottom: var(--space-7) !important;
  }
  .u-pc-mt-8 {
    margin-top: var(--space-8) !important;
  }
  .u-pc-mb-8 {
    margin-bottom: var(--space-8) !important;
  }
}
@media not (min-width: 601px) {
  .u-sp-mt-1 {
    margin-top: var(--space-1) !important;
  }
  .u-sp-mb-1 {
    margin-bottom: var(--space-1) !important;
  }
  .u-sp-mt-2 {
    margin-top: var(--space-2) !important;
  }
  .u-sp-mb-2 {
    margin-bottom: var(--space-2) !important;
  }
  .u-sp-mt-3 {
    margin-top: var(--space-3) !important;
  }
  .u-sp-mb-3 {
    margin-bottom: var(--space-3) !important;
  }
  .u-sp-mt-4 {
    margin-top: var(--space-4) !important;
  }
  .u-sp-mb-4 {
    margin-bottom: var(--space-4) !important;
  }
  .u-sp-mt-5 {
    margin-top: var(--space-5) !important;
  }
  .u-sp-mb-5 {
    margin-bottom: var(--space-5) !important;
  }
  .u-sp-mt-6 {
    margin-top: var(--space-6) !important;
  }
  .u-sp-mb-6 {
    margin-bottom: var(--space-6) !important;
  }
  .u-sp-mt-7 {
    margin-top: var(--space-7) !important;
  }
  .u-sp-mb-7 {
    margin-bottom: var(--space-7) !important;
  }
  .u-sp-mt-8 {
    margin-top: var(--space-8) !important;
  }
  .u-sp-mb-8 {
    margin-bottom: var(--space-8) !important;
  }
}
.u-mt-break {
  margin-top: var(--space-resp) !important;
}

.u-mb-break {
  margin-bottom: var(--space-resp) !important;
}

/* List */
.u-kome-line {
  padding-left: 1.2em;
}
.u-kome-line::before {
  content: "※";
  display: inline-block;
  margin-inline: -1.2em 0.2em;
}

.u-kome-list > li {
  padding-left: 1.2em;
}
.u-kome-list > li::before {
  all: revert;
  content: "※";
  display: inline-block;
  margin-inline: -1.2em 0.2em;
}

/* - absolute size */
.u-text-xs {
  font-size: 0.75rem !important;
}

.u-text-sm {
  font-size: 0.875rem !important;
}

.u-text-md {
  font-size: 1rem !important;
}

.u-text-lg {
  font-size: 1.125rem !important;
}

.u-text-xl {
  font-size: 1.25rem !important;
}

.u-text-2xl {
  font-size: 1.5rem !important;
}

.u-text-3xl {
  font-size: 2rem !important;
}

.u-text-4xl {
  font-size: 2.5rem !important;
}

/* - relative size */
.u-text-scale-l1 {
  font-size: calc(100% + 1 * 8%) !important;
}

.u-text-scale-s1 {
  font-size: calc(100% - 1 * 8%) !important;
}

.u-text-scale-l2 {
  font-size: calc(100% + 2 * 8%) !important;
}

.u-text-scale-s2 {
  font-size: calc(100% - 2 * 8%) !important;
}

.u-text-scale-l3 {
  font-size: calc(100% + 3 * 8%) !important;
}

.u-text-scale-s3 {
  font-size: calc(100% - 3 * 8%) !important;
}

.u-text-scale-l4 {
  font-size: calc(100% + 4 * 8%) !important;
}

.u-text-scale-s4 {
  font-size: calc(100% - 4 * 8%) !important;
}

.u-text-scale-l5 {
  font-size: calc(100% + 5 * 8%) !important;
}

.u-text-scale-s5 {
  font-size: calc(100% - 5 * 8%) !important;
}

.u-text-scale-l6 {
  font-size: calc(100% + 6 * 8%) !important;
}

.u-text-scale-s6 {
  font-size: calc(100% - 6 * 8%) !important;
}

/* - weight */
.u-text-wt400 {
  font-weight: 400;
}

.u-text-wt500 {
  font-weight: 500;
}

.u-text-wt600 {
  font-weight: 600;
}

.u-text-wt700, .u-text-bold {
  font-weight: 700;
}

.u-text-wt800 {
  font-weight: 800;
}

.u-text-wt900 {
  font-weight: 900;
}

/* - alignment, line-height */
.u-text-left {
  text-align: left !important;
  text-wrap: wrap;
}

.u-text-center {
  text-align: center !important;
  text-wrap: balance;
}

.u-text-center--no-balance {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
  text-wrap: wrap;
}

.u-lh-low1 {
  line-height: 1.45;
}

.u-lh-low2 {
  line-height: 1.3;
}

/* color */
.u-text-primary {
  color: var(--brand-500) !important;
}

.u-text-fg {
  color: var(--color-fg);
}

.u-text-red {
  color: var(--danger-500);
}

/* misc */
.u-inline-shrink {
  /* 中黒点の調整用 */
  display: inline-block;
  margin-inline: -0.12em;
}
/*# sourceMappingURL=style.css.map */
