/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

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

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

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

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

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

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

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

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

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

html {
  font-size: 100%;
}

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

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

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

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

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

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

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  overflow-x: hidden;
}

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

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

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

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

em {
  font-style: italic;
}

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

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

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

/*-------------------------------------------------------------------------------
  共通
--------------------------------------------------------------------------------*/
body::-webkit-scrollbar {
  width: 7px;
}

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

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

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

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

.hamburger_only {
  display: none;
}
@media screen and (max-width: 1085px) {
  .hamburger_only {
    display: block;
  }
}

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

body {
  background-color: #fff;
}
body p, body h2 {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 180%;
}
body a {
  color: #333333;
  font-weight: bold;
  display: block;
  transition: all 0.3s;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.boxer {
  position: relative;
  overflow: hidden;
}
.boxer img {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .boxer:hover img {
    transform: scale(1.1);
  }
}

.cmn_ttl {
  width: -moz-fit-content;
  width: fit-content;
}

.is_center {
  margin: 0 auto;
  text-align: center;
}

.cmn_ttl_en {
  font-family: "PT Serif", serif;
  font-style: italic;
  letter-spacing: 0em;
  font-size: 24px;
  line-height: 180%;
  color: #966999;
  font-weight: 500;
}

.cmn_ttl_ja {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 150%;
  font-size: clamp(2rem, 1.951rem + 0.25vw, 2.25rem);
}

.cmn_txt_s {
  font-size: clamp(1rem, 0.975rem + 0.12vw, 1.125rem);
  line-height: 180%;
  letter-spacing: 0;
}

.cmn_txt_m {
  font-size: clamp(1rem, 0.951rem + 0.25vw, 1.25rem);
  line-height: 220%;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .cmn_txt_m {
    line-height: 180%;
  }
}

.cmn_tel_number,
.cmn_fax_number {
  font-family: "PT Serif", serif;
  font-style: italic;
  line-height: 110%;
  font-weight: 500;
  align-items: center;
  display: flex;
  gap: 5px;
}

.cmn_btn {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 110px 10px 0;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cmn_btn {
    padding: 0 50px 10px 0;
  }
}
.cmn_btn .cmn_btn_txt {
  font-size: clamp(1rem, 0.951rem + 0.25vw, 1.25rem);
  transition: all 0.3s;
}
.cmn_btn::before {
  content: "";
  position: absolute;
  transform: translate(0px) rotate(47deg);
  transform-origin: right center;
  width: 30px;
  height: 2px;
  background-color: #333333;
  bottom: 0px;
  right: 1px;
  transition: all 0.3s;
}
.cmn_btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333333;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .cmn_btn:hover::before {
    right: -7px;
  }
  .cmn_btn:hover::after {
    left: 7px;
  }
  .cmn_btn:hover .cmn_btn_txt {
    color: #bf93c3;
  }
}

.is_white {
  color: #fff;
}

.cmn_flame_top-right {
  position: absolute;
  content: "";
  width: clamp(3.75rem, 3.133rem + 3.09vw, 6.875rem);
  height: clamp(3.75rem, 3.133rem + 3.09vw, 6.875rem);
  top: clamp(0.625rem, 0.215rem + 0.85vw, 1.25rem);
  right: clamp(0.625rem, 0.215rem + 0.85vw, 1.25rem);
}

.cmn_flame_top-left {
  position: absolute;
  content: "";
  width: clamp(3.75rem, 3.133rem + 3.09vw, 6.875rem);
  height: clamp(3.75rem, 3.133rem + 3.09vw, 6.875rem);
  top: clamp(0.625rem, 0.215rem + 0.85vw, 1.25rem);
  left: clamp(0.625rem, 0.215rem + 0.85vw, 1.25rem);
  transform: scale(-1, 1);
}

.cmn_flame_bottom-right {
  position: absolute;
  content: "";
  width: clamp(3.75rem, 3.133rem + 3.09vw, 6.875rem);
  height: clamp(3.75rem, 3.133rem + 3.09vw, 6.875rem);
  bottom: clamp(0.625rem, 0.215rem + 0.85vw, 1.25rem);
  right: clamp(0.625rem, 0.215rem + 0.85vw, 1.25rem);
  transform: scale(1, -1);
}

.cmn_flame_bottom-left {
  position: absolute;
  content: "";
  width: clamp(3.75rem, 3.133rem + 3.09vw, 6.875rem);
  height: clamp(3.75rem, 3.133rem + 3.09vw, 6.875rem);
  bottom: clamp(0.625rem, 0.215rem + 0.85vw, 1.25rem);
  left: clamp(0.625rem, 0.215rem + 0.85vw, 1.25rem);
  transform: scale(-1, -1);
}

.cmn_line_right {
  position: absolute;
  content: "";
  width: clamp(0.614rem, 0.551rem + 0.32vw, 0.936rem);
  height: clamp(17.554rem, 15.74rem + 9.07vw, 26.742rem);
  display: block;
  top: 50%;
  right: clamp(0.313rem, -0.507rem + 1.71vw, 1.563rem);
  transform: translateY(-50%);
}

.cmn_line_left {
  position: absolute;
  content: "";
  width: clamp(0.614rem, 0.551rem + 0.32vw, 0.936rem);
  height: clamp(17.554rem, 15.74rem + 9.07vw, 26.742rem);
  display: block;
  top: 50%;
  left: clamp(0.313rem, -0.507rem + 1.71vw, 1.563rem);
  transform: translateY(-50%) scaleX(-1);
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

/* アニメーション発動時 */
.animate-flower.is-show {
  opacity: 1;
  transform: scale(1);
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
body.home .header .hd_nav .hd_nav_li,
body[class*=""] .header .hd_nav .hd_nav_li {
  position: relative;
}
@media screen and (max-width: 1085px) {
  body.home .header .hd_nav .hd_nav_li,
  body[class*=""] .header .hd_nav .hd_nav_li {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
body.home .header .hd_nav .hd_nav_li a,
body[class*=""] .header .hd_nav .hd_nav_li a {
  transition: all 0.3s;
}
@media screen and (max-width: 1085px) {
  body.home .header .hd_nav .hd_nav_li a,
  body[class*=""] .header .hd_nav .hd_nav_li a {
    font-size: clamp(1rem, 0.895rem + 0.52vw, 1.25rem);
  }
}
body.home .header .hd_nav .hd_nav_li:nth-of-type(1)::after,
body[class*=""] .header .hd_nav .hd_nav_li:nth-of-type(1)::after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 2px;
  background-color: #333333;
}
@media screen and (max-width: 1085px) {
  body.home .header .hd_nav .hd_nav_li:nth-of-type(1)::after,
  body[class*=""] .header .hd_nav .hd_nav_li:nth-of-type(1)::after {
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
body.home .header .hd_nav .hd_nav_li:nth-of-type(6)::after,
body[class*=""] .header .hd_nav .hd_nav_li:nth-of-type(6)::after {
  display: none;
}
@media (min-width: 769px) {
  body.home .header .hd_nav .hd_nav_li:not(:nth-of-type(1)) a:hover,
  body[class*=""] .header .hd_nav .hd_nav_li:not(:nth-of-type(1)) a:hover {
    color: #bf93c3;
  }
}

body.product .header .hd_nav .hd_nav_li,
body[class*=product_tax] .header .hd_nav .hd_nav_li {
  position: relative;
}
@media screen and (max-width: 1085px) {
  body.product .header .hd_nav .hd_nav_li,
  body[class*=product_tax] .header .hd_nav .hd_nav_li {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
body.product .header .hd_nav .hd_nav_li a,
body[class*=product_tax] .header .hd_nav .hd_nav_li a {
  transition: all 0.3s;
}
@media screen and (max-width: 1085px) {
  body.product .header .hd_nav .hd_nav_li a,
  body[class*=product_tax] .header .hd_nav .hd_nav_li a {
    font-size: clamp(1rem, 0.895rem + 0.52vw, 1.25rem);
  }
}
body.product .header .hd_nav .hd_nav_li:nth-of-type(2)::after,
body[class*=product_tax] .header .hd_nav .hd_nav_li:nth-of-type(2)::after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 2px;
  background-color: #333333;
}
@media screen and (max-width: 1085px) {
  body.product .header .hd_nav .hd_nav_li:nth-of-type(2)::after,
  body[class*=product_tax] .header .hd_nav .hd_nav_li:nth-of-type(2)::after {
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
body.product .header .hd_nav .hd_nav_li:nth-of-type(6)::after,
body[class*=product_tax] .header .hd_nav .hd_nav_li:nth-of-type(6)::after {
  display: none;
}
@media (min-width: 769px) {
  body.product .header .hd_nav .hd_nav_li:not(:nth-of-type(2)) a:hover,
  body[class*=product_tax] .header .hd_nav .hd_nav_li:not(:nth-of-type(2)) a:hover {
    color: #bf93c3;
  }
}

body.gardening .header .hd_nav .hd_nav_li,
body[class*=gardening] .header .hd_nav .hd_nav_li {
  position: relative;
}
@media screen and (max-width: 1085px) {
  body.gardening .header .hd_nav .hd_nav_li,
  body[class*=gardening] .header .hd_nav .hd_nav_li {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
body.gardening .header .hd_nav .hd_nav_li a,
body[class*=gardening] .header .hd_nav .hd_nav_li a {
  transition: all 0.3s;
}
@media screen and (max-width: 1085px) {
  body.gardening .header .hd_nav .hd_nav_li a,
  body[class*=gardening] .header .hd_nav .hd_nav_li a {
    font-size: clamp(1rem, 0.895rem + 0.52vw, 1.25rem);
  }
}
body.gardening .header .hd_nav .hd_nav_li:nth-of-type(3)::after,
body[class*=gardening] .header .hd_nav .hd_nav_li:nth-of-type(3)::after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 2px;
  background-color: #333333;
}
@media screen and (max-width: 1085px) {
  body.gardening .header .hd_nav .hd_nav_li:nth-of-type(3)::after,
  body[class*=gardening] .header .hd_nav .hd_nav_li:nth-of-type(3)::after {
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
body.gardening .header .hd_nav .hd_nav_li:nth-of-type(6)::after,
body[class*=gardening] .header .hd_nav .hd_nav_li:nth-of-type(6)::after {
  display: none;
}
@media (min-width: 769px) {
  body.gardening .header .hd_nav .hd_nav_li:not(:nth-of-type(3)) a:hover,
  body[class*=gardening] .header .hd_nav .hd_nav_li:not(:nth-of-type(3)) a:hover {
    color: #bf93c3;
  }
}

body.access .header .hd_nav .hd_nav_li,
body[class*="#access"] .header .hd_nav .hd_nav_li {
  position: relative;
}
@media screen and (max-width: 1085px) {
  body.access .header .hd_nav .hd_nav_li,
  body[class*="#access"] .header .hd_nav .hd_nav_li {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
body.access .header .hd_nav .hd_nav_li a,
body[class*="#access"] .header .hd_nav .hd_nav_li a {
  transition: all 0.3s;
}
@media screen and (max-width: 1085px) {
  body.access .header .hd_nav .hd_nav_li a,
  body[class*="#access"] .header .hd_nav .hd_nav_li a {
    font-size: clamp(1rem, 0.895rem + 0.52vw, 1.25rem);
  }
}
body.access .header .hd_nav .hd_nav_li:nth-of-type(4)::after,
body[class*="#access"] .header .hd_nav .hd_nav_li:nth-of-type(4)::after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 2px;
  background-color: #333333;
}
@media screen and (max-width: 1085px) {
  body.access .header .hd_nav .hd_nav_li:nth-of-type(4)::after,
  body[class*="#access"] .header .hd_nav .hd_nav_li:nth-of-type(4)::after {
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
body.access .header .hd_nav .hd_nav_li:nth-of-type(6)::after,
body[class*="#access"] .header .hd_nav .hd_nav_li:nth-of-type(6)::after {
  display: none;
}
@media (min-width: 769px) {
  body.access .header .hd_nav .hd_nav_li:not(:nth-of-type(4)) a:hover,
  body[class*="#access"] .header .hd_nav .hd_nav_li:not(:nth-of-type(4)) a:hover {
    color: #bf93c3;
  }
}

body.news .header .hd_nav .hd_nav_li,
body[class*=news] .header .hd_nav .hd_nav_li {
  position: relative;
}
@media screen and (max-width: 1085px) {
  body.news .header .hd_nav .hd_nav_li,
  body[class*=news] .header .hd_nav .hd_nav_li {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
body.news .header .hd_nav .hd_nav_li a,
body[class*=news] .header .hd_nav .hd_nav_li a {
  transition: all 0.3s;
}
@media screen and (max-width: 1085px) {
  body.news .header .hd_nav .hd_nav_li a,
  body[class*=news] .header .hd_nav .hd_nav_li a {
    font-size: clamp(1rem, 0.895rem + 0.52vw, 1.25rem);
  }
}
body.news .header .hd_nav .hd_nav_li:nth-of-type(5)::after,
body[class*=news] .header .hd_nav .hd_nav_li:nth-of-type(5)::after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 2px;
  background-color: #333333;
}
@media screen and (max-width: 1085px) {
  body.news .header .hd_nav .hd_nav_li:nth-of-type(5)::after,
  body[class*=news] .header .hd_nav .hd_nav_li:nth-of-type(5)::after {
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
body.news .header .hd_nav .hd_nav_li:nth-of-type(6)::after,
body[class*=news] .header .hd_nav .hd_nav_li:nth-of-type(6)::after {
  display: none;
}
@media (min-width: 769px) {
  body.news .header .hd_nav .hd_nav_li:not(:nth-of-type(5)) a:hover,
  body[class*=news] .header .hd_nav .hd_nav_li:not(:nth-of-type(5)) a:hover {
    color: #bf93c3;
  }
}

body.contact .header .hd_nav .hd_nav_li,
body[class*=contact] .header .hd_nav .hd_nav_li {
  position: relative;
}
@media screen and (max-width: 1085px) {
  body.contact .header .hd_nav .hd_nav_li,
  body[class*=contact] .header .hd_nav .hd_nav_li {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
body.contact .header .hd_nav .hd_nav_li a,
body[class*=contact] .header .hd_nav .hd_nav_li a {
  transition: all 0.3s;
}
@media screen and (max-width: 1085px) {
  body.contact .header .hd_nav .hd_nav_li a,
  body[class*=contact] .header .hd_nav .hd_nav_li a {
    font-size: clamp(1rem, 0.895rem + 0.52vw, 1.25rem);
  }
}
body.contact .header .hd_nav .hd_nav_li:nth-of-type(6)::after,
body[class*=contact] .header .hd_nav .hd_nav_li:nth-of-type(6)::after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 2px;
  background-color: #333333;
}
@media screen and (max-width: 1085px) {
  body.contact .header .hd_nav .hd_nav_li:nth-of-type(6)::after,
  body[class*=contact] .header .hd_nav .hd_nav_li:nth-of-type(6)::after {
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
body.contact .header .hd_nav .hd_nav_li:nth-of-type(6)::after,
body[class*=contact] .header .hd_nav .hd_nav_li:nth-of-type(6)::after {
  display: none;
}
@media (min-width: 769px) {
  body.contact .header .hd_nav .hd_nav_li:not(:nth-of-type(6)) a:hover,
  body[class*=contact] .header .hd_nav .hd_nav_li:not(:nth-of-type(6)) a:hover {
    color: #bf93c3;
  }
}

.instagram_icon {
  width: 30px !important;
  height: 30px;
}
.instagram_icon a {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .instagram_icon a:hover {
    transform: translateY(-5px);
  }
}

.hd_nav_flex {
  display: flex;
  gap: 30px;
  padding: 16px 10px 0 10px;
}
@media screen and (max-width: 1800px) {
  .hd_nav_flex {
    padding: 16px 0px 0 0px;
  }
}
@media screen and (max-width: 1600px) {
  .hd_nav_flex {
    display: none;
  }
}

.header {
  width: 100%;
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%, rgb(255, 255, 255) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  position: fixed;
  z-index: 4;
}
@media screen and (max-width: 1085px) {
  .header {
    height: 60px;
    margin: 0;
    position: fixed;
    top: 0;
    z-index: 300;
  }
}
.header img {
  height: unset;
}
.header .hd_logo {
  width: 25%;
  aspect-ratio: 300/66;
  margin-left: 2%;
  max-width: 300px;
}
@media screen and (max-width: 1085px) {
  .header .hd_logo {
    width: clamp(10.938rem, 9.464rem + 7.37vw, 13rem);
  }
}
.header .hd_logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.hd_nav {
  display: flex;
  gap: clamp(0.5rem, -1.429rem + 4.02vw, 2.188rem);
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1085px) {
  .hd_nav {
    flex-flow: column;
    gap: clamp(0.938rem, 0.545rem + 1.96vw, 1.875rem);
    width: 80%;
    top: 53%;
    left: 50%;
    padding: 10%;
    border: 2px solid #582b25;
    min-height: 80svh;
    background-color: #fff;
    max-width: 570px;
    transform: translate(-50%, -50%);
    position: fixed;
    transition: opacity 0.4s ease;
    opacity: 0;
    pointer-events: none;
  }
  .hd_nav .hd_tel a {
    pointer-events: none;
  }
  .hd_nav.is_open {
    pointer-events: auto;
    opacity: 1;
  }
  .hd_nav.is_open .hd_tel a {
    pointer-events: auto;
  }
}
.hd_nav ul {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, -1.429rem + 4.02vw, 2.188rem);
}
@media screen and (max-width: 1085px) {
  .hd_nav ul {
    flex-flow: column;
    width: -moz-fit-content;
    width: fit-content;
    align-items: unset;
    gap: clamp(0.938rem, 0.807rem + 0.65vw, 1.25rem);
    margin: auto;
  }
}

.hd_tel a {
  pointer-events: none;
}
@media screen and (max-width: 1085px) {
  .hd_tel a {
    pointer-events: all;
  }
}
.hd_tel .cmn_tel_number {
  font-size: 24px;
  align-items: center;
}
.hd_tel .cmn_tel_time {
  font-size: 14px;
  padding-left: 10px;
}

.hd_fax .cmn_fax_number {
  font-size: 24px;
  align-items: center;
}

.hd_contact {
  padding: 0px 45px;
  border-left: 1px solid #333333;
  display: flex;
  height: clamp(2.688rem, 2.504rem + 0.92vw, 3.125rem);
}
@media (min-width: 769px) {
  .hd_contact:hover .hd_nav_contact {
    color: #bf93c3;
    transform: translateY(-7px);
  }
}
@media screen and (max-width: 1625px) {
  .hd_contact {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 1085px) {
  .hd_contact {
    padding: 5px 29px;
    border: 2px solid #582b25;
  }
}
.hd_contact .hd_nav_contact {
  align-items: center;
  display: flex;
  gap: 5px;
  margin: auto;
  transition: all 0.3s;
}

@media screen and (max-width: 1085px) {
  .hd_menu-toggle {
    display: block;
    width: 60px;
    height: 60px;
  }
  .hd_menu-toggle.is_open span:nth-child(1) {
    transform: rotate(43deg) translate(6px, 6px);
  }
  .hd_menu-toggle.is_open span:nth-child(2) {
    opacity: 0;
  }
  .hd_menu-toggle.is_open span:nth-child(3) {
    transform: rotate(-43deg) translate(7px, -7px);
  }
}

.hd_menu-toggle-wrap {
  display: none;
}
@media screen and (max-width: 1085px) {
  .hd_menu-toggle-wrap {
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
    top: 21px;
    left: 16px;
    display: block;
  }
  .hd_menu-toggle-wrap span {
    display: block;
    background-color: #582B25;
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    z-index: 50;
    transition: all 0.3s ease;
  }
  .hd_menu-toggle-wrap span:nth-of-type(2) {
    top: 9px;
  }
  .hd_menu-toggle-wrap span:nth-of-type(3) {
    bottom: 0;
  }
}

.header_sp_wrap {
  display: none;
}
@media screen and (max-width: 1085px) {
  .header_sp_wrap {
    display: flex;
    gap: 10px;
    align-items: center;
  }
}

.low_mv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90svh;
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 680px;
}

.low_mv_img {
  position: absolute;
  border-radius: 50%;
  width: clamp(31.25rem, 29.375rem + 9.38vw, 40.625rem);
  height: clamp(31.25rem, 29.375rem + 9.38vw, 40.625rem);
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(-3.563rem, -14.532rem + 17.14vw, 6.25rem);
  z-index: -1;
}
@media (max-width: 768px) {
  .low_mv_img {
    transform: unset;
    top: clamp(-12.875rem, -17.964rem + 25.45vw, -5.75rem);
    right: clamp(-14.75rem, -20.464rem + 28.57vw, -6.75rem);
  }
}

.low_mv-ttl {
  position: absolute;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.875rem, 1.6rem + 1.38vw, 3.25rem);
  font-weight: bold;
  left: 15%;
  top: 39%;
  opacity: 0;
}
@media (max-width: 1024px) {
  .low_mv-ttl {
    left: 10%;
  }
}
@media (max-width: 768px) {
  .low_mv-ttl {
    top: 44%;
  }
}

.low_mv-ttl span {
  display: inline-block;
  opacity: 0;
}

.low_mv-ttl span.is-show {
  animation: charDrop 0.6s ease forwards;
}

.low_mv_circle01 {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #EEE4EF;
  bottom: 258px;
  left: 2%;
  z-index: -1;
}
@media (max-width: 768px) {
  .low_mv_circle01 {
    width: clamp(5rem, 2.768rem + 11.16vw, 8.125rem);
    height: clamp(5rem, 2.768rem + 11.16vw, 8.125rem);
    bottom: clamp(10.75rem, 6.911rem + 19.2vw, 16.125rem);
  }
}

.low_mv_circle02 {
  position: absolute;
  content: "";
  width: 219px;
  height: 219px;
  border-radius: 50%;
  background-color: #EEE4EF;
  bottom: 130px;
  right: 35%;
  z-index: -1;
}
@media (max-width: 768px) {
  .low_mv_circle02 {
    width: clamp(8.125rem, 4.152rem + 19.87vw, 13.688rem);
    height: clamp(8.125rem, 4.152rem + 19.87vw, 13.688rem);
    bottom: clamp(4.438rem, 3.321rem + 5.58vw, 6rem);
    left: clamp(9.5rem, 2.179rem + 36.61vw, 19.75rem);
  }
}

.mv_flower03 {
  aspect-ratio: 156/279;
  max-width: clamp(6.563rem, 5.925rem + 3.19vw, 9.75rem);
  position: absolute;
  content: "";
  left: 4%;
  bottom: 78px;
}

.mv_flower04 {
  aspect-ratio: 173/170;
  max-width: clamp(8rem, 7.438rem + 2.81vw, 10.813rem);
  position: absolute;
  content: "";
  left: 48%;
  bottom: 78px;
  z-index: 1;
}

/*-------------------------------------------------------------------------------
  HOME
--------------------------------------------------------------------------------*/
.index_mv {
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
  overflow-x: clip;
  overflow-y: unset;
  min-height: 800px;
}

.index_mv-ttl {
  position: absolute;
  content: "";
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  left: 8%;
  bottom: 250px;
  font-size: clamp(2.063rem, 1.675rem + 1.94vw, 4rem);
  font-weight: bold;
  z-index: 3;
  line-height: 100%;
  display: flex;
  flex-flow: column;
}
@media (max-width: 768px) {
  .index_mv-ttl {
    left: 5%;
    bottom: 50%;
  }
}

.index_mv-subttl {
  font-size: clamp(0.875rem, 0.725rem + 0.75vw, 1.625rem);
  color: #582B25;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.index_mv-ttl {
  overflow: hidden;
}

.index_mv-mainttl {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.index_mv-mainttl.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*サブタイトル */
.index_mv-subttl span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}

.index_mv-subttl span.is-show {
  animation: charDrop 0.6s ease forwards;
}

@keyframes charDrop {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mainimg01 {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: clamp(12.5rem, 5rem + 37.5vw, 50rem);
  height: clamp(12.5rem, 5rem + 37.5vw, 50rem);
  overflow: hidden;
  right: 9%;
  top: 104px;
  z-index: 0;
}
@media (max-width: 768px) {
  .mainimg01 {
    right: 12px;
    top: 94px;
  }
}

.mainimg02 {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: clamp(10rem, 8.525rem + 7.38vw, 17.375rem);
  height: clamp(10rem, 8.525rem + 7.38vw, 17.375rem);
  overflow: hidden;
  right: 45%;
  top: clamp(0.375rem, -2.875rem + 6.77vw, 5.25rem);
  z-index: 1;
}
@media (max-width: 768px) {
  .mainimg02 {
    right: 64%;
    top: 6px;
  }
}

.mainimg03 {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: clamp(10rem, 8.525rem + 7.38vw, 17.375rem);
  height: clamp(10rem, 8.525rem + 7.38vw, 17.375rem);
  overflow: hidden;
  right: 1%;
  bottom: 6%;
  z-index: 1;
}
@media (max-width: 768px) {
  .mainimg03 {
    bottom: 7%;
  }
}

.mainimg04 {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: clamp(12.5rem, -7.185rem + 41.01vw, 20.625rem);
  height: clamp(12.5rem, -7.185rem + 41.01vw, 20.625rem);
  overflow: hidden;
  left: -36px;
  top: 160px;
  z-index: 0;
}
@media (max-width: 768px) {
  .mainimg04 {
    width: clamp(10.625rem, 10.25rem + 1.88vw, 12.5rem);
    height: clamp(10.625rem, 10.25rem + 1.88vw, 12.5rem);
    top: unset;
    bottom: 189px;
    left: 12px;
  }
}

.mainimg01,
.mainimg02,
.mainimg03,
.mainimg04 {
  opacity: 0;
  transform: scale(0.8); /* 小さくスタート */
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.mainimg01.is-show,
.mainimg02.is-show,
.mainimg03.is-show,
.mainimg04.is-show {
  opacity: 1;
  transform: scale(1); /* 元の大きさに */
}

.mainimg_white {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #FFFFFF;
  opacity: 0.3;
}

.mv_flower01 {
  position: absolute;
  content: "";
  aspect-ratio: 277/307;
  max-width: clamp(7.625rem, 5.313rem + 11.56vw, 19.188rem);
  right: 40%;
  top: 70%;
}
@media (max-width: 768px) {
  .mv_flower01 {
    right: clamp(0.625rem, -6.696rem + 36.61vw, 10.875rem);
    bottom: 33%;
    top: unset;
  }
}

.mv_flower02 {
  position: absolute;
  content: "";
  aspect-ratio: 352/251;
  max-width: clamp(8.625rem, 5.95rem + 13.38vw, 22rem);
  left: 2%;
  bottom: -69px;
  z-index: 2;
}
@media (max-width: 768px) {
  .mv_flower02 {
    left: 5%;
    bottom: 14px;
    z-index: 2;
  }
}

.mv_circle01 {
  position: absolute;
  content: "";
  width: clamp(3.75rem, 3.013rem + 3.69vw, 7.438rem);
  height: clamp(3.75rem, 3.013rem + 3.69vw, 7.438rem);
  border-radius: 50%;
  background-color: #EEE4EF;
  top: 130px;
  left: 12%;
  z-index: -1;
}
@media (max-width: 768px) {
  .mv_circle01 {
    top: 169px;
  }
}

.mv_circle02 {
  position: absolute;
  content: "";
  width: clamp(2.938rem, 2.362rem + 2.88vw, 5.813rem);
  height: clamp(2.938rem, 2.362rem + 2.88vw, 5.813rem);
  border-radius: 50%;
  background-color: #EEE4EF;
  top: 286px;
  left: 36%;
  z-index: -1;
}

.mv_circle03 {
  position: absolute;
  content: "";
  width: clamp(5.25rem, 4.179rem + 5.36vw, 6.75rem);
  height: clamp(5.25rem, 4.179rem + 5.36vw, 6.75rem);
  border-radius: 50%;
  background-color: #EEE4EF;
  bottom: 250px;
  right: -5px;
  z-index: -1;
}
@media (max-width: 768px) {
  .mv_circle03 {
    bottom: 239px;
    right: -43px;
  }
}

.index_about_sec {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 768px) {
  .index_about_sec {
    margin: 50px 0 100px;
  }
}
.index_about_sec .index_about_flower {
  position: absolute;
  content: "";
  aspect-ratio: 252.94/236.93;
  max-width: clamp(8rem, 6.457rem + 7.72vw, 15.813rem);
  left: 2%;
  bottom: clamp(-3.438rem, -5.695rem + 4.7vw, 0rem);
  z-index: -1;
}
@media (max-width: 768px) {
  .index_about_sec .index_about_flower {
    bottom: -51px;
  }
}

.index_about_wrap {
  display: flex;
  width: 90%;
  gap: 6%;
  margin: 0 2% 0 8%;
  align-items: center;
}
@media (max-width: 1024px) {
  .index_about_wrap {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .index_about_wrap {
    flex-flow: column;
    gap: 50px;
  }
}

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

.index_about_text_img {
  max-width: 350px;
  width: 47%;
  margin: 70px 0 0 auto;
}
@media (max-width: 768px) {
  .index_about_text_img {
    width: 60%;
    margin: 30px 0 0 auto;
  }
}

.index_about_image {
  aspect-ratio: 1/1;
  max-width: 700px;
  width: 43%;
  background-image: url(../images/index_about.jpg);
  background-size: cover;
  border-radius: 50%;
  background-position: top;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (max-width: 768px) {
  .index_about_image {
    width: 100%;
  }
}

.index_product_sec {
  background-color: #582B25;
  padding: 70px 0 100px;
  position: relative;
}
.index_product_sec .cmn_btn::after {
  background-color: #fff;
}
.index_product_sec .cmn_btn::before {
  background-color: #fff;
}

.product-category-section {
  padding: 80px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 50px;
  max-width: clamp(41.875rem, 20.169rem + 45.22vw, 75rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .product-category-section {
    max-width: 85%;
    grid-template-columns: unset;
  }
}

.product-category-block {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.product-category-block.is-show {
  opacity: 1;
  transform: translateY(0);
}

.product-category-block a:hover {
  transform: translateY(-8px);
  transition: transform 0.3s ease; /* ホバー用は短め */
}

.product-category-img img {
  aspect-ratio: 367/238;
  width: 100%;
  border-radius: 15px;
}

.product-category-title {
  font-size: 24px;
  margin-top: 1em;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.product-category-desc {
  color: #ffffff;
  margin-top: 0.5em;
  text-align: left;
}

.index_gardening_sec {
  padding: 100px 0;
  position: relative;
}

.index_gardening_flower {
  aspect-ratio: 115/238;
  max-width: clamp(4.188rem, 2.217rem + 4.1vw, 7.188rem);
  position: absolute;
  content: "";
  right: clamp(0.938rem, -5.424rem + 13.24vw, 10.625rem);
  bottom: clamp(-2.75rem, -4.556rem + 3.76vw, 0rem);
}

.index_gardening_wrap {
  display: flex;
  gap: 7%;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .index_gardening_wrap {
    flex-flow: column-reverse;
    gap: 50px;
  }
}

.index_gardening_subtitle {
  font-size: clamp(1.25rem, 1.201rem + 0.25vw, 1.5rem);
  font-weight: bold;
  padding: 40px 0 30px;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 180%;
}

.index_gardening_image {
  aspect-ratio: 1/1;
  max-width: 700px;
  width: 43%;
  background-image: url(../images/index_gardening.jpg);
  background-size: cover;
  border-radius: 50%;
  background-position: top;
  height: 100%;
  position: relative;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.index_gardening_image::before {
  position: absolute;
  content: "";
  width: clamp(4.375rem, 3.634rem + 3.7vw, 8.125rem);
  height: clamp(4.375rem, 3.634rem + 3.7vw, 8.125rem);
  border-radius: 50%;
  background-color: #EEE4EF;
  bottom: -95px;
  left: -3%;
  z-index: -1;
}
@media (max-width: 768px) {
  .index_gardening_image::before {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .index_gardening_image {
    width: 100%;
  }
}

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

.index_gardening_btn-wrap {
  display: flex;
  gap: clamp(1.438rem, -1.723rem + 6.58vw, 6.25rem);
  padding-top: 80px;
}
@media screen and (max-width: 1800px) {
  .index_gardening_btn-wrap .cmn_btn {
    padding: 0 50px 10px 0;
  }
}
@media (max-width: 768px) {
  .index_gardening_btn-wrap {
    gap: 35px;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 30px;
  }
}

.index_news_sec {
  padding-bottom: 130px;
  position: relative;
}

.index_news_list {
  max-width: 1200px;
  margin: 0 auto;
  width: 80%;
  padding: 40px 0 70px;
}
@media (max-width: 1024px) {
  .index_news_list {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .index_news_list {
    padding: 20px 0 70px;
  }
}

.index_news_block {
  border-bottom: 2px solid #333333;
  padding: 30px 0;
}
.index_news_block .news_detail {
  padding-bottom: unset;
}

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

.news_flex-content .news_image {
  max-width: 100%;
}
.news_flex-content.has_image {
  align-items: center;
  display: flex;
  width: 100%;
  gap: 5%;
  align-items: center;
}
@media (max-width: 768px) {
  .news_flex-content.has_image {
    flex-flow: column;
    gap: 30px;
  }
}
.news_flex-content.has_image .index_news_block_left {
  width: 70%;
}
@media (max-width: 768px) {
  .news_flex-content.has_image .index_news_block_left {
    width: 100%;
  }
}

.index_news_flower {
  aspect-ratio: 271/185;
  max-width: 20%;
  position: absolute;
  content: "";
  left: 4%;
  bottom: 95px;
}
@media (max-width: 768px) {
  .index_news_flower {
    max-width: clamp(7.313rem, 5.393rem + 9.6vw, 10rem);
    bottom: 50px;
  }
}

.index_merchants_sec {
  width: 100%;
  padding: 70px 5% 100px;
  background-color: #582B25;
  position: relative;
}

.index_merchants_text {
  text-align: center;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .index_merchants_text {
    text-align: left;
  }
}

.index_merchants_flex-wrap {
  display: flex;
  gap: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .index_merchants_flex-wrap {
    flex-flow: column;
    width: 80%;
    gap: 20px;
  }
}

.index_merchants_link {
  background-color: #fff;
  color: #582B25;
  position: relative;
  font-size: clamp(1.125rem, 1.051rem + 0.37vw, 1.5rem);
  align-items: center;
  display: flex;
  gap: 5px;
  padding: 20px;
  justify-content: center;
  width: clamp(16.875rem, 13.017rem + 8.03vw, 22.75rem);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .index_merchants_link {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .index_merchants_link:hover {
    transform: scale(0.95);
  }
}
.index_merchants_link::after {
  position: absolute;
  content: "";
  background-image: url(../images/frame_small.svg);
  top: 10%;
  right: 2%;
  aspect-ratio: 1/1;
  max-width: 37px;
  height: 100%;
  width: 100%;
  max-width: clamp(1.625rem, 0.856rem + 1.2vw, 2.313rem);
  background-size: contain;
}
.index_merchants_link::before {
  position: absolute;
  content: "";
  background-image: url(../images/frame_small.svg);
  bottom: 10%;
  left: 2%;
  aspect-ratio: 1/1;
  max-width: 37px;
  height: 100%;
  width: 100%;
  max-width: clamp(1.625rem, 0.856rem + 1.2vw, 2.313rem);
  background-size: contain;
  transform: scale(-1, -1);
}

.index_access_sec {
  padding: 100px 0;
}

.index_access_list {
  display: flex;
  flex-flow: column;
  gap: 70px;
  padding-top: 50px;
}

.index_access_name {
  font-size: clamp(1.25rem, 1.201rem + 0.25vw, 1.5rem);
  width: 47%;
  margin: 0 auto 0 0;
  padding: 0 0 30px 10%;
  border-bottom: 2px solid #333333;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 180%;
}
@media (max-width: 1024px) {
  .index_access_name {
    padding: 0 0 15px 5%;
  }
}
@media (max-width: 768px) {
  .index_access_name {
    width: 95%;
  }
}

.index_access_wrap {
  display: flex;
  gap: 7%;
  width: 80%;
  margin: 30px auto 100px;
}
@media (max-width: 1024px) {
  .index_access_wrap {
    width: 90%;
    gap: 5%;
  }
}
@media (max-width: 768px) {
  .index_access_wrap {
    flex-flow: column;
    gap: 30px;
    margin: 30px auto;
  }
}

.index_access_image {
  aspect-ratio: 735/487;
  width: 50%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index_access_image {
    width: 100%;
  }
}

.index_access_detail {
  width: 50%;
}
@media (max-width: 1024px) {
  .index_access_detail {
    width: 52%;
  }
}
@media (max-width: 768px) {
  .index_access_detail {
    width: 100%;
  }
}
.index_access_detail tr {
  flex-flow: column;
  display: flex;
  border-bottom: 2px solid #333333;
  padding: 15px 0;
}
.index_access_detail tr:first-of-type {
  padding: 0 0 15px;
}
.index_access_detail tr th {
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 180%;
  color: #966999;
  font-size: clamp(1.125rem, 1.1rem + 0.12vw, 1.25rem);
}
.index_access_detail tr td {
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 180%;
  color: #333333;
  font-size: clamp(1rem, 0.975rem + 0.12vw, 1.125rem);
}

.index_access_map {
  aspect-ratio: 1625/500;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .index_access_map {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .index_access_map {
    height: 250px;
  }
}
.index_access_map iframe {
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------------------
  NEWS
--------------------------------------------------------------------------------*/
.cmn_flex_wrap {
  display: flex;
  margin: 20px 0 126px;
}
@media (max-width: 1024px) {
  .cmn_flex_wrap {
    flex-flow: column;
    margin: 50px 0 126px;
  }
}

.cmn_sidebar {
  width: 15%;
  height: 100%;
  position: sticky;
  top: 200px;
  left: 0;
}
@media (max-width: 1024px) {
  .cmn_sidebar {
    width: 90%;
    margin: 0 auto 64px;
    position: unset;
  }
}

.cmn_sidebar_list {
  display: flex;
  flex-flow: column;
  gap: 15px;
}
@media (max-width: 1024px) {
  .cmn_sidebar_list {
    width: 100%;
    flex-flow: wrap;
  }
}

.cmn_sidebar_category {
  background-color: #fff;
  position: relative;
  border: solid #582B25;
  border-width: 2px 2px 2px 0;
  transform: translateX(-9%);
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .cmn_sidebar_category {
    transform: translateX(-3%);
  }
}
@media (max-width: 1024px) {
  .cmn_sidebar_category {
    border-width: 2px;
    transform: translateX(0%);
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 480px) {
  .cmn_sidebar_category {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cmn_sidebar_category:not(.sidebar_active):hover {
    transform: translateX(0%);
  }
}
.cmn_sidebar_category a {
  color: #582B25;
  font-size: clamp(0.875rem, 0.596rem + 0.44vw, 1.125rem);
  text-align: center;
  padding: 5% 5% 5% 9%;
}
@media (max-width: 1024px) {
  .cmn_sidebar_category a {
    padding: 11px 48px;
  }
}
.cmn_sidebar_category::after {
  position: absolute;
  content: "";
  background-image: url(../images/frame_small.svg);
  top: clamp(0.125rem, -0.085rem + 0.33vw, 0.313rem);
  right: clamp(0.125rem, -0.085rem + 0.33vw, 0.313rem);
  aspect-ratio: 1/1;
  max-width: 37px;
  height: 100%;
  width: 100%;
  max-width: clamp(1.625rem, 0.856rem + 1.2vw, 2.313rem);
  background-size: contain;
  pointer-events: none;
}

.cmn_sidebar_category.active {
  background-color: #582B25; /* 好きな色に変更 */
}
.cmn_sidebar_category.active a {
  color: #fff;
}
.cmn_sidebar_category.active::after {
  background-image: url(../images/frame_small_white.svg);
}

.cmn_list_wrap {
  width: 80%;
  margin: 0 auto 0 12%;
}
@media (max-width: 1024px) {
  .cmn_list_wrap {
    width: 100%;
    margin: unset;
  }
}

.sidebar_active {
  background-color: #582B25;
}
.sidebar_active a {
  color: #fff;
}
.sidebar_active::after {
  position: absolute;
  content: "";
  background-image: url(../images/frame_small_white.svg);
  top: clamp(0.125rem, -0.085rem + 0.33vw, 0.313rem);
  right: clamp(0.125rem, -0.085rem + 0.33vw, 0.313rem);
  aspect-ratio: 1/1;
  max-width: clamp(1.625rem, 0.856rem + 1.2vw, 2.313rem);
  height: 100%;
  width: 100%;
  background-size: contain;
}

.news_sec {
  width: 90%;
}
@media (max-width: 1024px) {
  .news_sec {
    margin: 0 auto;
  }
}

.news_list {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.news_item {
  border-bottom: 2px solid #333333;
}

.news_image_wrap {
  display: flex;
  gap: 1%;
  width: 100%;
  padding: 0 0 30px;
}

/* PCでは全部表示 */
.news_image_wrap .news_image {
  display: inline-block;
}

/* 1024px以下では2枚目以降を非表示 */
@media screen and (max-width: 1024px) {
  .news_image_wrap .news_image:nth-child(n+2) {
    display: none;
  }
}
.news_image {
  aspect-ratio: 230/145;
  max-width: 19.2%;
  border-radius: 20px;
  flex: 1 1 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .news_image {
    max-width: 100%;
  }
}

.news_image.has_multi::after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  content: "\e3d3";
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-size: 28px;
  display: block;
  color: #fff;
  background-color: rgba(150, 105, 153, 0.7);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
}

.news_flex_wrap {
  display: flex;
  gap: 30px;
  align-items: center;
}

.news_title {
  font-size: clamp(1.25rem, 1.201rem + 0.25vw, 1.5rem);
  line-height: 180%;
  padding: 10px 0;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.news-tax {
  background-color: #582B25;
  border-radius: 5px;
  color: #fff;
  padding: 5px 17px;
}
@media (max-width: 768px) {
  .news-tax {
    padding: 3px 11px;
  }
}

.news_date {
  font-family: "PT Serif", serif;
  font-style: italic;
  letter-spacing: 0em;
  font-size: 16px;
  line-height: 180%;
  font-weight: 500;
  color: #582B25;
}

.news_detail {
  padding-bottom: 30px;
}

.nav-links {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: clamp(0.313rem, 0.045rem + 1.34vw, 1.25rem);
  padding-top: 126px;
}
@media screen {
  .nav-links {
    padding-top: 60px;
  }
}
.nav-links .nav-links {
  width: -moz-fit-content;
  width: fit-content;
}
.nav-links .page-numbers {
  display: block;
  width: clamp(2.188rem, 1.879rem + 1.54vw, 3.75rem);
  height: clamp(2.188rem, 1.879rem + 1.54vw, 3.75rem);
  background-color: #C9B9CA;
  border-radius: 50px;
  text-align: center;
  transition: all 0.3s;
  font-size: clamp(1.563rem, 1.473rem + 0.45vw, 1.875rem);
  color: #fff;
  line-height: clamp(2.188rem, 1.879rem + 1.54vw, 3.75rem);
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: 500;
}
@media (min-width: 769px) {
  .nav-links .page-numbers:not(.current, .dots):hover {
    transform: scale(0.9);
  }
}
.nav-links .page-numbers.current {
  background-color: #966999;
  color: #fff;
}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
  display: block;
  background-color: #C9B9CA;
  position: relative;
  font-style: normal;
}
.nav-links .page-numbers.prev::after, .nav-links .page-numbers.next::after {
  position: absolute;
  display: block;
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  transition: all 0.3s;
  font-size: clamp(1.75rem, 1.589rem + 0.8vw, 2.313rem);
  width: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  .nav-links .page-numbers.prev:hover, .nav-links .page-numbers.next:hover {
    transform: unset;
  }
}
.nav-links .page-numbers.prev {
  margin-right: clamp(0.5rem, 0.167rem + 1.67vw, 2.188rem);
}
.nav-links .page-numbers.prev::after {
  content: "\e314";
}
@media (min-width: 769px) {
  .nav-links .page-numbers.prev:hover::after {
    transform: translateX(-5px);
  }
}
.nav-links .page-numbers.next {
  margin-left: clamp(0.5rem, 0.167rem + 1.67vw, 2.188rem);
}
.nav-links .page-numbers.next::after {
  content: "\e315";
}
@media (min-width: 769px) {
  .nav-links .page-numbers.next:hover::after {
    transform: translateX(5px);
  }
}

/*-------------------------------------------------------------------------------
  PRODUCT
--------------------------------------------------------------------------------*/
.product_sec {
  width: 90%;
}
@media (max-width: 1024px) {
  .product_sec {
    margin: 0 auto;
  }
}
.product_sec .cmn_list_wrap {
  width: 75%;
}
@media (max-width: 1024px) {
  .product_sec .cmn_list_wrap {
    width: 100%;
  }
}

.product_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 367px), 1fr));
  gap: 50px 60px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .product_list {
    padding-bottom: 0;
  }
}

.product_item {
  width: 100%;
}

.product_image {
  aspect-ratio: 8/9;
  border-radius: 15px;
  position: relative;
  width: 100%;
}

.product_no-image_wrap {
  aspect-ratio: 8/9;
  border-radius: 15px;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.product_image.has_multi::after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  content: "\e3d3";
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-size: 28px;
  display: block;
  color: #fff;
  background-color: rgba(150, 105, 153, 0.7);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
}

.product-tax {
  background-color: #582B25;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
}

.product_title {
  font-size: 18px;
  line-height: 180%;
  padding: 8px 0 2px;
}

.product_size {
  line-height: 150%;
}

.product_price {
  font-size: 22px;
  color: #FF5C77;
  line-height: 150%;
  font-weight: bold;
}
.product_price span {
  font-size: 14px;
  margin-left: 5px;
}

.product_flex_wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #333333;
  align-items: center;
  padding-bottom: 7px;
}

.product_detail {
  font-size: clamp(1rem, 0.975rem + 0.12vw, 1.125rem);
  line-height: 160%;
  padding-top: 10px;
}

.product-tax {
  background-color: #582B25;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 180%;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.product_image_wrap {
  padding-bottom: 15px;
}
.product_image_wrap img {
  border-radius: 15px;
}

/*-------------------------------------------------------------------------------
  GARDENING
--------------------------------------------------------------------------------*/
.gardening_wrap {
  width: 90%;
}
@media (max-width: 1024px) {
  .gardening_wrap {
    margin: 0 auto;
  }
}
.gardening_wrap .gardening_cmn_contents {
  width: clamp(49.375rem, 19.269rem + 46.99vw, 76.25rem);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .gardening_wrap .gardening_cmn_contents {
    width: 100%;
  }
}

.gardening_first_sec {
  display: flex;
  gap: 8%;
  align-items: center;
  position: relative;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .gardening_first_sec {
    flex-flow: column-reverse;
    gap: 50px;
    margin-bottom: 100px;
  }
}
.gardening_first_sec::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-color: #EEE4EF;
  bottom: -34px;
  left: -79px;
  border-radius: 50%;
}

.gardening_first_image {
  aspect-ratio: 1/1;
  max-width: 540px;
  border-radius: 50%;
  width: 42%;
  overflow: hidden;
  position: relative;
  background-image: url(../images/gardening_first.jpg);
  background-size: cover;
  background-position: left;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (max-width: 768px) {
  .gardening_first_image {
    width: 100%;
  }
}

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

.gardening_first_ttl {
  font-size: clamp(1.438rem, 1.351rem + 0.43vw, 1.875rem);
  line-height: 150%;
  padding-bottom: 30px;
}

.gardening_service_sec {
  background-color: #582B25;
  padding: 70px 6% 100px;
  position: relative;
}
@media (max-width: 768px) {
  .gardening_service_sec {
    padding: 70px 8% 100px;
  }
}

.gardening_service_detail {
  padding: 50px 0 80px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .gardening_service_detail {
    text-align: left;
  }
}

.gardening_service_content_wrap {
  display: flex;
  flex-flow: column;
  gap: 50px;
  padding-bottom: 103px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .gardening_service_content_wrap .gardening_service_content:nth-of-type(2) {
    flex-flow: column;
  }
}

.gardening_service_content {
  display: flex;
  width: 100%;
  gap: 5%;
  align-items: center;
}
@media (max-width: 768px) {
  .gardening_service_content {
    flex-flow: column-reverse;
    gap: 40px;
  }
}

.gardening_service_image {
  aspect-ratio: 1/1;
  max-width: 400px;
  border-radius: 50%;
  width: 40%;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.gardening_service_image.service_01 {
  background-image: url(../images/gardening_service_01.jpg);
  background-position: right;
}
.gardening_service_image.service_02 {
  background-image: url(../images/gardening_service_02.jpg);
  background-position: left;
}
.gardening_service_image.service_03 {
  background-image: url(../images/gardening_service_03.jpg);
  background-position: right;
}
@media (max-width: 768px) {
  .gardening_service_image {
    width: 100%;
    max-width: unset;
    border-radius: 20px;
    aspect-ratio: 3/2;
  }
}

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

.gardening_service_ttl {
  font-size: clamp(1.438rem, 1.351rem + 0.43vw, 1.875rem);
  line-height: 150%;
  padding-bottom: 30px;
  color: #fff;
}

.gardening_area_sec {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .gardening_area_sec {
    margin-top: 80px;
  }
}

.gardening_area_detail {
  padding-top: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .gardening_area_detail {
    text-align: left;
  }
}

.gardening_works_sec {
  padding: 150px 0 0;
}
@media (max-width: 768px) {
  .gardening_works_sec {
    padding: 100px 0 0;
  }
}

.gardening_works_wrap {
  display: flex;
  flex-flow: column;
  gap: 100px;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .gardening_works_wrap {
    gap: 60px;
  }
}

.gardening_works_text {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .gardening_works_text {
    padding: 30px 0;
  }
}

.gardening_works_ttl,
.gardening_works_text,
.gardening_works_gallery_wrap {
  width: 90%;
  margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
  .gardening_works_ttl,
  .gardening_works_text,
  .gardening_works_gallery_wrap {
    width: 100%;
    margin: unset;
  }
}

.gallery_label {
  font-family: "PT Serif", serif;
  font-style: italic;
  letter-spacing: 0em;
  font-size: clamp(1.563rem, 1.501rem + 0.31vw, 1.875rem);
  line-height: 100%;
  color: #966999;
  font-weight: 500;
  text-align: center;
  padding-bottom: 15px;
}

.works_gallery {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .works_gallery {
    flex-flow: column;
  }
}
.works_gallery.only_after {
  flex-flow: column;
  position: relative;
}
.works_gallery.only_after .gallery_label {
  padding-bottom: 0;
}

.gallery_block {
  padding: 0% 5% 5%;
}
@media (max-width: 768px) {
  .gallery_block {
    padding: 0% 10% 10%;
  }
}

.gallery_block.before {
  padding: 0% 5% 5% 0;
}
@media (max-width: 768px) {
  .gallery_block.before {
    padding: 0% 10% 10%;
  }
}
.gallery_block.after {
  position: relative;
}

/* before & after 並べる */
.has_before_after {
  gap: 20px;
}

.has_before_after .gallery_block {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.gallery_small {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

/* afterだけの場合 */
.only_after .gallery_row {
  display: flex;
  gap: 10px;
  padding: 0% 5% 5%;
}
@media (max-width: 768px) {
  .only_after .gallery_row {
    flex-flow: column;
    padding: 0% 10% 10%;
  }
}

.only_after .gallery_big {
  flex: 1;
}
.only_after .gallery_big .gallery_big_img {
  aspect-ratio: 504/325.5;
}

.gardening_works_ttl {
  font-size: clamp(1.25rem, 1.201rem + 0.25vw, 1.5rem);
  font-weight: bold;
  padding-bottom: 25px;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 150%;
}

.gardening_works_ttl_wrap {
  border-bottom: 2px solid #333333;
}

.gallery_big img,
.gallery_small img {
  width: 100%;
  height: 100%;
  display: block;
}

.gallery_big_img {
  aspect-ratio: 480/310;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.gallery_small_img {
  aspect-ratio: 235/150;
  width: 100%;
  border-radius: 15px;
}

.gallery_flame_top-right {
  position: absolute;
  content: "";
  width: clamp(3.75rem, 3.133rem + 3.09vw, 6.875rem);
  height: clamp(3.75rem, 3.133rem + 3.09vw, 6.875rem);
  display: block;
  top: 0;
  right: 0;
}

.gallery_flame_top-left {
  position: absolute;
  content: "";
  width: clamp(3.75rem, 3.133rem + 3.09vw, 6.875rem);
  height: clamp(3.75rem, 3.133rem + 3.09vw, 6.875rem);
  display: block;
  top: 0;
  left: 0;
  transform: scale(-1, 1);
}

.gallery_flame_bottom-right {
  position: absolute;
  content: "";
  width: clamp(3.75rem, 3.133rem + 3.09vw, 6.875rem);
  height: clamp(3.75rem, 3.133rem + 3.09vw, 6.875rem);
  display: block;
  bottom: 0;
  right: 0;
  transform: scale(1, -1);
}

.gallery_flame_bottom-left {
  position: absolute;
  content: "";
  width: clamp(3.75rem, 3.133rem + 3.09vw, 6.875rem);
  height: clamp(3.75rem, 3.133rem + 3.09vw, 6.875rem);
  display: block;
  bottom: 0;
  left: 0;
  transform: scale(-1, -1);
}

.gardening_faq_sec {
  padding: 150px 0 0;
}
@media (max-width: 768px) {
  .gardening_faq_sec {
    padding: 100px 0 0;
  }
}

.gardening_faq_wrap {
  margin-bottom: 100px;
}
.gardening_faq_wrap:first-of-type {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .gardening_faq_wrap {
    margin-bottom: 60px;
  }
}

.gardening_faq_ttl_wrap {
  border-bottom: 2px solid #333333;
}

.gardening_faq_ttl {
  font-size: clamp(1.25rem, 1.201rem + 0.25vw, 1.5rem);
  font-weight: bold;
  padding-bottom: 25px;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 90%;
  margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
  .gardening_faq_ttl {
    width: 100%;
    margin: unset;
  }
}
@media (max-width: 768px) {
  .gardening_faq_ttl {
    padding-bottom: 15px;
  }
}

.gardening_faq_list {
  display: flex;
  flex-flow: column;
  gap: 30px;
  width: 90%;
  margin: 0 0 0 auto;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .gardening_faq_list {
    width: 100%;
    margin: unset;
  }
}
@media (max-width: 768px) {
  .gardening_faq_list {
    padding-top: 30px;
  }
}

.gardening_faq_content {
  border-bottom: 2px solid #333333;
  padding: 0px 0px 30px;
}

.gardening_faq_question {
  display: flex;
  gap: 20px;
  font-size: 20px;
  color: #966999;
  align-items: center;
  line-height: 150% !important;
}
@media (max-width: 768px) {
  .gardening_faq_question {
    padding-bottom: 10px;
  }
}
.gardening_faq_question span {
  font-size: clamp(1.25rem, 1.201rem + 0.25vw, 1.5rem);
  font-family: "PT Serif", serif;
  font-style: italic;
  color: #fff;
  background-color: #966999;
  min-width: clamp(2.5rem, 2.377rem + 0.62vw, 3.125rem);
  height: clamp(2.5rem, 2.377rem + 0.62vw, 3.125rem);
  border-radius: 50%;
  text-align: center;
  line-height: clamp(2.5rem, 2.377rem + 0.62vw, 3.125rem);
  font-weight: 500;
}

.gardening_faq_answer {
  padding-left: 70px;
}
@media (max-width: 768px) {
  .gardening_faq_answer {
    padding-left: unset;
  }
}

/*-------------------------------------------------------------------------------
  CONTACT
--------------------------------------------------------------------------------*/
.contact_tel_text {
  text-align: center;
  padding: 50px 5%;
}
@media (max-width: 768px) {
  .contact_tel_text {
    text-align: left;
  }
}

.contact_tel_number {
  max-width: clamp(41.875rem, 20.169rem + 45.22vw, 75rem);
  margin: 0 auto;
  background-color: #582B25;
  position: relative;
  padding: 100px 5% 50px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .contact_tel_number {
    pointer-events: all;
    max-width: 90%;
    padding: 80px 5% 50px;
  }
}

.contact_tel_phone-nummber {
  color: #fff;
  font-family: "PT Serif", serif;
  font-style: italic;
  letter-spacing: 0em;
  font-size: clamp(2.125rem, 1.557rem + 2.84vw, 5rem);
  line-height: 110%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.375rem, 0.079rem + 1.48vw, 1.875rem);
}
.contact_tel_phone-nummber .material-symbols-outlined {
  font-size: clamp(1.875rem, 1.505rem + 1.85vw, 3.75rem);
}
@media (max-width: 768px) {
  .contact_tel_phone-nummber .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  }
}

.contact_tel_phone-time {
  font-size: clamp(1.125rem, 0.977rem + 0.74vw, 1.875rem);
  color: #fff;
  text-align: center;
}

.contact_fax_number {
  padding-top: 20px;
}

.contact_fax_phone-nummber {
  color: #fff;
  font-family: "PT Serif", serif;
  font-style: italic;
  letter-spacing: 0em;
  font-size: clamp(1.688rem, 1.218rem + 2.35vw, 4.063rem);
  line-height: 180%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.375rem, 0.202rem + 0.86vw, 1.25rem);
}
.contact_fax_phone-nummber .material-symbols-outlined {
  font-size: clamp(1.875rem, 1.505rem + 1.85vw, 3.75rem);
}
@media (max-width: 768px) {
  .contact_fax_phone-nummber .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  }
}

.contact_form_sec {
  width: clamp(55rem, 46.598rem + 13.11vw, 62.5rem);
  margin: 100px auto;
}
@media (max-width: 1024px) {
  .contact_form_sec {
    width: 90%;
  }
}

/*-------------------------------------------------------------------------------
  お問い合わせ（共通） v 1.1.0
--------------------------------------------------------------------------------*/
.tccf7-confirm-on form {
  padding: 60px 0 120px;
}
@media (max-width: 1024px) {
  .tccf7-confirm-on form {
    padding: 30px 0 50px;
  }
}

.contact_form_wrap {
  width: min(1200px, 100%);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .contact_form_wrap {
    width: 100%;
  }
}

form dl {
  padding-top: 50px;
}
@media (max-width: 768px) {
  form dl {
    padding-top: 25px;
  }
}
form dl:first-of-type {
  padding-top: 0px;
}
form dl dt {
  width: 100%;
}
form dl dt label {
  font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.25rem);
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 150%;
}
form dl dd {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  form dl dd {
    margin-top: 10px;
  }
}
form .required {
  padding: 4px 12px;
  background-color: #582B25;
  color: #fff;
  margin-left: 30px;
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: 600;
  line-height: 140%;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 150%;
  border-radius: 5px;
}
@media (max-width: 768px) {
  form .required {
    margin-left: 15px;
    padding: 5px 9px;
    font-size: 14px;
  }
}
form .val-err {
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem) !important;
  margin-top: 5px;
}
@media (max-width: 768px) {
  form .val-err {
    font-size: 15px;
  }
}
form .check_no-through {
  text-align: center;
  padding-top: 35px;
}
form input:not([type=radio]):not([type=checkbox]).val-through, form select.val-through, form textarea.val-through {
  background-color: #ecd9ee !important;
}
form .internal-autofill-selected {
  background-color: #ecd9ee !important;
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 3px;
  padding: 6px 50px 6px 50px;
  position: relative;
  font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.25rem);
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 150%;
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin: 1px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 13px;
  left: 8px;
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
  border: 5px solid #EEE4EF;
}
input[type=radio]:checked + span::before {
  background-color: #fff;
  border: 1px solid #582B25;
}
input[type=radio]:checked + span::after {
  background-color: #582B25;
}

@media (max-width: 768px) {
  .radio-area {
    display: flex;
    flex-flow: column;
  }
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 2px;
  padding: 13px 0px 22px 62px;
  position: relative;
  line-height: 1;
  color: #000000;
  font-weight: 500;
  font-weight: 700;
}
@media (max-width: 768px) {
  input[type=checkbox] + span {
    padding: 17px 0px 17px 50px;
  }
}
input[type=checkbox] + span::after {
  font-family: "Material Symbols Outlined";
  content: "\e5ca";
  font-size: 40px;
  display: block;
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 14px;
  left: 7px;
  opacity: 0;
  color: #582B25;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    top: 14px;
    left: 3px;
    width: 28px;
    height: 34px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 5px;
  border: 1px solid #582B25;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::before {
    top: 8px;
    left: 5px;
    width: 27px;
    height: 27px;
  }
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

input,
textarea,
select {
  padding: 15px 20px;
  background-color: #ffffff;
  font-weight: 500;
  font-size: clamp(1rem, 0.975rem + 0.12vw, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 2;
  border: 2px solid #582B25;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 150%;
  border-radius: 0;
}
@media (max-width: 768px) {
  input,
  textarea,
  select {
    width: 100%;
    padding: 15px 10px 14px;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #8B8B8B !important;
  font-weight: 600;
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem) !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 150%;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #8B8B8B !important;
  font-weight: 600;
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem) !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 150%;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

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

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

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

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

textarea {
  height: 232px;
}

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

.unit-privacy {
  background-color: #fff;
  padding: 30px 20px 30px 40px;
  margin-top: 30px;
  border: 2px solid #582B25;
  height: 300px;
}
@media (max-width: 1024px) {
  .unit-privacy {
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .unit-privacy {
    margin-top: 15px;
  }
}

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

.privacy-text {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 160%;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.privacy-contents {
  height: 100%;
  overflow-y: scroll;
  padding-right: 35px;
}
@media (max-width: 768px) {
  .privacy-contents {
    padding-right: 15px;
  }
}
.privacy-contents {
  /*スクロールバー全体*/
}
.privacy-contents::-webkit-scrollbar {
  width: 5px;
  background-color: #EEE4EF;
}
.privacy-contents {
  /*スクロールバーの軌道*/
}
.privacy-contents {
  /*スクロールバーの動く部分*/
}
.privacy-contents::-webkit-scrollbar-thumb {
  background-color: #582B25;
}

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

.contact-privacy {
  font-weight: 600;
}
.contact-privacy h3 {
  font-weight: 700;
  font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.25rem);
}
.contact-privacy .privacy-contents {
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 175%;
  font-weight: 500;
}
.contact-privacy .bold {
  font-weight: 700;
}

.privacy-check {
  text-align: center;
  margin-top: 30px;
}
.privacy-check .wpcf7-list-item-label {
  font-size: clamp(1rem, 0.975rem + 0.12vw, 1.125rem);
  font-weight: 600;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 150%;
}

.confirm-button {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 180%;
  padding: 30px 110px 10px 0;
  position: relative;
  transition: all 0.3s;
  font-size: clamp(1rem, 0.951rem + 0.25vw, 1.25rem);
}
@media (max-width: 768px) {
  .confirm-button {
    padding: 0 50px 10px 0;
  }
}
.confirm-button::before {
  content: "";
  position: absolute;
  transform: translate(0px) rotate(47deg);
  transform-origin: right center;
  width: 30px;
  height: 2px;
  background-color: #333333;
  bottom: 0px;
  right: 1px;
  transition: all 0.3s;
}
.confirm-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333333;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .confirm-button:hover {
    color: #bf93c3;
  }
  .confirm-button:hover::before {
    right: -7px;
  }
  .confirm-button:hover::after {
    left: 7px;
  }
}

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

.wpcf7-form .check_submit {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#form-confirm {
  background-color: #fef5ff;
  border: 2px solid #582b25;
  padding: 10%;
}
@media (max-width: 768px) {
  #form-confirm {
    padding: 10% 5%;
  }
}
#form-confirm dl {
  border-bottom: 2px solid #582b25;
  padding-bottom: 20px;
}
#form-confirm dl:first-of-type {
  padding-top: 0px;
}
@media (max-width: 768px) {
  #form-confirm dl {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#form-confirm dd {
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 2;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
}
#form-confirm .form_contact_01::after {
  display: none;
}

.step-confirm .check_submit {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .step-confirm .check_submit {
    flex-flow: column;
    margin-top: 50px;
  }
}
.step-confirm .check_submit .back-button,
.step-confirm .check_submit .submit_btn {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 180%;
  position: relative;
  transition: all 0.3s;
  font-size: clamp(1rem, 0.951rem + 0.25vw, 1.25rem);
}
@media (max-width: 768px) {
  .step-confirm .check_submit .back-button,
  .step-confirm .check_submit .submit_btn {
    padding: 0px 110px 10px 0;
  }
}
.step-confirm .check_submit .back-button::before,
.step-confirm .check_submit .submit_btn::before {
  content: "";
  position: absolute;
  transform: translate(0px) rotate(47deg);
  transform-origin: right center;
  width: 30px;
  height: 2px;
  background-color: #333333;
  bottom: 0px;
  right: 1px;
  transition: all 0.3s;
}
.step-confirm .check_submit .back-button::after,
.step-confirm .check_submit .submit_btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333333;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .step-confirm .check_submit .back-button:hover input,
  .step-confirm .check_submit .submit_btn:hover input {
    color: #e2c0e5;
  }
  .step-confirm .check_submit .back-button:hover::before,
  .step-confirm .check_submit .submit_btn:hover::before {
    right: -7px;
  }
  .step-confirm .check_submit .back-button:hover::after,
  .step-confirm .check_submit .submit_btn:hover::after {
    left: 7px;
  }
}
.step-confirm .check_submit .back-button {
  padding: 30px 0px 10px 110px;
}
@media (max-width: 768px) {
  .step-confirm .check_submit .back-button {
    padding: 0px 0px 10px 68px;
    margin: 0 auto;
    display: block;
  }
}
.step-confirm .check_submit .back-button::before {
  bottom: 22px;
  left: -8px;
  transform: translate(0px) rotate(-47deg);
}
@media (min-width: 769px) {
  .step-confirm .check_submit .back-button:hover {
    color: #7e7e7e;
  }
  .step-confirm .check_submit .back-button:hover::before {
    left: -16px;
  }
  .step-confirm .check_submit .back-button:hover::after {
    left: -7px;
  }
}
@media (max-width: 768px) {
  .step-confirm .check_submit .submit_btn {
    margin: 0 auto;
  }
}
.step-confirm .check_submit .submit_btn input {
  border: unset;
  font-size: clamp(1rem, 0.951rem + 0.25vw, 1.25rem);
  padding: unset;
  color: #bf93c3;
  padding: 30px 110px 10px 0;
}
@media (max-width: 768px) {
  .step-confirm .check_submit .submit_btn input {
    padding: 0px 10px 5px 0;
  }
}

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

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

.contact_complete_sec {
  padding: 30px 0 100px;
  position: relative;
}
.contact_complete_sec .cmn_btn {
  margin: 0 0 0 auto;
}

.contact_complete_block {
  width: 70%;
  padding: 5% 10%;
}
@media (max-width: 768px) {
  .contact_complete_block {
    width: 100%;
    padding: 10% 5%;
  }
  .contact_complete_block .cmn_ttl_ja {
    margin: 0 auto 0 0;
  }
}

.contact_complete_item {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .contact_complete_item {
    padding: 30px 0;
  }
}

.contact_complete_flower {
  aspect-ratio: 115/238;
  width: clamp(6.875rem, 3.374rem + 5.46vw, 10rem);
  position: absolute;
  content: "";
  right: 14%;
  bottom: 30%;
}
@media (max-width: 768px) {
  .contact_complete_flower {
    left: 7%;
    bottom: 0%;
    right: unset;
    width: 75px;
  }
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.notfound_block {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
}

.notfound_btn {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 180%;
  position: relative;
  transition: all 0.3s;
  font-size: clamp(1rem, 0.951rem + 0.25vw, 1.25rem);
  padding: 0 0 10px 50px;
  margin: 51px auto;
}
.notfound_btn .notfound_btn_txt {
  transition: all 0.3s;
}
.notfound_btn::before {
  content: "";
  position: absolute;
  transform-origin: right center;
  width: 30px;
  height: 2px;
  background-color: #333333;
  bottom: 22px;
  left: -8px;
  transform: translate(0px) rotate(-47deg);
  transition: all 0.3s;
}
.notfound_btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333333;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .notfound_btn:hover .notfound_btn_txt {
    color: #bf93c3;
  }
  .notfound_btn:hover::before {
    left: -16px;
  }
  .notfound_btn:hover::after {
    left: -7px;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  background-color: #582B25;
  width: 100%;
}

.ft_wrap {
  display: flex;
  justify-content: space-between;
  padding: 45px 5% 37px;
  position: relative;
}
@media (max-width: 768px) {
  .ft_wrap {
    display: block;
  }
}

.ft_wrap_left {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 17px;
}

.ft_logo {
  aspect-ratio: 300/66;
  max-width: clamp(14.563rem, 12.811rem + 8.76vw, 18.75rem);
  margin-bottom: 20px;
}

.ft_address {
  font-size: clamp(0.938rem, 0.9rem + 0.19vw, 1.125rem);
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 60px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 1085px) {
  .ft_address {
    margin-top: 30px;
  }
}

.ft_wrap_right {
  width: 60%;
}
@media screen and (max-width: 1085px) {
  .ft_wrap_right {
    display: none;
  }
}

.ft_nav_ft ul {
  display: flex;
  gap: clamp(2.5rem, 1.688rem + 1.2vw, 3.125rem);
  padding-top: 28px;
  flex-wrap: wrap;
  justify-content: end;
}
.ft_nav_ft a {
  font-weight: bold;
  transition: all 0.3s;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 769px) {
  .ft_nav_ft a:hover {
    color: #dfbee2;
  }
}

.ft_copy {
  font-weight: bold;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.05em;
  margin: 60px auto 0;
  padding-bottom: 19px;
}
@media (max-width: 768px) {
  .ft_copy {
    margin: 0 auto;
  }
}

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*/