@charset "UTF-8";
:root {
  --theme-bg-main: #ffffff;
  --theme-bg-sub: #fff9f1;
  --theme-bg-dark: #000000;
  --theme-bg-gray: #fbfbfb;
  --theme-bg-breadcrumb: #f5f5f5;
  --theme-bg-table-heading: #fff4e7;
  --theme-bg-map-placeholder: #d9d9d9;
  --theme-bg-header: rgba(255, 255, 255, 0.7);
  --theme-bg-header-sp: #ffffff;
  --theme-bg-sp-nav-overlay: rgba(238, 128, 0, 0.6);
  --theme-bg-strengths-sp: #dadada;
  --theme-border-nav: #f7f7f7;
  --theme-border-table: #cccccc;
  --theme-orange: #ee8000;
  --theme-orange-gradient-end: #ff5911;
  --theme-orange-gradient: linear-gradient(135deg, var(--theme-orange) 54%, var(--theme-orange-gradient-end) 100%);
  --theme-orange-gradient-horizontal-end: #fd560a;
  --theme-orange-gradient-horizontal: linear-gradient(90deg, var(--theme-orange) 0%, var(--theme-orange-gradient-horizontal-end) 100%);
  --theme-orange-border: #e47d10;
  --text-black: #404040;
  --text-orange: #ee8000;
  --text-white: #ffffff;
  --text-gray: #888888;
  --text-breadcrumb: #808080;
  --layout-main-width: 1440px;
  --layout-section-width: 1300px;
  --layout-content-width: 1090px;
}
@media screen and (min-width: 768px) {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--theme-bg-main);
    color: var(--text-black);
    font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  body,
  button,
  input,
  select,
  textarea {
    font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  a {
    color: var(--text-black);
    font-size: 1rem;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
    transition: all 0.3s;
  }
  a:hover,
  a:focus-visible {
    color: var(--text-orange);
  }
  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
  button,
  input,
  select,
  textarea {
    font: inherit;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  figure {
    margin-block-start: 0;
  }
  h2 {
    font-size: clamp(1.625rem, 2.2222222222vw, 2rem);
    line-height: 1.45;
    font-weight: 700;
  }
  h3 {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 700;
  }
  small,
  .text-small {
    font-size: 0.625rem;
    line-height: 1.7;
  }
  .page-title-small,
  .entry__subtitle {
    color: var(--text-orange);
    font-size: clamp(1rem, 1.3888888889vw, 1.25rem);
    font-weight: 700;
    line-height: 1.5;
  }
  .l-view {
    display: revert;
  }
  .s-view {
    display: none !important;
  }
  .skip-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    transform: translateY(-120%);
    background: var(--theme-orange);
    color: var(--text-white);
    padding: 0.5rem 0.75rem;
  }
  .skip-link:focus {
    transform: translateY(0);
  }
  .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .screen-reader-text:focus {
    z-index: 100;
    width: auto;
    height: auto;
    padding: 0.5rem 0.75rem;
    margin: 0;
    overflow: visible;
    clip: auto;
    background: var(--theme-orange);
    color: var(--text-white);
  }
  .layout {
    width: min(100% - 3rem, var(--layout-content-width));
    margin-inline: auto;
  }
  .site-main {
    background: var(--theme-bg-main);
  }
  .footer-nav__list {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .footer-nav a {
    color: var(--text-black);
    font-size: 1rem;
    text-decoration: none;
  }
  .footer-nav a:hover,
  .footer-nav a:focus-visible {
    color: var(--text-orange);
    text-decoration: underline;
  }
  .front-hero {
    background: linear-gradient(90deg, rgba(255, 249, 241, 0.96), rgba(255, 255, 255, 0.82)), var(--theme-bg-sub);
    padding-block: clamp(5.5rem, 9.1666666667vw, 8.25rem) clamp(5rem, 8.0555555556vw, 7.25rem);
  }
  .front-hero .layout {
    width: min(100% - 3rem, var(--layout-section-width));
  }
  .front-hero__label {
    margin-block-end: clamp(0.75rem, 1.25vw, 1.125rem);
    color: var(--text-orange);
    font-size: clamp(1rem, 1.3888888889vw, 1.25rem);
    font-weight: 700;
    line-height: 1.5;
  }
  .front-hero__title {
    margin-block-end: clamp(1.125rem, 1.6666666667vw, 1.5rem);
    font-size: clamp(2.5rem, 4.1666666667vw, 3.75rem);
    font-weight: 700;
    line-height: 1.22;
  }
  .front-hero__text {
    max-width: 45rem;
    margin-block-end: 0;
    color: var(--text-black);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    line-height: 1.9;
  }
  .entry,
  .not-found {
    padding-block: clamp(3.5rem, 5.6944444444vw, 5.125rem) clamp(4rem, 6.6666666667vw, 6rem);
  }
  .entry__header,
  .page-header {
    margin-block-end: clamp(1.75rem, 3.0555555556vw, 2.75rem);
  }
  .entry__title,
  .page-title {
    margin-block-end: clamp(0.625rem, 0.9722222222vw, 0.875rem);
    font-size: clamp(2.5rem, 4.1666666667vw, 3.75rem);
    font-weight: 700;
    line-height: 1.3;
  }
  .single-post .entry__title {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .archive-description,
  .entry__content {
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    line-height: 1.9;
  }
  .entry__content > *:last-child {
    margin-block-end: 0;
  }
  .entry__content a {
    color: var(--text-black);
    font-size: 1rem;
    text-decoration: underline;
  }
  .entry__content a:hover,
  .entry__content a:focus-visible {
    color: var(--text-orange);
  }
  .entry__thumbnail {
    margin-block: 0 2.375rem;
  }
  .button,
  .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.125rem;
    padding: 0.8125rem 1.875rem;
    border-radius: 0.25rem;
    background: var(--theme-orange);
    color: var(--text-white);
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
  }
  .button:hover,
  .button:focus-visible,
  .wp-block-button__link:hover,
  .wp-block-button__link:focus-visible {
    color: var(--text-white);
    filter: brightness(0.94);
  }
  .footer-contact {
    position: relative;
    isolation: isolate;
    width: min(100%, 90rem);
    min-height: clamp(32.5rem, 40.2777777778vw, 36.25rem);
    margin-inline: auto;
    padding-block-end: clamp(6.5rem, 10.1388888889vw, 9.125rem);
    margin-bottom: clamp(4.5rem, 6.9444444444vw, 6.25rem);
  }
  .footer-contact::before {
    content: "";
    position: absolute;
    inset-inline: 0;
    top: clamp(3rem, 4.1666666667vw, 3.75rem);
    z-index: -1;
    width: 100%;
    height: 32.5rem;
    background: url("../images/footer/contact-bg-pc.png") center top/cover no-repeat;
  }
  .footer-contact__inner {
    position: relative;
    width: min(100% - 3rem, 68.125rem);
    min-height: clamp(23.75rem, 30.1388888889vw, 27.125rem);
    margin-inline: auto;
    padding: clamp(2.5rem, 3.4722222222vw, 3.125rem) clamp(1.5rem, 3.3333333333vw, 3rem) clamp(2.5rem, 3.3333333333vw, 3rem);
    background: var(--theme-bg-sub);
    text-align: center;
  }
  .footer-contact__title {
    margin: 0 0 0.75rem;
    color: var(--text-orange);
    font-size: clamp(2rem, 2.7777777778vw, 2.5rem);
    font-weight: 700;
    line-height: 1.1;
  }
  .footer-contact__subtitle {
    margin: 0 0 clamp(2.25rem, 3.8888888889vw, 3.5rem);
    color: var(--text-orange);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1.5;
  }
  .footer-contact__text {
    margin: 0 auto clamp(1.5rem, 2.1527777778vw, 1.9375rem);
    color: var(--text-black);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1.55;
  }
  .footer-contact__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.625rem, 0.9027777778vw, 0.8125rem);
    width: min(100%, 21.875rem);
    aspect-ratio: 350/90;
    background: var(--theme-orange);
    color: var(--text-white);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
  }
  .footer-contact__button:hover,
  .footer-contact__button:focus-visible {
    color: var(--text-white);
    opacity: 0.6;
  }
  .footer-contact__button-icon {
    width: 1.5rem;
    height: 1.1875rem;
    flex: 0 0 auto;
  }
  .site-footer {
    background: transparent;
    border-top: 0;
  }
  .site-footer__main {
    background-color: rgba(136, 136, 136, 0.05);
    background-image: url("../images/footer/footer-bg-pc.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 90rem auto;
  }
  .site-footer__main-inner {
    width: min(100% - 3rem, 68.125rem);
    margin-inline: auto;
    padding-block: clamp(2.25rem, 3.0555555556vw, 2.75rem) clamp(3.5rem, 5.2777777778vw, 4.75rem);
  }
  .site-footer-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.125rem, 2.3611111111vw, 2.125rem);
  }
  .site-footer-menu-card {
    min-height: 24.875rem;
    padding: clamp(1.375rem, 1.9444444444vw, 1.75rem) clamp(1.125rem, 2.1527777778vw, 1.9375rem) 2.125rem;
    background: var(--theme-bg-main);
    box-shadow: 0 0.625rem 1.125rem rgba(64, 64, 64, 0.24), 0 0 0.75rem rgba(64, 64, 64, 0.14);
  }
  .site-footer-menu-card__icon {
    display: block;
    width: 3.6875rem;
    height: 3.6875rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .site-footer-menu-card__heading,
  .site-footer-menu-card__heading-link {
    min-height: 1.875rem;
    margin: 2.125rem 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(0.625rem, 1.1111111111vw, 1rem);
    color: var(--text-black);
    font-size: clamp(1.0625rem, 1.3888888889vw, 1.25rem);
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
  }
  .site-footer-menu-card__heading-link:hover,
  .site-footer-menu-card__heading-link:focus-visible {
    color: var(--text-black);
    text-decoration: none;
  }
  .site-footer-menu-card__list {
    display: grid;
    gap: clamp(1rem, 1.5972222222vw, 1.4375rem);
    padding: 0;
    margin: 2.5rem 0 0;
    list-style: none;
  }
  .site-footer-menu-card__list--buy {
    gap: clamp(1rem, 1.6666666667vw, 1.5rem);
  }
  .site-footer-menu-card__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(0.625rem, 1.1111111111vw, 1rem);
    color: var(--text-black);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
  }
  .site-footer-menu-card__link:hover,
  .site-footer-menu-card__link:focus-visible {
    color: var(--text-black);
    text-decoration: none;
  }
  .site-footer-menu-card__link-icon {
    width: 0.625rem;
    height: 0.625rem;
    flex: 0 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .site-footer-menu-card__external-icon {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .site-footer-info {
    margin-block-start: 6.5625rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18.75rem, 30rem);
    gap: clamp(2rem, 5.5555555556vw, 5rem);
    align-items: start;
  }
  .site-footer-info__logo-link {
    display: inline-flex;
    width: min(100%, 17.8125rem);
    height: 4.375rem;
    align-items: center;
    text-decoration: none;
  }
  .site-footer-info__logo {
    display: block;
    width: min(100%, 17.8125rem);
    height: 4.375rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .site-footer-info__tel,
  .site-footer-info__note,
  .site-footer-info__address-title,
  .site-footer-info__address-text {
    margin: 0;
    color: var(--text-black);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    line-height: 1.5;
  }
  .site-footer-info__tel {
    margin-block-start: clamp(1.125rem, 1.7361111111vw, 1.5625rem);
    display: flex;
    gap: clamp(0.75rem, 1.25vw, 1.125rem);
    font-weight: 400;
  }
  .site-footer-info__note {
    margin-block-start: 0.125rem;
    font-weight: 400;
  }
  .site-footer-info__addresses {
    display: grid;
    gap: clamp(1rem, 1.4583333333vw, 1.3125rem);
    padding-block-start: clamp(1.25rem, 2.0138888889vw, 1.8125rem);
  }
  .site-footer-info__address-title {
    font-weight: 700;
  }
  .site-footer-info__address-text {
    margin-block-start: 0.125rem;
    font-weight: 400;
  }
  .site-footer__copy-area {
    min-height: 2.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 1.5rem;
    background: var(--text-gray);
  }
  .site-footer__copy {
    margin: 0;
    color: var(--text-white);
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
  }
  .site-breadcrumb {
    width: 100%;
    background: var(--theme-bg-breadcrumb);
  }
  .site-breadcrumb__inner {
    width: min(100% - 3rem, 68.125rem);
    min-height: 4.25rem;
    margin-inline: auto;
    display: flex;
    align-items: center;
  }
  .site-breadcrumb__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.625rem;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .site-breadcrumb__item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    min-width: 0;
    color: var(--text-breadcrumb);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .site-breadcrumb__link,
  .site-breadcrumb__current,
  .site-breadcrumb__separator {
    color: var(--text-breadcrumb);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
  }
  .site-breadcrumb__link:hover,
  .site-breadcrumb__link:focus-visible {
    color: var(--text-breadcrumb);
    text-decoration: none;
    opacity: 0.7;
  }
  .site-breadcrumb__link--home {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  .site-breadcrumb__home-icon {
    width: 0.75rem;
    height: 0.75rem;
    flex: 0 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .pc-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: var(--theme-bg-header);
  }
  .pc-header__inner {
    width: min(100%, 90rem);
    height: 5.625rem;
    margin-inline: auto;
    padding-inline: clamp(0.5rem, 12.5vw - 6.875rem, 4.375rem);
    display: flex;
    align-items: center;
  }
  .pc-header__branding {
    flex: 0 0 auto;
  }
  .pc-header__logo-link {
    display: flex;
    align-items: center;
    width: clamp(5rem, 8.9583333333vw, 8.0625rem);
    height: 2rem;
    text-decoration: none;
  }
  .pc-header__logo {
    display: block;
    width: clamp(5rem, 8.9583333333vw, 8.0625rem);
    height: auto;
  }
  .pc-header-nav {
    flex: 0 1 auto;
    align-self: stretch;
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .pc-header-nav__list {
    display: flex;
    align-items: center;
    gap: clamp(0.25rem, 5.4166666667vw - 3rem, 1.875rem);
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .pc-header-nav__item {
    flex: 0 0 auto;
    height: 100%;
    position: relative;
  }
  .pc-header-nav__link {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    color: var(--text-black);
    font-size: clamp(0.6875rem, 1.1111111111vw, 1rem);
    font-weight: 700;
    height: 100%;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  }
  .pc-header-nav__link:hover,
  .pc-header-nav__link:focus-visible {
    color: var(--text-black);
    text-decoration: none;
  }
  .pc-header-nav__icon {
    display: block;
    flex: 0 0 auto;
    width: clamp(0.75rem, 1.1111111111vw, 1rem);
    height: clamp(0.75rem, 1.1111111111vw, 1rem);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .pc-header-nav__icon--open {
    display: none;
  }
  .pc-header-nav__item--has-submenu > .pc-header-nav__link {
    padding-inline: clamp(0.1875rem, 2.7083333333vw - 1.4375rem, 1rem);
  }
  .pc-header-nav__item--has-submenu:hover > .pc-header-nav__link,
  .pc-header-nav__item--has-submenu:focus-within > .pc-header-nav__link {
    background: var(--theme-orange);
    color: var(--text-white);
  }
  .pc-header-nav__item--has-submenu:hover .pc-header-nav__icon--closed,
  .pc-header-nav__item--has-submenu:focus-within .pc-header-nav__icon--closed {
    display: none;
  }
  .pc-header-nav__item--has-submenu:hover .pc-header-nav__icon--open,
  .pc-header-nav__item--has-submenu:focus-within .pc-header-nav__icon--open {
    display: block;
  }
  .pc-header-subnav {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: clamp(12.5rem, 19.6527777778vw, 17.6875rem);
    padding: 0.625rem 0;
    margin: 0;
    background: var(--theme-bg-main);
    box-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.18);
    list-style: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0s linear 0.2s;
  }
  .pc-header-nav__item--has-submenu:hover .pc-header-subnav,
  .pc-header-nav__item--has-submenu:focus-within .pc-header-subnav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition-delay: 0s;
  }
  .pc-header-subnav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 3.4375rem;
    padding: 0.625rem 0.75rem 0.625rem 1rem;
    color: var(--text-black);
    font-size: clamp(0.75rem, 1.1111111111vw, 1rem);
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .pc-header-subnav__link:hover,
  .pc-header-subnav__link:focus-visible {
    background: var(--theme-bg-sub);
    color: var(--text-black);
    text-decoration: none;
  }
  .pc-header-subnav__icon {
    display: block;
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .pc-header__contact {
    flex: 0 0 clamp(6rem, 14.1666666667vw - 2.5rem, 10.25rem);
    width: clamp(6rem, 14.1666666667vw - 2.5rem, 10.25rem);
    height: 5.625rem;
    margin-left: clamp(1rem, 2.2222222222vw, 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-orange);
    color: var(--text-white);
    font-size: clamp(0.6875rem, 1.1111111111vw, 1rem);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  }
  .pc-header__contact:hover,
  .pc-header__contact:focus-visible {
    color: var(--text-white);
    opacity: 0.6;
    text-decoration: none;
  }
  .front-section-heading {
    text-align: center;
  }
  .front-section-heading__title {
    margin: 0 0 0.5rem;
    color: var(--text-orange);
    font-size: clamp(2rem, 2.7777777778vw, 2.5rem);
    font-weight: 700;
    line-height: 1.1;
  }
  .front-section-heading__subtitle {
    margin: 0;
    color: var(--text-orange);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1.5;
  }
  .front-orange-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 16.875rem);
    height: 3rem;
    aspect-ratio: 270/48;
    border: 1px solid var(--theme-orange);
    color: var(--text-orange);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: none;
  }
  .front-orange-link:hover,
  .front-orange-link:focus-visible {
    color: var(--text-orange);
    text-decoration: none;
  }
  .front-orange-link__icon {
    position: absolute;
    right: 1.25rem;
    display: block;
    width: 0.4375rem;
    height: 0.625rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-main-visual {
    background: var(--theme-bg-main);
    margin-bottom: 3.75rem;
  }
  .front-main-visual__inner {
    position: relative;
    width: min(100%, 90rem);
    height: clamp(24.375rem, 41.3194444444vw, 36.25rem);
    margin-inline: auto;
    overflow: hidden;
  }
  .front-main-visual__picture,
  .front-main-visual__image {
    display: block;
    width: 100%;
    height: 100%;
  }
  .front-main-visual__image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .front-news {
    position: absolute;
    right: clamp(1.25rem, 2.0833333333vw, 1.875rem);
    bottom: clamp(1.75rem, 3.75vw, 3.375rem);
    width: clamp(25rem, 40.2777777778vw, 36.25rem);
    min-height: clamp(9.875rem, 13.8888888889vw, 12.5rem);
    padding: clamp(1.25rem, 1.8055555556vw, 1.625rem) clamp(1.625rem, 2.3611111111vw, 2.125rem);
    background: var(--theme-bg-main);
  }
  .front-news__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(0.875rem, 1.6666666667vw, 1.5rem);
    margin-block-end: clamp(1rem, 1.3888888889vw, 1.25rem);
  }
  .front-news__heading-group {
    display: flex;
    align-items: baseline;
    gap: clamp(0.625rem, 1.1111111111vw, 1rem);
  }
  .front-news__title {
    margin: 0;
    color: var(--text-orange);
    font-size: clamp(2rem, 2.7777777778vw, 2.5rem);
    font-weight: 700;
    line-height: 1;
  }
  .front-news__subtitle {
    margin: 0;
    color: var(--text-orange);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
  }
  .front-news__archive-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex: 0 0 min(100%, 10rem);
    width: min(100%, 10rem);
    height: 2.625rem;
    aspect-ratio: 160/42;
    padding: 0.625rem 1.125rem;
    border: 1px solid var(--theme-orange);
    color: var(--text-orange);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: none;
  }
  .front-news__archive-icon {
    display: block;
    flex: 0 0 auto;
    width: 0.4375rem;
    height: 0.625rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-news__archive-link:hover,
  .front-news__archive-link:focus-visible {
    color: var(--text-orange);
    text-decoration: none;
  }
  .front-news__list {
    display: grid;
    gap: clamp(0.625rem, 0.9722222222vw, 0.875rem);
  }
  .front-news__item {
    display: grid;
    grid-template-columns: 4.375rem 3.5rem minmax(0, 1fr);
    align-items: center;
    gap: clamp(0.625rem, 0.9722222222vw, 0.875rem);
    color: var(--text-black);
    text-decoration: none;
    transition: none;
  }
  .front-news__item:hover,
  .front-news__item:focus-visible {
    color: var(--text-black);
    text-decoration: none;
  }
  .front-news__date,
  .front-news__category {
    color: var(--text-gray);
    font-size: 0.8125rem;
    line-height: 1.5;
    white-space: nowrap;
  }
  .front-news__category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.5rem;
    padding-inline: 0.5rem;
    border-radius: 0.75rem;
    background: var(--theme-bg-gray);
  }
  .front-news__item-title-container {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .front-news__item-title {
    min-width: 0;
    overflow: hidden;
    color: var(--text-black);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    line-height: 1.5;
    white-space: nowrap;
    text-decoration: underline;
    text-overflow: ellipsis;
  }
  .front-about {
    margin-bottom: 3.75rem;
    background: var(--theme-bg-main);
  }
  .front-about__inner {
    width: min(100% - 3rem, 81.25rem);
    margin-inline: auto;
  }
  .front-about__panel {
    position: relative;
    height: clamp(30rem, 56.9230769231vw, 46.25rem);
  }
  .front-about__panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 58.4615384615%;
    height: 100%;
    background: var(--theme-orange-gradient);
  }
  .front-about__panel::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 58.4615384615%;
    height: 100%;
    background: url(../images/front/about-bg-pc.svg) no-repeat right top/cover;
  }
  .front-about__image {
    position: absolute;
    top: clamp(7.375rem, 10.6923076923vw, 8.6875rem);
    left: clamp(2rem, 4.6153846154vw, 3.75rem);
    z-index: 1;
    display: block;
    width: clamp(18.75rem, 46.1538461538vw, 37.5rem);
    height: auto;
  }
  .front-about__content {
    position: absolute;
    top: clamp(4.5rem, 8.6153846154vw, 7rem);
    right: clamp(2rem, 11.1538461538vw, 9.0625rem);
    z-index: 1;
    width: clamp(18.75rem, 34.2307692308vw, 27.8125rem);
    color: var(--text-white);
  }
  .front-about__title {
    margin: 0 0 0.5rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: clamp(2rem, 2.7777777778vw, 2.5rem);
    font-weight: 700;
    line-height: 1.1;
  }
  .front-about__subtitle {
    margin: 0 0 clamp(1.25rem, 2.5vw, 2.25rem);
    color: var(--text-white);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1.5;
  }
  .front-about__heading {
    margin: 0 0 clamp(1.5rem, 3.3333333333vw, 3rem);
    color: var(--text-white);
    font-size: clamp(1rem, 1.3888888889vw, 1.25rem);
    font-weight: 700;
    line-height: 1.6;
  }
  .front-about__text {
    margin: 0 0 clamp(1.75rem, 3.8194444444vw, 3.4375rem);
    color: var(--text-white);
    font-size: clamp(0.8125rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1.75;
  }
  .front-about__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 16.875rem);
    height: 3rem;
    aspect-ratio: 270/48;
    border: 1px solid var(--text-white);
    color: var(--text-white);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: none;
  }
  .front-about__link:hover,
  .front-about__link:focus-visible {
    color: var(--text-white);
    text-decoration: none;
  }
  .front-about__link-icon {
    position: absolute;
    right: 1.25rem;
    display: block;
    width: 0.4375rem;
    height: 0.625rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-strengths {
    background: var(--theme-bg-main);
  }
  .front-strengths__inner {
    position: relative;
    width: min(100%, 90rem);
    aspect-ratio: 1440/1080;
    min-height: 48rem;
    margin-inline: auto;
    overflow: hidden;
    background: var(--theme-orange-gradient);
  }
  .front-strengths__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/front/strengths-bg-pc.png") center/cover no-repeat;
    opacity: 0.92;
  }
  .front-strengths__content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: min(100% - 6rem, 68.125rem);
    min-height: clamp(40.625rem, 55.5555555556vw, 50rem);
    padding: clamp(2.5rem, 4.7222222222vw, 4.25rem) clamp(2rem, 7.6388888889vw, 6.875rem) clamp(2.5rem, 4.3055555556vw, 3.875rem);
    background: rgba(255, 255, 255, 0.9);
    color: var(--text-black);
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .front-strengths__title {
    margin: 0 0 0.5rem;
    color: var(--text-orange);
    font-size: clamp(2rem, 2.7777777778vw, 2.5rem);
    font-weight: 700;
    line-height: 1.1;
  }
  .front-strengths__subtitle {
    margin: 0 auto clamp(1.5rem, 2.8472222222vw, 2.5625rem);
    color: var(--text-orange);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1.5;
  }
  .front-strengths__heading {
    margin: 0 auto clamp(1.75rem, 3.3333333333vw, 3rem);
    color: var(--text-black);
    font-size: clamp(1.5rem, 2.0833333333vw, 1.875rem);
    font-weight: 700;
    line-height: 1.45;
  }
  .front-strengths__text {
    max-width: 40.625rem;
    margin: 0 auto clamp(1.75rem, 3.2638888889vw, 2.9375rem);
    color: var(--text-black);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1.6;
  }
  .front-strengths__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.75rem, 1.3194444444vw, 1.1875rem);
    width: min(100%, 45.0625rem);
    padding: 0;
    margin: 0 auto 1.875rem;
    list-style: none;
  }
  .front-strengths__list-item {
    display: flex;
    justify-content: center;
  }
  .front-strengths-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, clamp(10rem, 15.2777777778vw, 13.75rem));
    aspect-ratio: 220/250;
    padding: clamp(1.5rem, 2.2916666667vw, 2.0625rem) 0.875rem 0.625rem;
    background: var(--theme-bg-sub);
    box-shadow: 0 0.625rem 1.25rem rgba(64, 64, 64, 0.16);
  }
  .front-strengths-card__icon {
    position: absolute;
    top: clamp(-1.25rem, -1.3888888889vw, -1rem);
    left: clamp(-1.6875rem, -1.875vw, -1.125rem);
    display: block;
    width: clamp(2.75rem, 3.75vw, 3.375rem);
    height: clamp(2.75rem, 3.75vw, 3.375rem);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-strengths-card__title {
    margin: 0 0 0.625rem;
    color: var(--text-black);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 700;
    line-height: 1.5;
  }
  .front-strengths-card__image {
    display: block;
    width: min(100%, clamp(7.5rem, 12.5vw, 11.25rem));
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-strengths__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 16.875rem);
    height: 3rem;
    aspect-ratio: 270/48;
    border: 1px solid var(--theme-orange);
    color: var(--text-orange);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: none;
  }
  .front-strengths__link:hover,
  .front-strengths__link:focus-visible {
    color: var(--text-orange);
    text-decoration: none;
  }
  .front-strengths__link-icon {
    position: absolute;
    right: 1.25rem;
    display: block;
    width: 0.4375rem;
    height: 0.625rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-brand-list {
    background: var(--theme-bg-main);
  }
  .front-brand-list__inner {
    width: min(100%, 90rem);
    margin-inline: auto;
    padding: clamp(3.75rem, 6.3194444444vw, 5.6875rem) 1.5rem clamp(2.75rem, 3.9583333333vw, 3.5625rem);
    background: var(--theme-bg-sub);
    text-align: center;
    margin-bottom: 3.75rem;
  }
  .front-brand-list__title {
    margin: 0 0 0.5rem;
    color: var(--text-orange);
    font-size: clamp(2rem, 2.7777777778vw, 2.5rem);
    font-weight: 700;
    line-height: 1.1;
  }
  .front-brand-list__subtitle {
    margin: 0 0 clamp(2.375rem, 4.2361111111vw, 3.8125rem);
    color: var(--text-orange);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1.5;
  }
  .front-brand-list__text {
    max-width: 58.125rem;
    margin: 0 auto 2.5625rem;
    color: var(--text-black);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1.6;
  }
  .front-brand-list__logos-picture,
  .front-brand-list__logos {
    display: block;
  }
  .front-brand-list__logos-picture {
    width: min(100%, 65.1875rem);
    margin: 0 auto clamp(2.25rem, 3.4722222222vw, 3.125rem);
  }
  .front-brand-list__logos {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-brand-list__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 16.875rem);
    height: 3rem;
    aspect-ratio: 270/48;
    border: 1px solid var(--theme-orange);
    color: var(--text-orange);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: none;
  }
  .front-brand-list__link:hover,
  .front-brand-list__link:focus-visible {
    color: var(--text-orange);
    text-decoration: none;
  }
  .front-brand-list__link-icon {
    position: absolute;
    right: 1.25rem;
    display: block;
    width: 0.4375rem;
    height: 0.625rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-how-to-buy {
    background: var(--theme-bg-main);
    margin-bottom: 6.25rem;
  }
  .front-how-to-buy__inner {
    width: min(100%, 90rem);
    margin-inline: auto;
    overflow: hidden;
    background: var(--theme-bg-main);
  }
  .front-how-to-buy__heading-block {
    padding: clamp(1rem, 1.3194444444vw, 1.1875rem) 0 clamp(2.25rem, 3.8194444444vw, 3.4375rem);
  }
  .front-how-to-buy__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.0625rem, 0.2083333333vw, 0.1875rem);
    padding: 0;
    margin: 0;
    list-style: none;
    background: var(--theme-bg-main);
  }
  .front-how-to-buy__item {
    display: flex;
    min-width: 0;
  }
  .front-how-to-buy-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: var(--text-white);
    text-decoration: none;
    transition: none;
  }
  .front-how-to-buy-card:hover, .front-how-to-buy-card:focus-visible {
    color: var(--text-white);
    text-decoration: none;
  }
  .front-how-to-buy-card__picture, .front-how-to-buy-card__image {
    display: block;
  }
  .front-how-to-buy-card__picture {
    min-width: 0;
    overflow: hidden;
  }
  .front-how-to-buy-card__image {
    width: 100%;
    aspect-ratio: 478/293;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .front-how-to-buy-card__body {
    display: flex;
    flex-direction: column;
    min-height: clamp(9.375rem, 11.7361111111vw, 10.5625rem);
    padding: clamp(1.125rem, 2.4305555556vw, 2.1875rem) clamp(1rem, 3.4722222222vw, 3.125rem) clamp(1rem, 1.6666666667vw, 1.5rem);
    background: var(--theme-orange-gradient-horizontal);
    color: var(--text-white);
  }
  .front-how-to-buy-card__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.5rem, 1.9444444444vw, 1.75rem);
    margin: 0 0 clamp(0.75rem, 1.5972222222vw, 1.4375rem);
    color: var(--text-white);
    font-size: clamp(1rem, 1.3888888889vw, 1.25rem);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    overflow-wrap: anywhere;
  }
  .front-how-to-buy-card__icon {
    display: block;
    flex: 0 0 auto;
    width: 0.4375rem;
    height: 0.625rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-how-to-buy-card__text {
    margin: 0;
    color: var(--text-white);
    font-size: clamp(0.8125rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }
  .front-model-case {
    background: var(--theme-bg-main);
  }
  .front-model-case__inner {
    width: min(100%, 90rem);
    margin-inline: auto;
    margin-bottom: 6.25rem;
    overflow: hidden;
    background: var(--theme-bg-main);
    text-align: center;
  }
  .front-model-case__heading-block {
    margin-block-end: clamp(2rem, 3.4027777778vw, 3.0625rem);
  }
  .front-model-case__lead {
    width: min(100% - 3rem, 56.25rem);
    margin: 0 auto clamp(1.5rem, 2.2916666667vw, 2.0625rem);
    color: var(--text-black);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1.6;
  }
  .front-model-case__slider {
    width: 100%;
    overflow: hidden;
  }
  .front-model-case__track {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .front-model-case__slide {
    flex: 0 0 20rem;
    width: 20rem;
    min-width: 0;
  }
  .front-model-case-card {
    display: block;
    color: var(--text-black);
    text-align: left;
    text-decoration: none;
    transition: none;
  }
  .front-model-case-card:hover,
  .front-model-case-card:focus-visible {
    color: var(--text-black);
    text-decoration: none;
  }
  .front-model-case-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 412/323;
    background: var(--theme-bg-gray);
  }
  .front-model-case-card__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-model-case-card__logo {
    display: block;
    width: 8.0625rem;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-model-case-card__body {
    display: grid;
    gap: 0.8125rem;
    padding-block-start: 0.8125rem;
  }
  .front-model-case-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3125rem;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .front-model-case-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: 1.5rem;
    padding: 0.1875rem 0.75rem;
    border-radius: 99px;
    background: var(--theme-bg-gray);
    color: var(--text-gray);
    font-size: clamp(0.75rem, 0.9027777778vw, 0.8125rem);
    font-weight: 400;
    line-height: 1.4;
  }
  .front-model-case-card__title {
    margin: 0;
    color: var(--text-black);
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    font-weight: 400;
    line-height: 1.6;
  }
  .front-model-case__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    margin-block-start: 2rem;
  }
  .front-model-case__dot {
    display: block;
    width: 0.8125rem;
    height: 0.8125rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(238, 128, 0, 0.3);
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .front-model-case__dot.is-active {
    background: var(--theme-orange);
  }
  .front-model-case__link {
    margin-block-start: 1.5625rem;
  }
  .front-orange-hover-link:hover,
  .front-orange-hover-link:focus-visible {
    border-color: rgba(238, 128, 0, 0.8);
    color: rgba(238, 128, 0, 0.6);
    text-decoration: none;
  }
  .front-orange-hover-link:hover .front-orange-hover-link__icon,
  .front-orange-hover-link:focus-visible .front-orange-hover-link__icon {
    opacity: 0.6;
  }
  .front-about__link:hover,
  .front-about__link:focus-visible {
    border-color: rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
  }
  .front-about__link:hover .front-about__link-icon,
  .front-about__link:focus-visible .front-about__link-icon {
    opacity: 0.6;
  }
  .page-hero {
    position: relative;
    isolation: isolate;
    width: 100%;
    height: 25rem;
    background: var(--theme-orange);
    overflow: hidden;
  }
  .page-hero__inner {
    position: relative;
    z-index: 2;
    width: min(100% - 3rem, 68.125rem);
    height: 100%;
    margin-inline: auto;
  }
  .page-hero__content {
    position: relative;
    z-index: 3;
    padding-block-start: 9.3125rem;
  }
  .page-hero__title {
    margin: 0 0 0.6875rem;
    color: var(--text-white);
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .page-hero__subtitle {
    margin: 0;
    color: var(--text-white);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .page-hero__visual {
    position: absolute;
    top: 0;
    right: max(0px, (100% - 90rem) / 2);
    z-index: 1;
    width: min(69.4444444444vw, 62.5rem);
    height: 22.5rem;
    background-image: var(--page-hero-bg-pc);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .entry--page {
    padding-block: clamp(3.5rem, 5.6944444444vw, 5.125rem) clamp(4rem, 6.6666666667vw, 6rem);
  }
  .page-content-heading {
    position: relative;
    margin: 0;
    padding-block-end: 1.5rem;
    color: var(--text-black);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.45;
  }
  .page-content-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.25rem;
    height: 0.125rem;
    background: var(--theme-orange);
  }
  .aboutus-content {
    width: min(100% - 3rem, 68.125rem);
    margin-inline: auto;
    padding-block: 5rem 7.5rem;
  }
  .aboutus-table {
    width: 100%;
    margin: 0;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
  }
  .aboutus-table__row {
    display: grid;
    grid-template-columns: 22.9357798165% minmax(0, 1fr);
    min-height: 5.25rem;
    border-bottom: 1px solid var(--theme-border-table);
  }
  .aboutus-table__row:first-child {
    border-top: 1px solid var(--theme-border-table);
  }
  .aboutus-table__term,
  .aboutus-table__description {
    margin: 0;
    display: flex;
    align-items: center;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
  }
  .aboutus-table__term {
    justify-content: center;
    padding: 1.125rem 1.5rem;
    background: var(--theme-bg-table-heading);
    text-align: center;
  }
  .aboutus-table__description {
    min-width: 0;
    padding: 1.125rem 2.5rem 1.125rem 3.875rem;
    overflow-wrap: anywhere;
  }
  .aboutus-office {
    margin-block-start: 4rem;
  }
  .aboutus-office__lead {
    margin: 3.875rem 0 0;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
  }
  .aboutus-office__body {
    margin-block-start: 3rem;
    display: grid;
    grid-template-columns: minmax(0, 35.625rem) minmax(0, 30.625rem);
    gap: 1.875rem;
    align-items: start;
  }
  .aboutus-table--office .aboutus-table__row {
    grid-template-columns: 26.3157894737% minmax(0, 1fr);
    min-height: 4rem;
  }
  .aboutus-table--office .aboutus-table__term,
  .aboutus-table--office .aboutus-table__description {
    padding-block: 1rem;
  }
  .aboutus-table--office .aboutus-table__description {
    padding-inline: 3.875rem 1.5rem;
  }
  .aboutus-office__map {
    width: 100%;
    aspect-ratio: 490/405;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-bg-map-placeholder);
    overflow: hidden;
  }
  .aboutus-office__map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }
  .aboutus-office__map-placeholder {
    color: var(--text-white);
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
  }
  .news-hero {
    position: relative;
    isolation: isolate;
    width: 100%;
    height: 25rem;
    background: var(--theme-orange);
    overflow: hidden;
  }
  .news-hero__inner {
    position: relative;
    z-index: 2;
    width: min(100% - 3rem, 68.125rem);
    height: 100%;
    margin-inline: auto;
  }
  .news-hero__content {
    position: relative;
    z-index: 3;
    padding-block-start: 9.3125rem;
  }
  .news-hero__title {
    margin: 0 0 0.6875rem;
    color: var(--text-white);
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .news-hero__subtitle {
    margin: 0;
    color: var(--text-white);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .news-hero__visual {
    position: absolute;
    top: 0;
    right: max(0px, (100% - 90rem) / 2);
    z-index: 1;
    width: min(69.3055555556vw, 62.375rem);
    height: 22.5rem;
    background: url("../images/news/news-hero-pc.png") center/cover no-repeat;
  }
  .news-content {
    padding-block: 5rem 7.5rem;
  }
  .news-content__inner {
    display: grid;
    grid-template-columns: 42.5rem 19.375rem;
    gap: 6.25rem;
    align-items: start;
    width: min(100% - 3rem, 68.125rem);
    margin-inline: auto;
  }
  .news-list {
    min-width: 0;
  }
  .news-list__item {
    display: grid;
    grid-template-columns: 6.25rem 5.625rem minmax(0, 1fr);
    gap: 1.25rem;
    align-items: center;
    min-height: 5.75rem;
    border-bottom: 1px solid var(--theme-border-table);
  }
  .news-list__item:first-child {
    border-top: 0;
  }
  .news-list__date {
    color: var(--text-gray);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
  }
  .news-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .news-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5rem;
    height: 1.875rem;
    padding-inline: 0.8125rem;
    border-radius: 6.1875rem;
    background: var(--theme-bg-gray);
    color: var(--text-gray);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }
  .news-tag:hover,
  .news-tag:focus-visible {
    color: var(--text-orange);
    text-decoration: none;
  }
  .news-list__tag {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
  .news-link-text {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    color: var(--text-black);
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
  }
  .news-link-text:hover,
  .news-link-text:focus-visible {
    color: var(--text-orange);
  }
  .orange-text-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    color: var(--text-orange);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
  }
  .orange-text-arrow-link:hover,
  .orange-text-arrow-link:focus-visible {
    color: var(--text-orange);
    opacity: 0.6;
    text-decoration: none;
  }
  .orange-text-arrow-link__icon {
    flex: 0 0 0.375rem;
    width: 0.375rem;
    height: 0.375rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .orange-text-arrow-link__text {
    color: currentColor;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
  }
  .news-list__title span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-list__external-icon {
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .news-sidebar-block + .news-sidebar-block {
    margin-block-start: 1.875rem;
  }
  .news-sidebar-block__heading {
    display: flex;
    align-items: center;
    min-height: 3.125rem;
    margin: 0;
    padding-inline: 1.875rem;
    background: var(--theme-bg-sub);
    color: var(--text-orange);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .news-sidebar-category {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    padding: 1.25rem 1.875rem 0;
    margin: 0;
    list-style: none;
  }
  .news-sidebar-category__item {
    margin: 0;
  }
  .news-sidebar-category .news-tag {
    min-width: 4.375rem;
    padding-inline: 0.625rem;
  }
  .news-sidebar-archive {
    padding-block-start: 0.625rem;
  }
  .news-sidebar-archive__year {
    border-bottom: 1px solid var(--theme-border-table);
  }
  .news-sidebar-archive__summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 3.375rem;
    padding-inline: 1.875rem 2.75rem;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    list-style: none;
  }
  .news-sidebar-archive__summary::-webkit-details-marker {
    display: none;
  }
  .news-sidebar-archive__summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.125rem;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.26s ease;
  }
  .news-sidebar-archive__year[open] .news-sidebar-archive__summary::after {
    transform: translateY(-35%) rotate(225deg);
  }
  .news-sidebar-archive__months {
    padding: 0 1.875rem 0.9375rem;
    margin: 0;
    list-style: none;
  }
  .js-enabled .news-sidebar-archive__months {
    transition: height 0.26s ease, opacity 0.2s ease;
    will-change: height, opacity;
  }
  .news-sidebar-archive__month {
    padding-block: 0.9375rem;
  }
  .news-sidebar-archive__link {
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: underline;
  }
  .news-pagination {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 1.5rem;
    margin-block-start: 3.625rem;
  }
  .news-pagination .page-numbers {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    min-width: 1.875rem;
    height: 2.1875rem;
    padding: 0 0.125rem;
    color: var(--text-black);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
  }
  .news-pagination a.page-numbers:hover,
  .news-pagination a.page-numbers:focus-visible {
    color: var(--text-black);
    opacity: 0.6;
    text-decoration: none;
  }
  .news-pagination .page-numbers:not(.prev, .next, .dots)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1.875rem;
    height: 0.3125rem;
    background: var(--theme-bg-table-heading);
    transform: translateX(-50%);
  }
  .news-pagination .page-numbers.current::after {
    background: var(--theme-orange);
  }
  .news-pagination .prev,
  .news-pagination .next {
    align-items: center;
    width: 1.875rem;
    padding: 0;
  }
  .news-pagination .prev img,
  .news-pagination .next img {
    width: 0.5rem;
    height: 0.875rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .news-single-hero {
    width: 100%;
    min-height: 11.25rem;
    background: var(--theme-orange);
  }
  .news-single-hero__inner {
    width: min(100% - 3rem, 68.125rem);
    margin-inline: auto;
    padding-block: 3.375rem 3rem;
  }
  .news-single-hero__meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-block-end: 1rem;
  }
  .news-single-hero__date {
    color: var(--text-white);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
  }
  .news-single-hero__tag {
    min-width: 5rem;
  }
  .news-single-hero__title {
    margin: 0;
    color: var(--text-white);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .news-single-content {
    padding-block: 3.75rem 7.5rem;
  }
  .news-single-content__inner {
    display: grid;
    grid-template-columns: 42.5rem 19.375rem;
    gap: 6.25rem;
    align-items: start;
    width: min(100% - 3rem, 68.125rem);
    margin-inline: auto;
  }
  .news-single-main {
    min-width: 0;
  }
  .news-single-main__body {
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
  }
  .news-single-main__body p {
    margin: 0 0 1.5rem;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
  }
  .news-single-main__body > *:last-child {
    margin-block-end: 0;
  }
  .news-single-main__body figure {
    max-width: 100%;
    margin: 2rem 0;
  }
  .news-single-main__body .wp-caption {
    width: auto !important;
    max-width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    line-height: inherit;
    text-align: left;
  }
  .news-single-main__body .aligncenter {
    margin-inline: auto;
  }
  .news-single-main__body img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .news-single-main__body .wp-caption img {
    margin-inline: auto;
  }
  .news-single-main__body .wp-caption-text {
    margin: 0.5rem 0 0;
    color: var(--text-black);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
  }
  .news-single-main__body a {
    color: var(--text-orange);
    font-size: 1rem;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
  }
  .news-single-main__body a:hover,
  .news-single-main__body a:focus-visible {
    color: var(--text-orange);
    opacity: 0.6;
  }
  .news-product-preview {
    margin: 1.5rem 0 2rem;
  }
  .news-product-preview__image-link {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    text-decoration: none;
  }
  .news-product-preview__image-link:hover,
  .news-product-preview__image-link:focus-visible {
    opacity: 0.8;
  }
  .news-product-preview__image {
    display: block;
    width: min(100%, 18.75rem);
    height: auto;
    justify-self: center;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .news-single-nav {
    display: grid;
    gap: 0.875rem;
    margin-block-start: 5rem;
  }
  .news-single-nav__heading {
    margin: 0 0 0.75rem;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .news-related-card {
    display: grid;
    grid-template-columns: 6.25rem 5.625rem minmax(0, 1fr);
    gap: 1.25rem;
    align-items: center;
    min-height: 5.75rem;
    border-bottom: 1px solid var(--theme-border-table);
    background: transparent;
    color: var(--text-black);
    text-decoration: none;
  }
  .news-single-nav__section .news-related-card:first-of-type {
    border-top: 1px solid var(--theme-border-table);
  }
  .news-related-card:hover,
  .news-related-card:focus-visible {
    color: var(--text-black);
    opacity: 0.8;
    text-decoration: none;
  }
  .news-related-card__date {
    color: var(--text-gray);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
  }
  .news-related-card__tag {
    width: -moz-fit-content;
    width: fit-content;
  }
  .news-related-card__title-container {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .news-related-card__title {
    min-width: 0;
    color: var(--text-black);
    font-weight: 700;
  }
  .news-single-back-link {
    margin-block-start: 2.375rem;
  }
  .wholesale-content {
    width: 100%;
    padding-block: 5rem 7.5rem;
  }
  .wholesale-intro {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100% - 3rem, 81.25rem);
    aspect-ratio: 1300/653;
    margin-inline: auto;
    background: url("../images/page/wholesale-intro-bg.png") center/cover no-repeat;
  }
  .wholesale-intro__panel {
    width: min(100% - 6rem, 68.125rem);
    aspect-ratio: 1090/463;
    padding: clamp(3rem, 5.4166666667vw, 4.875rem) clamp(2.5rem, 3.4722222222vw, 3.125rem) clamp(2.5rem, 4.0277777778vw, 3.625rem);
    background: rgba(255, 255, 255, 0.9);
  }
  .wholesale-intro__title {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2.8125rem;
    padding-block-end: 1.0625rem;
    color: var(--text-black);
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
  }
  .wholesale-intro__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.125rem;
    background: var(--theme-orange-border);
  }
  .wholesale-intro__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 27.5rem;
    gap: 2.5rem;
    align-items: end;
  }
  .wholesale-intro__text {
    min-width: 0;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
  }
  .wholesale-intro__text p {
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
  }
  .wholesale-intro__lead {
    margin-block-end: 1.8125rem !important;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.55;
  }
  .wholesale-intro__image {
    display: block;
    width: 27.5rem;
    aspect-ratio: 440/240;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wholesale-strengths {
    width: min(100% - 3rem, 68.125rem);
    margin: 5rem auto 0;
  }
  .wholesale-strengths__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28.125rem;
    gap: 4.375rem;
    align-items: end;
    width: min(100%, 62.125rem);
    margin: 3.375rem auto 0;
  }
  .wholesale-strengths__text {
    min-width: 0;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
  }
  .wholesale-strengths__text p {
    margin: 0;
  }
  .wholesale-strengths__lead {
    margin-block-end: 2.125rem !important;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.55;
  }
  .wholesale-strengths__image {
    display: block;
    width: 28.125rem;
    aspect-ratio: 450/300;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wholesale-strength-list {
    width: min(100% - 3rem, 68.125rem);
    margin: 5rem auto 0;
  }
  .wholesale-strength-list__items {
    display: grid;
    gap: 1.875rem;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .wholesale-strength-card {
    display: grid;
    grid-template-columns: 19.375rem minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
    min-height: 15.6875rem;
    padding: 1.4375rem 3rem;
    background: var(--theme-bg-main);
    box-shadow: 0 0.5rem 1.25rem rgba(64, 64, 64, 0.18);
  }
  .wholesale-strength-card__image {
    display: block;
    width: 19.375rem;
    aspect-ratio: 310/206;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wholesale-strength-card__content {
    min-width: 0;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.65;
  }
  .wholesale-strength-card__content p {
    margin: 0;
  }
  .wholesale-strength-card__title {
    display: flex;
    align-items: center;
    gap: 0.8125rem;
    margin: 0 0 1.8125rem;
    color: var(--text-orange);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.45;
  }
  .wholesale-strength-card__icon {
    display: block;
    flex: 0 0 2.8125rem;
    width: 2.8125rem;
    height: 2.8125rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wholesale-office.aboutus-office {
    width: min(100% - 3rem, 68.125rem);
    margin: 5.375rem auto 0;
  }
  .howtobuy-content {
    width: 100%;
    padding-block: 5rem 7.5rem;
    background: var(--theme-bg-main);
  }
  .howtobuy-lead {
    width: min(100% - 3rem, 56.25rem);
    margin-inline: auto;
    text-align: center;
  }
  .howtobuy-lead p {
    margin: 0;
    color: var(--text-black);
    font-size: 1rem;
    line-height: 1.7;
  }
  .howtobuy-tabs {
    width: min(100% - 3rem, 81.25rem);
    margin: 4.0625rem auto 0;
  }
  .howtobuy-tabs__nav {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 21.875rem);
    justify-content: center;
    align-items: center;
    gap: 0;
    min-height: 4rem;
    background: url("../images/page/howtobuy/tab-bg.png") center/100% 100% no-repeat;
  }
  .howtobuy-tabs__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21.875rem;
    height: 2.8125rem;
    padding: 0 1.5rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--text-black);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.35;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    transition: color 0.2s ease, opacity 0.2s ease;
  }
  .howtobuy-tabs__button:hover,
  .howtobuy-tabs__button:focus-visible {
    color: var(--text-orange);
  }
  .howtobuy-tabs__button.is-active {
    background: var(--theme-orange-gradient-horizontal);
    color: var(--text-white);
  }
  .howtobuy-tabs__button.is-active:hover,
  .howtobuy-tabs__button.is-active:focus-visible {
    color: var(--text-white);
    opacity: 0.88;
  }
  .howtobuy-panel {
    width: min(100%, 68.125rem);
    margin: 3.875rem auto 0;
  }
  .howtobuy-panel[hidden] {
    display: none;
  }
  .howtobuy-panel__intro {
    margin: 0;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
  }
  .howtobuy-usage {
    margin-block-start: 3.875rem;
  }
  .howtobuy-usage__list {
    display: grid;
    row-gap: 1.875rem;
    padding: 0;
    margin: 3.625rem 0 0;
    list-style: none;
  }
  .howtobuy-usage__row {
    position: relative;
    list-style: none;
  }
  .howtobuy-usage__row:not(:last-child) {
    padding-block-end: 1.875rem;
    border-bottom: 1px solid var(--theme-border-table);
  }
  .howtobuy-usage__row::before {
    left: calc(22.3125rem + 1.5rem / 2);
  }
  .howtobuy-usage__row::after {
    left: calc(22.3125rem * 2 + 1.5rem + 1.5rem / 2);
  }
  .howtobuy-usage__row-items {
    display: grid;
    grid-template-columns: repeat(3, 22.3125rem);
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .howtobuy-usage-card {
    position: relative;
    display: grid;
    grid-template-columns: 6.25rem minmax(0, 1fr);
    align-items: center;
    width: 22.3125rem;
    height: 6.25rem;
    min-width: 0;
  }
  .howtobuy-usage-card:not(:last-child) {
    border-right: solid 1px var(--theme-border-table);
  }
  .howtobuy-usage-card__image {
    display: block;
    width: 6.25rem;
    height: 6.25rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .howtobuy-usage-card__body {
    min-width: 0;
    text-align: center;
  }
  .howtobuy-usage-card__title {
    margin: 0 0 0.75rem;
    color: var(--text-black);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.45;
  }
  .howtobuy-usage-card__text {
    margin: 0;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
  }
  .howtobuy-examples {
    position: relative;
    left: 50%;
    width: min(100vw - 3rem, 81.25rem);
    margin: 5rem 0 0;
    padding-block: 3.125rem 4.375rem;
    background: var(--theme-bg-sub);
    transform: translateX(-50%);
  }
  .howtobuy-examples__inner {
    width: min(100% - 3rem, 68.125rem);
    margin-inline: auto;
  }
  .howtobuy-examples__list {
    display: grid;
    grid-template-columns: repeat(4, 15.625rem);
    gap: 1.875rem;
    padding: 0;
    margin: 3.625rem 0 0;
    list-style: none;
  }
  .howtobuy-example-card {
    width: 15.625rem;
    min-height: 27.3125rem;
    background: var(--theme-bg-main);
    box-shadow: 0 0.25rem 1.125rem rgba(64, 64, 64, 0.18);
  }
  .howtobuy-example-card__title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    margin: 0;
    padding: 0 1rem;
    color: var(--text-orange);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
  }
  .howtobuy-example-card__image {
    display: block;
    width: 15.625rem;
    height: 10.4375rem;
    background: var(--theme-bg-main);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .howtobuy-example-card__items {
    display: grid;
    gap: 0.25rem;
    padding: 0 1.5625rem 1.875rem;
    margin: 1.25rem 0 0;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    list-style: disc;
    list-style-position: inside;
  }
  .howtobuy-panel[data-howtobuy-panel=bulk] .howtobuy-examples__list {
    grid-template-columns: repeat(2, 33.125rem);
    gap: 1.875rem;
  }
  .howtobuy-example-card--products {
    width: 33.125rem;
    height: 21.875rem;
    min-height: 0;
    padding: 1.9375rem 2.5rem 1.5rem;
  }
  .howtobuy-example-card--products .howtobuy-example-card__title {
    display: block;
    height: auto;
    padding: 0;
    color: var(--text-orange);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.45;
  }
  .howtobuy-example-card__products {
    display: grid;
    grid-template-columns: repeat(3, 9.375rem);
    gap: 0.8125rem 0;
    justify-content: center;
    padding: 0;
    margin: 1.375rem 0 0;
    list-style: none;
  }
  .howtobuy-example-product {
    display: grid;
    justify-items: center;
    align-content: start;
    width: 9.375rem;
    height: 7.125rem;
    min-width: 0;
    list-style: none;
    text-align: center;
  }
  .howtobuy-example-product__image {
    display: block;
    width: 6.25rem;
    height: 4.6875rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .howtobuy-example-product__title {
    margin: 0.625rem 0 0;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
  }
  .howtobuy-scene__list {
    display: grid;
    grid-template-columns: repeat(2, 33.125rem);
    gap: 1.875rem;
    padding: 0;
    margin: 3.625rem 0 0;
    list-style: none;
  }
  .howtobuy-scene-card {
    display: grid;
    grid-template-columns: 9.375rem minmax(0, 1fr);
    width: 33.125rem;
    height: 15.625rem;
    min-width: 0;
    background: var(--theme-bg-main);
    box-shadow: 0 0.25rem 1.125rem rgba(64, 64, 64, 0.18);
  }
  .howtobuy-scene-card__image {
    display: block;
    width: 9.375rem;
    height: 15.625rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .howtobuy-scene-card__body {
    display: grid;
    align-content: start;
    min-width: 0;
    padding: 1.9375rem 2.5rem 1.5rem;
    text-align: center;
  }
  .howtobuy-scene-card__title {
    margin: 0;
    color: var(--text-orange);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.45;
  }
  .howtobuy-scene-card__items {
    display: grid;
    grid-template-columns: repeat(2, 9.375rem);
    justify-content: center;
    gap: 0;
    padding: 0;
    margin: 2.75rem 0 0;
    list-style: none;
  }
  .howtobuy-scene-item {
    display: grid;
    justify-items: center;
    align-content: start;
    width: 9.375rem;
    aspect-ratio: 150/114;
    min-width: 0;
    list-style: none;
  }
  .howtobuy-scene-item__image {
    display: block;
    width: 6.25rem;
    height: 4.6875rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .howtobuy-scene-item__text {
    margin: 0.625rem 0 0;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
  }
  .howtobuy-model-case,
  .howtobuy-not-found,
  .howtobuy-office.aboutus-office {
    width: min(100% - 3rem, 68.125rem);
    margin-inline: auto;
  }
  .howtobuy-model-case {
    margin-block-start: 5rem;
  }
  .howtobuy-model-case__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.875rem;
    padding: 0;
    margin: 3.625rem 0 0;
    list-style: none;
  }
  .howtobuy-model-case__item {
    min-width: 0;
  }
  .howtobuy-model-case__link {
    display: flex;
    margin: 3.375rem auto 0;
  }
  .howtobuy-not-found {
    margin-block-start: 5.75rem;
  }
  .howtobuy-not-found__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28.75rem;
    gap: 4.375rem;
    align-items: center;
    margin-block-start: 3.625rem;
  }
  .howtobuy-not-found__text {
    min-width: 0;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
  }
  .howtobuy-not-found__image {
    display: block;
    width: 28.75rem;
    height: 10.4375rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .howtobuy-office.aboutus-office {
    margin-block-start: 5.5rem;
  }
  .suppliers-content {
    width: min(100% - 3rem, 68.125rem);
    margin-inline: auto;
    padding-block: 3.75rem 7.5rem;
  }
  .suppliers-intro {
    width: 100%;
    margin: 0 0 3.75rem;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    text-align: center;
  }
  .suppliers-intro p {
    margin: 0;
  }
  .suppliers-list__title {
    margin-block-end: 1.875rem;
  }
  .suppliers-list__note {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin: 0 0 1.25rem;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .suppliers-list__note-icon {
    display: block;
    flex: 0 0 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
  }
  .suppliers-list__subnote {
    margin: 0;
    color: var(--text-black);
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.7;
  }
  .suppliers-list__groups {
    display: grid;
    grid-template-columns: repeat(3, 16.875rem);
    -moz-column-gap: 8.75rem;
         column-gap: 8.75rem;
    row-gap: 5.75rem;
    margin-block-start: 4.875rem;
  }
  .suppliers-kana-group {
    min-width: 0;
  }
  .suppliers-kana-group__title {
    margin: 0 0 1.25rem;
    color: var(--text-black);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.45;
  }
  .suppliers-kana-group__items {
    display: grid;
    gap: 1.0625rem;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .suppliers-kana-group__item {
    min-width: 0;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .suppliers-kana-group__link,
  .suppliers-kana-group__catalogs {
    display: flex;
    align-items: center;
    min-width: 0;
    color: var(--text-orange);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .suppliers-kana-group__link {
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.1875rem;
    transition: color 0.2s ease, opacity 0.2s ease;
  }
  .suppliers-kana-group__link:hover,
  .suppliers-kana-group__link:focus-visible,
  .suppliers-kana-group__catalog-link:hover,
  .suppliers-kana-group__catalog-link:focus-visible {
    color: rgba(238, 128, 0, 0.6);
  }
  .suppliers-kana-group__icon {
    display: block;
    flex: 0 0 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    margin-inline-end: 0.125rem;
  }
  .suppliers-kana-group__link span,
  .suppliers-kana-group__catalog-name,
  .suppliers-kana-group__text {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .suppliers-kana-group__catalog-name {
    color: var(--text-orange);
  }
  .suppliers-kana-group__catalog-links {
    display: inline-flex;
    gap: 0.3125rem;
    margin-inline-start: 0.5rem;
    color: var(--text-orange);
  }
  .suppliers-kana-group__catalog-link {
    color: var(--text-orange);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.1875rem;
    transition: color 0.2s ease;
  }
  .suppliers-kana-group__text {
    display: block;
    padding-inline-start: 1.875rem;
  }
  .suppliers-list__more {
    margin: 3.125rem 0 0;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .site-main--contact {
    background: var(--theme-bg-main);
  }
  .contact-content {
    width: 100%;
    padding-block: 4.875rem 7.5rem;
    background: var(--theme-bg-main);
  }
  .contact-lead {
    width: min(100% - 3rem, 68.125rem);
    margin-inline: auto;
    text-align: center;
  }
  .contact-lead p {
    margin: 0;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875;
  }
  .contact-form-section {
    width: min(100% - 3rem, 81.25rem);
    margin: 4.6875rem auto 0;
    padding: 6.25rem;
    background: var(--theme-bg-sub);
  }
  .contact-form-section__inner {
    width: min(100%, 68.125rem);
    margin-inline: auto;
  }
  .wpcf7-form,
  .contact-form {
    margin: 0;
  }
  .contact-form__fields {
    display: grid;
    gap: 1.875rem;
  }
  .contact-form__field {
    display: grid;
    grid-template-columns: minmax(7.5rem, 10rem) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
  }
  .contact-form__field--message {
    align-items: start;
  }
  .contact-form__field p,
  .contact-form__control p,
  .contact-form__privacy p,
  .contact-form__submit-wrap {
    margin: 0;
  }
  .contact-form__label {
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .contact-form__input,
  .contact-form__textarea,
  .wpcf7 input.contact-form__input,
  .wpcf7 textarea.contact-form__textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 1px solid var(--theme-border-table);
    border-radius: 0.25rem;
    background: var(--theme-bg-main);
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .contact-form__input,
  .wpcf7 input.contact-form__input {
    height: 3.25rem;
    padding: 0 1.125rem;
  }
  .contact-form__textarea,
  .wpcf7 textarea.contact-form__textarea {
    height: 32.25rem;
    min-height: 32.25rem;
    padding: 0.875rem 1.125rem;
    resize: vertical;
  }
  .contact-form__input::-moz-placeholder, .contact-form__textarea::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
  }
  .contact-form__input::placeholder,
  .contact-form__textarea::placeholder {
    color: #cccccc;
    opacity: 1;
  }
  .contact-form__input:focus,
  .contact-form__textarea:focus,
  .wpcf7 input.contact-form__input:focus,
  .wpcf7 textarea.contact-form__textarea:focus {
    border-color: var(--theme-orange);
    box-shadow: 0 0 0 0.1875rem rgba(238, 128, 0, 0.16);
  }
  .contact-form__privacy {
    margin-block-start: 3.625rem;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    text-align: center;
  }
  .contact-form__privacy a {
    color: var(--text-orange);
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
    transition: opacity 0.2s ease;
  }
  .contact-form__privacy a:hover,
  .contact-form__privacy a:focus-visible {
    opacity: 0.7;
  }
  .contact-form__acceptance {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-block-start: 1.125rem;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
  }
  .contact-form__acceptance .wpcf7-list-item {
    margin: 0;
  }
  .contact-form__acceptance label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  .contact-form__acceptance input,
  .contact-form__checkbox {
    width: 1.125rem;
    height: 1.125rem;
    margin: 0;
    accent-color: var(--theme-orange);
  }
  .contact-form__submit-wrap {
    display: flex;
    justify-content: center;
    margin-block-start: 2.625rem;
  }
  .contact-form__submit,
  .wpcf7 input.contact-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21.875rem;
    height: 5.5rem;
    padding: 0 3rem;
    border: 0;
    background: url("../images/common/icon-mail-white.svg") left 7.5rem center/1.625rem 1.625rem no-repeat, var(--theme-orange);
    color: var(--text-white);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    transition: opacity 0.2s ease;
  }
  .contact-form__submit:hover,
  .contact-form__submit:focus-visible,
  .wpcf7 input.contact-form__submit:hover,
  .wpcf7 input.contact-form__submit:focus-visible {
    opacity: 0.84;
  }
  .wpcf7 form .wpcf7-response-output {
    width: 55.625rem;
    margin: 1.75rem 0 0 auto;
    color: var(--text-black);
    font-size: 1rem;
    line-height: 1.6;
  }
  .wpcf7-not-valid-tip {
    margin-block-start: 0.5rem;
    color: #dc3232;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .wpcf7-spinner {
    margin-inline-start: 0.75rem;
  }
  .site-main--model-case {
    background: var(--theme-bg-main);
  }
  .model-case-hero {
    position: relative;
    isolation: isolate;
    width: 100%;
    height: 25rem;
    background: var(--theme-orange);
    overflow: hidden;
  }
  .model-case-hero__inner {
    position: relative;
    z-index: 2;
    width: min(100% - 3rem, 68.125rem);
    height: 100%;
    margin-inline: auto;
  }
  .model-case-hero__content {
    position: relative;
    z-index: 3;
    padding-block-start: 9.3125rem;
  }
  .model-case-hero__title {
    margin: 0 0 0.6875rem;
    color: var(--text-white);
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .model-case-hero__subtitle {
    margin: 0;
    color: var(--text-white);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .model-case-hero__visual {
    position: absolute;
    top: 0;
    right: max(0px, (100% - 90rem) / 2);
    z-index: 1;
    width: min(69.4444444444vw, 62.5rem);
    height: 22.5rem;
    background: url("../images/page/model-case-hero-pc.png") center/cover no-repeat;
  }
  .model-case-archive {
    width: min(100% - 3rem, 68.125rem);
    margin-inline: auto;
    padding-block: 3rem 8.75rem;
  }
  .model-case-archive__lead {
    width: min(100%, 40.625rem);
    margin-inline: auto;
    text-align: center;
  }
  .model-case-archive__lead p {
    margin: 0;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
  }
  .model-case-filter {
    display: grid;
    grid-template-columns: 18.75rem minmax(0, 1fr);
    min-height: 3.75rem;
    margin-block-start: 4.125rem;
    border-top: 1px solid var(--theme-border-table);
    border-bottom: 1px solid var(--theme-border-table);
  }
  .model-case-filter__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.625rem;
    margin: 0;
    background: var(--theme-bg-breadcrumb);
    color: var(--text-gray);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .model-case-filter__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    align-items: center;
    min-width: 0;
    min-height: 3.625rem;
    padding: 0.625rem 0 0.625rem 1.875rem;
    margin: 0;
    list-style: none;
  }
  .model-case-filter__item {
    margin: 0;
  }
  .model-case-filter__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.875rem;
    padding: 0 1.125rem;
    border-radius: 6.1875rem;
    background: var(--theme-bg-main);
    color: var(--text-gray);
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
  }
  .model-case-filter__tag:hover,
  .model-case-filter__tag:focus-visible {
    color: var(--text-gray);
    opacity: 0.7;
    text-decoration: none;
  }
  .model-case-filter__tag.is-active {
    background: var(--theme-orange);
    color: var(--text-white);
  }
  .model-case-filter__tag.is-active:hover,
  .model-case-filter__tag.is-active:focus-visible {
    color: var(--text-white);
  }
  .model-case-archive__list {
    display: grid;
    grid-template-columns: repeat(3, 21.875rem);
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
    row-gap: 3.625rem;
    padding: 0;
    margin: 3.75rem 0 0;
    list-style: none;
  }
  .model-case-archive__item {
    min-width: 0;
    list-style: none;
  }
  .model-case-archive .front-model-case-card {
    display: block;
    width: 100%;
  }
  .model-case-archive .front-model-case-card__media {
    width: 100%;
    aspect-ratio: 350/270;
  }
  .model-case-archive .front-model-case-card__body {
    padding-block-start: 0.75rem;
  }
  .model-case-archive .front-model-case-card__title {
    font-weight: 700;
  }
  .model-case-archive__empty {
    margin: 3.75rem 0 0;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
  }
  .site-main--model-case-single {
    background: var(--theme-bg-main);
  }
  .model-case-single-hero {
    width: 100%;
    min-height: 11.25rem;
    background: var(--theme-orange);
  }
  .model-case-single-hero__inner {
    width: min(100% - 3rem, 68.125rem);
    margin-inline: auto;
    padding-block: 3.375rem 3rem;
  }
  .model-case-single-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0;
    margin: 0 0 1rem;
    list-style: none;
  }
  .model-case-single-hero__tag-item {
    margin: 0;
    list-style: none;
  }
  .model-case-single-hero__tag {
    min-width: 5rem;
    background: var(--theme-bg-main);
  }
  .model-case-single-hero__title {
    margin: 0;
    color: var(--text-white);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .model-case-single {
    padding-block: 5.75rem 7.5rem;
  }
  .model-case-single__inner {
    width: min(100% - 3rem, 68.125rem);
    margin-inline: auto;
  }
  .model-case-single__body {
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    overflow-wrap: anywhere;
  }
  .model-case-single__body p {
    margin: 0 0 1.5rem;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
  }
  .model-case-single__body h2 {
    position: relative;
    margin: 3.75rem 0 1.5rem;
    padding-block-end: 1.5rem;
    color: var(--text-black);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.45;
  }
  .model-case-single__body h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.25rem;
    height: 0.125rem;
    background: var(--theme-orange);
  }
  .model-case-single__body h2:first-child {
    margin-block-start: 0;
  }
  .model-case-single__body ul,
  .model-case-single__body ol {
    margin: 0 0 2.5rem;
    padding-inline-start: 1.375rem;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
  }
  .model-case-single__body li {
    margin: 0;
  }
  .model-case-single__body a {
    color: var(--text-orange);
    font-size: 1rem;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
  }
  .model-case-single__body a:hover,
  .model-case-single__body a:focus-visible {
    color: var(--text-orange);
    opacity: 0.6;
  }
  .model-case-items__item {
    box-sizing: border-box;
    display: grid;
    place-items: center;
    align-content: center;
    width: 9.375rem;
    min-height: 9.375rem;
    padding: 0.75rem 0.625rem;
    background: var(--theme-bg-main);
    box-shadow: 0 0.25rem 1.125rem rgba(64, 64, 64, 0.18);
  }
  a.model-case-items__item,
  a.nippan1-model-case-item-card {
    color: var(--text-black);
    text-decoration: none;
  }
  a.model-case-items__item:hover,
  a.model-case-items__item:focus-visible,
  a.nippan1-model-case-item-card:hover,
  a.nippan1-model-case-item-card:focus-visible {
    color: var(--text-black);
    opacity: 0.75;
    text-decoration: none;
  }
  .model-case-items__image {
    display: block;
    width: auto;
    height: auto;
    max-width: 5.75rem;
    max-height: 4.125rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .model-case-items__item .model-case-items__text {
    margin: 0.625rem 0 0;
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
  }
  .model-case-single__body .nippan1-model-case-item-card {
    display: inline-grid;
    vertical-align: top;
  }
  .model-case-items--registered {
    margin: 0;
  }
  .model-case-items--registered .model-case-items__static {
    padding: 1.125rem;
    margin-inline: -1.125rem;
  }
  .model-case-items--registered .model-case-items__slider {
    width: calc(100% + 2.25rem);
    padding: 1.125rem;
    margin: 0 -1.125rem;
    overflow: hidden;
  }
  .model-case-items--registered .model-case-items__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4375rem;
    justify-content: center;
    padding: 1.125rem;
    margin: 0 -1.125rem;
    list-style: none;
  }
  .model-case-items--registered .model-case-items__slider .model-case-items__list {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
  }
  .model-case-items--registered .model-case-items__slide {
    display: flex;
    flex: 0 0 9.375rem;
    width: 9.375rem;
    min-width: 0;
    list-style: none;
  }
  .model-case-items--registered .model-case-items__slide .model-case-items__item {
    height: 100%;
  }
  .model-case-items--registered .model-case-items__dots {
    margin-block-start: 1.125rem;
  }
  .model-case-single-nav {
    margin-block-start: 3.875rem;
  }
  .model-case-single-nav .news-single-nav__heading {
    color: var(--text-black);
  }
  .model-case-related-card {
    grid-template-columns: 6.25rem auto 1fr;
    border: 0;
    background: var(--theme-bg-main);
  }
  .model-case-related-card .news-related-card__title {
    grid-column: auto;
  }
  .model-case-single-back-link {
    margin-block-start: 2.375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .front-about__image {
    width: clamp(17.5rem, 40vw, 32.5rem);
  }
  .front-about__content {
    right: clamp(5.5rem, 17.5145954962vw, 13.125rem);
    width: clamp(17.5rem, 30.0250208507vw, 22.5rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .front-about__content {
    right: clamp(2.5rem, 8.0088987764vw, 4.5rem);
  }
}
@media screen and (max-width: 767px) {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--theme-bg-main);
    color: var(--text-black);
    font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: calc(16 * 100vw / 402);
    line-height: 1.75;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  body,
  button,
  input,
  select,
  textarea {
    font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  a {
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
    transition: all 0.3s;
  }
  a:hover,
  a:focus-visible {
    color: var(--text-orange);
  }
  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
  button,
  input,
  select,
  textarea {
    font: inherit;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  figure {
    margin-block-start: 0;
  }
  h2 {
    font-size: calc(32 * 100vw / 402);
    line-height: 1.45;
    font-weight: 700;
  }
  h3 {
    font-size: calc(16 * 100vw / 402);
    line-height: 1.6;
    font-weight: 700;
  }
  small,
  .text-small {
    font-size: calc(10 * 100vw / 402);
    line-height: 1.7;
  }
  .page-title-small,
  .entry__subtitle {
    color: var(--text-orange);
    font-size: calc(20 * 100vw / 402);
    font-weight: 700;
    line-height: 1.5;
  }
  .l-view {
    display: none !important;
  }
  .s-view {
    display: revert;
  }
  .d-sp-block {
    display: block;
  }
  .skip-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    transform: translateY(-120%);
    background: var(--theme-orange);
    color: var(--text-white);
    padding: calc(8 * 100vw / 402) calc(12 * 100vw / 402);
  }
  .skip-link:focus {
    transform: translateY(0);
  }
  .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .screen-reader-text:focus {
    z-index: 100;
    width: auto;
    height: auto;
    padding: calc(8 * 100vw / 402) calc(12 * 100vw / 402);
    margin: 0;
    overflow: visible;
    clip: auto;
    background: var(--theme-orange);
    color: var(--text-white);
  }
  .layout {
    width: calc(344 * 100vw / 402);
    margin-inline: auto;
  }
  .site-main {
    background: var(--theme-bg-main);
  }
  .footer-nav__list {
    display: flex;
    align-items: center;
    gap: calc(18 * 100vw / 402);
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .footer-nav a {
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    text-decoration: none;
  }
  .footer-nav a:hover,
  .footer-nav a:focus-visible {
    color: var(--text-orange);
    text-decoration: underline;
  }
  .front-hero {
    background: linear-gradient(90deg, rgba(255, 249, 241, 0.96), rgba(255, 255, 255, 0.82)), var(--theme-bg-sub);
    padding-block: calc(70 * 100vw / 402) calc(64 * 100vw / 402);
  }
  .front-hero .layout {
    width: calc(344 * 100vw / 402);
  }
  .front-hero__label {
    margin-block-end: calc(12 * 100vw / 402);
    color: var(--text-orange);
    font-size: calc(20 * 100vw / 402);
    font-weight: 700;
    line-height: 1.5;
  }
  .front-hero__title {
    margin-block-end: calc(18 * 100vw / 402);
    font-size: calc(42 * 100vw / 402);
    font-weight: 700;
    line-height: 1.22;
  }
  .front-hero__text {
    max-width: none;
    margin-block-end: 0;
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    line-height: 1.9;
  }
  .entry,
  .not-found {
    padding-block: calc(52 * 100vw / 402) calc(68 * 100vw / 402);
  }
  .entry__header,
  .page-header {
    margin-block-end: calc(30 * 100vw / 402);
  }
  .entry__title,
  .page-title {
    margin-block-end: calc(10 * 100vw / 402);
    font-size: calc(44 * 100vw / 402);
    font-weight: 700;
    line-height: 1.3;
  }
  .single-post .entry__title {
    font-size: calc(20 * 100vw / 402);
    line-height: 1.6;
  }
  .archive-description,
  .entry__content {
    font-size: calc(16 * 100vw / 402);
    line-height: 1.9;
  }
  .entry__content > *:last-child {
    margin-block-end: 0;
  }
  .entry__content a {
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    text-decoration: underline;
  }
  .entry__content a:hover,
  .entry__content a:focus-visible {
    color: var(--text-orange);
  }
  .entry__thumbnail {
    margin-block: 0 calc(28 * 100vw / 402);
  }
  .button,
  .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: calc(48 * 100vw / 402);
    padding: calc(12 * 100vw / 402) calc(24 * 100vw / 402);
    border-radius: calc(4 * 100vw / 402);
    background: var(--theme-orange);
    color: var(--text-white);
    font-size: calc(16 * 100vw / 402);
    font-weight: 700;
    text-decoration: none;
  }
  .button:hover,
  .button:focus-visible,
  .wp-block-button__link:hover,
  .wp-block-button__link:focus-visible {
    color: var(--text-white);
    filter: brightness(0.94);
  }
  .footer-contact {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: calc(522 * 100vw / 402);
    margin-inline: auto;
    padding-block-end: calc(56 * 100vw / 402);
    margin-bottom: calc(100 * 100vw / 402);
  }
  .footer-contact::before {
    content: "";
    position: absolute;
    inset-inline: 0;
    top: calc(90 * 100vw / 402);
    z-index: -1;
    width: 100%;
    height: calc(432 * 100vw / 402);
    background: url("../images/footer/contact-bg-sp.png") center top/cover no-repeat;
  }
  .footer-contact__inner {
    position: relative;
    width: calc(345 * 100vw / 402);
    min-height: calc(466 * 100vw / 402);
    margin-inline: auto;
    padding: calc(58 * 100vw / 402) calc(20 * 100vw / 402) calc(34 * 100vw / 402);
    background: var(--theme-bg-sub);
    text-align: center;
  }
  .footer-contact__title {
    margin: 0 0 calc(8 * 100vw / 402);
    color: var(--text-orange);
    font-size: calc(40 * 100vw / 402);
    font-weight: 700;
    line-height: 1.1;
  }
  .footer-contact__subtitle {
    margin: 0 0 calc(45 * 100vw / 402);
    color: var(--text-orange);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
  }
  .footer-contact__text {
    width: calc(305 * 100vw / 402);
    margin: 0 auto calc(31 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.55;
    text-align: left;
  }
  .footer-contact__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(14 * 100vw / 402);
    width: calc(350 * 100vw / 402);
    max-width: calc(100% + 5 * 100vw / 402);
    aspect-ratio: 350/72;
    margin-inline: calc(-2.5 * 100vw / 402);
    background: var(--theme-orange);
    color: var(--text-white);
    font-size: calc(16 * 100vw / 402);
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
  }
  .footer-contact__button:hover,
  .footer-contact__button:focus-visible {
    color: var(--text-white);
  }
  .footer-contact__button-icon {
    width: calc(24 * 100vw / 402);
    height: calc(19 * 100vw / 402);
    flex: 0 0 auto;
  }
  .site-footer {
    background: transparent;
    border-top: 0;
  }
  .site-footer__main {
    display: block;
    background-color: rgba(136, 136, 136, 0.05);
    background-image: url("../images/footer/footer-bg-sp.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
  .site-footer__main-inner {
    width: calc(344 * 100vw / 402);
    margin-inline: auto;
    padding-block: calc(34 * 100vw / 402) calc(55 * 100vw / 402);
  }
  .site-footer-menu {
    display: grid;
    gap: calc(28 * 100vw / 402);
  }
  .site-footer-menu-card {
    width: 100%;
    padding: calc(38 * 100vw / 402) calc(20 * 100vw / 402) calc(30 * 100vw / 402);
    background: var(--theme-bg-main);
    box-shadow: 0 calc(8 * 100vw / 402) calc(15 * 100vw / 402) rgba(64, 64, 64, 0.24), 0 0 calc(10 * 100vw / 402) rgba(64, 64, 64, 0.14);
  }
  .site-footer-menu-card:nth-child(1) {
    min-height: calc(285 * 100vw / 402);
  }
  .site-footer-menu-card:nth-child(2) {
    min-height: calc(340 * 100vw / 402);
  }
  .site-footer-menu-card:nth-child(3) {
    min-height: calc(286 * 100vw / 402);
  }
  .site-footer-menu-card__icon {
    display: block;
    width: calc(59 * 100vw / 402);
    height: calc(59 * 100vw / 402);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .site-footer-menu-card__heading,
  .site-footer-menu-card__heading-link {
    min-height: calc(30 * 100vw / 402);
    margin: calc(36 * 100vw / 402) 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(16 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(20 * 100vw / 402);
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
  }
  .site-footer-menu-card:nth-child(2) .site-footer-menu-card__heading {
    margin-block-start: calc(34 * 100vw / 402);
  }
  .site-footer-menu-card__heading-link:hover,
  .site-footer-menu-card__heading-link:focus-visible {
    color: var(--text-black);
    text-decoration: none;
  }
  .site-footer-menu-card__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(25 * 100vw / 402) calc(20 * 100vw / 402);
    padding: 0;
    margin: calc(40 * 100vw / 402) 0 0;
    list-style: none;
  }
  .site-footer-menu-card__list--buy {
    grid-template-columns: 1fr;
    gap: calc(23 * 100vw / 402);
    margin-block-start: calc(43 * 100vw / 402);
  }
  .site-footer-menu-card__list--catalog {
    grid-template-columns: 3fr 4fr;
  }
  .site-footer-menu-card__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(10 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
  }
  .site-footer-menu-card__link:hover,
  .site-footer-menu-card__link:focus-visible {
    color: var(--text-black);
    text-decoration: none;
  }
  .site-footer-menu-card__link-icon {
    width: calc(10 * 100vw / 402);
    height: calc(10 * 100vw / 402);
    flex: 0 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .site-footer-menu-card__external-icon {
    width: calc(16 * 100vw / 402);
    height: calc(16 * 100vw / 402);
    flex: 0 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .site-footer-info {
    margin-block-start: calc(77 * 100vw / 402);
    display: grid;
    gap: calc(42 * 100vw / 402);
  }
  .site-footer-info__logo-link {
    display: inline-flex;
    width: calc(200 * 100vw / 402);
    height: calc(50 * 100vw / 402);
    align-items: center;
    text-decoration: none;
  }
  .site-footer-info__logo {
    display: block;
    width: calc(200 * 100vw / 402);
    height: calc(50 * 100vw / 402);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .site-footer-info__tel,
  .site-footer-info__note,
  .site-footer-info__address-title,
  .site-footer-info__address-text {
    margin: 0;
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    line-height: 1.5;
  }
  .site-footer-info__tel {
    margin-block-start: calc(24 * 100vw / 402);
    display: flex;
    flex-wrap: wrap;
    gap: 0 calc(16 * 100vw / 402);
    font-weight: 400;
  }
  .site-footer-info__note {
    margin-block-start: calc(2 * 100vw / 402);
    font-weight: 400;
  }
  .site-footer-info__addresses {
    display: grid;
    gap: calc(21 * 100vw / 402);
  }
  .site-footer-info__address-title {
    font-weight: 700;
  }
  .site-footer-info__address-text {
    margin-block-start: calc(2 * 100vw / 402);
    font-weight: 400;
  }
  .site-footer__copy-area {
    min-height: calc(56 * 100vw / 402);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: calc(30 * 100vw / 402);
    background: var(--text-gray);
  }
  .site-footer__copy {
    margin: 0;
    color: var(--text-white);
    font-size: calc(10 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
  }
  .site-breadcrumb {
    width: 100%;
    background: var(--theme-bg-breadcrumb);
  }
  .site-breadcrumb__inner {
    width: calc(345 * 100vw / 402);
    min-height: calc(48 * 100vw / 402);
    margin-inline: auto;
    display: flex;
    align-items: center;
    padding-block: calc(8 * 100vw / 402);
  }
  .site-breadcrumb__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: calc(4 * 100vw / 402) calc(8 * 100vw / 402);
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .site-breadcrumb__item {
    display: flex;
    align-items: center;
    gap: calc(8 * 100vw / 402);
    flex: 0 1 auto;
    min-width: 0;
    color: var(--text-breadcrumb);
    font-size: calc(14 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
  }
  .single-post .site-breadcrumb__item:last-child {
    display: none;
  }
  .site-breadcrumb__link,
  .site-breadcrumb__current,
  .site-breadcrumb__separator {
    color: var(--text-breadcrumb);
    font-size: calc(14 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
  }
  .site-breadcrumb__link,
  .site-breadcrumb__current {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .site-breadcrumb__link:hover,
  .site-breadcrumb__link:focus-visible {
    color: var(--text-breadcrumb);
    text-decoration: none;
  }
  .site-breadcrumb__link--home {
    display: inline-flex;
    align-items: center;
    gap: calc(8 * 100vw / 402);
  }
  .site-breadcrumb__home-icon {
    width: calc(16 * 100vw / 402);
    height: calc(16 * 100vw / 402);
    flex: 0 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sp-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: var(--theme-bg-header-sp);
  }
  html.is-sp-nav-open {
    overflow: hidden;
  }
  .sp-header__bar {
    width: 100%;
    height: calc(70 * 100vw / 402);
    padding-inline: calc(30 * 100vw / 402) calc(28 * 100vw / 402);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--theme-bg-header-sp);
  }
  .sp-header__logo-link {
    display: flex;
    align-items: center;
    width: calc(129 * 100vw / 402);
    height: calc(32 * 100vw / 402);
    text-decoration: none;
  }
  .sp-header__logo {
    display: block;
    width: calc(129 * 100vw / 402);
    height: auto;
  }
  .sp-header__toggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    width: calc(30 * 100vw / 402);
    height: calc(24 * 100vw / 402);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sp-header__toggle-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .sp-header__toggle-icon {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sp-header__toggle-icon--close {
    display: none;
  }
  .sp-header.is-open .sp-header__toggle-icon--menu {
    display: none;
  }
  .sp-header.is-open .sp-header__toggle-icon--close {
    display: block;
  }
  .sp-header__drawer {
    position: fixed;
    top: calc(70 * 100vw / 402);
    left: 0;
    z-index: 29;
    width: 100%;
    height: calc(100dvh - 70 * 100vw / 402);
    background: transparent;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .sp-header.is-open .sp-header__drawer {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .sp-header__drawer::before {
    content: "";
    position: fixed;
    top: calc(70 * 100vw / 402);
    left: 0;
    width: 100%;
    height: calc(100dvh - 70 * 100vw / 402);
    background: var(--theme-bg-sp-nav-overlay);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .sp-header.is-open .sp-header__drawer::before {
    opacity: 1;
  }
  .sp-header__panel {
    position: relative;
    z-index: 1;
    width: calc(373 * 100vw / 402);
    min-height: 100%;
    margin-left: auto;
    padding-top: calc(17 * 100vw / 402);
    padding-bottom: calc(48 * 100vw / 402);
    background: var(--theme-bg-header-sp);
    transform: translateX(100%);
    transition: transform 0.36s ease;
    will-change: transform;
  }
  .sp-header.is-open .sp-header__panel {
    transform: translateX(0);
  }
  .sp-header-nav,
  .sp-header__contact {
    width: calc(325 * 100vw / 402);
    margin-left: calc(20 * 100vw / 402);
    margin-right: auto;
  }
  .sp-header-nav__list,
  .sp-header-subnav {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .sp-header-nav__item {
    border-bottom: 1px solid var(--theme-border-nav);
  }
  .sp-header-nav__link,
  .sp-header-subnav__link {
    position: relative;
    width: 100%;
    height: calc(48 * 100vw / 402);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(12 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  }
  .sp-header-nav__link:hover,
  .sp-header-nav__link:focus-visible,
  .sp-header-subnav__link:hover,
  .sp-header-subnav__link:focus-visible {
    color: var(--text-black);
    text-decoration: none;
  }
  .sp-header-nav__link--button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .sp-header-nav__icon,
  .sp-header-subnav__icon {
    position: absolute;
    right: calc(16 * 100vw / 402);
    display: block;
    flex: 0 0 auto;
    width: calc(16 * 100vw / 402);
    height: calc(16 * 100vw / 402);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sp-header-nav__icon--open {
    display: none;
  }
  .sp-header-subnav {
    display: none;
    background: var(--theme-bg-header-sp);
  }
  .sp-header-nav__item--has-submenu.is-open > .sp-header-nav__link {
    background: var(--theme-orange);
    color: var(--text-white);
  }
  .sp-header-nav__item--has-submenu.is-open .sp-header-nav__icon--closed {
    display: none;
  }
  .sp-header-nav__item--has-submenu.is-open .sp-header-nav__icon--open {
    display: block;
  }
  .sp-header-nav__item--has-submenu.is-open .sp-header-subnav {
    display: block;
  }
  .sp-header-subnav__item {
    border-bottom: 1px solid var(--theme-border-nav);
  }
  .sp-header-subnav__link {
    justify-content: flex-start;
  }
  .sp-header__contact {
    height: calc(48 * 100vw / 402);
    margin-top: calc(30 * 100vw / 402);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-orange);
    color: var(--text-white);
    font-size: calc(16 * 100vw / 402);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  }
  .sp-header__contact:hover,
  .sp-header__contact:focus-visible {
    color: var(--text-white);
    opacity: 0.6;
    text-decoration: none;
  }
  .front-section-heading {
    text-align: center;
  }
  .front-section-heading__title {
    margin: 0 0 calc(8 * 100vw / 402);
    color: var(--text-orange);
    font-size: calc(40 * 100vw / 402);
    font-weight: 700;
    line-height: 1.1;
  }
  .front-section-heading__subtitle {
    margin: 0;
    color: var(--text-orange);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
  }
  .front-orange-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(345 * 100vw / 402);
    height: calc(48 * 100vw / 402);
    border: 1px solid var(--theme-orange);
    color: var(--text-orange);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: none;
  }
  .front-orange-link:hover,
  .front-orange-link:focus-visible {
    color: var(--text-orange);
    text-decoration: none;
  }
  .front-orange-link__icon {
    position: absolute;
    right: calc(16 * 100vw / 402);
    display: block;
    width: calc(7 * 100vw / 402);
    height: calc(10 * 100vw / 402);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-main-visual {
    background: var(--theme-bg-main);
  }
  .front-main-visual__inner {
    width: 100%;
    margin-inline: auto;
    overflow: visible;
  }
  .front-main-visual__picture,
  .front-main-visual__image {
    display: block;
    width: 100%;
  }
  .front-main-visual__image {
    height: auto;
  }
  .front-news {
    width: calc(344 * 100vw / 402);
    margin: calc(66 * 100vw / 402) auto 0;
    display: flex;
    flex-direction: column;
    background: var(--theme-bg-main);
  }
  .front-news__header {
    display: contents;
  }
  .front-news__heading-group {
    order: 1;
    display: flex;
    align-items: baseline;
    gap: calc(14 * 100vw / 402);
    margin-block-end: calc(33 * 100vw / 402);
  }
  .front-news__title {
    margin: 0;
    color: var(--text-orange);
    font-size: calc(44 * 100vw / 402);
    font-weight: 700;
    line-height: 1;
  }
  .front-news__subtitle {
    margin: 0;
    color: var(--text-orange);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
  }
  .front-news__list {
    order: 2;
    display: grid;
    gap: calc(26 * 100vw / 402);
  }
  .front-news__item {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: calc(15 * 100vw / 402);
         column-gap: calc(15 * 100vw / 402);
    row-gap: calc(8 * 100vw / 402);
    align-items: center;
    color: var(--text-black);
    text-decoration: none;
    transition: none;
  }
  .front-news__item:hover,
  .front-news__item:focus-visible {
    color: var(--text-black);
    text-decoration: none;
  }
  .front-news__date,
  .front-news__category {
    color: var(--text-gray);
    font-size: calc(13 * 100vw / 402);
    line-height: 1.5;
    white-space: nowrap;
  }
  .front-news__category {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: calc(64 * 100vw / 402);
    min-height: calc(31 * 100vw / 402);
    padding-inline: calc(14 * 100vw / 402);
    border-radius: calc(16 * 100vw / 402);
    background: var(--theme-bg-gray);
  }
  .front-news__item-title-container {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .front-news__item-title {
    min-width: 0;
    overflow: hidden;
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    line-height: 1.5;
    white-space: nowrap;
    text-decoration: underline;
    text-overflow: ellipsis;
  }
  .front-news__archive-link {
    position: relative;
    order: 3;
    width: calc(345 * 100vw / 402);
    height: calc(42 * 100vw / 402);
    margin-block-start: calc(47 * 100vw / 402);
    padding: calc(10 * 100vw / 402) calc(38 * 100vw / 402);
    border: 1px solid var(--theme-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-orange);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: none;
  }
  .front-news__archive-icon {
    position: absolute;
    right: calc(16 * 100vw / 402);
    display: block;
    width: calc(7 * 100vw / 402);
    height: calc(10 * 100vw / 402);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-news__archive-link:hover,
  .front-news__archive-link:focus-visible {
    color: var(--text-orange);
    text-decoration: none;
  }
  .front-about {
    position: relative;
    margin-block-start: calc(60 * 100vw / 402);
    overflow: hidden;
    background: var(--theme-orange-gradient);
    color: var(--text-white);
    margin-bottom: calc(60 * 100vw / 402);
  }
  .front-about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(373 * 100vw / 402);
    background: url("../images/front/about-bg-sp.png") left top/100% auto no-repeat;
    pointer-events: none;
  }
  .front-about__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-inline: auto;
  }
  .front-about__panel {
    display: flex;
    flex-direction: column;
    min-height: calc(885 * 100vw / 402);
    padding: calc(39 * 100vw / 402) calc(28 * 100vw / 402) calc(58 * 100vw / 402);
  }
  .front-about__panel::before {
    content: none;
  }
  .front-about__image {
    display: block;
    align-self: flex-end;
    width: calc(300 * 100vw / 402);
    height: calc(236 * 100vw / 402);
    margin-right: calc(-28 * 100vw / 402);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .front-about__content {
    width: 100%;
    margin-block-start: calc(38 * 100vw / 402);
    color: var(--text-white);
  }
  .front-about__title {
    margin: 0 0 calc(8 * 100vw / 402);
    color: rgba(255, 255, 255, 0.6);
    font-size: calc(40 * 100vw / 402);
    font-weight: 700;
    line-height: 1.1;
  }
  .front-about__subtitle {
    margin: 0 0 calc(33 * 100vw / 402);
    color: var(--text-white);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
  }
  .front-about__heading {
    margin: 0 0 calc(24 * 100vw / 402);
    color: var(--text-white);
    font-size: calc(20 * 100vw / 402);
    font-weight: 700;
    line-height: 1.9;
  }
  .front-about__text {
    margin: 0 0 calc(29 * 100vw / 402);
    color: var(--text-white);
    font-size: calc(16 * 100vw / 402);
    line-height: 1.5;
  }
  .front-about__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(48 * 100vw / 402);
    border: 1px solid var(--text-white);
    color: var(--text-white);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: none;
  }
  .front-about__link:hover,
  .front-about__link:focus-visible {
    color: var(--text-white);
    text-decoration: none;
  }
  .front-about__link-icon {
    position: absolute;
    right: calc(18 * 100vw / 402);
    display: block;
    width: calc(7 * 100vw / 402);
    height: calc(10 * 100vw / 402);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-strengths {
    position: relative;
    overflow: hidden;
    background: var(--theme-bg-strengths-sp);
    color: var(--text-black);
  }
  .front-strengths::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(1121 * 100vw / 402);
    background: url("../images/front/strengths-bg-sp.png") center top/100% auto no-repeat;
    pointer-events: none;
  }
  .front-strengths__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: calc(1121 * 100vw / 402);
    padding: calc(70 * 100vw / 402) 0 calc(76 * 100vw / 402);
  }
  .front-strengths__content {
    width: calc(344 * 100vw / 402);
    margin-inline: auto;
    padding: calc(58 * 100vw / 402) calc(19 * 100vw / 402) calc(38 * 100vw / 402);
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
  }
  .front-strengths__title {
    margin: 0 0 calc(8 * 100vw / 402);
    color: var(--text-orange);
    font-size: calc(40 * 100vw / 402);
    font-weight: 700;
    line-height: 1.1;
  }
  .front-strengths__subtitle {
    margin: 0 0 calc(48 * 100vw / 402);
    color: var(--text-orange);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
  }
  .front-strengths__heading {
    max-width: calc(260 * 100vw / 402);
    margin: 0 auto calc(34 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(20 * 100vw / 402);
    font-weight: 700;
    line-height: 2;
  }
  .front-strengths__text {
    margin: 0 0 calc(31 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
  }
  .front-strengths__list {
    display: grid;
    gap: calc(11 * 100vw / 402);
    width: calc(305 * 100vw / 402);
    padding: 0;
    margin: 0 auto calc(34 * 100vw / 402);
    list-style: none;
  }
  .front-strengths__list-item {
    display: flex;
    align-items: flex-end;
    width: calc(305 * 100vw / 402);
    min-height: calc(104 * 100vw / 402);
  }
  .front-strengths-card {
    position: relative;
    display: grid;
    grid-template-columns: calc(84 * 100vw / 402) 1fr;
    align-items: center;
    -moz-column-gap: calc(18 * 100vw / 402);
         column-gap: calc(18 * 100vw / 402);
    width: calc(305 * 100vw / 402);
    min-height: calc(93 * 100vw / 402);
    padding: calc(6 * 100vw / 402) calc(20 * 100vw / 402) calc(6 * 100vw / 402) calc(41 * 100vw / 402);
    background: var(--theme-bg-sub);
    box-shadow: 0 calc(8 * 100vw / 402) calc(16 * 100vw / 402) rgba(64, 64, 64, 0.15);
  }
  .front-strengths-card__icon {
    position: absolute;
    top: calc(-11 * 100vw / 402);
    left: 0;
    display: block;
    width: calc(33 * 100vw / 402);
    height: calc(33 * 100vw / 402);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-strengths-card__title {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  .front-strengths-card__image {
    grid-column: 1;
    grid-row: 1;
    display: block;
    width: calc(84 * 100vw / 402);
    height: calc(84 * 100vw / 402);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-strengths__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(305 * 100vw / 402);
    height: calc(48 * 100vw / 402);
    border: 1px solid var(--theme-orange);
    color: var(--text-orange);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: none;
  }
  .front-strengths__link:hover,
  .front-strengths__link:focus-visible {
    color: var(--text-orange);
    text-decoration: none;
  }
  .front-strengths__link-icon {
    position: absolute;
    right: calc(18 * 100vw / 402);
    display: block;
    width: calc(7 * 100vw / 402);
    height: calc(10 * 100vw / 402);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-brand-list {
    background: var(--theme-bg-main);
    margin-bottom: calc(60 * 100vw / 402);
  }
  .front-brand-list__inner {
    width: min(100%, 1440 * 100vw / 402);
    padding: calc(60 * 100vw / 402) 0;
    margin-inline: auto;
    background: var(--theme-bg-sub);
    text-align: center;
  }
  .front-brand-list__title {
    margin: 0 0 calc(9 * 100vw / 402);
    color: var(--text-orange);
    font-size: calc(40 * 100vw / 402);
    font-weight: 700;
    line-height: 1.1;
  }
  .front-brand-list__subtitle {
    margin: 0 0 calc(44 * 100vw / 402);
    color: var(--text-orange);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
  }
  .front-brand-list__text {
    display: none;
  }
  .front-brand-list__logos-picture,
  .front-brand-list__logos {
    display: block;
  }
  .front-brand-list__logos-picture {
    width: calc(346 * 100vw / 402);
    margin: 0 auto calc(48 * 100vw / 402);
  }
  .front-brand-list__logos {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-brand-list__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(345 * 100vw / 402);
    height: calc(48 * 100vw / 402);
    border: 1px solid var(--theme-orange);
    color: var(--text-orange);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: none;
  }
  .front-brand-list__link:hover,
  .front-brand-list__link:focus-visible {
    color: var(--text-orange);
    text-decoration: none;
  }
  .front-brand-list__link-icon {
    position: absolute;
    right: calc(16 * 100vw / 402);
    display: block;
    width: calc(7 * 100vw / 402);
    height: calc(10 * 100vw / 402);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-how-to-buy {
    background: var(--theme-bg-main);
    margin-bottom: calc(60 * 100vw / 402);
  }
  .front-how-to-buy__inner {
    width: 100%;
    margin-inline: auto;
    background: var(--theme-bg-main);
  }
  .front-how-to-buy__heading-block {
    padding: calc(20 * 100vw / 402) 0 calc(36 * 100vw / 402);
  }
  .front-how-to-buy__list {
    display: grid;
    gap: calc(10 * 100vw / 402);
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .front-how-to-buy-card {
    display: grid;
    grid-template-columns: calc(130 * 100vw / 402) minmax(0, 1fr);
    min-height: calc(248 * 100vw / 402);
    color: var(--text-white);
    text-decoration: none;
    transition: none;
  }
  .front-how-to-buy-card:hover, .front-how-to-buy-card:focus-visible {
    color: var(--text-white);
    text-decoration: none;
  }
  .front-how-to-buy-card__picture, .front-how-to-buy-card__image {
    display: block;
  }
  .front-how-to-buy-card__picture {
    width: calc(130 * 100vw / 402);
    height: calc(248 * 100vw / 402);
  }
  .front-how-to-buy-card__image {
    width: 100%;
    height: 100%;
    aspect-ratio: 130/248;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .front-how-to-buy-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(272 * 100vw / 402);
    min-height: calc(248 * 100vw / 402);
    aspect-ratio: 272/248;
    padding: calc(24 * 100vw / 402) calc(29 * 100vw / 402);
    background: var(--theme-orange-gradient-horizontal);
    color: var(--text-white);
  }
  .front-how-to-buy-card__title {
    position: relative;
    margin: 0 0 calc(30 * 100vw / 402);
    padding-right: calc(18 * 100vw / 402);
    color: var(--text-white);
    font-size: calc(20 * 100vw / 402);
    font-weight: 400;
    line-height: 1.55;
    text-align: center;
  }
  .front-how-to-buy-card__icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: calc(7 * 100vw / 402);
    height: calc(10 * 100vw / 402);
    -o-object-fit: contain;
       object-fit: contain;
    transform: translateY(-50%);
  }
  .front-how-to-buy-card__text {
    margin: 0;
    color: var(--text-white);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
  }
  .front-model-case {
    overflow: hidden;
    background: var(--theme-bg-main);
  }
  .front-model-case__inner {
    width: 100%;
    margin-inline: auto;
    background: var(--theme-bg-main);
    text-align: center;
    margin-bottom: calc(100 * 100vw / 402);
  }
  .front-model-case__heading-block {
    margin-block-end: calc(34 * 100vw / 402);
  }
  .front-model-case__lead {
    width: calc(298 * 100vw / 402);
    margin: 0 auto calc(30 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
  }
  .front-model-case__slider {
    width: 100%;
    overflow: hidden;
  }
  .front-model-case__track {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .front-model-case__slide {
    flex: 0 0 calc(305 * 100vw / 402);
    width: calc(305 * 100vw / 402);
    min-width: 0;
  }
  .front-model-case-card {
    display: grid;
    gap: calc(20 * 100vw / 402);
    color: var(--text-black);
    text-align: left;
    text-decoration: none;
    transition: none;
  }
  .front-model-case-card:hover,
  .front-model-case-card:focus-visible {
    color: var(--text-black);
    text-decoration: none;
  }
  .front-model-case-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 305/235;
    background: var(--theme-bg-gray);
  }
  .front-model-case-card__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-model-case-card__logo {
    display: block;
    width: calc(129 * 100vw / 402);
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-model-case-card__body {
    display: grid;
    gap: calc(20 * 100vw / 402);
  }
  .front-model-case-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: calc(5 * 100vw / 402);
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .front-model-case-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: calc(24 * 100vw / 402);
    padding: calc(3 * 100vw / 402) calc(12 * 100vw / 402);
    border-radius: 99px;
    background: var(--theme-bg-gray);
    color: var(--text-gray);
    font-size: calc(13 * 100vw / 402);
    font-weight: 400;
    line-height: 1.4;
  }
  .front-model-case-card__title {
    margin: 0;
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
  }
  .front-model-case__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(10 * 100vw / 402);
    margin-block-start: calc(29 * 100vw / 402);
  }
  .front-model-case__dot {
    display: block;
    width: calc(13 * 100vw / 402);
    height: calc(13 * 100vw / 402);
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(238, 128, 0, 0.3);
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .front-model-case__dot.is-active {
    background: var(--theme-orange);
  }
  .front-model-case__link {
    margin-block-start: calc(27 * 100vw / 402);
  }
  .front-orange-hover-link:hover,
  .front-orange-hover-link:focus-visible {
    border-color: rgba(238, 128, 0, 0.8);
    color: rgba(238, 128, 0, 0.6);
    text-decoration: none;
  }
  .front-orange-hover-link:hover .front-orange-hover-link__icon,
  .front-orange-hover-link:focus-visible .front-orange-hover-link__icon {
    opacity: 0.6;
  }
  .front-about__link:hover,
  .front-about__link:focus-visible {
    border-color: rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
  }
  .front-about__link:hover .front-about__link-icon,
  .front-about__link:focus-visible .front-about__link-icon {
    opacity: 0.6;
  }
  .page-hero {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: calc(181 * 100vw / 402);
    margin-block-end: calc(67 * 100vw / 402);
    background: var(--theme-orange);
  }
  .page-hero__inner {
    position: relative;
    z-index: 2;
    width: calc(345 * 100vw / 402);
    margin-inline: auto;
  }
  .page-hero__content {
    position: relative;
    z-index: 3;
    padding-block-start: calc(32 * 100vw / 402);
  }
  .page-hero__title {
    margin: 0 0 calc(1 * 100vw / 402);
    color: var(--text-white);
    font-size: calc(40 * 100vw / 402);
    font-weight: 700;
    line-height: 1.25;
  }
  .page-hero__subtitle {
    margin: 0;
    color: var(--text-white);
    font-size: calc(16 * 100vw / 402);
    font-weight: 700;
    line-height: 1.5;
  }
  .page-hero__visual {
    position: absolute;
    right: 0;
    bottom: calc(-67 * 100vw / 402);
    z-index: 1;
    width: calc(373 * 100vw / 402);
    height: calc(116 * 100vw / 402);
    background-image: var(--page-hero-bg-sp, var(--page-hero-bg-pc));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .entry--page {
    padding-block: calc(52 * 100vw / 402) calc(68 * 100vw / 402);
  }
  .page-content-heading {
    position: relative;
    margin: 0;
    padding-block-end: calc(20 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(24 * 100vw / 402);
    font-weight: 700;
    line-height: 1.45;
  }
  .page-content-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(20 * 100vw / 402);
    height: calc(2 * 100vw / 402);
    background: var(--theme-orange);
  }
  .aboutus-content {
    width: calc(345 * 100vw / 402);
    margin-inline: auto;
    padding-block: calc(52 * 100vw / 402) calc(64 * 100vw / 402);
  }
  .aboutus-table {
    width: 100%;
    margin: 0;
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.55;
  }
  .aboutus-table__row {
    display: block;
    border-bottom: 0;
  }
  .aboutus-table__row:first-child {
    border-top: 0;
  }
  .aboutus-table__term,
  .aboutus-table__description {
    margin: 0;
    display: block;
    align-items: center;
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.55;
  }
  .aboutus-table__term {
    min-height: calc(35 * 100vw / 402);
    padding: calc(5 * 100vw / 402) calc(20 * 100vw / 402);
    background: var(--theme-bg-table-heading);
    text-align: left;
  }
  .aboutus-table__description {
    min-width: 0;
    padding: calc(22 * 100vw / 402) calc(20 * 100vw / 402) calc(24 * 100vw / 402);
    overflow-wrap: anywhere;
  }
  .aboutus-office {
    margin-block-start: calc(48 * 100vw / 402);
  }
  .aboutus-office__lead {
    margin: calc(36 * 100vw / 402) 0 0;
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.7;
  }
  .aboutus-office__body {
    margin-block-start: calc(34 * 100vw / 402);
    display: grid;
    gap: calc(30 * 100vw / 402);
  }
  .aboutus-table--office .aboutus-table__row {
    display: block;
  }
  .aboutus-office__map {
    width: 100%;
    aspect-ratio: 345/284;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-bg-map-placeholder);
    overflow: hidden;
  }
  .aboutus-office__map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }
  .aboutus-office__map-placeholder {
    color: var(--text-white);
    font-size: calc(32 * 100vw / 402);
    font-weight: 400;
    line-height: 1;
  }
  .news-hero {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: calc(181 * 100vw / 402);
    margin-block-end: calc(67 * 100vw / 402);
    background: var(--theme-orange);
  }
  .news-hero__inner {
    position: relative;
    z-index: 2;
    width: calc(345 * 100vw / 402);
    margin-inline: auto;
  }
  .news-hero__content {
    position: relative;
    z-index: 3;
    padding-block-start: calc(32 * 100vw / 402);
  }
  .news-hero__title {
    margin: 0 0 calc(1 * 100vw / 402);
    color: var(--text-white);
    font-size: calc(40 * 100vw / 402);
    font-weight: 700;
    line-height: 1.25;
  }
  .news-hero__subtitle {
    margin: 0;
    color: var(--text-white);
    font-size: calc(16 * 100vw / 402);
    font-weight: 700;
    line-height: 1.5;
  }
  .news-hero__visual {
    position: absolute;
    right: 0;
    bottom: calc(-67 * 100vw / 402);
    z-index: 1;
    width: calc(373 * 100vw / 402);
    height: calc(116 * 100vw / 402);
    background: url("../images/news/news-hero-sp.png") center/cover no-repeat;
  }
  .news-content {
    padding-block: calc(92 * 100vw / 402) calc(68 * 100vw / 402);
  }
  .news-content__inner {
    display: grid;
    gap: calc(92 * 100vw / 402);
    width: calc(345 * 100vw / 402);
    margin-inline: auto;
  }
  .news-content__inner > *,
  .news-single-content__inner > * {
    min-width: 0;
    max-width: 100%;
  }
  .news-list__item {
    display: grid;
    grid-template-columns: calc(84 * 100vw / 402) minmax(0, 1fr);
    gap: calc(16 * 100vw / 402) calc(16 * 100vw / 402);
    align-items: center;
    min-height: calc(104 * 100vw / 402);
    padding-block: calc(13 * 100vw / 402);
    border-bottom: 1px solid var(--theme-border-table);
  }
  .news-list__date {
    color: var(--text-gray);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
  }
  .news-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .news-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 0;
    height: calc(30 * 100vw / 402);
    padding-inline: calc(13 * 100vw / 402);
    border-radius: calc(99 * 100vw / 402);
    background: var(--theme-bg-gray);
    color: var(--text-gray);
    font-size: calc(13 * 100vw / 402);
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }
  .news-list__title {
    grid-column: 1/-1;
    width: 100%;
  }
  .news-link-text {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(10 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    line-height: 1.5;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
  }
  .news-list__title span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-list__tag {
    min-width: calc(80 * 100vw / 402);
  }
  .news-list__external-icon {
    margin-left: auto;
    flex: 0 0 calc(16 * 100vw / 402);
    width: calc(16 * 100vw / 402);
    height: calc(16 * 100vw / 402);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .orange-text-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: calc(10 * 100vw / 402);
    color: var(--text-orange);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
  }
  .orange-text-arrow-link__icon {
    flex: 0 0 calc(6 * 100vw / 402);
    width: calc(6 * 100vw / 402);
    height: calc(6 * 100vw / 402);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .orange-text-arrow-link__text {
    color: currentColor;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
  }
  .news-sidebar-block + .news-sidebar-block {
    margin-block-start: calc(56 * 100vw / 402);
  }
  .news-sidebar-block__heading {
    display: flex;
    align-items: center;
    min-height: calc(50 * 100vw / 402);
    margin: 0;
    padding-inline: calc(24 * 100vw / 402);
    background: var(--theme-bg-sub);
    color: var(--text-orange);
    font-size: calc(20 * 100vw / 402);
    font-weight: 700;
    line-height: 1.5;
  }
  .news-sidebar-category {
    display: flex;
    flex-wrap: wrap;
    gap: calc(10 * 100vw / 402);
    padding: calc(20 * 100vw / 402) 0 0;
    margin: 0;
    list-style: none;
  }
  .news-sidebar-archive {
    padding-block-start: calc(10 * 100vw / 402);
  }
  .news-sidebar-archive__year {
    border-bottom: 1px solid var(--theme-border-table);
  }
  .news-sidebar-archive__summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: calc(54 * 100vw / 402);
    padding-inline: calc(24 * 100vw / 402) calc(44 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    list-style: none;
  }
  .news-sidebar-archive__summary::-webkit-details-marker {
    display: none;
  }
  .news-sidebar-archive__summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(28 * 100vw / 402);
    width: calc(8 * 100vw / 402);
    height: calc(8 * 100vw / 402);
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.26s ease;
  }
  .news-sidebar-archive__year[open] .news-sidebar-archive__summary::after {
    transform: translateY(-35%) rotate(225deg);
  }
  .news-sidebar-archive__months {
    padding: 0 calc(24 * 100vw / 402) calc(15 * 100vw / 402);
    margin: 0;
    list-style: none;
  }
  .js-enabled .news-sidebar-archive__months {
    transition: height 0.26s ease, opacity 0.2s ease;
    will-change: height, opacity;
  }
  .news-sidebar-archive__month {
    padding-block: calc(15 * 100vw / 402);
  }
  .news-sidebar-archive__link {
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
    text-decoration: underline;
  }
  .news-pagination {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: calc(20 * 100vw / 402);
    margin-block-start: calc(48 * 100vw / 402);
  }
  .news-pagination .page-numbers {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    min-width: calc(30 * 100vw / 402);
    height: calc(35 * 100vw / 402);
    padding: 0 calc(2 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(17 * 100vw / 402);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
  }
  .news-pagination .page-numbers:not(.prev, .next, .dots)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: calc(30 * 100vw / 402);
    height: calc(5 * 100vw / 402);
    background: var(--theme-bg-table-heading);
    transform: translateX(-50%);
  }
  .news-pagination .page-numbers.current::after {
    background: var(--theme-orange);
  }
  .news-pagination .prev,
  .news-pagination .next {
    align-items: center;
    width: calc(30 * 100vw / 402);
    padding: 0;
  }
  .news-pagination .prev img,
  .news-pagination .next img {
    width: calc(8 * 100vw / 402);
    height: calc(14 * 100vw / 402);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .news-single-hero {
    width: 100%;
    min-height: calc(105 * 100vw / 402);
    background: var(--theme-orange);
  }
  .news-single-hero__inner {
    width: calc(345 * 100vw / 402);
    margin-inline: auto;
    padding-block: calc(20 * 100vw / 402) calc(20 * 100vw / 402);
  }
  .news-single-hero__meta {
    display: flex;
    align-items: center;
    gap: calc(16 * 100vw / 402);
    margin-block-end: calc(16 * 100vw / 402);
  }
  .news-single-hero__date {
    color: var(--text-white);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
  }
  .news-single-hero__tag {
    min-width: calc(80 * 100vw / 402);
  }
  .news-single-hero__title {
    margin: 0;
    color: var(--text-white);
    font-size: calc(20 * 100vw / 402);
    font-weight: 700;
    line-height: 1.5;
  }
  .news-single-content {
    padding-block: calc(48 * 100vw / 402) calc(68 * 100vw / 402);
  }
  .news-single-content__inner {
    display: grid;
    gap: calc(56 * 100vw / 402);
    width: calc(345 * 100vw / 402);
    margin-inline: auto;
  }
  .news-single-main__body,
  .news-single-main__body p {
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.8;
  }
  .news-single-main__body {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .news-single-main__body img,
  .news-single-main__body iframe,
  .news-single-main__body video,
  .news-single-main__body table,
  .news-single-main__body .wp-block-image,
  .news-single-main__body .wp-block-table,
  .news-single-main__body .veu_socialSet {
    max-width: 100%;
  }
  .news-single-main__body iframe,
  .news-single-main__body video {
    display: block;
  }
  .news-single-main__body figure {
    max-width: 100%;
    margin: calc(32 * 100vw / 402) 0;
  }
  .news-single-main__body .wp-caption {
    width: auto !important;
    max-width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    line-height: inherit;
    text-align: left;
  }
  .news-single-main__body .aligncenter {
    margin-inline: auto;
  }
  .news-single-main__body img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .news-single-main__body .wp-caption img {
    margin-inline: auto;
  }
  .news-single-main__body .wp-caption-text {
    margin: calc(8 * 100vw / 402) 0 0;
    color: var(--text-black);
    font-size: calc(13 * 100vw / 402);
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
  }
  .news-single-main__body p {
    margin: 0 0 calc(24 * 100vw / 402);
  }
  .news-single-main__body > *:last-child {
    margin-block-end: 0;
  }
  .news-single-main__body a {
    color: var(--text-orange);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
  }
  .news-product-preview {
    margin: calc(24 * 100vw / 402) 0 calc(32 * 100vw / 402);
  }
  .news-product-preview__image-link {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    text-decoration: none;
  }
  .news-product-preview__image-link:hover,
  .news-product-preview__image-link:focus-visible {
    opacity: 0.8;
  }
  .news-product-preview__image {
    display: block;
    width: min(100%, 260 * 100vw / 402);
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .news-single-nav {
    display: grid;
    gap: calc(14 * 100vw / 402);
    margin-block-start: calc(56 * 100vw / 402);
  }
  .news-single-nav__heading {
    margin: 0 0 calc(12 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
  }
  .news-related-card {
    display: grid;
    gap: calc(16 * 100vw / 402) calc(16 * 100vw / 402);
    align-items: center;
    min-height: calc(104 * 100vw / 402);
    padding-block: calc(13 * 100vw / 402);
    border-bottom: 1px solid var(--theme-border-table);
    background: transparent;
    color: var(--text-black);
    text-decoration: none;
    max-width: 100%;
  }
  .news-single-nav__section .news-related-card:first-of-type {
    border-top: 1px solid var(--theme-border-table);
  }
  .news-related-card__date {
    color: var(--text-gray);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
  }
  .news-related-card__title-container {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .news-related-card__title {
    min-width: 0;
    color: var(--text-black);
    font-weight: 400;
  }
  .news-single-back-link {
    margin-block-start: calc(38 * 100vw / 402);
  }
  .wholesale-content {
    width: 100%;
    padding-block: calc(94 * 100vw / 402) calc(80 * 100vw / 402);
  }
  .wholesale-intro {
    width: 100%;
    min-height: calc(766 * 100vw / 402);
    padding: calc(28 * 100vw / 402) 0 calc(37 * 100vw / 402);
    background: url("../images/page/wholesale-intro-bg.png") center/cover no-repeat;
  }
  .wholesale-intro__panel {
    width: calc(345 * 100vw / 402);
    min-height: calc(674 * 100vw / 402);
    margin-inline: auto;
    padding: calc(56 * 100vw / 402) calc(20 * 100vw / 402) calc(34 * 100vw / 402);
    background: rgba(255, 255, 255, 0.9);
  }
  .wholesale-intro__title {
    position: relative;
    width: 100%;
    margin: 0 auto calc(56 * 100vw / 402);
    padding-block-end: calc(8 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(20 * 100vw / 402);
    font-weight: 700;
    line-height: 1.65;
    text-align: center;
  }
  .wholesale-intro__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(2 * 100vw / 402);
    background: var(--theme-orange-border);
  }
  .wholesale-intro__title-short,
  .wholesale-intro__title-main {
    display: block;
  }
  .wholesale-intro__title-short {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-block-end: calc(2 * 100vw / 402);
  }
  .wholesale-intro__title-short::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(2 * 100vw / 402);
    background: var(--theme-orange-border);
  }
  .wholesale-intro__body {
    display: grid;
    gap: calc(36 * 100vw / 402);
  }
  .wholesale-intro__text {
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.65;
  }
  .wholesale-intro__text p {
    margin: 0;
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.65;
  }
  .wholesale-intro__lead {
    margin-block-end: calc(36 * 100vw / 402) !important;
    color: var(--text-black);
    font-size: calc(18 * 100vw / 402) !important;
    font-weight: 700 !important;
    line-height: 1.55 !important;
    text-align: center;
  }
  .wholesale-intro__image {
    display: block;
    width: calc(304 * 100vw / 402);
    aspect-ratio: 440/240;
    margin-inline: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wholesale-strengths {
    width: calc(345 * 100vw / 402);
    margin: calc(90 * 100vw / 402) auto 0;
  }
  .wholesale-strengths__inner {
    display: grid;
    gap: calc(36 * 100vw / 402);
    margin-block-start: calc(54 * 100vw / 402);
  }
  .wholesale-strengths__text {
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.7;
  }
  .wholesale-strengths__text p {
    margin: 0;
  }
  .wholesale-strengths__lead {
    margin-block-end: calc(34 * 100vw / 402) !important;
    font-size: calc(16 * 100vw / 402);
    font-weight: 700;
    line-height: 1.7;
  }
  .wholesale-strengths__image {
    display: block;
    width: 100%;
    aspect-ratio: 450/300;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wholesale-strength-list {
    width: calc(345 * 100vw / 402);
    margin: calc(30 * 100vw / 402) auto 0;
  }
  .wholesale-strength-list__items {
    display: grid;
    gap: calc(30 * 100vw / 402);
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .wholesale-strength-card {
    padding: calc(20 * 100vw / 402) calc(20 * 100vw / 402) calc(28 * 100vw / 402);
    background: var(--theme-bg-main);
    box-shadow: 0 calc(8 * 100vw / 402) calc(20 * 100vw / 402) rgba(64, 64, 64, 0.18);
  }
  .wholesale-strength-card__image {
    display: block;
    width: calc(305 * 100vw / 402);
    aspect-ratio: 310/206;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wholesale-strength-card__content {
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.65;
  }
  .wholesale-strength-card__content p {
    margin: 0;
  }
  .wholesale-strength-card__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(13 * 100vw / 402);
    margin: calc(25 * 100vw / 402) 0 calc(24 * 100vw / 402);
    color: var(--text-orange);
    font-size: calc(20 * 100vw / 402);
    font-weight: 700;
    line-height: 1.45;
  }
  .wholesale-strength-card__icon {
    display: block;
    flex: 0 0 calc(45 * 100vw / 402);
    width: calc(45 * 100vw / 402);
    height: calc(45 * 100vw / 402);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wholesale-office.aboutus-office {
    width: calc(345 * 100vw / 402);
    margin: calc(82 * 100vw / 402) auto 0;
    padding-block: 0;
  }
  .howtobuy-content {
    width: 100%;
    padding-block: calc(48 * 100vw / 402) calc(72 * 100vw / 402);
    background: var(--theme-bg-main);
  }
  .howtobuy-lead,
  .howtobuy-tabs,
  .howtobuy-panel,
  .howtobuy-model-case,
  .howtobuy-not-found,
  .howtobuy-office.aboutus-office {
    width: calc(345 * 100vw / 402);
    margin-inline: auto;
  }
  .howtobuy-lead {
    text-align: left;
  }
  .howtobuy-lead p,
  .howtobuy-panel__intro,
  .howtobuy-usage-card__text,
  .howtobuy-example-card__items,
  .howtobuy-not-found__text {
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.75;
  }
  .howtobuy-lead p {
    margin: 0;
  }
  .howtobuy-tabs {
    width: 100%;
    margin-block-start: calc(26 * 100vw / 402);
  }
  .howtobuy-tabs__nav {
    display: grid;
    justify-items: center;
    align-content: start;
    width: 100%;
    padding: calc(11 * 100vw / 402);
    gap: 0;
    background: url("../images/page/howtobuy/tab-bg-sp.png") center/100% 100% no-repeat;
  }
  .howtobuy-tabs__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(345 * 100vw / 402);
    height: calc(45 * 100vw / 402);
    padding: 0 calc(18 * 100vw / 402);
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--text-black);
    font-size: calc(20 * 100vw / 402);
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .howtobuy-tabs__button.is-active {
    border-color: transparent;
    background: var(--theme-orange-gradient-horizontal);
    color: var(--text-white);
  }
  .howtobuy-panel {
    margin-block-start: calc(25 * 100vw / 402);
  }
  .howtobuy-panel[hidden] {
    display: none;
  }
  .howtobuy-panel__intro {
    margin: 0;
  }
  .howtobuy-usage {
    margin-block-start: calc(58 * 100vw / 402);
  }
  .howtobuy-usage__list,
  .howtobuy-examples__list,
  .howtobuy-model-case__list {
    display: grid;
    gap: calc(20 * 100vw / 402);
    padding: 0;
    margin: calc(36 * 100vw / 402) 0 0;
    list-style: none;
  }
  .howtobuy-usage__row,
  .howtobuy-usage__row-items {
    display: grid;
    gap: calc(20 * 100vw / 402);
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .howtobuy-usage__list {
    display: grid;
    gap: calc(20 * 100vw / 402);
    padding: 0;
    margin: calc(36 * 100vw / 402) 0 0;
    list-style: none;
  }
  .howtobuy-usage-card {
    display: grid;
    grid-template-columns: calc(100 * 100vw / 402) minmax(0, 1fr);
    gap: calc(28 * 100vw / 402);
    align-items: center;
    min-width: 0;
    padding-block-end: calc(20 * 100vw / 402);
    border-bottom: 1px solid var(--theme-border-table);
  }
  .howtobuy-usage-card__image {
    display: block;
    width: calc(100 * 100vw / 402);
    height: calc(100 * 100vw / 402);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .howtobuy-usage-card__title {
    margin: 0 0 calc(8 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(20 * 100vw / 402);
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
  }
  .howtobuy-usage-card__text {
    margin: 0;
    text-align: center;
  }
  .howtobuy-examples {
    width: 100vw;
    margin: calc(50 * 100vw / 402) calc(50% - 50vw) 0;
    padding-block: calc(38 * 100vw / 402) calc(61 * 100vw / 402);
    background: var(--theme-bg-sub);
  }
  .howtobuy-examples__inner {
    width: calc(345 * 100vw / 402);
    margin-inline: auto;
  }
  .howtobuy-examples__list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(25 * 100vw / 402) calc(15 * 100vw / 402);
  }
  .howtobuy-example-card {
    background: var(--theme-bg-main);
    box-shadow: 0 calc(4 * 100vw / 402) calc(18 * 100vw / 402) rgba(64, 64, 64, 0.18);
  }
  .howtobuy-example-card__title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(60 * 100vw / 402);
    margin: 0;
    padding: 0 calc(16 * 100vw / 402);
    color: var(--text-orange);
    font-size: calc(20 * 100vw / 402);
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
  }
  .howtobuy-example-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 250/167;
    background: var(--theme-bg-main);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .howtobuy-example-card__items {
    display: grid;
    gap: calc(4 * 100vw / 402);
    padding: 0 calc(20 * 100vw / 402) calc(28 * 100vw / 402);
    margin: calc(20 * 100vw / 402) 0 0;
    list-style: disc;
    list-style-position: inside;
  }
  .howtobuy-panel[data-howtobuy-panel=bulk] .howtobuy-examples__list {
    grid-template-columns: 1fr;
  }
  .howtobuy-example-card--products {
    padding: calc(24 * 100vw / 402) calc(18 * 100vw / 402) calc(28 * 100vw / 402);
  }
  .howtobuy-example-card--products .howtobuy-example-card__title {
    min-height: 0;
    padding: 0;
  }
  .howtobuy-example-card__products {
    display: grid;
    grid-template-columns: repeat(3, calc(95 * 100vw / 402));
    justify-content: center;
    gap: calc(18 * 100vw / 402) calc(8 * 100vw / 402);
    padding: 0;
    margin: calc(22 * 100vw / 402) 0 0;
    list-style: none;
  }
  .howtobuy-example-product {
    display: grid;
    justify-items: center;
    align-content: start;
    width: calc(95 * 100vw / 402);
    min-width: 0;
    text-align: center;
  }
  .howtobuy-example-product__image {
    display: block;
    width: calc(80 * 100vw / 402);
    height: calc(60 * 100vw / 402);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .howtobuy-example-product__title {
    margin: calc(8 * 100vw / 402) 0 0;
    color: var(--text-black);
    font-size: calc(13 * 100vw / 402);
    font-weight: 400;
    line-height: 1.45;
  }
  .howtobuy-scene__list {
    display: grid;
    gap: calc(20 * 100vw / 402);
    padding: 0;
    margin: calc(36 * 100vw / 402) 0 0;
    list-style: none;
  }
  .howtobuy-scene-card {
    display: grid;
    grid-template-columns: calc(110 * 100vw / 402) minmax(0, 1fr);
    min-width: 0;
    background: var(--theme-bg-main);
    box-shadow: 0 calc(4 * 100vw / 402) calc(18 * 100vw / 402) rgba(64, 64, 64, 0.18);
  }
  .howtobuy-scene-card__image {
    display: block;
    width: calc(110 * 100vw / 402);
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .howtobuy-scene-card__body {
    min-width: 0;
    padding: calc(20 * 100vw / 402) calc(14 * 100vw / 402) calc(18 * 100vw / 402);
    text-align: center;
  }
  .howtobuy-scene-card__title {
    margin: 0;
    color: var(--text-orange);
    font-size: calc(18 * 100vw / 402);
    font-weight: 700;
    line-height: 1.45;
  }
  .howtobuy-scene-card__items {
    display: grid;
    grid-template-columns: repeat(2, calc(90 * 100vw / 402));
    justify-content: center;
    gap: calc(8 * 100vw / 402);
    padding: 0;
    margin: calc(20 * 100vw / 402) 0 0;
    list-style: none;
  }
  .howtobuy-scene-item {
    display: grid;
    justify-items: center;
    align-content: start;
    width: calc(90 * 100vw / 402);
    min-width: 0;
    list-style: none;
  }
  .howtobuy-scene-item__image {
    display: block;
    width: calc(80 * 100vw / 402);
    height: calc(60 * 100vw / 402);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .howtobuy-scene-item__text {
    margin: calc(8 * 100vw / 402) 0 0;
    color: var(--text-black);
    font-size: calc(13 * 100vw / 402);
    font-weight: 400;
    line-height: 1.45;
  }
  .howtobuy-model-case,
  .howtobuy-not-found,
  .howtobuy-office.aboutus-office {
    margin-block-start: calc(56 * 100vw / 402);
  }
  .howtobuy-model-case__list {
    gap: calc(36 * 100vw / 402);
  }
  .howtobuy-model-case .front-model-case-card {
    display: grid;
    gap: calc(13 * 100vw / 402);
    color: var(--text-black);
    text-align: left;
    text-decoration: none;
  }
  .howtobuy-model-case .front-model-case-card__media {
    width: 100%;
    aspect-ratio: 345/240;
  }
  .howtobuy-model-case .front-model-case-card__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .howtobuy-model-case .front-model-case-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: calc(7 * 100vw / 402);
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .howtobuy-model-case .front-model-case-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: calc(24 * 100vw / 402);
    padding: calc(3 * 100vw / 402) calc(12 * 100vw / 402);
    border-radius: 99px;
    background: var(--theme-bg-gray);
    color: var(--text-gray);
    font-size: calc(13 * 100vw / 402);
    line-height: 1.4;
  }
  .howtobuy-model-case .front-model-case-card__title {
    margin: 0;
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 700;
    line-height: 1.55;
  }
  .howtobuy-model-case__link {
    display: flex;
    margin: calc(36 * 100vw / 402) auto 0;
  }
  .howtobuy-not-found__body {
    display: grid;
    gap: calc(28 * 100vw / 402);
    margin-block-start: calc(36 * 100vw / 402);
  }
  .howtobuy-not-found__image {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .site-main--suppliers .page-hero__content {
    padding-block-start: calc(40 * 100vw / 402);
    padding-inline-start: calc(11 * 100vw / 402);
  }
  .suppliers-content {
    width: calc(345 * 100vw / 402);
    margin-inline: auto;
    padding-block: calc(68 * 100vw / 402) calc(80 * 100vw / 402);
  }
  .suppliers-intro {
    margin: 0 0 calc(101 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.75;
  }
  .suppliers-intro p {
    margin: 0;
  }
  .suppliers-list__title {
    margin-block-end: calc(58 * 100vw / 402);
  }
  .suppliers-list__note {
    display: flex;
    align-items: flex-start;
    gap: calc(4 * 100vw / 402);
    margin: 0 0 calc(24 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.6;
  }
  .suppliers-list__note-icon {
    display: block;
    flex: 0 0 calc(30 * 100vw / 402);
    width: calc(30 * 100vw / 402);
    height: calc(30 * 100vw / 402);
  }
  .suppliers-list__subnote {
    margin: 0;
    color: var(--text-black);
    font-size: calc(10 * 100vw / 402);
    font-weight: 400;
    line-height: 1.7;
  }
  .suppliers-list__groups {
    display: grid;
    gap: calc(50 * 100vw / 402);
    margin-block-start: calc(48 * 100vw / 402);
  }
  .suppliers-kana-group__title {
    margin: 0 0 calc(18 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(32 * 100vw / 402);
    font-weight: 700;
    line-height: 1.45;
  }
  .suppliers-kana-group__items {
    display: grid;
    gap: calc(17 * 100vw / 402);
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .suppliers-kana-group__item {
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
  }
  .suppliers-kana-group__link,
  .suppliers-kana-group__catalogs {
    display: flex;
    align-items: center;
    min-width: 0;
    color: var(--text-orange);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
  }
  .suppliers-kana-group__link {
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: calc(3 * 100vw / 402);
  }
  .suppliers-kana-group__icon {
    display: block;
    flex: 0 0 calc(30 * 100vw / 402);
    width: calc(30 * 100vw / 402);
    height: calc(30 * 100vw / 402);
    margin-inline-end: calc(2 * 100vw / 402);
  }
  .suppliers-kana-group__link span,
  .suppliers-kana-group__catalog-name,
  .suppliers-kana-group__text {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .suppliers-kana-group__catalog-name {
    color: var(--text-orange);
  }
  .suppliers-kana-group__catalog-links {
    display: inline-flex;
    gap: calc(5 * 100vw / 402);
    margin-inline-start: calc(8 * 100vw / 402);
    color: var(--text-orange);
  }
  .suppliers-kana-group__catalog-link {
    color: var(--text-orange);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: calc(3 * 100vw / 402);
  }
  .suppliers-kana-group__text {
    display: block;
    padding-inline-start: calc(30 * 100vw / 402);
  }
  .suppliers-list__more {
    margin: calc(50 * 100vw / 402) 0 0;
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
  }
  .site-main--contact {
    background: var(--theme-bg-main);
  }
  .contact-content {
    width: 100%;
    padding-block: calc(48 * 100vw / 402) calc(72 * 100vw / 402);
    background: var(--theme-bg-main);
  }
  .contact-lead {
    width: calc(345 * 100vw / 402);
    margin-inline: auto;
  }
  .contact-form-section__inner {
    width: calc(305 * 100vw / 402);
    margin-inline: auto;
  }
  .contact-lead {
    text-align: left;
  }
  .contact-lead p {
    margin: 0;
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.75;
  }
  .contact-lead br {
    display: none;
  }
  .contact-form-section {
    width: calc(345 * 100vw / 402);
    margin: calc(42 * 100vw / 402) auto 0;
    padding: calc(35 * 100vw / 402) 0;
    background: var(--theme-bg-sub);
  }
  .wpcf7-form,
  .contact-form {
    margin: 0;
  }
  .contact-form__fields {
    display: grid;
    gap: calc(26 * 100vw / 402);
  }
  .contact-form__field,
  .contact-form__field--message {
    display: grid;
    gap: calc(10 * 100vw / 402);
    align-items: start;
  }
  .contact-form__field p,
  .contact-form__control p,
  .contact-form__privacy p,
  .contact-form__submit-wrap {
    margin: 0;
  }
  .contact-form__label {
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
  }
  .contact-form__input,
  .contact-form__textarea,
  .wpcf7 input.contact-form__input,
  .wpcf7 textarea.contact-form__textarea {
    display: block;
    width: 100%;
    border: 1px solid var(--theme-border-table);
    border-radius: calc(4 * 100vw / 402);
    background: var(--theme-bg-main);
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.6;
    outline: none;
  }
  .contact-form__input,
  .wpcf7 input.contact-form__input {
    height: calc(52 * 100vw / 402);
    padding: 0 calc(14 * 100vw / 402);
  }
  .contact-form__textarea,
  .wpcf7 textarea.contact-form__textarea {
    height: calc(360 * 100vw / 402);
    min-height: calc(360 * 100vw / 402);
    padding: calc(12 * 100vw / 402) calc(14 * 100vw / 402);
    resize: vertical;
  }
  .contact-form__input::-moz-placeholder, .contact-form__textarea::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
  }
  .contact-form__input::placeholder,
  .contact-form__textarea::placeholder {
    color: #cccccc;
    opacity: 1;
  }
  .contact-form__privacy {
    margin-block-start: calc(36 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.75;
    text-align: left;
  }
  .contact-form__privacy a {
    color: var(--text-orange);
    text-decoration: underline;
    text-underline-offset: calc(3 * 100vw / 402);
  }
  .contact-form__acceptance {
    display: inline-flex;
    align-items: center;
    gap: calc(8 * 100vw / 402);
    margin-block-start: calc(16 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
  }
  .contact-form__acceptance .wpcf7-list-item {
    margin: 0;
  }
  .contact-form__acceptance label {
    display: inline-flex;
    align-items: center;
    gap: calc(8 * 100vw / 402);
  }
  .contact-form__acceptance input,
  .contact-form__checkbox {
    width: calc(18 * 100vw / 402);
    height: calc(18 * 100vw / 402);
    margin: 0;
    accent-color: var(--theme-orange);
  }
  .contact-form__submit-wrap {
    display: flex;
    justify-content: center;
    margin-block-start: calc(36 * 100vw / 402);
  }
  .contact-form__submit,
  .wpcf7 input.contact-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(52 * 100vw / 402);
    padding: 0 calc(44 * 100vw / 402);
    border: 0;
    background: url("../images/common/icon-mail-white.svg") left calc(96 * 100vw / 402) center/calc(26 * 100vw / 402) calc(26 * 100vw / 402) no-repeat, var(--theme-orange);
    color: var(--text-white);
    font-size: calc(18 * 100vw / 402);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .wpcf7 form .wpcf7-response-output {
    margin: calc(24 * 100vw / 402) 0 0;
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    line-height: 1.6;
  }
  .wpcf7-not-valid-tip {
    margin-block-start: calc(8 * 100vw / 402);
    color: #dc3232;
    font-size: calc(14 * 100vw / 402);
    line-height: 1.5;
  }
  .site-main--model-case {
    background: var(--theme-bg-main);
  }
  .model-case-hero {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: calc(181 * 100vw / 402);
    margin-block-end: calc(67 * 100vw / 402);
    background: var(--theme-orange);
  }
  .model-case-hero__inner {
    position: relative;
    z-index: 2;
    width: calc(345 * 100vw / 402);
    margin-inline: auto;
  }
  .model-case-hero__content {
    position: relative;
    z-index: 3;
    padding-block-start: calc(32 * 100vw / 402);
  }
  .model-case-hero__title {
    margin: 0 0 calc(1 * 100vw / 402);
    color: var(--text-white);
    font-size: calc(40 * 100vw / 402);
    font-weight: 700;
    line-height: 1.25;
  }
  .model-case-hero__subtitle {
    margin: 0;
    color: var(--text-white);
    font-size: calc(16 * 100vw / 402);
    font-weight: 700;
    line-height: 1.5;
  }
  .model-case-hero__visual {
    position: absolute;
    right: 0;
    bottom: calc(-67 * 100vw / 402);
    z-index: 1;
    width: calc(373 * 100vw / 402);
    height: calc(116 * 100vw / 402);
    background: url("../images/page/model-case-hero-sp.png") center/cover no-repeat;
  }
  .model-case-archive {
    width: calc(345 * 100vw / 402);
    margin-inline: auto;
    padding-block: calc(48 * 100vw / 402) calc(80 * 100vw / 402);
  }
  .model-case-archive__lead {
    text-align: left;
  }
  .model-case-archive__lead p {
    margin: 0;
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.75;
  }
  .model-case-archive__lead br {
    display: none;
  }
  .model-case-filter {
    margin-block-start: calc(40 * 100vw / 402);
    border-top: 1px solid var(--theme-border-table);
    border-bottom: 1px solid var(--theme-border-table);
  }
  .model-case-filter__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(48 * 100vw / 402);
    margin: 0;
    background: var(--theme-bg-breadcrumb);
    color: var(--text-gray);
    font-size: calc(18 * 100vw / 402);
    font-weight: 700;
    line-height: 1.4;
  }
  .model-case-filter__tags {
    display: flex;
    flex-wrap: wrap;
    gap: calc(10 * 100vw / 402);
    padding: calc(12 * 100vw / 402) 0;
    margin: 0;
    list-style: none;
  }
  .model-case-filter__item {
    margin: 0;
  }
  .model-case-filter__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: calc(30 * 100vw / 402);
    padding: 0 calc(16 * 100vw / 402);
    border-radius: 99px;
    background: var(--theme-bg-main);
    color: var(--text-gray);
    font-size: calc(13 * 100vw / 402);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }
  .model-case-filter__tag.is-active {
    background: var(--theme-orange);
    color: var(--text-white);
  }
  .model-case-archive__list {
    display: grid;
    gap: calc(34 * 100vw / 402);
    padding: 0;
    margin: calc(40 * 100vw / 402) 0 0;
    list-style: none;
  }
  .model-case-archive__item {
    min-width: 0;
    list-style: none;
  }
  .model-case-archive .front-model-case-card {
    display: grid;
    gap: calc(20 * 100vw / 402);
    width: 100%;
  }
  .model-case-archive .front-model-case-card__media {
    width: 100%;
    aspect-ratio: 305/235;
  }
  .model-case-archive .front-model-case-card__body {
    padding-block-start: 0;
  }
  .model-case-archive .front-model-case-card__title {
    font-weight: 700;
  }
  .model-case-archive__empty {
    margin: calc(40 * 100vw / 402) 0 0;
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
  }
  .site-main--model-case-single {
    background: var(--theme-bg-main);
  }
  .model-case-single-hero {
    width: 100%;
    min-height: calc(105 * 100vw / 402);
    background: var(--theme-orange);
  }
  .model-case-single-hero__inner {
    width: calc(345 * 100vw / 402);
    margin-inline: auto;
    padding-block: calc(20 * 100vw / 402);
  }
  .model-case-single-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: calc(10 * 100vw / 402);
    padding: 0;
    margin: 0 0 calc(16 * 100vw / 402);
    list-style: none;
  }
  .model-case-single-hero__tag-item {
    margin: 0;
    list-style: none;
  }
  .model-case-single-hero__tag {
    min-width: calc(80 * 100vw / 402);
    background: var(--theme-bg-main);
  }
  .model-case-single-hero__title {
    margin: 0;
    color: var(--text-white);
    font-size: calc(20 * 100vw / 402);
    font-weight: 700;
    line-height: 1.5;
  }
  .model-case-single {
    padding-block: calc(56 * 100vw / 402) calc(68 * 100vw / 402);
  }
  .model-case-single__inner {
    width: calc(345 * 100vw / 402);
    margin-inline: auto;
  }
  .model-case-single__body,
  .model-case-single__body p {
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.8;
  }
  .model-case-single__body {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .model-case-single__body p {
    margin: 0 0 calc(24 * 100vw / 402);
  }
  .model-case-single__body h2 {
    position: relative;
    margin: calc(48 * 100vw / 402) 0 calc(24 * 100vw / 402);
    padding-block-end: calc(20 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(24 * 100vw / 402);
    font-weight: 700;
    line-height: 1.45;
  }
  .model-case-single__body h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(20 * 100vw / 402);
    height: calc(2 * 100vw / 402);
    background: var(--theme-orange);
  }
  .model-case-single__body h2:first-child {
    margin-block-start: 0;
  }
  .model-case-single__body ul,
  .model-case-single__body ol {
    margin: 0 0 calc(32 * 100vw / 402);
    padding-inline-start: calc(22 * 100vw / 402);
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.8;
  }
  .model-case-single__body a {
    color: var(--text-orange);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
  }
  .model-case-items__item {
    box-sizing: border-box;
    display: grid;
    place-items: center;
    align-content: center;
    width: calc(150 * 100vw / 402);
    min-height: calc(150 * 100vw / 402);
    padding: calc(12 * 100vw / 402) calc(10 * 100vw / 402);
    background: var(--theme-bg-main);
    box-shadow: calc(8 * 100vw / 402) calc(8 * 100vw / 402) calc(15 * 100vw / 402) rgba(64, 64, 64, 0.18);
  }
  a.model-case-items__item,
  a.nippan1-model-case-item-card {
    color: var(--text-black);
    text-decoration: none;
  }
  a.model-case-items__item:hover,
  a.model-case-items__item:focus-visible,
  a.nippan1-model-case-item-card:hover,
  a.nippan1-model-case-item-card:focus-visible {
    color: var(--text-black);
    opacity: 0.75;
    text-decoration: none;
  }
  .model-case-items__image {
    display: block;
    width: auto;
    height: auto;
    max-width: calc(92 * 100vw / 402);
    max-height: calc(66 * 100vw / 402);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .model-case-items__item .model-case-items__text {
    margin: calc(10 * 100vw / 402) 0 0;
    color: var(--text-black);
    font-size: calc(16 * 100vw / 402);
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
  }
  .model-case-single__body .nippan1-model-case-item-card {
    display: inline-grid;
    vertical-align: top;
  }
  .model-case-items--registered {
    margin: 0;
  }
  .model-case-items--registered .model-case-items__slider {
    width: calc(100% + 36 * 100vw / 402);
    padding: calc(18 * 100vw / 402);
    margin-inline: calc(-18 * 100vw / 402);
    overflow: hidden;
  }
  .model-case-items--registered .model-case-items__list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(7 * 100vw / 402);
    justify-content: center;
    padding: calc(18 * 100vw / 402);
    margin: 0 calc(-18 * 100vw / 402);
    list-style: none;
  }
  .model-case-items--registered .model-case-items__slider .model-case-items__list {
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
  }
  .model-case-items--registered .model-case-items__slide {
    display: flex;
    flex: 0 0 calc(150 * 100vw / 402);
    width: calc(150 * 100vw / 402);
    min-width: 0;
    list-style: none;
  }
  .model-case-items--registered .model-case-items__slide .model-case-items__item {
    height: 100%;
  }
  .model-case-items--registered .model-case-items__dots {
    gap: calc(5 * 100vw / 402);
  }
  .model-case-items--registered .model-case-items__dots .front-model-case__dot {
    width: calc(10 * 100vw / 402);
    height: calc(10 * 100vw / 402);
  }
  .model-case-single-nav {
    margin-block-start: calc(56 * 100vw / 402);
  }
  .model-case-single-nav .news-single-nav__heading {
    color: var(--text-black);
  }
  .model-case-related-card {
    background: var(--theme-bg-main);
  }
  .model-case-single-back-link {
    margin-block-start: calc(38 * 100vw / 402);
  }
}