@charset "UTF-8";
/* _reset.scss */
html {
  scroll-behavior: smooth;
}

/* Box sizing を統一 */
*, *::before, *::after {
  box-sizing: border-box;
}

/* マージン・パディングを初期化 */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

/* list-style を初期化 */
ul, ol {
  list-style: none;
}

/* aタグの装飾をリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* 画像の最大幅を制限 */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* フォーム要素のフォントを継承 */
input, button, textarea, select {
  font: inherit;
}

/* HTML5セクションのdisplay調整（IE対策だったが今も保険） */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section {
  display: block;
}


  .sp {
			display: none;
  }
		.pc{
			display: block;
}


@media (max-width: 743px) {
  .pc {
			display: none;
  }
		.sp{
			display: block;
}
}

/*!
 * Bootstrap Grid v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* コンテナ共通 */
.container,
.container-fluid,
.container-md,
.container-lg {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

/* md: 744px 以上 */
@media (min-width: 744px) {
  .container,
  .container-md {
    max-width: 704px;
  } /* 好みで調整OK */
}
/* lg: 992px 以上 */
@media (min-width: 992px) {
  .container,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
/* ルート変数（参照用途。使わなくてもOK） */
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-md: 744px;
  --bs-breakpoint-lg: 992px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 744px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
.align0 {
  text-align: left;
}

.align1 {
  text-align: center;
}

.align2 {
  text-align: right;
}

.menu-toggle {
  display: none;
}

.modal-nav {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #1F1F1F;
  letter-spacing: 0.05em;
}

.site-header {
  height: 65px;
  padding: 0;
  background-color: #0068B6;
  z-index: 100;
  color: #fff;
}
.site-header .container {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 20px;
  height: 100%;
}
.site-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  padding: 10px 0;
}
.site-header .brand .logo {
  height: 45px;
  display: block;
}
.site-header .brand .brand-text {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.site-header .main-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 65px;
}
.site-header .main-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.site-header .main-nav ul li:not(:first-child) {
  border-left: 2px solid rgba(255, 255, 255, 0.9);
}
.site-header .main-nav ul li a {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  padding: 0 20px;
  /* 反転 hover */
}
.site-header .main-nav ul li a .icon-cart {
  width: 20px;
  height: 20px;
  margin-right: 0.4em;
  filter: brightness(0) invert(1);
}
.site-header .main-nav ul li a:hover {
  background-color: #fff;
  color: #0068B6;
}
.site-header .main-nav ul li a:hover .icon-cart {
  filter: none;
}

/* 992px未満：ロゴ左、ブランド文言はロゴの下に改行、メニューは右で横並び */
@media (max-width: 1200px) {
  .site-header {
    height: 85px;
  }
  .site-header .container {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; /* 左：ブランド／右：メニュー */
    padding: 0 20px;
    height: 100%;
  }
  .site-header .brand {
    display: inline-flex;
    flex-direction: column; /* ロゴの下にテキスト（改行） */
    align-items: flex-start; /* ← leftの代わりにこれ */
    gap: 0.4rem;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    padding: 10px 0;
  }
  .site-header .brand .logo {
    height: 45px;
    display: block;
  }
  .site-header .brand .brand-text {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.04em;
    white-space: nowrap; /* テキスト自体は折り返さない */
  }
  .site-header .main-nav ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0; /* 区切り線を使うので gap は0 */
    margin: 0;
    padding: 0;
    list-style: none;
    height: 85px;
  }
  .site-header .main-nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .site-header .main-nav ul li:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.9); /* 2px→1pxで圧迫を軽減 */
  }
  .site-header .main-nav ul li a {
    width: auto; /* 固定幅はナシ */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 0.9rem; /* 992未満用の適度なパディング */
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
  }
  .site-header .main-nav ul li a .icon-cart {
    width: 18px;
    height: 18px;
    margin-right: 0.4em;
    filter: brightness(0) invert(1);
  }
  .site-header .main-nav ul li a:hover {
    background-color: #fff;
    color: #0068B6;
  }
  .site-header .main-nav ul li a:hover .icon-cart {
    filter: none;
  }
}
/* 744px未満：ハンバーガーメニューに切替 */
@media (max-width: 991px) {
  .site-header {
    height: 65px;
    /* ハンバーガーボタン */
  }
  .site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
  }
  .site-header .brand {
    display: flex;
    flex-direction: row; /* ロゴの下にテキスト（改行） */
    align-items: center;
    gap: 0.5rem;
  }
  .site-header .brand .logo {
    height: 40px;
  }
  .site-header .brand .brand-text {
    font-size: 13px;
  }
  .site-header .main-nav {
    display: none;
  }
  .site-header .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 36px;
    height: 28px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .site-header .menu-toggle span {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s;
  }
  /* モーダルメニュー */
  .modal-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0068B6;
    display: none; /* デフォルト非表示 */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    /* JSで付与して表示 */
  }
  .modal-nav .menulogo {
    width: 180px;
    margin: 0 auto 20px auto;
  }
  .modal-nav ul {
    width: 320px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    text-align: left;
  }
  .modal-nav ul li {
    margin: 0 0;
  }
  .modal-nav ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 0.5rem;
    padding: 14px 0;
    border-bottom: solid 1px #fff;
  }
  .modal-nav ul li a .icon-cart {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
  }
  .modal-nav .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-nav .modal-close span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s;
  }
  .modal-nav .modal-close span:first-child {
    transform: rotate(45deg);
  }
  .modal-nav .modal-close span:last-child {
    transform: rotate(-45deg);
  }
  .modal-nav.active {
    display: flex;
  }
}
.site-footer {
  margin-top: 4rem;
  /* ---- ダウンロード（カード） ---- */
  /* 744px未満では横長比率に変更 */
  /* ---- 購入案内 ---- */
  /* ---- 法的情報ブロック ---- */
  /* 会社情報：ロゴ・社名・住所を横並びでセンター */
}
.site-footer .download-section {
  padding: 80px 0;
  background-color: #f0f0f0;
}
.site-footer .download-section .link-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #1F1F1F;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  height: 100%;
}
.site-footer .download-section .link-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.site-footer .download-section .link-card .link-card-img {
  width: 100%;
  aspect-ratio: 3/4;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #fff;
  padding: 20px;
}
.site-footer .download-section .link-card .link-card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.site-footer .download-section .link-card .link-card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 16px 16px;
  text-align: center;
  transition: color 0.2s ease;
}
@media (max-width: 743px) {
  .site-footer .download-section .link-card .link-card-img {
    aspect-ratio: 16/9;
    align-items: center;
  }
  .site-footer .download-section .link-card .link-card-text {
    font-size: 14px;
  }
}
.site-footer .purchase-info {
  text-align: center;
  background-color: #BACFDD;
  padding: 120px 0;
}
.site-footer .legal-info {
  background-color: #fff;
  color: #333;
  padding-top: 80px;
}
.site-footer .legal-info img.logo {
  max-width: 120px;
  display: block;
  margin: 0 auto 4rem auto;
}
.site-footer .legal-info .footer-link {
  flex-grow: 1;
  min-width: 0;
}
.site-footer .legal-info .footer-link .footer-links {
  font-size: 16px;
  line-height: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style: none;
}
.site-footer .legal-info .footer-link .legal-links {
  font-size: 14px;
  line-height: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-left: 0;
  list-style: none;
}
.site-footer .legal-info .manufacturer-info {
  flex-shrink: 0;
  text-align: left;
  margin-bottom: 1rem;
}
.site-footer .legal-info .manufacturer-info h2 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
.site-footer .legal-info a {
  color: #333;
  text-decoration: none;
}
.site-footer .legal-info a:hover {
  opacity: 0.8;
}
.site-footer a.icejapan {
  border-bottom: 1px solid #333;
}
.site-footer .company-info {
  text-align: center;
  margin-top: 30px;
}
.site-footer .company-info .company-inline {
  /* h2サイズに連動してロゴ高さを制御するための変数 */
  --title-size: 24px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.site-footer .company-info h2 {
  font-size: var(--title-size);
  line-height: 1.1;
  margin: 0;
  font-weight: 300;
}
.site-footer .company-info .company-logo {
  height: calc(var(--title-size) * 2);
  width: auto;
  display: block;
}
.site-footer .company-info .company-address {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.site-footer .copyright {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin: 40px 0 20px;
  font-size: 12px;
  text-align: center;
}

.calendar {
  padding: 60px 0 100px;
  background-color: #f0f0f0;
}
.calendar .cal-heading {
  font-size: 24px;
  margin-bottom: 16px;
  color: #1F1F1F;
  font-weight: 600;
}
.calendar .cal-wrap {
  background: #fff;
  padding: 16px 16px 12px;
}
.calendar .cal-title {
  font-weight: 700;
  font-size: 18px;
  margin: 6px 6px 10px;
  color: #333;
}
.calendar table.cal {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  background: #fff;
}
.calendar table.cal thead th {
  text-align: center;
  padding: 8px 0;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
}
.calendar table.cal thead th.sun {
  color: #d33;
}
.calendar table.cal thead th.sat {
  color: #2a66cc;
}
.calendar table.cal tbody td {
  height: 40px;
  text-align: right;
  padding: 6px 8px;
  vertical-align: middle;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f7f7f7;
  color: #333;
}
.calendar table.cal tbody td:nth-child(7) {
  border-right: 0;
}
.calendar table.cal tbody td:first-child {
  color: #d33;
}
.calendar table.cal tbody td:last-child {
  color: #2a66cc;
}
.calendar table.cal tbody td.closed {
  background: #f5d8d8;
}
.calendar table.cal tbody tr:last-child td {
  border-bottom: 0;
}
.calendar .cal-legend {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #666;
  font-size: 13px;
}
.calendar .cal-legend .legend-swatch {
  width: 16px;
  height: 16px;
  background: #f5d8d8;
  border-radius: 3px;
  display: inline-block;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb120 {
  margin-bottom: 120px;
}

.pl2 {
  padding-left: 2rem;
}

.mb60lg20 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mb60lg20 {
    margin-bottom: 20px;
  }
}

.color-a {
  color: #00913a;
}

.color-b {
  color: #005fa4;
}

.color-c {
  color: #8c4e9a;
}

.w80par {
  background-color: #f0f0f0;
  padding: 20px 10%;
}
.w80par img {
  border-radius: 20px;
}

.txt14 {
  font-size: 14px;
}

.container {
  max-width: 960px;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
  /* メイン購入ボタン */
  /* サブボタン（ガイド・使用方法） */
}
.btn-group a {
  flex: 1;
  font-size: 20px;
  letter-spacing: 0.1rem;
  display: inline-block;
  text-align: center;
  padding: 1rem 0;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.btn-group .btn-buy {
  background-color: #0068B6;
  color: #fff;
}
.btn-group .btn-buy:hover {
  background-color: #071C29;
}
.btn-group .btn-guide,
.btn-group .btn-howto {
  background-color: #3394CA;
  color: #fff;
}
.btn-group .btn-guide:hover,
.btn-group .btn-howto:hover {
  background-color: #2689C4;
}

/* 744px未満：Grid で 1行目全幅＋2行目2列 */
@media (max-width: 743px) {
  .btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .btn-group .btn-buy {
    grid-column: 1/-1; /* 1行目で全幅 */
    margin: 0; /* 余白は grid-gap に任せる */
    width: 100%;
  }
  .btn-group .btn-guide,
  .btn-group .btn-howto {
    width: 100%; /* 各セルで全幅 */
  }
}
.sp-br {
  display: inline;
}
@media (max-width: 743px) {
  .sp-br {
    display: block;
  }
}

.btn-contact {
  display: block;
  background-color: #0068B6;
  color: #fff;
  padding: 5px 8px;
  font-size: 16px;
  border-radius: 18pt;
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

.btn-contact:hover {
  background-color: #005a9c;
  text-decoration: none;
}

.red {
  color: #ff0000;
}

.main h3 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 30px;
  color: #0068B6;
  line-height: 1.5;
}
.main h3.list {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 10px;
  color: #0068B6;
  line-height: 1.5;
}
.main h3.title {
  color: #fff;
  background-color: #0068B6;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.3px;
  padding: 15px;
  margin-bottom: 40px;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .main h3.title {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .main h3.title {
    font-size: 18px;
  }
}
.main h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
.main h4.list {
  font-size: 16px;
  color: #0068B6;
  margin-bottom: 40px;
}

.mainimg {
  background-color: #efefef;
  margin-bottom: 40px;
}
.mainimg .container {
  max-width: 1440px;
}
.mainimg .row {
  align-items: flex-end;
}
.mainimg .mainimg-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-bottom: 40px;
}
.mainimg .mainimg-title {
  font-size: 24px;
  text-align: left;
  font-weight: 400;
  margin-top: 20px;
  line-height: 2;
}
@media (max-width: 991px) {
  .mainimg .mainimg-title {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .mainimg .mainimg-title {
    font-size: 18px;
padding: 0 5%;
  }
}
.mainimg .mainimg-logo {
  display: block;
  margin-bottom: 40px;
}
.mainimg .mainimg-bgimg {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  align-self: flex-end;
}

@media (max-width: 743px) {
.mainimg .mainimg-logo {
  display: block;
  margin-bottom: 10px;
		width: 90%;
		margin: 0 auto;
}
}

.about-section {
  margin-bottom: 120px;
  /* 角丸外枠はラッパーで作る */
  /* スマホ：縦並びにして読みやすく */
}
.about-section h2 {
  font-family: "Hiragino Mincho ProN", "游明朝", "YuMincho", "MS P明朝", serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 2.2;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .about-section h2 {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .about-section h2 {
    font-size: 18px;
  }
}
.about-section .notice-table-wrap {
  border: 2px solid #666;
  border-radius: 12px;
  overflow: hidden; /* 角でセル罫線がはみ出さない */
}
.about-section .notice-table {
  width: 100%;
  border: 2px solid #666;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 8px;
  overflow: hidden;
}
.about-section .notice-table th, .about-section .notice-table td {
  border: 1px solid #666;
  padding: 12px;
  vertical-align: middle;
  text-align: left;
}
.about-section .notice-table .icon {
  display: flex; /* 横並び */
  align-items: center;
  gap: 10px;
  font-weight: 700;
  white-space: nowrap; /* 見出しの改行を防ぐ */
}
.about-section .notice-table .icon img {
  width: 28px;
  height: auto;
  flex: 0 0 auto;
  display: block;
}
.about-section .notice-table .icon span {
  display: inline-block;
  font-size: 18px;
}
.about-section .notice-table td.text {
  color: #333;
}
@media (max-width: 743px) {
  .about-section .notice-table tr {
    display: block;
  }
  .about-section .notice-table td {
    display: block;
    border-left: none !important;
  }
  .about-section .notice-table td + td {
    border-top: 1px solid #666;
  }
  .about-section .notice-table .icon {
    width: 100%;
    padding-bottom: 8px;
  }
}
.about-section ul.notice {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-section ul.notice li {
  display: flex; /* 横並び */
  align-items: center; /* 縦中央揃え */
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.about-section ul.notice li img.noticeicon {
  width: 24px;
  height: auto;
  margin-right: 8px; /* アイコンと文字の間隔 */
  flex-shrink: 0; /* 画像が縮まないように固定 */
}
.about-section ul.notice li .pl2 {
  margin-left: 40px; /* アイコン分 + α のインデント */
  line-height: 1.5;
}

.news {
  margin-bottom: 120px;
}
.news h3 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
}
.news dl {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100px 1fr;
}
.news dl dt, .news dl dd {
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}
.news dl dt {
  font-weight: 600;
  color: #333;
}
.news dl dd {
  margin: 0;
  padding-left: 20px;
  color: #555;
  line-height: 1.6;
}
@media (max-width: 743px) {
  .news dl {
    display: block;
  }
  .news dl dt, .news dl dd {
    display: block;
    padding: 8px 0;
    border-bottom: none;
  }
  .news dl dd {
    padding-left: 0;
    border-bottom: 1px solid #ccc;
  }
}

.page-howto {
  margin: 120px 0;
}
.page-howto h1 {
  margin-bottom: 120px;
  text-align: center;
}
.page-howto .kadomaru {
  border-radius: 40px;
}
.page-howto .holdcap {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-howto .holdcap li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.page-howto .holdcap li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 5px;
  height: 1.2em;
  background-color: #0068B6;
}

.btn-group button {
  background-color: rgb(0, 104, 182);
  color: #fff;
  border-radius: 30px; /* 大きな角丸 */
  padding: 5px 40px;
  margin: 2px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid rgb(0, 104, 182);
}

.btn-group button.selected {
  background-color: #fff;
  color: rgb(0, 104, 182);
  border: 2px solid rgb(0, 104, 182);
}

.btn-group button:hover {
  opacity: 0.9;
}

.btn-group button .btn-number {
  font-size: 20px;
  font-weight: 600;
}

h2.step {
  color: #fff;
  background-color: rgb(0, 104, 182);
  border-radius: 40px;
  text-align: center;
  padding: 15px 10px;
}

h4.time {
  font-size: 150%;
  color: rgb(0, 104, 182);
  width: 100%;
  text-align: center;
}

h4.care {
  padding-top: 40px;
  margin: 0;
}
h4.care span {
  font-size: 150%;
  color: rgb(0, 104, 182);
}

.mt-2 {
  margin-top: 1rem;
}

.products {
  margin: 80px 0 120px;
}
.products__lead {
  margin: 8px 0 24px;
  color: #555;
  line-height: 1.7;
}
.products__block {
  margin-bottom: 64px;
}
.products .product-card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding: 18px 18px 20px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 743px) {
  .products .product-card {
    padding: 5px 5px 5px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  }
}
.products .product-card .product-media {
  aspect-ratio: 1;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
}
.products .product-card .product-media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.products .product-card .product-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin: 6px 0 6px;
  color: #1F1F1F;
}
@media (max-width: 743px) {
  .products .product-card .product-title {
    font-size: 14px;
    font-weight: 400;
  }
}
.products .product-card .product-price {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 743px) {
  .products .product-card .product-price {
    font-size: 14px;
    font-weight: 400;
  }
}
.products .product-card .product-price small {
  font-weight: 400;
  font-size: 0.9em;
  color: #666;
  margin-left: 0.25em;
}
.products .product-card .product-btn {
  margin-top: auto;
  display: inline-block;
  text-align: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #0f1b26;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  transition: transform 0.08s ease, opacity 0.2s ease;
}
.products .product-card .product-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.products .product-card .product-btn:active {
  transform: translateY(0);
}
.products__note {
  margin-top: 28px;
  padding: 20px 24px;
  background: #F5F5F5;
  border-radius: 12px;
  color: #415262;
  line-height: 1.8;
}

.main-article {
  padding-top: 60px;
}
.main-article .ttl h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #0068B6;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.main-article .about-tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.6;
}
.main-article .about-tbl th,
.main-article .about-tbl td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  vertical-align: top;
}
.main-article .about-tbl th {
  background-color: #f5f5f5;
  font-weight: bold;
  width: 200px;
  white-space: nowrap;
}
.main-article .about-tbl td {
  background-color: #fff;
}
.main-article .about-tbl .payment-title,
.main-article .about-tbl .carriage-title {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #0068B6;
}
.main-article .about-tbl .payment-content {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ccc;
}
.main-article .about-tbl .payment-content td {
  border: 1px solid #ccc;
  padding: 8px 10px;
  font-size: 14px;
}
.main-article .about-tbl .carriage-content {
  margin-top: 5px;
  font-size: 14px;
}
.main-article .about-tbl .carriage-content a {
  color: #0068B6;
  text-decoration: underline;
}
.main-article .about-tbl .carriage-content a:hover {
  text-decoration: none;
}

.dn {
  margin: 0 auto 3rem auto;
  width: 100px;
}

.products__set,
.page-howto {
  margin-top: 60px;
  margin-bottom: 120px;
}
.products__set h1,
.page-howto h1 {
  color: #fff;
  background-color: #0068B6;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.3px;
  padding: 15px;
  margin-bottom: 40px;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .products__set h1,
  .page-howto h1 {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .products__set h1,
  .page-howto h1 {
    font-size: 18px;
  }
}
.products__set h2,
.page-howto h2 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 30px;
  color: #0068B6;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .products__set h2,
  .page-howto h2 {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .products__set h2,
  .page-howto h2 {
    font-size: 18px;
  }
}
.products__set h3,
.page-howto h3 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 30px;
  color: #0068B6;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .products__set h3,
  .page-howto h3 {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .products__set h3,
  .page-howto h3 {
    font-size: 18px;
  }
}
.products__set img.outer,
.page-howto img.outer {
  width: 75%;
  margin: 0 auto;
}
.products__set .howto,
.page-howto .howto {
  list-style: none;
  /* --counter-start は「開始番号 - 1」を渡す。未指定なら 0（=1から開始） */
  counter-reset: step var(--counter-start, 0);
}
.products__set .howto li,
.page-howto .howto li {
  counter-increment: step;
  position: relative;
  margin-bottom: 1em;
  padding-left: 2.2em;
  line-height: 1.6;
}
.products__set .howto li::before,
.page-howto .howto li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  background: #0068B6;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-howto-youtube {
  margin-bottom: 120px;
}
.page-howto-youtube .youtubes {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page-howto-youtube .youtubes iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.products__option {
  margin-bottom: 160px;
}
.products__option h2 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 30px;
  color: #0068B6;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .products__option h2 {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .products__option h2 {
    font-size: 18px;
  }
}

.products__buyset {
  margin-bottom: 120px;
}
.products__buyset .mb40,
.products__buyset h4 {
  font-size: 16px;
}
.products__buyset h2 {
  color: #fff;
  background-color: #0068B6;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.3px;
  padding: 15px;
  margin-bottom: 40px;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .products__buyset h2 {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .products__buyset h2 {
    font-size: 18px;
  }
}
.products__buyset h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .products__buyset {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .products__buyset {
    font-size: 18px;
  }
}

/*# sourceMappingURL=main.css.map */
.e1{
background-color: #f5d8d8 !important;
}


