@media screen and (max-width:750px) {


  :root {
    /* Safari基準の色とフィルタ（現状と同じ） */
    --bg-top: rgba(255, 128, 0, 0.76);
    --bg-bot: rgba(220, 55, 0, 0.788);
    --bg-filter: contrast(115%) brightness(100%);
    --split: 45%;
    /* 中心（どこで色が入れ替わるか） */
    --fade: 65%;
    /* 何%の幅でグラデーションさせるか */
  }

  /* 固定ページデフォルトテンプレート用コンテンツ幅 */
  .main-contents--page {
    padding: 0 15px;
  }


  .main-contents {
    margin-top: 62px;
    padding: 34px 0 100px;
    position: relative;
  }


  .site-header {
    width: 100%;
    height: 62px;
    background-color: #fff;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }

  .site-header__logo-img {
    width: 55px;
    height: auto;
    position: absolute;
    top: 16px;
    left: 15px;
  }

  .gnav-menu {
    display: none;
  }

  .site-header__right {
    display: none;
  }

  .language-menu {
    display: flex;
    justify-content: center;
    gap: 16px;
  }

  .language-menu__link {
    color: #FF9B45;
    text-decoration: none;
    font-size: 12px;
    font-weight: 450;
    display: block;
    width: 28px;
    aspect-ratio: 1 /1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border: 1.5px transparent solid;
  }

  .language-menu__link:hover {
    color: #E74407;
  }

  .language-menu__jp-link {
    text-indent: 2px;
  }

  .lanuage-selected {
    border: 1.5px #FF9B45 solid;
  }

  .lanuage-selected:hover {
    border: 1.5px #E74407 solid;
  }


  .preload-icons::before {
    content: "";
    position: fixed;
    inset: -9999px;
    /* 画面外に追い出す */
    width: 1px;
    height: 1px;
    background:
      url("../images/tsubu-icon--hover.png") no-repeat -9999px -9999px,
      url("../images/insta-icon-b.png") no-repeat -9999px -9999px;
  }

  .site-header__icon-menu {
    display: flex;
    width: 78px;
    justify-content: space-between;
    align-items: center;
  }

  .site-header__icon-insta {
    display: block;
    aspect-ratio: 30 / 29.6;
    width: 24px;
    height: auto;
    background-image: url(../images/insta-icon-a.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.5s;
  }

  .site-header__icon-insta:hover {
    background-image: url(../images/insta-icon-b.png);
  }


  .site-header__icon-tsubu {
    display: block;
    width: 35px;
    aspect-ratio: 50 / 38.1;
    height: auto;
    background-image: url(../images/tsubu-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.5s;
  }

  .site-header__icon-tsubu:hover {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/tsubu-icon--hover.png);
  }


  /* 親を相対配置に、ベースライン余白を無効化 */
  .site-header__icon-link {
    position: relative;
    display: inline-block;
    line-height: 0;
  }

  /* 共通パーツ */
  .heading-main {
    font-size: 18px;
    font-weight: 450;
    letter-spacing: 0.5px;
    color: #fff;
    text-align: center;
  }


  /* HOME WORKS */

  .heading-main-works {
    margin: 0 0 26px;
  }

  .works-list {
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 10px;
  }

  .works-thumb-wrap {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }

  .works-play-btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8%;
    height: auto;
    transition: 0.5s;
  }

  .works-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    position: absolute;
    transform: scale(1);
    transition:
      opacity 0.6s ease,
      transform 0.5s cubic-bezier(.5, .61, .36, 1);
    display: block;
    width: 100%;
    height: auto;
  }

  .works-client {
    font-size: 10px;
    font-weight: 350;
    color: #fff;
    margin: 5px 0 0 0;
  }

  .works-title {
    font-family: "Jost", "Zen Kaku Gothic New",
        system-ui, -apple-system, "Segoe UI",
        "Hiragino Sans", "Hiragino Kaku Gothic ProN",
        "Noto Sans JP", "Meiryo", sans-serif;
    font-size: 12px;
    font-weight: 450;
    color: #fff;
    margin: 5px 0 2px 0;
    line-height: 1.35;
  }

  .works-composer {
    font-size: 10px;
    font-weight: 350;
    color: #fff;
    margin: 3px 0 0 0;
  }

  .works-producer {
    font-size: 10px;
    font-weight: 350;
    color: #fff;
    margin: 3px 0 0 0;
  }

  .colon {
    margin: 0 1px;
  }

  .viewall-btn {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 450;
    color: #FF9B45;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
    transition: 0.5s;
    margin: 40px auto 80px auto;
  }

  .viewall-btn:hover {
    color: #E74407;
  }

  /* HOME COMPANY */

  .company-content-home {
    margin: 0 0 80px 0;
    scroll-margin-top: 152px;
  }

  .heading-main-company {
    margin: 0 0 26px;
  }

  .company-content-wrapper {
    padding: 0;
  }

  .company-content-left {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .company-content-left__map {
    width: 100%;
    height: auto;
    overflow: hidden;
    aspect-ratio: 16 / 9;

  }

  .company-content-right {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 15px;
  }

  /* ベース */
  .googlemap {
    position: relative;
    isolation: isolate;
    contain: paint;
    width: 100%;
    height: auto;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    /* 調整用の変数（18系/Chromeの基準） */
    --map-overlay: #ff7b00;
    --map-opacity: .6;
    --map-mode: color;
  }

  /* Safariが背面まで染めるのを防ぐ白下地 */
  .googlemap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: 0;
  }

  /* iframe本体 */
  .googlemap iframe {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* 親の aspect-ratio にフィット */
    display: block;
    filter: grayscale(1) contrast(1.0) brightness(1.00);
    transform: translateZ(0);
    /* 合成分離で霞軽減 */
  }

  /* オレンジ被せ */
  .googlemap::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    background: var(--map-overlay);
    mix-blend-mode: var(--map-mode);
    opacity: var(--map-opacity);
    will-change: opacity;
    transform: translateZ(0);
  }

  /* —— Safari 17系だけ“安全策B”に切替 —— */

  /* var() をやめて、疑似要素と iframe を直接上書きする */
  .googlemap.safari-safe::after {
    mix-blend-mode: multiply;
    /* color だと霞む */
    background: #ff9f55;
    /* 明るめオレンジに変更 */
    opacity: .34;
    /* 0.25〜0.34で現物調整 */
  }

  /* var() 経由ではなく、直接 iframe に上書き */
  .googlemap.safari-safe>iframe.company-content-left__map {
    -webkit-filter: grayscale(1) brightness(1.00) contrast(1.00) !important;
    filter: grayscale(1) brightness(1.15) contrast(1.05) !important;
  }


  /* 会社情報 */

  .company-info-list {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 7px 0;
    font-size: 10px;
    color: #fff;
    margin-bottom: 22px;
  }

  /* 英語コンテンツ切り替え時 */
  .is-lang-en .company-info-list {
    grid-template-columns: 100px 1fr;
  }


  .company-info-content__position {
    margin-bottom: 6px;
  }

  .company-info-heading {
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 8px;
  }

  .company-info-address {
    font-style: normal;
  }

  .our-business {
    font-size: 10px;
    color: #fff;
    line-height: 200%;
    list-style: decimal;
    margin-left: 1.50em;
  }


  /* MEMBER HOME */

  .member-content-home {
    margin: 0 0 80px 0;
  }

  .heading-main-member {
    margin: 0 0 26px;
  }

  .member-list {
    padding: 0 15px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 15px;
  }


  .member-img {
    width: 100%;
    max-width: 210px;
    height: auto;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
  }

  .member-profession {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    margin: 8px 0 0 0;
    /* height: 1em; */
  }

  .member-name {
    font-size: 14px;
    font-weight: 450;
    line-height: 100%;
    color: #fff;
    margin: 10px 0 0 0;
  }


  .member-info-wrap {
    text-align: center;
    /* display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; */
  }

  .member-info-wrap-right {
    /* scroll-margin-top: 30px; */
  }

  .member-more-btn {
    display: block;
    margin: 10px auto 0 auto;
    width: 60px;
    height: 16px;
    background-color: #F27A3E;
    border: 1px solid #fff;
    border-radius: 18px;
    text-decoration: none;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    transition: 0.5s;
  }

  .member-more-btn:hover {
    background-color: #E74407;
  }


  /*HOME RELEASE*/

  .heading-main-release {
    margin: 0 0 26px 0;
  }


  /* トップページ slickスマホ版 */
  .heading-pagetitle {
    text-align: center;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }

  .release-title {
    margin: 8px 0 0 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    width: 160px;
    /* word-break: break-all; */
    line-height: 1.25;
  }

  .release-producer-name {
    margin: 2px 0 0 0;
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    width: 160px;
    line-height: 1.2;
  }

  .carousel {
    margin: 0 auto 0 auto;
    overflow-y: hidden;
  }

  .slick-wrapper {
    position: relative;
  }


  /* サムネイルのサイズ調整 */
  .slide-item {
    width: 160px;
    max-width: 100%;
    margin: 0 15px 0 0;
    display: flex;
    flex-direction: column;
  }

  .slide-inner {
    aspect-ratio: 1 / 1;
    /* 画像の比率を統一したい場合に便利（任意） */
    overflow: hidden;
  }

  .slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* 矢印の位置調整 */
  .slick-wrapper .slick-prev {
    left: 10px;
    top: calc(50% - 14px);
  }

  .slick-wrapper .slick-next {
    right: 10px;
    top: calc(50% - 14px);
  }

  .viewall-btn-release {
    color: #E74407;
  }

  .viewall-btn-release:hover {
    color: #FF9B45;
  }

  /* RECRUIT HOME */

  .recruit-block__label--br {
    display: inline-block;
    margin-right: 3px;
  }

  .recruit-content-home {
    font-size: 11px;
    /* width: 19em; */
    margin-bottom: 80px;
  }

  .is-lang-en .recruit-content-home {
    font-size: 11px;
    margin: 0 auto;
    margin-bottom: 80px;

  }

  .heading-main-recruit {
    margin: 0 0 26px 0;
  }

  .text--main-recruit-wrapper {
    width: 23em;
    margin: 0 auto;
  }

  .text--main-recruit {
    color: #fff;
    font-size: 11px;
    margin-bottom: 10px;
  }

  .list-main-recruit {
    list-style: disc;
    font-size: 11px;
    color: #fff;
    line-height: 200%;
    margin-left: 2em;

  }

  /* CONTACT HOME */
  .contact-content-home {
    margin: 0 auto;
    font-size: 13px;
    padding: 0 15px;

  }

  .heading-main-contact {
    text-align: center;
    margin: 0 0 26px 0;
  }

  .text--main-contact {
    color: #fff;
    font-size: 11px;
    margin: 0 auto;
    width: 32em;
    text-align: left;
    line-height: 200%;
  }

  .contact-text-break {
    display: block;
  }

  /* リクルートとコンタクトのボタン */
  .btn-home {
    display: block;
    width: 240px;
    height: 35px;
    background-color: #fff;
    margin: 35px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #EC5218;
    font-family: "Jost", "Zen Kaku Gothic New",
      system-ui, -apple-system, "Segoe UI",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Noto Sans JP", "Meiryo", sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
  }

  .btn-home:hover {
    /* transform: scale(1.02); */
    box-shadow: 0 0 3px #3a3a3a;
  }

  .contact-content-home__mail-link {
    color: #fff;
    text-decoration: none;
  }

  .contact-content-home__mail-link:hover {
    text-decoration: underline;
  }

  /* フッター */
  .site-footer {
    width: 100%;
    height: 100px;
    /* padding-top: 36px; */
    background-color: #ffffff;
    position: relative;
  }

  .site-footer__logo-img {
    width: 55px;
    height: auto;
    position: absolute;
    margin: 0;
    top: 23px;
    left: 15px;
  }


  .site-footer__language-menu {
    display: none;
  }

  .site-footer__icon-menu {
    display: flex;
    width: 78px;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 25px;
    right: 15px;
  }

  .copyright {
    color: #FF9B45;
    font-size: 10px;
    font-weight: normal;
    margin: auto;
    padding: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;

  }

  .totop-btn-wrapper {
    position: fixed;
    /* ふだんは画面固定 */
    right: 10px;
    bottom: 10px;
    z-index: 50;
    opacity: 0;
    /* フェード用 */
    visibility: hidden;
    transition: opacity .5s ease, visibility .5s;
    pointer-events: none;
    /* 非表示時はクリック不可 */
  }

  .totop-btn-wrapper.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* フッターが見えたら、親(.main-contents)基準で「中に固定」= フッターと重ならない */
  .totop-btn-wrapper.is-stuck {
    position: absolute;
    /* ← ここで親基準に切替 */
    right: 10px;
    bottom: 10px;
    /* 親の下端から30px = フッターに重ならない */
  }

  /* （お好み）iOSのタップハイライトを消す */
  .totop-btn-link {
    -webkit-tap-highlight-color: transparent;
  }





  /* ハンバーガーメニュー */
  /* ハンバーガーメニュー：全ページの基本（常に見える状態） */
  .menu {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 101;

    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: opacity .3s ease, transform .3s ease;
  }

  /* 🔹 めくれがあるページ（body.front-page）の「めくれ中」は、上に隠す */
  /* WordPress の body_class() が自動で付けるクラスは、ざっくりこうなります：
home クラス …「投稿一覧ページ（ブログトップ）」に付く
front-page クラス …「サイトのフロントページ」に付く
よくある企業サイト設定だと：
「固定ページ」をトップページに設定
「投稿ページ」は別 URL（例：/news/）
この場合、
front-page → トップページ（固定ページ）
home → 投稿一覧ページ（ブログのトップ） */
  body.home .menu {
    opacity: 1;
    transform: translateY(-100px);
    pointer-events: none;
  }

  /* 🔹 めくれ終了後（JSから is-in が付く） */
  body.home .menu.is-in {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }



  .btn {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    background-color: #ff9b45;
    border-radius: 100%;
    transition: 0.5s;
  }

  .btn:hover {
    background-color: #E74407;
  }

  /* 三本のうち真ん中の線 */
  .line_icon {
    position: absolute;
    top: 15px;
    left: 6px;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    opacity: 1;
    transition: background-color .35s ease;
  }

  /* 上の線 */
  .line_icon:before {
    position: absolute;
    top: -6px;
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    opacity: 1;
    transition: transform .5s ease, top .5s ease;
    transform-origin: center;
  }

  /* 下の線 */
  .line_icon:after {
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    opacity: 1;
    transition: transform .5s ease, top .5s ease;
    transform-origin: center;
  }

  /* 三→× */
  .closebtn {
    background-color: transparent;
  }

  .closebtn:before {
    top: 0;
    background-color: #ffffff;
    transform: rotate(45deg);
    left: 0;
  }

  .closebtn:after {
    top: 0;
    background-color: #ffffff;
    transform: rotate(-45deg);
    left: 0;
  }


  /* ハンバーガー */
  .slide-menu-back {
    width: 273px;
    min-height: 100vh;
    /* 古いブラウザ用のフォールバック */
    min-height: 100dvh;
    /* 新しいブラウザではこちらが優先される */
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    /* スライドイン */
    transform: translateX(100%);
    transition: transform .35s cubic-bezier(.2, .7, .2, 1);
    will-change: transform;
    overflow-y: auto;
    /* 🔴 ここを追加：縦スクロールOKにする */
    -webkit-overflow-scrolling: touch;
    /* iOSでスムーズスクロール */
  }

  /* 開いたときに表示 */
  html.is-menu-open .slide-menu-back {
    transform: translateX(0);
  }

  /* 半透明の黒スクリーン（パネルの後ろ） */
  .slide-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    /* .slide-menu-back の z-index:100 より下 */
    transition: opacity .25s ease;
  }

  html.is-menu-open .slide-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  /* メニュー表示中はスクロール固定（任意） */
  html.is-menu-open,
  body.is-menu-open {
    overflow: hidden;
  }

  /* パネル内の各項目を右→左で段階表示 */
  .slide-menu>.slide-menu-item,
  .slide-menu__language-menu>li,
  .slide-menu__icon-menu>li {
    opacity: 0;
    transform: translateX(20px);
    will-change: transform, opacity;
  }

  /* 開いたときに順次スライドイン */
  html.is-menu-open .slide-menu>.slide-menu-item,
  html.is-menu-open .slide-menu__language-menu>li,
  html.is-menu-open .slide-menu__icon-menu>li {
    animation: panelItemIn .28s cubic-bezier(.2, .7, .2, 1) forwards;
    animation-delay: calc(var(--pidx, 0) * 60ms);
    /* JSで与える連番に応じて遅延 */
  }

  @keyframes panelItemIn {
    from {
      opacity: 0;
      transform: translateX(100px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  /* モーション軽減 */
  @media (prefers-reduced-motion: reduce) {

    html.is-menu-open .slide-menu>.slide-menu-item,
    html.is-menu-open .slide-menu__language-menu>li,
    html.is-menu-open .slide-menu__icon-menu>li {
      animation: none;
      opacity: 1;
      transform: none;
    }
  }


  .slide-menu {
    margin: 100px 0 0 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .slide-menu-link {
    color: #FF9B45;
    font-weight: 450;
    text-decoration: none;
    transition: 0.5s;
  }

  .slide-menu-link:hover {
    color: #E74407;
    font-weight: 450;
    text-decoration: none;
  }


  .slide-menu__works-category-menu {
    margin: 0;
    padding-left: 21px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height .3s ease, opacity .2s ease;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .slide-menu__works-category-menu.is-open {
    opacity: 1;
    visibility: visible;
    margin-block: 12px;
    /* = margin-top:12px; margin-bottom:12px */
  }

  .works-category-menu-item {
    margin-bottom: 5px;
    opacity: 0;
    transform: translateX(20px);
    will-change: transform, opacity;
  }

  /* 親が開いたら順番に（右→左へ）スライドイン */
  .slide-menu__works-category-menu.is-open .works-category-menu-item {
    animation: worksItemIn .24s cubic-bezier(.2, .7, .2, 1) forwards;
    /* JSで --idx を与えるので、その値×遅延ms で段階表示 */
    animation-delay: calc(var(--idx, 0) * 70ms);
  }

  @keyframes worksItemIn {
    from {
      opacity: 0;
      transform: translateX(100px);
      /* ← X方向に */
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  /* 低速化・停止したい場合の配慮 */
  @media (prefers-reduced-motion: reduce) {
    .slide-menu__works-category-menu.is-open .works-category-menu-item {
      animation: none;
      opacity: 1;
      transform: none;
    }
  }

  .works-category-menu-link {
    color: #FF9B45;
    text-decoration: none;
    font-size: 14px;
    font-weight: 450;
    transition: 0.5s;
  }

  .works-category-menu-link:hover {
    color: #E74407;
  }






  .slide-menu__language-menu {
    margin: 50px 0 0 30px;
    display: flex;
    gap: 12px;
  }

  .language-menu {
    display: flex;
    justify-content: center;
    gap: 16px;
  }

  .language-menu__link {
    color: #FF9B45;
    text-decoration: none;
    font-size: 12px;
    font-weight: 450;
    display: block;
    width: 28px;
    aspect-ratio: 1 /1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border: 1.5px transparent solid;
  }

  .language-menu__link:hover {
    color: #E74407;
  }

  .language-menu__jp-link {
    text-indent: 2px;
  }

  .lanuage-selected {
    border: 1.5px #FF9B45 solid;
  }

  .lanuage-selected:hover {
    border: 1.5px #E74407 solid;
  }

  .preload-icons::before {
    content: "";
    position: fixed;
    inset: -9999px;
    /* 画面外に追い出す */
    width: 1px;
    height: 1px;
    background:
      url("../images/tsubu-icon--hover.png") no-repeat -9999px -9999px,
      url("../images/insta-icon-b.png") no-repeat -9999px -9999px;
  }


  .slide-menu__icon-menu {
    display: flex;
    width: 78px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 70px auto 0;
  }

  .slide-menu__icon-insta {
    display: block;
    aspect-ratio: 30 / 29.6;
    width: 24px;
    height: auto;
    background-image: url(../images/insta-icon-a.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.5s;
  }

  .slide-menu__icon-insta:hover {
    background-image: url(../images/insta-icon-b.png);
  }


  .slide-menu__icon-tsubu {
    display: block;
    width: 35px;
    aspect-ratio: 50 / 38.1;
    height: auto;
    background-image: url(../images/tsubu-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.5s;
  }

  .slide-menu__icon-tsubu:hover {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/tsubu-icon--hover.png);
  }


  /* 親を相対配置に、ベースライン余白を無効化 */
  .slide-menu__icon-link {
    position: relative;
    display: inline-block;
    line-height: 0;
  }


  /* リスト体裁は任意 */
  .slide-menu-item {
    list-style: none;
  }

  /* リンクの右側に矢印用のスペースを確保 */
  .slide-menu-link--works {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .4em;
    /* 文字と矢印の間隔 */
    padding-right: 1.2em;
    /* 右余白（好みで） */
  }

  /* 文字の“後ろ”に > 風の山形アイコンを描く */
  .slide-menu-link--works::after {
    --chev-size: .4em;
    /* 矢印サイズ調整用 */
    content: "";
    width: var(--chev-size);
    height: var(--chev-size);
    margin-top: -2px;
    margin-left: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    /* ▼（下向き） */
    transform-origin: 50% 50%;
    transition: transform .22s ease;
  }

  /* 開いた状態では▲（上向き）にする */
  .slide-menu-item.is-open>.slide-menu-link--works::after {
    transform: rotate(-135deg) translateY(1px);
    margin-top: 2px;
  }

  /* キーボード操作の見え方（任意） */
  .slide-menu-link--works:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }

  /* WORKSページ */

  .workspage-heading-works {
    margin: 0 0 25px;
  }

  .works__category-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    width: 70%;
    margin: 0 auto 28px auto;
  }

  .works__category-menu-link {
    color: #fff;
    font-size: 10px;
    font-weight: 450;
    text-decoration: none;
    padding: 1px 9px;
    transition: 0.3s;
  }

  .works__category-menu-link:hover {
    color: #E74407;
    font-weight: 450;
    text-decoration: none;
  }

  .works__category-menu-link--current-page {
    color: #fff;
    background-color: #F36A2D;
    border-radius: 40px;
  }

  .works__category-menu-link--current-page:hover {
    color: #fff;
  }

  .works__category-menu .current-menu-item>.works__category-menu-link {
    color: #fff;
    background-color: #F36A2D;
    border-radius: 40px;
  }

  .works__category-menu .current-menu-item>.works__category-menu-link:hover {
    color: #fff;
  }

  /* WORKS個別ページ */
  .works-single-contents {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
  }

  .works-single-heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
    margin-bottom: 11px;
  }

  .works-single-thumbnail-img-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
  }

  .works-single-thumbnail-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .play-btn__youtube {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: auto;
  }

  .works-single-contents__info {
    margin-top: 15px;
  }

  .works-text {
    color: #fff;
    line-height: 1.75;
    margin: 15px 0 60px;
    font-size: 12px;
    font-weight: normal;
  }



  .pagination-menu {
    padding: 0 15px;
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
  }

  /* Previous Work 側だけ、左の余白を自動で広げる */
  .pagination-item-prev {
    margin-left: auto;
  }

  .pagination-link {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s;
  }

  .pagination-link:hover {
    color: #ffac38;
  }

  .pagination-link-previous::after {
    content: ">";
    margin-left: 4px;
  }

  .pagination-link-next::before {
    content: "<";
    margin-right: 4px;
  }


  /* RELEASEページ */

  .release-page-list {
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px 15px;
  }

  .release-page-thumb-wrap {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .release-page-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    position: absolute;
    transform: scale(1);
    transition:
      opacity 0.6s ease,
      transform 0.5s cubic-bezier(.5, .61, .36, 1);
    display: block;
    width: 100%;
    height: auto;
  }

  .release-page-title {
    font-family: "Jost", "Zen Kaku Gothic New",
      system-ui, -apple-system, "Segoe UI",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Noto Sans JP", "Meiryo", sans-serif;
    font-size: 12px;
    font-weight: 450;
    color: #fff;
    margin: 5px 0 2px 0;
    line-height: 1.35;
  }

  .release-page-producer {
    font-size: 10px;
    font-weight: 350;
    color: #fff;
  }

  .release-page-p-name {
    font-size: 10px;
    font-weight: 350;
    color: #fff;
  }


  /* メンバーページ専用ブレイクポイント */
  /* @media screen and (max-width:749px) { */

  /* MEMBERページ */
  .member-contents {
    padding: 0 15px;
    gap: 20px 20px;
  }


  .member-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
    margin: 0 0 20px 0;
    /* background-color: rgb(69, 255, 118); */
  }

  .sns-icon-list--member-page {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 10% 0 25px 0;
    align-items: center;
  }

  .member-info--member-page {
    margin-top: 3%;
    width: 55%;
    position: relative;
  }

  .member-face--member-page-wrapper {
    width: calc(45% - 30px);
  }

  .member-face--member-page {
    width: 100%;
    height: auto;
    border-radius: 50%;
  }

  .member-profession--member-page {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 3px;
  }

  .member-name-en--member-page {
    font-size: 16px;
    font-weight: 450;
    margin-bottom: 3px;
  }

  .member-name-jp--member-page {
    font-size: 10px;
    font-weight: 400;
    /* margin-bottom: 12%; */
  }

  /* SNSアイコンサイズ */
  .sns-icon-img--member-page {
    width: 18px;
    height: auto;
  }



  .member-info-text {
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    font-size: 12px;
    line-height: 1.5;

    /* ★フェード用（現状維持） */
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    /* ← translateY を3D化して滑らかに */
    transition:
      max-height .22s ease,
      opacity .12s ease,
      transform .15s ease;

    /* ★閉じ側は遅延なし（現状維持） */
    transition-delay: 0s, 0s, 0s;

    /* ★最適化：描画範囲を絞り、GPU合成を促す */
    will-change: max-height, opacity, transform;
    contain: layout paint;
    /* ←効くことが多い（問題出たら外す） */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-origin: top;
  }

  /* ★「上の余白40px」は要素内に持つ（max-heightで一緒に開閉） */
  .member-info-text::before {
    content: "";
    display: block;
    height: 20px;
  }

  /* ★開いているとき：フェードイン（現状維持） */
  .member-container.is-open .member-info-text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    /* ← 3Dのまま戻す */

    /* ★開く側のみディレイ（現状維持） */
    transition-delay: 0s, .1s, .1s;
    /* max-height, opacity, transform の順 */
  }

  /* ★アクセシビリティ：動きを減らす設定（任意だが推奨） */
  @media (prefers-reduced-motion: reduce) {
    .member-info-text {
      transition: none !important;
      transform: none !important;
    }
  }

  .member-container {
    scroll-margin-top: 90px;
  }



  /* RECRUITページ */
  .recruit-contents {
    padding: 0 15px;
    margin: 0 auto;
    color: #fff;
    font-family: "Jost", "Zen Kaku Gothic New",
      system-ui, -apple-system, "Segoe UI",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Noto Sans JP", "Meiryo", sans-serif;
  }

  .recruit-block__inner {
    border-bottom: 1px solid #fff;
  }

  .recruit-block__inner2 {
    padding: 25px 0 0 0;
    border-bottom: none;
  }

  /* h3 */
  .recruit-block__label {
    font-size: 14px;
    font-weight: 450;
    margin-bottom: 25px;
    line-height: 1.5;
    font-family: "Jost", "Zen Kaku Gothic New",
      system-ui, -apple-system, "Segoe UI",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Noto Sans JP", "Meiryo", sans-serif;
  }

  /* h4 */
  .recruit-job__title {
    font-size: 12px;
    font-weight: 450;
    font-family: "Jost", "Zen Kaku Gothic New",
      system-ui, -apple-system, "Segoe UI",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Noto Sans JP", "Meiryo", sans-serif;
  }


  .recruit-job__header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
  }


  /* アコーディオン本体のアニメーション用 */
  /* .recruit-job__body {
    font-size: 14px;
  } */

  /* 開いているときの状態 */
  /* .recruit-job__body.is-open {
    opacity: 1;
  } */

  /* Recruit accordion（MEMBERと同じ動き） */
  .recruit-job__body {
    max-height: 0;
    overflow: hidden;

    font-size: 14px;

    /* ★フェード用 */
    opacity: 0;
    transform: translateY(30px);

    transition:
      max-height .22s ease,
      opacity .12s ease,
      transform .15s ease;

    /* ★閉じ側は遅延なし */
    transition-delay: 0s, 0s, 0s;

    will-change: max-height, opacity, transform;
  }

  /* ★「上の余白40px」は要素内に持つ（max-heightで一緒に開閉） */
  .recruit-job__body::before {
    content: "";
    display: block;
  }

  /* ★開いているとき：フェードイン（開くときだけ少し遅らせる） */
  .recruit-job.is-open .recruit-job__body {
    opacity: 1;
    transform: translateX(0);
    /* MEMBERに合わせて同じ指定（必要なら translateY(0) でもOK） */

    /* max-height, opacity, transform の順 */
    transition-delay: 0s, .1s, .1s;
  }


  .recruit-job__list {
    font-size: 12px;
  }

  .recruit-job__text {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 10px;
    margin-left: 1em;
  }

  .recruit-job__term {
    margin-bottom: 10px;
    font-weight: 500;
  }

  .recruit-job__desc {
    margin-left: 1em;
  }

  /* .recruit-job__row {
    margin-bottom: 22px;
  } */

  .recruit-job__docs {
    line-height: 1.7;
  }

  .recruit-application__heading {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .recruit-application__subheading {
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .recruit-application__address {
    font-size: 12px;
    font-style: normal;
    line-height: 1.7;
    /* margin-left: 1em; */
    margin-bottom: 15px;
  }

  .recruit-application__body {
    font-size: 12px;
    font-style: normal;
    line-height: 1.7;
    margin-left: 1em;
    font-family: "Jost", "Zen Kaku Gothic New",
      system-ui, -apple-system, "Segoe UI",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Noto Sans JP", "Meiryo", sans-serif;
  }

  .recruit-application__text {
    font-size: 12px;
    font-style: normal;
    line-height: 1.7;
    /* margin-left: 1em; */
    font-family: "Jost", "Zen Kaku Gothic New",
      system-ui, -apple-system, "Segoe UI",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Noto Sans JP", "Meiryo", sans-serif;
    /* margin-bottom: 30px; */
  }

  .recruit-application__email {
    font-size: 12px;
    /* margin-left: 1em; */
    margin-bottom: 15px;
  }

  .recruit-application__email-link {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
  }

  .recruit-application__email-link:hover {
    text-decoration: underline;
  }

  .recruit-application__notes {
    font-size: 12px;
    font-style: normal;
    line-height: 1.7;
    /* margin-left: 1em; */
    margin-top: 15px;
    /* margin-bottom: 35px; */
  }

  .recruit-application__cta {
    margin-top: 35px;
    margin-left: 1em;
  }


  /* Recruit 追加コンテンツ */

  /* 2つ目以降の recruit-job だけ header に適用 */
  .recruit-job:not(:first-child)>.recruit-job__header {
    border-top: 1px solid #ffffff;
    padding-top: 25px;
  }

  .recruit-job__row:not(:last-child) {
    margin-bottom: 23px;
  }

  /* パネルの“中”に余白を作る（scrollHeightに含まれる） */
  .recruit-job__panel::after {
    content: "";
    display: block;
    height: 25px;
  }



  /* 「応募する」ボタン */
  .btn-apply {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 35px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #EC5218;
    font-family: "Jost", "Zen Kaku Gothic New",
      system-ui, -apple-system, "Segoe UI",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Noto Sans JP", "Meiryo", sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
  }

  .btn-apply:hover {
    transform: scale(1.02);
    box-shadow: 0 0 3px #636363;

  }

  .not-recruiting-text {
    text-align: center;
    font-size: 10px;
  }

  /* CONTACTページ */
  .contact-contents {
    padding: 0 15px;
  }

  .contact-text-wrap {
    text-align: center;
  }

  .contact-text {
    font-size: 12px;
    line-height: 175%;
    color: #fff;
    margin: 0 0 30px 0;
    display: inline-block;
    text-align: left;
  }

  /* 参考　https://ferret-plus.com/9120?page=2 */

  .radiobtn-wrap {
    border-bottom: 1px solid #fff;
    padding-bottom: 17px;
    margin-bottom: 20px;

  }

  .form-label {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    height: 40px;
    line-height: 30px;
  }

  .form-label-radio {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
  }

  .form-comfirm-text {
    font-size: 12px;
    color: #313131;
    font-weight: 400;
    line-height: 40px;
  }

  .form-comfirm-text--textarea {
    line-height: 175%;
    padding-top: 8px;
  }

  .form-singleline {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #D3D3D3;
    font-size: 14px;
    color: #313131;
    padding: 8px;
  }

  .checkbox-span {
    display: flex;
  }

  .form-border {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .form-multiline {
    width: 100%;
    height: 240px;
    background-color: #ffffff;
    border: 1px solid #D3D3D3;
    font-size: 14px;
    color: #313131;
    line-height: 175%;
    padding: 8px;
    /* margin-bottom: 23px; */
  }

  .radiobtn-span {
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
  }

  .redio-btn {
    margin-right: 4px;
  }

  /*確認画面*/

  .confirm-text-single {
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    line-height: 40px;
  }

  .confirm-text-multi {
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    line-height: 175%;
    white-space: pre-wrap;
    /* 改行を保持しつつ、折り返しもする */
    overflow-wrap: anywhere;
    /* 長いURL等もはみ出さない */
    word-break: break-word;
    /* 古いブラウザ向け保険 */
  }

  .confirm-back {
    margin: 30px 0 45px 0;
  }

  .confirm-backlink {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    transition: 0.5s;
  }

  .confirm-backlink:hover {
    text-decoration: underline
  }

  .wpcf7-previous {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    transition: 0.5s;
    background: none;
    border: none;
  }

  .wpcf7-previous:hover {
    text-decoration: underline
  }


  /* エラーメッセージ */

  .wpcf7-not-valid-tip,
  .error-message {
    margin-top: 10px;
    font-size: 12px !important;
    color: #ffffff !important;
    background-color: #EC5218;
    display: inline-block !important;
    padding: 2px 4px;
  }

  .wpcf7-response-output {
    font-size: 12px !important;
  }

  .optional-input {
    font-size: 10px !important;
  }


  .form-submitbtn-wrap {
    display: flex;
    justify-content: center;
    margin: 27px 0 0 0;
    padding: 0;
    position: relative;
  }


  .form-submitbtn {
    display: block;
    width: 240px;
    height: 35px;
    background-color: #fff;
    border: 0;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #EC5218;
    font-family: "Jost", "Zen Kaku Gothic New",
      system-ui, -apple-system, "Segoe UI",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Noto Sans JP", "Meiryo", sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
  }

  .form-submitbtn:hover {
    transform: scale(1.02);
    box-shadow: 0 0 3px #636363;

  }


  .form-submitbtn-wrap .wpcf7-spinner {
    right: auto;
    left: 50%;
    top: 50%;
    margin: 0;
    transform:
      translateX(calc(var(--submit-w) / 2 + 12px)) translateY(-50%);
  }


  input:focus,
  textarea:focus {
    outline: none;
  }


  /*STUDIOページ*/
  .studio-photo-wrapper {
    border-bottom: 2px solid #fff;
  }

  .studio-photo {
    display: block;
    padding-bottom: 30px;
  }

  .studio-contents {
    padding: 0 15px;
  }

  .studio-block__inner {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
  }

  .studio-name {
    font-size: 14px;
    font-weight: 450;
    color: #fff;
    margin-bottom: 10px;
  }

  .studio-block__label {
    font-size: 14px;
    font-weight: 450;
    margin-bottom: 20px;
    color: #fff;
  }

  .studio-gear-type {
    font-size: 12px;
    font-weight: 450;
    margin-bottom: 4px;
  }

  .studio-gear-model {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 160%;
  }

  .studio-block__content {
    font-size: 16px;
    color: #fff;
  }


}