@charset "UTF-8";

/*
* css variables
*/

:root {
  --custom-font-family-base: "kozuka-gothic-pro", sans-serif;
  --custom-font-family-en: 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
  --custom-font-family-heading: 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
  --custom-font-size-base: clamp(1rem, calc(1rem + (1.125rem - 1rem) * (100vw - 375px) / (1801px - 375px)), 1.125rem);
  --custom-font-size-xs: clamp(0.75rem, calc(0.75rem + (0.875rem - 0.75rem) * (100vw - 375px) / (1801px - 375px)), 0.875rem);
  --custom-font-size-sm: clamp(0.875rem, calc(0.875rem + (1rem - 0.875rem) * (100vw - 375px) / (1801px - 375px)), 1rem);
  --custom-font-size-md: clamp(1.125rem, calc(1.125rem + (1.5rem - 1.125rem) * (100vw - 375px) / (1801px - 375px)), 1.5rem);
  --custom-font-size-lg: clamp(1.25rem, calc(1.25rem + (2rem - 1.25rem) * (100vw - 375px) / (1801px - 375px)), 2rem);
  --custom-font-size-xl: clamp(1.5rem, calc(1.5rem + (2.25rem - 1.5rem) * (100vw - 375px) / (1801px - 375px)), 2.25rem);
  --custom-font-size-xxl: clamp(2rem, calc(2rem + (2.625rem - 2rem) * (100vw - 375px) / (1801px - 375px)), 2.625rem);
  --custom-font-size-h1: clamp(1.5rem, calc(1.5rem + (3rem - 1.5rem) * (100vw - 375px) / (1801px - 375px)), 3rem);
  --custom-font-size-h2: clamp(1.125rem, calc(1.125rem + (2rem - 1.125rem) * (100vw - 375px) / (1801px - 375px)), 2rem);
  --custom-font-size-h3: clamp(1rem, calc(1rem + (1.5rem - 1rem) * (100vw - 375px) / (1801px - 375px)), 1.5rem);
  --custom-font-size-h4: clamp(0.875rem, calc(0.875rem + (1.25rem - 0.875rem) * (100vw - 375px) / (1801px - 375px)), 1.25rem);
  --custom-font-size-h5: clamp(0.75rem, calc(0.75rem + (1.125rem - 0.75rem) * (100vw - 375px) / (1801px - 375px)), 1.125rem);
  --custom-font-size-h6: clamp(0.625rem, calc(0.625rem + (1.125rem - 0.625rem) * (100vw - 375px) / (1801px - 375px)), 1.125rem);
  --custom-font-weight-base: 400;
  --custom-font-weight-heading: 700;
  --custom-letter-spacing-base: 0;
  --custom-letter-spacing-heading: 0;
  --custom-line-height-base: 1.875;
  --custom-line-height-heading: 1.5;
  --custom-color-base: black;
  --custom-color-1: #05317f;
  --custom-color-2: #0071bc;
  --custom-color-3: #e83828;
  --custom-color-accent-1: #aa8f00;
  --custom-color-accent-2: black;
  --custom-color-caution: red;
  --custom-color-link: #1150b7;
  --custom-color-shadow: black;
  --custom-background-color-base: white;
  --custom-background-color-1: #29abe2;
  --custom-spacing-1: 0.25rem;
  --custom-spacing-2: 0.5rem;
  --custom-spacing-3: 0.75rem;
  --custom-spacing-4: 1rem;
  --custom-spacing-5: 1.25rem;
  --custom-spacing-6: 1.5rem;
  --custom-spacing-7: 1.75rem;
  --custom-spacing-8: 2rem;
  --custom-spacing-9: 2.25rem;
  --custom-spacing-10: 2.5rem;
  --custom-spacing-11: 2.75rem;
  --custom-spacing-12: 3rem;
  --custom-spacing-13: 3.25rem;
  --custom-spacing-14: 3.5rem;
  --custom-spacing-15: 3.75rem;
  --custom-spacing-16: 4rem;
  --custom-spacing-17: 4.25rem;
  --custom-spacing-18: 4.5rem;
  --custom-spacing-19: 4.75rem;
  --custom-spacing-20: 5rem;
  --custom-spacing-21: 5.25rem;
  --custom-spacing-22: 5.5rem;
  --custom-spacing-23: 5.75rem;
  --custom-spacing-24: 6rem;
  --custom-spacing-25: 6.25rem;
  --custom-layer-loading: 60;
  --custom-layer-header: 50;
  --custom-layer-modal: 40;
  --custom-layer-full-screen-overlay: 30;
  --custom-layer-original-select: 20;
  --custom-layer-floating: 10;
  --custom-layer-default: 1;
  --custom-border-base: max(0.0625rem, 1px) solid black;
  --custom-border-accent: max(0.0625rem, 1px) solid red;
  --custom-header-height: clamp(6.25rem, calc(6.25rem + (9.6875rem - 6.25rem) * (100vw - 375px) / (1801px - 375px)), 9.6875rem);
  --custom-hover-opacity: 0.7;
  --custom-transition-duration: .5s;
  --custom-transition-timing-function: ease;
  --custom-padding--rem: 1rem;
  --custom-container-width: calc(1600px + 6.25rem * 2);
  --custom-container-width--narrow: calc(1200px + 6.25rem * 2);
  --custom-container-width--wide: calc(1600px + 6.25rem * 2);
  --custom-container-width--no-unit: 392;
}

/*
* foundation
* destyle.cssとベーススタイル
*/

/*
* css variables
*/

/* destyle
--------------------------------------------------*/

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* base
--------------------------------------------------*/

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  background-color: var(--custom-background-color-base);
  color: var(--custom-color-base);
  font-family: var(--custom-font-family-base);
  font-size: var(--custom-font-size-base);
  font-weight: var(--custom-font-weight-base);
  letter-spacing: var(--custom-letter-spacing-base);
  line-height: var(--custom-line-height-base);
  overflow-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  top: auto;
  touch-action: manipulation;
}

body.is-scroll-lock {
  overflow: hidden !important;
}

body.is-scroll-lock-windows {
  height: 100vh !important;
  left: 0 !important;
  overflow-y: scroll !important;
  position: fixed !important;
  width: 100% !important;
}

.c-picture {
  display: block;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
}

a {
  cursor: pointer;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--custom-font-family-heading);
  font-weight: var(--custom-font-weight-heading);
  letter-spacing: var(--custom-letter-spacing-heading);
  line-height: var(--custom-line-height-heading);
}

/* Swiper | フェードモード時 共通設定 */

.swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

/*
* layout
* ページレイアウトを構成する要素
*/

/* breadcrumbs
--------------------------------------------------*/

.l-breadcrumbs {
  background-color: var(--custom-background-color-base);
  font-size: var(--custom-font-size-sm);
}

.l-breadcrumbs__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: clamp(1rem, calc(1rem + (2.625rem - 1rem) * (100vw - 375px) / (1801px - 375px)), 2.625rem) 0;
}

.l-breadcrumbs__item + .l-breadcrumbs__item::before {
  color: var(--custom-color-1);
  content: "／";
  padding: 0 0.25rem;
}

.l-breadcrumbs__item a {
  color: var(--custom-color-1);
  text-decoration: none;
}

.l-breadcrumbs__item a:hover {
  opacity: var(--custom-hover-opacity);
}

.l-breadcrumbs__item span {
  color: var(--custom-color-1);
}

/* container
--------------------------------------------------*/

.l-container {
  --custom-container-max-width: var(--custom-container-width);
  margin: 0 auto;
  max-width: var(--custom-container-max-width);
  padding: 0 var(--custom-padding--rem);
  width: 100%;
}

.l-container--narrow {
  --custom-container-max-width: var(--custom-container-width--narrow);
}

.l-container--wide {
  --custom-container-max-width: var(--custom-container-width--wide);
}

/* l-original-component
--------------------------------------------------*/

.l-original-component {
  padding: 64px 0;
}

/* footer
--------------------------------------------------*/

.l-footer {
  background-color: var(--custom-background-color-1);
  color: black;
  font-size: clamp(0.75rem, calc(0.75rem + (1.125rem - 0.75rem) * (100vw - 375px) / (1801px - 375px)), 1.125rem);
  margin-top: clamp(3.75rem, calc(3.75rem + (7.5rem - 3.75rem) * (100vw - 375px) / (1801px - 375px)), 7.5rem);
}

.l-footer__body {
  display: flex;
  justify-content: flex-end;
}

.l-footer__info {
  padding: 3.125rem 1.875rem;
  padding: clamp(1.5rem, calc(1.5rem + (2rem - 1.5rem) * (100vw - 375px) / (1801px - 375px)), 2rem) clamp(2rem, calc(2rem + (9.375rem - 2rem) * (100vw - 375px) / (1801px - 375px)), 9.375rem);
}

.l-footer__address {
  font-style: normal;
  line-height: 2;
  margin-bottom: 2rem;
}

.l-footer__tel {
  color: inherit;
  text-decoration: none;
}

.l-footer__links a {
  color: inherit;
  text-decoration: none;
}

.l-footer__links a:hover {
  text-decoration: underline;
}

.l-footer__copyright {
  display: block;
  padding-bottom: clamp(2rem, calc(2rem + (3.4375rem - 2rem) * (100vw - 375px) / (1801px - 375px)), 3.4375rem);
  padding-top: clamp(0rem, calc(0rem + (0.75rem - 0rem) * (100vw - 375px) / (1801px - 375px)), 0.75rem);
  text-align: center;
}

/* global-nav
--------------------------------------------------*/

/* 1200px以下: ドロワーメニュー */

.l-global-nav__list {
  background-color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3em 0 5em;
  row-gap: 1em;
}

/* PC: アイテム間の区切り "|" */

.l-global-nav__item a {
  color: var(--custom-color-base);
  display: block;
  font-size: clamp(1rem, calc(1rem + (1.125rem - 1rem) * (100vw - 375px) / (1801px - 375px)), 1.125rem);
  padding: clamp(0.75rem, calc(0.75rem + (2em - 0.75rem) * (100vw - 375px) / (1801px - 375px)), 2em);
  text-decoration: none;
  width: 100%;
}

/* header
--------------------------------------------------*/

.l-header {
  background-color: white;
  height: var(--custom-header-height);
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: var(--custom-layer-header);
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 0.75rem;
}

/* logo */

.l-header__logo {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 100%;
    max-width: 7.6875rem;
  }
}

.l-header__logo a {
  display: block;
}

.l-header__logo .c-picture {
  display: block;
}

.l-header__logo img {
  display: block;
}

@media screen and (min-width: 768px) {
  .l-header__logo img {
    width: clamp(7.6875rem, calc(7.6875rem + (16rem - 7.6875rem) * (100vw - 375px) / (1801px - 375px)), 16rem);
  }
}

/* nav（1200px以下: ドロワー） */

/* nav | drawer open */

.l-header.is-open .l-header__nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* section
--------------------------------------------------*/

.l-section {
  padding: 1.25rem 0;
}

/*
* components
* コンポーネント - サイト全体で使いまわせる小さい粒度のモジュール
*/

/* button
--------------------------------------------------*/

.c-button {
  background-color: var(--custom-color-link);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: var(--custom-font-family-en);
  font-weight: bold;
  padding: 0.25rem 2.5rem;
  text-decoration: none;
  transition: opacity var(--custom-transition-duration) var(--custom-transition-timing-function);
}

.c-button:hover {
  opacity: var(--custom-hover-opacity);
}

/* case-gallery
--------------------------------------------------*/

.c-case-gallery {
  padding-top: 2.5rem;
}

.c-case-gallery__title {
  color: var(--custom-color-2);
  font-size: var(--custom-font-size-h1);
  font-weight: var(--custom-font-weight-heading);
  line-height: var(--custom-line-height-heading);
  margin-bottom: 1.5rem;
  text-align: center;
  padding: 0 1rem;
}

.c-case-gallery__body {
  padding: clamp(2.5rem, calc(2.5rem + (7.5rem - 2.5rem) * (100vw - 375px) / (1801px - 375px)), 7.5rem) 0;
  position: relative;
  z-index: 0;
}

.c-case-gallery__body::before {
  background: var(--custom-background-color-1);
  content: "";
  height: 70vw;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.c-case-gallery__list {
  display: grid;
  gap: clamp(1.5rem, calc(1.5rem + (4rem - 1.5rem) * (100vw - 375px) / (1801px - 375px)), 4rem);
  grid-template-columns: repeat(1, 1fr);
  list-style: none;
}

.c-case-gallery__image {
  aspect-ratio: 1/1;
  display: block;
  width: 100%;
}

.c-case-gallery__image img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-case-gallery__caption {
  color: var(--custom-color-base);
  font-size: var(--custom-font-size-sm);
  line-height: var(--custom-line-height-base);
  margin-top: clamp(0.75rem, calc(0.75rem + (1.5rem - 0.75rem) * (100vw - 375px) / (1801px - 375px)), 1.5rem);
  padding: 0 clamp(0.25rem, calc(0.25rem + (0.75rem - 0.25rem) * (100vw - 375px) / (1801px - 375px)), 0.75rem);
}

/* --centered: 最終行が列数未満の場合に中央寄せ
--------------------------------------------------*/

/* --continuation: 直前のギャラリーに続けて表示（タイトルなし・背景なし）
--------------------------------------------------*/

.c-case-gallery--continuation {
  padding-top: 0;
}

.c-case-gallery--continuation .c-case-gallery__body {
  padding-top: 0;
}

.c-case-gallery--continuation .c-case-gallery__body::before {
  content: none;
}

/* --inverted: 背景色をタイトル領域まで延長し、タイトル文字を白に
--------------------------------------------------*/

.c-case-gallery--inverted {
  position: relative;
  z-index: 0;
}

.c-case-gallery--inverted::before {
  background: var(--custom-background-color-1);
  content: "";
  height: 28%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.c-case-gallery--inverted .c-case-gallery__title {
  color: var(--custom-background-color-base);
}

.c-case-gallery--inverted .c-case-gallery__body {
  padding: clamp(1.875rem, calc(1.875rem + (3.75rem - 1.875rem) * (100vw - 375px) / (1801px - 375px)), 3.75rem) 0;
}

.c-case-gallery--inverted .c-case-gallery__body::before {
  content: none;
}

/* map-embed
--------------------------------------------------*/

.c-map-embed {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.c-map-embed__frame {
  border: 0;
  display: block;
  height: 18.75rem;
  width: 100%;
}

/* media-block
--------------------------------------------------*/

.c-media-block {
  padding: clamp(2.5rem, calc(2.5rem + (6.25rem - 2.5rem) * (100vw - 375px) / (1801px - 375px)), 6.25rem) 0 clamp(3.75rem, calc(3.75rem + (7.5rem - 3.75rem) * (100vw - 375px) / (1801px - 375px)), 7.5rem);
}

.c-media-block__image {
  flex-shrink: 0;
  width: 100%;
}

.c-media-block__image img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-media-block__body {
  padding: 0 clamp(1.5rem, calc(1.5rem + (5.625rem - 1.5rem) * (100vw - 375px) / (1801px - 375px)), 5.625rem);
}

.c-media-block__title {
  color: var(--custom-color-1);
  font-size: clamp(1.5rem, calc(1.5rem + (3.125rem - 1.5rem) * (100vw - 375px) / (1801px - 375px)), 3.125rem);
  font-weight: var(--custom-font-weight-heading);
  line-height: var(--custom-line-height-heading);
  margin-bottom: clamp(1rem, calc(1rem + (1.5rem - 1rem) * (100vw - 375px) / (1801px - 375px)), 1.5rem);
}

.c-media-block__text {
  font-size: var(--custom-font-size-base);
  line-height: 2;
  white-space: pre-line;
}

/* c-product-card
--------------------------------------------------*/

.c-product-card {
  margin-top: clamp(1rem, calc(1rem + (2.5rem - 1rem) * (100vw - 375px) / (1801px - 375px)), 2.5rem);
  padding: 2.5rem 0;
}

.c-product-card .l-container {
  max-width: 1920px;
  padding-left: 2rem;
}

.c-product-card__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.c-product-card__image {
  flex-shrink: 0;
}

.c-product-card__image picture {
  display: block;
}

.c-product-card__image img {
  display: block;
  height: auto;
  width: 100%;
}

.c-product-card__body {
  flex: 1;
}

.c-product-card__category {
  font-size: var(--custom-font-size-base);
  font-weight: var(--custom-font-weight-heading);
  margin-bottom: 0.25rem;
}

.c-product-card__name {
  color: var(--custom-color-1);
  font-size: var(--custom-font-size-md);
  font-weight: var(--custom-font-weight-heading);
  line-height: var(--custom-line-height-heading);
  margin-bottom: 0.5rem;
}

.c-product-card__price-block {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
}

.c-product-card__price {
  color: var(--custom-color-3);
  font-size: var(--custom-font-size-md);
  font-weight: var(--custom-font-weight-heading);
}

.c-product-card__maker-link {
  color: #fff;
  background-color: var(--custom-background-color-1);
  border-radius: 0.5rem;
  padding: 0.7rem 2.5rem;
  font-size: var(--custom-font-size-base);
  display: inline-flex;
  align-items: center;
  transition: opacity var(--custom-transition-duration) var(--custom-transition-timing-function);
}

.c-product-card__maker-link:hover {
  opacity: var(--custom-hover-opacity);
}

@media only screen and (max-width: 767px) {
  .c-product-card__maker-link {
    align-self: center;
  }
}

.p-security-accessories-grid__maker-link-wrapper,
.p-security-z-guard__maker-link-wrapper {
  display: flex;
  justify-content: center;
  margin-top: clamp(3rem, calc(3rem + (6rem - 3rem) * (100vw - 375px) / (1801px - 375px)), 6rem);
}

.c-product-card__price-note {
  color: var(--custom-color-1);
  font-weight: 400;
  margin-left: 0.5em;
}

.c-product-card__heading {
  color: var(--custom-color-1);
  font-weight: var(--custom-font-weight-heading);
  line-height: var(--custom-line-height-base);
  margin-bottom: 1rem;
  white-space: pre-line;
}

.c-product-card__description {
  line-height: 2;
}

.c-product-card__image-link {
  color: var(--custom-color-link);
  display: block;
  font-size: var(--custom-font-size-sm);
  margin-top: 0.5rem;
  text-align: center;
  text-decoration: underline;
  transition: opacity var(--custom-transition-duration) var(--custom-transition-timing-function);
}

.c-product-card__image-link:hover {
  opacity: var(--custom-hover-opacity);
}

.c-product-card__note {
  font-size: var(--custom-font-size-sm);
  line-height: var(--custom-line-height-base);
  margin-top: 1rem;
}

/* c-method-list
--------------------------------------------------*/

.c-method-list {
  padding: 2rem 0;
}

.c-method-list__title {
  color: var(--custom-color-1);
  font-size: clamp(1.5rem, calc(1.5rem + (2.375rem - 1.5rem) * (100vw - 375px) / (1801px - 375px)), 2.375rem);
  font-weight: var(--custom-font-weight-heading);
  margin-bottom: clamp(1rem, calc(1rem + (2rem - 1rem) * (100vw - 375px) / (1801px - 375px)), 2rem);
}

.c-method-list__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.c-method-list__term {
  font-size: var(--custom-font-size-base);
  font-weight: var(--custom-font-weight-heading);
  line-height: var(--custom-line-height-base);
}

.c-method-list__desc {
  font-size: var(--custom-font-size-base);
  line-height: var(--custom-line-height-base);
  margin-bottom: clamp(1.5rem, calc(1.5rem + (2rem - 1.5rem) * (100vw - 375px) / (1801px - 375px)), 2rem);
  margin-left: 0;
}

/* c-feature-grid
--------------------------------------------------*/

.c-feature-grid {
  padding: 2rem 0;
}

.c-feature-grid__title {
  color: var(--custom-color-1);
  font-size: clamp(1.25rem, calc(1.25rem + (2rem - 1.25rem) * (100vw - 375px) / (1801px - 375px)), 2rem);
  font-weight: var(--custom-font-weight-heading);
  margin-bottom: clamp(1rem, calc(1rem + (2rem - 1rem) * (100vw - 375px) / (1801px - 375px)), 2rem);
}

.c-feature-grid__list {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}

.c-feature-grid__item {
  align-items: center;
  border: max(0.0625rem, 1px) solid #808080;
  color: #808080;
  display: flex;
  line-height: 1.3;
  min-height: 4.5rem;
  padding: 0.75rem 0.5rem;
  padding-left: clamp(0.875rem, calc(0.875rem + (2rem - 0.875rem) * (100vw - 375px) / (1801px - 375px)), 2rem);
  text-align: center;
  text-align: left;
  white-space: pre-line;
}

.c-feature-grid__item--highlighted {
  background-color: black;
  border-color: black;
  color: white;
}

.c-feature-grid__item--highlighted::before {
  content: "◎";
  flex-shrink: 0;
  margin-right: 0.8em;
}

/* page-hero
--------------------------------------------------*/

.c-page-hero {
  position: relative;
}

.c-page-hero__image {
  display: block;
  height: 10rem;
  width: 100%;
}

.c-page-hero__image img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-page-hero__title {
  align-items: center;
  color: white;
  display: flex;
  font-size: var(--custom-font-size-h1);
  font-weight: var(--custom-font-weight-heading);
  inset: 0;
  justify-content: center;
  padding-left: 1.25rem;
  position: absolute;
  text-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.6);
}

.c-page-hero--no-image .c-page-hero__image {
  background-color: var(--custom-color-1);
}

/* floating-menu
--------------------------------------------------*/

.c-floating-menu {
  bottom: 1rem;
  opacity: 1;
  position: fixed;
  right: 1rem;
  transition-duration: var(--custom-transition-duration);
  transition-property: visibility, opacity;
  transition-timing-function: var(--custom-transition-timing-function);
  visibility: visible;
  z-index: var(--custom-layer-floating);
}

.c-floating-menu[aria-hidden=true] {
  opacity: 0;
  visibility: collapse;
}

/* full-screen-overlay
--------------------------------------------------*/

.c-full-screen-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: initial;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: var(--custom-layer-full-screen-overlay);
}

/* hamburger
--------------------------------------------------*/

.c-hamburger {
  align-items: center;
  border: none;
  display: flex;
  flex-direction: column;
  height: 1.875rem;
  justify-content: space-between;
  padding: 0.3125rem 0;
  width: 1.875rem;
}

.c-hamburger__line {
  background-color: var(--custom-color-1);
  display: inline-block;
  height: 0.125rem;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
}

.c-hamburger.is-open .c-hamburger__line:nth-child(1) {
  -webkit-transform: translateY(0.5625rem) rotate(45deg);
  transform: translateY(0.5625rem) rotate(45deg);
}

.c-hamburger.is-open .c-hamburger__line:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-open .c-hamburger__line:nth-child(3) {
  -webkit-transform: translateY(-0.5rem) rotate(-45deg);
  transform: translateY(-0.5rem) rotate(-45deg);
}

/*
* utility
* ユーティリティークラス - どこでも使えるヘルパークラス
*/

/* display
--------------------------------------------------*/

.u-hidden {
  display: none !important;
  visibility: hidden !important;
}

@media only screen and (min-width: 768px) {
  :root {
    --custom-line-height-base: 1.875;
    --custom-line-height-heading: 1.5;
    --custom-padding--rem: 2rem;
    --custom-container-width--no-unit: 1800;
  }

  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }

  .l-section {
    padding: 2.5rem 0;
  }

  .c-case-gallery {
    padding-top: 3.75rem;
  }

  .c-case-gallery__title {
    margin-bottom: 2rem;
  }

  .c-case-gallery__body::before {
    height: 23%;
  }

  .c-case-gallery__body .l-container {
    max-width: 1920px;
  }

  .c-case-gallery__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .c-case-gallery--centered .c-case-gallery__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .c-case-gallery--centered .c-case-gallery__item {
    flex: 0 0 calc((100% - 1.5rem) / 2);
  }

  .c-map-embed__frame {
    height: 33.33333vw;
  }

  .c-media-block {
    display: flex;
  }

  .c-media-block--reverse {
    flex-direction: row-reverse;
  }

  .c-media-block__image {
    width: 52%;
  }

  .c-media-block__body {
    flex: 1;
  }

  .c-product-card {
    padding: 3.75rem 0;
  }

  .c-product-card__inner {
    flex-direction: row;
    gap: 4rem;
  }

  .c-product-card__image {
    width: 41vw;
  }

  .c-method-list {
    padding: 2.5rem 0;
  }

  .c-feature-grid {
    padding: 2.5rem 0;
  }

  .c-feature-grid__list {
    grid-auto-rows: 4.5rem;
    grid-template-columns: repeat(4, 1fr);
  }

  .c-page-hero__image {
    height: 16.875rem;
  }

  .c-page-hero__title {
    padding-left: 2.5rem;
  }

  .c-product-card__price-block {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  .c-product-card__price-block--group-link {
    align-items: flex-end;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .c-case-gallery--centered .c-case-gallery__item {
    flex: 0 0 calc((100% - 8rem) / 3);
  }
}

@media only screen and (min-width: 990px) {
  :root {
    --custom-padding--rem: 6.25rem;
  }
}

@media only screen and (min-width: 1201px) {
  .l-global-nav__list {
    align-items: center;
    background-color: transparent;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    height: 100%;
    padding: 0;
  }

  .l-global-nav__item {
    align-items: center;
    display: flex;
  }

  .l-global-nav__item + .l-global-nav__item::before {
    color: var(--custom-color-base);
    content: "|";
    display: block;
    flex-shrink: 0;
    font-size: 0.75rem;
    padding: 0 clamp(1em, calc(1em + (2em - 1em) * (100vw - 375px) / (1801px - 375px)), 2em);
  }

  .l-global-nav__item a {
    padding: 0;
    white-space: nowrap;
  }

  .l-global-nav__item a:hover {
    color: #05317f;
  }

  .l-global-nav__item a.is-active {
    color: #05317f;
  }

  .u-pc-hide {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .l-header__inner {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 1401px) {
  .l-header__inner {
    padding: 0 2.9297rem;
  }
}

@media screen and (min-width: 1600px) {
  .l-global-nav__item a {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1599px) {
  .l-global-nav__item a {
    font-size: clamp(0.75rem, calc(0.75rem + (1rem - 0.75rem) * (100vw - 375px) / (1801px - 375px)), 1rem);
  }
}

@media only screen and (max-width: 1200px) {
  .l-global-nav {
    height: calc(100vh - var(--custom-header-height));
    max-width: 40vw;
    overflow-y: scroll;
    width: 100%;
  }

  .l-header__nav {
    -webkit-transform: translateX(100%);
    margin-left: auto;
    position: fixed;
    right: 0;
    top: var(--custom-header-height);
    transform: translateX(100%);
    transition-duration: var(--custom-transition-duration);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: var(--custom-transition-timing-function);
    width: 40vw;
    z-index: -1;
  }
}

@media only screen and (max-width: 767px) {
  .l-global-nav {
    max-width: 80vw;
  }

  .l-header__nav {
    width: 80vw;
  }

  .c-media-block__body {
    padding-top: 1.5rem;
  }

  .c-feature-grid__item {
    font-size: 0.875rem;
  }
}

/* ============================================================
 * max-width: 550px 以下の端末向け clamp() フォールバック
 * （iPhone 12 Mini など clamp() の calc() が正常動作しない場合）
 * clamp(MIN, ...) の MIN を直接指定して上書き
 * ============================================================ */
@media screen and (max-width: 550px) {
  :root {
    --custom-font-size-base: 1rem;
    --custom-font-size-xs: 0.75rem;
    --custom-font-size-sm: 0.875rem;
    --custom-font-size-md: 1.125rem;
    --custom-font-size-lg: 1.25rem;
    --custom-font-size-xl: 1.5rem;
    --custom-font-size-xxl: 2rem;
    --custom-font-size-h1: 1.5rem;
    --custom-font-size-h2: 1.125rem;
    --custom-font-size-h3: 1rem;
    --custom-font-size-h4: 0.875rem;
    --custom-font-size-h5: 0.75rem;
    --custom-font-size-h6: 0.625rem;
    --custom-header-height: 6.25rem;
  }

  .l-breadcrumbs__list {
    padding: 1rem 0;
  }

  .l-footer {
    font-size: 0.75rem;
    margin-top: 3.75rem;
  }

  .l-footer__info {
    padding: 1.5rem 2rem;
  }

  .l-footer__copyright {
    padding-bottom: 2rem;
    padding-top: 0rem;
  }

  .l-global-nav__item a {
    font-size: 0.75rem;
    padding: 0.75rem;
  }

  .c-case-gallery__body {
    padding: 2.5rem 0;
  }

  .c-case-gallery__list {
    gap: 1.5rem;
  }

  .c-case-gallery__caption {
    margin-top: 0.75rem;
    padding: 0 0.25rem;
  }

  .c-case-gallery--inverted .c-case-gallery__body {
    padding: 1.875rem 0;
  }

  .c-media-block {
    padding: 2.5rem 0 3.75rem;
  }

  .c-media-block__body {
    padding: 0 1.5rem;
  }

  .c-media-block__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .c-product-card {
    margin-top: 5rem;
  }

  .c-method-list__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .c-method-list__desc {
    margin-bottom: 1.5rem;
  }

  .c-feature-grid__title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .c-feature-grid__item {
    padding-left: 0.875rem;
  }
}
