/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 09:34:27 */
  @import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
  :root {
    --font-en: "Marcellus", sans-serif;
    --gradient: linear-gradient(45deg, #46d7d6, #ab8acd);
  }

  body {
    background: #fafafa;
    letter-spacing: 0.1em;
  }

  header a {
    text-decoration: none;
    &:hover {
      color: #6b7280;
    }
  }

  .none {
    display: none;
  }

  /* mv */
  .mv-en {
    font-family: serif;
  }

  /* header */
  .nav-outer {
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    backdrop-filter: blur(14px) saturate(1.6);
    -webkit-backdrop-filter: blur(14px) saturate(1.6);
    background: rgba(255, 255, 255, 0.55);
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 24px rgba(0, 0, 0, 0.07);
  }
  .nav-wrap {
    padding: 0 10px;
  }
  #nav-toggle {
    display: none;
  }
  .nav-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 18px 12px;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 8px;
  }
  .nav-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: #111;
    transition:
      transform 0.25s,
      opacity 0.25s;
    border-radius: 2px;
  }

  /* メニュー：スマホ基準で書いてPCで上書き */
  .nav-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition:
      max-height 0.3s ease,
      padding 0.3s ease;
    padding: 0;
  }
  #nav-toggle:checked ~ .nav-menu {
    max-height: 400px;
    padding: 6px 0 10px;
    border-top: 0.5px solid rgba(0, 0, 0, 0.08);
  }
  .nav-menu a {
    display: block;
    padding: 7px 13px;
    font-size: 13.5px;
    color: #111;
    text-decoration: none;
    border-radius: 7px;
    transition: background 0.15s;
  }
  .nav-menu a:hover {
    color: #46d7d6;
  }

  @media (max-width: 768px) {
    .nav-btn {
      display: flex;
      align-items: flex-end;
    }
    .nav-menu a {
      padding: 12px 6px;
      font-size: 15px;
      border-bottom: 0.5px solid rgba(0, 0, 0, 0.06);
      border-radius: 0;
    }
    .nav-menu a:last-child {
      border-bottom: none;
    }
    #nav-toggle:checked ~ .nav-btn span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }
    #nav-toggle:checked ~ .nav-btn span:nth-child(2) {
      opacity: 0;
    }
    #nav-toggle:checked ~ .nav-btn span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }
  }

  @media (min-width: 769px) {
    .nav-menu {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 2px;
      max-height: none;
      overflow: visible;
      padding: 12px 0;
    }
  }

  /* section title */
  .smb-section__subtitle span {
    font-family: var(--font-en);
    font-weight: normal;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .smb-section__title {
    margin-top: 0;
  }

  /* contact */
  .glass-form {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    padding: 50px !important;
    box-shadow: 0 4px 24px rgba(99, 102, 241, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
  }
  .smf-progress-tracker__item__number {
    width: 35px;
    height: 35px;
    font-family: var(--font-en);
    font-weight: normal;
  }
  .smf-progress-tracker__item[aria-current="true"]
    .smf-progress-tracker__item__text {
    color: #fff;
  }
  .smf-form--letter .smf-item:not(:first-child) {
    margin-top: 20px;
  }
  .smf-radio-buttons-control {
    margin-top: 20px;
  }
  input[type="text"],
  textarea {
    border-radius: 4px !important;
  }
  .smf-button-control:not(:root) button {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: var(--gradient);
    border: none;
    border-radius: 4px;
    min-width: 250px;
    padding: 1.2em;
    &:hover {
      color: #fff;
      opacity: 0.9;
    }
  }
  .smf-error-messages {
    color: #ff9c9c;
    &::before {
      content: "※";
    }
  }
  @media screen and (max-width: 600px) {
    .glass-form {
      padding: 30px !important;
    }
  }

  .partner-item {
    border-radius: 20px;
    background: linear-gradient(to bottom, #fefefe, #f3f3f3);
    border: 1px solid #dadada;
  }

  .grain {
    position: relative;
  }
  .grain::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    opacity: 0.08;
    pointer-events: none;
  }

  .smb-media-text__figure img {
    border-radius: 10px;
  }

  .wp-block-snow-monkey-blocks-faq {
    border-top: none;
  }
  .wp-block-snow-monkey-blocks-faq-item {
    padding: 40px 30px 30px;
    &:not(:first-child) {
      margin-top: 20px;
    }
  }

  /* グラス */
  .glass-card {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 24px rgba(99, 102, 241, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
  }
  .glass-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 1),
      transparent
    );
  }

  .gradient1 {
    background: radial-gradient(
      ellipse at 80% 20%,
      #f0eeff 0%,
      #ffffff 50%,
      #eef5ff 100%
    );
  }

  .c-page-top {
    background: #333;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  .svg-inline--fa {
    margin: 0;
  }