/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/scss/design.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*-------------------------------------------------------------------------------
  media query
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  font setting
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  color setting
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  space setting
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  border setting
--------------------------------------------------------------------------------*/
/*!
 * ress.css v1.0.0
 * MIT License
 * top_original reset
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
  margin: 0;
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

iframe {
  border: 0;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*-------------------------------------------------------------------------------
  default style
--------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 100%;
}

/**
 * メディアクエリ
 *
 * @param {number} $size 画面サイズ
 * @param {string} $width max or min
 * @param {string} $orientation デバイスの向き portrait or landscape
 */
/**
 * 単位を除いた数値を返す
 *
 * @param {number} $value 単位あり数値
 * @return {number} 単位なし数値
 * @example strip-unit(16px) => 16
 *          strip-unit(1rem) => 1
 */
/**
 * pxをremで返す
 *
 * @param {number} $number pxサイズ
 * @return {number} 単位ありremサイズ
 * @example $root-font-size : 16px の場合
 *          rem(10) 10px => 0.625rem
 */
/**
 * clampを使用した可変サイズ指定関数
 *
 * @param {number} $min-size 最小サイズpx
 * @param {number} $max-size 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 * @return {string} clamp
 * @example fluid(16, 32) => clamp(1rem, 1.67vw + 0.667rem, 2rem)
 *           320pxから1280pxの間で16pxから32pxまでサイズが変わる
 *          fluid(10px, 18px, 480px, 1024px) => clamp(0.625rem, 1.47vw + 0.184rem, 1.125rem)
 *           480pxから1024pxの間で10pxから18pxまでサイズが変わる
 */
/**
 * フォントサイズ
 *
 * @param {number} $pixel フォントサイズ、px基準で指定
 */
/**
 * 可変フォントサイズ
 *
 * @param {number} $min-px 最小サイズpx
 * @param {number} $max-px 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 */
/**
 * トランジション
 *
 * @param {number} $time トランジションの時間
 * @param {string} $easing イージングの指定
 */
/**
 * 疑似要素を使用したアイコンフォント
 *
 * @param {string} $code アイコンコード
 * @param {number} $size フォントサイズ
 * @param {number} $weight フォントウェイト
 * @param {string} $color フォントカラー
 * @param {string} $family フォントファミリー Material Symbols Outlined or Font Awesome 6 Pro
 */
/**
 * スクロールバー
 *
 * @param {number} $width 横幅
 * @param {number} $track-color トラックの色
 * @param {number} $thumb-color スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  /* 全体の余白変数 */
  --space-size: 10px;
  --head-width: 250px;
  /* ラジオボタン変数 */
  --radio-outer: 20px;
  --radio-inner: 10px;
  /* チェックボックス変数 */
  --checkbox-outer: 20px;
  --checkbox-inner: 10px;
  /* スクロールバー変数 */
  --scroll-width: 5px;
  --track-color: #ffffff;
  --thumb-color: #DF0404;
  padding-top: calc(var(--space-size) * 6);
  /* テーブル・リスト */
  /* プライバシーポリシー */
  /* 送信ボタン */
  /* ハニーポット非表示 */
  /* エラーメッセージの指定 */
  /* エラー時の背景色 */
  /* 確認画面 */
  /* 送信完了画面 */
}
.contact_form_unit table {
  border-collapse: separate;
  border-spacing: 0 var(--space-size);
}
.contact_form_unit dl {
  display: flex;
  margin-top: var(--space-size);
}
.contact_form_unit dl dt {
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--space-size) 0;
}
.contact_form_unit tr th, .contact_form_unit tr dt, .contact_form_unit dl th, .contact_form_unit dl dt {
  width: var(--head-width);
  display: flex;
  align-items: center;
  gap: calc(var(--space-size) * 2);
}
.contact_form_unit tr th .item_label_required, .contact_form_unit tr dt .item_label_required, .contact_form_unit dl th .item_label_required, .contact_form_unit dl dt .item_label_required {
  padding: 0.1em 0.5em;
  color: #ffffff;
  background-color: #DF0404;
  border-radius: 5px;
}
.contact_form_unit tr th .item_label_required > span, .contact_form_unit tr dt .item_label_required > span, .contact_form_unit dl th .item_label_required > span, .contact_form_unit dl dt .item_label_required > span {
  display: block;
  font-size: 0.8rem;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  width: 100%;
  /* セレクトボックス */
  /* テキストエリア */
  /* ラジオボタン */
  /* チェックボックス */
  /* ファイルアップロード */
}
@media (max-width: 768px) {
  .contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
    display: block;
    margin-top: var(--space-size);
  }
}
.contact_form_unit tr td > input,
.contact_form_unit tr td > select,
.contact_form_unit tr td > textarea, .contact_form_unit tr dd > input,
.contact_form_unit tr dd > select,
.contact_form_unit tr dd > textarea, .contact_form_unit dl td > input,
.contact_form_unit dl td > select,
.contact_form_unit dl td > textarea, .contact_form_unit dl dd > input,
.contact_form_unit dl dd > select,
.contact_form_unit dl dd > textarea {
  padding: var(--space-size) calc(var(--space-size) * 2);
  background-color: #323232;
  border-radius: 5px;
}
.contact_form_unit tr td:has(select), .contact_form_unit tr dd:has(select), .contact_form_unit dl td:has(select), .contact_form_unit dl dd:has(select) {
  position: relative;
}
.contact_form_unit tr td:has(select)::before, .contact_form_unit tr dd:has(select)::before, .contact_form_unit dl td:has(select)::before, .contact_form_unit dl dd:has(select)::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: calc(var(--space-size) * 2);
  transform: translateY(-50%);
}
.contact_form_unit tr td textarea, .contact_form_unit tr dd textarea, .contact_form_unit dl td textarea, .contact_form_unit dl dd textarea {
  height: 200px;
  display: block;
}
.contact_form_unit tr td .radio_list > li label input[type=radio], .contact_form_unit tr dd .radio_list > li label input[type=radio], .contact_form_unit dl td .radio_list > li label input[type=radio], .contact_form_unit dl dd .radio_list > li label input[type=radio] {
  display: none;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::before {
  content: "";
  width: var(--radio-outer);
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #222222;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::after {
  content: "";
  width: var(--radio-inner);
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: calc((var(--radio-outer) - var(--radio-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit tr dd .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl dd .radio_list > li label input[type=radio]:checked + span::after {
  background-color: #222222;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text, .contact_form_unit dl td .check_list > li .label_checkbox .check_text, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::before, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #222222;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text.checked::after {
  background: #222222;
}
.contact_form_unit tr td .uploaded_file p span, .contact_form_unit tr dd .uploaded_file p span, .contact_form_unit dl td .uploaded_file p span, .contact_form_unit dl dd .uploaded_file p span {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.contact_form_unit .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #323232;
  border-radius: 5px;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_ttl {
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item {
  height: 200px;
  margin-top: calc(var(--space-size) * 2);
  overflow-y: scroll;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar {
  width: var(--scroll-width);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-track {
  background: var(--track-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-thumb {
  background: var(--thumb-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text {
  padding-right: calc(var(--space-size) * 2);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text + .privacy_text {
  margin-top: 1em;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text .highlight {
  display: block;
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(var(--space-size) * 2) auto 0;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #222222;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text.checked::after {
  background: #222222;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.contact_form_unit .form_actions {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: calc(var(--space-size) * 10);
  margin: calc(var(--space-size) * 4) auto 0;
}
@media (max-width: 768px) {
  .contact_form_unit .form_actions {
    flex-direction: column;
    gap: calc(var(--space-size) * 2);
  }
}
.contact_form_unit .form_actions .btn_contact_submit.disable > span {
  display: block;
  color: #e75b74;
}
.contact_form_unit input[name=mail_confirm] {
  display: none;
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.contact_form_unit.form_confirm table {
  border-spacing: 0 calc(var(--space-size) * 4);
}
.contact_form_unit.form_confirm dl {
  margin-top: calc(var(--space-size) * 4);
}
.contact_form_unit.form_thanks h3 {
  font-size: 27px;
  font-size: 1.6875rem;
}
.contact_form_unit.form_thanks p {
  margin-top: calc(var(--space-size) * 3);
}

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  display: none;
  width: 100%;
  height: 100%;
  background: #DF0404;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /**
   * js の読み込みに失敗した時に .loading_mask を消す
   * ローディングアニメーションが長い場合は競合しないように注意が必要
   */
  animation-name: noScriptLoading;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

@keyframes noScriptLoading {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*-------------------------------------------------------------------------------
  modal image
--------------------------------------------------------------------------------*/
.modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-wrapper .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
}
.modal-wrapper .modal-close > span {
  display: block;
  font-size: clamp(1.875rem, 1.3661202186vw + 1.2192622951rem, 2.5rem);
  color: #ffffff;
}
.modal-wrapper .modal-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
.modal-wrapper .modal-inner .modal-item .modal-img,
.modal-wrapper .modal-inner .modal-item .modal-iframe {
  max-width: 90vw;
  max-height: 90vh;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .modal-wrapper .modal-inner .modal-item .modal-img,
  .modal-wrapper .modal-inner .modal-item .modal-iframe {
    max-width: 100vmin;
  }
}
.modal-wrapper .modal-inner .modal-gallery {
  width: 100%;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* ← が表示されてないときに真ん中に表示したい用 */
  /* → が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-count > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-prev > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-next > span {
  display: block;
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  letter-spacing: 0.4em;
  margin-right: -0.4em;
  color: #ffffff;
}
.modal-wrapper button:focus {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), -2px 0 15px rgba(223, 4, 4, 0.2), 2px 0 15px rgba(223, 4, 4, 0.5);
}

/*-------------------------------------------------------------------------------
  一覧ページのページャ
--------------------------------------------------------------------------------*/
.pagination_unit {
  display: flex;
}
.pagination_unit .pagination_prev button.hidden, .pagination_unit .pagination_next button.hidden {
  visibility: hidden;
}

.pagination_btns_list {
  display: flex;
}
.pagination_btns_list li.current {
  pointer-events: none;
}

/*-------------------------------------------------------------------------------
  詳細ページのページャ
--------------------------------------------------------------------------------*/
.single-pager_unit {
  display: flex;
}

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: clamp(1rem, 0.2732240437vw + 0.868852459rem, 1.125rem);
  color: #222222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: #ffffff;
  overflow-x: clip;
}

/*-------------------------------------------------------------------------------
  img global
--------------------------------------------------------------------------------*/
img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #222222;
  text-decoration: none;
}
@media (min-width: 769px) {
  a {
    transition: all 0.3s ease;
  }
}
a[href], a[data-href] {
  cursor: pointer;
}

/*-------------------------------------------------------------------------------
  table global
--------------------------------------------------------------------------------*/
table {
  width: 100%;
}
table th {
  font-weight: bold;
  vertical-align: text-top;
}
table th,
table td {
  text-align: left;
}

/*-------------------------------------------------------------------------------
  text global
--------------------------------------------------------------------------------*/
strong,
b {
  font-weight: bold;
}

em {
  font-style: italic;
}

/*-------------------------------------------------------------------------------
  input global
--------------------------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=number],
input[type=file],
input[type=date],
textarea {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=file]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
  color: #d5d5d5;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=file]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
  color: #d5d5d5;
}

select,
label {
  width: 100%;
  cursor: pointer;
}

/*-------------------------------------------------------------------------------
  input button global
--------------------------------------------------------------------------------*/
input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
}
@media (min-width: 769px) {
  input[type=submit],
  input[type=reset],
  input[type=button],
  button {
    transition: all 0.3s ease;
  }
}

/*-------------------------------------------------------------------------------
  全体
--------------------------------------------------------------------------------*/
:root {
  --base_width:1920px;
}

body {
  counter-reset: number 0;
  position: relative;
}

.main {
  position: relative;
}

section {
  scroll-margin-top: 130px;
}

a,
span,
time {
  display: inline-block;
}

a {
  vertical-align: top;
}

img, iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  transition: all 0.3s;
}

/*----------------------------------------
  インナー
------------------------------------------*/
.cmn-inner {
  --content_width:1520;
  position: relative;
  width: 90vw;
  max-width: calc(var(--base_width) * var(--content_width) / 1920);
  margin-inline: auto;
}

/*----------------------------------------
  電話番号
------------------------------------------*/
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

/*----------------------------------------
  ボクサー
------------------------------------------*/
.boxer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  vertical-align: top;
}
.boxer + .boxer {
  display: none;
}
@media (min-width: 769px) {
  .boxer:hover img {
    transform: scale(1.1);
  }
}

/*----------------------------------------
  デバイスごとの表示、非表示
------------------------------------------*/
@media (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

@media (max-width: 1024px) {
  .over-lg_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

/*-------------------------------------------------------------------------------
  共通パーツ
--------------------------------------------------------------------------------*/
/*----------------------------------------
  タイトル
------------------------------------------*/
.cmn-ttl.is-center .cmn-ttl_en, .cmn-ttl.is-center .cmn-ttl_ja {
  text-align: center;
  margin-inline: auto;
}
.cmn-ttl.is-large .cmn-ttl_en {
  font-size: clamp(5rem, 13.6612021858vw + -1.5573770492rem, 11.25rem);
}
.cmn-ttl.is-large .cmn-ttl_ja {
  font-size: clamp(1.5625rem, 0.1366120219vw + 1.4969262295rem, 1.625rem);
  letter-spacing: 0.05em;
}
.cmn-ttl.is-color-reverse .cmn-ttl_en {
  color: #ffffff;
}
.cmn-ttl.is-color-reverse .cmn-ttl_ja {
  color: #ffffff;
}

.cmn-ttl_en, .cmn-ttl_ja {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.cmn-ttl_en {
  font-family: "Qwitcher Grypen", cursive;
  font-size: clamp(5rem, 8.1967213115vw + 1.0655737705rem, 8.75rem);
  line-height: 0.65;
  letter-spacing: 0.05em;
  word-break: normal;
}
.cmn-ttl_en:first-letter {
  color: #DF0404;
}

.cmn-ttl_ja {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5625rem, 2.3224043716vw + 0.4477459016rem, 2.625rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: clamp(0.9375rem, 4.0983606557vw + -1.0297131148rem, 2.8125rem);
}

/*----------------------------------------
  ボタン
------------------------------------------*/
.cmn-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.5464480874vw + 0.862704918rem, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 769px) {
  .cmn-btn:hover::before {
    right: 70px;
  }
}
.cmn-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 11px;
  aspect-ratio: 1;
  background-color: #DF0404;
  border-radius: 50%;
  transition: all 0.3s;
}
.cmn-btn::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #222222;
}
.cmn-btn.is-center {
  margin-inline: auto;
}
.cmn-btn.is-en {
  font-size: clamp(1.25rem, 0.5464480874vw + 0.987704918rem, 1.5rem);
}
.cmn-btn.is-color-reverse {
  color: #ffffff;
}
.cmn-btn.is-color-reverse::after {
  background-color: #ffffff;
}

/*----------------------------------------
  画像　動き
------------------------------------------*/
.img_appear {
  overflow: hidden;
  position: relative;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s;
}
.img_appear::before {
  background: #DF0404;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transform-origin: right;
  z-index: 2;
}
.img_appear.is-show {
  clip-path: inset(0 0 0 0);
}
.img_appear.is-show::before {
  animation: img 0.4s 0.3s forwards;
  transform: translateX(0);
}

@keyframes img {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(101%);
  }
}
/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 115px;
  padding: 0 clamp(1.25rem, 4.1666666667vw + -3.4375rem, 1.5625rem) 0 clamp(1.25rem, 25vw + -26.875rem, 3.125rem);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  backdrop-filter: blur(8px);
}
@media (max-width: 1500px) {
  .header {
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .header {
    position: absolute;
    height: auto;
    background: transparent;
    padding: 0;
    backdrop-filter: none;
  }
}

.hd_logo {
  width: 240px;
}
@media (max-width: 1199px) {
  .hd_logo {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hd_nav {
    position: fixed;
    z-index: 21;
    top: 0;
    right: 0;
    background-color: #323232;
    padding-top: 70px;
    transform: translateY(-100%);
    height: 100vh;
    overflow: hidden;
  }
  .hd_nav.is-active {
    transform: translateY(0);
  }
}
@media (max-width: 480px) {
  .hd_nav {
    width: 100%;
  }
}

.hd_nav_list {
  display: flex;
  align-items: center;
  gap: 15px clamp(1.5625rem, 4.1666666667vw + -3.125rem, 1.875rem);
}
@media (max-width: 1199px) {
  .hd_nav_list {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 30px min(15vw, 100px);
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }
  .hd_nav_list::-webkit-scrollbar {
    width: clamp(0.3125rem, 0.2732240437vw + 0.181352459rem, 0.4375rem);
  }
  .hd_nav_list::-webkit-scrollbar-track {
    background: #F2F5F8;
  }
  .hd_nav_list::-webkit-scrollbar-thumb {
    background: #DF0404;
  }
}
.hd_nav_list a {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .hd_nav_item {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .hd_nav_item + .hd_nav_item {
    margin-top: -10px;
  }
}
@media (max-width: 1199px) {
  .hd_nav_item a {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .hd_nav_item a:hover span::before {
    opacity: 1;
  }
}
.hd_nav_item span {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 2.5vw + -1.8125rem, 1.1875rem);
  font-weight: 700;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .hd_nav_item span {
    line-height: 2;
    margin-top: 0;
  }
}
.hd_nav_item span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #DF0404;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 1199px) {
  .hd_nav_item span::before {
    bottom: 1px;
  }
}

.hd_insta {
  margin-left: clamp(0rem, 8.3333333333vw + -9.375rem, 0.625rem);
}
.hd_insta a {
  width: clamp(2.1875rem, 8.3333333333vw + -7.1875rem, 2.8125rem);
  aspect-ratio: 1;
  background: url("../images/icon-insta-white.svg") no-repeat center/contain;
}
@media (min-width: 769px) {
  .hd_insta a:hover {
    transform: scale(0.9);
  }
}

.hd_tel {
  display: flex;
  align-items: center;
  gap: 3px clamp(0.625rem, 16.6666666667vw + -18.125rem, 1.875rem);
  margin-left: clamp(0rem, 95.8333333333vw + -107.8125rem, 7.1875rem);
}
@media (max-width: 1500px) {
  .hd_tel {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hd_tel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.hd_tel_num {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 1.0928961749vw + 0.7254098361rem, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 1199px) {
  .hd_tel_num {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.hd_tel_time {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 1.6666666667vw + -1rem, 1rem);
  font-weight: 700;
  letter-spacing: 0em;
  color: #ffffff;
}

.hd_btn_wrapper {
  display: flex;
  align-items: center;
  gap: clamp(0.9375rem, 8.3333333333vw + -8.4375rem, 1.5625rem);
  margin-left: clamp(0rem, 12.5vw + -14.0625rem, 0.9375rem);
}
@media (max-width: 1199px) {
  .hd_btn_wrapper {
    flex-direction: column;
  }
}
.hd_btn_wrapper a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .hd_btn_wrapper a {
    width: 225px;
  }
}
.hd_btn_wrapper a::after {
  content: "";
  display: block;
  width: clamp(3.75rem, 16.6666666667vw + -15rem, 5rem);
  aspect-ratio: 1;
  transition: transform 0.3s;
}
@media (max-width: 1199px) {
  .hd_btn_wrapper a::after {
    width: 50px;
  }
}
.hd_btn_wrapper a span {
  display: none;
}
@media (max-width: 1199px) {
  .hd_btn_wrapper a span {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    display: block;
  }
}
@media (min-width: 769px) {
  .hd_btn_wrapper a:hover::after {
    transform: scale(0.9);
  }
}

.hd_line::after {
  background: url("../images/icon-line.svg") no-repeat center/contain;
}

.hd_contact::after {
  background: url("../images/icon-mail.svg") no-repeat center/contain;
}

.nav_btn {
  display: none;
}
@media (max-width: 1199px) {
  .nav_btn {
    position: fixed;
    z-index: 22;
    top: 0;
    right: 0;
    display: grid;
    place-items: center;
    width: 70px;
    aspect-ratio: 1;
    background-color: #DF0404;
    transition: background-color 0.3s;
    cursor: pointer;
  }
  .nav_btn.is-active .nav_btn_line {
    background: transparent;
  }
  .nav_btn.is-active .nav_btn_line:after, .nav_btn.is-active .nav_btn_line:before {
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    top: 0;
  }
  .nav_btn.is-active .nav_btn_line:before {
    transform: rotate(45deg);
  }
  .nav_btn.is-active .nav_btn_line:after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 1199px) and (min-width: 769px) {
  .nav_btn:hover .nav_btn_line {
    transform: scale(0.8);
  }
}

.nav_btn_line {
  background: #fff;
  width: 35px;
  height: 2px;
  position: relative;
  transition: background 10ms 300ms ease, transform 0.3s;
  border-radius: 10px;
}
.nav_btn_line:before, .nav_btn_line:after {
  content: "";
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  background: #fff;
  width: 35px;
  height: 2px;
  border-radius: 10px;
}
.nav_btn_line:before {
  top: -10px;
}
.nav_btn_line:after {
  top: 10px;
}

.nav_back {
  display: none;
}
@media (max-width: 1500px) {
  .nav_back {
    display: block;
    position: fixed;
    z-index: 19;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s;
  }
  .nav_back.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}

/*-------------------------------------------------------------------------------
  mv index
--------------------------------------------------------------------------------*/
.mv_logo {
  width: 240px;
  display: none;
}
@media (max-width: 1199px) {
  .mv_logo {
    position: absolute;
    top: 15px;
    left: 5vw;
    display: block;
    z-index: 18;
  }
}

.mv-index {
  position: relative;
}

.mv_swiper, .mv_img {
  position: relative;
  width: 100%;
  height: max(100vh, 600px);
  height: max(100svh, 600px);
}
@media (max-width: 1024px) {
  .mv_swiper, .mv_img {
    height: max(100vh, 450px);
    height: max(100svh, 450px);
  }
}
.mv_swiper::before, .mv_img::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
}
.mv_swiper .swiper-wrapper, .mv_swiper .swiper-slide, .mv_img .swiper-wrapper, .mv_img .swiper-slide {
  width: 100%;
  height: 100%;
}
.mv_swiper .swiper-slide, .mv_img .swiper-slide {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .mv_swiper .swiper-slide img, .mv_img .swiper-slide img {
    -o-object-position: 18%;
       object-position: 18%;
  }
}
.mv_swiper .swiper-slide-active img,
.mv_swiper .swiper-slide-duplicate-active img,
.mv_swiper .swiper-slide-prev img, .mv_img .swiper-slide-active img,
.mv_img .swiper-slide-duplicate-active img,
.mv_img .swiper-slide-prev img {
  animation: zoomUp 8s linear 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.mv-index-copy {
  position: absolute;
  z-index: 2;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 5vw;
}
@media (max-width: 768px) {
  .mv-index-copy {
    display: grid;
    place-items: center;
  }
}
@media (max-width: 480px) {
  .mv-index-copy {
    place-items: start;
  }
}

.mv-index-copy-main {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.1875rem, 1.3661202186vw + 1.5317622951rem, 2.8125rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .mv-index-copy-main {
    text-align: left;
  }
}

.mv-index-copy-sub {
  font-size: clamp(1rem, 0.8196721311vw + 0.606557377rem, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
  margin-top: clamp(1.875rem, 2.7322404372vw + 0.5635245902rem, 3.125rem);
}
@media (max-width: 768px) {
  .mv-index-copy-sub {
    text-align: left;
  }
}

.mv-index_deco {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: flex;
}

.mv-index_deco_txt {
  display: flex;
  animation: loop_txt 60s infinite linear;
}
.mv-index_deco_txt p {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(4.375rem, 9.5628415301vw + -0.2151639344rem, 8.75rem);
  line-height: 1.4;
  white-space: nowrap;
  color: #ffffff;
}
.mv-index_deco_txt p span {
  color: #DF0404;
}

@keyframes loop_txt {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*-------------------------------------------------------------------------------
  mv 下層
--------------------------------------------------------------------------------*/
.mv-sub {
  position: relative;
}

.mv-sub_img {
  height: max(66vh, 360px);
}
@media (max-width: 768px) {
  .mv-sub_img {
    height: max(40vh, 260px);
  }
}
.mv-sub_img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
}

.mv-sub_ttl {
  position: absolute;
  top: 37%;
  left: 10.5vw;
}
@media (max-width: 768px) {
  .mv-sub_ttl {
    left: 5vw;
  }
}

.mv-sub_ttl_ja {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.875rem, 1.0928961749vw + 1.3504098361rem, 2.375rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #ffffff;
}

.mv-sub_ttl_en {
  font-family: "Qwitcher Grypen", cursive;
  font-size: clamp(7.5rem, 8.1967213115vw + 3.5655737705rem, 11.25rem);
  line-height: 0.65;
  letter-spacing: 0.05em;
  word-break: normal;
  color: #ffffff;
  margin-top: clamp(0.3125rem, 2.0491803279vw + -0.6711065574rem, 1.25rem);
}
.mv-sub_ttl_en:first-letter {
  color: #DF0404;
}

/*-------------------------------------------------------------------------------
  HOME index
--------------------------------------------------------------------------------*/
/*----------------------------------------
  お知らせ
------------------------------------------*/
.section-index-news {
  margin-top: clamp(5rem, 8.1967213115vw + 1.0655737705rem, 8.75rem);
}

.index-news_content {
  padding-left: min(5vw, 76px);
  padding-bottom: clamp(1.875rem, 7.5136612022vw + -1.731557377rem, 5.3125rem);
  border-left: clamp(0.25rem, 0.5464480874vw + -0.012295082rem, 0.5rem) solid #DF0404;
}

.index-news_list {
  margin-top: clamp(1.875rem, 2.7322404372vw + 0.5635245902rem, 3.125rem);
  padding-right: min(3vw, 76px);
  overflow-y: auto;
  max-height: 500px;
}
.index-news_list::-webkit-scrollbar {
  width: clamp(0.3125rem, 0.2732240437vw + 0.181352459rem, 0.4375rem);
}
.index-news_list::-webkit-scrollbar-track {
  background: #F2F5F8;
}
.index-news_list::-webkit-scrollbar-thumb {
  background: #DF0404;
}
.index-news_list > li {
  border-top: 1px solid #222222;
}
.index-news_list > li:last-child {
  border-bottom: 1px solid #222222;
}
.index-news_list .index-news_item {
  display: flex;
  align-items: center;
  gap: 5px min(5vw, 50px);
  padding: clamp(1.25rem, 3.1420765027vw + -0.2581967213rem, 2.6875rem) clamp(0rem, 2.7322404372vw + -1.3114754098rem, 1.25rem);
}
@media (max-width: 1024px) {
  .index-news_list .index-news_item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 769px) {
  .index-news_list a:hover {
    background-color: #F2F5F8;
  }
  .index-news_list a:hover .index-news_txt::after {
    background-position: 65% 35%;
  }
}
.index-news_list a .index-news_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.index-news_list a .index-news_txt::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: clamp(1.875rem, 2.0491803279vw + 0.8913934426rem, 2.8125rem);
  aspect-ratio: 1;
  background: url("../images/icon-arrow.svg") #222222 no-repeat center/clamp(0.625rem, 0.6830601093vw + 0.2971311475rem, 0.9375rem);
  border-radius: 50%;
  transition: all 0.3s;
}

.index-news_date {
  flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  font-weight: 900;
}

.index-news_txt {
  flex-grow: 1;
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
}

/*----------------------------------------
  ギャラリー
------------------------------------------*/
.section-index-gallery {
  position: relative;
  aspect-ratio: 1920/835;
  margin-top: clamp(3.75rem, 14.3442622951vw + -3.1352459016rem, 10.3125rem);
}
@media (max-width: 1024px) {
  .section-index-gallery {
    aspect-ratio: 8/7;
  }
}

.index-gallery_img_1 {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: clamp(0.4375rem, 1.7759562842vw + -0.4149590164rem, 1.25rem);
  border-bottom: clamp(0.25rem, 0.5464480874vw + -0.012295082rem, 0.5rem) solid #DF0404;
  width: 65%;
}
@media (max-width: 1024px) {
  .index-gallery_img_1 {
    width: 90%;
  }
}
.index-gallery_img_1 img {
  aspect-ratio: 125/40;
}

.index-gallery_img_2 {
  position: absolute;
  bottom: 0;
  left: 55%;
  padding-bottom: clamp(0.4375rem, 1.7759562842vw + -0.4149590164rem, 1.25rem);
  border-bottom: clamp(0.25rem, 0.5464480874vw + -0.012295082rem, 0.5rem) solid #DF0404;
  width: 15%;
}
@media (max-width: 1024px) {
  .index-gallery_img_2 {
    bottom: 23%;
    left: 18%;
    width: 28%;
  }
}
.index-gallery_img_2 img {
  aspect-ratio: 30/25;
}

.index-gallery_img_3 {
  position: absolute;
  top: 12%;
  right: 0;
  padding-top: clamp(0.4375rem, 1.7759562842vw + -0.4149590164rem, 1.25rem);
  border-top: clamp(0.25rem, 0.5464480874vw + -0.012295082rem, 0.5rem) solid #DF0404;
  width: 26%;
}
@media (max-width: 1024px) {
  .index-gallery_img_3 {
    top: auto;
    bottom: 0;
    width: 45%;
  }
}
.index-gallery_img_3 img {
  aspect-ratio: 50/43;
}

/*----------------------------------------
  投稿　リスト
------------------------------------------*/
.index-post_swiper {
  margin: clamp(1.25rem, 4.781420765vw + -1.0450819672rem, 3.4375rem) calc(50% - 50vw) 0 !important;
}

.index-post_list {
  display: flex;
}
.index-post_list > li {
  width: 19%;
}

.index-post_swiper-button {
  display: flex;
  justify-content: flex-end;
  gap: clamp(3.125rem, 15.0273224044vw + -4.0881147541rem, 10rem);
}
.index-post_swiper-button .index-post_swiper-button-next, .index-post_swiper-button .index-post_swiper-button-prev {
  position: static !important;
  display: grid;
  place-items: center;
  width: clamp(2.5rem, 2.7322404372vw + 1.1885245902rem, 3.75rem) !important;
  height: clamp(2.5rem, 2.7322404372vw + 1.1885245902rem, 3.75rem) !important;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #323232;
}
@media (max-width: 768px) {
  .index-post_swiper-button .index-post_swiper-button-next, .index-post_swiper-button .index-post_swiper-button-prev {
    margin-top: 10px;
  }
}
.index-post_swiper-button .index-post_swiper-button-next::after, .index-post_swiper-button .index-post_swiper-button-prev::after {
  font-size: 0 !important;
}
.index-post_swiper-button .index-post_swiper-button-next {
  right: 0 !important;
  background: url("../images/icon-arrow-right.svg") #323232 no-repeat center/clamp(0.625rem, 0.6830601093vw + 0.2971311475rem, 0.9375rem);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .index-post_swiper-button .index-post_swiper-button-next:hover {
    background-position: 70%;
  }
}
.index-post_swiper-button .index-post_swiper-button-prev {
  left: 0 !important;
  background: url("../images/icon-arrow-left.svg") #323232 no-repeat center/clamp(0.625rem, 0.6830601093vw + 0.2971311475rem, 0.9375rem);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .index-post_swiper-button .index-post_swiper-button-prev:hover {
    background-position: 30%;
  }
}
.index-post_swiper-button .swiper-button-disabled {
  opacity: 0.5 !important;
}

.index-post_btn {
  margin-top: clamp(2.5rem, 7.5136612022vw + -1.106557377rem, 5.9375rem);
}

/*----------------------------------------
  商品ラインナップ
------------------------------------------*/
.section-index-lineup {
  margin-top: clamp(3.75rem, 9.5628415301vw + -0.8401639344rem, 8.125rem);
  padding: clamp(2.5rem, 13.6612021858vw + -4.0573770492rem, 8.75rem) 0 clamp(3.75rem, 12.2950819672vw + -2.1516393443rem, 9.375rem);
  background: linear-gradient(0deg, #323232 55%, #f2f5f8 55%);
}
.section-index-lineup .post_ttl {
  color: #ffffff;
}

/*----------------------------------------
  ブログ
------------------------------------------*/
.section-index-blog {
  padding: clamp(4.375rem, 9.5628415301vw + -0.2151639344rem, 8.75rem) 0 clamp(3.75rem, 12.2950819672vw + -2.1516393443rem, 9.375rem);
  background: linear-gradient(0deg, #f2f5f8 55%, white 55%);
}

/*----------------------------------------
  田中モータースについて
------------------------------------------*/
.section-index-about {
  margin: clamp(4.375rem, 24.5901639344vw + -7.4282786885rem, 15.625rem) 0 clamp(5rem, 25.2732240437vw + -7.131147541rem, 16.5625rem);
}

.index-about_inner {
  --content_width:1720;
}

.index-about_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .index-about_content {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
  }
}
.index-about_content::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  display: block;
  width: calc(50vw + 25%);
  height: calc(100% - 130px);
  margin-left: calc(50% - 50vw);
  background-color: #323232;
}
@media (max-width: 1024px) {
  .index-about_content::before {
    width: calc(50vw + 50%);
  }
}

.index-about_block {
  position: relative;
  width: 58%;
  padding: 30px 0 clamp(3.75rem, 7.5136612022vw + 0.143442623rem, 7.1875rem);
  margin-bottom: 130px;
}
@media (max-width: 1024px) {
  .index-about_block {
    width: 95%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.index-about_ttl .cmn-ttl_ja {
  margin-top: clamp(0.9375rem, 2.7322404372vw + -0.3739754098rem, 2.1875rem);
  margin-left: clamp(0.625rem, 5.4644808743vw + -1.9979508197rem, 3.125rem);
}

.index-about_txt {
  line-height: 2;
  margin-top: clamp(1.25rem, 2.7322404372vw + -0.0614754098rem, 2.5rem);
  color: #ffffff;
  margin-left: clamp(0.625rem, 5.4644808743vw + -1.9979508197rem, 3.125rem);
}

.index-about_img {
  width: calc(50vw - 17%);
  max-height: 800px;
  aspect-ratio: 69/80;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 1024px) {
  .index-about_img {
    width: calc(50vw + 30%);
    margin-left: auto;
  }
}

.index-about_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 105px;
  margin-top: clamp(1.875rem, 6.1475409836vw + -1.0758196721rem, 4.6875rem);
  margin-left: clamp(0.625rem, 5.4644808743vw + -1.9979508197rem, 3.125rem);
}

/*-------------------------------------------------------------------------------
  店舗情報 store
--------------------------------------------------------------------------------*/
/*----------------------------------------
  代表挨拶
------------------------------------------*/
.section-store-greeting {
  margin-top: clamp(5rem, 10.9289617486vw + -0.2459016393rem, 10rem);
}

.store-greeting_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: clamp(3.125rem, 8.8797814208vw + -1.137295082rem, 7.1875rem);
}
@media (max-width: 1024px) {
  .store-greeting_content {
    flex-direction: column-reverse;
    gap: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
  }
}
.store-greeting_content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc(100% - clamp(3.125rem, 8.9285714286vw + -2.5892857143rem, 8.125rem));
  width: calc(50vw + 18%);
  margin-right: calc(50% - 50vw);
  background-color: #F2F5F8;
  z-index: -1;
}
@media (max-width: 1024px) {
  .store-greeting_content::before {
    width: calc(50vw + 50%);
    height: 100%;
  }
}

.store-greeting_img {
  width: calc(50vw - 10.5%);
  max-height: calc(960 * var(--base_width) / 1920);
  aspect-ratio: 79/96;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 1024px) {
  .store-greeting_img {
    width: min(600px, 90vw);
  }
}
.store-greeting_img img {
  -o-object-position: top 16% left 50%;
     object-position: top 16% left 50%;
}

.store-greeting_block {
  width: 52%;
  padding-top: clamp(4.375rem, 16.1830357143vw + -5.9821428571rem, 13.4375rem);
}
@media (max-width: 1024px) {
  .store-greeting_block {
    width: 100%;
    padding-left: 5vw;
    padding-top: clamp(1.875rem, 6.8306010929vw + -1.4036885246rem, 5rem);
  }
}
.store-greeting_block:only-child {
  width: 100%;
}

.store-greeting_txt {
  line-height: 2.5;
  margin-top: clamp(1.25rem, 4.781420765vw + -1.0450819672rem, 3.4375rem);
}
@media (max-width: 768px) {
  .store-greeting_txt {
    line-height: 1.8;
  }
}

.store-greeting_name {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 0.8196721311vw + 0.856557377rem, 1.625rem);
  font-weight: 700;
  text-align: right;
  margin-top: clamp(0.9375rem, 8.1967213115vw + -2.9969262295rem, 4.6875rem);
}

/*----------------------------------------
  店舗概要
------------------------------------------*/
.section-store-overview {
  padding: clamp(2.5rem, 5.4644808743vw + -0.1229508197rem, 5rem) 0 clamp(3.75rem, 19.1256830601vw + -5.4303278689rem, 12.5rem);
  margin-bottom: clamp(2.5rem, 5.4644808743vw + -0.1229508197rem, 5rem);
  background-color: #323232;
}

.store-overview_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: clamp(1.875rem, 10.9289617486vw + -3.3709016393rem, 6.875rem);
}
@media (max-width: 1199px) {
  .store-overview_content {
    flex-direction: column;
    align-items: center;
    gap: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
  }
}

.store-overview_tbl {
  width: 48%;
}
@media (max-width: 1199px) {
  .store-overview_tbl {
    width: 100%;
  }
}
.store-overview_tbl:only-child {
  width: 100%;
}
.store-overview_tbl dl {
  display: flex;
  gap: 10px 25px;
  padding: clamp(0.9375rem, 1.912568306vw + 0.0194672131rem, 1.8125rem) 0 clamp(0.9375rem, 2.0491803279vw + -0.0461065574rem, 1.875rem);
  border-top: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .store-overview_tbl dl {
    flex-direction: column;
  }
}
.store-overview_tbl dl:last-child {
  border-bottom: 1px solid #ffffff;
}
.store-overview_tbl dt, .store-overview_tbl dd {
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  color: #ffffff;
}
.store-overview_tbl dt {
  flex-shrink: 0;
  width: 28%;
}
@media (max-width: 768px) {
  .store-overview_tbl dt {
    font-weight: 700;
    width: 100%;
  }
}
.store-overview_tbl dd {
  flex-grow: 1;
}

.store-overview_img {
  width: 44%;
  aspect-ratio: 670/765;
}
@media (max-width: 1199px) {
  .store-overview_img {
    width: min(100%, 670px);
  }
}

/*-------------------------------------------------------------------------------
  サービス内容 service
--------------------------------------------------------------------------------*/
.cmn-service_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .cmn-service_content {
    flex-direction: column-reverse;
    align-items: center;
    gap: clamp(1.25rem, 6.8306010929vw + -2.0286885246rem, 4.375rem);
  }
}

.cmn-service_content_reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .cmn-service_content_reverse {
    flex-direction: column-reverse;
  }
}
.cmn-service_content_reverse .cmn-service_ttl .cmn-ttl_en {
  margin-left: 10%;
}
@media (max-width: 1024px) {
  .cmn-service_content_reverse .cmn-service_ttl .cmn-ttl_en {
    margin-left: 0;
  }
}

.cmn-service_img {
  width: 50%;
  aspect-ratio: 76/63;
}
@media (max-width: 1024px) {
  .cmn-service_img {
    width: min(100%, 600px);
  }
}

.cmn-service_block {
  width: 45%;
  margin-top: -33px;
}
@media (max-width: 1024px) {
  .cmn-service_block {
    width: 100%;
    margin-top: 0;
  }
}
.cmn-service_block:only-child {
  width: 100%;
}

.cmn-service_ttl .cmn-ttl_en {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  margin-left: -28%;
}
@media (max-width: 1024px) {
  .cmn-service_ttl .cmn-ttl_en {
    margin-left: 0;
    white-space: normal;
  }
}

.cmn-service_txt {
  line-height: 2.5;
  margin-top: clamp(1.25rem, 4.781420765vw + -1.0450819672rem, 3.4375rem);
}
@media (max-width: 768px) {
  .cmn-service_txt {
    line-height: 1.8;
  }
}

/*----------------------------------------
  新車バイクの販売
------------------------------------------*/
.section-service-new {
  margin-top: clamp(5rem, 20.4918032787vw + -4.8360655738rem, 14.375rem);
}

/*----------------------------------------
  中古車バイクの販売
------------------------------------------*/
.section-service-used {
  margin-top: clamp(4.375rem, 25.2732240437vw + -7.756147541rem, 15.9375rem);
}

/*----------------------------------------
  田中モータースの強み
------------------------------------------*/
.section-service-strength {
  padding: clamp(2.5rem, 8.1967213115vw + -1.4344262295rem, 6.25rem) 0 clamp(3.75rem, 18.4426229508vw + -5.1024590164rem, 12.1875rem);
  margin-top: clamp(4.375rem, 17.7595628415vw + -4.1495901639rem, 12.5rem);
  background-color: #323232;
}

.service-strength_inner {
  --content_width:1305;
}

.service-strength_list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 2.0491803279vw + 0.8913934426rem, 2.8125rem);
  margin-top: clamp(1.875rem, 8.1967213115vw + -2.0594262295rem, 5.625rem);
}
.service-strength_list > li {
  padding-bottom: clamp(1.875rem, 1.3661202186vw + 1.2192622951rem, 2.5rem);
  border-bottom: 1px solid #ffffff;
}

.service-strength_heading {
  position: relative;
  font-size: clamp(1.25rem, 1.3661202186vw + 0.5942622951rem, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  padding-left: clamp(2.1875rem, 2.7322404372vw + 0.8760245902rem, 3.4375rem);
  color: #ffffff;
}
.service-strength_heading::before {
  content: "";
  position: absolute;
  left: 5px;
  top: clamp(0.375rem, 0.1366120219vw + 0.3094262295rem, 0.4375rem);
  display: block;
  width: clamp(1.25rem, 1.6393442623vw + 0.4631147541rem, 2rem);
  aspect-ratio: 1;
  background: url("../images/icon-check.svg") no-repeat center/contain;
}

.service-strength_txt {
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  line-height: 2.5;
  letter-spacing: 0.05em;
  margin-top: clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem);
  color: #ffffff;
}
@media (max-width: 768px) {
  .service-strength_txt {
    line-height: 1.8;
  }
}

/*----------------------------------------
  バイクの修理やオイル交換、メンテナンスなどにも対応
------------------------------------------*/
.section-service-maintenance {
  margin-top: clamp(4.375rem, 17.7595628415vw + -4.1495901639rem, 12.5rem);
}

/*----------------------------------------
  修理料金表
------------------------------------------*/
.section-service-fee {
  margin: clamp(4.375rem, 21.174863388vw + -5.7889344262rem, 14.0625rem) 0 clamp(5rem, 22.5409836066vw + -5.8196721311rem, 15.3125rem);
}

.service-fee_header {
  display: flex;
  align-items: center;
  gap: clamp(1.875rem, 6.8306010929vw + -1.4036885246rem, 5rem);
  margin-right: calc(50% - 50vw);
}
.service-fee_header::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #222222;
}
.service-fee_header .cmn-ttl {
  flex-shrink: 0;
}
.service-fee_header br {
  display: none;
}
@media (max-width: 480px) {
  .service-fee_header br {
    display: block;
  }
}

.service-fee_tbl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 clamp(1.25rem, 20vw + -11.55rem, 3.4375rem);
  max-width: 1305px;
  margin-inline: auto;
  margin-top: clamp(1.875rem, 6.8306010929vw + -1.4036885246rem, 5rem);
}
@media (max-width: 1024px) {
  .service-fee_tbl {
    grid-template-columns: 1fr;
  }
}
.service-fee_tbl dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(0.9375rem, 0.8196721311vw + 0.544057377rem, 1.3125rem) clamp(0.3125rem, 8.5714285714vw + -5.1732142857rem, 1.25rem) clamp(0.9375rem, 0.956284153vw + 0.4784836066rem, 1.375rem);
  border-top: 1px solid #222222;
}
@media (max-width: 768px) {
  .service-fee_tbl dl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-fee_tbl dl:nth-last-child(2) {
  border-bottom: 1px solid #222222;
}
@media (max-width: 1024px) {
  .service-fee_tbl dl:nth-last-child(2) {
    border-bottom: none;
  }
}
.service-fee_tbl dl:last-child {
  border-bottom: 1px solid #222222;
}
.service-fee_tbl dl:nth-child(4n), .service-fee_tbl dl:nth-child(4n-1) {
  background-color: #F2F5F8;
}
@media (max-width: 1024px) {
  .service-fee_tbl dl:nth-child(4n), .service-fee_tbl dl:nth-child(4n-1) {
    background-color: transparent;
  }
}
@media (max-width: 1024px) {
  .service-fee_tbl dl:nth-child(2n) {
    background-color: #F2F5F8;
  }
}
.service-fee_tbl dt {
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  width: 50%;
}
@media (max-width: 768px) {
  .service-fee_tbl dt {
    width: 100%;
  }
}
.service-fee_tbl dd {
  font-size: clamp(1.125rem, 0.8196721311vw + 0.731557377rem, 1.5rem);
  font-weight: 700;
  width: 44%;
}
@media (max-width: 768px) {
  .service-fee_tbl dd {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------
  投稿 post
--------------------------------------------------------------------------------*/
.section-post {
  margin: clamp(5rem, 10.9289617486vw + -0.2459016393rem, 10rem) 0 clamp(5rem, 16.393442623vw + -2.868852459rem, 12.5rem);
}

.post_inner {
  --content_width:1720;
}

.post_unit {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .post_unit {
    gap: 50px;
  }
}

@media (max-width: 1024px) {
  .archive .post_unit {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1024px) {
  .single .post_unit {
    flex-direction: column;
  }
}

.post_content {
  width: 70%;
}
@media (max-width: 1024px) {
  .post_content {
    width: 100%;
  }
}

.post_item a {
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .post_item a:hover img {
    transform: scale(1.1);
  }
}

.post_img {
  aspect-ratio: 1;
  background: url("../images/logo.webp") #979797 no-repeat center/70%;
  overflow: hidden;
}

.post_meta {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  border: 1px solid #222222;
  margin-top: 25px;
  padding: 4px 22px;
}

.post_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*----------------------------------------
  サイドバー sidebar
------------------------------------------*/
.post-sidebar {
  width: 24%;
}
@media (max-width: 1024px) {
  .post-sidebar {
    width: 100%;
  }
}

.post-sidebar_btn {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 1.2605042017vw + 0.1932773109rem, 1.375rem);
  font-weight: 700;
  line-height: 1.7;
  padding: clamp(1.25rem, 2.1857923497vw + 0.2008196721rem, 2.25rem) 50px clamp(1.25rem, 2.1857923497vw + 0.2008196721rem, 2.25rem) min(5vw, 31px);
  width: 100%;
  color: #ffffff;
  background-color: #DF0404;
}
.post-sidebar_btn::before, .post-sidebar_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s;
}
.post-sidebar_btn::before {
  left: 0;
  width: 0;
}
.post-sidebar_btn::after {
  right: 0;
}
@media (min-width: 769px) {
  .post-sidebar_btn:hover {
    padding: clamp(1.25rem, 2.1857923497vw + 0.2008196721rem, 2.25rem) min(5vw, 31px) clamp(1.25rem, 2.1857923497vw + 0.2008196721rem, 2.25rem) 50px;
  }
  .post-sidebar_btn:hover::before {
    width: 40px;
  }
  .post-sidebar_btn:hover::after {
    width: 0;
  }
}

.post-sidebar_item > li {
  border-bottom: 1px solid #222222;
}
.post-sidebar_item > li:not(:first-child):nth-child(odd) {
  background-color: #F2F5F8;
}
.post-sidebar_item > li a {
  position: relative;
  font-size: clamp(1rem, 0.4201680672vw + 0.731092437rem, 1.125rem);
  width: 100%;
  padding: clamp(0.5rem, 3.9915966387vw + -2.0546218487rem, 1.6875rem) 50px clamp(0.5rem, 3.9915966387vw + -2.0546218487rem, 1.6875rem) min(5vw, 31px);
}
.post-sidebar_item > li a::before, .post-sidebar_item > li a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #222222;
  transition: all 0.3s;
}
.post-sidebar_item > li a::before {
  left: 0;
  width: 0;
}
.post-sidebar_item > li a::after {
  right: 0;
}
@media (min-width: 769px) {
  .post-sidebar_item > li a:hover {
    padding: clamp(0.5rem, 3.9915966387vw + -2.0546218487rem, 1.6875rem) min(5vw, 31px) clamp(0.5rem, 3.9915966387vw + -2.0546218487rem, 1.6875rem) 60px;
  }
  .post-sidebar_item > li a:hover::before {
    width: 40px;
  }
  .post-sidebar_item > li a:hover::after {
    width: 0;
  }
}
.post-sidebar_item > li a.is-current, .post-sidebar_item > li a[aria-current=page] {
  padding: clamp(0.5rem, 3.9915966387vw + -2.0546218487rem, 1.6875rem) min(5vw, 31px) clamp(0.5rem, 3.9915966387vw + -2.0546218487rem, 1.6875rem) 60px;
  background-color: #cfdcea;
}
.post-sidebar_item > li a.is-current::before, .post-sidebar_item > li a[aria-current=page]::before {
  width: 40px;
}
.post-sidebar_item > li a.is-current::after, .post-sidebar_item > li a[aria-current=page]::after {
  width: 0;
}
.post-sidebar_item + .post-sidebar_item {
  margin-top: clamp(1.25rem, 8.1967213115vw + -2.6844262295rem, 5rem);
}

.post-sidebar_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.8403361345vw + 0.5871848739rem, 1.375rem);
  font-weight: 700;
  padding: clamp(0.625rem, 2.1008403361vw + -0.7195378151rem, 1.25rem) min(5vw, 33px);
  color: #ffffff;
  background-color: #222222;
}

@media (max-width: 1024px) {
  .post-sidebar_pc {
    display: none;
  }
}

.post-sidebar_sp {
  display: none;
}
@media (max-width: 1024px) {
  .post-sidebar_sp {
    display: block;
  }
}
.post-sidebar_sp select {
  font-size: 16px;
  font-size: 1rem;
  padding: 8px min(5vw, 31px) 8px;
  background: url("../images/icon-select.svg") no-repeat right 10px top 53%/17px;
  border-bottom: 1px solid #222222;
}

/*-------------------------------------------------------------------------------
  一覧リスト archive
--------------------------------------------------------------------------------*/
.archive_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  gap: 50px 30px;
}

.archive_block {
  padding: 0 25px 35px;
}

/*----------------------------------------
  商品ラインナップ lineup
------------------------------------------*/
.archive-lineup_list a {
  background-color: #323232;
}
.archive-lineup_list .post_ttl {
  color: #ffffff;
}

/*----------------------------------------
  ブログ blog
------------------------------------------*/
.archive-blog_list a {
  background-color: #F2F5F8;
}

/*----------------------------------------
  ページネーション
------------------------------------------*/
.nav-links {
  margin-top: clamp(2.5rem, 5.4644808743vw + -0.1229508197rem, 5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.375rem, 2.5956284153vw + -0.8709016393rem, 1.5625rem);
}
.nav-links .page-numbers, .nav-links .prev, .nav-links .next {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: clamp(1rem, 0.5882352941vw + 0.8235294118rem, 1.375rem);
  width: clamp(2.1875rem, 3.431372549vw + 1.1580882353rem, 4.375rem);
  aspect-ratio: 1;
  background-color: #F2F5F8;
  transition: all 0.3s;
}
.nav-links .page-numbers.current, .nav-links .prev.current, .nav-links .next.current {
  color: #ffffff;
  background-color: #323232;
  pointer-events: none;
}
@media (min-width: 769px) {
  .nav-links .page-numbers:hover, .nav-links .prev:hover, .nav-links .next:hover {
    color: #ffffff;
    background-color: #323232;
  }
  .nav-links .page-numbers:hover.prev, .nav-links .prev:hover.prev, .nav-links .next:hover.prev {
    padding-right: 10px;
  }
  .nav-links .page-numbers:hover.next, .nav-links .prev:hover.next, .nav-links .next:hover.next {
    padding-left: 10px;
  }
}
.nav-links .prev {
  margin-right: clamp(0rem, 11.5546218487vw + -7.3949579832rem, 3.4375rem);
}
.nav-links .next {
  margin-left: clamp(0rem, 11.5546218487vw + -7.3949579832rem, 3.4375rem);
}
.nav-links .dots {
  font-size: clamp(0.8125rem, 1.0784313725vw + 0.4889705882rem, 1.5rem);
  color: #222222;
  margin-top: 5px;
  width: clamp(0.625rem, 12.6050420168vw + -7.4422268908rem, 4.375rem);
  aspect-ratio: auto;
  background-color: transparent;
  pointer-events: none;
}

/*-------------------------------------------------------------------------------
  詳細
--------------------------------------------------------------------------------*/
/*----------------------------------------
  商品ラインナップ lineup
------------------------------------------*/
.single-lineup_block {
  display: flex;
}
@media (max-width: 1199px) {
  .single-lineup_block {
    flex-direction: column-reverse;
  }
}

.single-lineup_img {
  width: 60%;
  background-color: #F2F5F8;
}
@media (max-width: 1199px) {
  .single-lineup_img {
    width: 100%;
  }
}

.single-lineup_main, .single-lineup_img_only {
  aspect-ratio: 70/51;
}

.single-lineup_thumb {
  padding: 20px min(5vw, 20px) 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.single-lineup_thumb_img {
  position: relative;
  aspect-ratio: 240/150;
  cursor: pointer;
}
.single-lineup_thumb_img::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.3s;
}

.thumb-active {
  position: relative;
}
.thumb-active::before {
  opacity: 1;
}

.single-lineup_swiper-button-next, .single-lineup_swiper-button-prev {
  display: grid;
  place-items: center;
  width: auto !important;
  height: auto !important;
  aspect-ratio: 59/54;
  padding-block: 27px;
  background-color: #323232;
}
.single-lineup_swiper-button-next::after, .single-lineup_swiper-button-prev::after {
  font-size: 0 !important;
}

.single-lineup_swiper-button-next {
  right: 0 !important;
  background: url("../images/icon-arrow-right.svg") #323232 no-repeat center/15px;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .single-lineup_swiper-button-next:hover {
    background-position: 70%;
  }
}

.single-lineup_swiper-button-prev {
  left: 0 !important;
  background: url("../images/icon-arrow-left.svg") #323232 no-repeat center/15px;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .single-lineup_swiper-button-prev:hover {
    background-position: 30%;
  }
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.single-lineup_info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 40%;
  padding: clamp(3.75rem, 2.0491803279vw + 2.7663934426rem, 4.6875rem) min(5vw, 35px) clamp(1.875rem, 4.0983606557vw + -0.0922131148rem, 3.75rem);
  color: #ffffff;
  background-color: #323232;
}
.single-lineup_info:only-child {
  width: 100%;
}
@media (max-width: 1199px) {
  .single-lineup_info {
    width: 100%;
  }
}

.single-lineup_cat {
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  font-weight: 700;
  padding: 7px 32px;
  color: #222222;
  background-color: #ffffff;
}

.single-lineup_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.5464480874vw + 0.862704918rem, 1.375rem);
  font-weight: 700;
  line-height: 1.6;
}

.single-lineup_price {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  border-top: 1px solid #ffffff;
}

.single-lineup_price_heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.single-lineup_price_num {
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  font-weight: 700;
}
.single-lineup_price_num span {
  font-size: clamp(1.4375rem, 1.7759562842vw + 0.5850409836rem, 2.25rem);
  font-weight: 700;
}

.single-lineup_price_note {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 7px;
}

.single-lineup_txt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  padding-top: 15px;
  border-top: 1px solid #ffffff;
}

.single-lineup_link {
  font-size: clamp(1.125rem, 0.2732240437vw + 0.993852459rem, 1.25rem);
  padding-top: 30px;
  border-top: 1px solid #ffffff;
}

/*----------------------------------------
  ブログ blog
------------------------------------------*/
.single-blog_content {
  padding: clamp(2.5rem, 6.8306010929vw + -0.7786885246rem, 5.625rem) min(5vw, 100px) clamp(2.5rem, 8.1967213115vw + -1.4344262295rem, 6.25rem);
  background-color: #F2F5F8;
}

.single-blog_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1.912568306vw + 0.2069672131rem, 2rem);
  font-weight: 700;
  line-height: 1.6;
  padding: clamp(1.25rem, 1.7759562842vw + 0.3975409836rem, 2.0625rem) 0 clamp(1.25rem, 2.0491803279vw + 0.2663934426rem, 2.1875rem);
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}

.single-blog_date {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: clamp(1.125rem, 0.956284153vw + 0.6659836066rem, 1.5625rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: clamp(1.25rem, 2.7322404372vw + -0.0614754098rem, 2.5rem);
}
.single-blog_date::before {
  content: "";
  display: block;
  width: clamp(1.375rem, 1.5027322404vw + 0.6536885246rem, 2.0625rem);
  aspect-ratio: 1;
  background: url("../images/icon-time.svg") no-repeat center/contain;
}

.single-blog_img {
  width: 100%;
  margin-top: 20px;
}

.single-blog_txt {
  line-height: 2.5;
  margin-top: clamp(1.875rem, 1.3661202186vw + 1.2192622951rem, 2.5rem);
}
@media (max-width: 768px) {
  .single-blog_txt {
    line-height: 1.8;
  }
}

/*----------------------------------------
  ポストナビゲーション
------------------------------------------*/
.post-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px clamp(0.9375rem, 8.8797814208vw + -3.324795082rem, 5rem);
  margin-top: clamp(2.5rem, 2.7322404372vw + 1.1885245902rem, 3.75rem);
}
.post-navigation .all-post_link, .post-navigation .prev_link, .post-navigation .next_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 0.8196721311vw + 0.606557377rem, 1.375rem);
  letter-spacing: 0.05em;
  height: clamp(2.8125rem, 3.4153005464vw + 1.1731557377rem, 4.375rem);
  background-color: #ffffff;
}
@media (min-width: 769px) {
  .post-navigation .all-post_link:hover, .post-navigation .prev_link:hover, .post-navigation .next_link:hover {
    color: #ffffff;
    background-color: #323232;
  }
  .post-navigation .all-post_link:hover.prev_link, .post-navigation .prev_link:hover.prev_link, .post-navigation .next_link:hover.prev_link {
    padding-left: 15px;
  }
  .post-navigation .all-post_link:hover.next_link, .post-navigation .prev_link:hover.next_link, .post-navigation .next_link:hover.next_link {
    padding-right: 15px;
  }
}
.post-navigation .all-post_link {
  padding-inline: min(8vw, 115px);
}
.post-navigation .prev_link, .post-navigation .next_link {
  aspect-ratio: 1;
}
.single-post .all-post_link, .single-post .prev_link, .single-post .next_link {
  background-color: #F2F5F8;
}

.single-blog {
  padding-top: clamp(2.5rem, 2.7322404372vw + 1.1885245902rem, 3.75rem);
  border-top: 1px solid #222222;
}

/*-------------------------------------------------------------------------------
  お問い合わせ contact
--------------------------------------------------------------------------------*/
/*----------------------------------------
  お電話でのお問い合わせ
------------------------------------------*/
.section-contact-tel {
  margin-top: clamp(5rem, 10.9289617486vw + -0.2459016393rem, 10rem);
}

.contact-tel-inner {
  --content_width: 1245;
}

.contact-tel_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.25rem, 1.3661202186vw + 0.5942622951rem, 1.875rem);
  padding: clamp(1.875rem, 4.781420765vw + -0.4200819672rem, 4.0625rem) min(5vw, 50px) clamp(2.5rem, 7.5136612022vw + -1.106557377rem, 5.9375rem);
  background-color: #F2F5F8;
}

.contact-tel_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -1.5%;
}
.contact-tel_ttl .cmn-ttl_en {
  margin-left: 0;
}
.contact-tel_ttl .cmn-ttl_en:first-letter {
  color: #222222;
}
.contact-tel_ttl .cmn-ttl_en span {
  color: #DF0404;
}
.contact-tel_ttl .cmn-ttl_ja {
  margin-top: 7px;
  padding-left: clamp(3.75rem, 10.2459016393vw + -1.1680327869rem, 8.4375rem);
}
.contact-tel_ttl .cmn-ttl_ja br {
  display: none;
}
@media (max-width: 480px) {
  .contact-tel_ttl .cmn-ttl_ja br {
    display: block;
  }
}

.contact-tel_num {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: clamp(1rem, 1.0928961749vw + 0.4754098361rem, 1.5rem);
}
@media (max-width: 768px) {
  .contact-tel_num {
    align-items: flex-start;
  }
}
.contact-tel_num span {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2rem, 6.9672131148vw + -1.3442622951rem, 5.1875rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1em;
}

/*----------------------------------------
  お問い合わせフォーム
------------------------------------------*/
.section-contact-form {
  padding: clamp(2.5rem, 8.8797814208vw + -1.762295082rem, 6.5625rem) 0 clamp(3.75rem, 15.7103825137vw + -3.7909836066rem, 10.9375rem);
  margin: clamp(4.375rem, 6.8306010929vw + 1.0963114754rem, 7.5rem) 0 clamp(2.5rem, 5.4644808743vw + -0.1229508197rem, 5rem);
  background-color: #323232;
}

.contact-form-inner {
  --content_width: 1320;
}

.contact-form_ttl .cmn-ttl_en {
  color: #ffffff;
}
.contact-form_ttl .cmn-ttl_en:first-letter {
  color: #ffffff;
}
.contact-form_ttl .cmn-ttl_en span {
  color: #DF0404;
}
.contact-form_ttl .cmn-ttl_ja {
  color: #ffffff;
}

.form_txt {
  line-height: 2.5;
  text-align: center;
  color: #ffffff;
  margin-top: clamp(1.25rem, 6.8306010929vw + -2.0286885246rem, 4.375rem);
}
@media (max-width: 1024px) {
  .form_txt {
    line-height: 1.8;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

/*-------------------------------------------------------------------------------
  form お問い合わせフォーム
--------------------------------------------------------------------------------*/
.wpcf7 {
  margin-top: clamp(3.125rem, 4.0983606557vw + 1.1577868852rem, 5rem);
}

.form_tbl {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 1.3661202186vw + 1.8442622951rem, 3.125rem);
}
.form_tbl dl {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem) 90px;
}
@media (max-width: 768px) {
  .form_tbl dl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form_tbl dl.form_radio {
  align-items: flex-start;
}
.form_tbl dl.form_align-top {
  align-items: flex-start;
}
.form_tbl dl.form_align-top dt {
  transform: translateY(15px);
}
@media (max-width: 768px) {
  .form_tbl dl.form_align-top dt {
    transform: translateY(0);
  }
}
.form_tbl dt, .form_tbl .form_privacy_ttl {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 1.3661202186vw + 0.5942622951rem, 1.875rem);
  flex-shrink: 0;
  font-size: clamp(1.125rem, 0.2732240437vw + 0.993852459rem, 1.25rem);
  color: #ffffff;
}
@media (max-width: 768px) {
  .form_tbl dt, .form_tbl .form_privacy_ttl {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.form_tbl dt label, .form_tbl .form_privacy_ttl label {
  width: -moz-fit-content;
  width: fit-content;
}
.form_tbl dt .form_req-check, .form_tbl .form_privacy_ttl .form_req-check {
  flex-shrink: 0;
  font-size: clamp(0.875rem, 0.8196721311vw + 0.481557377rem, 1.25rem);
  padding: clamp(0rem, 0.5464480874vw + -0.262295082rem, 0.25rem) clamp(0.5rem, 1.6393442623vw + -0.2868852459rem, 1.25rem) clamp(0.125rem, 0.2732240437vw + -0.006147541rem, 0.25rem);
  color: #ffffff;
  background-color: #DF0404;
}
.form_tbl dd {
  width: 100%;
}
.form_tbl dd input,
.form_tbl dd text,
.form_tbl dd select,
.form_tbl dd textarea {
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  padding: clamp(0.8125rem, 2.3224043716vw + -0.3022540984rem, 1.875rem) min(5vw, 40px);
  width: 100%;
  background-color: #ffffff;
}
.form_tbl dd input::-moz-placeholder, .form_tbl dd text::-moz-placeholder, .form_tbl dd select::-moz-placeholder, .form_tbl dd textarea::-moz-placeholder {
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  color: #808080;
}
.form_tbl dd input::placeholder,
.form_tbl dd text::placeholder,
.form_tbl dd select::placeholder,
.form_tbl dd textarea::placeholder {
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  color: #808080;
}
.form_tbl dd textarea {
  width: 100%;
  height: clamp(12.5rem, 12.2950819672vw + 6.5983606557rem, 18.125rem);
}
.form_tbl dd select {
  width: min(100%, 620px);
  background: url("../images/icon-select.svg") #ffffff no-repeat 94% 53%/17px;
  cursor: pointer;
}
.form_tbl dd .input_short {
  width: min(100%, 620px);
}
.form_tbl .form_address .wpcf7-form-control-wrap:not(:first-child) {
  margin-top: clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem);
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.radio_area, .checkbox_area {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.9375rem, 1.0928961749vw + 0.4129098361rem, 1.4375rem) 80px;
  margin-block: clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem);
}
@media (max-width: 768px) {
  .radio_area, .checkbox_area {
    flex-direction: column;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  color: #ffffff;
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding-left: clamp(2rem, 2.4590163934vw + 0.8196721311rem, 3.125rem);
}
@media (max-width: 768px) {
  input[type=radio] + span {
    width: 100%;
    text-align: left;
  }
}
input[type=radio] + span::before, input[type=radio] + span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: all ease-out 250ms;
  transform: translateY(-50%);
}
input[type=radio] + span::before {
  width: clamp(1.5rem, 0.956284153vw + 1.0409836066rem, 1.9375rem);
  left: 0px;
  background-color: #fff;
}
input[type=radio] + span::after {
  width: clamp(0.75rem, 0.6830601093vw + 0.4221311475rem, 1.0625rem);
  left: clamp(0.375rem, 0.1366120219vw + 0.3094262295rem, 0.4375rem);
  background-color: #C8C5C5;
}
input[type=radio]:checked + span::after {
  background-color: #DF0404;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding-left: clamp(1.75rem, 2.7322404372vw + 0.4385245902rem, 3rem);
}
input[type=checkbox] + span::before, input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  display: block;
  transition: all ease-out 250ms;
}
input[type=checkbox] + span::before {
  width: clamp(1.25rem, 1.3661202186vw + 0.5942622951rem, 1.875rem);
  aspect-ratio: 1;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
input[type=checkbox] + span::after {
  width: clamp(1.875rem, 1.3661202186vw + 1.2192622951rem, 2.5rem);
  aspect-ratio: 32/20;
  background: url("../images/icon-checkbox.svg") no-repeat center/contain;
  transform: translateY(-50%);
  top: 48%;
  left: -5px;
  opacity: 0;
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.check_no-through {
  text-align: center;
  margin: 50px 0 0;
}
.check_no-through span {
  color: #ffa1a1 !important;
}

input[name=pot] {
  display: none;
}

.form_privacy {
  display: flex;
  flex-direction: column;
  gap: 11px 90px;
}
.form_privacy .val-err {
  text-align: center;
  margin-top: 5px;
}

.form_privacy_txt_wrapper {
  height: clamp(21.875rem, 22.5409836066vw + 11.0553278689rem, 32.1875rem);
  background-color: #DAE1E8;
  padding: clamp(2.8125rem, 2.0491803279vw + 1.8288934426rem, 3.75rem) min(3vw, 50px) clamp(2.1875rem, 2.7322404372vw + 0.8760245902rem, 3.4375rem) min(5vw, 50px);
}

.form_privacy_txt {
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  letter-spacing: 0em;
  overflow-y: scroll;
  padding-right: clamp(0.625rem, 5.4644808743vw + -1.9979508197rem, 3.125rem);
  height: clamp(16.875rem, 15.7103825137vw + 9.3340163934rem, 24.0625rem);
}
.form_privacy_txt::-webkit-scrollbar {
  width: clamp(0.3125rem, 0.2732240437vw + 0.181352459rem, 0.4375rem);
}
.form_privacy_txt::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.form_privacy_txt::-webkit-scrollbar-thumb {
  background: #8296AA;
}
.form_privacy_txt span {
  font-size: clamp(1.125rem, 0.5464480874vw + 0.862704918rem, 1.375rem);
  font-weight: 700;
  margin-bottom: 15px;
}

.privacy_check {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
}
.privacy_check .wpcf7-list-item-label {
  font-size: clamp(0.9375rem, 0.4098360656vw + 0.7407786885rem, 1.125rem);
}
.privacy_check + .val-err {
  text-align: center;
}

p.val-err {
  color: #ffa1a1 !important;
}

.check_submit {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 80px;
  margin-top: clamp(3.125rem, 0.6830601093vw + 2.7971311475rem, 3.4375rem);
}
@media (max-width: 768px) {
  .check_submit {
    flex-direction: column;
    align-items: center;
  }
}

.wpcf7-back, .wpcf7-confirm, .submit {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.5464480874vw + 0.862704918rem, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
}
@media (min-width: 769px) {
  .wpcf7-back:hover::before, .wpcf7-confirm:hover::before, .submit:hover::before {
    right: 70px;
  }
}
.wpcf7-back::before, .wpcf7-confirm::before, .submit::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 11px;
  aspect-ratio: 1;
  background-color: #DF0404;
  border-radius: 50%;
  transition: all 0.3s;
}
.wpcf7-back::after, .wpcf7-confirm::after, .submit::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #ffffff;
}

.wpcf7-back {
  flex-direction: row-reverse;
}
@media (min-width: 769px) {
  .wpcf7-back:hover::before {
    left: 70px;
  }
}
.wpcf7-back::before {
  left: 0;
}

.submit::after {
  position: absolute;
  right: 0;
}

.wpcf7-submit {
  padding-right: 95px;
}

.step-confirm .form_tbl {
  gap: 0;
}
.step-confirm .form_tbl dl {
  border-bottom: 1px solid #ffffff;
  padding: 25px 0;
}
.step-confirm .form_tbl dd {
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  color: #ffffff;
}

.section-form-thanks {
  padding: clamp(2.5rem, 8.8797814208vw + -1.762295082rem, 6.5625rem) 0 clamp(3.75rem, 15.7103825137vw + -3.7909836066rem, 10.9375rem);
  margin: clamp(4.375rem, 6.8306010929vw + 1.0963114754rem, 7.5rem) 0 clamp(2.5rem, 5.4644808743vw + -0.1229508197rem, 5rem);
  background-color: #323232;
}

.form-thanks_txt {
  line-height: 2.5;
  color: #ffffff;
  margin-top: clamp(1.25rem, 6.8306010929vw + -2.0286885246rem, 4.375rem);
}
@media (max-width: 1024px) {
  .form-thanks_txt {
    line-height: 1.8;
  }
}

/*-------------------------------------------------------------------------------
  cta
--------------------------------------------------------------------------------*/
.cta {
  position: relative;
  background: url("../images/cta.webp") no-repeat center/cover;
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  mix-blend-mode: multiply;
}

.cta_inner {
  --content_width: 1720;
}

.cta_content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding: clamp(3.125rem, 4.781420765vw + 0.8299180328rem, 5.3125rem) 0 clamp(3.125rem, 9.5628415301vw + -1.4651639344rem, 7.5rem);
}
@media (max-width: 1199px) {
  .cta_content {
    flex-direction: column;
  }
}
.cta_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 42%;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .cta_content::before {
    display: none;
  }
}

.cta_map {
  width: 35%;
  aspect-ratio: 600/485;
}
@media (max-width: 1199px) {
  .cta_map {
    width: 100%;
    max-height: 300px;
    aspect-ratio: 3/2;
  }
}

.cta_block {
  width: 53%;
}
@media (max-width: 1199px) {
  .cta_block {
    width: 100%;
    margin-top: clamp(3.125rem, 4.781420765vw + 0.8299180328rem, 5.3125rem);
    padding-top: clamp(2.5rem, 6.1475409836vw + -0.4508196721rem, 5.3125rem);
    border-top: 1px solid #ffffff;
  }
}

.cta_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: min(2.2vw, 40px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .cta_ttl {
    font-size: clamp(1.5625rem, 2.0491803279vw + 0.5788934426rem, 2.5rem);
  }
}

.cta_link_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
  margin-top: clamp(1.25rem, 9.5628415301vw + -3.3401639344rem, 5.625rem);
}
@media (max-width: 480px) {
  .cta_link_wrapper {
    flex-direction: column;
  }
}
.cta_link_wrapper a {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 1.912568306vw + 0.3319672131rem, 2.125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media (max-width: 480px) {
  .cta_link_wrapper a {
    justify-content: space-between;
    width: 280px;
  }
}
.cta_link_wrapper a::after {
  content: "";
  display: block;
  width: clamp(3.125rem, 4.0983606557vw + 1.1577868852rem, 5rem);
  aspect-ratio: 1;
  transition: transform 0.3s;
}
@media (min-width: 769px) {
  .cta_link_wrapper a:hover::after {
    transform: scale(0.9);
  }
}

.cta_contact::after {
  background: url("../images/icon-mail.svg") no-repeat center/contain;
}

.cta_line::after {
  background: url("../images/icon-line.svg") no-repeat center/contain;
}

.cta_tel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 65px;
  margin-top: clamp(1.875rem, 2.7322404372vw + 0.5635245902rem, 3.125rem);
  overflow: hidden;
}

.cta_tel_num {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.3125rem, 2.3224043716vw + 1.1977459016rem, 3.375rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.cta_tel_time {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.5464480874vw + 0.862704918rem, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cta_tel_time::before {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  padding: clamp(1.875rem, 4.0983606557vw + -0.0922131148rem, 3.75rem) 0 clamp(1.875rem, 4.781420765vw + -0.4200819672rem, 4.0625rem);
}

.ft_inner {
  --content_width: 1620;
}

.ft_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: clamp(0rem, 38.0952380952vw + -35.7142857143rem, 10rem);
}
@media (max-width: 1199px) {
  .ft_content {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(1.25rem, 1.3661202186vw + 0.5942622951rem, 1.875rem);
  }
}

.ft_logo {
  width: 380px;
}
@media (max-width: 1199px) {
  .ft_logo {
    width: min(380px, 70%);
  }
}
.ft_logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.ft_info {
  line-height: 1.6;
  margin-top: clamp(1.25rem, 2.4590163934vw + 0.0696721311rem, 2.375rem);
}

.ft_nav {
  display: flex;
  align-items: center;
  gap: clamp(1.875rem, 33.3333333333vw + -29.375rem, 10.625rem);
}

.ft_nav_list {
  display: flex;
  align-items: center;
  gap: clamp(1.875rem, 2.380952381vw + -0.3571428571rem, 2.5rem);
}
@media (max-width: 768px) {
  .ft_nav_list {
    display: none;
  }
}
.ft_nav_list a {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.2732240437vw + 0.868852459rem, 1.125rem);
  font-weight: 700;
}
@media (min-width: 769px) {
  .ft_nav_list a:hover {
    color: #DF0404;
  }
}

.ft_insta {
  display: block;
  width: clamp(2.8125rem, 2.380952381vw + 0.5803571429rem, 3.4375rem);
  aspect-ratio: 1;
  background: url("../images/icon-insta.svg") no-repeat center/contain;
}
@media (min-width: 769px) {
  .ft_insta:hover {
    transform: scale(0.9);
  }
}

.copyright {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2732240437vw + 0.743852459rem, 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  word-break: normal;
  padding: 16px;
  color: #ffffff;
  background-color: #323232;
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.error_content {
  display: grid;
  place-content: center;
  gap: 30px;
  margin: clamp(5rem, 10.9289617486vw + -0.2459016393rem, 10rem) 0 clamp(5rem, 16.393442623vw + -2.868852459rem, 12.5rem);
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
.index .hd_nav_list > .hd_nav_item:nth-child(1) > a span::before {
  opacity: 1;
}

.store .hd_nav_list > .hd_nav_item:nth-child(2) > a span::before {
  opacity: 1;
}

.service .hd_nav_list > .hd_nav_item:nth-child(3) > a span::before {
  opacity: 1;
}

.post-type-archive-post .hd_nav_list > .hd_nav_item:nth-child(4) > a span::before {
  opacity: 1;
}

.category .hd_nav_list > .hd_nav_item:nth-child(4) > a span::before {
  opacity: 1;
}

.single-post .hd_nav_list > .hd_nav_item:nth-child(4) > a span::before {
  opacity: 1;
}

.post-type-archive-blog .hd_nav_list > .hd_nav_item:nth-child(5) > a span::before {
  opacity: 1;
}

.single-blog .hd_nav_list > .hd_nav_item:nth-child(5) > a span::before {
  opacity: 1;
}

input:not([type=radio]):not([type=checkbox]).val-err,
select.val-err,
textarea.val-err {
  background-color: #FFE4E4 !important;
}

p.val-err {
  color: #e40000;
  font-size: 0.8em;
}
p.val-err::before {
  content: "※";
}

.check_no-through {
  color: #e40000;
}

input:not([type=radio]):not([type=checkbox]).val-through,
select.val-through,
textarea.val-through {
  background-color: #E2FBE2 !important;
}

.check_any_required.val-err input:not([type=radio]):not([type=checkbox]),
.check_any_required.val-err select,
.check_any_required.val-err textarea {
  background-color: #FFE4E4 !important;
}
.check_any_required.val-through input:not([type=radio]):not([type=checkbox]):not(.val-err),
.check_any_required.val-through select:not(.val-err),
.check_any_required.val-through textarea:not(.val-err) {
  background-color: #E2FBE2 !important;
}

/*# sourceMappingURL=common.css.map*/