/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #00a0e9;
  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: #00a0e9;
  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: #efefef;
  border-radius: 5px;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* セレクトボックス */
}
.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, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* テキストエリア */
}
.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, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ラジオボタン */
}
.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, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* チェックボックス */
}
.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, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ファイルアップロード */
}
.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 {
  /* プライバシーポリシー */
}
.contact_form_unit .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #efefef;
  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 {
  /* プライバシーポリシー同意 checkbox */
}
.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 {
  /* 送信ボタン */
}
.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 {
  /* ハニーポット非表示 */
}
.contact_form_unit input[name=mail_confirm] {
  display: none;
}
.contact_form_unit {
  /* エラーメッセージの指定 */
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit {
  /* エラー時の背景色 */
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.contact_form_unit {
  /* 確認画面 */
}
.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 {
  /* 送信完了画面 */
}
.contact_form_unit.form_thanks h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.contact_form_unit.form_thanks p {
  margin-top: calc(var(--space-size) * 3);
}

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #00a0e9;
  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 .modal-inner .modal-gallery .modal-btns {
  /* ← が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  /* → が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper button:focus {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), -2px 0 15px rgba(236, 119, 171, 0.2), 2px 0 15px rgba(0, 160, 233, 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;
}

/*-------------------------------------------------------------------------------
  image panel animation
  Usage: class="is_image-panel" を画像を含む要素に付与するだけで
         左→右スライドのパネルwipeアニメーションが発動する
--------------------------------------------------------------------------------*/
.is_image-panel {
  position: relative;
  overflow: hidden;
}
.is_image-panel img {
  opacity: 0;
  will-change: opacity;
}
.is_image-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #00a0e9;
  transform: translateX(-101%);
  will-change: transform;
}
.is_image-panel.is-inview::before {
  animation: image-panel-wipe 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.is_image-panel.is-inview img {
  animation: image-panel-reveal 1s forwards;
}

@keyframes image-panel-wipe {
  0% {
    transform: translateX(-101%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes image-panel-reveal {
  0%, 49% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  overflow-x: hidden;
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #00a0e9;
  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;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  overflow-x: clip;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-thumb {
  background-color: #111273;
}

body::-webkit-scrollbar-track {
  background-color: #c2c2c2;
}

section.black_bg_sec {
  position: relative;
  background-color: #303030;
  z-index: 1;
  overflow: hidden;
}
section.black_bg_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* テクスチャ画像のみを指定 */
  background-image: url("../images/bg_texture.png");
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  mix-blend-mode: multiply;
  z-index: -1;
  pointer-events: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

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

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

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

.cmn_txt_s {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cmn_txt_s {
    font-size: 16px;
  }
}
.cmn_txt_s.is_center {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .cmn_txt_s.is_center {
    text-align: left;
  }
}
.cmn_txt_s.is_white {
  color: #FFFFFF;
}

.cmn_ttl {
  display: grid;
  gap: 6px;
  margin-bottom: clamp(2.375rem, 1.85rem + 2.63vw, 5rem);
}
.cmn_ttl.is_center {
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}
.cmn_ttl .cmn_ttl_en {
  font-family: "Stylish", serif;
  color: #D91512;
  letter-spacing: 0.3em;
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
  line-height: 180%;
  display: block;
}
.cmn_ttl .cmn_ttl_ja {
  font-family: "Noto Serif JP", serif;
  color: #222222;
  font-size: clamp(2rem, 1.8rem + 1vw, 3.25rem);
  line-height: 150%;
  letter-spacing: 0.1em;
  display: block;
  font-weight: 500;
}

.material-symbols-outlined {
  transition: all 0.3s;
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

/*-------------------------------------------------------------------------------
  loading
--------------------------------------------------------------------------------*/
/* ローディング画面 */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #202020;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  transition: opacity 0.6s ease;
  /* 非表示にするためのクラス */
}
.loader.is-hide {
  opacity: 0;
  pointer-events: none;
}
.loader {
  /* そもそも表示しない（2回目以降用） */
}
.loader.is-none {
  display: none;
}

.piston-container {
  text-align: center;
}
.piston-container .piston {
  display: inline-block;
  width: 12px;
  height: 70px;
  margin: 0 4px;
  background-color: #1517b4;
  border-radius: 2px;
  animation: piston-move 0.4s ease-in-out infinite alternate;
}
.piston-container .piston:nth-child(1) {
  animation-delay: 0s;
}
.piston-container .piston:nth-child(2) {
  animation-delay: 0.2s;
}
.piston-container .piston:nth-child(3) {
  animation-delay: 0.1s;
}
.piston-container .piston:nth-child(4) {
  animation-delay: 0.3s;
}
.piston-container .loader-text {
  margin-top: 30px;
  color: #fff;
  font-family: "Racing Sans One", sans-serif;
  font-style: italic;
  letter-spacing: 2px;
  font-size: 20px;
}

@keyframes piston-move {
  0% {
    transform: scaleY(0.5);
  }
  100% {
    transform: scaleY(1.2);
  }
}
.loading_panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

.loading_panel_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(1);
  transform-origin: left center;
  opacity: 0;
  pointer-events: none;
}
.is-transitioning .loading_panel_layer {
  pointer-events: all;
  animation: panelSlideIn 0.5s cubic-bezier(0.77, 0, 0.175, 1) both;
}
.is-loaded .loading_panel_layer {
  animation: panelSlideOut 0.5s cubic-bezier(0.77, 0, 0.175, 1) both;
}
.loading_panel_layer--1 {
  background-color: #111273;
}
.is-transitioning .loading_panel_layer--1 {
  animation-delay: 0s;
}
.is-loaded .loading_panel_layer--1 {
  animation-delay: 0.2s;
}
.loading_panel_layer--2 {
  background-color: #0d0e50;
}
.is-transitioning .loading_panel_layer--2 {
  animation-delay: 0.1s;
}
.is-loaded .loading_panel_layer--2 {
  animation-delay: 0.1s;
}
.loading_panel_layer--3 {
  background-color: #202020;
}
.is-transitioning .loading_panel_layer--3 {
  animation-delay: 0.2s;
}
.is-loaded .loading_panel_layer--3 {
  animation-delay: 0s;
}
.loading_panel_layer--3::after {
  content: "SPECIAL PARTS\aTADAO HIROSHIMA";
  white-space: pre;
  position: absolute;
  bottom: clamp(1.063rem, 0.775rem + 1.44vw, 2.5rem);
  left: clamp(0.563rem, 0.075rem + 2.44vw, 3rem);
  font-family: "Racing Sans One", sans-serif;
  font-size: clamp(2.188rem, 1.625rem + 2.81vw, 5rem);
  line-height: 1.3;
  opacity: 0.3;
  color: #fff;
}

@keyframes panelSlideIn {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
    opacity: 1;
  }
}
@keyframes panelSlideOut {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 1;
  }
}
/*-------------------------------------------------------------------------------
  cmn item
--------------------------------------------------------------------------------*/
/* 背景となる親要素の設定 */
.cmn_left_bg {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7% 0 7% 5%;
  width: 100%;
  color: #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  .cmn_left_bg {
    flex-flow: column;
    padding: 50px 5%;
    gap: 60px;
  }
}
.cmn_left_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 87%;
  height: 100%;
  clip-path: polygon(0 0, 87% 0, 72% 100%, 0 100%, 0 100%, 74% 100%, 89% 0, 91% 0, 76% 100%, 0 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .cmn_left_bg::before {
    width: 125%;
  }
}
.cmn_left_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 87%;
  height: 100%;
  clip-path: polygon(0 0, 87% 0, 72% 100%, 0 100%, 0 100%, 74% 100%, 89% 0, 91% 0, 76% 100%, 0 100%);
  background-image: url("../images/bg_texture.png");
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  mix-blend-mode: multiply;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cmn_left_bg::after {
    width: 125%;
  }
}
.cmn_left_bg.blue_bg::before {
  background-color: #111273;
}

/* 背景が右側にくる逆バージョン（左右上下反転） */
.cmn_right_bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 7% 5% 7% 0;
  width: 100%;
  color: #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  .cmn_right_bg {
    flex-flow: column;
    padding: 50px 5%;
    gap: 60px;
  }
}
.cmn_right_bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 87%;
  height: 100%;
  clip-path: polygon(100% 100%, 13% 100%, 28% 0, 100% 0, 100% 0, 26% 0, 11% 100%, 9% 100%, 24% 0, 100% 0);
  z-index: -1;
}
@media (max-width: 768px) {
  .cmn_right_bg::before {
    width: 125%;
  }
}
.cmn_right_bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 87%;
  height: 100%;
  clip-path: polygon(100% 100%, 13% 100%, 28% 0, 100% 0, 100% 0, 26% 0, 11% 100%, 9% 100%, 24% 0, 100% 0);
  background-image: url("../images/bg_texture.png");
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  mix-blend-mode: multiply;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cmn_right_bg::after {
    width: 125%;
  }
}
.cmn_right_bg.black_bg::before {
  background-color: #303030;
}
.cmn_right_bg.blue_bg::before {
  background-color: #111273;
}

.cmn_btn_white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 50px;
  padding: 13px;
  border: 2px solid #fff;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 1.04vw, 1.25rem);
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cmn_btn_white {
    padding: 13px 8px;
  }
}
.cmn_btn_white .cmn_btn_white_icon svg {
  fill: #fff;
  transition: all 0.3s;
  display: block;
}
@media (min-width: 769px) {
  .cmn_btn_white:hover {
    background-color: #fff;
    color: #111273;
  }
  .cmn_btn_white:hover .cmn_btn_white_icon svg {
    fill: #111273;
  }
}

.cmn_table {
  border-collapse: collapse;
  table-layout: fixed;
}
.cmn_table tr {
  border-bottom: 2px solid #111273;
}
.cmn_table th,
.cmn_table td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding: 30px 2% 30px 5%;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cmn_table th,
  .cmn_table td {
    display: block;
    width: 100%;
    padding: 16px 14px;
    font-size: 16px;
    line-height: 1.7;
  }
}
.cmn_table th {
  color: #111273;
  width: clamp(8.75rem, 1.651rem + 14.77vw, 19.375rem);
}
@media (max-width: 768px) {
  .cmn_table th {
    width: 100%;
    padding-bottom: 0;
  }
}
.cmn_table td {
  color: #000000;
  display: grid;
  gap: 15px;
}
@media (max-width: 768px) {
  .cmn_table td {
    padding-top: 8px;
  }
}
@media (max-width: 768px) {
  .cmn_table tr {
    display: block;
    padding: 0;
  }
}
.cmn_table.is_white tr {
  border-bottom: 2px solid #ffffff;
}
.cmn_table.is_white tr th {
  color: #fff;
}
@media (max-width: 768px) {
  .cmn_table.is_white tr th {
    color: #5c78d7;
  }
}
.cmn_table.is_white tr td {
  color: #fff;
}

.cmn_ttl_center {
  display: grid;
  gap: 6px;
  margin-bottom: clamp(1.875rem, 1.25rem + 3.13vw, 5rem);
  text-align: center;
  justify-content: center;
}
.cmn_ttl_center.is_left {
  text-align: left;
  justify-content: left;
}
.cmn_ttl_center .cmn_ttl_center_en {
  font-family: "Racing Sans One", sans-serif;
  font-size: clamp(2.5rem, 1.85rem + 3.25vw, 5.75rem);
  color: #111273;
  letter-spacing: 0.02em;
  line-height: 100%;
  margin: 0;
}
.cmn_ttl_center .cmn_ttl_center_ja {
  font-family: "Noto Sans JP", sans-serif;
  color: #111273;
  font-size: clamp(1.125rem, 1.038rem + 0.44vw, 1.563rem);
  line-height: 180%;
  letter-spacing: 0.05em;
  display: block;
  font-weight: 900;
  margin: 0;
}
.cmn_ttl_center.is_white .cmn_ttl_center_en,
.cmn_ttl_center.is_white .cmn_ttl_center_ja {
  color: #fff;
}

.cmn_min_inner {
  padding-top: clamp(5rem, 4rem + 5vw, 10rem);
  max-width: 1320px;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 768px) {
  .cmn_min_inner {
    padding-top: 80px;
  }
}

.cmn_big_inner {
  padding-top: clamp(5rem, 4rem + 5vw, 10rem);
  max-width: 1600px;
  margin: 0 auto;
  width: 90%;
}

.cmn_ttl_center_line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.563rem, 1.275rem + 1.44vw, 3rem);
  font-family: "Racing Sans One", sans-serif;
  font-size: clamp(2.5rem, 1.85rem + 3.25vw, 5.75rem);
  letter-spacing: 0.02em;
  line-height: 1;
  color: #111273;
  text-align: center;
}
.cmn_ttl_center_line::before, .cmn_ttl_center_line::after {
  content: "";
  display: block;
  width: 10%;
  height: 3px;
  background-color: #111273;
  flex-shrink: 0;
}

.material-symbols-outlined {
  transition: all 0.3s;
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.is_image-panel {
  position: relative;
  overflow: hidden;
}
.is_image-panel img {
  opacity: 0;
  will-change: opacity;
}
.is_image-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #000000;
  transform: translateX(-101%);
  will-change: transform;
}
.is_image-panel.is-inview::before {
  animation: image-panel-wipe 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.is_image-panel.is-inview img {
  animation: image-panel-reveal 1s forwards;
}

@keyframes image-panel-wipe {
  0% {
    transform: translateX(-101%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes image-panel-reveal {
  0%, 49% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
/*-------------------------------------------------------------------------------
  mainimg marquee
--------------------------------------------------------------------------------*/
.home_mv_wrap {
  position: relative;
  overflow: hidden;
  background-color: #303030;
  box-shadow: inset 0 0 200px #000000;
  position: relative;
  min-height: 800px;
  height: 100svh;
}
@media (max-width: 768px) {
  .home_mv_wrap {
    min-height: 515px;
    max-height: 568px;
  }
}

.home_mv_inner {
  margin-top: 160px;
  display: grid;
  gap: clamp(1.875rem, 1rem + 4.38vw, 6.25rem);
}
@media (max-width: 768px) {
  .home_mv_inner {
    margin-top: 128px;
  }
}

.home_mv_logo {
  aspect-ratio: 304/316;
  width: 304px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .home_mv_logo {
    width: 160px;
  }
}

.home_mv_ttl {
  font-size: clamp(1.375rem, 1.025rem + 1.75vw, 3.125rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.mainimg_marquee {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 10;
}

.mainimg_marquee_inner {
  display: flex;
  white-space: nowrap;
  animation: marquee-scroll 15s linear infinite;
}
@media (max-width: 768px) {
  .mainimg_marquee_inner {
    animation: marquee-scroll 5s linear infinite;
  }
}
.mainimg_marquee_inner span {
  font-family: "Racing Sans One", sans-serif;
  font-size: clamp(5.25rem, 3.538rem + 3.56vw, 7.813rem);
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0em;
  padding-right: 0.2em;
  flex-shrink: 0;
  line-height: 100%;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
body.home .header .hd_nav .hd_nav_list .hd_nav_item:nth-of-type(1) a,
body[class*=home] .header .hd_nav .hd_nav_list .hd_nav_item:nth-of-type(1) a {
  color: #C01B1B;
  pointer-events: none;
}

body.store .header .hd_nav .hd_nav_list .hd_nav_item:nth-of-type(2) a,
body[class*=store] .header .hd_nav .hd_nav_list .hd_nav_item:nth-of-type(2) a {
  color: #C01B1B;
  pointer-events: none;
}

body.service .header .hd_nav .hd_nav_list .hd_nav_item:nth-of-type(3) a,
body[class*=service] .header .hd_nav .hd_nav_list .hd_nav_item:nth-of-type(3) a {
  color: #C01B1B;
  pointer-events: none;
}

body.stock .header .hd_nav .hd_nav_list .hd_nav_item:nth-of-type(4) a,
body[class*=stock] .header .hd_nav .hd_nav_list .hd_nav_item:nth-of-type(4) a {
  color: #C01B1B;
  pointer-events: none;
}

body.racingteam .header .hd_nav .hd_nav_list .hd_nav_item:nth-of-type(5) a,
body[class*=racingteam] .header .hd_nav .hd_nav_list .hd_nav_item:nth-of-type(5) a {
  color: #C01B1B;
  pointer-events: none;
}

@keyframes slide-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding-left: 30px;
}
@media screen and (max-width: 1500px) {
  .header {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    height: 60px;
    padding-left: 0px;
    backdrop-filter: blur(40px);
  }
}
.header.hd_fixed {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  animation: slide-down 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.hd_logo,
.ft_logo {
  aspect-ratio: 287/78;
  max-width: 287px;
}
@media (max-width: 768px) {
  .hd_logo,
  .ft_logo {
    width: 216px;
  }
}
.hd_logo a,
.ft_logo a {
  display: block;
}

.hd_nav {
  display: flex;
  gap: clamp(1.25rem, -8.125rem + 9.38vw, 3.125rem);
  align-items: center;
  justify-content: end;
}
@media (max-width: 768px) {
  .hd_nav {
    flex-flow: column;
    justify-content: start;
    align-items: baseline;
    gap: clamp(0.938rem, 0.545rem + 1.96vw, 1.875rem);
    width: 100%;
    top: 0;
    right: 0;
    padding: 80px 5%;
    height: 100vh;
    min-height: 480px;
    background-color: #000000;
    position: fixed;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow-y: scroll;
  }
  .hd_nav.is_open {
    pointer-events: auto;
    opacity: 1;
    z-index: -1;
    transform: translateX(0);
  }
  .hd_nav.is_open .hd_contact_wrap {
    padding-top: 8%;
    flex-flow: column;
  }
  .hd_nav.is_open .hd_contact_wrap .header_tel {
    display: block;
  }
  .hd_nav.hide-panel {
    transform: translateX(100%);
  }
}

.hd_nav_list {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, -5rem + 6.25vw, 2.5rem);
}
@media screen and (max-width: 1500px) {
  .hd_nav_list {
    flex-wrap: wrap;
    justify-content: end;
    row-gap: 6px;
  }
}
@media (max-width: 768px) {
  .hd_nav_list {
    flex-flow: column;
    width: -moz-fit-content;
    width: fit-content;
    align-items: baseline;
    width: 100%;
    gap: 0px;
    position: relative;
  }
  .hd_nav_list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/racing_deco.svg");
    aspect-ratio: 698/483;
    z-index: -1;
    top: -43px;
    left: -48px;
    width: clamp(20.813rem, 13.357rem + 37.28vw, 31.25rem);
    background-size: contain;
  }
}

@media (max-width: 768px) {
  .hd_nav_item {
    width: 100%;
    padding: 15px 0;
  }
}
@media (max-width: 480px) {
  .hd_nav_item {
    padding: 10px 0;
  }
}
.hd_nav_item a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 150%;
  text-decoration: none;
}
@media (max-width: 768px) {
  .hd_nav_item a {
    font-size: clamp(1.125rem, 1.036rem + 0.45vw, 1.25rem);
  }
}
.hd_nav_item a:hover, .hd_nav_item a.is-active {
  color: #C01B1B;
}
.hd_nav_item.instagram a {
  width: clamp(1.563rem, 0.632rem + 1.45vw, 2.375rem);
  height: clamp(1.563rem, 0.632rem + 1.45vw, 2.375rem);
  display: block;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .hd_nav_item.instagram a {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 769px) {
  .hd_nav_item.instagram a:hover {
    opacity: 0.75;
    transform: scale(0.95);
  }
}

.hd_tel {
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  .hd_tel {
    display: none;
  }
}
@media (max-width: 768px) {
  .hd_tel {
    display: block;
    pointer-events: all;
  }
}
.hd_tel .hd_tel_num {
  font-family: "Racing Sans One", sans-serif;
  font-size: clamp(1.875rem, 0.625rem + 1.25vw, 2.125rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .hd_tel .hd_tel_num {
    font-size: clamp(1.938rem, 1.625rem + 1.56vw, 2.375rem);
  }
}
.hd_tel .hd_tel_hours {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0.813rem, 0.188rem + 0.63vw, 0.938rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 768px) {
  .hd_tel .hd_tel_hours {
    font-size: clamp(0.875rem, 0.741rem + 0.67vw, 1.063rem);
  }
}

.hd_contactbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(6.938rem, 4.891rem + 4.26vw, 10rem);
  height: 100px;
  background-color: #C01B1B;
  color: #ffffff;
  font-family: "Racing Sans One", sans-serif;
  font-size: clamp(1.125rem, 0.749rem + 0.78vw, 1.688rem);
  letter-spacing: 0.05em;
  line-height: 100%;
  text-decoration: none;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .hd_contactbtn {
    width: clamp(18rem, 15.679rem + 11.61vw, 21.25rem);
    height: 70px;
    font-size: clamp(1.563rem, 1.339rem + 1.12vw, 1.875rem);
  }
}

.hd_sp_wrap {
  display: none;
}
@media (max-width: 768px) {
  .hd_sp_wrap {
    display: block;
    gap: 10px;
    align-items: center;
  }
}

/* -------------------------------------------
   SP Menu Toggle
------------------------------------------- */
.hd_menu-toggle {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .hd_menu-toggle {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hd_menu-toggle:hover span:nth-child(1) {
    top: 6px;
  }
  .hd_menu-toggle:hover span:nth-child(2) {
    bottom: 6px;
  }
}
@media (max-width: 1024px) {
  .hd_menu-toggle.is_open span:nth-child(1) {
    transform: rotate(44deg) translate(3px, 4px);
  }
  .hd_menu-toggle.is_open span:nth-child(2) {
    transform: rotate(-44deg) translate(4px, -5px);
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hd_menu-toggle.is_open:hover span:nth-child(1) {
    transform: rotate(0deg) translate(0px, 0px);
  }
  .hd_menu-toggle.is_open:hover span:nth-child(2) {
    transform: rotate(0deg) translate(0px, 0px);
  }
}

.hd_menu-toggle-wrap {
  display: none;
}
@media (max-width: 1024px) {
  .hd_menu-toggle-wrap {
    position: absolute;
    z-index: 2;
    display: block;
    width: 24px;
    height: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hd_menu-toggle-wrap span {
    display: block;
    background-color: #ffffff;
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    z-index: 50;
    transition: all 0.3s;
  }
  .hd_menu-toggle-wrap span:nth-of-type(1) {
    top: 0px;
  }
  .hd_menu-toggle-wrap span:nth-of-type(2) {
    bottom: 0px;
  }
}

/*-------------------------------------------------------------------------------
  hv_btn
--------------------------------------------------------------------------------*/
.hv_btn {
  position: relative;
  overflow: hidden;
}
.hv_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  transition: none;
  pointer-events: none;
}
@media (min-width: 769px) {
  .hv_btn:hover::before {
    animation: hv_btn_shine 0.55s ease forwards;
  }
}

@keyframes hv_btn_shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg {
  position: relative;
  overflow: hidden;
}

/* 下層MV */
.low_mv {
  position: relative;
  aspect-ratio: 1920/620;
  width: 100%;
  height: 70vh;
  min-height: 450px;
}
@media (max-width: 768px) {
  .low_mv {
    height: 40vh;
    min-height: 300px;
  }
}
.low_mv img {
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 768px) {
  .low_mv img {
    -o-object-position: left;
       object-position: left;
  }
}
.low_mv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.27);
  box-shadow: inset 0 0 200px #000000;
}
.low_mv .low_mv_ttl {
  position: absolute;
  content: "";
  top: 53%;
  transform: translateY(-50%);
  left: 10%;
  display: block;
  color: #fff;
  display: grid;
  gap: 5px;
  align-items: start;
}
@media (max-width: 768px) {
  .low_mv .low_mv_ttl {
    top: 63%;
  }
}
.low_mv .low_mv_ttl .low_mv_ttl_en {
  font-size: clamp(2.75rem, 1.787rem + 4.81vw, 7.563rem);
  font-family: "Racing Sans One", sans-serif;
  line-height: 100%;
}
.low_mv .low_mv_ttl .low_mv_ttl_ja {
  font-size: clamp(1.25rem, 1.05rem + 1vw, 2.25rem);
  font-weight: 700;
  line-height: 100%;
}

/*-------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------*/
/* --- ニュースセクション全体 --- */
.news {
  padding-top: clamp(5rem, 4rem + 5vw, 10rem);
  padding-bottom: clamp(5rem, 4rem + 5vw, 10rem);
}

.news_wrap {
  position: relative;
}

.news_slider {
  width: 100%;
  padding: 40px 0 0;
}

/* --- 各スライド項目 --- */
.news_item {
  flex-shrink: 0;
  width: clamp(280px, 21vw, 350px);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .news_item {
    width: 280px;
  }
}
.news_item:hover {
  transform: scale(1.05);
}

.news_item_content {
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  position: relative;
}

/* --- 画像・埋め込みエリア --- */
.news_item_img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  transition: transform 0.3s ease;
  z-index: 1;
  overflow: hidden;
  height: clamp(13.625rem, 1.333rem + 16.39vw, 21rem);
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1199px) {
  .news_item_img {
    height: clamp(16rem, 10.88rem + 8vw, 16.875rem);
  }
}
@media (max-width: 1024px) {
  .news_item_img {
    height: clamp(16rem, 6.441rem + 23.53vw, 21.5rem);
  }
}
@media screen and (max-width: 649px) {
  .news_item_img {
    height: clamp(14.563rem, 1.959rem + 42.01vw, 19rem);
  }
}
@media screen and (max-width: 479px) {
  .news_item_img {
    height: clamp(15.313rem, 3.363rem + 59.75vw, 21.25rem);
  }
}
.news_item_img iframe {
  transform: scale(1.04);
  transform-origin: top center;
  width: 100% !important;
  min-width: 100% !important;
}

.news_slider_track {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  gap: clamp(1.875rem, 1.04rem + 1.74vw, 3.125rem);
}
@media (max-width: 768px) {
  .news_slider_track {
    gap: 20px;
  }
}

/* --- タイトルテキスト --- */
.news_item_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0;
  color: #ffffff;
  background-color: #111273;
  margin: 0.9375rem 0 0;
  padding: 10px 15px;
  text-align: left;
}
@media (max-width: 768px) {
  .news_item_ttl {
    font-size: 13px;
  }
}

/*-------------------------------------------------------------------------------
  cta
--------------------------------------------------------------------------------*/
.cta {
  position: relative;
  background-image: url("../images/cta_bg.jpg");
  background-size: cover;
  background-position: right;
}
@media (max-width: 768px) {
  .cta {
    background-image: url("../images/cta_bg_sp.jpg");
    background-position: center;
  }
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.58);
  z-index: 0;
}
.cta .cta_wrap {
  position: relative;
  z-index: 1;
  margin: 0 5%;
  padding: 100px 5% 100px 0;
  display: flex;
  align-items: stretch;
  gap: clamp(3.125rem, -4.732rem + 12.28vw, 10rem);
  justify-content: left;
}
@media (max-width: 1024px) {
  .cta .cta_wrap {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .cta .cta_wrap {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}
.cta .cta_map {
  flex: 0 0 52.3%;
  min-height: 33.3125rem;
}
@media (max-width: 768px) {
  .cta .cta_map {
    flex: none;
    width: 100%;
    height: 18.75rem;
    min-height: unset;
  }
}
.cta .cta_map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.cta .cta_detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.625rem;
}
@media (max-width: 768px) {
  .cta .cta_detail {
    gap: 1.875rem;
  }
}
.cta .cta_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1.25rem, 1.5625vw, 1.875rem);
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cta .cta_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 5.6875rem;
  background-color: #C01B1B;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .cta .cta_btn {
    width: 100%;
    max-width: 400px;
    height: 4.5rem;
    margin: 0 auto;
    height: 4.5rem;
  }
}
.cta .cta_btn_icon {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}
.cta .cta_btn_icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.cta .cta_btn_txt {
  font-family: "Racing Sans One", sans-serif;
  font-size: clamp(1.5rem, 1.979vw, 2.375rem);
  letter-spacing: 0.05em;
  line-height: 150%;
  color: #ffffff;
}
.cta .cta_tel {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (max-width: 768px) {
  .cta .cta_tel {
    align-items: center;
  }
}
.cta .cta_tel_num {
  font-family: "Racing Sans One", sans-serif;
  font-size: clamp(1.938rem, 1.587rem + 1.75vw, 3.688rem);
  letter-spacing: 0.05em;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cta .cta_tel_num {
    pointer-events: all;
  }
}
.cta .cta_tel_time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0.813rem, 0.663rem + 0.75vw, 1.563rem);
  letter-spacing: 0.1em;
  line-height: 150%;
  color: #ffffff;
  margin: 0;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  background-color: #111273;
}
.footer .ft_inner {
  padding: 70px 5%;
  display: flex;
  align-items: flex-start;
  gap: 5%;
}
@media (max-width: 768px) {
  .footer .ft_inner {
    flex-direction: column;
    gap: 2.5rem;
    padding: 2.5rem 1.25rem 0;
  }
}
.footer .ft_left {
  width: 20.9375rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer .ft_left {
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.footer .ft_profile {
  margin-bottom: 2.375rem;
}
.footer .ft_address {
  font-size: 16px;
  padding-top: 20px;
  color: #ffffff;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 768px) {
  .footer .ft_address {
    font-size: 14px;
  }
}
.footer .ft_btnwrap {
  display: flex;
  align-items: center;
  gap: 5%;
}
@media (max-width: 768px) {
  .footer .ft_btnwrap {
    justify-content: center;
  }
}
.footer .ft_contactbtn {
  display: flex;
  align-items: center;
  gap: 0.8125rem;
  height: 3.4375rem;
  background-color: #C01B1B;
  color: #ffffff;
  text-decoration: none;
  padding: 0 30px 0 24px;
}
.footer .ft_contactbtn_icon {
  width: 2.1875rem;
  height: 2.1875rem;
  flex-shrink: 0;
}
.footer .ft_contactbtn_icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .ft_contactbtn_txt {
  font-family: "Racing Sans One", sans-serif;
  font-size: 29px;
  font-size: 1.8125rem;
  letter-spacing: 0.05em;
  line-height: 150%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer .ft_contactbtn_txt {
    font-size: clamp(1.375rem, 1.063rem + 1.56vw, 1.813rem);
  }
}
.footer .ft_instagram {
  width: 2.4375rem;
  height: 2.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer .ft_instagram svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .footer .ft_instagram:hover {
    opacity: 0.75;
    transform: scale(0.95);
  }
}
.footer .ft_right {
  width: 100%;
  padding-top: 1.8125rem;
}
@media (max-width: 768px) {
  .footer .ft_right {
    padding-top: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.footer .ft_nav_wrap {
  margin-left: 4.875rem;
}
@media (max-width: 768px) {
  .footer .ft_nav_wrap {
    margin-left: 0;
  }
}
.footer .ft_nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 2.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: end;
}
@media (max-width: 768px) {
  .footer .ft_nav_list {
    display: none;
  }
}
.footer .ft_nav_item a {
  font-size: clamp(0.938rem, 0.58rem + 0.56vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 150%;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 769px) {
  .footer .ft_nav_item a:hover {
    opacity: 0.75;
  }
}
.footer .ft_linkbtn {
  display: flex;
  gap: 1.1875rem;
  margin-top: 2.5625rem;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
  justify-content: end;
}
@media (max-width: 768px) {
  .footer .ft_linkbtn {
    margin-left: 0;
    flex-wrap: wrap;
    margin-top: 0;
    justify-content: center;
  }
}
.footer .ft_linkbtn_01,
.footer .ft_linkbtn_02 {
  display: block;
  aspect-ratio: 229/76;
  max-width: clamp(11.875rem, 9.083rem + 4.36vw, 14.313rem);
}
.footer .ft_linkbtn_01 img,
.footer .ft_linkbtn_02 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .ft_linkbtn_01:hover,
.footer .ft_linkbtn_02:hover {
  opacity: 0.75;
  transform: scale(0.95);
}
.footer .ft_copyright {
  height: 4.25rem;
  display: flex;
  align-items: center;
  margin-top: 0.8125rem;
  justify-content: end;
  padding-right: 5%;
}
@media (max-width: 768px) {
  .footer .ft_copyright {
    justify-content: center;
  }
}
.footer .ft_copyright_txt {
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  letter-spacing: 0.05em;
  line-height: 150%;
  color: #899CCE;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 768px) {
  .ft_logo {
    width: 260px;
  }
}

/*-------------------------------------------------------------------------------
  HOME
--------------------------------------------------------------------------------*/
.about_sec {
  position: relative;
}

.about_inner,
.racingteam_inner {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .about_inner,
  .racingteam_inner {
    padding-top: 50px;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .about_inner {
    padding-bottom: clamp(2.5rem, 8vw, 60px);
  }
}

.racingteam_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/racing_deco.svg");
  aspect-ratio: 698/483;
  z-index: -1;
  top: -43px;
  left: -27px;
  width: clamp(28.188rem, 17.873rem + 21.46vw, 43.625rem);
  background-size: contain;
}

.cmn_detail {
  position: relative;
  z-index: 1;
  padding-top: clamp(1.25rem, 1.17vw, 22px);
  padding-bottom: clamp(1.25rem, 1.17vw, 22px);
  width: 45%;
}
@media (max-width: 1024px) {
  .cmn_detail {
    width: 57%;
  }
}
@media (max-width: 768px) {
  .cmn_detail {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.about_ttl,
.racingteam_ttl {
  margin-bottom: clamp(1.25rem, 2.6vw, 50px);
}

.cmn_en_ttl {
  font-family: "Racing Sans One", sans-serif;
  font-size: clamp(2.5rem, 1.85rem + 3.25vw, 5.75rem);
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 100%;
  margin: 0 0 clamp(1.25rem, 2.08vw, 40px);
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
}
@media (max-width: 768px) {
  .cmn_en_ttl {
    width: 90%;
  }
}

.about_ttl_en {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 26%;
}

.racingteam_ttl_en {
  width: 100%;
}

.about_ttl_ja,
.racingteam_ttl_ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1.25rem, 1.188rem + 0.31vw, 1.563rem);
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 180%;
  margin: 0;
}

.cmn_txt_wrap {
  display: flex;
  flex-flow: column;
  gap: clamp(1.25rem, 2.08vw, 40px);
}
.cmn_txt_wrap .cmn_txt_s {
  margin: 0;
}

.about_btn,
.racingteam_btn {
  display: flex;
  gap: 5%;
  justify-content: end;
}
@media (max-width: 768px) {
  .about_btn,
  .racingteam_btn {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: left;
  }
}

.cmn_inner_img {
  position: absolute;
  top: 50%;
  aspect-ratio: 783.21/537;
  max-width: 783.21px;
  width: 45%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .cmn_inner_img {
    width: 38%;
  }
}
@media (max-width: 768px) {
  .cmn_inner_img {
    position: relative;
    transform: unset;
    width: 90%;
  }
}

.about_inner_img {
  right: 0;
}
@media (max-width: 768px) {
  .about_inner_img {
    margin: 0 auto 0 0;
  }
}

.racingteam_inner_img {
  left: 0;
}
@media (max-width: 768px) {
  .racingteam_inner_img {
    margin: 0 0 0 auto;
  }
}

.about_gallery {
  position: relative;
  aspect-ratio: 1920/593;
}
@media (max-width: 768px) {
  .about_gallery {
    aspect-ratio: 1920/1191;
  }
}

.about_gallery_img {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}

.about_gallery_img_01 {
  left: clamp(0.5rem, 3.75vw, 72px);
  top: -39px;
  aspect-ratio: 716/422.66;
  z-index: 5;
  max-width: 716px;
  width: 36%;
}
@media (max-width: 768px) {
  .about_gallery_img_01 {
    width: 53%;
    left: unset;
    right: 33px;
    top: clamp(-4.063rem, -5.223rem + 5.8vw, -2.438rem);
  }
}

.about_gallery_img_02 {
  right: clamp(1rem, 8.33vw, 160px);
  aspect-ratio: 528/396;
  top: 100px;
  max-width: 528px;
  width: 32%;
  z-index: 5;
}
@media (max-width: 768px) {
  .about_gallery_img_02 {
    width: 42%;
    top: clamp(3.688rem, -3.634rem + 36.61vw, 13.938rem);
    right: auto;
  }
}

/*-------------------------------------------------------------------------------
  STORE
--------------------------------------------------------------------------------*/
.store_message_inner {
  margin-right: 5%;
  padding-top: clamp(3.125rem, 1.042rem + 4.34vw, 6.25rem);
}

.store_message_wrap {
  padding: 4% 0 4% 5%;
}
@media (max-width: 768px) {
  .store_message_wrap {
    padding: 50px 5%;
  }
}

.store_message_detail {
  width: 47%;
}
@media (max-width: 768px) {
  .store_message_detail {
    width: 100%;
  }
}

.store_message_ttl_en {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 26%;
}
@media (max-width: 768px) {
  .store_message_ttl_en {
    padding-right: 20%;
  }
}

.store_message_name {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-weight: 900;
  display: flex;
  justify-content: end;
  align-items: baseline;
  gap: 4%;
}
.store_message_name .store_message_position {
  font-size: clamp(1.063rem, 1rem + 0.31vw, 1.375rem);
}
.store_message_name .store_message_name {
  font-size: clamp(1.313rem, 1.238rem + 0.38vw, 1.688rem);
}

.store_message_inner_img {
  right: 0;
}
@media (max-width: 1024px) {
  .store_message_inner_img {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .store_message_inner_img {
    width: 90%;
  }
}

.store_overview_image_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(45%, 2fr));
  gap: clamp(0.938rem, 0.25rem + 3.44vw, 4.375rem);
  justify-content: space-between;
  padding-top: clamp(2.5rem, 0.037rem + 5.12vw, 6.25rem);
  padding-bottom: clamp(5rem, 4rem + 5vw, 10rem);
}
@media (max-width: 768px) {
  .store_overview_image_wrap {
    grid-template-columns: unset;
  }
}

.store_overview_image_wrap .is_image-panel {
  aspect-ratio: 615/444;
  display: block;
}

.store_overview_image {
  overflow: hidden;
  position: relative;
}
.store_overview_image::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='48' height='48' fill='%23ffffff' style='opacity:1;'%3E%3Cpath d='M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c6.087 0 11 4.913 11 11s-4.913 11-11 11S5 22.087 5 16S9.913 5 16 5m-1 5v5h-5v2h5v5h2v-5h5v-2h-5v-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}
.store_overview_image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.253);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.store_overview_image img {
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .store_overview_image:hover img {
    transform: scale(1.1);
  }
  .store_overview_image:hover::before {
    opacity: 1;
  }
  .store_overview_image:hover::after {
    opacity: 1;
  }
}

.store_legal_inner {
  padding-bottom: clamp(5rem, 4rem + 5vw, 10rem);
}

.store_legal_link_list {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.store_legal_link_btn {
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
}

/*-------------------------------------------------------------------------------
  SERVICE
--------------------------------------------------------------------------------*/
.service_intro_inner {
  max-width: 1760px;
  width: 95%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 5%;
  align-items: center;
  padding-top: clamp(3.125rem, 1.042rem + 4.34vw, 6.25rem);
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .service_intro_inner {
    flex-flow: column;
    width: 90%;
    margin: 0 auto;
    gap: clamp(2.5rem, -5rem + 15.63vw, 5rem);
  }
}
.service_intro_inner::before {
  content: "";
  position: absolute;
  top: 66px;
  left: 49%;
  transform: translateX(-50%);
  background-image: url("../images/logo-mark.svg");
  aspect-ratio: 437/456;
  z-index: -1;
  opacity: 0.1;
  width: 80%;
  max-width: 437px;
  background-size: contain;
}

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

.service_intro_ttl {
  font-family: "Noto Sans JP", sans-serif;
  color: #111273;
  font-size: clamp(1.25rem, 1.025rem + 1.13vw, 2.375rem);
  line-height: 180%;
  letter-spacing: 0.05em;
  display: block;
  font-weight: 900;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .service_intro_ttl {
    line-height: 150%;
    padding-bottom: 20px;
  }
}

.service_intro_inner_img_wrap {
  position: relative;
  padding-right: 7%;
}
.service_intro_inner_img_wrap .service_intro_inner_img_02 {
  position: absolute;
  content: "";
  top: clamp(14rem, 10.063rem + 6.15vw, 17.438rem);
  right: 0;
  aspect-ratio: 394/256;
  max-width: 394px;
  width: 51%;
}
@media (max-width: 768px) {
  .service_intro_inner_img_wrap .service_intro_inner_img_02 {
    top: clamp(7.625rem, 2.767rem + 24.29vw, 18.313rem);
  }
}

.service_intro_inner_img_01 {
  aspect-ratio: 646/420;
  max-width: 646px;
  width: 87%;
}

.service_list_inner {
  padding-top: clamp(1.875rem, -7.43rem + 14.53vw, 10rem);
}
@media (max-width: 1024px) {
  .service_list_inner {
    padding-top: clamp(1.25rem, -0.455rem + 8.52vw, 5rem);
  }
}

.service_list_wrap,
.works_list_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  gap: clamp(1.875rem, -1.048rem + 6.08vw, 6.25rem);
  row-gap: clamp(0.938rem, 0.25rem + 3.44vw, 4.375rem);
  padding-top: 80px;
  padding-bottom: clamp(5rem, 4rem + 5vw, 10rem);
}
@media (max-width: 1024px) {
  .service_list_wrap,
  .works_list_wrap {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .service_list_wrap,
  .works_list_wrap {
    display: flex;
    flex-flow: column;
  }
}

.works_list_empty {
  border: 2px solid #fff;
  color: #ffffff;
  padding: 20px 30px;
  line-height: 150%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  font-weight: 600;
  margin: 60px auto clamp(5rem, 4rem + 5vw, 10rem) !important;
}

.service_list_item,
.works_list_item {
  background-color: #ffffff;
  border: 2px solid #111273;
  padding: 5%;
  gap: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: -moz-fit-content;
  height: fit-content;
}

.service_list_item_ttl,
.works_list_item_ttl {
  font-size: clamp(1rem, 0.708rem + 0.61vw, 1.438rem);
  font-weight: 900;
  color: #fff;
  line-height: 180%;
  padding: 10px 3%;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 1199px) {
  .service_list_item_ttl,
  .works_list_item_ttl {
    padding: 20px 3%;
  }
}
@media (max-width: 768px) {
  .service_list_item_ttl,
  .works_list_item_ttl {
    padding: 10px 3%;
    line-height: 150%;
  }
}

.service_list_item_ttl {
  background-color: #111273;
}

.works_list_item_ttl {
  background-color: #303030;
}

.service_list_item_img,
.works_list_item_img {
  aspect-ratio: 650/400;
  overflow: hidden;
}

.service_faq_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .service_faq_list {
    gap: 5px;
  }
}

.service_faq_item {
  background-color: #ffffff;
  border: 2px solid #111273;
}

.service_faq_q_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1% 3% 1% 1%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  overflow: hidden;
}
.service_faq_q_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dbdbdb;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: 0;
}
.service_faq_q_wrap:hover::before {
  transform: scaleX(1);
}
@media (max-width: 768px) {
  .service_faq_q_wrap:hover::before {
    transform: scaleX(0);
  }
}

.service_faq_q_inner {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.service_faq_q_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 71px;
  background-color: #111273;
  font-family: "Racing Sans One", sans-serif;
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .service_faq_q_label {
    width: 50px;
    height: 50px;
    font-size: 36px;
  }
}

.service_faq_q_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 150%;
  color: #000000;
  margin: 0;
  padding: 0 clamp(1rem, 0.5rem + 2.5vw, 2.5rem);
}
@media (max-width: 768px) {
  .service_faq_q_txt {
    font-size: 15px;
    padding: 0 12px;
  }
}

.service_faq_icon {
  position: relative;
  width: clamp(1.438rem, 1.275rem + 0.81vw, 2.25rem);
  height: clamp(1.438rem, 1.275rem + 0.81vw, 2.25rem);
  flex-shrink: 0;
  z-index: 1;
  transition: transform 0.3s ease;
}

.service_faq_icon_bar {
  position: absolute;
  background-color: #111273;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.service_faq_icon_bar.service_faq_icon_bar_v {
  width: 6px;
  height: clamp(1.438rem, 1.275rem + 0.81vw, 2.25rem);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .service_faq_icon_bar.service_faq_icon_bar_v {
    width: 5px;
  }
}
.service_faq_icon_bar.service_faq_icon_bar_h {
  width: clamp(1.438rem, 1.275rem + 0.81vw, 2.25rem);
  height: 6px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .service_faq_icon_bar.service_faq_icon_bar_h {
    height: 5px;
  }
}

.service_faq_a_wrap {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease, padding 0.4s ease;
  border-top: none;
  padding: 0% 3% 0% 1%;
}

.service_faq_a_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 71px;
  background-color: #C01B1B;
  font-family: "Racing Sans One", sans-serif;
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 1%;
}
@media (max-width: 768px) {
  .service_faq_a_label {
    width: 50px;
    height: 50px;
    font-size: 36px;
  }
}

.service_faq_a {
  padding: clamp(1rem, 0.5rem + 2.5vw, 1.5rem) clamp(1rem, 0.5rem + 2.5vw, 2.5rem);
  margin: 0;
  flex: 1;
}
@media (max-width: 768px) {
  .service_faq_a {
    font-size: 15px;
    padding: 16px 12px;
  }
}

.service_faq_item.is_open .service_faq_icon {
  transform: rotate(180deg);
}
.service_faq_item.is_open .service_faq_icon_bar_v {
  opacity: 0;
}
.service_faq_item.is_open .service_faq_a_wrap {
  max-height: 1000px;
}

/*-------------------------------------------------------------------------------
  STOCK
--------------------------------------------------------------------------------*/
.stock_tel_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  padding-top: clamp(3.125rem, 1.042rem + 4.34vw, 6.25rem);
}
@media (max-width: 1024px) {
  .stock_tel_wrap {
    flex-flow: column;
    gap: 30px;
  }
}

.stock_tel_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1.125rem, 0.624rem + 0.78vw, 1.563rem);
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #000000;
}
.stock_tel_txt span {
  color: #C01B1B;
}

.cmn_tel_number {
  position: relative;
  padding: 80px 13%;
  display: inline-block;
}
@media (max-width: 1024px) {
  .cmn_tel_number {
    width: clamp(19.438rem, 9.239rem + 50.99vw, 41.875rem);
  }
}
@media (max-width: 768px) {
  .cmn_tel_number {
    padding: 40px 10%;
  }
}
.cmn_tel_number::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #111273;
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  z-index: -1;
}

.cmn_tel {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cmn_tel {
    align-items: center;
  }
}

.cmn_tel_num {
  font-family: "Racing Sans One", sans-serif;
  font-size: clamp(2.75rem, 0.889rem + 2.91vw, 4.375rem);
  letter-spacing: 0.05em;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cmn_tel_num {
    pointer-events: all;
    font-size: clamp(2.25rem, 1.717rem + 2.67vw, 2.75rem);
  }
}

.cmn_tel_time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0.938rem, 0.365rem + 0.89vw, 1.438rem);
  letter-spacing: 0.1em;
  line-height: 150%;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 768px) {
  .cmn_tel_time {
    font-size: clamp(0.75rem, 0.55rem + 1vw, 0.938rem);
  }
}

.category_menu {
  position: sticky;
  top: 200px;
  left: 0;
  width: 20%;
  flex-flow: column;
}
@media (max-width: 1024px) {
  .category_menu {
    position: unset;
    width: 100%;
    margin: 0 auto 50px;
    max-width: unset;
    gap: 10px;
    background-color: unset;
    padding: 0;
  }
}
.category_menu .category_list {
  display: flex;
  flex-flow: column;
}
.category_menu li {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #303030;
}
.category_menu li .category_btn {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  gap: clamp(0.438rem, -0.135rem + 0.89vw, 0.938rem);
  transition: all 0.3s;
  padding: 15px 0 15px 10px;
}
@media (max-width: 1024px) {
  .category_menu li .category_btn {
    padding: 10px 0 10px 10px;
  }
  .category_menu li .category_btn.is-current {
    background-color: #dbdbdb;
  }
}
.category_menu li .category_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dbdbdb;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;
}
.category_menu li .category_btn:not(.is-current):hover::after {
  transform: scaleX(1);
}
@media (max-width: 1024px) {
  .category_menu li .category_btn:not(.is-current):hover::after {
    transform: scaleX(0);
  }
}
.category_menu li .category_btn p {
  color: #303030;
  font-weight: 800;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 120%;
  letter-spacing: 0.05em;
}
.category_menu li .category_btn.is-current {
  pointer-events: none;
}
.category_menu li .category_btn.is-current::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 13px solid #111273;
  border-right: 0;
}
@media (max-width: 1024px) {
  .category_menu li .category_btn.is-current::before {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
  }
}
@media (min-width: 769px) {
  .category_menu li .category_btn:hover {
    color: #BDCA07;
  }
}

.category_menu_title {
  text-align: center;
  background-color: #303030;
  padding: 20px;
  color: #ffffff;
  font-family: "Racing Sans One", sans-serif;
  font-size: clamp(1.75rem, 1.106rem + 1.01vw, 2.313rem);
  letter-spacing: 0.05em;
  line-height: 100%;
}

.stock_empty {
  text-align: center;
  padding: 100px 0;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  font-weight: 600;
  padding: 100px 0 0px 0;
}
@media (max-width: 768px) {
  .stock_empty {
    padding: 0;
  }
}

.stock_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.188rem, -1.027rem + 5.02vw, 5rem);
}
@media screen and (max-width: 600px) {
  .stock_list {
    grid-template-columns: 1fr;
  }
}
.stock_list li {
  border: 2px solid #111273;
  padding: 5%;
  position: relative;
  display: grid;
  gap: 15px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .stock_list li {
    gap: 10px;
  }
}
.stock_list li .stock_label {
  z-index: 5;
  position: absolute;
  top: 10px;
  left: 0px;
  background-color: #111273;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.813rem, 0.75rem + 0.31vw, 1.125rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 200%;
  padding: 4px 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}
@media (max-width: 768px) {
  .stock_list li .stock_label {
    padding: 7px 10px;
    line-height: 120%;
  }
}

.stock_list_inner {
  display: flex;
  flex-flow: column;
  gap: 70px;
  width: 75%;
}
@media (max-width: 1024px) {
  .stock_list_inner {
    width: 100%;
  }
}

.stock_wrap {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 90%;
  margin: 0 auto;
  gap: 5%;
  padding-top: clamp(5rem, 4rem + 5vw, 10rem);
}
@media (max-width: 1024px) {
  .stock_wrap {
    flex-flow: column-reverse;
  }
}

.stock_gallery_trigger {
  overflow: hidden;
}

.stock_image_wrap {
  aspect-ratio: 487/297;
  display: block;
  position: relative;
}
.stock_image_wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='48' height='48' fill='%23ffffff' style='opacity:1;'%3E%3Cpath d='M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c6.087 0 11 4.913 11 11s-4.913 11-11 11S5 22.087 5 16S9.913 5 16 5m-1 5v5h-5v2h5v5h2v-5h5v-2h-5v-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}
.stock_image_wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.253);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.stock_image_wrap img {
  transition: all 0.3s ease;
}

@media (min-width: 769px) {
  a.stock_image_wrap:hover img {
    transform: scale(1.1);
  }
  a.stock_image_wrap:hover::before {
    opacity: 1;
  }
  a.stock_image_wrap:hover::after {
    opacity: 1;
  }
}

.stock_ttl {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 150%;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.stock_detail {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  line-height: 150%;
  letter-spacing: 0.05em;
  border-top: 2px solid #111273;
  padding-top: 10px;
  font-weight: 700;
}

/* ページネーション */
.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0.938rem, 0.788rem + 0.75vw, 1.688rem);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.nav-links .page-numbers {
  display: block;
  text-align: center;
  transition: all 0.3s;
  font-size: clamp(2rem, 1.875rem + 0.63vw, 2.625rem);
  color: #BABABA;
  line-height: clamp(1.875rem, 1.536rem + 1.7vw, 3.063rem);
  font-family: "Racing Sans One", sans-serif;
}
@media (min-width: 769px) {
  .nav-links .page-numbers:not(.current, .dots, .prev, .next):hover {
    transform: scale(0.8);
  }
}
.nav-links .page-numbers.current {
  color: #2D2D2D;
}
.nav-links .page-numbers.prev {
  display: grid;
  position: relative;
  padding-right: clamp(0.625rem, 0.5rem + 0.63vw, 1.25rem);
}
.nav-links .page-numbers.prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 13px solid #111273;
  border-left: 0;
}
@media (min-width: 769px) {
  .nav-links .page-numbers.prev:hover {
    transform: translateX(-3px);
  }
}
.nav-links .page-numbers.next {
  display: grid;
  position: relative;
  padding-left: clamp(0.625rem, 0.5rem + 0.63vw, 1.25rem);
}
.nav-links .page-numbers.next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 13px solid #111273;
  border-right: 0;
}
@media (min-width: 769px) {
  .nav-links .page-numbers.next:hover {
    transform: translateX(3px);
  }
}

.stock_goobike_btn {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #C01B1B;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 150%;
  margin: 0 auto;
  padding: 25px;
  width: 50%;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .stock_goobike_btn {
    font-size: 19px;
    width: 90%;
  }
}
@media (min-width: 769px) {
  .stock_goobike_btn:hover {
    opacity: 0.75;
    transform: scale(0.95);
  }
}
.stock_goobike_btn .stock_goobike_btn_icon {
  display: contents;
}

/*-------------------------------------------------------------------------------
  RACINGTEAM
--------------------------------------------------------------------------------*/
.racingteam_intro_inner {
  margin-left: 5%;
  padding-top: clamp(3.125rem, 1.042rem + 4.34vw, 6.25rem);
}

.racingteam_intro_wrap {
  padding: 7% 10% 7% 0;
}
@media (max-width: 1024px) {
  .racingteam_intro_wrap {
    padding: 4% 5% 4% 0;
  }
}
@media (max-width: 768px) {
  .racingteam_intro_wrap {
    padding: 50px 5%;
  }
}

.racingteam_intro_ttl,
.racingteam_message_ttl {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: clamp(1.25rem, 1.025rem + 1.13vw, 2.375rem);
  line-height: 180%;
  letter-spacing: 0.05em;
  display: block;
  font-weight: 900;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .racingteam_intro_ttl,
  .racingteam_message_ttl {
    line-height: 150%;
    padding-bottom: 20px;
  }
}

.racingteam_intro_detail {
  width: 45%;
}
@media (max-width: 1024px) {
  .racingteam_intro_detail {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .racingteam_intro_detail {
    width: 100%;
  }
}

.racingteam_intro_inner_img {
  left: 0;
  max-width: 660px;
}
@media (max-width: 1024px) {
  .racingteam_intro_inner_img {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .racingteam_intro_inner_img {
    margin: 0 0 0 auto;
    width: 90%;
  }
}

.cmn_racingteam_inner {
  display: flex;
  flex-flow: column;
  gap: clamp(2.5rem, 0.037rem + 5.12vw, 6.25rem);
  position: relative;
}
.cmn_racingteam_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/racing_deco.svg");
  aspect-ratio: 698/483;
  z-index: -1;
  top: clamp(2.188rem, 1.6rem + 2.94vw, 5.125rem);
  left: clamp(-19.8125rem, -6.9125rem - 10.75vw, -9.0625rem);
  width: clamp(19.375rem, 14.525rem + 24.25vw, 43.625rem);
  background-size: contain;
}

.cmn_racingteam_detail {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .cmn_racingteam_detail {
    flex-flow: column;
    gap: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
  }
}

.cmn_racingteam_ttl {
  display: flex;
  align-items: center;
  gap: clamp(0.938rem, -0.628rem + 2.09vw, 1.875rem);
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .cmn_racingteam_ttl {
    flex-flow: column;
  }
}
.cmn_racingteam_ttl.is_red .cmn_racingteam_ttl_en,
.cmn_racingteam_ttl.is_red .cmn_racingteam_ttl_ja {
  color: #C01B1B;
}
.cmn_racingteam_ttl.is_blue .cmn_racingteam_ttl_en,
.cmn_racingteam_ttl.is_blue .cmn_racingteam_ttl_ja {
  color: #111273;
}
.cmn_racingteam_ttl .cmn_racingteam_ttl_en {
  font-size: clamp(3.75rem, 0.409rem + 4.45vw, 5.75rem);
  font-family: "Racing Sans One", sans-serif;
  line-height: 100%;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .cmn_racingteam_ttl .cmn_racingteam_ttl_en {
    font-size: clamp(3rem, 2.464rem + 2.68vw, 3.75rem);
  }
}
.cmn_racingteam_ttl .cmn_racingteam_ttl_ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1.125rem, 0.394rem + 0.97vw, 1.563rem);
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #000000;
}

.cmn_racingteam_txt {
  width: 58%;
}
@media screen and (max-width: 1200px) {
  .cmn_racingteam_txt {
    width: 100%;
  }
}

.cmn_racingteam_list,
.cmn_racingteam_rider_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 3fr));
  gap: clamp(0.625rem, -0.878rem + 3.13vw, 2.875rem);
}
@media (max-width: 768px) {
  .cmn_racingteam_list,
  .cmn_racingteam_rider_list {
    grid-template-columns: unset;
  }
}

.cmn_racingteam_list_item {
  aspect-ratio: 503/338;
  position: relative;
}

.cmn_racingteam_rider_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1.438rem, 1.337rem + 0.5vw, 1.938rem);
  letter-spacing: 0.05em;
  line-height: 150%;
  margin: 0;
  display: flex;
  gap: 5px;
  padding-bottom: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}
.cmn_racingteam_rider_ttl.is_red {
  color: #C01B1B;
}
.cmn_racingteam_rider_ttl.is_blue {
  color: #111273;
}
.cmn_racingteam_rider_ttl span {
  aspect-ratio: 1/1;
  max-width: clamp(2.188rem, 1.913rem + 1.38vw, 3.563rem);
  display: block;
}
.cmn_racingteam_rider_ttl span img {
  -o-object-fit: contain;
     object-fit: contain;
}

.cmn_racingteam_rider_list_item {
  position: relative;
  margin-bottom: 20px;
}
.cmn_racingteam_rider_list_item .cmn_racingteam_rider_name {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: clamp(2.563rem, 1.101rem + 3.04vw, 4.75rem);
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 54%, rgba(255, 255, 255, 0) 100%);
  padding-top: clamp(1rem, 0.207rem + 1.65vw, 2.188rem);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(0.875rem, 0.624rem + 0.52vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 150%;
  color: #fff;
  margin: 0;
  z-index: 5;
}
@media (max-width: 768px) {
  .cmn_racingteam_rider_list_item .cmn_racingteam_rider_name {
    height: clamp(2.938rem, 1.241rem + 8.48vw, 5.313rem);
    padding-top: clamp(1.25rem, 0.313rem + 4.69vw, 2.563rem);
    font-size: clamp(0.938rem, 0.67rem + 1.34vw, 1.313rem);
  }
}

.cmn_racingteam_rider_img {
  aspect-ratio: 503/338;
  position: relative;
  overflow: hidden;
}
.cmn_racingteam_rider_img a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='48' height='48' fill='%23ffffff' style='opacity:1;'%3E%3Cpath d='M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c6.087 0 11 4.913 11 11s-4.913 11-11 11S5 22.087 5 16S9.913 5 16 5m-1 5v5h-5v2h5v5h2v-5h5v-2h-5v-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}
.cmn_racingteam_rider_img a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.253);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.cmn_racingteam_rider_img a img {
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .cmn_racingteam_rider_img a:hover img {
    transform: scale(1.1);
  }
  .cmn_racingteam_rider_img a:hover::before {
    opacity: 1;
  }
  .cmn_racingteam_rider_img a:hover::after {
    opacity: 1;
  }
}

.racingteam_off-road_sec,
.racingteam_message_inner {
  padding-bottom: clamp(5rem, 4rem + 5vw, 10rem);
}

.racingteam_message_inner {
  position: relative;
}
.racingteam_message_inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-width: clamp(30.5rem, 22.942rem + 15.73vw, 41.813rem);
  background-image: url("../images/off-road_bike.svg");
  background-size: contain;
  aspect-ratio: 435.08/261.82;
  z-index: 1;
  top: -26px;
  right: 10px;
  background-size: contain;
}
@media (max-width: 768px) {
  .racingteam_message_inner::before {
    width: 466px;
    right: -41px;
    top: -16px;
    max-width: unset;
  }
}
.racingteam_message_inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-width: clamp(19.5rem, 15.7rem + 7.91vw, 25.188rem);
  background-image: url("../images/on-road_bike.svg");
  background-size: contain;
  aspect-ratio: 418.61/231.22;
  z-index: 1;
  top: clamp(14.25rem, 11.703rem + 5.3vw, 18.063rem);
  right: -50px;
  background-size: contain;
}
@media (max-width: 768px) {
  .racingteam_message_inner::after {
    width: 336px;
    top: clamp(13.0625rem, 26.25rem - 27.455vw, 20.75rem);
    right: -59px;
    max-width: unset;
  }
}

.racingteam_message_txt {
  padding-bottom: clamp(2.188rem, 1.625rem + 2.81vw, 5rem);
  width: 68%;
}
@media (max-width: 768px) {
  .racingteam_message_txt {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------
  CONTACT
--------------------------------------------------------------------------------*/
.contact_phone_sec {
  padding-top: clamp(3.125rem, 1.042rem + 4.34vw, 6.25rem);
  padding-bottom: clamp(3.125rem, 1.042rem + 4.34vw, 6.25rem);
  position: relative;
}
.contact_phone_sec::before {
  background-image: url(../images/contact_phone.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.4;
  display: none;
}
@media screen and (max-width: 580px) {
  .contact_phone_sec {
    margin-top: clamp(3.125rem, 1.042rem + 4.34vw, 6.25rem);
    margin-bottom: clamp(3.125rem, 1.042rem + 4.34vw, 6.25rem);
  }
  .contact_phone_sec::before {
    display: block;
  }
}

.contact_phone_inner {
  width: 75%;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 1200px) {
  .contact_phone_inner {
    width: 90%;
  }
}
@media screen and (max-width: 580px) {
  .contact_phone_inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.contact_phone_img {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 696/500;
  max-width: 696px;
  width: 50%;
  z-index: -2;
}
@media screen and (max-width: 580px) {
  .contact_phone_img {
    display: none;
  }
}

.contact_form_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: clamp(5.5rem, 4.2rem + 3vw, 7.563rem);
  padding-bottom: clamp(5.5rem, 4.2rem + 3vw, 7.563rem);
}

/*-------------------------------------------------------------------------------
  お問い合わせ（共通） v 1.1.0
--------------------------------------------------------------------------------*/
form dl {
  padding-top: 30px;
}
@media (max-width: 768px) {
  form dl {
    padding-top: 25px;
  }
}
form dl:first-of-type {
  padding-top: 0px;
}
form dl dt {
  width: 100%;
}
form dl dt label {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 180%;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  color: #fff;
}
form dl dd {
  width: 100%;
  margin-top: 20px;
}
form #address02, form #address03 {
  width: 100%;
}
form .required {
  color: #fff;
  background-color: #C01B1B;
  padding: 7px 10px;
  margin-left: 20px;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}
@media (max-width: 768px) {
  form .required {
    font-size: 14px;
  }
}
form p.val-err {
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem) !important;
  color: #e42121;
  font-weight: 600;
  background-color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 13px 0px 8px;
  margin-top: 13px;
}
@media (max-width: 768px) {
  form p.val-err {
    font-size: 15px;
  }
}
form .check_no-through {
  text-align: center;
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem) !important;
  color: #e42121;
  font-weight: 600;
  background-color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 13px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  form .check_no-through {
    font-size: 15px;
  }
}
form #form-input dl:nth-of-type(6) dd {
  max-width: 500px;
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 3px;
  padding: 8px 0px 5px 40px;
  position: relative;
  line-height: 150%;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  letter-spacing: 0.05em;
  color: #fff;
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 1px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 15px;
  left: 10px;
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
  background-color: #fff;
}
input[type=radio]:checked + span::after {
  background-color: #C01B1B;
}

.radio-area {
  display: flex;
  gap: 60px;
}
@media (max-width: 1199px) {
  .radio-area {
    flex-flow: column;
    gap: 0;
  }
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  cursor: pointer;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding: 18px 0px 18px 52px;
  position: relative;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  font-weight: 700;
}
@media (max-width: 768px) {
  input[type=checkbox] + span {
    padding: 17px 0px 17px 50px;
  }
}
input[type=checkbox] + span::after {
  font-family: "Material Symbols Outlined";
  content: "\e5ca";
  font-weight: 400;
  font-size: 32px;
  display: block;
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 11px;
  left: 10px;
  opacity: 0;
  color: #D91512;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    font-size: 33px;
    top: 9px;
    left: 6px;
    width: 28px;
    height: 34px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border: 1px solid #222222;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 9px;
  left: 8px;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::before {
    top: 8px;
    left: 5px;
    width: 27px;
    height: 27px;
  }
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

input,
textarea,
select {
  background-color: #ffffff;
  color: #000;
  padding: 20px 40px;
  font-weight: 700;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 768px) {
  input,
  textarea,
  select {
    width: 100%;
    padding: 15px 10px 14px;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #9e9e9e !important;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem) !important;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #9e9e9e !important;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem) !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

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

.form_contact_01 {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  position: relative;
}
.form_contact_01::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 12px solid #222222;
  border-bottom: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .form_contact_01 {
    width: 50%;
  }
}

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

.form_address > li + li {
  margin-top: 11px;
}

textarea {
  height: 232px;
}

.mw_wp_form .contact_form_wrap .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.unit-privacy {
  background-color: #fff;
  padding: 30px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .unit-privacy {
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .unit-privacy {
    margin-top: 15px;
  }
}

.privacy-title {
  font-weight: 700;
}

.privacy-contents {
  height: clamp(9.375rem, 7.787rem + 7.94vw, 17.313rem);
  overflow-y: scroll;
  padding-right: 35px;
}
@media (max-width: 768px) {
  .privacy-contents {
    padding-right: 15px;
  }
}
.privacy-contents {
  /*スクロールバー全体*/
}
.privacy-contents::-webkit-scrollbar {
  width: 8px;
  background-color: #D9D9D9;
}
.privacy-contents {
  /*スクロールバーの軌道*/
}
.privacy-contents {
  /*スクロールバーの動く部分*/
}
.privacy-contents::-webkit-scrollbar-thumb {
  background-color: #303030;
}

.contact-privacy_title {
  font-weight: 700;
  margin-top: 20px;
}

.contact-privacy {
  font-weight: 600;
}
.contact-privacy h3 {
  font-weight: 700;
  color: #fff;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}
.contact-privacy .privacy-contents {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 160%;
  font-weight: 500;
}
.contact-privacy .bold {
  font-weight: 700;
}

.privacy-check {
  text-align: center;
  margin: 60px 0;
}
.privacy-check .wpcf7-list-item-label {
  font-size: clamp(0.875rem, 0.768rem + 0.54vw, 1.25rem);
  font-weight: 600;
}
@media (max-width: 768px) {
  .privacy-check {
    margin: 30px 0;
  }
}

.confirm-button {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 90px;
  height: -moz-fit-content;
  height: fit-content;
  border: 2px solid #ffffff;
  gap: 24px;
  padding: 15px 160px;
  color: #ffffff;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .confirm-button:hover {
    background-color: #ffffff;
    color: #111273;
  }
}
@media (max-width: 768px) {
  .confirm-button {
    min-height: 72px;
    gap: 10px;
    padding: 15px 50px;
  }
}

.contact-checkbox_unt .val-err {
  text-align: center;
  margin: 0 auto;
}

#form-confirm {
  background-color: #fff;
  padding: 120px 100px;
}
@media (max-width: 768px) {
  #form-confirm {
    padding: 5%;
  }
}
#form-confirm .required {
  margin-left: clamp(0.438rem, -0.105rem + 1.13vw, 1.25rem);
}
#form-confirm dl {
  border-bottom: 2px solid #111273;
  padding-bottom: 30px;
  padding-top: 30px;
  display: flex;
  gap: 3%;
}
@media (max-width: 768px) {
  #form-confirm dl {
    flex-flow: column;
    padding-bottom: 15px;
  }
}
#form-confirm dl dt {
  width: 500px;
}
#form-confirm dl dt label {
  color: #111273;
}
@media (max-width: 768px) {
  #form-confirm dl dt label {
    color: #fff;
  }
}
#form-confirm dl:first-of-type {
  padding-top: 0px;
}
@media (max-width: 768px) {
  #form-confirm dl {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#form-confirm dd {
  font-weight: 700;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 0;
}
@media (max-width: 768px) {
  #form-confirm dd {
    padding: 15px 20px 0;
  }
}
#form-confirm .form_contact_01::after {
  display: none;
}

.wpcf7-form .check_submit {
  display: flex;
  gap: 30px;
  margin: 50px auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit {
    flex-flow: column;
    gap: 0;
  }
}
.wpcf7-form .check_submit .back-button,
.wpcf7-form .check_submit .submit_btn {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  color: #fff;
  width: 276px;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid #222222;
}
.wpcf7-form .check_submit .back-button {
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
  font-weight: 600;
  background: #898989;
  padding: 15px 36px;
  line-height: 180%;
  transition: all 0.3s ease;
  color: #ffffff;
}
.wpcf7-form .check_submit .back-button::before {
  display: none;
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .back-button:hover {
    opacity: 0.75;
    transform: scale(0.95);
  }
}
.wpcf7-form .check_submit .submit_btn {
  background-color: #C01B1B;
  color: #ffffff;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit .submit_btn {
    margin: 20px auto 0;
  }
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .submit_btn:hover {
    opacity: 0.75;
    transform: scale(0.95);
  }
}
.wpcf7-form .check_submit .submit_btn input {
  color: unset;
  border-radius: unset;
  box-shadow: unset;
  text-align: center;
  padding: 15px 36px;
  width: 100%;
  background-color: unset;
}

@media (max-width: 768px) {
  .step-confirm #form-confirm dt {
    width: 100%;
    padding: 5px 20px;
    background-color: #292929;
  }
  .step-confirm #form-confirm dt .required {
    display: none;
  }
  .step-confirm #form-confirm dl {
    border-bottom: unset;
    padding-top: 0px;
  }
  .step-confirm #form-confirm .form_address > li + li {
    margin-top: 0px;
  }
}

.wpcf7-back_wrap .back-button::before {
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\e314";
  font-weight: 400;
  transition: all 0.3s;
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 100%;
  padding-left: 1px;
}

.contact_complete_sec {
  padding: clamp(5rem, 3.5rem + 4vw, 8rem) 0 0;
}

.contact_complete_inner {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact_complete_inner {
    width: 90%;
  }
}

.contact_complete_btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 8px;
  height: 50px;
  padding: 0 20px;
  border: 2px solid #111273;
  color: #111273;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 1.04vw, 1.25rem);
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
  margin: 47px auto 0;
}
@media (min-width: 769px) {
  .contact_complete_btn:hover {
    background-color: #111273;
    color: #fff;
  }
}

.contact_complete_txt {
  margin-top: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
  text-align: center;
}
@media (max-width: 768px) {
  .contact_complete_txt {
    text-align: left;
  }
}

.error404 .error404_inner {
  padding: clamp(5rem, 3.5rem + 4vw, 8rem) 0 0;
}
.error404 .cmn_txt_s {
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .error404 .cmn_txt_s {
    padding: 20px;
  }
}
.error404 .home_back_btn {
  margin: 50px auto 100px;
}

#form-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 16px 24px;
}

.form-progress-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.form-progress-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.form-progress-label {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
}

.form-progress-text {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.form-progress-bar-container {
  width: 100%;
  height: 8px;
  background: #f0f0f0;
  border-radius: 999px;
  overflow: hidden;
}

.form-progress-bar {
  height: 100%;
  background: #4caf50;
  border-radius: 999px;
  transition: width 0.3s ease, background 0.3s ease;
}
.form-progress-bar.is-required-complete {
  background: #2196f3;
}

input:not([type=radio]):not([type=checkbox]):-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationAutfillBg, var(--topValidationThroughBg, #E2FBE2)) inset;
}
input:not([type=radio]):not([type=checkbox]).val-err,
select.val-err,
textarea.val-err {
  background-color: var(--topValidationErrBg, #FFE4E4) !important;
}
input:not([type=radio]):not([type=checkbox]).val-err:-webkit-autofill,
select.val-err:-webkit-autofill,
textarea.val-err:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationErrBg, #FFE4E4) inset;
}
input:not([type=radio]):not([type=checkbox]).val-through,
select.val-through,
textarea.val-through {
  background-color: var(--topValidationThroughBg, #E2FBE2) !important;
}
input:not([type=radio]):not([type=checkbox]).val-through:-webkit-autofill,
select.val-through:-webkit-autofill,
textarea.val-through:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationThroughBg, #E2FBE2) inset;
}

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

.check_no-through {
  color: var(--topValidationErr, #e40000);
}

.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: var(--topValidationErrBg, #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: var(--topValidationThroughBg, #E2FBE2) !important;
}

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