/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  - space -
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  - container -
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  - img frame -
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  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: #090909;
  --thumb-color: #aaa;
  /* テーブル・リスト */
  /* プライバシーポリシー */
  /* 送信ボタン */
  /* ハニーポット非表示 */
  /* エラーメッセージの指定 */
  /* エラー時の背景色 */
  /* 確認画面 */
  /* 送信完了画面 */
}
.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: #090909;
  background-color: #aaa;
  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:has(select), .contact_form_unit tr dd:has(select), .contact_form_unit dl td:has(select), .contact_form_unit dl dd:has(select) {
  position: relative;
}
.contact_form_unit tr td:has(select)::before, .contact_form_unit tr dd:has(select)::before, .contact_form_unit dl td:has(select)::before, .contact_form_unit dl dd:has(select)::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: calc(var(--space-size) * 2);
  transform: translateY(-50%);
}
.contact_form_unit tr td textarea, .contact_form_unit tr dd textarea, .contact_form_unit dl td textarea, .contact_form_unit dl dd textarea {
  height: 200px;
  display: block;
}
.contact_form_unit tr td .radio_list > li label input[type=radio], .contact_form_unit tr dd .radio_list > li label input[type=radio], .contact_form_unit dl td .radio_list > li label input[type=radio], .contact_form_unit dl dd .radio_list > li label input[type=radio] {
  display: none;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::before {
  content: "";
  width: var(--radio-outer);
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #909090;
}
.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: #909090;
}
.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 #909090;
}
.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: #909090;
}
.contact_form_unit tr td .uploaded_file p span, .contact_form_unit tr dd .uploaded_file p span, .contact_form_unit dl td .uploaded_file p span, .contact_form_unit dl dd .uploaded_file p span {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.contact_form_unit .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #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 .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 #909090;
}
.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: #909090;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.contact_form_unit .form_actions {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: calc(var(--space-size) * 10);
  margin: calc(var(--space-size) * 4) auto 0;
}
@media (max-width: 768px) {
  .contact_form_unit .form_actions {
    flex-direction: column;
    gap: calc(var(--space-size) * 2);
  }
}
.contact_form_unit .form_actions .btn_contact_submit.disable > span {
  display: block;
  color: #e75b74;
}
.contact_form_unit input[name=mail_confirm] {
  display: none;
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.contact_form_unit.form_confirm table {
  border-spacing: 0 calc(var(--space-size) * 4);
}
.contact_form_unit.form_confirm dl {
  margin-top: calc(var(--space-size) * 4);
}
.contact_form_unit.form_thanks h3 {
  font-size: 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: #090909;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
body .loading_mask#is-no-js {
  /**
   * js の読み込みに失敗した時に .loading_mask を消す
   */
  animation-name: noScriptLoading;
  animation-duration: 1s;
  animation-delay: 1s;
  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: #fff;
}
.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: 80vh;
  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: #fff;
}
.modal-wrapper button:focus {
  text-shadow: 0 0 10px rgba(9, 9, 9, 0.5), -2px 0 15px rgba(143, 35, 35, 0.2), 2px 0 15px rgba(170, 170, 170, 0.5);
}

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

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

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

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  background: #090909;
}

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

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

/*-------------------------------------------------------------------------------
  - loading -
--------------------------------------------------------------------------------*/
.loading_mask {
  position: relative;
}
.loading_mask .loading_logo {
  position: absolute;
  display: block;
  width: 50%;
  max-width: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  aspect-ratio: 1/1;
  opacity: 0;
}
.loading_mask .loading_logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*-------------------------------------------------------------------------------
  - cursor -
--------------------------------------------------------------------------------*/
.custom-cursor {
  position: fixed;
  display: block;
  width: 100px;
  height: 100px;
  background: #fff;
  mix-blend-mode: difference;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.3);
  z-index: 9999;
}
@media (max-width: 768px) {
  .custom-cursor {
    display: none;
  }
}

/*-------------------------------------------------------------------------------
  - common -
--------------------------------------------------------------------------------*/
.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .sp_only {
    display: inline;
  }
}

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

.boxer {
  display: block;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
}
.boxer img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.boxer::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  content: "\e8ff";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 400;
  color: #fff;
  font-size: clamp(3.125rem, 4.1724617524vw + 1.8732614743rem, 5rem);
  opacity: 0;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .boxer:hover img {
    transform: scale(1.1);
    opacity: 0.5;
  }
  .boxer:hover::after {
    opacity: 1;
  }
}

.cmn_logo_l {
  display: block;
  overflow: hidden;
  aspect-ratio: 198 / 162;
  width: 100%;
  width: 198px;
}
.cmn_logo_l img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .cmn_logo_l {
    width: 100px;
  }
}

.cmn_ttl_en {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 32px;
  font-size: 2rem;
  writing-mode: vertical-rl;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #868686;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .cmn_ttl_en {
    writing-mode: horizontal-tb;
    margin: 0;
    text-align: left;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .cmn_ttl_en.is-faq {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.cmn_ttl_01 {
  position: relative;
  font-size: clamp(1.125rem, 0.5563282337vw + 0.9581015299rem, 1.375rem);
  padding-left: min(65px, 4.5138888889vmax);
}
.cmn_ttl_01::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: min(45px, 3.125vmax);
  height: 1px;
  background: #868686;
}

.cmn_ttl_ja {
  font-size: clamp(1.25rem, 1.668984701vw + 0.7493045897rem, 2rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
}

.cmn_txt_01 {
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 2;
}

.cmn_2column_wrapper {
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .cmn_2column_wrapper {
    flex-direction: column;
  }
}

.cmn_fix_ttl_block {
  position: sticky;
  width: 18.05%;
  text-align: center;
  height: calc(100% - 150px);
  top: 150px;
}
@media (max-width: 768px) {
  .cmn_fix_ttl_block {
    position: relative;
    width: 100%;
    top: auto;
  }
}

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

.cmn_contact_btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  display: flex;
  align-items: center;
  gap: min(20px, 1.3888888889vmax);
}
.cmn_contact_btn .icon {
  border: solid 1px #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .cmn_contact_btn .icon {
    width: 50px;
    height: 50px;
  }
}
.cmn_contact_btn .icon::before {
  content: "\e151";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: 100;
  color: #FFF;
  line-height: min(100px, 6.9444444444vmax);
  line-height: 100px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .cmn_contact_btn .icon::before {
    line-height: 50px;
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.cmn_contact_btn p {
  position: relative;
  text-transform: uppercase;
  font-family: "EB Garamond", serif;
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  border-bottom: solid 1px #909090;
  padding-right: 1.8em;
}
.cmn_contact_btn p::before, .cmn_contact_btn p::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\f8ce";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 400;
  color: #909090;
  font-size: clamp(1.25rem, 0.5563282337vw + 1.0831015299rem, 1.5rem);
  vertical-align: middle;
  transition: all 0.3s ease;
}
.cmn_contact_btn p::after {
  transform: translate(-100%, 100%);
  opacity: 0;
}
@media (min-width: 769px) {
  .cmn_contact_btn:hover .icon::before {
    transform: rotateY(180deg);
  }
  .cmn_contact_btn:hover p::before {
    transform: translate(100%, -100%);
    opacity: 0;
  }
  .cmn_contact_btn:hover p::after {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.cmn_btn_01 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
.cmn_btn_01 span {
  position: relative;
  text-transform: uppercase;
  font-family: "EB Garamond", serif;
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  border-bottom: solid 1px #909090;
  line-height: 1.3;
  padding-bottom: 10px;
  padding-right: 1.8em;
  display: inline-block;
}
.cmn_btn_01 span::before, .cmn_btn_01 span::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "\f8ce";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 400;
  color: #909090;
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  vertical-align: middle;
  transition: all 0.3s ease;
  transform: translate(0, -50%);
}
.cmn_btn_01 span::after {
  transform: translate(-100%, 100%);
  opacity: 0;
}
.cmn_btn_01.is-ja span {
  font-family: "Noto Sans JP", sans-serif;
  text-transform: none;
}
.cmn_btn_01.is-sns {
  position: relative;
  padding-left: min(55px, 3.8194444444vmax);
}
.cmn_btn_01.is-sns::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-55%);
  content: "";
  display: inline-block;
  width: min(40px, 2.7777777778vmax);
  aspect-ratio: 1/1;
  background: url(../images/instagram_icon.svg) no-repeat center/contain;
}
@media (min-width: 769px) {
  .cmn_btn_01:hover span::before {
    transform: translate(100%, -100%);
    opacity: 0;
  }
  .cmn_btn_01:hover span::after {
    transform: translate(0, -50%);
    opacity: 1;
  }
}

.pin-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  contain: paint;
}
.pin-section::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, rgba(9, 9, 9, 0.8) 30%, rgba(9, 9, 9, 0.944945) 100%);
  opacity: 0.6;
}

.pin-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  inset: 0;
  will-change: transform;
}
@media (max-width: 768px) {
  .pin-bg {
    height: 65dvh;
  }
}
.pin-bg > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pin-bg::before, .pin-bg::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 19.73%;
  background: linear-gradient(180deg, #090909 0%, rgba(9, 9, 9, 0) 100%);
}
.pin-bg::after {
  top: auto;
  bottom: 0;
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, #090909 100%);
}

/*-------------------------------------------------------------------------------
  - header -
--------------------------------------------------------------------------------*/
body::-webkit-scrollbar {
  background: #090909;
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #090909;
  width: 10px;
}
body::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 0;
}

.gt_float_wrapper {
  z-index: 10 !important;
}
@media (max-width: 768px) {
  .gt_float_wrapper {
    top: auto !important;
    bottom: 20px !important;
  }
}

.gt_float_switcher, .gt-selected {
  background: transparent !important;
  font-size: 16px !important;
  font-family: "Noto Sans JP", sans-serif !important;
  text-align: right !important;
}

.gt_float_switcher {
  box-shadow: none !important;
}
.gt_float_switcher .gt-selected {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}
.gt_float_switcher .gt-selected .gt-current-lang {
  position: relative;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.gt_float_switcher .gt-selected .gt-current-lang .gt-lang-code {
  color: #fff !important;
  transition: all 0.3s ease;
}
.gt_float_switcher .gt-selected .gt-current-lang::after {
  position: absolute;
  bottom: 0;
  right: 13px;
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .gt_float_switcher .gt-selected .gt-current-lang:hover {
    background: transparent !important;
  }
  .gt_float_switcher .gt-selected .gt-current-lang:hover .gt-lang-code {
    color: #aaa !important;
  }
  .gt_float_switcher .gt-selected .gt-current-lang:hover::after {
    background: #aaa;
  }
}

.gt-selected img {
  display: none !important;
}

.gt_float_switcher img {
  display: none !important;
}

.gt_float_switcher .gt_options a {
  color: #fff !important;
}

.gt_float_switcher-arrow {
  display: none !important;
}

.gt_float_switcher .gt_options a {
  transition: all 0.3s ease;
}
.gt_float_switcher .gt_options a:hover {
  background: transparent !important;
  color: #aaa !important;
}

.header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  box-sizing: border-box;
}

.btn-trigger {
  position: fixed;
  top: 20px;
  right: 70px;
  z-index: 11;
  display: block;
  width: 50px;
  height: 50px;
  padding: 18px 20px 17px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .btn-trigger {
    top: 10px;
    right: 10px;
  }
}
.btn-trigger span {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  will-change: transform;
}
.btn-trigger span:nth-of-type(2) {
  top: 26px;
}
.btn-trigger span:nth-last-of-type(3) {
  top: 34px;
}
.btn-trigger.is-open {
  transform: rotate(90deg);
}
.btn-trigger.is-open span {
  transform: translate(-50%, 3px);
  top: 23px;
  left: 51%;
  transition: opacity 0.3s ease, top 0.3s ease, transform 0.3s ease 0.3s;
}
.btn-trigger.is-open span:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.is-open span:nth-of-type(3) {
  transform: translate(-50%, -3px);
  top: 23px;
}
.btn-trigger:not(.is-open) span {
  transition: opacity 0.3s ease, transform 0.3s ease, top 0.3s ease 0.3s;
}
@media (min-width: 769px) {
  .btn-trigger:hover {
    opacity: 0.5;
  }
}

.nav_global {
  position: absolute;
  display: flex;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: auto;
  background: #090909;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .nav_global {
    flex-direction: column;
  }
}
.nav_global .nav_global_bg {
  width: 36.45%;
  flex-shrink: 0;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s;
}
.nav_global .nav_global_bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(20px);
  transition: filter 1s ease;
}
@media (max-width: 1024px) {
  .nav_global .nav_global_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .nav_global .nav_global_bg::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(9, 9, 9, 0.75);
  }
}
.nav_global .nav_global_inner {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  overflow-y: auto;
  min-height: auto;
  max-height: 100%;
}
.nav_global .nav_global_inner::-webkit-scrollbar {
  background: #090909;
  width: 10px;
}
.nav_global .nav_global_inner::-webkit-scrollbar-track {
  background: #090909;
  width: 10px;
}
.nav_global .nav_global_inner::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 0;
}
@media (max-width: 768px) {
  .nav_global .nav_global_inner {
    display: flex;
    flex-direction: column;
  }
}
.nav_global .nav_global_inner .cmn_logo_l_wrapper {
  grid-area: 1/2/2/3;
  padding-top: clamp(100px, 35%, 250px);
}
@media (max-width: 768px) {
  .nav_global .nav_global_inner .cmn_logo_l_wrapper {
    grid-area: auto;
    padding-top: 20px;
    padding-left: 20px;
  }
}
.nav_global .nav_global_inner .cmn_logo_l {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .nav_global .nav_global_inner .cmn_logo_l {
    margin-left: 0;
  }
}
.nav_global .nav_global_inner .hd_nav {
  grid-area: 1/1/3/2;
  display: grid;
  display: flex;
  flex-direction: column;
  padding-top: clamp(100px, 35%, 250px);
  padding-left: max(80px, 40%);
  row-gap: min(40px, 2.7777777778vmax);
}
@media (max-width: 1024px) {
  .nav_global .nav_global_inner .hd_nav {
    padding-left: 45%;
    grid-area: auto;
  }
}
@media (max-width: 768px) {
  .nav_global .nav_global_inner .hd_nav {
    padding-top: 50px;
    padding-left: 0;
    align-items: center;
  }
}
.nav_global .nav_global_inner .hd_nav li a {
  display: block;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .nav_global .nav_global_inner .hd_nav li a:hover {
    letter-spacing: 0.2em;
  }
}
.nav_global .nav_global_inner .hd_nav li.is-current a {
  color: #909090;
}
.nav_global .nav_global_inner .hd_nav li:last-of-type {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .nav_global .nav_global_inner .hd_nav li:last-of-type {
    padding-bottom: 20px;
  }
}
.nav_global .nav_global_inner .nav_global_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-area: 2/2/3/3;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .nav_global .nav_global_inner .nav_global_contact {
    grid-area: auto;
  }
}
.nav_global .nav_global_inner .nav_global_tel {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: "EB Garamond", serif;
  line-height: 1;
  text-align: center;
  margin-top: min(150px, 10.4166666667vmax);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .nav_global .nav_global_inner .nav_global_tel {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .nav_global .nav_global_inner .nav_global_tel {
    margin-top: 30px;
    pointer-events: auto;
  }
}
.nav_global .nav_global_inner .nav_global_tel p {
  font-size: clamp(1.75rem, 0.5563282337vw + 1.5831015299rem, 2rem);
}
.nav_global .nav_global_inner .open_time_wrapper {
  margin-top: 10px;
  font-size: clamp(0.75rem, 0.2781641168vw + 0.666550765rem, 0.875rem);
}
.nav_global .nav_global_inner .open_time_wrapper p span {
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
}
.nav_global .nav_global_inner .open_time_wrapper p:nth-of-type(2) {
  margin-top: 5px;
}
.nav_global .nav_global_inner .cmn_contact_btn {
  margin-top: 20px;
}
.nav_global.is-open {
  transform: translateY(0);
}
.nav_global.is-open .nav_global_bg {
  opacity: 1;
  transition-delay: 0.2s;
}
.nav_global.is-open .nav_global_bg > img {
  filter: blur(0);
  transition-delay: 0.2s;
}

.shop_link {
  position: fixed;
  z-index: 3;
  bottom: 20px;
  right: 11px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: rgba(255, 255, 255, 0.15);
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 15px 30px;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .shop_link {
    font-size: 13px;
    font-size: 0.8125rem;
    right: 10px;
    bottom: 10px;
  }
}
.shop_link.is-hide {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .shop_link:hover {
    background: rgba(255, 255, 255, 0.35);
  }
}

/*-------------------------------------------------------------------------------
  - mainimg -
--------------------------------------------------------------------------------*/
body {
  position: relative;
}
@media (max-width: 768px) {
  body:not(.index) .mainimg {
    padding-top: 100px;
  }
}

.mainimg {
  position: relative;
}
@media (max-width: 768px) {
  .mainimg {
    padding-top: 240px;
  }
}
.mainimg .mainimg_copy {
  position: absolute;
  top: 50%;
  right: min(50px, 3.4722222222vmax);
  z-index: 3;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .mainimg .mainimg_copy {
    top: 110px;
    transform: translateY(0);
  }
}
.mainimg .mainimg_copy span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: clamp(1rem, 1.1126564673vw + 0.6662030598rem, 1.5rem);
  letter-spacing: 0.08em;
  font-weight: 300;
  line-height: 1.5;
}
.mainimg .mainimg_copy span:nth-of-type(2) {
  font-family: "EB Garamond", serif;
  font-size: clamp(2.5rem, 4.1724617524vw + 1.2482614743rem, 4.375rem);
  letter-spacing: 0.05em;
  font-weight: 400;
}

.mainimg_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.mainimg_inner::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 47.36%;
  background: linear-gradient(0deg, rgba(9, 9, 9, 0) 0%, rgba(9, 9, 9, 0.2) 100%);
}
.mainimg_inner::before, .mainimg_inner::after {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 19.73%;
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, #090909 100%);
}
@media (max-width: 768px) {
  .mainimg_inner::before, .mainimg_inner::after {
    height: 10%;
  }
}
.mainimg_inner::before {
  display: none;
}
@media (max-width: 768px) {
  .mainimg_inner::before {
    display: block;
    top: 0;
    background: linear-gradient(180deg, #090909 0%, rgba(9, 9, 9, 0) 100%);
  }
}
.mainimg_inner .movie_btn {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  left: min(64px, 4.4444444444vmax);
  display: flex;
  gap: 10px;
  font-family: "EB Garamond", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .mainimg_inner .movie_btn {
    bottom: -40px;
    left: auto;
    right: 5%;
  }
}
.mainimg_inner .movie_btn .js_video_button {
  display: flex;
  gap: 5px;
}
.mainimg_inner .movie_btn .js_video_button span {
  color: #909090;
  transition: all 0.3s ease;
}
.mainimg_inner .movie_btn .js_video_button span.slash {
  color: #fff;
}
.mainimg_inner .movie_btn .js_video_button span.is-active {
  color: #fff;
}
@media (min-width: 769px) {
  .mainimg_inner .movie_btn .js_video_button:hover span:hover {
    color: #fff;
  }
}

.mainimg_bg_video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.mainimg_bg_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  box-sizing: border-box;
  background-color: transparent;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

.mainimg_bg_img_index {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  width: 100%;
  height: 100%;
}
.mainimg_bg_img_index img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}

.mainimg_bg_img {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  width: 76.38%;
  height: 100%;
}
.mainimg_bg_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .mainimg_bg_img {
    width: 100%;
  }
}

.hd_logo {
  position: absolute;
  display: block;
  top: 50px;
  left: 60px;
  z-index: 5;
  width: 144px;
  aspect-ratio: 144/120;
}
@media (max-width: 768px) {
  .hd_logo {
    width: 65px;
    top: 20px;
    left: 20px;
  }
}
.hd_logo > img {
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .hd_logo:hover > img {
    transform: scale(0.9);
  }
}

.mainimg_ttl_block {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(270deg, #000000 37.28%, rgba(9, 9, 9, 0) 100%);
  width: 58.54%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 10%;
  align-items: flex-end;
  justify-content: center;
}

.mainimg_ttl_en {
  font-family: "EB Garamond", serif;
  font-size: clamp(3rem, 2.2253129346vw + 2.3324061196rem, 4rem);
  text-transform: capitalize;
  background: linear-gradient(88.66deg, #9D9B9B 19.33%, #4E4E4E 99.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

.mainimg_ttl_ja {
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

/*-------------------------------------------------------------------------------
  - index -
--------------------------------------------------------------------------------*/
.index_ttl_01 {
  font-family: "EB Garamond", serif;
  font-size: clamp(2.5rem, 7.7885952712vw + 0.1634214186rem, 6rem);
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  display: block;
}

.index_intro_unit {
  position: relative;
  padding-top: min(76px, 5.2777777778vmax);
}
@media (max-width: 768px) {
  .index_intro_unit {
    padding-top: 130px;
  }
}
.index_intro_unit .index_intro_img_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index_intro_unit .index_intro_img_wrapper {
    opacity: 0.5;
    transform: translateY(5%);
  }
}
.index_intro_unit .index_intro_img_wrapper .index_intro_img {
  position: absolute;
  top: 4.0169133192%;
  left: 0;
  display: block;
  overflow: hidden;
  aspect-ratio: 424 / 641;
  width: 100%;
  width: 29.4444444444%;
  max-height: 641px;
  filter: blur(20px);
  opacity: 0;
  transition: opacity 0.6s, filter 1s ease;
}
.index_intro_unit .index_intro_img_wrapper .index_intro_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .index_intro_unit .index_intro_img_wrapper .index_intro_img {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .index_intro_unit .index_intro_img_wrapper .index_intro_img {
    width: 40%;
  }
}
.index_intro_unit .index_intro_img_wrapper .index_intro_img:nth-of-type(2) {
  aspect-ratio: 323/459;
  width: 22.4305555556%;
  max-height: 459px;
  top: 20.2959830867%;
  left: auto;
  right: 0;
}
@media (max-width: 768px) {
  .index_intro_unit .index_intro_img_wrapper .index_intro_img:nth-of-type(2) {
    width: 30%;
  }
}
.index_intro_unit .index_intro_img_wrapper .index_intro_img:nth-of-type(3) {
  aspect-ratio: 1101/662;
  width: 76.4583333333%;
  max-height: 662px;
  top: 34.778012685%;
  opacity: 0.49;
  z-index: -2;
}
@media (max-width: 768px) {
  .index_intro_unit .index_intro_img_wrapper .index_intro_img:nth-of-type(3) {
    width: 80%;
  }
}
.index_intro_unit .index_intro_img_wrapper .index_intro_img:nth-of-type(3).is-appeared {
  opacity: 0.49;
}
.index_intro_unit .index_intro_img_wrapper .index_intro_img:nth-of-type(4) {
  aspect-ratio: 323/459;
  width: 22.4305555556%;
  max-height: 459px;
  top: 64.0591966173%;
  left: 6.5277777778%;
}
@media (max-width: 768px) {
  .index_intro_unit .index_intro_img_wrapper .index_intro_img:nth-of-type(4) {
    width: 30%;
    top: 80%;
  }
}
.index_intro_unit .index_intro_img_wrapper .index_intro_img:nth-of-type(5) {
  aspect-ratio: 398/274;
  width: 27.6388888889%;
  max-height: 274px;
  top: 60.4122621564%;
  left: auto;
  right: 8.6111111111%;
}
@media (max-width: 768px) {
  .index_intro_unit .index_intro_img_wrapper .index_intro_img:nth-of-type(5) {
    width: 40%;
    top: 70%;
  }
}
.index_intro_unit .index_intro_img_wrapper .index_intro_img.is-appeared {
  opacity: 1;
  filter: blur(0);
  transition-delay: 0.2s;
}
.index_intro_unit .index_intro_block_wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: min(120px, 8.3333333333vmax);
  margin-top: min(80px, 5.5555555556vmax);
  text-shadow: 0px 0px 5px #090909;
}
@media (max-width: 768px) {
  .index_intro_unit .index_intro_block_wrapper {
    padding-top: 100px;
    position: relative;
    padding-top: 0;
  }
}
.index_intro_unit .index_intro_block_wrapper .cmn_ttl_ja {
  padding-right: 5%;
  padding-left: 43.05%;
}
@media (max-width: 1024px) {
  .index_intro_unit .index_intro_block_wrapper .cmn_ttl_ja {
    padding-left: 25%;
  }
}
@media (max-width: 768px) {
  .index_intro_unit .index_intro_block_wrapper .cmn_ttl_ja {
    padding-left: 5%;
    text-shadow: 2px 2px 2px rgba(9, 9, 9, 0.6);
  }
}
@media (max-width: 768px) {
  .index_intro_unit .index_intro_block_wrapper .cmn_txt_01 {
    text-shadow: 2px 2px 2px rgba(9, 9, 9, 0.6);
  }
}
.index_intro_unit .index_intro_block_wrapper .index_intro_block {
  padding-right: 5%;
  padding-left: 35.2%;
  margin-top: min(116px, 8.0555555556vmax);
}
@media (max-width: 1024px) {
  .index_intro_unit .index_intro_block_wrapper .index_intro_block {
    padding-left: 25%;
  }
}
@media (max-width: 768px) {
  .index_intro_unit .index_intro_block_wrapper .index_intro_block {
    padding-left: 5%;
  }
}
.index_intro_unit .index_intro_block_wrapper .index_intro_block .cmn_btn_01 {
  position: relative;
  z-index: 2;
  margin-top: min(100px, 6.9444444444vmax);
}

.index_photographs_unit {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index_photographs_unit {
    height: auto;
    margin-top: 100px;
  }
}
.index_photographs_unit .ellipse {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 80%;
  left: -35%;
  top: 50%;
  background: #212121;
  filter: blur(60px);
  animation: ellipseAnim1 18s infinite ease-in-out alternate;
  /* 楕円化 */
  border-radius: 50%;
  /* 斜め回転 */
  transform: rotate(15.69deg);
}
.index_photographs_unit .ellipse:nth-of-type(2) {
  top: -20%;
  transform: rotate(0);
  left: 60%;
  animation: ellipseAnim2 15s infinite ease-in-out alternate;
}
.index_photographs_unit .index_photographs_unit_inner {
  display: flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content; /* 子要素の合計幅を持たせる */
}
@media (max-width: 768px) {
  .index_photographs_unit .index_photographs_unit_inner {
    width: auto;
    display: block;
  }
}
.index_photographs_unit .index_photographs_unit_inner .index_photographs_block_01 {
  width: 83vw;
  height: 100vh;
  padding: min(200px, 13.8888888889vmax) min(117px, 8.125vmax) min(50px, 3.4722222222vmax) min(165px, 11.4583333333vmax);
}
@media (max-width: 768px) {
  .index_photographs_unit .index_photographs_unit_inner .index_photographs_block_01 {
    height: auto;
    width: 100%;
    padding: 50px 5% 30px;
  }
}
.index_photographs_unit .index_photographs_unit_inner .index_photographs_block_01 > p {
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  letter-spacing: 0.05em;
  margin-top: min(94px, 6.5277777778vmax);
}
.index_photographs_unit .index_photographs_ttl_01 span {
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "EB Garamond", serif;
  background: linear-gradient(88.66deg, #4E4E4E 19.33%, #9D9B9B 99.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: block;
  white-space: nowrap;
}
.index_photographs_unit .index_photographs_ttl_01 span:nth-of-type(1) {
  font-size: 7.52vw;
}
@media (max-width: 768px) {
  .index_photographs_unit .index_photographs_ttl_01 span:nth-of-type(1) {
    font-size: 14vw;
  }
}
.index_photographs_unit .index_photographs_ttl_01 span:nth-of-type(2) {
  position: relative;
  font-size: 4.4vw;
  padding-left: 10vw;
}
@media (max-width: 768px) {
  .index_photographs_unit .index_photographs_ttl_01 span:nth-of-type(2) {
    font-size: 6vw;
  }
}
.index_photographs_unit .index_photographs_ttl_01 span:nth-of-type(2)::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: inline-block;
  width: 8.33vw;
  height: 3px;
  background: #4E4E4E;
}
.index_photographs_unit .index_photographs_ttl_02 {
  font-size: clamp(1.25rem, 0.5563282337vw + 1.0831015299rem, 1.5rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.index_photographs_points {
  counter-reset: number 0;
  display: flex;
  flex-wrap: nowrap;
  gap: min(116px, 8.0555555556vmax);
  padding-right: 29.5vw;
}
@media (max-width: 768px) {
  .index_photographs_points {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 50px;
  }
}
.index_photographs_points .index_photographs_block_02 {
  counter-increment: number 1;
  width: 80vw;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: min(74px, 5.1388888889vmax) min(0px, 0vmax) min(74px, 5.1388888889vmax) min(0px, 0vmax);
}
@media (max-width: 768px) {
  .index_photographs_points .index_photographs_block_02 {
    display: block;
    width: 100%;
    height: auto;
  }
}
.index_photographs_points .index_photographs_block_02 .index_photographs_img {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
  position: relative;
  border-left: solid 2px #8A8A8A;
  border-top: solid 2px #4e4e4e;
  border-right: solid 2px #313131;
  border-bottom: solid 2px #656565;
}
.index_photographs_points .index_photographs_block_02 .index_photographs_img::before {
  content: "";
  position: absolute;
  inset: 0;
  border: solid 2px rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
@media (max-width: 768px) {
  .index_photographs_points .index_photographs_block_02 .index_photographs_img {
    width: 100%;
  }
}
.index_photographs_points .index_photographs_block_02 .index_photographs_img > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_photographs_points .index_photographs_block_02 .index_photographs_block_02_inner {
  position: relative;
  padding: min(280px, 19.4444444444vmax) min(0px, 0vmax) min(50px, 3.4722222222vmax) min(64px, 4.4444444444vmax);
  flex-grow: 1;
}
@media (max-width: 768px) {
  .index_photographs_points .index_photographs_block_02 .index_photographs_block_02_inner {
    padding: 40px 0 0 0;
  }
}
.index_photographs_points .index_photographs_block_02 .index_photographs_block_02_inner::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, 0);
  content: counter(number, decimal-leading-zero);
  display: inline-block;
  font-size: clamp(6.25rem, 27.8164116829vw + -2.0949235049rem, 18.75rem);
  font-family: "Qwitcher Grypen", cursive;
  color: #9E9E9E;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .index_photographs_points .index_photographs_block_02 .index_photographs_block_02_inner::before {
    transform: translateY(-55%);
  }
}
.index_photographs_points .index_photographs_block_02 .index_photographs_block_02_inner .cmn_txt_01 {
  margin-top: min(45px, 3.125vmax);
}

.index_about_unit {
  margin-top: min(400px, 27.7777777778vmax);
  padding: min(400px, 27.7777777778vmax) min(50px, 3.4722222222vmax) min(0px, 0vmax) min(50px, 3.4722222222vmax);
}
.index_about_unit .index_ttl_01 {
  position: relative;
  z-index: 1;
}
.index_about_unit .cmn_txt_01 {
  position: relative;
  z-index: 1;
  text-align: center;
}
.index_about_unit .cmn_btn_01 {
  position: relative;
  z-index: 2;
  margin: min(180px, 12.5vmax) auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.index_about_list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: min(160px, 11.1111111111vmax);
  width: max(448px, 31.1%);
  margin: min(160px, 11.1111111111vmax) auto 0;
  gap: min(200px, 13.8888888889vmax);
}
@media (max-width: 768px) {
  .index_about_list {
    width: 100%;
  }
}

.index_about_img {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 448 / 346;
  width: 100%;
  border-left: solid 2px #8A8A8A;
  border-top: solid 2px #4e4e4e;
  border-right: solid 2px #313131;
  border-bottom: solid 2px #656565;
}
.index_about_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.index_about_img::before {
  content: "";
  position: absolute;
  inset: 0;
  border: solid 2px rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.index_about_txt {
  position: relative;
  z-index: 1;
  text-align: center;
}
.index_about_txt .index_about_ttl_en {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 13px;
  transform: translateY(-150%);
  font-size: clamp(1.5rem, 3.3379694019vw + 0.4986091794rem, 3rem);
  font-family: "EB Garamond", serif;
  color: #868686;
  line-height: 1;
  text-align: right;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(9, 9, 9, 0.5);
}
.index_about_txt .index_about_ttl_ja {
  font-size: clamp(1.25rem, 0.5563282337vw + 1.0831015299rem, 1.5rem);
  line-height: 1.5;
  margin-top: min(68px, 4.7222222222vmax);
}
.index_about_txt .cmn_txt_01 {
  margin-top: min(50px, 3.4722222222vmax);
}

.index_service_unit {
  margin-top: min(400px, 27.7777777778vmax);
  padding: min(300px, 20.8333333333vmax) min(50px, 3.4722222222vmax) min(380px, 26.3888888889vmax) min(50px, 3.4722222222vmax);
}
.index_service_unit .index_ttl_01 {
  position: relative;
  z-index: 1;
}
.index_service_unit .cmn_btn_01 {
  margin: min(108px, 7.5vmax) auto 0;
  position: relative;
  z-index: 2;
}

.index_service_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: max(900px, 62.5%);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .index_service_wrapper {
    width: 100%;
  }
}

.index_service_item {
  position: relative;
  z-index: 2;
  display: block;
  color: #fff;
  background: rgba(217, 217, 217, 0.16);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: min(45px, 3.125vmax) min(80px, 5.5555555556vmax) min(45px, 3.125vmax) min(55px, 3.8194444444vmax);
}
.index_service_item::before {
  position: absolute;
  top: 50%;
  right: min(30px, 2.0833333333vmax);
  transform: translateY(-50%);
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 100;
  color: #B2B2B2;
  line-height: min(100px, 6.9444444444vmax);
  font-size: clamp(1.875rem, 1.668984701vw + 1.3743045897rem, 2.625rem);
}
@media (max-width: 768px) {
  .index_service_item::before {
    right: 10px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.index_service_item .index_service_ttl {
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.index_service_item .cmn_txt_01 {
  line-height: 1.5;
  margin-top: min(32px, 2.2222222222vmax);
}

.gallery_all {
  position: relative;
  margin-top: min(70px, 4.8611111111vmax);
}

.gallery_list_wrapper + .gallery_list_wrapper {
  margin-top: 8px;
}

.index_gallery_unit {
  padding-top: min(180px, 12.5vmax);
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

/*-------------------------------------------------------------------------------
  - about -
--------------------------------------------------------------------------------*/
.about_us_unit {
  display: flex;
  padding-top: min(200px, 13.8888888889vmax);
}
@media (max-width: 768px) {
  .about_us_unit {
    flex-direction: column;
    padding-left: 5%;
  }
}
.about_us_unit .cmn_scroll_block {
  display: flex;
  padding-right: 13.88%;
}
@media (max-width: 1024px) {
  .about_us_unit .cmn_scroll_block {
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .about_us_unit .cmn_scroll_block {
    flex-direction: column;
  }
}
.about_us_unit .cmn_ttl_ja {
  margin-top: min(110px, 7.6388888889vmax);
}
@media (max-width: 768px) {
  .about_us_unit .cmn_ttl_ja {
    margin-top: 0;
  }
}
.about_us_unit .cmn_txt_01 {
  margin-top: min(95px, 6.5972222222vmax);
}

.about_us_block_01 {
  width: 47.9%;
  flex-shrink: 0;
  padding-right: 2%;
}
@media (max-width: 768px) {
  .about_us_block_01 {
    width: 100%;
  }
}

.about_us_block_02 {
  position: relative;
  margin-top: min(60px, 4.1666666667vmax);
}

.about_us_img_01 {
  display: block;
  overflow: hidden;
  aspect-ratio: 375 / 475;
  width: 100%;
  width: 72.11%;
  margin: 0 0 0 auto;
}
.about_us_img_01 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}

.about_us_img_02 {
  position: absolute;
  top: 42%;
  left: 0;
  display: block;
  overflow: hidden;
  aspect-ratio: 230 / 300;
  width: 100%;
  width: 44.23%;
}
.about_us_img_02 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}

.about_us_img_03 {
  display: block;
  overflow: hidden;
  aspect-ratio: 335 / 250;
  width: 100%;
  width: 64.42%;
  margin: min(124px, 8.6111111111vmax) 0 0 auto;
}
.about_us_img_03 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}

.about_area_unit {
  display: flex;
  padding-top: min(330px, 22.9166666667vmax);
}
@media (max-width: 768px) {
  .about_area_unit {
    flex-direction: column;
    padding: 80px 0 0 5%;
  }
}
.about_area_unit .cmn_scroll_block {
  display: flex;
  padding-right: 13.88%;
}
@media (max-width: 1024px) {
  .about_area_unit .cmn_scroll_block {
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .about_area_unit .cmn_scroll_block {
    flex-direction: column;
  }
}

.about_area_block_01 {
  width: 53.36%;
  flex-shrink: 0;
  padding-right: 2%;
  padding-top: min(40px, 2.7777777778vmax);
}
@media (max-width: 768px) {
  .about_area_block_01 {
    width: 100%;
    padding: 0;
  }
}
.about_area_block_01 .cmn_txt_01 {
  margin-top: min(95px, 6.5972222222vmax);
}

.about_area_block_02 {
  position: relative;
  flex-grow: 1;
  display: block;
  overflow: hidden;
  aspect-ratio: 450 / 457;
  width: 100%;
}
.about_area_block_02 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .about_area_block_02 {
    margin-top: 40px;
  }
}
.about_area_block_02::before {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 56%;
  height: auto;
  aspect-ratio: 1/1;
  background: rgba(217, 217, 217, 0.2);
  border-radius: 50%;
}
.about_area_block_02::after {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 25px;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
}

.about_menu_unit {
  padding-top: min(330px, 22.9166666667vmax);
  display: flex;
}
@media (max-width: 768px) {
  .about_menu_unit {
    flex-direction: column;
    padding: 80px 0 0 5%;
  }
}
.about_menu_unit .cmn_ttl_ja {
  margin-top: min(172px, 11.9444444444vmax);
}
@media (max-width: 768px) {
  .about_menu_unit .cmn_ttl_ja {
    margin-top: 0;
  }
}
.about_menu_unit .cmn_scroll_block {
  padding-right: 13.88%;
}
@media (max-width: 1024px) {
  .about_menu_unit .cmn_scroll_block {
    padding-right: 5%;
  }
}
.about_menu_unit .cmn_btn_01 {
  margin-top: min(45px, 3.125vmax);
}
@media (max-width: 768px) {
  .about_menu_unit .cmn_btn_01 {
    margin-left: auto;
  }
}
.about_menu_unit .cmn_btn_01 span {
  font-size: clamp(0.875rem, 0.5563282337vw + 0.7081015299rem, 1.125rem);
}

.about_menu_list_01 {
  margin-top: min(90px, 6.25vmax);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: min(85px, 5.9027777778vmax);
}
@media (max-width: 768px) {
  .about_menu_list_01 {
    flex-direction: column;
  }
}
.about_menu_list_01 li {
  width: 40.81%;
  text-align: center;
}
@media (max-width: 768px) {
  .about_menu_list_01 li {
    width: 100%;
  }
}
.about_menu_list_01 li:nth-of-type(2n) {
  transform: translateY(10vw);
}
@media (max-width: 768px) {
  .about_menu_list_01 li:nth-of-type(2n) {
    transform: translateY(0);
  }
}
.about_menu_list_01 li .about_menu_img_01 {
  display: block;
  overflow: hidden;
  aspect-ratio: 400 / 310;
  width: 100%;
  position: relative;
  border-left: solid 2px #8A8A8A;
  border-top: solid 2px #4e4e4e;
  border-right: solid 2px #313131;
  border-bottom: solid 2px #656565;
}
.about_menu_list_01 li .about_menu_img_01 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.about_menu_list_01 li .about_menu_img_01::before {
  content: "";
  position: absolute;
  inset: 0;
  border: solid 2px rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.about_menu_list_01 li .about_menu_txt_01 {
  position: relative;
}
.about_menu_list_01 li p {
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateY(-150%);
  font-family: "EB Garamond", serif;
  font-size: clamp(1.875rem, 1.668984701vw + 1.3743045897rem, 2.625rem);
  line-height: 1;
  text-align: right;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(9, 9, 9, 0.5);
}
.about_menu_list_01 li h3 {
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  margin-top: min(60px, 4.1666666667vmax);
}

.about_menu_list_02 {
  margin-top: min(355px, 24.6527777778vmax);
  display: flex;
  flex-direction: column;
  gap: min(134px, 9.3055555556vmax);
}
@media (max-width: 768px) {
  .about_menu_list_02 {
    margin-top: 80px;
  }
}
.about_menu_list_02 .about_menu_item_01 {
  display: flex;
  flex-direction: row-reverse;
  gap: min(90px, 6.25vmax);
}
@media (max-width: 768px) {
  .about_menu_list_02 .about_menu_item_01 {
    flex-direction: column;
    gap: 0;
  }
}
.about_menu_list_02 .about_menu_item_01:nth-of-type(2n) {
  flex-direction: row;
}
@media (max-width: 768px) {
  .about_menu_list_02 .about_menu_item_01:nth-of-type(2n) {
    flex-direction: column;
  }
}
.about_menu_list_02 .about_menu_item_02 .about_menu_img_02_wrapper {
  width: 100%;
}
.about_menu_list_02 .about_menu_item_02 .about_menu_img_02_wrapper .about_menu_img_02 {
  display: block;
  overflow: hidden;
  aspect-ratio: 980 / 346;
  width: 100%;
}
.about_menu_list_02 .about_menu_item_02 .about_menu_img_02_wrapper .about_menu_img_02 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .about_menu_list_02 .about_menu_item_02 .about_menu_img_02_wrapper .about_menu_img_02 {
    display: block;
    overflow: hidden;
    aspect-ratio: 400 / 310;
    width: 100%;
  }
  .about_menu_list_02 .about_menu_item_02 .about_menu_img_02_wrapper .about_menu_img_02 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s ease;
  }
}

.about_menu_txt_02 {
  flex-grow: 1;
  padding-top: min(50px, 3.4722222222vmax);
}
.about_menu_txt_02 .about_menu_ttl_02 {
  margin-top: min(45px, 3.125vmax);
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
}
.about_menu_txt_02 .cmn_txt_01 {
  margin-top: min(30px, 2.0833333333vmax);
}

.about_menu_subject .about_menu_subject_ttl {
  margin-top: min(40px, 2.7777777778vmax);
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
}
.about_menu_subject .cmn_txt_01 {
  margin-top: min(25px, 1.7361111111vmax);
}

.about_menu_subject_list {
  margin-top: min(25px, 1.7361111111vmax);
}
.about_menu_subject_list li {
  position: relative;
  padding-left: 1em;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 2;
}
.about_menu_subject_list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  display: inline-block;
}

.about_menu_img_02_wrapper {
  position: relative;
  width: 48.97%;
  flex-shrink: 0;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .about_menu_img_02_wrapper {
    width: 100%;
  }
}
.about_menu_img_02_wrapper .about_menu_img_02 {
  display: block;
  overflow: hidden;
  aspect-ratio: 480 / 346;
  width: 100%;
  position: relative;
  border-left: solid 2px #8A8A8A;
  border-top: solid 2px #4e4e4e;
  border-right: solid 2px #313131;
  border-bottom: solid 2px #656565;
}
.about_menu_img_02_wrapper .about_menu_img_02 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.about_menu_img_02_wrapper .about_menu_img_02::before {
  content: "";
  position: absolute;
  inset: 0;
  border: solid 2px rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.about_menu_img_02_wrapper .about_menu_ttl_en {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 13px;
  transform: translateY(10%);
  font-size: clamp(1.5rem, 3.3379694019vw + 0.4986091794rem, 3rem);
  font-family: "EB Garamond", serif;
  line-height: 1;
  text-align: right;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(9, 9, 9, 0.5);
}

/*-------------------------------------------------------------------------------
  - service -
--------------------------------------------------------------------------------*/
.service_scenes_unit {
  display: flex;
  padding: min(200px, 13.8888888889vmax) min(0px, 0vmax) min(170px, 11.8055555556vmax) min(0px, 0vmax);
}
@media (max-width: 768px) {
  .service_scenes_unit {
    flex-direction: column;
    padding-bottom: 0;
    padding-top: 80px;
  }
}
.service_scenes_unit .cmn_fix_ttl_block {
  padding: 0 5%;
}

.service_scenes_block_01 {
  padding-right: 16.95%;
}
@media (max-width: 1024px) {
  .service_scenes_block_01 {
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .service_scenes_block_01 {
    padding-left: 5%;
  }
}
.service_scenes_block_01 .cmn_ttl_ja {
  margin-top: min(80px, 5.5555555556vmax);
}
@media (max-width: 768px) {
  .service_scenes_block_01 .cmn_ttl_ja {
    margin-top: 0;
  }
}
.service_scenes_block_01 .cmn_txt_01 {
  margin-top: min(113px, 7.8472222222vmax);
}

.service_price_unit {
  display: flex;
  padding-top: min(200px, 13.8888888889vmax);
}
@media (max-width: 768px) {
  .service_price_unit {
    flex-direction: column;
    padding: 80px 5% 0;
  }
}
.service_price_unit .cmn_scroll_block {
  padding-right: 16.95%;
}
@media (max-width: 1024px) {
  .service_price_unit .cmn_scroll_block {
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .service_price_unit .cmn_scroll_block {
    padding-right: 0;
  }
}
.service_price_unit .cmn_ttl_ja {
  margin-top: min(80px, 5.5555555556vmax);
}
@media (max-width: 768px) {
  .service_price_unit .cmn_ttl_ja {
    margin-top: 0;
  }
}
.service_price_unit .cmn_ttl_01 {
  margin-top: min(140px, 9.7222222222vmax);
}
.service_price_unit .cmn_ttl_01 + .cmn_txt_01 {
  margin-top: min(58px, 4.0277777778vmax);
}
.service_price_unit .cmn_txt_01.is-detail {
  margin-top: min(100px, 6.9444444444vmax);
}
@media (max-width: 768px) {
  .service_price_unit .cmn_btn_01 {
    margin-left: auto;
    margin-right: 0;
  }
}

.service_price_table_detail {
  position: relative;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 1.5em;
  margin-top: min(40px, 2.7777777778vmax);
}
.service_price_table_detail::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  display: block;
}

.service_price_table_list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16%;
       column-gap: 16%;
  row-gap: min(160px, 11.1111111111vmax);
  margin-top: min(142px, 9.8611111111vmax);
}
@media (max-width: 1024px) {
  .service_price_table_list {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
}
@media (max-width: 768px) {
  .service_price_table_list {
    flex-direction: column;
    margin-top: 40px;
    row-gap: 40px;
  }
}
.service_price_table_list li {
  width: 42%;
}
@media (max-width: 1024px) {
  .service_price_table_list li {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .service_price_table_list li {
    width: 100%;
    max-width: 500px;
  }
}
.service_price_table_list li .cmn_ttl_01 {
  margin-top: 0;
}

.service_scenes_block_01_inner {
  display: flex;
  gap: min(70px, 4.8611111111vmax);
  margin-top: min(117px, 8.125vmax);
}
@media (max-width: 768px) {
  .service_scenes_block_01_inner {
    flex-direction: column;
  }
}
.service_scenes_block_01_inner .cmn_btn_01 span {
  text-transform: lowercase;
}

.price_table {
  margin-top: min(50px, 3.4722222222vmax);
  overflow-x: auto;
}
.price_table::-webkit-scrollbar {
  background: #090909;
  height: 5px;
}
.price_table::-webkit-scrollbar-track {
  background: #090909;
  height: 5px;
}
.price_table::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 0;
}
.price_table table {
  width: 100%;
  min-width: 720px;
}
.price_table table th {
  font-weight: 400;
  padding: min(15px, 1.0416666667vmax) min(0px, 0vmax) min(10px, 0.6944444444vmax) min(0px, 0vmax);
  color: #868686;
  border-bottom: solid 1px #868686;
}
.price_table table th + th {
  padding-left: min(30px, 2.0833333333vmax);
}
.price_table table th:nth-of-type(1) {
  width: 22%;
}
.price_table table th:nth-of-type(2) {
  width: 18%;
}
.price_table table th:nth-of-type(3) {
  width: 42%;
}
.price_table table th:nth-of-0ype(4) {
  width: 18%;
}
.price_table table td {
  padding: min(15px, 1.0416666667vmax) min(0px, 0vmax) min(15px, 1.0416666667vmax) min(0px, 0vmax);
}
.price_table table td:nth-of-type(2) {
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  padding-right: 10px;
  text-align: right;
}
.price_table table td + td {
  padding-left: min(30px, 2.0833333333vmax);
}
.price_table table tr:nth-of-type(2) td {
  padding-top: min(20px, 1.3888888889vmax);
}
.price_table table tr:last-of-type td {
  border-bottom: solid 1px #868686;
}

.price_table_item {
  display: flex;
  align-items: center;
  padding: min(15px, 1.0416666667vmax) min(0px, 0vmax) min(15px, 1.0416666667vmax) min(0px, 0vmax);
}
.price_table_item dt {
  position: relative;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  width: 56.57%;
  flex-grow: 1;
  padding-right: 1em;
}
.price_table_item dt::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "/";
  display: inline-block;
  color: #868686;
}
.price_table_item dd {
  flex-grow: 1;
  line-height: 1.5;
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  text-align: right;
  width: 43.43%;
  flex-shrink: 0;
  padding-left: 1em;
}
.price_table_item:last-of-type {
  border-bottom: solid 1px #868686;
}

.service_purchase_unit {
  padding-top: min(150px, 10.4166666667vmax);
  margin-top: min(128px, 8.8888888889vmax);
  display: flex;
}
@media (max-width: 1024px) {
  .service_purchase_unit {
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .service_purchase_unit {
    flex-direction: column;
    padding-left: 5%;
    margin-top: 0;
  }
}
.service_purchase_unit .cmn_ttl_ja {
  margin-top: min(180px, 12.5vmax);
}
@media (max-width: 768px) {
  .service_purchase_unit .cmn_ttl_ja {
    margin-top: 10px;
  }
}

.service_purchase_flow_list {
  position: relative;
  counter-reset: number 0;
  margin-top: min(215px, 14.9305555556vmax);
  display: flex;
  flex-direction: column;
  gap: min(130px, 9.0277777778vmax);
  padding: min(50px, 3.4722222222vmax) min(0px, 0vmax) min(100px, 6.9444444444vmax) min(60px, 4.1666666667vmax);
  padding-right: 23%;
}
.service_purchase_flow_list::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #868686;
}
@media (max-width: 768px) {
  .service_purchase_flow_list {
    margin-top: 60px;
    gap: 60px;
    padding-right: 5%;
  }
}

.service_purchase_flow_item {
  counter-increment: number 1;
}
.service_purchase_flow_item dt {
  font-size: clamp(1rem, 0.8344923505vw + 0.7496522949rem, 1.375rem);
  display: flex;
  gap: min(18px, 1.25vmax);
}
.service_purchase_flow_item dt::before {
  content: "Step " counter(number, decimal-leading-zero) ".";
  display: inline;
  color: #fff;
  padding-left: 3px;
  color: #868686;
  font-family: "EB Garamond", serif;
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  font-weight: 500;
}
.service_purchase_flow_item dd {
  display: flex;
  gap: min(50px, 3.4722222222vmax);
  margin-top: min(50px, 3.4722222222vmax);
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 768px) {
  .service_purchase_flow_item dd {
    flex-direction: column;
  }
}
.service_purchase_flow_item dd p {
  flex-grow: 1;
}
.service_purchase_flow_item dd .cmn_btn_01 {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
}

.service_faq_unit {
  z-index: 1;
  margin-top: min(140px, 9.7222222222vmax);
  padding-bottom: min(166px, 11.5277777778vmax);
}
@media (max-width: 1024px) {
  .service_faq_unit {
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .service_faq_unit {
    padding-left: 5%;
    padding-bottom: 0;
  }
}
.service_faq_unit .cmn_scroll_block {
  padding-top: min(328px, 22.7777777778vmax);
}
@media (max-width: 768px) {
  .service_faq_unit .cmn_scroll_block {
    padding-top: 0;
  }
}
.service_faq_unit .service_faq_title {
  padding-top: min(150px, 10.4166666667vmax);
}
.service_faq_unit .cmn_ttl_ja {
  margin-top: min(180px, 12.5vmax);
  z-index: 2;
}
@media (max-width: 768px) {
  .service_faq_unit .cmn_ttl_ja {
    margin-top: 10px;
  }
}
.service_faq_unit .cmn_txt_01 {
  margin-top: min(100px, 6.9444444444vmax);
}

.service_faq_list {
  margin-top: min(127px, 8.8194444444vmax);
  display: flex;
  flex-direction: column;
  gap: min(25px, 1.7361111111vmax);
  width: 80%;
}
@media (max-width: 1024px) {
  .service_faq_list {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .service_faq_list {
    width: 100%;
  }
}

.service_faq_item {
  background: rgba(217, 217, 217, 0.16);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  padding: min(35px, 2.4305555556vmax) min(0px, 0vmax) min(35px, 2.4305555556vmax) min(55px, 3.8194444444vmax);
  cursor: pointer;
}
.service_faq_item dt {
  font-size: clamp(0.9375rem, 0.9735744089vw + 0.6454276773rem, 1.375rem);
  padding-right: min(80px, 5.5555555556vmax);
}
.service_faq_item .plus {
  position: absolute;
  top: min(50px, 3.4722222222vmax);
  right: min(34px, 2.3611111111vmax);
  display: block;
  width: 26px;
  height: 26px;
}
@media (max-width: 768px) {
  .service_faq_item .plus {
    width: 15px;
    height: 15px;
    top: 25px;
  }
}
.service_faq_item .plus::before, .service_faq_item .plus::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #B2B2B2;
  transform: translate(0, 4px);
  transition: all 0.3s ease;
}
.service_faq_item .plus::after {
  transform: translate(0, 2px) rotate(90deg);
}
.service_faq_item dd {
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: none;
  overflow: hidden;
  will-change: height, opacity;
  padding-right: min(80px, 5.5555555556vmax);
}
@media (max-width: 768px) {
  .service_faq_item dd {
    padding-right: min(40px, 2.7777777778vmax);
  }
}
.service_faq_item .answer_content {
  margin-top: min(40px, 2.7777777778vmax);
}
@media (min-width: 769px) {
  .service_faq_item:hover {
    background: rgba(217, 217, 217, 0.35);
  }
}
.service_faq_item.is-open .plus::after {
  opacity: 0;
}

/*-------------------------------------------------------------------------------
  - company -
--------------------------------------------------------------------------------*/
.company_overview_unit {
  display: flex;
  padding-top: min(180px, 12.5vmax);
  margin-top: min(50px, 3.4722222222vmax);
}
@media (max-width: 768px) {
  .company_overview_unit {
    flex-direction: column;
    padding-left: 5%;
  }
}
.company_overview_unit .cmn_scroll_block {
  padding-right: 13.88%;
}
@media (max-width: 1024px) {
  .company_overview_unit .cmn_scroll_block {
    padding-right: 5%;
  }
}
.company_overview_unit .cmn_ttl_ja {
  margin-top: min(112px, 7.7777777778vmax);
}

.company_message_unit {
  display: flex;
  padding-top: min(180px, 12.5vmax);
  margin-top: min(140px, 9.7222222222vmax);
  padding-bottom: min(76px, 5.2777777778vmax);
}
@media (max-width: 768px) {
  .company_message_unit {
    padding-top: 0;
    margin-top: 80px;
    flex-direction: column;
    padding-left: 5%;
    padding-bottom: 0;
  }
}
.company_message_unit .cmn_scroll_block {
  padding-right: 13.88%;
}
@media (max-width: 1024px) {
  .company_message_unit .cmn_scroll_block {
    padding-right: 5%;
  }
}
.company_message_unit .company_message_name {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1.5;
  gap: min(27px, 1.875vmax);
  letter-spacing: 0.05em;
  margin-top: min(130px, 9.0277777778vmax);
}
.company_message_unit .company_message_name .role {
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
}
.company_message_unit .company_message_name .name {
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
}
.company_message_unit .cmn_ttl_ja {
  margin-top: min(112px, 7.7777777778vmax);
}
.company_message_unit .cmn_txt_01 {
  margin-top: min(77px, 5.3472222222vmax);
}

.company_overview_list {
  display: flex;
  flex-direction: column;
  gap: min(24px, 1.6666666667vmax);
  margin-top: min(113px, 7.8472222222vmax);
}

.company_overview_item {
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.company_overview_item dt {
  font-weight: 700;
}
.company_overview_item dd {
  margin-top: 8px;
}

.company_access_unit {
  display: flex;
  margin-top: min(140px, 9.7222222222vmax);
  padding-top: min(150px, 10.4166666667vmax);
  padding-bottom: min(117px, 8.125vmax);
}
@media (max-width: 768px) {
  .company_access_unit {
    margin-top: 0;
    padding-top: 80px;
    padding-left: 5%;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.company_access_unit .cmn_scroll_block {
  padding-right: 13.88%;
}
@media (max-width: 1024px) {
  .company_access_unit .cmn_scroll_block {
    padding-right: 5%;
  }
}
.company_access_unit .cmn_ttl_ja {
  margin-top: min(80px, 5.5555555556vmax);
}

.company_message_block_01 {
  display: flex;
  justify-content: space-between;
  gap: min(50px, 3.4722222222vmax);
}
@media (max-width: 768px) {
  .company_message_block_01 {
    flex-direction: column;
  }
}
.company_message_block_01 .cmn_ttl_ja {
  flex-grow: 1;
}
.company_message_block_01 .company_message_img {
  display: block;
  overflow: hidden;
  aspect-ratio: 520 / 360;
  width: 100%;
  width: 53.06%;
  align-self: flex-start;
  flex-shrink: 0;
  margin-top: min(75px, 5.2083333333vmax);
}
.company_message_block_01 .company_message_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .company_message_block_01 .company_message_img {
    margin-top: 0;
    width: 100%;
  }
}

.company_access_block .company_access_ttl {
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.company_access_block .cmn_txt_01 {
  margin-top: min(52px, 3.6111111111vmax);
}

.company_access_block_inner {
  display: flex;
  margin-top: min(157px, 10.9027777778vmax);
  gap: min(80px, 5.5555555556vmax);
}
@media (max-width: 768px) {
  .company_access_block_inner {
    flex-direction: column;
    margin-top: min(50px, 3.4722222222vmax);
    gap: 0;
  }
}
.company_access_block_inner .maps_outer {
  aspect-ratio: 630/450;
  overflow: hidden;
  width: 64.28%;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .company_access_block_inner .maps_outer {
    width: 100%;
  }
}
.company_access_block_inner .maps_outer > iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.company_access_block_inner .company_access_address {
  padding-top: min(60px, 4.1666666667vmax);
  flex-shrink: 0;
}

/*-------------------------------------------------------------------------------
  - contact -
--------------------------------------------------------------------------------*/
.contact_us_unit {
  display: flex;
  padding-top: min(150px, 10.4166666667vmax);
  margin-top: min(50px, 3.4722222222vmax);
}
@media (max-width: 768px) {
  .contact_us_unit {
    flex-direction: column;
    padding-left: 5%;
  }
}
.contact_us_unit .cmn_scroll_block {
  padding-right: 16.95%;
}
@media (max-width: 1024px) {
  .contact_us_unit .cmn_scroll_block {
    padding-right: 5%;
  }
}
.contact_us_unit .cmn_txt_01 {
  margin-top: min(74px, 5.1388888889vmax);
}
.contact_us_unit .cmn_ttl_ja {
  margin-top: min(80px, 5.5555555556vmax);
}
.contact_us_unit .cmn_btn_01 {
  margin-top: min(50px, 3.4722222222vmax);
}
.contact_us_unit .ft_cotnact_tel_wrapper {
  margin-top: min(60px, 4.1666666667vmax);
}

.contact_us_tel {
  display: block;
  color: #fff;
  font-family: "EB Garamond", serif;
  line-height: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .contact_us_tel {
    pointer-events: auto;
    margin-left: auto;
  }
}
.contact_us_tel p:nth-of-type(1) {
  font-size: clamp(2rem, 2.2253129346vw + 1.3324061196rem, 3rem);
}
.contact_us_tel p:nth-of-type(2) {
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  margin-top: 10px;
}

.contact_form_wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: min(130px, 9.0277777778vmax);
}
.contact_form_wrapper form {
  position: relative;
  z-index: 1;
}

.contact_form_unit .wpcf7-list-item {
  margin: 0;
}
.contact_form_unit dl {
  display: flex;
  margin-top: 0;
  gap: min(80px, 5.5555555556vmax);
}
@media (max-width: 768px) {
  .contact_form_unit dl {
    flex-direction: column;
    gap: 10px;
  }
}
.contact_form_unit dl dt {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  padding: 21px 0 0;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
.contact_form_unit dl dt label {
  display: flex;
  gap: min(35px, 2.4305555556vmax);
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.contact_form_unit dl dt .contact_remark {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding: 0 6px;
  white-space: nowrap;
  border: solid 1px #fff;
}
@media (max-width: 768px) {
  .contact_form_unit dl dt .contact_remark {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.contact_form_unit dl dd {
  padding-bottom: 30px;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .contact_form_unit dl dd {
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 5px;
  }
}
.contact_form_unit dl dd input[type=text],
.contact_form_unit dl dd input[type=email] {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  padding: 18px 20px;
  border-radius: 0;
  border: none;
  background: #fff;
  color: #090909;
  caret-color: #090909; /* キャレットを赤色に */
}
@media (max-width: 768px) {
  .contact_form_unit dl dd input[type=text],
  .contact_form_unit dl dd input[type=email] {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 15px;
  }
}
.contact_form_unit dl dd input[type=text]::-moz-placeholder, .contact_form_unit dl dd input[type=email]::-moz-placeholder {
  color: #868686;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 1rem;
}
.contact_form_unit dl dd input[type=text]::placeholder,
.contact_form_unit dl dd input[type=email]::placeholder {
  color: #868686;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 1rem;
}
.contact_form_unit dl dd textarea {
  background: #fff;
  color: #090909;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  resize: none;
  height: 250px;
  padding: 18px 20px;
  border-radius: 0;
  border: none;
  caret-color: #090909; /* キャレットを赤色に */
}
@media (max-width: 768px) {
  .contact_form_unit dl dd textarea {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 15px;
  }
}
.contact_form_unit dl dd .wpcf7-radio {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd .wpcf7-radio {
    gap: 10px;
  }
}
.contact_form_unit dl dd input[type=radio] {
  display: none;
  background: none;
  width: auto;
}
.contact_form_unit dl dd input[type=radio] + span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 28px;
  line-height: 2;
  cursor: pointer;
}
.contact_form_unit dl dd input[type=radio] + span::before {
  content: "";
  background-color: #FFF;
  border: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.contact_form_unit dl dd input[type=radio] + span::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px;
  z-index: 1;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) scale(0);
  background: #8F2323;
  transition: all 0.3s ease;
}
.contact_form_unit dl dd input[type=radio]:checked + span::after {
  background: #8F2323;
  transition: all 0.3s ease;
  transform: translateY(-50%) scale(1);
}
.contact_form_unit dl dd.radio_wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 5px;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd.radio_wrapper {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
  }
}
.contact_form_unit dl:first-of-type dt {
  padding-top: 3px;
}
.contact_form_unit .privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin: 0 auto;
}
.contact_form_unit input[type=checkbox] {
  display: none;
}
.contact_form_unit input[type=checkbox].privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin: 0 auto;
}
.contact_form_unit input[type=checkbox].privacy_check + span {
  margin-top: 20px;
  margin-right: 0;
}
.contact_form_unit input[type=checkbox] + span {
  position: relative;
  padding-left: 40px;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: min(40px, 2.7777777778vmax);
  line-height: 25px;
}
@media (max-width: 768px) {
  .contact_form_unit input[type=checkbox] + span {
    padding-left: 30px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.contact_form_unit input[type=checkbox] + span::before {
  content: "";
  background: #fff;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  border: solid 1px #000;
}
.contact_form_unit input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 1px;
  display: block;
  width: 8px;
  height: 16px;
  transform: rotate(45deg) scale(0, 0);
  border-right: 2px solid #868686;
  border-bottom: 2px solid #868686;
  transition: 0.3s;
}
.contact_form_unit input[type=checkbox]:checked + span::after {
  transform: rotate(47deg) scale(1, 1);
}

.privacy_content {
  background: #090909;
  height: 260px;
  text-align: left;
  line-height: 1.6;
  margin-top: 12px;
  font-size: clamp(0.75rem, 0.4172461752vw + 0.6248261474rem, 0.9375rem);
  line-height: 1.53;
  letter-spacing: 0.1em;
  border-top: solid 1px #868686;
  border-bottom: solid 1px #868686;
  padding: min(30px, 2.0833333333vmax) min(0px, 0vmax) min(30px, 2.0833333333vmax) min(0px, 0vmax);
}
@media (max-width: 768px) {
  .privacy_content {
    padding: 10px 0;
  }
}
.privacy_content .privacy_content_inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-right: 20px;
  padding: min(0px, 0vmax) min(45px, 3.125vmax) min(0px, 0vmax) min(45px, 3.125vmax);
}
@media (max-width: 768px) {
  .privacy_content .privacy_content_inner {
    padding: 0 10px;
  }
}
.privacy_content .privacy_content_inner::-webkit-scrollbar {
  background: #090909;
  width: 4px;
}
.privacy_content .privacy_content_inner::-webkit-scrollbar-track {
  background: #090909;
}
.privacy_content .privacy_content_inner::-webkit-scrollbar-thumb {
  background: #D9D9D9;
}
.privacy_content .privacy_content_inner p + p {
  padding-top: 1.2em;
  line-height: 1.56;
}
.privacy_content + .check_required {
  text-align: center;
}
.privacy_content + .check_required label {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}

.box_cmn_form_no-input {
  text-align: center;
  margin-top: min(85px, 5.9027777778vmax);
  color: #868686 !important;
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
}

.submit_wrapper {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 9999px;
  background: #984697;
  will-change: transform;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}
.submit_wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 120%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(170, 170, 170, 0.35);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.submit_wrapper input[type=submit] {
  display: inline-block;
  background: transparent;
  border-radius: 9999px;
  overflow: hidden;
  padding: 23px 30px 23px 40px;
  min-width: 350px;
  color: #fff;
  font-weight: 400 !important;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-size: 17px;
  font-size: 1.0625rem;
  transition: all 0.3s ease;
  text-align: left;
  text-align: center;
}
@media (max-width: 768px) {
  .submit_wrapper input[type=submit] {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 20px 20px 20px 30px;
    min-width: 280px;
  }
}
@media (min-width: 769px) {
  .submit_wrapper:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.list_contact-btns {
  margin-top: min(60px, 4.1666666667vmax);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .list_contact-btns {
    gap: 15px;
    flex-direction: column;
  }
}

.check_submit {
  display: flex;
  justify-content: center;
  gap: min(40px, 2.7777777778vmax);
  margin-top: min(85px, 5.9027777778vmax);
}
@media (max-width: 768px) {
  .check_submit {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.check_submit li {
  position: relative;
  z-index: 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.3s ease;
}
.check_submit li .contact_btn_wrapper {
  position: relative;
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  border-bottom: solid 1px #909090;
  line-height: 1.3;
  padding-bottom: 10px;
  padding-right: 1.8em;
  display: inline-block;
}
.check_submit li::before, .check_submit li::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "\f8ce";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 400;
  color: #909090;
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  vertical-align: middle;
  transition: all 0.3s ease;
  transform: translate(0, -50%);
  padding-bottom: 8px;
}
.check_submit li::after {
  transform: translate(-100%, 100%);
  opacity: 0;
}
.check_submit li.back .contact_btn_wrapper {
  color: #868686;
  border-bottom: solid 1px #868686;
}
.check_submit li.back::before, .check_submit li.back::after {
  content: "\e166";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 400;
  color: #868686;
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  transform: translate(0, -50%);
}
.check_submit li.back::after {
  transform: translate(-100%, -50%);
  opacity: 0;
}
@media (min-width: 769px) {
  .check_submit li.back:hover::before {
    transform: translate(100%, -50%);
    opacity: 0;
  }
  .check_submit li.back:hover::after {
    transform: translate(0, -50%);
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .check_submit li:hover::before {
    transform: translate(100%, -100%);
    opacity: 0;
  }
  .check_submit li:hover::after {
    transform: translate(0, -50%);
    opacity: 1;
  }
}

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

@media (max-width: 768px) {
  #form-confirm .contact_form_unit dl {
    gap: 0;
    margin-top: 10px;
  }
}
#form-confirm .contact_form_unit dl dt {
  padding-top: 0;
}

/*-------------------------------------------------------------------------------
  - footer -
--------------------------------------------------------------------------------*/
.footer {
  position: relative;
  z-index: 2;
}

.ft_link_unit {
  display: flex;
}
@media (max-width: 768px) {
  .ft_link_unit {
    flex-direction: column;
    padding: 0 5%;
  }
}

.ft_link_block_01 {
  width: 18.05%;
  flex-shrink: 0;
  padding-top: min(177px, 12.2916666667vmax);
}
@media (max-width: 768px) {
  .ft_link_block_01 {
    width: 100%;
  }
}
.ft_link_block_01 .cmn_ttl_en {
  margin: 0 auto;
}

.ft_link_block_02 {
  flex-grow: 1;
  padding-right: 16.95%;
  display: flex;
  justify-content: space-around;
  padding: min(188px, 13.0555555556vmax) min(0px, 0vmax) min(178px, 12.3611111111vmax) min(0px, 0vmax);
}
@media (max-width: 768px) {
  .ft_link_block_02 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px 0 80px;
  }
}

.ft_contact_unit {
  padding: min(166px, 11.5277777778vmax) min(50px, 3.4722222222vmax) min(197px, 13.6805555556vmax) min(50px, 3.4722222222vmax);
  text-align: center;
  z-index: 1;
  position: relative;
  background: url(../images/footer_bg.jpg) no-repeat center/cover;
}
.ft_contact_unit::before {
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  mix-blend-mode: multiply;
  opacity: 0.23;
}

.ft_contact_block_01 {
  display: flex;
  align-items: center;
  margin-top: min(100px, 6.9444444444vmax);
  gap: min(109px, 7.5694444444vmax);
  justify-content: center;
}
@media (max-width: 768px) {
  .ft_contact_block_01 {
    flex-direction: column;
  }
}

.ft_contact_tel {
  display: block;
  color: #fff;
  font-family: "EB Garamond", serif;
  line-height: 1;
  margin-left: min(37px, 2.5694444444vmax);
  pointer-events: none;
}
@media (max-width: 768px) {
  .ft_contact_tel {
    pointer-events: auto;
  }
}
.ft_contact_tel p {
  font-size: clamp(2.125rem, 1.9471488178vw + 1.5408553547rem, 3rem);
}

.open_time_wrapper {
  text-align: left;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  margin-top: min(27px, 1.875vmax);
  line-height: 1.2;
}
.open_time_wrapper p span {
  font-family: "EB Garamond", serif;
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  padding-right: 10px;
}
.open_time_wrapper p:nth-of-type(2) {
  margin-top: 10px;
}

.ft_info_block_01 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ft_info_block_01 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.ft_info_unit {
  padding: min(70px, 4.8611111111vmax) min(90px, 6.25vmax) min(64px, 4.4444444444vmax) min(90px, 6.25vmax);
  background: linear-gradient(96.68deg, #515151 17.25%, #090909 80.79%);
}

.ft_info_item_01 {
  margin-top: min(80px, 5.5555555556vmax);
}
.ft_info_item_01 p:nth-of-type(1) {
  font-size: clamp(1.25rem, 0.5563282337vw + 1.0831015299rem, 1.5rem);
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
.ft_info_item_01 p:nth-of-type(2) {
  margin-top: 8px;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.ft_info_item_01 .kabu {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  padding-right: 0.5em;
}

.ft_nav {
  display: flex;
  gap: min(40px, 2.7777777778vmax);
  margin-top: min(90px, 6.25vmax);
}
@media (max-width: 768px) {
  .ft_nav {
    display: none;
  }
}
.ft_nav li a {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 5px;
}
@media (min-width: 769px) {
  .ft_nav li a:hover {
    opacity: 0.6;
  }
}

/*-------------------------------------------------------------------------------
  - keyframes -
--------------------------------------------------------------------------------*/
@keyframes ellipseAnim1 {
  0% {
    border-radius: 50%/50%;
    transform: rotate(0deg) scale(1);
  }
  30% {
    border-radius: 60% 40% 70% 30%/40% 60% 30% 70%;
    transform: rotate(20deg) scale(1.2, 0.9);
  }
  70% {
    border-radius: 30% 70% 40% 60%/70% 30% 60% 40%;
    transform: rotate(-15deg) scale(0.9, 1.1);
  }
  100% {
    border-radius: 50%/50%;
    transform: rotate(0deg) scale(1);
  }
}
@keyframes ellipseAnim2 {
  0% {
    border-radius: 50%/50%;
    transform: rotate(15deg) scale(1);
  }
  25% {
    border-radius: 70% 30% 50% 50%/50% 70% 30% 50%;
    transform: rotate(-10deg) scale(1.3, 0.8);
  }
  75% {
    border-radius: 40% 60% 30% 70%/60% 40% 70% 30%;
    transform: rotate(25deg) scale(0.8, 1.2);
  }
  100% {
    border-radius: 50%/50%;
    transform: rotate(15deg) scale(1);
  }
}
input:not([type=radio]):not([type=checkbox]).val-err,
select.val-err,
textarea.val-err {
  background-color: #FFE4E4 !important;
}

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

.check_no-through {
  color: #e40000;
}

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

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

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