/* /hoppy-tour/ 専用。既存の .hoppy-wp-v2 の色・書体・ボタンを継承。 */
.hoppy-tour [hidden] { display: none !important; }
.hoppy-tour-wrap { background: #fff; }
.hoppy-tour { --tour-cream: #efeee7; --tour-ink: #292a25; }
.hoppy-tour .tour-inner { width: 100%; max-width: 1200px; margin: 0 auto; }
.hoppy-tour .section { padding: 72px 5%; }
.hoppy-tour .tour-intro { padding-top: 32px; padding-bottom: 46px; }
.hoppy-tour .tour-breadcrumb { font-size: .75rem; color: var(--gray); margin-bottom: 28px; }
.hoppy-tour .tour-breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.hoppy-tour .tour-intro-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
.hoppy-tour #tour-title { font-size: clamp(1.9rem, 3.9vw, 3.15rem); font-weight: 900; line-height: 1.28; letter-spacing: -.035em; }
.hoppy-tour #tour-title span { color: var(--orange); }
.hoppy-tour .tour-intro-lead { font-size: .92rem; line-height: 1.9; color: var(--gray); padding-bottom: 5px; }
.hoppy-tour .tour-motty-intro { display: flex; align-items: center; gap: 22px; width: 100%; max-width: 700px; margin-top: 23px; padding: 10px 22px 10px 12px; border: 1px solid var(--border); border-radius: 8px; background: #fff; }
.hoppy-tour .tour-motty-intro > img { flex: 0 0 176px; width: 176px; height: 176px; object-fit: contain; }
.hoppy-tour .tour-motty-intro > div { min-width: 0; }
.hoppy-tour .tour-motty-intro p { font-size: .84rem; line-height: 1.8; color: var(--gray); }
.hoppy-tour .tour-motty-intro .tour-motty-intro-name { font-size: .96rem; color: var(--black); margin-bottom: 8px; }
.hoppy-tour .tour-promise { display: flex; flex-wrap: wrap; gap: 9px 20px; margin: 21px 0 26px; color: var(--gray); font-size: .76rem; }
.hoppy-tour .tour-promise li::before { content: '✓'; color: var(--orange); font-weight: 900; margin-right: 6px; }
.hoppy-tour .tour-layout { display: grid; grid-template-columns: minmax(0, 1fr) 286px; border: 1px solid var(--border); border-radius: 12px; box-shadow: 0 12px 38px rgba(32, 33, 24, .07); overflow: hidden; scroll-margin-top: 150px; }
.hoppy-tour .tour-viewer-column { min-width: 0; }
.hoppy-tour .tour-stage { position: relative; width: 100%; height: 530px; background: var(--tour-cream); isolation: isolate; }
.hoppy-tour .tour-poster { width: 100%; height: 100%; object-fit: contain; }
.hoppy-tour #tour-canvas { display: block; width: 100%; height: 100%; touch-action: pan-y; cursor: grab; }
.hoppy-tour #tour-canvas:active { cursor: grabbing; }
.hoppy-tour .tour-stage-top, .hoppy-tour .tour-stage-bottom { position: absolute; left: 20px; right: 20px; display: flex; align-items: center; justify-content: space-between; gap: 10px; pointer-events: none; z-index: 3; }
.hoppy-tour .tour-stage-top { top: 19px; }
.hoppy-tour .tour-live-label { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-en); font-size: .69rem; font-weight: 700; letter-spacing: .12em; background: rgba(255, 255, 255, .85); color: #45463e; border-radius: 30px; padding: 7px 12px; }
.hoppy-tour .tour-live-label i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
.hoppy-tour .tour-illustration-label { background: rgba(255, 255, 255, .9); font-size: .65rem; color: #555; padding: 6px 9px; border-radius: 5px; }
.hoppy-tour .tour-stage-bottom { bottom: 13px; font-size: .64rem; color: #42453c; }
.hoppy-tour .tour-stage-bottom span { background: rgba(255, 255, 255, .82); border-radius: 4px; padding: 5px 7px; }
.hoppy-tour .tour-start-card { position: absolute; left: 0; right: 0; bottom: 31px; text-align: center; z-index: 4; }
.hoppy-tour .tour-start-card .btn { box-shadow: 0 7px 26px rgba(100, 44, 18, .22); }
.hoppy-tour .tour-start-card p { font-size: .7rem; margin-top: 10px; color: #45483e; }
.hoppy-tour .tour-start-card a { display: inline-flex; align-items: center; min-height: 38px; font-size: .7rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.hoppy-tour .tour-load-card { position: absolute; inset: 0; padding: 30px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 17px; text-align: center; background: rgba(245, 244, 237, .95); z-index: 8; color: var(--tour-ink); }
.hoppy-tour .tour-load-card strong { font-size: 1rem; line-height: 1.6; }
.hoppy-tour .tour-load-card p, .hoppy-tour .tour-load-card a { font-size: .8rem; }
.hoppy-tour .tour-load-card a:not(.btn) { text-decoration: underline; text-underline-offset: 4px; min-height: 44px; display: inline-flex; align-items: center; }
.hoppy-tour .tour-error-card > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.hoppy-tour .tour-spinner { width: 26px; height: 26px; border: 2px solid #d9d9cf; border-top-color: var(--orange); border-radius: 50%; animation: hoppy-tour-spin 1s linear infinite; }
@keyframes hoppy-tour-spin { to { transform: rotate(360deg); } }
.hoppy-tour progress { display: block; appearance: none; height: 4px; border: 0; border-radius: 10px; overflow: hidden; background: #e2e2d9; }
.hoppy-tour progress::-webkit-progress-bar { background: #e2e2d9; }
.hoppy-tour progress::-webkit-progress-value { background: var(--orange); border-radius: 10px; }
.hoppy-tour progress::-moz-progress-bar { background: var(--orange); border-radius: 10px; }
.hoppy-tour #tour-load-progress { width: min(240px, 100%); }
.hoppy-tour .tour-hotspots, .hoppy-tour .tour-demo-labels { position: absolute; inset: 0; pointer-events: none; z-index: 2; }
.hoppy-tour .tour-hotspots button { position: absolute; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; border: 0; background: none; pointer-events: auto; cursor: pointer; min-width: 52px; min-height: 52px; color: #222; font-family: var(--font-ja); }
.hoppy-tour .tour-hotspots button span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--orange); border: 3px solid #fff; box-shadow: 0 2px 12px rgba(0, 0, 0, .16); color: #fff; font-family: var(--font-en); font-size: .77rem; font-weight: 700; }
.hoppy-tour .tour-hotspots button small { padding: 3px 6px; margin-top: 3px; background: rgba(255, 255, 255, .94); border-radius: 3px; font-size: .63rem; white-space: nowrap; }
.hoppy-tour .tour-demo-labels span { position: absolute; transform: translate(-50%, -50%); background: #fff; box-shadow: var(--shadow-sm); border-radius: 20px; padding: 5px 10px; font-size: .67rem; font-weight: 700; border: 2px solid var(--orange); white-space: nowrap; }
.hoppy-tour .tour-demo-labels [data-person="b"] { border-color: #377b70; }
.hoppy-tour .tour-demo-labels [data-person="trainer"] { border-color: #64635a; }
.hoppy-tour .tour-demo-labels [data-person="a"] { transform: translate(16px, 3px); }
.hoppy-tour .tour-demo-labels [data-person="b"] { transform: translate(-50%, -40px); }
.hoppy-tour .tour-demo-labels [data-person="trainer"] { transform: translate(calc(-100% - 18px), -2px); }
.hoppy-tour .tour-speech { position: absolute; transform: translate(-50%, -100%); background: #fff; border-radius: 12px; padding: 10px 18px; font-size: .82rem; font-weight: 700; box-shadow: var(--shadow-md); z-index: 4; pointer-events: none; }
.hoppy-tour .tour-photo-view { position: absolute; inset: 0; z-index: 5; display: flex; flex-direction: column; background: #23241f; }
.hoppy-tour .tour-photo-view img { width: 100%; height: calc(100% - 47px); object-fit: contain; flex: 1; min-height: 0; }
.hoppy-tour .tour-photo-view figcaption { flex: 0 0 auto; padding: 13px 17px; font-size: .76rem; color: #fff; background: #23241f; }
.hoppy-tour .tour-tools { display: flex; gap: 0; padding: 6px 12px; border-top: 1px solid var(--border); background: #fafaf8; }
.hoppy-tour .tour-tools button, .hoppy-tour .tour-locations button, .hoppy-tour .tour-playback-buttons button, .hoppy-tour .tour-motty-hello { font-family: var(--font-ja); font-size: .74rem; font-weight: 700; cursor: pointer; min-height: 44px; border: 0; background: transparent; color: var(--gray); }
.hoppy-tour .tour-tools button { padding: 8px 13px; border-radius: 5px; }
.hoppy-tour .tour-tools button[aria-pressed="true"] { background: #eee; color: var(--black); }
.hoppy-tour .tour-tools button:last-child { margin-left: auto; }
.hoppy-tour .tour-locations { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 10px 12px; gap: 6px; background: #fff; border-top: 1px solid var(--border); }
.hoppy-tour .tour-locations button { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: .73rem; border-radius: 5px; }
.hoppy-tour .tour-locations button span { font-family: var(--font-en); color: var(--gray-mid); font-size: .9rem; }
.hoppy-tour .tour-locations button[aria-pressed="true"] { background: #fff0e8; color: var(--orange-dark); }
.hoppy-tour .tour-locations button[aria-pressed="true"] span { color: var(--orange); }
.hoppy-tour .tour-guide { min-width: 0; display: flex; flex-direction: column; padding: 24px 23px 20px; background: #fff; border-left: 1px solid var(--border); }
.hoppy-tour .tour-guide-motty { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; }
.hoppy-tour .tour-guide-motty img { width: 61px; height: 68px; object-fit: contain; }
.hoppy-tour .tour-guide-name { font-weight: 700; font-size: .78rem; }
.hoppy-tour .tour-guide-motty div > span { font-family: var(--font-en); font-size: .57rem; letter-spacing: .12em; color: var(--gray-mid); }
.hoppy-tour .tour-step-label { font-family: var(--font-en); color: var(--orange); font-size: .7rem; font-weight: 700; letter-spacing: .13em; margin-bottom: 10px; }
.hoppy-tour .tour-guide-copy h2 { font-size: 1.42rem; font-weight: 900; line-height: 1.48; margin-bottom: 16px; letter-spacing: -.015em; }
.hoppy-tour .tour-guide-copy > p:last-child { font-size: .84rem; line-height: 1.95; color: var(--gray); }
.hoppy-tour .tour-playback { margin-top: auto; padding-top: 28px; }
.hoppy-tour .tour-progress-heading { display: flex; justify-content: space-between; gap: 6px; margin-bottom: 8px; font-size: .63rem; color: var(--gray-mid); }
.hoppy-tour #tour-progress { width: 100%; }
.hoppy-tour .tour-playback-buttons { display: grid; grid-template-columns: 40px minmax(0, 1fr) 40px; gap: 6px; margin-top: 12px; }
.hoppy-tour .tour-playback-buttons button { border: 1px solid var(--border); border-radius: 5px; color: var(--black); }
.hoppy-tour .tour-playback-buttons #tour-play { color: var(--orange-dark); background: #fff6f0; }
.hoppy-tour .tour-motty-hello { display: flex; align-items: center; justify-content: space-between; padding: 10px 2px; margin-top: 11px; border-bottom: 1px solid var(--border); font-size: .68rem; }
.hoppy-tour .tour-motty-hello span { color: var(--orange); font-size: 1rem; }
.hoppy-tour .tour-guide-cta { display: flex; align-items: center; justify-content: space-between; min-height: 44px; gap: 5px; font-size: .69rem; color: #178545; font-weight: 700; margin-top: 13px; }
.hoppy-tour button:disabled { opacity: .46; cursor: default; transform: none; }
.hoppy-tour button:not(:disabled):hover { filter: brightness(.96); }
.hoppy-tour :is(button, a, canvas):focus-visible { outline: 3px solid #126fac; outline-offset: 3px; }
.hoppy-tour .tour-model-note { margin-top: 15px; font-size: .7rem; color: #777; line-height: 1.8; }
.hoppy-tour .tour-noscript { padding: 20px; background: #fff0e8; margin-top: 14px; font-size: .85rem; }
.hoppy-tour .tour-distance-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 58px; align-items: center; }
.hoppy-tour .tour-demo-button { margin-top: 23px; font-size: .8rem; }
.hoppy-tour .tour-distance-card { border-radius: 8px; background: #fff; padding: 28px; display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 28px; border: 1px solid var(--border); }
.hoppy-tour .tour-ratio { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; gap: 6px; align-items: baseline; font-family: var(--font-en); font-size: 3.9rem; font-weight: 900; color: var(--orange); line-height: 1; }
.hoppy-tour .tour-ratio b { font-size: 2.4rem; color: #ccc; }
.hoppy-tour .tour-ratio small { flex-basis: 100%; font-family: var(--font-ja); font-size: .57rem; text-align: center; line-height: 1.8; color: #777; margin-top: 8px; }
.hoppy-tour .tour-distance-detail { border-left: 1px solid var(--border); padding-left: 25px; }
.hoppy-tour .tour-distance-detail h3 { font-size: .95rem; line-height: 1.7; margin-bottom: 9px; }
.hoppy-tour .tour-distance-detail p { font-size: .79rem; line-height: 1.9; color: var(--gray); }
.hoppy-tour .tour-distance-detail a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; color: var(--orange-dark); font-size: .7rem; margin-top: 5px; }
.hoppy-tour .tour-section-heading { display: flex; justify-content: space-between; gap: 25px; align-items: flex-end; margin-bottom: 30px; }
.hoppy-tour .tour-section-heading .section-lead { font-size: .83rem; }
.hoppy-tour .tour-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; }
.hoppy-tour .tour-photo-card { overflow: hidden; border-radius: 8px; border: 1px solid var(--border); background: #fff; transition: transform .2s ease; }
.hoppy-tour .tour-photo-card:hover { transform: translateY(-3px); }
.hoppy-tour .tour-photo-card > img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hoppy-tour .tour-photo-card > span { display: flex; align-items: center; gap: 9px; padding: 17px 18px; font-size: .79rem; font-weight: 700; }
.hoppy-tour .tour-photo-card b { color: var(--orange); font-family: var(--font-en); font-size: 1rem; }
.hoppy-tour .tour-photo-card i { font-style: normal; margin-left: auto; }
.hoppy-tour .tour-flow-lead { margin-top: 17px; font-size: .9rem; }
.hoppy-tour .tour-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin-top: 34px; list-style: none; }
.hoppy-tour .tour-flow li { border-top: 2px solid var(--orange); padding-top: 16px; }
.hoppy-tour .tour-flow li > span { color: var(--orange); font-family: var(--font-en); font-size: 1.5rem; font-weight: 700; }
.hoppy-tour .tour-flow h3 { font-size: .92rem; margin-top: 7px; margin-bottom: 8px; }
.hoppy-tour .tour-flow p { font-size: .79rem; color: var(--gray); line-height: 1.9; }
.hoppy-tour .tour-trainer { display: grid; grid-template-columns: 125px minmax(0, 1fr) 260px; gap: 28px; align-items: center; margin-top: 40px; padding: 26px; border-radius: 8px; border: 1px solid var(--border); background: #fff; }
.hoppy-tour .tour-trainer > img { width: 125px; height: 142px; object-fit: contain; border-radius: 6px; background: #f4f4f2; }
.hoppy-tour .tour-trainer h3 { font-size: 1.2rem; font-weight: 900; margin-bottom: 9px; }
.hoppy-tour .tour-trainer p:not(.section-label) { font-size: .8rem; color: var(--gray); line-height: 1.9; }
.hoppy-tour .tour-trainer a { display: inline-flex; align-items: center; min-height: 44px; font-size: .74rem; color: var(--orange-dark); font-weight: 700; }
.hoppy-tour .tour-bring { border-left: 1px solid var(--border); padding-left: 26px; }
.hoppy-tour .tour-bring b, .hoppy-tour .tour-bring > span { display: block; }
.hoppy-tour .tour-bring b { color: var(--black); margin-bottom: 7px; font-size: .87rem; }
.hoppy-tour .tour-final { text-align: center; background: #1e1e1e; color: #fff; }
.hoppy-tour .tour-final h2 { font-size: clamp(1.65rem, 3vw, 2.6rem); font-weight: 900; line-height: 1.5; letter-spacing: -.025em; }
.hoppy-tour .tour-final h2 span { color: #ff8959; }
.hoppy-tour .tour-keep-phrase { white-space: nowrap; font-weight: inherit; }
.hoppy-tour .tour-final h2 + p { margin-top: 21px; font-size: .87rem; color: #c8c8c8; }
.hoppy-tour .tour-final > div > .btn { margin-top: 29px; }
.hoppy-tour .tour-final-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px 28px; margin-top: 20px; }
.hoppy-tour .tour-final-links a { display: inline-flex; align-items: center; min-height: 44px; color: #ccc; font-size: .74rem; text-decoration: underline; text-underline-offset: 5px; }
.hoppy-tour .tour-stage:fullscreen { width: 100vw; height: 100dvh; }
.hoppy-tour .tour-viewer-column.is-expanded { position: fixed; inset: 12px; padding: 0; z-index: 1600; background: #fff; border-radius: 10px; box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .55); overflow-y: auto; }
.hoppy-tour .tour-viewer-column.is-expanded .tour-stage { height: calc(100dvh - 139px); min-height: 250px; }
.hoppy-tour .tour-viewer-column.is-expanded .tour-tools button:last-child { color: var(--orange-dark); }
@media (max-width: 1100px) {
  .hoppy-tour .tour-intro-heading { display: block; }
  .hoppy-tour .tour-intro-lead { margin-top: 17px; }
  .hoppy-tour .tour-stage { height: 470px; }
  .hoppy-tour .tour-layout { grid-template-columns: minmax(0, 1fr) 260px; }
  .hoppy-tour .tour-guide { padding: 22px 19px 18px; }
  .hoppy-tour .tour-distance-grid { gap: 25px; }
  .hoppy-tour .tour-distance-card { display: block; padding: 24px; }
  .hoppy-tour .tour-ratio { font-size: 3rem; padding-bottom: 20px; }
  .hoppy-tour .tour-distance-detail { padding-left: 0; padding-top: 17px; border-left: 0; border-top: 1px solid var(--border); }
  .hoppy-tour .tour-trainer { grid-template-columns: 105px minmax(0, 1fr); }
  .hoppy-tour .tour-trainer > img { width: 105px; }
  .hoppy-tour .tour-bring { grid-column: 2; padding-left: 0; border: 0; }
}
@media (max-width: 859px) {
  .hoppy-tour .section { padding: 44px 20px; }
  .hoppy-tour .tour-intro { padding-top: 22px; padding-bottom: 29px; }
  .hoppy-tour .tour-breadcrumb { margin-bottom: 23px; font-size: .68rem; }
  .hoppy-tour #tour-title { font-size: clamp(1.75rem, 6.8vw, 2.6rem); }
  .hoppy-tour .tour-intro-lead { font-size: .81rem; }
  .hoppy-tour .tour-motty-intro { gap: 11px; margin-top: 18px; padding: 10px 12px 10px 7px; }
  .hoppy-tour .tour-motty-intro > img { flex-basis: 140px; width: 140px; height: 140px; }
  .hoppy-tour .tour-motty-intro p { font-size: .72rem; line-height: 1.8; }
  .hoppy-tour .tour-motty-intro .tour-motty-intro-name { font-size: .8rem; line-height: 1.7; margin-bottom: 6px; }
  .hoppy-tour .tour-promise { gap: 6px 12px; font-size: .66rem; margin: 16px 0 22px; }
  .hoppy-tour .tour-layout { grid-template-columns: minmax(0, 1fr); border-radius: 8px; scroll-margin-top: 80px; }
  .hoppy-tour .tour-stage { height: auto; aspect-ratio: 1 / 1; max-height: 540px; }
  .hoppy-tour .tour-stage-top { left: 12px; right: 12px; top: 12px; flex-wrap: wrap; gap: 5px; }
  .hoppy-tour .tour-live-label { font-size: .59rem; padding: 5px 9px; }
  .hoppy-tour .tour-illustration-label { font-size: .54rem; }
  .hoppy-tour .tour-stage-bottom { left: 9px; right: 9px; bottom: 9px; font-size: .52rem; }
  .hoppy-tour .tour-hotspots button small { display: none; }
  .hoppy-tour .tour-start-card { bottom: 19px; }
  .hoppy-tour .tour-start-card .btn { font-size: .84rem; padding: 14px 20px; }
  .hoppy-tour .tour-start-card p { font-size: .6rem; }
  .hoppy-tour .tour-start-card a { font-size: .62rem; }
  .hoppy-tour .tour-tools { padding: 4px 7px; }
  .hoppy-tour .tour-tools button { padding: 8px; font-size: .65rem; }
  .hoppy-tour .tour-locations { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 7px; gap: 3px; }
  .hoppy-tour .tour-locations button { font-size: .72rem; }
  .hoppy-tour .tour-guide { border-left: 0; border-top: 1px solid var(--border); padding: 18px 20px 13px; }
  .hoppy-tour .tour-guide-motty { margin-bottom: 13px; gap: 11px; }
  .hoppy-tour .tour-guide-motty img { width: 43px; height: 49px; }
  .hoppy-tour .tour-guide-copy h2 { font-size: 1.22rem; margin-bottom: 9px; }
  .hoppy-tour .tour-guide-copy > p:last-child { font-size: .79rem; line-height: 1.85; }
  .hoppy-tour .tour-step-label { margin-bottom: 5px; font-size: .65rem; }
  .hoppy-tour .tour-playback { padding-top: 17px; }
  .hoppy-tour .tour-playback-buttons { margin-top: 9px; }
  .hoppy-tour .tour-motty-hello { margin-top: 5px; }
  .hoppy-tour .tour-guide-cta { margin-top: 5px; }
  .hoppy-tour .tour-distance-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .hoppy-tour .tour-distance-card { display: grid; grid-template-columns: 85px minmax(0, 1fr); gap: 18px; padding: 21px 17px; }
  .hoppy-tour .tour-ratio { padding-bottom: 0; font-size: 2.6rem; }
  .hoppy-tour .tour-ratio small { font-size: .49rem; }
  .hoppy-tour .tour-distance-detail { border-top: 0; padding-top: 0; border-left: 1px solid var(--border); padding-left: 17px; }
  .hoppy-tour .tour-distance-detail h3 { font-size: .83rem; }
  .hoppy-tour .tour-distance-detail p { font-size: .72rem; }
  .hoppy-tour .tour-distance-detail a { font-size: .65rem; }
  .hoppy-tour .tour-section-heading { display: block; margin-bottom: 22px; }
  .hoppy-tour .tour-section-heading .section-lead { margin-top: 13px; font-size: .78rem; }
  .hoppy-tour .tour-photo-grid { gap: 15px; grid-template-columns: minmax(0, 1fr); }
  .hoppy-tour .tour-photo-card { display: grid; grid-template-columns: 42% minmax(0, 1fr); min-height: 115px; }
  .hoppy-tour .tour-photo-card > img { height: 100%; aspect-ratio: auto; }
  .hoppy-tour .tour-photo-card > span { flex-wrap: wrap; padding: 14px; font-size: .75rem; gap: 4px; }
  .hoppy-tour .tour-photo-card b { flex-basis: 100%; font-size: .83rem; }
  .hoppy-tour .tour-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 20px; margin-top: 27px; }
  .hoppy-tour .tour-flow h3 { font-size: .81rem; }
  .hoppy-tour .tour-flow p { font-size: .73rem; }
  .hoppy-tour .tour-flow-lead { font-size: .79rem; }
  .hoppy-tour .tour-trainer { padding: 19px; gap: 17px; grid-template-columns: 75px minmax(0, 1fr); margin-top: 30px; }
  .hoppy-tour .tour-trainer > img { width: 75px; height: 110px; }
  .hoppy-tour .tour-trainer .section-label { font-size: .58rem; letter-spacing: .1em; }
  .hoppy-tour .tour-trainer h3 { font-size: .97rem; }
  .hoppy-tour .tour-trainer p:not(.section-label) { font-size: .72rem; }
  .hoppy-tour .tour-trainer a { font-size: .66rem; }
  .hoppy-tour .tour-bring { grid-column: 1 / -1; border-top: 1px solid var(--border); padding-top: 16px; }
  .hoppy-tour .tour-bring > span br { display: none; }
  .hoppy-tour .tour-final { padding-bottom: 53px; }
  .hoppy-tour .tour-final h2 + p { font-size: .77rem; }
  .hoppy-tour .tour-final .btn { font-size: .82rem; padding: 15px 20px; width: 100%; max-width: 370px; }
  .hoppy-tour .tour-final-links { gap: 0 20px; }
  .hoppy-tour .tour-final-links a { font-size: .68rem; }
}
@media (max-width: 380px) {
  .hoppy-tour .tour-motty-intro > img { flex-basis: 112px; width: 112px; height: 112px; }
}
@media (prefers-reduced-motion: reduce) {
  .hoppy-tour *, .hoppy-tour *::before, .hoppy-tour *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
