/* 変数設定 */
:root {
  --color_white: #ffffff;
  --color_black: #1c1c1c;
  --color_darkbeige: #f6f0e7;
  --color_beige: #faf7f1;
  --color_green: #5ea580;
  --color_red: #d2161b;
  --color_lightbrown: #e8bc8c;
  --color_brown: #8f8170;
  --font-ja-sans: "Noto Sans JP", sans-serif;
  --font-en-sans: "Lato", sans-serif;
  --font-en-script: "Parisienne", cursive;
}
body {
  font-family: var(--font-ja-sans);
  background-color: var(--color_beige);
  color: var(--color_black);
}
.l-contents__inner:last-child {
  padding-bottom: 0;
}
.c-meta__item--author {
  display: none;
}
/* 基本設定 */
img {
  opacity: 1;
  transition: opacity 0.5s ease;
}
a:hover img {
  opacity: 0.6;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.5s;
}
.pt_0 {
  padding-top: 0 !important;
}
.pt_10 {
  padding-top: 10px !important;
}
.pb_0 {
  padding-bottom: 0 !important;
}
.pb_10 {
  padding-bottom: 10px !important;
}
.mt_0 {
  margin-top: 0 !important;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mr_0 {
  margin-right: 0 !important;
}
.ml_0 {
  margin-left: 0 !important;
}
.mt_10 {
  margin-top: 10px !important;
}
.mb_10 {
  margin-bottom: 10px !important;
}
.z_0 {
  z-index: 0;
}
.z_1 {
  z-index: 1;
}
.p_ab {
  position: absolute;
}
.p_rel {
  position: relative;
}
.d_flex {
  display: flex;
}
.d_flex.f_wrap {
  flex-wrap: wrap;
}
.inline_b {
  display: inline-block;
}
.js_sb {
  justify-content: space-between;
}
.js_fs {
  justify-content: flex-start;
}
.of_hd {
  overflow: hidden;
}
.mincho {
  font-family: "Zen Antique Soft", serif;
}
.maru {
  font-family: "Zen Maru Gothic", serif;
}
.smb-panels__item__action > a:focus:after {
  outline: none;
  outline-offset: 0px;
}
.tate {
  writing-mode: vertical-rl;
}
/* br*/
.br-sp {
  display: none;
}
.br-tab {
  display: none;
}
.br-pc {
  display: block;
}
/* 基本設定 終わり*/
/* アイコン */
.svg-inline--fa {
  margin-right: 4px;
}
.c-page-top .svg-inline--fa {
  margin-right: 0;
}
.p-global-nav--hover-extend-underline .c-navbar__item.cta:hover > a:after {
  width: 0;
}
/* アイコン 終わり*/
/* グローバルナビ */
.l-header {
  background-color: var(--color_beige);
}
.l-1row-header .c-fluid-container {
  /*  padding-right: 0; */
  background-color: var(--color_beige);
}
.p-global-nav .c-navbar__item > a > span {
  font-family: var(--font-en-sans);
  letter-spacing: 0.1em;
  color: var(--color_black);
}
.menu-item-33 a span {
  color: var(--color_green) !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
}
.menu-item-33 a span span {
  font-size: 1rem !important;
  margin-right: 10px;
}
.p-global-nav--hover-extend-underline .c-navbar__item > a:after {
  bottom: 15px !important;
}
[data-scrolled="false"]
  .l-header--sticky-overlay-colored-lg
  .p-global-nav
  .c-navbar__item
  > a {
  color: #fff;
}
.p-global-nav .c-navbar__item.header_cta > a {
  background-color: var(--wp--preset--color--sm-accent);
  color: #fff;
}
.p-global-nav .c-navbar__item.tel > a {
  font-size: 1rem;
}
.p-global-nav .c-navbar__item.contact > a {
  font-weight: 500;
}
ul#menu-g_nav {
  height: 100px;
}
li.header_cta.tel::after {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  transform: translateY(-50%);
}
.p-global-nav .c-navbar__item[aria-haspopup="true"]:before {
  display: none;
}
li.g_nav_sab {
  border-bottom: 1px solid #ffffff80;
}
.p-global-nav .c-navbar__item.header_cta > a:hover {
  opacity: 0.9;
  transition: 0.5s;
}
.p-drop-nav {
  background-color: var(--color_beige);
}
/* ロゴ */
.c-site-branding__title .custom-logo {
  width: 320px;
}
@media (max-width: 1280px) {
  [data-scrolled="false"]
    .l-header--sticky-overlay-colored-lg
    .p-global-nav
    .c-navbar__item
    > a {
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .l-1row-header__branding {
    max-width: 250px;
  }
}
@media (max-width: 1024px) {
  /* SPメニュー */
  ul#menu-sp_nav {
    display: flex;
    flex-wrap: wrap;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
  ul#menu-sp_nav li {
    width: 100%;
    font-size: 1rem;
    font-family: var(--font-en-sans);
    font-weight: 700;
    text-align: center;
  }
  ul#menu-sp_nav li.w_100 {
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    position: relative;
  }
  ul#menu-sp_nav li.w_100::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color: var(--wp--preset--color--sm-accent);
  }
  ul#menu-sp_nav li.sp_menu_cta.tel {
    font-family: "EB Garamond";
    font-size: 1.4rem;
  }
  ul#menu-sp_nav li.sp_menu_cta.con {
    font-family: "Zen Antique Soft";
    font-size: 1.2rem;
  }
  ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color: var(--wp--preset--color--sm-accent);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 10px;
    line-height: 1;
  }
  ul#menu-sp_nav li.sp_menu_cta a svg {
    display: block;
    margin-right: 0;
    width: 100%;
    font-size: 1.1rem;
    margin-bottom: 7px;
  }
  .c-hamburger-btn__label {
    font-family: var(--font-en-sans) !important;
    font-weight: 700;
    letter-spacing: 0.2em;
  }
  .c-hamburger-btn__bar {
    height: 2px !important;
  }
  [id="drawer-nav"].c-drawer--overall .c-drawer__inner {
    height: auto;
    margin: 10vh auto auto !important;
    overflow: hidden;
  }
  #menu-item-454 {
    position: relative;
    padding-top: 1em !important;
    margin-top: 2rem !important;
  }
  #menu-item-454::before {
    content: "お電話でのお問い合わせはこちら";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    font-weight: normal;
    color: var(--color_white);
    white-space: nowrap;
  }
  #menu-item-454 span {
    font-size: 2rem;
  }
  #menu-item-457.sp-logo {
    height: 60px;
    background: url(https://mankai-z1120.co.jp/wp-content/uploads/2026/03/logo-wh.png)
      no-repeat center center / contain !important;
    margin-bottom: 2rem;
  }
}
/* グローバルナビ終わり */
/* 下層ページヘッダー */
.c-page-header {
  background-color: initial;
}
.c-page-header[data-has-image="true"] {
  height: unset;
}
.c-page-header[data-has-image="true"] .c-page-header__content {
  color: unset;
}
.c-page-header__bgimage > img,
.c-page-header__bgimage > picture > img {
  display: none;
}
/* 英字タイトル */
.c-page-header__title::before {
  display: block;
  font-size: clamp(3.5rem, 2.591rem + 4.55vw, 6rem);
  font-family: var(--font-en-script);
  font-weight: 400;
  letter-spacing: 0.2rem;
  color: var(--color_green);
}
/* 日本語タイトル */
.c-page-header__title {
  text-align: center;
  padding-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color_black);
}
.page-id-19 .c-page-header__title::before {
  content: "Company";
}
.page-id-21 .c-page-header__title::before {
  content: "Business";
}
.post-type-archive-works .c-page-header__title::before,
.single-works .c-page-header__title::before {
  content: "Works";
}
.privacy-policy .c-page-header__title::before {
  content: "Privacypolicy";
}
.page-id-23 .c-page-header__title::before {
  content: "Contact";
}
.blog .c-page-header__title::before,
.post-template-default .c-page-header__title::before,
.archive.category .c-page-header__title::before {
  content: "News";
}
/* パンくず */
.p-breadcrumbs-wrapper .c-breadcrumbs {
  display: flex !important;
  justify-content: flex-end !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-breadcrumbs__item {
  display: flex;
  align-items: center;
}
.c-breadcrumbs__item:not(:last-child)::after {
  margin: 0 0.5em;
}
/* プライバシーポリシー */
#privacy h3 {
  margin-bottom: 10px !important;
  padding-left: 10px;
  border-left: solid 3px var(--wp--preset--color--sm-accent);
  font-weight: 700;
}
/*--- お問い合わせフォーム ---*/
/* SP版の確認画面ボタンボタン余白 */
.smf-action .smf-button-control__control {
  margin-bottom: 20px;
}

/* 投稿(シンプル)のSPレスポンシブ */
@media screen and (max-width: 639px) {
  .c-entries--simple .c-entry-summary__content {
    display: block;
  }

  .c-entries--simple .c-entry-summary__figure {
    float: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
}
/*--------------------  ボタン -------------------- */
/* ボタン1 */
.wp-block-snow-monkey-blocks-buttons {
  margin-top: 6rem;
}
.smb-btn__label {
  font-weight: 700;
}
.smb-btn-wrapper {
  --circle-size: 96px !important;
}
.smb-btn-wrapper .smb-btn {
  gap: 2rem;
}
.smb-btn-wrapper .smb-btn::after {
  right: calc(var(--circle-size) / 2 - 0.8em) !important;
  height: 2em !important;
  width: 1.5em !important;
}
.smb-btn-wrapper.is-style-snow-monkey-143795 .smb-btn::before {
  transition:
    background-color 0.2s,
    transform 0.3s ease !important;
  transform-origin: center;
}
.smb-btn-wrapper.is-style-snow-monkey-143795:hover .smb-btn::before {
  transform: scale(0.8);
}
.smb-btn-wrapper.is-style-snow-monkey-143795:hover .smb-btn::after {
  transition: transform 0.3s ease;
}
/* ボタン2 */
.is-style-default .smb-btn {
  border-radius: 50px;
  padding: 2rem;
  min-width: 360px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.is-style-default .smb-btn::after {
  content: "";
  position: absolute;
  right: 2rem !important;
  width: 40px !important;
  height: 40px !important;
  background-color: var(--color_white);
  border-radius: 50%;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%235EA580" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 18l6-6-6-6"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease !important;
}
.is-style-default .smb-btn:hover {
  filter: brightness(1.1) !important;
}
/* --- ローディング画面 --- */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--color_green);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  transition: opacity 1.5s ease-in-out;
  opacity: 1;
}
.loading-content {
  text-align: center;
}
.loading-text {
  color: var(--color_white);
  font-family: serif;
  letter-spacing: 0.15em;
  line-height: 2;
  margin: 0;
  animation: fadeUpIn 2s ease-out forwards;
}
.loading-text span {
  display: block;
}
.line1 {
  font-size: 1.4rem;
  font-family: var(--font-en-sans);
  font-weight: 600;
  letter-spacing: 8px;
}
@keyframes fadeUpIn {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
body.is-loaded #loading-screen {
  opacity: 0;
  pointer-events: none;
}
#block-28.c-section {
  padding: 0 !important;
}
.main-visual.smb-spider-slider {
  display: none !important;
  opacity: 0;
}
body.is-loaded .main-visual.smb-spider-slider {
  display: block !important;
  animation: sliderFadeIn 1.5s ease forwards;
}
@keyframes sliderFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.is-loaded .main-visual.smb-spider-slider .spider__figure {
  animation-play-state: running !important;
}
#loading-screen {
  z-index: 99999999 !important;
}
/*--------------------  汎用 -------------------- */
/* 見出し */
.page-header,
.page-header.is-white {
  font-size: clamp(3.5rem, 2.591rem + 4.55vw, 6rem);
  font-family: var(--font-en-script);
  font-weight: 400;
  letter-spacing: 0.2rem;
}
.page-header {
  color: var(--color_green);
}
.page-header.is-white {
  color: var(--color_white);
}
.sub-page-header,
.sub-page-header.is-white {
  margin-bottom: 4rem;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  margin-top: 1.5em;
}
.sub-page-header.is-white {
  margin-top: -30px !important;
  padding-top: 0 !important;
  color: var(--color_white);
}
.sub-page-header.has-text-align-left {
  margin-left: 20px !important;
  margin-top: -30px !important;
  padding-top: 0 !important;
}
/* 縦線 */
.vertical-line::after {
  content: "";
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 152px;
  background-color: var(--color_brown);
  opacity: 0.5;
}
/*TOPへ戻る */
.c-page-top:hover {
  filter: brightness(1.1) !important;
}
/* テーブル */
.table table,
.table tbody {
  display: block;
  width: 100%;
}
.table tr {
  display: flex;
  flex-wrap: wrap;
}
.table figure.wp-block-table tr td:first-child {
  width: 30%;
  text-align: left;
  vertical-align: middle;
  font-weight: 700 !important;
  color: var(--color_black);
  border-bottom: 1px solid rgba(143, 129, 112, 0.5) !important;
  padding: 1.2rem;
}
.table figure.wp-block-table tr td {
  border: none !important;
  border-bottom: 1px solid rgba(143, 129, 112, 0.5) !important;
  display: block;
  vertical-align: middle !important;
}
.table figure.wp-block-table tr:first-child {
  border-top: none;
}
.table figure tr td:last-child {
  width: 70%;
  padding: 1.2rem;
}
@media screen and (max-width: 640px) {
  .table figure.wp-block-table tr td:first-child,
  .table figure tr td:last-child {
    width: 100%;
  }
  .table figure.wp-block-table tr td:first-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .table figure.wp-block-table tr td:first-child {
    padding: 1rem;
    vertical-align: middle !important;
  }
  .table figure tr td:last-child {
    padding: 0 1rem 1rem;
  }
}
/*--------------------  固定背景設定 -------------------- */
/* iOSの時はセクション内の背景を無効化して重複を防ぐ */
@supports (-webkit-touch-callout: none) {
  .l-container {
    background-image: none !important;
  }
}
/* iOS専用：固定背景 */
@supports (-webkit-touch-callout: none) {
  .ios-fixed-bg.about-bg-only {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    background-image:
      url("/wp-content/uploads/2026/03/bg-motif01.png"),
      url("/wp-content/uploads/2026/03/bg-motif02.png"),
      url("/wp-content/uploads/2026/03/bg-motif03.png") !important;
    background-position:
      95% 8vh,
      15% 12vh,
      30% 50vh !important;
    background-size:
      30% auto,
      20% auto,
      30% auto !important;
    background-repeat: no-repeat !important;
  }
  /* スマホ時（640px以下）のみ、背景設定を上書き */
  @media (max-width: 1024px) {
    .ios-fixed-bg.about-bg-only {
      background-position:
        200% 5vh,
        -100px 25vh,
        50% 55vh !important;
      background-size:
        80% auto,
        80% auto,
        70% auto !important;
    }
  }
}
/* PC・その他：従来の指定 */
@supports not (-webkit-touch-callout: none) {
  .l-container {
    background-image:
      url("/wp-content/uploads/2026/03/bg-motif01.png"),
      url("/wp-content/uploads/2026/03/bg-motif02.png"),
      url("/wp-content/uploads/2026/03/bg-motif03.png") !important;
    background-attachment: fixed;
    background-position:
      95% 8vh,
      15% 12vh,
      30% 65vh !important;
    background-size:
      30% auto,
      20% auto,
      30% auto !important;
    background-repeat: no-repeat !important;
  }
  @media (max-width: 1024px) {
    .l-container {
      background-position:
        200% 5vh,
        -100px 25vh,
        50% 65vh !important;
      background-size:
        80% auto,
        80% auto,
        70% auto !important;
    }
  }
  .ios-fixed-bg.about-bg-only {
    margin: 0 !important;
    padding: 0 !important;
  }
}
/*--------------------  トップページ -------------------- */
.main-visual {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  height: 90vh;
  width: 91%;
  margin-right: auto;
}
.main-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0d3821;
  opacity: 0.6;
  z-index: 3;
  height: 90vh;
}
@media screen and (max-height: 694px) {
  .main-visual {
    height: auto !important;
  }
  .main-visual::before {
    height: auto !important;
  }
}
.main-wrap {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -35%);
  color: var(--color_white);
}
.main-visual__subheading {
  font-size: clamp(0.9rem, 0.791rem + 0.55vw, 1.2rem);
  font-family: var(--font-en-sans);
  letter-spacing: 0.2em;
  font-weight: 900;
}
.main-visual__heading {
  font-size: clamp(2rem, 1.2rem + 4vw, 4.2rem);
  font-weight: 700;
  line-height: 1.6;
}
.lead-title p {
  font-size: clamp(0.9rem, 0.791rem + 0.55vw, 1.2rem);
  width: fit-content;
  padding: 0.2em 1.2em;
  margin: 0 0.4em 0.4em 0 !important;
  border: var(--color_white) solid 1px;
  color: var(--color_white);
  border-radius: 30px;
}
.lead-title p:last-child {
  border: none !important; /* 枠線を消す */
  padding-left: 0.2em !important; /* 枠がなくなる分、左の余白を詰める調整 */
  margin-left: -0.2em !important; /* 前の文字に少し近づける調整 */
}
.lead-title {
  display: flex;
  margin-top: 3rem !important;
  flex-wrap: wrap;
}
/* スクロール */
.scroll-indicator {
  position: absolute;
  right: 4.5%;
  bottom: 30px;
  z-index: 10;
  width: 20px;
  height: 200px;
  font-family: var(--font-en-sans);
}
.scroll-indicator span {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.scroll-indicator::after {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  width: 1px;
  height: 140px;
  background: rgba(33, 22, 56, 0.1);
}
.scroll-indicator::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  width: 1px;
  height: 140px;
  background: var(--color_green);
  z-index: 11;
  transform-origin: top;
  animation: scroll-line-anim 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes scroll-line-anim {
  0% {
    transform: scaleY(0);

    transform-origin: top;
  }

  50% {
    transform: scaleY(1);

    transform-origin: top;
  }

  50.1% {
    transform: scaleY(1);

    transform-origin: bottom;
  }

  100% {
    transform: scaleY(0);

    transform-origin: bottom;
  }
}
/* 施工メニュー */
/* マウスオーバー */
.service-cover .wp-block-cover {
  position: relative;
  overflow: hidden !important;
}
.service-cover .wp-block-cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(94, 165, 128, 0.6) !important;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.service-cover:hover .wp-block-cover::after {
  opacity: 1;
}
.section-menu .smb-panels__item .smb-panels__item__body {
  padding: 0;
}
.section-menu .wp-block-cover {
  min-height: 520px !important;
  border-radius: 5px;
  overflow: visible !important;
}
.section-menu .wp-block-cover__image-background {
  border-radius: 5px !important;
  overflow: hidden !important;
  object-fit: cover;
}
.section-menu .wp-block-snow-monkey-blocks-panels-item-block-link {
  height: 520px !important;
}
.section-menu .smb-panels__item {
  border-radius: 5px;
  background-color: initial !important;
  box-shadow: none !important;
  display: inline !important;
}
.section-menu .smb-panels .c-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
  row-gap: 80px !important;
}
.section-menu .c-row__col:nth-child(1) {
  margin-top: 12rem !important;
}
.section-menu .smb-panels .c-row__col {
  flex: 0 0 calc(33.333% - 10px) !important;
  max-width: none !important;
}
.section-menu .c-row__col:nth-child(1) {
  margin-top: 12rem !important;
}
.section-menu .c-row__col:nth-child(2) {
  margin-top: 20rem !important;
}
.section-menu .c-row__col:nth-child(3) {
  margin-top: 5rem !important;
}
.section-menu .c-row__col:nth-child(4) {
  margin-top: 25rem !important;
}
.section-menu .c-row__col:nth-child(5) {
  margin-top: 35rem !important;
}
.section-menu .c-row__col:nth-child(6) {
  margin-top: 18rem !important;
}
.menu-group {
  position: absolute !important;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: auto !important;
  z-index: 20;
}
.menu-title {
  display: inline-block !important;
  background-color: rgba(94, 165, 128, 0.7) !important;
  color: var(--color_white) !important;
  padding: 0.4em 2.4em !important;
  margin: 0 !important;
  font-weight: 700;
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  white-space: nowrap;
}
.wp-block-cover__inner-container {
  position: static !important;
}
/* 施工実績 */
.section-works {
  padding-bottom: 8rem !important;
}
.section-works .c-entries {
  --entries--item-width: 50% !important;
}
.section-works .c-entry-summary__figure img {
  object-fit: cover !important;
  object-position: center;
}
.section-works .snow-monkey-recent-posts .c-entries--rich-media {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
  row-gap: 5px !important;
  list-style: none !important;
  padding: 0 !important;
  align-items: flex-start !important;
}
.section-works .snow-monkey-recent-posts .c-entries__item {
  flex: 0 0 calc(50% - 15px) !important;
  max-width: none !important;
  margin-bottom: 0 !important;
}
.section-works .c-entry-summary__figure {
  border-radius: 5px;
  height: 385px !important;
  border-radius: 5px;
  overflow: hidden !important;
}
.section-works .c-entry-summary__figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.section-works .snow-monkey-recent-posts .c-entries__item:nth-child(odd) {
  margin-top: 4rem !important;
}
.section-works .snow-monkey-recent-posts .c-entries__item:nth-child(even) {
  margin-top: 12rem !important;
}
.section-works .c-entry-summary__title {
  font-size: 1rem !important;
  font-weight: 500 !important;
}
.bg-exterior {
  width: 650px;
  position: absolute;
  left: 0;
}
/* マウスオーバー */
.section-works .c-entry-summary__figure {
  position: relative;
  overflow: hidden !important;
  background-color: transparent !important;
}
.section-works .c-entry-summary__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.section-works .c-entry-summary__figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(94, 165, 128, 0.6) !important;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.section-works .c-entries__item a:hover .c-entry-summary__figure::after {
  opacity: 1;
}
/* ガーデンプランニング満開が選ばれる理由 */
.section-reason {
  color: var(--color_white) !important;
  position: relative !important;
  overflow: hidden;
  padding: 100px 0 !important;
}
/* 背景設定 */
/* 背景画像ぼかし専用 */
.section-reason::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background-image: url("/wp-content/uploads/2026/03/natural-garden-wooden-door-approach.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: 80% 30%;
  background-repeat: no-repeat;
  filter: blur(8px);
  z-index: -2;
}
/*  上下グラデーション＋緑のオーバーレイ */
.section-reason::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(250, 247, 241, 1) 0%,
    rgba(250, 247, 241, 0.8) 8%,
    rgba(13, 48, 29, 0.6) 20%,
    rgba(13, 48, 29, 0.85) 55%,
    rgba(13, 48, 29, 0.7) 88%,
    rgba(250, 247, 241, 0.7) 95%,
    rgba(250, 247, 241, 1) 100%
  ) !important;
  z-index: -1;
  pointer-events: none;
}
/* iOSのみ固定を解除 */
@supports (-webkit-touch-callout: none) {
  .section-reason::before {
    background-attachment: scroll !important;
  }
}
.reason-column {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  padding: 3.5rem;
}
.reason-column .number {
  font-family: var(--font-en-script);
  font-size: 3.2rem;
}
.reason-column h3 {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
}
.section-reason .circle-roop {
  position: absolute;
  top: 20px;
  position: absolute;
  right: -100px;
  max-width: 300px;
  height: auto;
  animation: rotate-image 20s linear infinite;
}
/* 代表挨拶 */
.section-message .is-layout-flex,
.section-outline .is-layout-flex,
.section-menu .is-layout-flex {
  gap: 3rem;
}
.section-message h3,
.section-outline h3 {
  color: var(--color_green);
}
.section-message .message-title-pc {
  display: block;
  margin-bottom: 4rem;
}
.section-message .message-title-sp {
  display: none;
}
.section-message .wp-block-columns {
  position: relative;
  overflow: visible;
  min-height: 950px;
}
.name-en {
  color: var(--color_green);
  font-family: var(--font-en-sans);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.section-message .wp-image-331 {
  width: 460px;
  height: 563px;
  object-fit: cover;
  object-position: center top;
  width: 100%;
  border-radius: 5px;
}

.section-message .wp-image-198 {
  width: 353px !important;
  height: 279px !important;
  object-fit: cover;
  top: 50px;
  position: absolute;
  right: -80px;
  border-radius: 5px;
}
.section-message .circle-roop {
  position: absolute;
  bottom: -100px;
  position: absolute;
  left: 10px;
  max-width: 300px;
  height: auto;
  animation: rotate-image 20s linear infinite;
  z-index: 99;
}
@keyframes rotate-image {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* お知らせ */
.section-news .smb-recent-posts {
  margin-top: 3rem;
}
.section-news .c-entries--text .c-entries__item {
  border-bottom: color-mix(in srgb, var(--color_brown), transparent 70%) solid
    1px !important;
}
.section-news .c-entries--text {
  border-top: color-mix(in srgb, var(--color_brown), transparent 70%) solid 1px !important;
}
/* お問い合わせ */
.section-contact {
  background-color: var(--color_darkbeige);
}
.section-contact .page-header {
  margin-top: -40px !important;
}
.section-contact .telnumber {
  color: var(--color_green);
  font-family: var(--font-en-sans);
  font-weight: 700;
  font-size: 2.5rem;
}
.section-contact .telnumber span {
  font-size: 1.2rem;
}
/* フッター */
.l-footer {
  background-color: var(--color_beige);
}
.l-footer--footer-2 .l-footer__header {
  display: none;
}
.l-footer--footer-2 .l-footer__body,
.l-footer {
  border-top: 0 !important;
}
#menu-footer1,
#menu-footer2 {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: end;
  justify-content: flex-end;
}
#menu-footer1 li,
#menu-footer2 li {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: end !important;
  white-space: nowrap;
  margin: 0;
  font-size: 1.1rem;
}
#menu-footer1 li a:hover,
#menu-footer2 li a:hover {
  color: var(--wp--preset--color--sm-accent);
  text-decoration: none;
}
.l-footer .telnumber {
  color: var(--color_green);
  font-family: var(--font-en-sans);
  font-weight: 700;
  font-size: 1.8rem;
}
.l-footer .telnumber span {
  font-size: 1.4rem;
}
.l-footer p a,
.section-contact .telnumber a {
  text-decoration: none !important;
}
/* マウスオーバー */
.l-footer p a,
.section-contact p a {
  transition:
    filter 0.5s ease,
    opacity 0.5s ease;
}
.l-footer p a:hover,
.section-contact p a:hover {
  filter: brightness(0.8);
}
.contact-text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color_green);
  transition:
    opacity 0.5s ease,
    filter 0.5s ease;
  cursor: pointer;
}
.contact-text:hover {
  filter: brightness(0.8);
}
.contact-text::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%235EA580" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(2px);
}
.l-footer--footer-2 .l-footer__footer {
  padding-top: 0 !important;
  background-color: initial !important;
}
.c-copyright {
  color: var(--color_green);
}
/*--------------------  下層ページ -------------------- */
/* 会社概要 */
.section-bg-wrap .smb-section__body {
  padding-left: 200px !important;
  height: 500px;
  overflow: hidden;
}
.section-bg-wrap.wp-block-image.alignfull img {
  height: 500px !important;
}
.section-bg-wrap img {
  object-fit: cover;
  object-position: center;
}
/* 事業内容 */
.section-concept .bg-exterior {
  width: 650px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
}
.section-bg-wrap figure {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}
.section-menu .photo-top img {
  width: 460px;
  height: 563px;
  object-fit: cover;
  object-position: center top;
  width: 100%;
  border-radius: 5px;
}
.section-menu .photo-bottom img {
  width: 353px !important;
  height: 279px !important;
  object-fit: cover;
  top: -200px;
  position: absolute;
  right: -80px;
  border-radius: 5px;
}
.menu-wrap {
  margin-bottom: 10rem;
  padding-top: 2rem;
}
.menu-wrap p {
  margin-top: 10rem;
}
.menu-wrap h3 {
  display: inline-block !important;
  background-color: rgba(94, 165, 128, 0.7) !important;
  color: var(--color_white) !important;
  padding: 0.4em 2.4em !important;
  margin: 0 !important;
  font-weight: 700;
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  white-space: nowrap;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.service-menu-list {
  position: sticky;
  top: 160px;
  padding: 0;
  display: block !important;
  gap: 20px;
  flex-wrap: wrap;
}
.service-menu-list ul {
  padding-left: 0 !important;
}
.service-menu-list li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
  line-height: 2;
}
.service-menu-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #999;
  border-radius: 50%;
  transition: all 0.3s;
}
.service-menu-list li a {
  text-decoration: none;
  color: #999;
  display: inline-block;
  position: relative;
  transition: color 0.3s;
}
.service-menu-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: var(--color_green);
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left;
}
.service-menu-list li:hover::before,
.service-menu-list li.current-menu-item::before,
.service-menu-list li.is-active::before {
  background-color: var(--color_green);
}
.service-menu-list li:hover a,
.service-menu-list li.current-menu-item a,
.service-menu-list li.is-active a {
  color: var(--color_black);
  font-weight: 700;
}
.service-menu-list li:hover a::after,
.service-menu-list li.current-menu-item a::after,
.service-menu-list li.is-active a::after {
  transform: scaleX(1);
}
.sp-none {
  display: inline-block;
}
.pc-none {
  display: none;
}
/* 施工実績 */
.post-type-archive-works .c-entry-summary__title {
  font-weight: normal !important;
  font-size: 1rem !important;
}
/* マウスオーバー */
.c-entry-summary__figure {
  position: relative;
  overflow: hidden !important;
  border-radius: 5px;
}
.c-entry-summary__figure img {
  transition: transform 0.5s ease;
  display: block;
}
.c-entry-summary__figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(94, 165, 128, 0.6) !important;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.c-entries__item a:hover .c-entry-summary__figure::after {
  opacity: 1;
}
.archive .l-contents__inner:last-child,
.blog .l-contents__inner:last-child,
body.blog-template-default.single.single-blog .l-contents__inner:last-child,
body.error404 .l-contents__body .l-contents__inner:last-child,
.post-template-default .l-contents__inner:last-child {
  padding-bottom: var(--_padding2);
}
.works-detail {
  max-width: 934px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.works-detail .smb-spider-slider {
  width: 100vw !important;
  height: auto !important;
}
.works-detail .smb-spider-slider__figure-wrapper,
.works-detail .spider__figure {
  max-height: 612px !important;
  object-fit: cover !important;
  object-position: center !important;
}
/* お問い合わせ */
.contact-wrap {
  padding-top: 4rem;
}
.smf-form--simple-table .smf-item__col--label {
  padding-right: var(--_padding1);
  border-bottom: none;
  font-weight: 900;
  padding: 1.4rem;
  border-bottom: none;
}
.smf-form--simple-table .smf-item__col--controls {
  border-bottom: 1px solid rgba(143, 129, 112, 0.5) !important;
  padding: 0 1.4rem 1.4rem;
  display: flex;
  align-items: center;
}
.smf-form--simple-table .smf-item__controls {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.smf-form--simple-table .smf-item {
  padding: 0 !important;
}
.smf-item__description {
  color: var(--color_red);
  font-size: 0.8rem !important;
}
@media (min-width: 640px) {
  .smf-form--simple-table .smf-item__col--label {
    flex: 0 0 14em;
    max-width: 14em;
    padding-bottom: 0;
    padding-right: var(--_padding1);
    border-bottom: 1px solid rgba(143, 129, 112, 0.5) !important;
    font-weight: 700;
    padding: 0 1.4rem 1.4rem;
    margin-bottom: 1.4rem;
  }
  .smf-form--simple-table .smf-item__col--controls {
    flex: 1 1 calc(100% - 14em);
    max-width: calc(100% - 14em);
    border-bottom: 1px solid rgba(143, 129, 112, 0.5) !important;
    padding: 0 1.4rem 1.4rem;
    margin-bottom: 1.4rem;
  }
}
/* 送信ボタン */
.smf-button-control__control {
  border-radius: 50px !important;
  padding: 2rem 4rem !important;
  min-width: 340px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  cursor: pointer;
  border: none !important;
  font-weight: 700 !important;
  transition: all 0.3s ease !important;
  background-color: var(--color_green) !important;
  background-image: none !important;
  color: var(--color_white) !important;
  letter-spacing: 0.1rem !important;
}
.smf-button-control__control::after {
  content: "";
  position: absolute;
  right: 2rem !important;
  width: 40px !important;
  height: 40px !important;
  background-color: var(--color_white, #ffffff);
  border-radius: 50% !important;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%235EA580" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 18l6-6-6-6"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease !important;
}
.smf-button-control__control:hover::after {
  transform: scale(0.8) !important;
}
.smf-button-control__control:hover {
  filter: brightness(1.1);
}
/* お知らせ */
.c-entries--simple .c-entries__item,
.c-entries--text .c-entries__item,
.c-entries--text2 .c-entries__item {
  border-bottom: 1px solid var(--color_brown);
}
.c-entries--simple,
.c-entries--text,
.c-entries--text2 {
  border-top: 1px solid var(---color_brown);
}
/*--------------------  レスポンシブ -------------------- */
@media screen and (max-width: 1500px) {
  .main-visual,
  .main-visual::before {
    height: auto !important;
  }
}
@media screen and (max-width: 1400px) {
  .main-visual .smb-spider-slider .spider__slide:before,
  .main .smb-spider-slider .smb-spider-slider__figure-wrapper:before {
    padding: 300px !important;
  }
  .main-wrap {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
    left: 55%;
    transform: translate(-50%, -35%);
    color: var(--color_white);
  }
  .section-menu .wp-block-snow-monkey-blocks-panels-item-block-link {
    height: auto !important;
  }
  .section-menu .wp-block-cover {
    min-height: 320px !important;
  }
}
@media screen and (max-width: 1200px) {
  .lead-title {
    display: flex;
    justify-content: flex-start !important;
    margin-top: 3rem !important;
    flex-wrap: wrap;
    width: 60%;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .contact-columns.is-layout-flex {
    display: block !important;
  }
  .contact-columns.is-layout-flex .smb-buttons {
    margin-top: 1.5rem !important;
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 1024px) {
  /* br */
  .br-pc {
    display: none;
  }
  .br-sp {
    display: none;
  }
  .br-tab {
    display: block;
  }
  .text-left-sp {
    text-align: left !important;
  }
  .bg-exterior {
    width: 450px;
    bottom: -100px;
  }
  .section-works .c-entry-summary__figure {
    border-radius: 5px;
    height: 285px !important;
    border-radius: 5px;
    overflow: hidden !important;
  }
  .section-reason .circle-roop {
    position: absolute;
    top: 90px;
    position: absolute;
    right: -100px;
    max-width: 200px;
    height: auto;
    animation: rotate-image 20s linear infinite;
  }
  .reason-column {
    padding: 2rem;
  }
  .section-message .wp-block-columns .wp-block-column:nth-child(1) {
    flex-basis: 360px !important;
    max-width: 360px !important;
  }
  .section-message .message-title-pc {
    display: none;
  }
  .section-message .message-title-sp {
    display: block;
  }
  .service-menu-list .sp-none {
    display: none;
  }
  .service-menu-list .pc-none {
    display: inline-block;
  }
  /* ロゴ */
  .c-site-branding__title .custom-logo {
    width: 240px;
  }
  .section-menu .photo-top img {
    height: 240px;
  }
  .section-menu .photo-bottom img {
    width: 200px !important;
    height: 120px !important;
    top: auto;
    right: -20px;
    bottom: -20px;
  }
  .menu-wrap p {
    margin-top: 5rem;
  }
  .menu-wrap {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-columns.column-reverse {
    flex-direction: column-reverse !important;
  }
  .smf-action .smf-button-control + .smf-button-control {
    margin-left: 0 !important;
  }
  .section-message .wp-image-331 {
    height: 363px;
    width: 100%;
  }
  .section-message .wp-image-198 {
    width: 253px !important;
    height: 140px !important;
    top: 20px;
  }
  .section-message .is-layout-flex {
    gap: 14rem;
  }
  .section-message .circle-roop {
    bottom: auto;
    top: 240px;
    left: -50px;
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .section-contact .telnumber {
    text-align: center;
  }
  .contact-columns.is-layout-flex .smb-buttons {
    justify-content: center !important;
  }
}
@media screen and (max-width: 640px) {
  /* br */
  .br-sp {
    display: inline-block !important;
    width: 100%;
  }
  .br-tab {
    display: none;
  }
  .br-pc {
    display: none;
  }
  /* 汎用 */
  .sub-page-header.has-text-align-left {
    margin-top: -10px !important;
  }
  /* パンくず */
  .p-breadcrumbs-wrapper .c-breadcrumbs {
    display: inline-block !important;
  }
  .c-breadcrumbs__item {
    display: inline-block !important;
    align-items: start;
  }
  /* トップページ */
  .main-visual {
    width: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .scroll-indicator {
    display: none;
  }
  .section-menu .smb-panels .c-row__col {
    flex: 0 0 calc(100% - 40px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .vertical-line::after {
    display: none;
  }
  .lead-title {
    width: 100%;
  }
  .section-menu .wp-block-cover {
    min-height: 240px !important;
  }
  .section-menu .c-row__col:nth-child(2),
  .section-menu .c-row__col:nth-child(3),
  .section-menu .c-row__col:nth-child(4),
  .section-menu .c-row__col:nth-child(5),
  .section-menu .c-row__col:nth-child(6) {
    margin-top: 0 !important;
  }
  .section-menu .wp-block-snow-monkey-blocks-panels-item-block-link {
    height: auto !important;
  }
  .section-menu .smb-panels .c-row {
    row-gap: 30px !important;
  }
  .section-menu .c-row__col:nth-child(1) {
    margin-top: 2rem !important;
  }
  .smb-btn-wrapper {
    --circle-size: 92px !important;
  }
  .section-works .snow-monkey-recent-posts .c-entries__item:nth-child(odd),
  .section-works .snow-monkey-recent-posts .c-entries__item:nth-child(even) {
    margin-top: 0 !important;
  }
  .section-works .snow-monkey-recent-posts .c-entries__item {
    flex: 0 0 calc(100% - 10px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .section-works .snow-monkey-recent-posts .c-entries--rich-media {
    row-gap: 15px !important;
  }
  .bg-exterior {
    bottom: -180px;
  }
  .wp-block-snow-monkey-blocks-buttons {
    margin-top: 4rem;
  }
  .section-reason::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
      to bottom,
      rgba(246, 240, 231, 1) 0%,
      rgba(246, 240, 231, 0.8) 5%,
      rgba(13, 48, 29, 0.6) 15%,
      rgba(13, 48, 29, 0.8) 25%,
      rgba(13, 48, 29, 0.95) 88%,
      rgba(250, 247, 241, 0.85) 95%,
      rgba(250, 247, 241, 1) 100%
    ) !important;
    z-index: -1;
    pointer-events: none;
  }
  .is-style-default .smb-btn {
    min-width: 280px;
  }
  .smb-btn-wrapper .smb-btn {
    gap: 1rem;
  }
  /* フッター */
  #menu-footer1,
  #menu-footer2 {
    display: block;
  }
  #menu-footer1 li,
  #menu-footer2 li {
    margin: 0.4em 0;
  }
  .widget.widget_nav_menu {
    margin-top: 0 !important;
  }
  .wp-container-core-group-is-layout-17124a9a.is-layout-flex {
    display: block;
  }
  /* ページヘッダー */
  .single-works .c-page-header__title,
  .single-post .c-page-header__title {
    text-align: left !important;
  }
  .privacy-policy .c-page-header__title::before {
    font-size: 2.4rem;
  }
  .c-page-header__title::before {
    text-align: center !important;
  }
  /* 下層ページ */
  .section-concept .bg-exterior {
    top: auto;
  }
  .section-bg-wrap .smb-section__body {
    padding-left: 50px !important;
    height: 360px;
    overflow: hidden;
  }
  /* 施工実績 */
  .works-detail {
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .smf-button-control__control {
    min-width: 300px !important;
  }
  .section-contact .telnumber {
    font-size: 2.2rem;
  }
}
/* --- PC・その他：背景だけを独立させる --- */
@supports not (-webkit-touch-callout: none) {
  .l-container {
    background-image: none !important;
    position: relative;
    z-index: 0;
  }
  .l-container::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image:
      url("/wp-content/uploads/2026/03/bg-motif01.png"),
      url("/wp-content/uploads/2026/03/bg-motif02.png"),
      url("/wp-content/uploads/2026/03/bg-motif03.png") !important;
    background-position:
      95% 8vh,
      15% 12vh,
      30% 65vh !important;
    background-size:
      30% auto,
      20% auto,
      30% auto !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    animation: blurToClearAuto 1.5s ease-out forwards;
    pointer-events: none;
  }
  @media (max-width: 1024px) {
    .l-container::before {
      background-position:
        200% 5vh,
        -100px 25vh,
        50% 65vh !important;
      background-size:
        80% auto,
        80% auto,
        70% auto !important;
    }
  }
}
@supports (-webkit-touch-callout: none) {
  .ios-fixed-bg.about-bg-only {
    animation: blurToClearAuto 1s ease-out forwards;
    will-change: filter, opacity;
  }
}
@keyframes blurToClearAuto {
  0% {
    filter: blur(50px) brightness(0.9);
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
