/*
Theme Name: SANKYU WITH テーマ（2026）
*/

html {
	font-size: 16px;
	scroll-behavior: smooth; /* スムーススクロール */
	scroll-padding-top: 80px; /* ヘッダー固定でのアンカーリンク調整 */
}
html,
body,
.entry-body,
p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	letter-spacing: 0.07em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
}
b, strong {
    font-weight: bold;
}
h1, h2, h3, h4 {
	font-family: "M PLUS Rounded 1c", sans-serif;	
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}

/* スムーススクロール */
ruby {
    ruby-position: over; /* ふりがなを上に表示 */
    -webkit-ruby-position: over;	
}
ruby rt {
	display: none;
}
html.ruby-on ruby rt {
    display: ruby-text;
    font-size: 0.5em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}
ruby rt {
    display: ruby-text;
    font-size: 0.6em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}
.btn__text {
	font-size: 16px;
	/*line-height: 30px;*/
}
/* ベース */
.site-header {
	width: 100vw;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    color: #000;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 12px 16px;
	color: #000;
}
.site-logo a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

h1.site-logo,
p.site-logo {
    margin: 0;
	padding: 0;
    line-height: 1;
    flex: 0 0 auto;
}
.site-logo a {
    display: inline-block;
    line-height: 1;
}
.site-logo img {
    display: block;
    height: 76px;      /* デザインに合わせて固定 */
    width: auto;
}

/* ハンバーガー */
/* ボタン本体 */
.hamburger {
    position: relative;
    width: 80px;
    height: 80px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

/* 3本線を絶対中央に配置 */
.hamburger__bar {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%); /* 中央基準 */
    transition: transform .25s ease, opacity .2s ease;
    transform-origin: center center;   /* 念押し */
}

/* 初期並び（上・中・下）：中央から上下にだけずらす */
.hamburger__bar:nth-child(1) {
    transform: translate(-50%, calc(-50% - 18px));
}
.hamburger__bar:nth-child(2) {
    opacity: 1;
}
.hamburger__bar:nth-child(3) {
    transform: translate(-50%, calc(-50% + 18px));
}

/* 開いたとき：中央に集合してからクロスに回転 */
.hamburger.is-active .hamburger__bar:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger.is-active .hamburger__bar:nth-child(2) {
    opacity: 0;
}
.hamburger.is-active .hamburger__bar:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーション配慮（任意） */
@media (prefers-reduced-motion: reduce) {
    .hamburger__bar {
		transition: none;
	}
}

/* ナビ（モバイル：オフキャンバス） */
.global-nav {
    position: fixed;
    inset: 0 0 0 auto; /* 右側からスライド */
    width: min(92vw, 500px);
    background: #101638;
    translate: 100% 0;
    transition: translate .28s ease;
    padding: 24px 20px 40px;
    overflow-y: auto;
    z-index: 1000
}
.global-nav.is-open {
    translate: 0 0;
	margin-top: 100px;
}
.global-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.global-nav__list > li > a {
    display: block;
    padding: 14px 8px;
    color: #000;
    font-weight: bold;	
    text-decoration: none;
}
.global-nav__list > li > a:hover,
.global-nav__list > li > a:focus {
    /*background: #1926A1;*/
    outline: none;
}

/* 親liを基準にする */
.global-nav__list > li {
    position: relative;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;	
}

/* 子メニュー 初期非表示 */
.global-nav__list > li > .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

/* 親hoverで表示 */
.global-nav__list > li:hover > .sub-menu,
.global-nav__list > li:focus-within > .sub-menu {
    display: flex; /* 横並び */
    gap: 24px;
    background: #F2F7F6;
    padding: 16px 30px;
    margin: 0;
    list-style: none;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    white-space: nowrap;
}

/* 子メニューリンク */
.global-nav__list > li > .sub-menu a {
    padding: 4px 0;
    font-size: 16px;
    font-weight: bold;	
	color: #000;
}

/* hover */
.global-nav__list > li > .sub-menu a:hover {
    text-decoration: underline;
}

#menu-item-675 > a {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    width: 160px;
	height: auto;
    background: url("images/text_logo.svg") no-repeat center center;
    background-size: contain;
}
html.is-ruby-on.is-safari-ruby-fix #menu-item-675 > a,
html.is-ruby-on.is-safari-ruby-fix li#menu-item-675 > a {
    display: block;
    height: 50px;
    line-height: 50px;
    transform: translateY(var(--ruby-logo-offset, 0px));
    will-change: transform;
}



/* ふりがな */
/* =========================
    A11y tools (header)
========================= */

.btn__wrapper {
    position: relative; /* パネルの基準 */
}
#a11yTools.btn__wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
}
/* 共通ボタン（a / button） */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
}

.btn:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.6);
    outline-offset: 2px;
}

.btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* 左：文字の大きさ/色合い変更 */
.btn--change {
    background: #1b6e86;
    color: #fff;
	/*padding-top: 4px !important;*/
}

/* 右：開閉トグル（▼） */
.btn__group {
    display: inline-flex;
    align-items: stretch;
}

.btn--changeToggle {
    background: #1b6e86;
    color: #fff;
    padding: 10px 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.btn__chev {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    transition: transform 0.2s ease;
}

/* 開いている時は上向き */
.btn--changeToggle[aria-expanded="true"] .btn__chev {
    transform: rotate(-135deg);
}

/* 右：お問い合わせ */
.btn--contact {
    background: #f08a1e;
    color: #fff;
}

/* =========================
    Panel (画像のように)
========================= */

.a11y-panel {
    position: absolute;
    top: 100%;
	top: 0;
    left: 0;
    z-index: 4000;
}

.a11y-panel[hidden] {
    display: none;
}

.a11y-panel__inner {
    display: flex;
    align-items: center;
    gap: 16px;

    padding: 12px 14px;
    background: #fff;

    border: 1px solid #1b6e86;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

/* パネル内アイテム */
.a11y-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 10px 12px;
    border: 1px solid #1b6e86;
    background: #fff;
    color: #1b6e86;

    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}
.a11y-item__text {
	font-size: 16px;
}
.a11y-item:focus-visible {
    outline: 2px solid rgba(27, 110, 134, 0.7);
    outline-offset: 2px;
}

.a11y-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 1px solid #1b6e86;

    font-size: 14px;
    line-height: 1;
}

/* ふりがなトグルの見た目（押下状態） */
#a11yPanel #rubyToggle[aria-pressed="true"] {
    background: #1b6e86;
    color: #fff;
	white-space: nowrap;	
}

#a11yPanel #rubyToggle[aria-pressed="true"] .a11y-item__icon {
    border-color: #fff;
}
#a11yPanel .a11y-panel__head {
    display: flex;
    justify-content: flex-end;
	/*
    border: 1px solid #1b6e86;
    border-bottom: none;
	*/
}

.a11y-close {
    appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    color: #111;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    border-radius: 10px;
    border-radius: 0;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);*/
    /*transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;*/
}

/* × アイコン（疑似要素で作るので崩れません） */
.a11y-close__icon {
    width: 14px;
    height: 14px;
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
}
.a11y-close__icon::before,
.a11y-close__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: currentColor;
    transform-origin: center;
}
.a11y-close__icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.a11y-close__icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* ラベルの見た目調整 */
.a11y-close__label {
    font-size: 14px;
    letter-spacing: 0.02em;
}

/* hover / active */
/*
.a11y-close:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}
.a11y-close:active {
    transform: translateY(0);
}
*/
/* a11y: キーボードフォーカス（必須） */
.a11y-close:focus-visible {
    outline: 3px solid rgba(16, 22, 56, 0.35);
    outline-offset: 2px;
}

/* =========================
    Ruby ON/OFF
========================= */

/* デフォルト：隠す */
ruby rt {
    display: none;
}

/* ON：上にルビ（通常のruby挙動に戻す） */
html.ruby-on ruby rt {
    display: revert;
}

ruby rt {
    display: none;
}

.is-ruby-on ruby rt {
    display: ruby-text;
    display: revert;
}
/* オーバーレイ */
.nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    z-index: 900;
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
	margin-top: 80px;
    
}
.nav-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

.site-header__inner {
    display: flex;
    align-items: center;
    padding: 0 24px;
}

.site-logo {
    flex: 0 0 auto;
}

.btn__wrapper {
    display: flex;
    margin-left: auto;
}
/* Safari対策：ヘッダーボタンの高さを揃える */
.btn__wrapper .btn,
.btn__wrapper a.btn,
.btn__wrapper button.btn {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0; /* 必要なら削除OK（見た目に合わせて） */

    display: inline-flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
    /*line-height: 1.2 !important;*/
    vertical-align: middle;

    /* 高さを揃える（どちらかでOK） */
    min-height: 50px;            /* 例：ヘッダーのボタン高さに合わせる */
    padding: 0 18px;             /* 余白は横だけにして高さ計算を安定させる */
}

/* 中の文字ブロックもflex化して、ルビ込みで中央に寄せる */
 /*
.btn__wrapper .btn__text {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
*/

.btn__wrapper .btn {
    height: 54px;
    min-height: 54px;
}


/* アイコン＋テキストの縦ズレも一緒に抑える */
.btn__wrapper .btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Safariのみ：メニューのrubyズレ対策 */
@supports (-webkit-touch-callout: none) {
	.global-nav__list > li > a ruby {
		display: inline-block;
		line-height: 1.2;
	}

	.global-nav__list > li > a rt {
		display: block;
		text-align: center;
		font-size: 0.55em;
		line-height: 1;
		transform: translateY(-0.12em);
	}
}

/* ボタン全体 */
.btn__wrapper .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    min-height: 50px;
	/*line-height: 1.2;*/
}

/* アイコン */
.btn__icon {
    display: flex;
    align-items: center;
}


.hamburger {
    margin-left: 12px;
}

.global-nav__list,
.global-nav__list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.global-nav__list a {
    text-decoration: none;
}

/* サブメニューの初期状態（共通） */
.global-nav__list .sub-menu {
    display: none;
}

@media screen and (min-width: 1024px) {
	.site-header {
		height: 120px;
	}
	.site-header__inner {
		padding: 24px;
	}
	.site-logo img {
		display: block;
		height: 76px;
		width: auto;
	}
}
@media (min-width: 965px) {
    .hamburger {
		display: none;
	}
    .global-nav {
        position: static;
        translate: 0 0 !important;
        width: auto;
        background: transparent;
        padding: 0;
		padding-top: 2em;
		margin: auto;
        overflow: visible;
    }
    .global-nav__list {
        display: flex;
        gap: 20px;
    }
    .global-nav__list > li > a {
        padding: 8px 4px;
        border-radius: 6px;
    }
    /* 親liを基準にドロップダウン配置 */
    .global-nav__list > li {
        position: relative;
    }

    /* PCで開く条件：hover / focus-within / JSでaria-expanded=true */
    .global-nav__list > li:hover > .sub-menu,
    .global-nav__list > li:focus-within > .sub-menu,
    .global-nav__list > li[aria-expanded="true"] > .sub-menu {
        display: flex;
    }

    /* PCドロップダウン見た目 */
    .global-nav__list > li > .sub-menu {
        position: absolute;
        top: calc(100% + 6px);
        left: 0;

        display: none; /* 開閉は上のルール */
        gap: 24px;

        background: #F2F7F6;
        padding: 16px 30px;
        border-radius: 6px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        white-space: nowrap;
        z-index: 3000;
    }
	.global-nav__list > li:hover > .sub-menu,
	.global-nav__list > li:focus-within > .sub-menu {
		background: #1b6e86;
		background: rgba(27,110,134,1);
		cursor: pointer;
	}
	.global-nav__list > li:hover > .sub-menu li a,
	.global-nav__list > li:focus-within > .sub-menu li a {
		color: #fff;
	}
    .global-nav__list > li > .sub-menu > li {
        display: block;
    }
    .global-nav__list a {
        text-decoration: none;
    }	
	/* ▼ サブメニューの吹き出し三角（上中央） */
	.global-nav__list > li > .sub-menu::before {
		content: "";
		position: absolute;
		top: -8px; /* 三角の高さ分マイナス */
		left: 62%;
		transform: translateX(-62%);
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #1b6e86; /* サブメニュー背景色と同じ */
		filter: drop-shadow(0 -4px 4px rgba(27,110,134,.4));
	}

    .nav-overlay {
		display: none !important;
	}
	.submenu-toggle {
		display: none;
	}
}

@media (max-width: 964px) {
    /* ヘッダー内を横並びに固定 */
    .site-header__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
		padding-right: 10px;
    }
	h1.site-logo,
	p.site-logo {
		padding: 10px;
	}
    /* ---- ここが重要：PC hover の display:flex を完全に無効化 ---- */
    .global-nav__list > li:hover > .sub-menu,
    .global-nav__list > li:focus-within > .sub-menu {
        display: none !important;
    }

    /* オフキャンバス（あなたのis-openに合わせる） */
    .global-nav {
        display: block !important;
        position: fixed;
        top: 0;
        right: 0;
        height: 100dvh;
        width: min(92vw, 500px);
        background: #101638;
        z-index: 3000;

        transform: translateX(100%);
        transition: transform 0.25s ease;

        overflow-y: auto;
        padding: 24px 20px 40px;
    }

    .global-nav.is-open {
        transform: translateX(0);
    }

    /* オーバーレイ */
    .nav-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 2500;
        display: none;
    }

    .nav-overlay.is-open {
        display: block;
    }

    /* SPメニューの文字 */
    .global-nav__list > li > a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 14px 0;
        color: #fff;
        font-weight: 600;
    }

    /* 親項目が子を持つ時：トグルボタンを横に置く */
    .global-nav__list > li.has-submenu {
        display: block;
    }

    .global-nav__list > li.has-submenu > a {
        padding-right: 0;
    }

    /* SPサブメニュー：縦並び + 左1em */
    .global-nav__list .sub-menu {
        display: none;          /* 開閉はJSで */
        padding-left: 1em;      /* ←依頼どおり */
        margin: 6px 0 10px;
    }

    .global-nav__list > li.has-submenu.is-open > .sub-menu {
        display: block;
    }

    .global-nav__list .sub-menu li {
        display: block;
        margin: 0;
    }

    .global-nav__list .sub-menu a {
        display: block;
        padding: 10px 0;
        color: rgba(255, 255, 255, 0.9);
        font-weight: 500;
    }
	.global-nav__list > li a {
		color: #fff;
	}
    /* 開いた時 */
    .global-nav.is-open {
        transform: translateX(0);
		margin-top: 80px;
    }
    /* SPではサブメニューを通常配置に戻す（画面外に飛ぶのを防止） */
    .global-nav__list > li > .sub-menu {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;

        width: auto !important;
        margin: 6px 0 10px !important;

        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        white-space: normal !important;
        gap: 0 !important;
        padding: 0 0 0 1em !important; /* ←左1em */
    }

    .global-nav__list > li.is-open > .sub-menu {
        display: block !important;
    }

    .global-nav__list > li > .sub-menu > li {
        display: block !important;
        margin: 0 0 0.5em !important;
    }	
	.global-nav__list > li > .sub-menu > li a {
		color: #fff;
	}
    .global-nav .sub-menu {
        display: block;         /* 縦並び */
        padding-left: 2em;       /* 左余白 */
        margin-top: 0.5em;
    }

    .global-nav .sub-menu li {
        display: block;
        margin-bottom: 0.5em;
    }

    .global-nav .sub-menu a {
        display: block;
        font-size: 0.95em;
		padding-left: 2em;       /* 左余白 */
        color: #fff;
        opacity: 0.9;
    }
	
	/* トグルボタン自体は常に“箱”で中央揃え */
	.submenu-toggle {
		appearance: none;
		border: 0;
		background: transparent;
		color: inherit;
		cursor: pointer;
		width: 44px;
		height: 44px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		line-height: 1;
	}

	/* “矢印”はSVG風に疑似要素で固定サイズの画像として作る */
	.submenu-toggle::before {
		content: "";
		display: block;
		width: 20px;
		height: 12px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 20px 20px;

		/* 下向き chevron（stroke）を data URI で埋め込み */
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M3 6l5 5 5-5' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	}

	/* 開いたら上向き（上下反転）※見た目が安定 */
	.global-nav__list > li.has-submenu.is-open > .submenu-toggle::before {
		transform: scaleY(-1);
	}

    /* ロゴは左固定 */
    .site-logo {
        margin: 0;
        flex: 0 0 auto;
    }

    /* ボタン群は「ロゴとハンバーガーの間」で伸縮 */
    .btn__wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;

        flex: 1 1 auto;

        /* ここが重要：absolute系を全て無効化 */
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin: 0;
        height: auto;
    }
	#a11yTools.btn__wrapper {
		position: relative;
	}
    /* ハンバーガーは右固定 */
    .hamburger {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: auto;

        width: 30px;
        height: 20px;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    .hamburger__bar {
        display: block;
        height: 2px;
        background: #1F2933;
        border-radius: 2px;
    }

}



/* スクロールロック（メニュー表示中にbodyへ付与） */
.body-lock {
    overflow: hidden;
    touch-action: none;
}

main.site-main {
	max-width: 1440px;
	padding: 0 20px;
	margin: auto;
}

.entry__content {
	padding-bottom: 60px;
}
footer.site-footer {
	background-color: #263238;
	color: #fff;
}
footer.site-footer .container {
	margin: auto;
	max-width: 1440px;
	padding: 38px 30px 9px;
}
footer.site-footer .container .sankyu_logo {
	display: flex;
	margin-top: -25px;
}
footer.site-footer .container .sankyu_logo img {
	margin-top: 25px;
	margin-right: 67px;
}
footer.site-footer .container .sankyu_logo h2 {
	font-family: "M PLUS Rounded 1c", sans-serif;	
	font-weight: 900;
}
footer.site-footer .container p {
	margin: 0;
	padding: 0;
}
footer.site-footer .container .copyright {
	text-align: center;
}
/* トップに戻る：浮動ボタン */
.back-to-top {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: transparent; /* 画像のみ表示 */
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    /* フッター手前で持ち上げるオフセット（JSで更新） */
    transform: translateY(calc(var(--bt-offset, 0px) * -1));
}
.back-to-top img {
    display: block;
    width: 60px;
    height: 60px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.back-to-top:hover img {
    transform: scale(1.06);
    opacity: 0.9;
}

/* 表示状態 */
.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
}

/* 非表示 */
.entry__meta,
.entry__footer,
.post-nav,
.comment-respond {
	display: none;
}
/* 低速回線・ユーザー設定配慮 */
@media (prefers-reduced-motion: reduce) {
    .back-to-top,
    .back-to-top img {
        transition: none;
    }
}


