:root {
  --ory-ink: #171512;
  --ory-paper: #f4f0e8;
  --ory-red: #c73b2f;
  --ory-line: #d8d0c3;
  --ory-muted: #6f685f;
}

.ory-shopserve-wrapper-hidden { display: none !important; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ory-paper);
  color: var(--ory-ink);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.ory-brand { overflow: hidden; background: #f9f7f2; }
.ory-brand :where(h1,h2,h3,p,ul,blockquote) { margin-top: 0; }
.ory-brand__breadcrumb { max-width: 1280px; margin: auto; padding: 18px 32px; display: flex; gap: 10px; font-size: 12px; color: var(--ory-muted); }
.ory-brand__hero { min-height: 720px; display: grid; grid-template-columns: 48% 52%; max-width: 1440px; margin: auto; background: var(--ory-paper); }
.ory-brand__hero-copy { padding: 96px 5vw 72px; align-self: center; }
.ory-brand__eyebrow,.ory-brand__kicker { color: var(--ory-red); font-size: 12px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.ory-brand h1 { font-size: clamp(48px, 6vw, 88px); line-height: 1.02; letter-spacing: -.07em; margin: 24px 0 28px; }
.ory-brand h1 em { color: var(--ory-red); font-style: normal; }
.ory-brand__lead { max-width: 560px; font-size: clamp(18px, 2vw, 24px); font-weight: 700; line-height: 1.75; }
.ory-brand__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; }
.ory-brand__button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ory-ink); text-decoration: none; font-weight: 800; transition: transform .2s, background .2s; }
.ory-brand__button:hover { transform: translateY(-2px); }
.ory-brand__button.is-primary { background: var(--ory-red); border-color: var(--ory-red); color: #fff; }
.ory-brand__button.is-light { background: #fff; border-color: #fff; color: var(--ory-ink); }
.ory-brand__button.is-outline-light { border-color: #fff; color: #fff; }
.ory-brand__text-link { padding: 14px 4px; font-size: 14px; font-weight: 800; }
.ory-brand__text-link.is-white { color: #fff; }
.ory-brand__hero-visual { min-height: 640px; position: relative; background: #1d1a17; color: #fff; overflow: hidden; }
.ory-brand__hero-visual picture,.ory-brand__hero-visual img { width: 100%; height: 100%; display: block; }
.ory-brand__hero-visual img { object-fit: cover; object-position: center; }
.ory-brand__hero-mark { position: absolute; inset: -70px -35px auto auto; font-family: serif; font-size: 390px; color: rgba(255,255,255,.045); font-weight: 900; }
.ory-brand__hero-people { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; position: relative; }
.ory-brand__hero-visual > p { margin: 20px 0 0; color: #aca59c; font-size: 11px; letter-spacing: .1em; text-align: center; }
.ory-brand__definition { padding: 30px max(5vw,32px); background: var(--ory-ink); color: #fff; display: flex; align-items: center; justify-content: center; gap: 36px; }
.ory-brand__definition p { margin: 0; line-height: 1.8; }
.ory-brand__definition a { white-space: nowrap; color: #efb3aa; font-weight: 800; }
.ory-brand__gateway { background: #f9f7f2; }
.ory-brand__gateway-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.ory-brand__gateway-grid article,.ory-brand__gateway-card { min-height: 310px; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--ory-line); background: #fff; text-decoration: none; }
.ory-brand__gateway-grid .is-world { background: var(--ory-ink); color: #fff; }
.ory-brand__gateway-grid p { color: var(--ory-red); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.ory-brand__gateway-grid h3 { margin: 8px 0 14px; font-size: clamp(25px,3vw,38px); line-height: 1.25; }
.ory-brand__gateway-grid span { color: var(--ory-muted); line-height: 1.8; }
.ory-brand__gateway-grid .is-world span { color: #cfc8bf; }
.ory-brand__gateway-grid b { margin-top: auto; padding-top: 28px; color: var(--ory-red); font-size: 13px; }
.ory-brand__gateway-grid nav { margin-top: auto; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.ory-brand__gateway-grid nav a { padding: 8px 10px; border: 1px solid #57514b; color: #fff; font-size: 11px; font-weight: 800; text-decoration: none; }
.ory-brand__section { max-width: 1280px; margin: auto; padding: 120px 32px; }
.ory-brand__section h2,.ory-brand__story h2,.ory-brand__band h2,.ory-brand__consult h2,.ory-brand__world h2,.ory-brand__final h2 { font-size: clamp(36px,5vw,64px); line-height: 1.18; letter-spacing: -.05em; }
.ory-brand__welcome { display: grid; grid-template-columns: minmax(260px, .7fr) 1.3fr; gap: clamp(48px,8vw,120px); align-items: center; }
.ory-brand__portrait { color: #fff; padding: 28px; background: var(--ory-red); }
.ory-brand__portrait img { width: 100%; aspect-ratio: 4/5.2; object-fit: cover; object-position: top center; }
.ory-brand__welcome h2 { max-width: 820px; }
.ory-brand__message { max-width: 760px; font-size: 17px; line-height: 2; }
.ory-brand__ai-note { padding: 18px 22px; margin-top: 28px!important; border-left: 3px solid var(--ory-red); background: #efeae1; font-weight: 700; line-height: 1.8; }
.ory-brand__heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 52px; }
.ory-brand__heading h2 { margin-bottom: 0; }
.ory-brand__heading > p { max-width: 440px; line-height: 1.8; color: var(--ory-muted); }
.ory-brand__character-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.ory-brand__character { background: #fff; border-top: 5px solid var(--accent); box-shadow: 0 14px 45px rgba(44,34,22,.08); }
.ory-brand__character > img { width: 100%; aspect-ratio: 4/5.2; object-fit: cover; object-position: top center; background: #e6dfd4; }
.ory-brand__character-body { padding: 24px 20px 26px; }
.ory-brand__role { color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.ory-brand__character h3 { font-size: 27px; margin-bottom: 15px; }
.ory-brand__character h3 small { display: block; margin-top: 4px; color: var(--ory-muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.ory-brand__character-body > p:not(.ory-brand__role) { min-height: 92px; font-size: 13px; line-height: 1.75; }
.ory-brand__character ul { min-height: 64px; display: flex; flex-wrap: wrap; align-content: flex-start; gap: 6px; padding: 0; list-style: none; }
.ory-brand__character li { padding: 4px 8px; background: #f1ede6; font-size: 10px; font-weight: 700; }
.ory-brand__character blockquote { min-height: 98px; margin: 20px 0; padding: 14px 0 0; border-top: 1px solid var(--ory-line); font-size: 12px; line-height: 1.8; }
.ory-brand__card-link { display: block; padding: 14px; background: var(--ory-ink); color: #fff; text-align: center; text-decoration: none; font-size: 13px; font-weight: 900; }
.ory-brand__future-link { display: block; margin-top: 12px; color: #8a837b; font-size: 10px; text-align: center; }
.ory-brand__feelings { background: #ede8df; max-width: none; padding-inline: max(calc((100vw - 1216px)/2),32px); }
.ory-brand__feeling-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #bdb5aa; }
.ory-brand__feeling-grid a { min-height: 112px; padding: 24px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; column-gap: 12px; border-bottom: 1px solid #bdb5aa; text-decoration: none; transition: background .2s,color .2s; }
.ory-brand__feeling-grid a:hover { background: var(--ory-ink); color: #fff; }
.ory-brand__feeling-grid span { grid-row: 1/3; font-size: 11px; color: var(--ory-red); }
.ory-brand__feeling-grid strong { font-size: 17px; }
.ory-brand__feeling-grid small { color: var(--ory-muted); }
.ory-brand__feeling-grid b { grid-column: 3; grid-row: 1/3; font-size: 22px; }
.ory-brand__story { padding: 140px max(calc((100vw - 1040px)/2),32px); background: var(--ory-red); color: #fff; }
.ory-brand__story-intro > p:not(.ory-brand__kicker,.ory-brand__big-quote) { max-width: 680px; font-size: 18px; line-height: 2; }
.ory-brand__story .ory-brand__kicker { color: #ffd7d1; }
.ory-brand__big-quote { margin: 62px 0!important; font-family: serif; font-size: clamp(28px,4vw,52px); font-weight: 900; line-height: 1.65; }
.ory-brand__story details { border-top: 1px solid rgba(255,255,255,.45); border-bottom: 1px solid rgba(255,255,255,.45); }
.ory-brand__story summary { padding: 24px 0; display: flex; justify-content: space-between; cursor: pointer; font-weight: 800; list-style: none; }
.ory-brand__story-full { padding: 24px 0 48px; max-width: 800px; font-size: 16px; line-height: 2; }
.ory-brand__recommendations { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; }
.ory-brand__recommendations article { background: #fff; }
.ory-brand__recommendations article > img { width: 100%; aspect-ratio: 1; object-fit: cover; background: #eee; }
.ory-brand__rec-person { height: 54px; padding: 8px 12px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--ory-line); font-size: 12px; font-weight: 900; }
.ory-brand__rec-person > img { width: 34px; height: 38px; object-fit: cover; object-position: top center; }
.ory-brand__recommendations article > div:last-child { padding: 22px 18px; }
.ory-brand__saying { min-height: 72px; font-family: serif; font-size: 19px; font-weight: 900; line-height: 1.65; }
.ory-brand__recommendations article > div:last-child > p:not(.ory-brand__saying,.ory-brand__price) { min-height: 78px; color: var(--ory-muted); font-size: 12px; line-height: 1.7; }
.ory-brand__recommendations h3 { font-size: 14px; }
.ory-brand__price { font-weight: 900; }
.ory-brand__recommendations a { color: var(--ory-red); font-size: 13px; font-weight: 900; }
.ory-brand__band { max-width: 1440px; margin: auto; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--ory-ink); color: #fff; }
.ory-brand__band-visual { min-height: 600px; background: #211d1a; }
.ory-brand__band-visual > img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center; }
.ory-brand__band > div:last-child { align-self: center; padding: 70px 6vw; }
.ory-brand__band > div:last-child > p:not(.ory-brand__kicker) { line-height: 2; color: #ccc4bb; }
.ory-brand__band small { display: block; margin-top: 15px; color: #8c847b; }
.ory-brand__consult { max-width: 1180px; margin: 120px auto; padding: 72px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: center; background: #e7e0d5; }
.ory-brand__consult > div:first-child > p:not(.ory-brand__kicker) { max-width: 680px; font-size: 17px; line-height: 1.9; }
.ory-brand__consult ul { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
.ory-brand__consult li { padding: 8px 12px; background: #fff; font-size: 12px; font-weight: 800; }
.ory-brand__consult-image { width: 100%; aspect-ratio: 4/5.2; object-fit: cover; object-position: top center; background: var(--ory-red); }
.ory-brand__custom { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.ory-brand__custom > div:first-child p:last-child { font-size: 16px; line-height: 1.9; }
.ory-brand__custom-links { border-top: 1px solid var(--ory-line); }
.ory-brand__custom-links a { padding: 28px 4px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; border-bottom: 1px solid var(--ory-line); text-decoration: none; }
.ory-brand__custom-links span { color: var(--ory-red); font-size: 12px; }
.ory-brand__custom-links strong { font-size: 20px; }
.ory-brand__custom-links small { font-weight: 800; }
.ory-brand__world { padding: 120px 32px; background: #ded6c9; text-align: center; }
.ory-brand__world > p:last-child { max-width: 800px; margin: 32px auto 0; line-height: 1.9; }
.ory-brand__world-flow { display: flex; justify-content: center; align-items: center; gap: 32px; margin: 50px auto; }
.ory-brand__world-flow span { min-width: 210px; padding: 26px; background: #fff; font-weight: 900; }
.ory-brand__world-flow small { color: var(--ory-muted); font-weight: 500; }
.ory-brand__world-flow b { color: var(--ory-red); font-size: 28px; }
.ory-brand__faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.ory-brand__faq details { border-top: 1px solid var(--ory-line); }
.ory-brand__faq details:last-child { border-bottom: 1px solid var(--ory-line); }
.ory-brand__faq summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; font-weight: 900; cursor: pointer; list-style: none; }
.ory-brand__faq details p { padding: 0 30px 24px 0; line-height: 1.9; color: var(--ory-muted); }
.ory-brand__final { padding: 110px 32px; background: var(--ory-red); color: #fff; text-align: center; }
.ory-brand__final .ory-brand__kicker { color: #ffd2cc; }
.ory-brand__final > p:not(.ory-brand__kicker) { line-height: 2; }
.ory-brand__final-people { max-width: 700px; margin: 0 auto 56px; display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; }
.ory-brand__final-people img { width: 100%; height: 100%; min-height: 100px; aspect-ratio: 3/4; object-fit: cover; object-position: top center; border: 1px solid rgba(255,255,255,.28); }
.ory-brand__final .ory-brand__actions { justify-content: center; }

/* Mobile first: 0px〜679pxを基準にし、広い画面だけを下のmin-widthで拡張する。 */
.ory-brand__breadcrumb { padding: 14px 20px; }
.ory-brand__hero { min-height: auto; grid-template-columns: 1fr; }
.ory-brand__hero-copy { padding: 42px 20px 34px; }
.ory-brand h1 { font-size: 49px; }
.ory-brand__lead { font-size: 17px; }
.ory-brand__actions { align-items: stretch; }
.ory-brand__actions .ory-brand__button { width: 100%; }
.ory-brand__actions .ory-brand__text-link { text-align: center; }
.ory-brand__hero-visual { min-height: 340px; padding: 28px 16px 20px; }
.ory-brand__hero-people { gap: 4px; }
.ory-brand__definition { padding: 24px 20px; display: block; }
.ory-brand__definition a { display: inline-block; margin-top: 12px; }
.ory-brand__section { padding: 82px 20px; }
.ory-brand__gateway-grid { grid-template-columns: 1fr; }
.ory-brand__section h2,.ory-brand__story h2,.ory-brand__band h2,.ory-brand__consult h2,.ory-brand__world h2,.ory-brand__final h2 { font-size: 36px; }
.ory-brand__welcome { grid-template-columns: 1fr; gap: 42px; }
.ory-brand__portrait { max-width: 330px; }
.ory-brand__heading { align-items: start; flex-direction: column; margin-bottom: 34px; }
.ory-brand__character-grid,.ory-brand__recommendations { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 16px; margin-right: -20px; }
.ory-brand__character,.ory-brand__recommendations article { min-width: 82vw; scroll-snap-align: start; }
.ory-brand__feelings { padding-inline: 20px; }
.ory-brand__feeling-grid { grid-template-columns: 1fr; }
.ory-brand__story { padding: 90px 20px; }
.ory-brand__big-quote { font-size: 28px; }
.ory-brand__recommendations article > div:last-child > p:not(.ory-brand__saying,.ory-brand__price) { min-height: auto; }
.ory-brand__band { grid-template-columns: 1fr; }
.ory-brand__band-visual { min-height: 390px; }
.ory-brand__band > div:last-child { padding: 68px 20px; }
.ory-brand__consult { margin: 70px 20px; padding: 42px 20px; grid-template-columns: 1fr; gap: 40px; }
.ory-brand__custom,.ory-brand__faq { grid-template-columns: 1fr; gap: 36px; }
.ory-brand__custom-links a { grid-template-columns: 38px 1fr; row-gap: 10px; }
.ory-brand__custom-links small { grid-column: 2; }
.ory-brand__world { padding: 85px 20px; }
.ory-brand__world-flow { flex-direction: column; gap: 12px; }
.ory-brand__world-flow b { transform: rotate(90deg); }
.ory-brand__faq { gap: 20px; }
.ory-brand__final { padding: 82px 20px; }
.ory-brand__final-people { gap: 4px; margin-bottom: 42px; }

@media (min-width: 680px) {
  .ory-brand__breadcrumb { padding: 18px 32px; }
  .ory-brand__hero-copy { padding: 62px 32px; }
  .ory-brand h1 { font-size: clamp(56px, 7vw, 82px); }
  .ory-brand__lead { font-size: 21px; }
  .ory-brand__actions { align-items: center; }
  .ory-brand__actions .ory-brand__button { width: auto; }
  .ory-brand__actions .ory-brand__text-link { text-align: left; }
  .ory-brand__hero-visual { min-height: 480px; padding: 42px 32px 28px; }
  .ory-brand__hero-people { gap: 8px; }
  .ory-brand__definition { padding: 30px 32px; display: flex; }
  .ory-brand__definition a { margin-top: 0; }
  .ory-brand__section { padding: 100px 32px; }
  .ory-brand__gateway-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ory-brand__section h2,.ory-brand__story h2,.ory-brand__band h2,.ory-brand__consult h2,.ory-brand__world h2,.ory-brand__final h2 { font-size: clamp(44px,5vw,64px); }
  .ory-brand__heading { align-items: end; flex-direction: row; margin-bottom: 52px; }
  .ory-brand__character-grid,.ory-brand__recommendations { display: grid; overflow: visible; margin-right: 0; padding-bottom: 0; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ory-brand__character,.ory-brand__recommendations article { min-width: 0; }
  .ory-brand__feeling-grid { grid-template-columns: repeat(2,1fr); }
  .ory-brand__story { padding: 120px max(calc((100vw - 1040px)/2),32px); }
  .ory-brand__big-quote { font-size: clamp(34px,4vw,52px); }
  .ory-brand__consult { margin: 100px 32px; padding: 60px; }
  .ory-brand__custom-links a { grid-template-columns: 50px 1fr auto; }
  .ory-brand__custom-links small { grid-column: auto; }
  .ory-brand__world-flow { flex-direction: row; gap: 24px; }
  .ory-brand__world-flow b { transform: none; }
}

@media (min-width: 980px) {
  .ory-brand__hero { min-height: 720px; grid-template-columns: 48% 52%; }
  .ory-brand__hero-copy { padding: 96px 5vw 72px; }
  .ory-brand__hero-visual { min-height: 640px; padding: 48px 4vw 32px; }
  .ory-brand__section { padding: 120px 32px; }
  .ory-brand__welcome { grid-template-columns: minmax(260px,.7fr) 1.3fr; gap: clamp(48px,8vw,120px); }
  .ory-brand__character-grid,.ory-brand__recommendations { grid-template-columns: repeat(5,minmax(0,1fr)); }
  .ory-brand__feeling-grid { grid-template-columns: repeat(3,1fr); }
  .ory-brand__band { grid-template-columns: 1.1fr .9fr; }
  .ory-brand__band-visual { min-height: 600px; }
  .ory-brand__consult { max-width: 1180px; margin: 120px auto; grid-template-columns: 1.3fr .7fr; gap: 70px; padding: 72px; }
  .ory-brand__custom { grid-template-columns: .8fr 1.2fr; gap: 80px; }
  .ory-brand__faq { grid-template-columns: .7fr 1.3fr; gap: 80px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ory-brand__button { transition: none; }
}

/* 本店TOP */
.ory-top { background:#f7f3eb; color:var(--ory-ink); overflow:hidden; }
.ory-top :where(h1,h2,h3,p,blockquote) { margin-top:0; }
.ory-top__hero { min-height:760px; display:grid; grid-template-columns:46% 54%; background:#171512; color:#fff; }
.ory-top__hero-copy { padding:110px max(5vw,40px); align-self:center; }
.ory-top__eyebrow,.ory-top__section-heading>p,.ory-top__brand-message>div>p,.ory-top__support p { color:#e9695c; font-size:11px; font-weight:900; letter-spacing:.2em; }
.ory-top__hero h1 { margin:20px 0 28px; font-size:clamp(72px,9vw,132px); line-height:.92; letter-spacing:-.08em; }
.ory-top__hero-copy>p:not(.ory-top__eyebrow) { max-width:570px; color:#d4ccc2; font-size:18px; line-height:2; }
.ory-top__hero-image,.ory-top__hero-image img { width:100%; height:100%; min-height:760px; display:block; }
.ory-top__hero-image img { object-fit:cover; }
.ory-top__actions { margin-top:38px; display:flex; flex-wrap:wrap; gap:10px; }
.ory-top__actions a { min-height:58px; padding:0 26px; display:inline-flex; align-items:center; border:1px solid #77706a; color:#fff; font-weight:900; text-decoration:none; }
.ory-top__actions .is-primary { background:var(--ory-red); border-color:var(--ory-red); }
.ory-top__doors,.ory-top__categories { max-width:1280px; margin:auto; padding:120px 32px; }
.ory-top__section-heading { max-width:760px; margin-bottom:50px; }
.ory-top__section-heading h2,.ory-top__brand-message h2,.ory-top__support h2 { margin-bottom:0; font-size:clamp(40px,5vw,68px); line-height:1.2; letter-spacing:-.055em; }
.ory-top__door-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.ory-top__door-grid>a { min-height:370px; padding:30px; display:flex; flex-direction:column; background:#fff; border-top:5px solid var(--ory-red); text-decoration:none; }
.ory-top__door-grid>a.is-world { background:#171512; color:#fff; }
.ory-top__door-grid span { color:var(--ory-red); font-size:11px; font-weight:900; }
.ory-top__door-grid h3 { margin:38px 0 18px; font-size:28px; line-height:1.3; }
.ory-top__door-grid p { color:var(--ory-muted); font-size:13px; line-height:1.8; }
.ory-top__door-grid .is-world p { color:#bbb3aa; }
.ory-top__door-grid b { margin-top:auto; color:var(--ory-red); font-size:12px; }
.ory-top__categories { max-width:none; padding-inline:max(calc((100vw - 1216px)/2),32px); background:#e9e3d9; }
.ory-top__category-grid { display:grid; grid-template-columns:repeat(2,1fr); border-top:1px solid #bcb3a7; }
.ory-top__category-grid a { min-height:110px; padding:22px; display:grid; grid-template-columns:42px 1fr auto; gap:12px; align-items:center; border-bottom:1px solid #bcb3a7; text-decoration:none; }
.ory-top__category-grid a:nth-child(odd) { border-right:1px solid #bcb3a7; }
.ory-top__category-grid span { color:var(--ory-red); font-size:11px; }
.ory-top__category-grid strong,.ory-top__category-grid small { display:block; }
.ory-top__category-grid strong { font-size:20px; }
.ory-top__category-grid small { margin-top:6px; color:var(--ory-muted); }
.ory-top__all-link { margin-top:34px; display:inline-block; color:var(--ory-red); font-weight:900; }
.ory-top__brand-message { max-width:1180px; margin:120px auto; display:grid; grid-template-columns:.7fr 1.3fr; gap:80px; align-items:center; }
.ory-top__brand-message>img { width:100%; aspect-ratio:4/5; object-fit:cover; object-position:top; background:var(--ory-red); }
.ory-top__brand-message blockquote { margin:34px 0; padding-left:24px; border-left:3px solid var(--ory-red); font-family:serif; font-size:22px; line-height:1.8; }
.ory-top__brand-message a { color:var(--ory-red); font-weight:900; }
.ory-top__support { padding:90px max(calc((100vw - 1180px)/2),32px); display:flex; justify-content:space-between; align-items:center; gap:50px; background:var(--ory-red); color:#fff; }
.ory-top__support p { color:#ffd2cc; }
.ory-top__support span { display:block; max-width:650px; margin-top:20px; line-height:1.8; }
.ory-top__support>a { min-height:58px; padding:0 26px; display:inline-flex; align-items:center; background:#fff; color:var(--ory-ink); font-weight:900; text-decoration:none; white-space:nowrap; }

/* 簡易版 俺流ワールド */
.ory-world-simple { background:#f7f3eb; color:var(--ory-ink); overflow:hidden; }
.ory-world-simple :where(h1,h2,p,figure) { margin-top:0; }
.ory-world-simple__breadcrumb { max-width:1280px; margin:auto; padding:16px 24px; display:flex; gap:8px; color:var(--ory-muted); font-size:11px; }
.ory-world-simple__hero { min-height:680px; position:relative; background:#171512; color:#fff; }
.ory-world-simple__hero picture,.ory-world-simple__hero picture img { width:100%; height:100%; position:absolute; inset:0; display:block; }
.ory-world-simple__hero img { object-fit:cover; }
.ory-world-simple__hero:after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.05)); }
.ory-world-simple__hero>div { max-width:1280px; margin:auto; padding:150px 32px; position:relative; z-index:1; }
.ory-world-simple__hero p,.ory-world-simple__members>p,.ory-world-simple__story p,.ory-world-simple__coming>p { color:#ed776b; font-size:11px; font-weight:900; letter-spacing:.2em; }
.ory-world-simple__hero h1 { margin:22px 0 28px; font-size:clamp(64px,8vw,112px); line-height:.98; letter-spacing:-.075em; }
.ory-world-simple__hero span { font-size:17px; font-weight:800; }
.ory-world-simple__intro { max-width:1000px; margin:auto; padding:110px 32px; text-align:center; }
.ory-world-simple__intro p { color:var(--ory-red); font-weight:900; }
.ory-world-simple__intro h2 { font-size:clamp(38px,6vw,68px); letter-spacing:-.055em; }
.ory-world-simple__intro span { color:var(--ory-muted); line-height:1.9; }
.ory-world-simple__contents { max-width:1180px; margin:auto; padding:0 32px 120px; border-top:1px solid var(--ory-line); }
.ory-world-simple__contents>a { min-height:150px; padding:30px 10px; display:grid; grid-template-columns:70px 1fr auto; gap:25px; align-items:center; border-bottom:1px solid var(--ory-line); text-decoration:none; }
.ory-world-simple__contents>a>span { color:var(--ory-red); font-size:11px; }
.ory-world-simple__contents small { color:var(--ory-red); font-size:10px; font-weight:900; letter-spacing:.16em; }
.ory-world-simple__contents h2 { margin:5px 0 8px; font-size:32px; }
.ory-world-simple__contents p { margin-bottom:0; color:var(--ory-muted); line-height:1.7; }
.ory-world-simple__contents b { color:var(--ory-red); font-size:26px; }
.ory-world-simple__story { max-width:1180px; margin:auto; display:grid; grid-template-columns:1.3fr .7fr; background:#171512; color:#fff; }
.ory-world-simple__story>div { padding:80px; align-self:center; }
.ory-world-simple__story h2,.ory-world-simple__members h2,.ory-world-simple__coming h2 { font-size:clamp(38px,5vw,62px); line-height:1.25; letter-spacing:-.055em; }
.ory-world-simple__story span { color:#c7bfb5; line-height:2; }
.ory-world-simple__story img { width:100%; height:100%; object-fit:cover; object-position:top; background:var(--ory-red); }
.ory-world-simple__members { max-width:1180px; margin:auto; padding:120px 32px; }
.ory-world-simple__members>div { margin-top:45px; display:grid; grid-template-columns:repeat(5,1fr); gap:10px; }
.ory-world-simple__members figure { background:#fff; }
.ory-world-simple__members img { width:100%; aspect-ratio:3/4; object-fit:cover; object-position:top; }
.ory-world-simple__members figcaption { padding:16px; font-weight:900; text-align:center; }
.ory-world-simple__coming { max-width:1180px; margin:auto; padding:80px 32px; border-top:1px solid var(--ory-line); }
.ory-world-simple__coming span { color:var(--ory-muted); }
.ory-world-simple__footer { margin-top:80px; padding:90px 32px; background:var(--ory-red); color:#fff; text-align:center; }
.ory-world-simple__footer>p { font-size:24px; font-weight:900; }
.ory-world-simple__footer>div { display:flex; justify-content:center; gap:10px; margin-top:28px; }
.ory-world-simple__footer a { min-height:54px; padding:0 22px; display:inline-flex; align-items:center; border:1px solid #fff; color:#fff; font-weight:900; text-decoration:none; }
.ory-world-simple__footer a:first-child { background:#fff; color:var(--ory-ink); }

@media (max-width: 679px) {
  .ory-top__hero { grid-template-columns:1fr; }
  .ory-top__hero-copy { padding:58px 20px 42px; }
  .ory-top__hero h1 { font-size:70px; }
  .ory-top__hero-image,.ory-top__hero-image img { min-height:360px; }
  .ory-top__actions a { width:100%; justify-content:center; }
  .ory-top__doors,.ory-top__categories { padding:80px 20px; }
  .ory-top__door-grid,.ory-top__category-grid { grid-template-columns:1fr; }
  .ory-top__door-grid>a { min-height:300px; }
  .ory-top__category-grid a:nth-child(odd) { border-right:0; }
  .ory-top__brand-message { margin:70px 20px; grid-template-columns:1fr; gap:40px; }
  .ory-top__brand-message>img { max-width:320px; }
  .ory-top__support { padding:70px 20px; align-items:flex-start; flex-direction:column; }
  .ory-world-simple__hero { min-height:560px; }
  .ory-world-simple__hero:after { background:linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.08)); }
  .ory-world-simple__hero>div { padding:300px 20px 55px; }
  .ory-world-simple__hero h1 { font-size:58px; }
  .ory-world-simple__intro { padding:80px 20px; text-align:left; }
  .ory-world-simple__contents { padding:0 20px 80px; }
  .ory-world-simple__contents>a { grid-template-columns:38px 1fr; gap:10px; }
  .ory-world-simple__contents b { display:none; }
  .ory-world-simple__story { margin:0 20px; grid-template-columns:1fr; }
  .ory-world-simple__story>div { padding:50px 22px; }
  .ory-world-simple__story img { max-height:420px; }
  .ory-world-simple__members { padding:80px 20px; }
  .ory-world-simple__members>div { display:flex; overflow-x:auto; }
  .ory-world-simple__members figure { min-width:62vw; }
  .ory-world-simple__coming { padding:65px 20px; }
  .ory-world-simple__footer>div { flex-direction:column; }
  .ory-world-simple__footer a { justify-content:center; }
}

/* スマホを基準にしたカテゴリー選択ページ */
.ory-categories { min-height: 100vh; overflow: hidden; background: #f7f3eb; color: var(--ory-ink); }
.ory-categories__hero { min-height: 600px; position: relative; background: #171512; color: #fff; }
.ory-categories__hero picture,.ory-categories__hero img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; }
.ory-categories__hero img { object-fit: cover; object-position: center top; }
.ory-categories__hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom,rgba(0,0,0,.08) 30%,rgba(0,0,0,.9) 100%); }
.ory-categories__hero-copy { position: absolute; z-index: 1; left: 20px; right: 20px; bottom: 34px; }
.ory-categories__hero-copy p { margin-bottom: 12px; color: #ef8b7f; font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.ory-categories__hero-copy h1 { margin: 0 0 14px; font-size: clamp(42px,13vw,60px); line-height: 1.08; letter-spacing: -.06em; }
.ory-categories__hero-copy span { font-size: 14px; font-weight: 700; }
.ory-categories__back { padding: 14px 20px; display: flex; gap: 8px; color: #6f685f; font-size: 11px; }
.ory-categories__intro { padding: 64px 20px 32px; }
.ory-categories__intro p { color: #6f685f; font-size: 13px; }
.ory-categories__intro h2 { margin: 12px 0 0; font-size: 31px; line-height: 1.4; letter-spacing: -.04em; }
.ory-categories__buttons { padding: 0 14px 70px; display: grid; gap: 10px; }
.ory-categories__buttons a { min-height: 136px; padding: 18px; padding-right: 96px; display: grid; grid-template-columns: 38px 1fr auto; grid-template-rows: 1fr auto; align-items: center; gap: 4px 10px; position: relative; overflow: hidden; isolation: isolate; background: var(--cat-color); color: #fff; border-radius: 4px; text-decoration: none; box-shadow: 0 8px 24px rgba(35,27,20,.13); }
.ory-categories__buttons a::before { content: ""; position: absolute; width: 110px; height: 110px; right: -35px; top: -55px; border: 20px solid rgba(255,255,255,.08); border-radius: 50%; }
.ory-categories__buttons a::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,var(--cat-color) 0%,var(--cat-color) 54%,transparent 82%); }
.ory-categories__buttons a > img { width: 130px; height: 100%; position: absolute; z-index: -2; top: 0; right: 0; object-fit: cover; object-position: top center; filter: saturate(.82) contrast(1.06); }
.ory-categories__number { grid-row: 1/3; align-self: start; padding-top: 5px; font-size: 10px; font-weight: 900; opacity: .7; }
.ory-categories__label strong { display: block; font-size: 22px; letter-spacing: -.02em; }
.ory-categories__label small { display: block; margin-top: 5px; color: rgba(255,255,255,.77); font-size: 11px; }
.ory-categories__guide { grid-column: 2; align-self: end; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.ory-categories__buttons b { grid-column: 3; grid-row: 1/3; font-size: 26px; }
.ory-categories__all { padding: 70px 20px; background: var(--ory-red); color: #fff; text-align: center; }
.ory-categories__all p { margin-bottom: 8px; font-size: 12px; font-weight: 800; }
.ory-categories__all h2 { margin-bottom: 28px; font-size: 28px; }
.ory-categories__all a { min-height: 56px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; background: #fff; color: var(--ory-ink); font-weight: 900; text-decoration: none; }
.ory-categories__footer { display: grid; grid-template-columns: 1fr 1fr; }
.ory-categories__footer a { min-height: 70px; display: flex; align-items: center; justify-content: center; background: var(--ory-ink); color: #fff; border-right: 1px solid #48423d; font-size: 12px; font-weight: 900; text-decoration: none; }

@media (min-width: 680px) {
  .ory-categories__hero { min-height: 640px; }
  .ory-categories__hero-copy { left: max(calc((100vw - 1180px)/2),40px); bottom: 60px; }
  .ory-categories__hero-copy h1 { font-size: 72px; }
  .ory-categories__back,.ory-categories__intro,.ory-categories__buttons { max-width: 1180px; margin-inline: auto; }
  .ory-categories__intro { padding: 90px 32px 42px; }
  .ory-categories__buttons { padding-inline: 32px; grid-template-columns: repeat(2,1fr); gap: 14px; }
}

@media (min-width: 980px) {
  .ory-categories__buttons { grid-template-columns: repeat(2,1fr); }
  .ory-categories__buttons a { min-height: 140px; padding: 25px; }
  .ory-categories__label strong { font-size: 28px; }
}

/* 2026 TOP art direction: editorial, raw, modern */
.ory-top {
  --ory-black: #11100e;
  --ory-paper: #f1ede4;
  --ory-signal: #d83228;
  background: var(--ory-paper);
}
.ory-top__hero {
  min-height: min(900px, 92vh);
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
  background: var(--ory-black);
  color: #fff;
}
.ory-top__hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11,10,8,.97) 0%, rgba(11,10,8,.84) 31%, rgba(11,10,8,.08) 67%),
    linear-gradient(0deg, rgba(11,10,8,.72), transparent 42%);
}
.ory-top__hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.28);
  pointer-events: none;
}
.ory-top__hero-image,
.ory-top__hero-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  position: absolute;
  inset: 0;
  display: block;
}
.ory-top__hero-image img {
  object-fit: cover;
  object-position: center top;
  filter: saturate(.82) contrast(1.08);
}
.ory-top__hero-topline {
  position: absolute;
  z-index: 3;
  top: 40px;
  left: 52px;
  right: 52px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .23em;
}
.ory-top__hero-copy {
  width: min(660px, 58vw);
  padding: 0;
  position: absolute;
  z-index: 3;
  left: max(5vw, 64px);
  top: 49%;
  transform: translateY(-50%);
}
.ory-top__hero-copy .ory-top__eyebrow {
  margin: 0 0 18px;
  color: #f0786f;
  font-size: 11px;
  letter-spacing: .24em;
}
.ory-top__hero h1 {
  margin: 0;
  font-size: clamp(82px, 10vw, 154px);
  line-height: .8;
  letter-spacing: -.095em;
}
.ory-top__hero h1 span,
.ory-top__hero h1 strong { display: block; }
.ory-top__hero h1 span {
  color: transparent;
  -webkit-text-stroke: 1.5px #fff;
}
.ory-top__hero h1 strong { font-weight: 950; }
.ory-top__hero-copy > p:last-child {
  margin: 34px 0 0 7px;
  max-width: 480px;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
}
.ory-top__hero-actions {
  width: min(630px, 54vw);
  position: absolute;
  z-index: 3;
  left: max(5vw, 64px);
  bottom: 46px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ory-top__hero-actions a {
  min-height: 82px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 6px;
  border: 1px solid rgba(255,255,255,.38);
  color: #fff;
  text-decoration: none;
  transition: transform .25s, background .25s;
}
.ory-top__hero-actions a + a { border-left: 0; }
.ory-top__hero-actions a:hover { transform: translateY(-4px); background: #fff; color: var(--ory-black); }
.ory-top__hero-actions .is-primary { background: var(--ory-signal); border-color: var(--ory-signal); }
.ory-top__hero-actions small { grid-column: 1 / 3; font-size: 9px; letter-spacing: .18em; opacity: .7; }
.ory-top__hero-actions b { font-size: 15px; }
.ory-top__hero-actions span { font-size: 20px; }
.ory-top__hero-side {
  margin: 0;
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 43px;
  writing-mode: vertical-rl;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .3em;
}
.ory-top__ticker {
  overflow: hidden;
  border-bottom: 1px solid #bdb6aa;
  background: var(--ory-paper);
}
.ory-top__ticker > div {
  min-width: max-content;
  padding: 18px 3vw;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}
.ory-top__ticker i { color: var(--ory-signal); font-size: 7px; }
.ory-top__ticker b { margin-left: 30px; font-size: 15px; }
.ory-top__updates {
  background: var(--ory-black);
  border-bottom: 1px solid #38342e;
}
.ory-top__notice {
  border: 0;
  border-bottom: 1px solid #38342e;
  background: var(--ory-signal);
}
.ory-top__notice b { color: #fff; }
.ory-top__news { padding-top: 82px; padding-bottom: 96px; }
.ory-top__news-heading > div > span,
.ory-top__section-heading > span {
  display: block;
  max-width: 520px;
  margin-top: 18px;
  color: #857e73;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700;
}
.ory-top__news-heading h2 { font-size: clamp(42px, 5vw, 74px); letter-spacing: -.06em; }
.ory-top__news-list {
  margin-top: 48px;
  border-top: 1px solid #3d3933;
}
.ory-top__news-list a {
  min-height: 112px;
  padding: 18px 4px;
  grid-template-columns: 120px 1fr auto;
  border-color: #3d3933;
}
.ory-top__news-list a:hover { padding-left: 18px; background: #201e1a; }
.ory-top__news-list strong { font-size: clamp(18px,2vw,27px); }
.ory-top__doors,
.ory-top__categories { padding-top: 120px; padding-bottom: 130px; }
.ory-top__section-heading h2 { font-size: clamp(44px,6vw,82px); line-height: 1.08; letter-spacing: -.07em; }
.ory-top__door-grid { margin-top: 65px; gap: 1px; background: #958e83; }
.ory-top__door-grid > a {
  min-height: 410px;
  background: var(--ory-paper);
  border: 0;
  transition: color .25s, background .25s, transform .25s;
}
.ory-top__door-grid > a:hover { z-index: 1; transform: translateY(-8px); background: var(--ory-black); color: #fff; }
.ory-top__door-grid > a.is-world { background: var(--ory-signal); color: #fff; }
.ory-top__door-grid h3 { font-size: clamp(29px,3vw,43px); }
.ory-top__banner-directory {
  margin-top: 68px;
  display: grid;
  gap: 92px;
}
.ory-top__banner-entry {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, .68fr);
  align-items: center;
  gap: clamp(30px,5vw,78px);
}
.ory-top__banner-entry:nth-child(even) {
  grid-template-columns: minmax(300px, .68fr) minmax(0, 1.65fr);
}
.ory-top__banner-entry:nth-child(even) > a { grid-column: 2; }
.ory-top__banner-entry:nth-child(even) > div { grid-column: 1; grid-row: 1; }
.ory-top__banner-entry > a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #15130f;
  box-shadow: 0 28px 70px rgba(27,21,16,.18);
}
.ory-top__banner-entry > a::after {
  content: "ENTER  ↗";
  padding: 13px 17px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--ory-signal);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}
.ory-top__banner-entry img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  transition: transform .55s ease, filter .55s ease;
}
.ory-top__banner-entry > a:hover img { transform: scale(1.025); filter: contrast(1.05); }
.ory-top__banner-entry > div { max-width: 460px; }
.ory-top__banner-entry > div > h2 {
  margin: 0 0 20px;
  font-size: clamp(28px,3.2vw,46px);
  line-height: 1.25;
  letter-spacing: -.045em;
}
.ory-top__banner-entry > div > p {
  margin: 0;
  color: #655e55;
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
}
.ory-top__banner-entry nav {
  margin-top: 23px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.ory-top__banner-entry nav a,
.ory-top__banner-link {
  padding: 9px 12px;
  display: inline-block;
  border: 1px solid #aaa196;
  color: var(--ory-black);
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}
.ory-top__banner-link { margin-top: 23px; padding: 12px 16px; border-color: var(--ory-black); }
.ory-top__banner-entry nav a:hover,
.ory-top__banner-link:hover { background: var(--ory-black); color: #fff; }
.ory-top__banner-entry.is-gift > a { background: #f5f0e8; }
.ory-top__categories { background: #ddd6c9; }
.ory-top__category-grid {
  margin-top: 55px;
  border-top: 1px solid #958e83;
}
.ory-top__category-grid a {
  min-height: 118px;
  background: transparent;
  border-color: #958e83;
}
.ory-top__category-grid a:hover { background: var(--ory-paper); }
.ory-top__category-grid strong { font-size: clamp(22px,2.5vw,34px); }
.ory-top__brand-message {
  max-width: none;
  margin: 0;
  padding: 130px max(5vw,40px);
  grid-template-columns: minmax(300px, 42%) 1fr;
  background: var(--ory-black);
  color: #fff;
}
.ory-top__brand-message > img {
  width: 100%;
  max-width: 620px;
  filter: grayscale(1) contrast(1.08);
}
.ory-top__brand-message > div { max-width: 720px; }
.ory-top__brand-message h2 { font-size: clamp(42px,5.5vw,76px); letter-spacing: -.07em; }
.ory-top__brand-message blockquote { color: #ef635a; font-size: clamp(23px,3vw,38px); }
.ory-top__brand-message div > span { display: block; margin: 28px 0; color: #a8a197; line-height: 2; }
.ory-top__brand-message a { color: #fff; }
.ory-top__support { border-top: 1px solid rgba(255,255,255,.28); }

@media (max-width: 679px) {
  .ory-top__hero { min-height: 760px; }
  .ory-top__hero::before { background: linear-gradient(0deg,rgba(10,9,8,.98) 0%,rgba(10,9,8,.54) 53%,rgba(10,9,8,.08) 78%); }
  .ory-top__hero::after { inset: 10px; }
  .ory-top__hero-image img { object-position: center top; }
  .ory-top__hero-topline { top: 26px; left: 24px; right: 24px; }
  .ory-top__hero-topline span:last-child { display: none; }
  .ory-top__hero-copy {
    width: auto;
    left: 25px;
    right: 25px;
    top: auto;
    bottom: 192px;
    transform: none;
  }
  .ory-top__hero h1 { font-size: clamp(69px,22vw,92px); line-height: .84; }
  .ory-top__hero-copy > p:last-child { margin-top: 24px; font-size: 12px; line-height: 1.8; }
  .ory-top__hero-actions {
    width: auto;
    left: 20px;
    right: 20px;
    bottom: 24px;
    grid-template-columns: 1fr;
  }
  .ory-top__hero-actions a { min-height: 70px; }
  .ory-top__hero-actions a + a { border-left: 1px solid rgba(255,255,255,.38); border-top: 0; }
  .ory-top__hero-side { display: none; }
  .ory-top__ticker > div { padding-block: 14px; gap: 14px; }
  .ory-top__ticker b { margin-left: 12px; }
  .ory-top__notice { align-items: flex-start; }
  .ory-top__notice b { display: none; }
  .ory-top__news { padding-top: 66px; padding-bottom: 74px; }
  .ory-top__news-list a { min-height: 126px; grid-template-columns: 1fr auto; }
  .ory-top__news-list a > span { grid-column: 1 / 3; }
  .ory-top__doors,.ory-top__categories { padding-top: 86px; padding-bottom: 90px; }
  .ory-top__section-heading h2 { font-size: 44px; }
  .ory-top__door-grid { margin-top: 45px; }
  .ory-top__door-grid > a { min-height: 330px; }
  .ory-top__banner-directory { margin-top: 45px; gap: 70px; }
  .ory-top__banner-entry,
  .ory-top__banner-entry:nth-child(even) { display: block; }
  .ory-top__banner-entry:nth-child(even) > a,
  .ory-top__banner-entry:nth-child(even) > div { grid-column: auto; grid-row: auto; }
  .ory-top__banner-entry > div { padding-top: 26px; }
  .ory-top__banner-entry > div > h2 { font-size: 28px; }
  .ory-top__banner-entry > div > p { font-size: 13px; line-height: 1.9; }
  .ory-top__banner-entry img { aspect-ratio: 2 / 1; }
  .ory-top__category-grid { margin-top: 42px; }
  .ory-top__brand-message { padding: 90px 20px; grid-template-columns: 1fr; }
}

/* TOP first view: four direct entrances */
.ory-top {
  display: flex;
  flex-direction: column;
}
.ory-top__doors {
  order: -10;
  padding: 24px max(24px, 3vw) 76px;
  background: #fff;
}
.ory-top__doors > .ory-top__section-heading { display: none; }
.ory-top__banner-directory {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.ory-top__banner-entry,
.ory-top__banner-entry:nth-child(even) {
  display: block;
  margin-bottom: 88px;
}
.ory-top__banner-entry > a,
.ory-top__banner-entry:nth-child(even) > a {
  display: block;
  grid-column: auto;
}
.ory-top__banner-entry > div,
.ory-top__banner-entry:nth-child(even) > div {
  display: block;
  max-width: 920px;
  padding: 28px 4px 0;
  background: transparent;
  color: var(--ory-black);
  border-bottom: 1px solid #ddd8d0;
}
.ory-top__banner-entry > div > h2 { color: var(--ory-black); font-size: 25px; }
.ory-top__banner-entry > div > p { color: #655e55; }
.ory-top__banner-entry nav a,
.ory-top__banner-link { color: var(--ory-black); border-color: #9d968c; }

@media (max-width: 679px) {
  .ory-top__doors { padding: 10px 10px 58px; }
  .ory-top__banner-directory { grid-template-columns: 1fr; gap: 10px; }
  .ory-top__banner-entry,
  .ory-top__banner-entry:nth-child(even) {
    display: block;
    margin-bottom: 54px;
  }
  .ory-top__banner-entry > a,
  .ory-top__banner-entry:nth-child(even) > a { order: 1; }
  .ory-top__banner-entry > div,
  .ory-top__banner-entry:nth-child(even) > div {
    display: block;
    padding: 20px 8px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ory-brand__button { transition: none; }
}

/* 本店TOP */
.ory-top { background:#f7f3eb; color:var(--ory-ink); overflow:hidden; }
.ory-top :where(h1,h2,h3,p,blockquote) { margin-top:0; }
.ory-top__hero { min-height:760px; display:grid; grid-template-columns:46% 54%; background:#171512; color:#fff; }
.ory-top__hero-copy { padding:110px max(5vw,40px); align-self:center; }
.ory-top__eyebrow,.ory-top__section-heading>p,.ory-top__brand-message>div>p,.ory-top__support p { color:#e9695c; font-size:11px; font-weight:900; letter-spacing:.2em; }
.ory-top__hero h1 { margin:20px 0 28px; font-size:clamp(72px,9vw,132px); line-height:.92; letter-spacing:-.08em; }
.ory-top__hero-copy>p:not(.ory-top__eyebrow) { max-width:570px; color:#d4ccc2; font-size:18px; line-height:2; }
.ory-top__hero-image,.ory-top__hero-image img { width:100%; height:100%; min-height:760px; display:block; }
.ory-top__hero-image img { object-fit:cover; }
.ory-top__actions { margin-top:38px; display:flex; flex-wrap:wrap; gap:10px; }
.ory-top__actions a { min-height:58px; padding:0 26px; display:inline-flex; align-items:center; border:1px solid #77706a; color:#fff; font-weight:900; text-decoration:none; }
.ory-top__actions .is-primary { background:var(--ory-red); border-color:var(--ory-red); }
.ory-top__updates { max-width:1280px; margin:auto; padding:38px 32px 0; }
.ory-top__notice { padding:20px 24px; display:grid; grid-template-columns:100px 1fr auto; gap:22px; align-items:center; background:#fff4db; border:1px solid #dfc995; }
.ory-top__notice>span { color:#a54831; font-size:10px; font-weight:900; letter-spacing:.16em; }
.ory-top__notice p { margin-bottom:5px; font-weight:900; }
.ory-top__notice small { color:#6f685f; line-height:1.6; }
.ory-top__notice b { color:#a54831; font-size:11px; }
.ory-top__news { padding:70px 0 20px; }
.ory-top__news-heading { display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:30px; }
.ory-top__news-heading p { color:var(--ory-red); font-size:11px; font-weight:900; letter-spacing:.18em; }
.ory-top__news-heading h2 { margin-bottom:0; font-size:clamp(34px,4vw,54px); letter-spacing:-.05em; }
.ory-top__news-heading>a { color:var(--ory-red); font-size:13px; font-weight:900; }
.ory-top__news-list { display:grid; grid-template-columns:repeat(2,1fr); border-top:1px solid var(--ory-line); }
.ory-top__news-list>a { min-height:120px; padding:24px 16px; display:grid; grid-template-columns:95px 1fr auto; gap:15px; align-items:center; border-bottom:1px solid var(--ory-line); text-decoration:none; }
.ory-top__news-list>a:nth-child(odd) { border-right:1px solid var(--ory-line); }
.ory-top__news-list span { color:var(--ory-red); font-size:11px; font-weight:900; }
.ory-top__news-list strong { font-size:17px; }
.ory-top__news-list small { color:var(--ory-muted); font-weight:800; }
.ory-top__doors,.ory-top__categories { max-width:1280px; margin:auto; padding:120px 32px; }
.ory-top__section-heading { max-width:760px; margin-bottom:50px; }
.ory-top__section-heading h2,.ory-top__brand-message h2,.ory-top__support h2 { margin-bottom:0; font-size:clamp(40px,5vw,68px); line-height:1.2; letter-spacing:-.055em; }
.ory-top__door-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.ory-top__door-grid>a { min-height:370px; padding:30px; display:flex; flex-direction:column; background:#fff; border-top:5px solid var(--ory-red); text-decoration:none; }
.ory-top__door-grid>a.is-world { background:#171512; color:#fff; }
.ory-top__door-grid span { color:var(--ory-red); font-size:11px; font-weight:900; }
.ory-top__door-grid h3 { margin:38px 0 18px; font-size:28px; line-height:1.3; }
.ory-top__door-grid p { color:var(--ory-muted); font-size:13px; line-height:1.8; }
.ory-top__door-grid .is-world p { color:#bbb3aa; }
.ory-top__door-grid b { margin-top:auto; color:var(--ory-red); font-size:12px; }
.ory-top__categories { max-width:none; padding-inline:max(calc((100vw - 1216px)/2),32px); background:#e9e3d9; }
.ory-top__category-grid { display:grid; grid-template-columns:repeat(2,1fr); border-top:1px solid #bcb3a7; }
.ory-top__category-grid a { min-height:110px; padding:22px; display:grid; grid-template-columns:42px 1fr auto; gap:12px; align-items:center; border-bottom:1px solid #bcb3a7; text-decoration:none; }
.ory-top__category-grid a:nth-child(odd) { border-right:1px solid #bcb3a7; }
.ory-top__category-grid span { color:var(--ory-red); font-size:11px; }
.ory-top__category-grid strong,.ory-top__category-grid small { display:block; }
.ory-top__category-grid strong { font-size:20px; }
.ory-top__category-grid small { margin-top:6px; color:var(--ory-muted); }
.ory-top__all-link { margin-top:34px; display:inline-block; color:var(--ory-red); font-weight:900; }
.ory-top__brand-message { max-width:1180px; margin:120px auto; display:grid; grid-template-columns:.7fr 1.3fr; gap:80px; align-items:center; }
.ory-top__brand-message>img { width:100%; aspect-ratio:4/5; object-fit:cover; object-position:top; background:var(--ory-red); }
.ory-top__brand-message blockquote { margin:34px 0; padding-left:24px; border-left:3px solid var(--ory-red); font-family:serif; font-size:22px; line-height:1.8; }
.ory-top__brand-message a { color:var(--ory-red); font-weight:900; }
.ory-top__support { padding:90px max(calc((100vw - 1180px)/2),32px); display:flex; justify-content:space-between; align-items:center; gap:50px; background:var(--ory-red); color:#fff; }
.ory-top__support p { color:#ffd2cc; }
.ory-top__support span { display:block; max-width:650px; margin-top:20px; line-height:1.8; }
.ory-top__support>a { min-height:58px; padding:0 26px; display:inline-flex; align-items:center; background:#fff; color:var(--ory-ink); font-weight:900; text-decoration:none; white-space:nowrap; }

/* 簡易版 俺流ワールド */
.ory-world-simple { background:#f7f3eb; color:var(--ory-ink); overflow:hidden; }
.ory-world-simple :where(h1,h2,p,figure) { margin-top:0; }
.ory-world-simple__breadcrumb { max-width:1280px; margin:auto; padding:16px 24px; display:flex; gap:8px; color:var(--ory-muted); font-size:11px; }
.ory-world-simple__hero { min-height:680px; position:relative; background:#171512; color:#fff; }
.ory-world-simple__hero picture,.ory-world-simple__hero picture img { width:100%; height:100%; position:absolute; inset:0; display:block; }
.ory-world-simple__hero img { object-fit:cover; }
.ory-world-simple__hero:after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.05)); }
.ory-world-simple__hero>div { max-width:1280px; margin:auto; padding:150px 32px; position:relative; z-index:1; }
.ory-world-simple__hero p,.ory-world-simple__members>p,.ory-world-simple__story p,.ory-world-simple__coming>p { color:#ed776b; font-size:11px; font-weight:900; letter-spacing:.2em; }
.ory-world-simple__hero h1 { margin:22px 0 28px; font-size:clamp(64px,8vw,112px); line-height:.98; letter-spacing:-.075em; }
.ory-world-simple__hero span { font-size:17px; font-weight:800; }
.ory-world-simple__intro { max-width:1000px; margin:auto; padding:110px 32px; text-align:center; }
.ory-world-simple__intro p { color:var(--ory-red); font-weight:900; }
.ory-world-simple__intro h2 { font-size:clamp(38px,6vw,68px); letter-spacing:-.055em; }
.ory-world-simple__intro span { color:var(--ory-muted); line-height:1.9; }
.ory-world-simple__contents { max-width:1180px; margin:auto; padding:0 32px 120px; border-top:1px solid var(--ory-line); }
.ory-world-simple__contents>a { min-height:150px; padding:30px 10px; display:grid; grid-template-columns:70px 1fr auto; gap:25px; align-items:center; border-bottom:1px solid var(--ory-line); text-decoration:none; }
.ory-world-simple__contents>a>span { color:var(--ory-red); font-size:11px; }
.ory-world-simple__contents small { color:var(--ory-red); font-size:10px; font-weight:900; letter-spacing:.16em; }
.ory-world-simple__contents h2 { margin:5px 0 8px; font-size:32px; }
.ory-world-simple__contents p { margin-bottom:0; color:var(--ory-muted); line-height:1.7; }
.ory-world-simple__contents b { color:var(--ory-red); font-size:26px; }
.ory-world-simple__story { max-width:1180px; margin:auto; display:grid; grid-template-columns:1.3fr .7fr; background:#171512; color:#fff; }
.ory-world-simple__story>div { padding:80px; align-self:center; }
.ory-world-simple__story h2,.ory-world-simple__members h2,.ory-world-simple__coming h2 { font-size:clamp(38px,5vw,62px); line-height:1.25; letter-spacing:-.055em; }
.ory-world-simple__story span { color:#c7bfb5; line-height:2; }
.ory-world-simple__story a { display:inline-block; margin-top:28px; color:#fff; font-weight:900; text-underline-offset:5px; }
.ory-world-simple__story img { width:100%; height:100%; object-fit:cover; object-position:top; background:var(--ory-red); }
.ory-world-simple__origin { max-width:980px; margin:120px auto; padding:0 32px; scroll-margin-top:24px; }
.ory-world-simple__origin>header { padding-bottom:56px; border-bottom:1px solid var(--ory-line); }
.ory-world-simple__origin>header p { color:var(--ory-red); font-size:11px; font-weight:900; letter-spacing:.2em; }
.ory-world-simple__origin>header h2 { margin:14px 0 20px; font-size:clamp(46px,7vw,82px); line-height:1.1; letter-spacing:-.065em; }
.ory-world-simple__origin>header span { display:block; max-width:680px; color:var(--ory-muted); line-height:2; }
.ory-world-simple__origin-body { max-width:720px; margin:70px auto 0; }
.ory-world-simple__origin-body>p { margin:0 0 25px; font-size:17px; line-height:2.15; }
.ory-world-simple__origin-body strong { color:var(--ory-red); }
.ory-world-simple__origin-body blockquote { margin:50px 0; padding:24px 0 24px 30px; border-left:4px solid var(--ory-red); font-family:serif; font-size:clamp(24px,3.4vw,38px); font-weight:800; line-height:1.7; }
.ory-world-simple__origin-body h3 { margin:65px 0 28px; font-size:clamp(42px,6vw,70px); letter-spacing:-.06em; }
.ory-world-simple__origin-closing { margin-top:70px; padding:56px 36px; background:#171512; color:#fff; text-align:center; }
.ory-world-simple__origin-closing strong { display:block; color:#fff; font-size:clamp(28px,4vw,46px); line-height:1.5; }
.ory-world-simple__origin-closing span { display:block; margin-top:18px; color:#c7bfb5; }
.ory-world-simple__members { max-width:1180px; margin:auto; padding:120px 32px; }
.ory-world-simple__members>div { margin-top:45px; display:grid; grid-template-columns:repeat(5,1fr); gap:10px; }
.ory-world-simple__members figure { background:#fff; }
.ory-world-simple__members img { width:100%; aspect-ratio:3/4; object-fit:cover; object-position:top; }
.ory-world-simple__members figcaption { padding:16px; font-weight:900; text-align:center; }
.ory-world-simple__coming { max-width:1180px; margin:auto; padding:80px 32px; border-top:1px solid var(--ory-line); }
.ory-world-simple__coming span { color:var(--ory-muted); }
.ory-world-simple__footer { margin-top:80px; padding:90px 32px; background:var(--ory-red); color:#fff; text-align:center; }
.ory-world-simple__footer>p { font-size:24px; font-weight:900; }
.ory-world-simple__footer>div { display:flex; justify-content:center; gap:10px; margin-top:28px; }
.ory-world-simple__footer a { min-height:54px; padding:0 22px; display:inline-flex; align-items:center; border:1px solid #fff; color:#fff; font-weight:900; text-decoration:none; }
.ory-world-simple__footer a:first-child { background:#fff; color:var(--ory-ink); }

@media (max-width: 679px) {
  .ory-top__hero { grid-template-columns:1fr; }
  .ory-top__hero-copy { padding:58px 20px 42px; }
  .ory-top__hero h1 { font-size:70px; }
  .ory-top__hero-image,.ory-top__hero-image img { min-height:360px; }
  .ory-top__actions a { width:100%; justify-content:center; }
  .ory-top__doors,.ory-top__categories { padding:80px 20px; }
  .ory-top__updates { padding:24px 20px 0; }
  .ory-top__notice { grid-template-columns:1fr; gap:8px; }
  .ory-top__notice b { display:none; }
  .ory-top__news-heading { align-items:flex-start; flex-direction:column; }
  .ory-top__news-list { grid-template-columns:1fr; }
  .ory-top__news-list>a { grid-template-columns:78px 1fr; }
  .ory-top__news-list>a:nth-child(odd) { border-right:0; }
  .ory-top__news-list small { grid-column:2; }
  .ory-top__door-grid,.ory-top__category-grid { grid-template-columns:1fr; }
  .ory-top__door-grid>a { min-height:300px; }
  .ory-top__category-grid a:nth-child(odd) { border-right:0; }
  .ory-top__brand-message { margin:70px 20px; grid-template-columns:1fr; gap:40px; }
  .ory-top__brand-message>img { max-width:320px; }
  .ory-top__support { padding:70px 20px; align-items:flex-start; flex-direction:column; }
  .ory-world-simple__hero { min-height:560px; }
  .ory-world-simple__hero:after { background:linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.08)); }
  .ory-world-simple__hero>div { padding:300px 20px 55px; }
  .ory-world-simple__hero h1 { font-size:58px; }
  .ory-world-simple__intro { padding:80px 20px; text-align:left; }
  .ory-world-simple__contents { padding:0 20px 80px; }
  .ory-world-simple__contents>a { grid-template-columns:38px 1fr; gap:10px; }
  .ory-world-simple__contents b { display:none; }
  .ory-world-simple__story { margin:0 20px; grid-template-columns:1fr; }
  .ory-world-simple__story>div { padding:50px 22px; }
  .ory-world-simple__story img { max-height:420px; }
  .ory-world-simple__origin { margin:80px auto; padding:0 20px; }
  .ory-world-simple__origin>header { padding-bottom:40px; }
  .ory-world-simple__origin-body { margin-top:48px; }
  .ory-world-simple__origin-body>p { font-size:16px; line-height:2; }
  .ory-world-simple__origin-body blockquote { margin:38px 0; padding-left:20px; }
  .ory-world-simple__origin-closing { margin-inline:-20px; padding:48px 20px; }
  .ory-world-simple__members { padding:80px 20px; }
  .ory-world-simple__members>div { display:flex; overflow-x:auto; }
  .ory-world-simple__members figure { min-width:62vw; }
  .ory-world-simple__coming { padding:65px 20px; }
  .ory-world-simple__footer>div { flex-direction:column; }
  .ory-world-simple__footer a { justify-content:center; }
}

/* スマホを基準にしたカテゴリー選択ページ */
.ory-categories { min-height: 100vh; overflow: hidden; background: #f7f3eb; color: var(--ory-ink); }
.ory-categories__hero { min-height: 600px; position: relative; background: #171512; color: #fff; }
.ory-categories__hero picture,.ory-categories__hero img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; }
.ory-categories__hero img { object-fit: cover; object-position: center top; }
.ory-categories__hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom,rgba(0,0,0,.08) 30%,rgba(0,0,0,.9) 100%); }
.ory-categories__hero-copy { position: absolute; z-index: 1; left: 20px; right: 20px; bottom: 34px; }
.ory-categories__hero-copy p { margin-bottom: 12px; color: #ef8b7f; font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.ory-categories__hero-copy h1 { margin: 0 0 14px; font-size: clamp(42px,13vw,60px); line-height: 1.08; letter-spacing: -.06em; }
.ory-categories__hero-copy span { font-size: 14px; font-weight: 700; }
.ory-categories__back { padding: 14px 20px; display: flex; gap: 8px; color: #6f685f; font-size: 11px; }
.ory-categories__intro { padding: 64px 20px 32px; }
.ory-categories__intro p { color: #6f685f; font-size: 13px; }
.ory-categories__intro h2 { margin: 12px 0 0; font-size: 31px; line-height: 1.4; letter-spacing: -.04em; }
.ory-categories__buttons { padding: 0 14px 70px; display: grid; gap: 10px; }
.ory-categories__buttons a { min-height: 136px; padding: 18px; padding-right: 96px; display: grid; grid-template-columns: 38px 1fr auto; grid-template-rows: 1fr auto; align-items: center; gap: 4px 10px; position: relative; overflow: hidden; isolation: isolate; background: var(--cat-color); color: #fff; border-radius: 4px; text-decoration: none; box-shadow: 0 8px 24px rgba(35,27,20,.13); }
.ory-categories__buttons a::before { content: ""; position: absolute; width: 110px; height: 110px; right: -35px; top: -55px; border: 20px solid rgba(255,255,255,.08); border-radius: 50%; }
.ory-categories__buttons a::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,var(--cat-color) 0%,var(--cat-color) 54%,transparent 82%); }
.ory-categories__buttons a > img { width: 130px; height: 100%; position: absolute; z-index: -2; top: 0; right: 0; object-fit: cover; object-position: top center; filter: saturate(.82) contrast(1.06); }
.ory-categories__number { grid-row: 1/3; align-self: start; padding-top: 5px; font-size: 10px; font-weight: 900; opacity: .7; }
.ory-categories__label strong { display: block; font-size: 22px; letter-spacing: -.02em; }
.ory-categories__label small { display: block; margin-top: 5px; color: rgba(255,255,255,.77); font-size: 11px; }
.ory-categories__guide { grid-column: 2; align-self: end; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.ory-categories__buttons b { grid-column: 3; grid-row: 1/3; font-size: 26px; }
.ory-categories__all { padding: 70px 20px; background: var(--ory-red); color: #fff; text-align: center; }
.ory-categories__all p { margin-bottom: 8px; font-size: 12px; font-weight: 800; }
.ory-categories__all h2 { margin-bottom: 28px; font-size: 28px; }
.ory-categories__all a { min-height: 56px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; background: #fff; color: var(--ory-ink); font-weight: 900; text-decoration: none; }
.ory-categories__footer { display: grid; grid-template-columns: 1fr 1fr; }
.ory-categories__footer a { min-height: 70px; display: flex; align-items: center; justify-content: center; background: var(--ory-ink); color: #fff; border-right: 1px solid #48423d; font-size: 12px; font-weight: 900; text-decoration: none; }

@media (min-width: 680px) {
  .ory-categories__hero { min-height: 640px; }
  .ory-categories__hero-copy { left: max(calc((100vw - 1180px)/2),40px); bottom: 60px; }
  .ory-categories__hero-copy h1 { font-size: 72px; }
  .ory-categories__back,.ory-categories__intro,.ory-categories__buttons { max-width: 1180px; margin-inline: auto; }
  .ory-categories__intro { padding: 90px 32px 42px; }
  .ory-categories__buttons { padding-inline: 32px; grid-template-columns: repeat(2,1fr); gap: 14px; }
}

@media (min-width: 980px) {
  .ory-categories__buttons { grid-template-columns: repeat(2,1fr); }
  .ory-categories__buttons a { min-height: 140px; padding: 25px; }
  .ory-categories__label strong { font-size: 28px; }
}

/* Align the lower category block with the content block above */
.ory-top__updates,
.ory-top__categories {
  width: calc(100% - 48px);
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 0;
}
.ory-top__categories > .ory-top__section-heading {
  max-width: none;
}

@media (max-width: 679px) {
  .ory-top__updates,
  .ory-top__categories {
    width: calc(100% - 20px);
  }
}
