@charset "UTF-8";

:root {
    --mt-ink: #183145;
    --mt-deep: #112a3a;
    --mt-sky: #d9edf3;
    --mt-sky-bright: #eff9fb;
    --mt-cream: #f5f0e7;
    --mt-paper: #fffdf8;
    --mt-coral: #e96f58;
    --mt-yellow: #dca43d;
    --mt-moss: #687e70;
    --mt-blue: #3a7498;
    --mt-line: rgba(24, 49, 69, .17);
}

html {
    scroll-behavior: smooth;
}

body.ynk-mitasora-v2-active {
    overflow-x: hidden;
}

body.ynk-mitasora-v2-active .c-pageTitle,
body.ynk-mitasora-v2-active .p-breadcrumb,
body.ynk-mitasora-v2-active .post_content > .wp-block-spacer:first-child {
    display: none !important;
}

body.ynk-mitasora-v2-active .l-content,
body.ynk-mitasora-v2-active .l-mainContent,
body.ynk-mitasora-v2-active .l-mainContent__inner,
body.ynk-mitasora-v2-active .post_content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.mitasora-preview-shell {
    margin: 0;
    color: var(--mt-ink);
    background: var(--mt-paper);
}

.mitasora-preview-header {
    position: relative;
    z-index: 50;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5vw;
    color: var(--mt-ink);
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(16px);
    font: 700 13px/1.4 "Noto Sans JP", sans-serif;
    letter-spacing: .04em;
}

.mitasora-v2,
.mitasora-v2 * {
    box-sizing: border-box;
}

.mitasora-v2 {
    position: relative;
    z-index: 1;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: clip;
    color: var(--mt-ink);
    background: var(--mt-paper);
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: .025em;
}

.mitasora-v2 img {
    display: block;
    max-width: 100%;
}

.mitasora-v2 a {
    color: inherit;
    text-decoration: none;
}

.mitasora-v2 h1,
.mitasora-v2 h2,
.mitasora-v2 h3,
.mitasora-v2 p,
.mitasora-v2 figure,
.mitasora-v2 dl,
.mitasora-v2 dd {
    margin: 0;
}

.mt-wrap {
    width: min(1180px, calc(100% - 9vw));
    margin-inline: auto;
}

.mt-section {
    position: relative;
    padding-block: clamp(96px, 12vw, 190px);
}

.mt-kicker {
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .23em;
    text-transform: uppercase;
}

.mt-skip {
    position: fixed;
    z-index: 9999;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    transform: translateY(-160%);
    border-radius: 999px;
    background: #fff;
}

.mt-skip:focus {
    transform: none;
}

.mt-reveal {
    opacity: 0;
    transform: translateY(42px);
    transition: opacity .9s cubic-bezier(.22,1,.36,1), transform 1s cubic-bezier(.22,1,.36,1);
}

.mt-reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* Hero */
.mt-hero {
    position: relative;
    min-height: min(920px, calc(100svh - 70px));
    display: grid;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    background: var(--mt-sky);
}

.mt-hero__sky {
    position: absolute;
    z-index: -5;
    inset: 0;
    background:
        radial-gradient(circle at 63% 8%, rgba(255,255,255,.9) 0 8%, transparent 29%),
        linear-gradient(150deg, #edf8fa 0%, #cae7ee 54%, #a8d2df 100%);
}

.mt-hero__sky::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .28;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml,%3Csvg width='140' height='140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.11'/%3E%3C/svg%3E");
}

.mt-hero__photos {
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
}

.mt-hero-photo {
    position: absolute;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(28,56,72,.2);
    transform: translate3d(calc(var(--mx, 0) * var(--depth, 1px)), calc(var(--my, 0) * var(--depth, 1px)), 0) rotate(var(--rotate));
    transition: transform .15s linear;
}

.mt-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.88) contrast(.98);
    animation: mtHeroZoom 14s ease-in-out infinite alternate;
}

.mt-hero-photo--a {
    --rotate: -3deg;
    --depth: 1px;
    width: clamp(250px, 32vw, 520px);
    height: clamp(310px, 48vw, 700px);
    top: 5%;
    right: 4%;
    border-radius: 48% 48% 18% 18% / 28% 28% 12% 12%;
}

.mt-hero-photo--b {
    --rotate: 5deg;
    --depth: .7px;
    width: clamp(170px, 20vw, 320px);
    height: clamp(220px, 29vw, 420px);
    right: 30%;
    bottom: -4%;
    border-radius: 48% 48% 10% 10% / 24% 24% 8% 8%;
}

.mt-hero-photo--c {
    --rotate: -7deg;
    --depth: 1.35px;
    width: clamp(145px, 17vw, 270px);
    height: clamp(180px, 24vw, 340px);
    top: -5%;
    right: 29%;
    border-radius: 12% 12% 50% 50% / 8% 8% 28% 28%;
}

.mt-hero-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}

.mt-hero__content {
    width: min(1280px, calc(100% - 9vw));
    margin-inline: auto;
    padding: 8vh 38% 8vh 0;
}

.mt-hero__logo {
    width: clamp(170px, 20vw, 280px);
    margin-bottom: clamp(28px, 5vh, 60px);
    filter: drop-shadow(0 10px 25px rgba(24,49,69,.09));
}

.mt-hero h1 {
    display: block !important;
    margin: 16px 0 26px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(48px, 6.7vw, 106px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.06em;
}

.mt-hero h1 span {
    display: block;
}

.mt-hero__accent {
    position: relative;
    width: max-content;
    max-width: 100%;
    font-size: .66em;
    letter-spacing: -.075em;
}

.mt-hero__accent::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -.025em;
    right: -.04em;
    bottom: .06em;
    height: .22em;
    transform: scaleX(0);
    transform-origin: left;
    border-radius: 999px;
    background: rgba(233,111,88,.72);
    animation: mtLineIn 1.1s .65s cubic-bezier(.22,1,.36,1) forwards;
}

.mt-hero__lead {
    font-size: clamp(15px, 1.35vw, 20px);
    font-weight: 600;
    line-height: 2;
}

.mt-hero__actions,
.mt-visit__actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 38px;
}

.mt-button {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .05em;
    transition: transform .25s, box-shadow .25s, background-color .25s;
}

.mt-button:hover {
    transform: translateY(-3px);
}

.mt-button--ink {
    color: #fff !important;
    background: var(--mt-ink);
    box-shadow: 0 14px 32px rgba(24,49,69,.22);
}

.mt-button--coral {
    color: #fff !important;
    background: var(--mt-coral);
    box-shadow: 0 14px 32px rgba(233,111,88,.28);
}

.mt-text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid currentColor;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
}

.mt-text-link span {
    font-size: 18px;
    transition: transform .25s;
}

.mt-text-link:hover span {
    transform: translate(4px, 3px);
}

.mt-hero__cat {
    position: absolute;
    right: 3.8%;
    bottom: -18px;
    width: clamp(86px, 9vw, 142px);
    filter: drop-shadow(0 16px 18px rgba(24,49,69,.2));
    animation: mtBob 4.8s ease-in-out infinite;
}

.mt-hero__cloud {
    position: absolute;
    z-index: -1;
    opacity: .68;
    pointer-events: none;
}

.mt-hero__cloud--a {
    width: 380px;
    top: 3%;
    left: 26%;
    animation: mtCloud 18s ease-in-out infinite alternate;
}

.mt-hero__cloud--b {
    width: 260px;
    left: -6%;
    bottom: 6%;
    transform: scale(.8);
    animation: mtCloud 15s -4s ease-in-out infinite alternate-reverse;
}

.mt-hero__scroll {
    position: absolute;
    bottom: 30px;
    left: 4.5vw;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .22em;
    writing-mode: vertical-rl;
}

.mt-hero__scroll i {
    display: block;
    width: 1px;
    height: 56px;
    overflow: hidden;
    background: var(--mt-line);
}

.mt-hero__scroll i::after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: var(--mt-ink);
    animation: mtScroll 1.8s ease-in-out infinite;
}

/* Marquee */
.mt-marquee {
    overflow: hidden;
    color: #fff;
    background: var(--mt-ink);
}

.mt-marquee__track {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 28px;
    padding: 16px 0;
    animation: mtMarquee 30s linear infinite;
}

.mt-marquee span {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.mt-marquee i {
    color: var(--mt-yellow);
    font-style: normal;
}

/* Labels / editorial header */
.mt-section-label {
    display: flex;
    align-items: center;
    gap: 12px;
    height: max-content;
}

.mt-section-label span {
    color: var(--mt-coral);
    font-family: Georgia, serif;
    font-size: 38px;
    font-style: italic;
    line-height: 1;
}

.mt-section-label p {
    padding-top: 2px;
    border-top: 1px solid currentColor;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .18em;
}

.mt-editorial-head {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) minmax(220px, 320px);
    align-items: end;
    gap: 28px;
    margin-bottom: clamp(50px, 7vw, 90px);
}

.mt-editorial-head h2,
.mt-room__head h2,
.mt-manifesto h2,
.mt-family h2,
.mt-visit h2 {
    margin-top: 16px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(40px, 5.4vw, 78px);
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: -.055em;
}

.mt-editorial-head > p {
    padding-bottom: 5px;
    color: rgba(24,49,69,.68);
    font-size: 13px;
    line-height: 1.9;
}

/* Manifesto */
.mt-manifesto {
    background:
        linear-gradient(90deg, transparent 49.9%, rgba(24,49,69,.08) 50%, transparent 50.1%),
        var(--mt-paper);
}

.mt-manifesto__grid {
    display: grid;
    grid-template-columns: 130px minmax(0, 1.02fr) minmax(360px, .98fr);
    gap: clamp(30px, 5vw, 76px);
    align-items: center;
}

.mt-manifesto h2 em,
.mt-family h2 em {
    color: var(--mt-coral);
    font-style: normal;
}

.mt-manifesto__copy > p:last-child {
    max-width: 620px;
    margin-top: 30px;
    color: rgba(24,49,69,.74);
}

.mt-manifesto__visual {
    position: relative;
    padding: 0 6% 12% 0;
}

.mt-manifesto__visual figure {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 46% 46% 12px 12px / 27% 27% 12px 12px;
    box-shadow: 0 30px 60px rgba(24,49,69,.15);
}

.mt-manifesto__visual figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mt-manifesto__visual > p {
    position: absolute;
    right: -3%;
    bottom: 0;
    max-width: 280px;
    padding: 24px 28px;
    border: 1px solid var(--mt-line);
    border-radius: 20px;
    background: rgba(255,253,248,.92);
    box-shadow: 0 18px 40px rgba(24,49,69,.12);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    line-height: 1.8;
}

.mt-manifesto__owl {
    position: absolute;
    top: -52px;
    right: -5px;
    width: 90px;
    filter: drop-shadow(0 14px 15px rgba(24,49,69,.14));
    animation: mtBob 5s -1.4s ease-in-out infinite;
}

/* Sky story */
.mt-sky-story {
    min-height: 1040px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 18% 24%, rgba(102,166,192,.38), transparent 32%),
        radial-gradient(circle at 85% 6%, rgba(255,255,255,.16), transparent 26%),
        linear-gradient(170deg, #1f607e, #173c56 57%, #112b3f);
}

.mt-sky-story::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .15;
    background-image: radial-gradient(#fff 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(to bottom, black, transparent 75%);
}

.mt-sky-story .mt-wrap {
    position: relative;
    z-index: 2;
    text-align: center;
}

.mt-sky-story__eyebrow {
    font: 800 10px/1.5 sans-serif;
    letter-spacing: .27em;
}

.mt-sky-story h2 {
    margin: 30px 0 28px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(54px, 8vw, 116px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -.07em;
}

.mt-sky-story h2 span {
    color: #f7d891;
}

.mt-sky-story__lead {
    color: rgba(255,255,255,.75);
    font-size: clamp(14px, 1.3vw, 18px);
}

.mt-age-path {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 88px;
}

.mt-age-path__line {
    position: absolute;
    top: 43px;
    right: 10%;
    left: 10%;
    height: 1px;
    background: rgba(255,255,255,.35);
}

.mt-age-path article {
    position: relative;
    z-index: 2;
}

.mt-age-path article::before {
    content: "";
    position: absolute;
    top: 39px;
    left: 50%;
    width: 9px;
    height: 9px;
    margin-left: -4px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 8px rgba(255,255,255,.08);
}

.mt-age-path b {
    display: block;
    min-height: 82px;
    font-family: Georgia, serif;
    font-size: clamp(32px, 4vw, 58px);
    font-weight: 400;
    font-style: italic;
    line-height: 1;
}

.mt-age-path b span {
    font-family: inherit;
    font-size: .4em;
}

.mt-age-path p {
    color: rgba(255,255,255,.72);
    font-size: 12px;
    line-height: 1.8;
}

.mt-age-path .is-key b {
    color: #f7d891;
}

.mt-age-path .is-key::before {
    background: var(--mt-coral);
    box-shadow: 0 0 0 12px rgba(233,111,88,.18);
}

.mt-animal-walk {
    position: absolute;
    z-index: 3;
    bottom: -34px;
    left: 50%;
    width: min(1100px, 90vw);
    height: 310px;
    transform: translateX(-50%);
    border-bottom: 1px solid rgba(255,255,255,.25);
}

.mt-animal-walk img {
    position: absolute;
    bottom: 0;
    width: clamp(64px, 8vw, 115px);
    max-height: 210px;
    object-fit: contain;
    object-position: bottom;
    filter: drop-shadow(0 20px 16px rgba(0,0,0,.2));
    animation: mtWalkBob 4.5s ease-in-out infinite;
}

.mt-animal-walk img:nth-child(1) { left: 7%; animation-delay: -.6s; }
.mt-animal-walk img:nth-child(2) { left: 22%; animation-delay: -2s; }
.mt-animal-walk img:nth-child(3) { left: 40%; width: clamp(78px, 9vw, 135px); animation-delay: -1.2s; }
.mt-animal-walk img:nth-child(4) { right: 32%; animation-delay: -2.8s; }
.mt-animal-walk img:nth-child(5) { right: 15%; width: clamp(84px, 10vw, 145px); animation-delay: -1.8s; }
.mt-animal-walk img:nth-child(6) { right: 0; width: clamp(95px, 11vw, 160px); animation: none; opacity: .92; }

.mt-sky-story__cloud {
    position: absolute;
    z-index: 1;
    opacity: .12;
}

.mt-sky-story__cloud--a {
    top: 0;
    left: -8%;
    width: 560px;
}

.mt-sky-story__cloud--b {
    right: -12%;
    bottom: 27%;
    width: 650px;
}

/* Services */
.mt-services {
    background: var(--mt-cream);
}

.mt-service-panels {
    display: flex;
    height: 620px;
    gap: 10px;
}

.mt-service-panel {
    position: relative;
    flex: .68;
    min-width: 0;
    overflow: hidden;
    border-radius: 28px;
    color: #fff;
    background: var(--panel);
    transition: flex .7s cubic-bezier(.22,1,.36,1);
}

.mt-service-panel.is-active,
.mt-service-panel:hover {
    flex: 2.5;
}

.mt-service-panel button {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    padding: 0;
    cursor: pointer;
    border: 0;
    color: inherit;
    background: none;
    text-align: left;
}

.mt-service-panel button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8,25,35,.85), transparent 58%);
}

.mt-service-panel button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.78);
    transition: transform 1.1s cubic-bezier(.22,1,.36,1), filter .6s;
}

.mt-service-panel.is-active button img,
.mt-service-panel:hover button img {
    transform: scale(1.05);
    filter: saturate(1);
}

.mt-service-panel__num,
.mt-service-panel__title {
    position: absolute;
    z-index: 2;
}

.mt-service-panel__num {
    top: 24px;
    left: 24px;
    font: italic 24px/1 Georgia, serif;
}

.mt-service-panel__title {
    bottom: 120px;
    left: 28px;
    white-space: nowrap;
    font-size: clamp(19px, 2vw, 30px);
    font-weight: 800;
    line-height: 1.45;
    writing-mode: vertical-rl;
    transition: writing-mode .01s, bottom .5s;
}

.mt-service-panel.is-active .mt-service-panel__title,
.mt-service-panel:hover .mt-service-panel__title {
    bottom: 116px;
    writing-mode: horizontal-tb;
}

.mt-service-panel__body {
    position: absolute;
    z-index: 3;
    right: 28px;
    bottom: 25px;
    left: 28px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity .35s .15s, transform .5s .1s;
}

.mt-service-panel.is-active .mt-service-panel__body,
.mt-service-panel:hover .mt-service-panel__body {
    opacity: 1;
    transform: none;
}

.mt-service-panel__body p {
    max-width: 410px;
    color: rgba(255,255,255,.84);
    font-size: 12px;
    line-height: 1.75;
}

.mt-service-panel__body strong {
    flex: 0 0 auto;
    padding: 5px 12px;
    border: 1px solid rgba(255,255,255,.46);
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: .1em;
}

/* Production / art */
.mt-production {
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 84% 12%, rgba(54, 116, 145, .22), transparent 29%),
        linear-gradient(145deg, #071c27 0%, #102b38 52%, #091e29 100%);
}

.mt-production::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .17;
    background-image:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 88px 88px;
    -webkit-mask-image: linear-gradient(to bottom, #000, transparent 58%);
    mask-image: linear-gradient(to bottom, #000, transparent 58%);
}

.mt-production__ghost {
    position: absolute;
    z-index: -1;
    top: clamp(24px, 4.5vw, 76px);
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.075);
    font: 800 clamp(76px, 14vw, 220px)/.8 Arial, sans-serif;
    letter-spacing: -.07em;
    white-space: nowrap;
}

.mt-production__head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) minmax(230px, 320px);
    align-items: end;
    gap: 28px;
    margin-bottom: clamp(60px, 8vw, 112px);
}

.mt-production__head .mt-section-label span {
    color: #f7c64f;
}

.mt-production__head .mt-kicker {
    color: #8fc5d7;
}

.mt-production__head h2 {
    margin-top: 17px;
    color: #fff;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(40px, 5.15vw, 74px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.055em;
}

.mt-production__head h2 em {
    color: #f7c64f;
    font-style: normal;
}

.mt-production__head > p {
    padding-bottom: 4px;
    color: rgba(255,255,255,.66);
    font-size: 13px;
    line-height: 1.95;
}

.mt-production__stories {
    display: grid;
    gap: clamp(52px, 7vw, 98px);
}

.mt-production-story {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.36fr) minmax(330px, .84fr);
    min-height: 650px;
    overflow: hidden;
    color: #fff;
    background: #183b32;
    box-shadow: 0 34px 90px rgba(0,0,0,.32);
}

.mt-production-story::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 84px;
    height: 84px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    opacity: .5;
    transition: width .55s cubic-bezier(.22,1,.36,1), height .55s cubic-bezier(.22,1,.36,1), opacity .3s;
}

.mt-production-story:hover::before,
.mt-production-story:focus-visible::before {
    width: 125px;
    height: 125px;
    opacity: .9;
}

.mt-production-story__visual {
    position: relative;
    min-width: 0;
    overflow: hidden;
}

.mt-production-story__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 58%, rgba(12,37,31,.34));
    pointer-events: none;
}

.mt-production-story__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(.22,1,.36,1), filter .6s;
}

.mt-production-story:hover .mt-production-story__visual img,
.mt-production-story:focus-visible .mt-production-story__visual img {
    transform: scale(1.045);
    filter: saturate(1.08);
}

.mt-production-story__visual figcaption {
    position: absolute;
    z-index: 2;
    bottom: 28px;
    left: 30px;
    padding: 8px 12px;
    color: #fff;
    background: rgba(6,25,33,.7);
    backdrop-filter: blur(8px);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .2em;
}

.mt-production-story__copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(48px, 5vw, 78px) clamp(34px, 4.5vw, 66px);
}

.mt-production-story__number {
    position: absolute;
    top: 30px;
    right: 34px;
    display: flex;
    align-items: end;
    gap: 8px;
    color: rgba(255,255,255,.33);
}

.mt-production-story__number span {
    padding-bottom: 7px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .2em;
    writing-mode: vertical-rl;
}

.mt-production-story__number b {
    font: italic 54px/.8 Georgia, serif;
}

.mt-production-story__eyebrow {
    margin-bottom: 22px !important;
    color: #b3d58e;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .2em;
}

.mt-production-story h3 {
    font: 500 clamp(38px, 4.8vw, 68px)/1 "Yu Mincho", "Hiragino Mincho ProN", serif;
    letter-spacing: -.045em;
}

.mt-production-story__lead {
    margin-top: 27px !important;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(24px, 2.65vw, 38px);
    font-weight: 600;
    line-height: 1.46;
    letter-spacing: -.04em;
}

.mt-production-story__body {
    max-width: 390px;
    margin-top: 24px !important;
    color: rgba(255,255,255,.68);
    font-size: 12px;
    line-height: 2;
}

.mt-production-story__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 42px;
    padding-top: 17px;
    border-top: 1px solid rgba(255,255,255,.27);
}

.mt-production-story__foot > span {
    padding: 5px 10px;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 999px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
}

.mt-production-story__foot strong {
    font-size: 10px;
    letter-spacing: .12em;
}

.mt-production-story__foot i,
.mt-production__statement a i {
    display: inline-block;
    margin-left: 9px;
    font-style: normal;
    transition: transform .25s;
}

.mt-production-story:hover .mt-production-story__foot i,
.mt-production-story:focus-visible .mt-production-story__foot i,
.mt-production__statement a:hover i,
.mt-production__statement a:focus-visible i {
    transform: translate(4px, -4px);
}

.mt-production-story--manazashi {
    grid-template-columns: minmax(330px, .84fr) minmax(0, 1.36fr);
    color: var(--mt-ink);
    background: var(--mt-cream);
}

.mitasora-v2 a.mt-production-story--manazashi {
    color: var(--mt-ink);
}

.mt-production-story--manazashi .mt-production-story__visual {
    grid-column: 2;
    grid-row: 1;
}

.mt-production-story--manazashi .mt-production-story__visual::after {
    background: linear-gradient(270deg, transparent 58%, rgba(245,240,231,.32));
}

.mt-production-story--manazashi .mt-production-story__visual img {
    object-position: 48% 50%;
}

.mt-production-story--manazashi .mt-production-story__copy {
    grid-column: 1;
    grid-row: 1;
}

.mt-production-story--manazashi .mt-production-story__number {
    color: rgba(24,49,69,.25);
}

.mt-production-story--manazashi .mt-production-story__eyebrow {
    color: #e1604c;
}

.mt-production-story--manazashi h3 {
    color: var(--mt-ink);
    font-family: Arial, "Noto Sans JP", sans-serif;
    font-size: clamp(34px, 3.45vw, 50px);
    font-weight: 800;
    letter-spacing: -.055em;
    white-space: nowrap;
}

.mt-production-story--manazashi .mt-production-story__body {
    color: rgba(24,49,69,.69);
}

.mt-production-story--manazashi .mt-production-story__foot {
    border-color: rgba(24,49,69,.23);
}

.mt-production-story--manazashi .mt-production-story__foot > span {
    border-color: rgba(24,49,69,.3);
}

.mt-production__statement {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 35px;
    margin-top: clamp(66px, 9vw, 125px);
    padding-top: clamp(35px, 5vw, 62px);
    border-top: 1px solid rgba(255,255,255,.22);
}

.mt-production__statement p {
    color: rgba(255,255,255,.9);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(29px, 4.15vw, 60px);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -.04em;
}

.mt-production__statement p span {
    color: #f7c64f;
    font: italic .85em/1 Georgia, serif;
    letter-spacing: -.02em;
}

.mt-production__statement a {
    padding: 13px 0 9px;
    border-bottom: 1px solid rgba(255,255,255,.58);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
}

.mt-production a:focus-visible {
    outline: 3px solid #f7c64f;
    outline-offset: 5px;
}

@media (max-width: 900px) {
    .mt-production__head {
        grid-template-columns: 1fr;
    }

    .mt-production__head .mt-section-label {
        margin-bottom: 10px;
    }

    .mt-production__head > p {
        max-width: 590px;
    }

    .mt-production-story,
    .mt-production-story--manazashi {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .mt-production-story__visual,
    .mt-production-story--manazashi .mt-production-story__visual {
        grid-column: 1;
        grid-row: 1;
        height: min(68vw, 620px);
    }

    .mt-production-story__copy,
    .mt-production-story--manazashi .mt-production-story__copy {
        grid-column: 1;
        grid-row: 2;
    }

    .mt-production-story__visual::after,
    .mt-production-story--manazashi .mt-production-story__visual::after {
        background: linear-gradient(to bottom, transparent 70%, rgba(6,25,33,.3));
    }

    .mt-production__statement {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .mt-production__statement a {
        width: max-content;
        max-width: 100%;
    }
}

@media (max-width: 560px) {
    .mt-production__ghost {
        top: 32px;
        font-size: 22vw;
    }

    .mt-production__head {
        margin-bottom: 50px;
    }

    .mt-production__head h2 {
        font-size: clamp(36px, 11vw, 50px);
    }

    .mt-production__stories {
        gap: 34px;
    }

    .mt-production-story,
    .mt-production-story--manazashi {
        box-shadow: 0 22px 48px rgba(0,0,0,.28);
    }

    .mt-production-story__visual,
    .mt-production-story--manazashi .mt-production-story__visual {
        height: 84vw;
    }

    .mt-production-story__visual figcaption {
        right: 16px;
        bottom: 16px;
        left: 16px;
        width: max-content;
        max-width: calc(100% - 32px);
        font-size: 7px;
    }

    .mt-production-story__copy {
        padding: 58px 24px 32px;
    }

    .mt-production-story__number {
        top: 22px;
        right: 23px;
    }

    .mt-production-story__number b {
        font-size: 42px;
    }

    .mt-production-story__eyebrow {
        margin-bottom: 18px !important;
        padding-right: 70px;
        font-size: 8px;
    }

    .mt-production-story h3 {
        font-size: clamp(37px, 12vw, 51px);
    }

    .mt-production-story__lead {
        font-size: 25px;
    }

    .mt-production-story__foot {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 32px;
    }

    .mt-production__statement {
        margin-top: 66px;
    }

    .mt-production__statement p {
        font-size: 30px;
    }
}

/* Room */
.mt-room {
    color: #fff;
    background: var(--mt-deep);
}

.mt-room__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 58px;
}

.mt-room__head h2 {
    color: #fff;
}

.mt-room__head .mt-kicker {
    color: #8fc5d7;
}

.mt-room__nav {
    display: flex;
    gap: 10px;
}

.mt-room__nav button {
    width: 54px;
    height: 54px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    color: #fff;
    background: transparent;
    font-size: 20px;
    transition: color .2s, background .2s, transform .2s;
}

.mt-room__nav button:hover {
    transform: scale(1.06);
    color: var(--mt-deep);
    background: #fff;
}

.mt-room__rail {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    padding: 0 max(4.5vw, calc((100vw - 1180px)/2)) 24px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.mt-room__rail::-webkit-scrollbar {
    display: none;
}

.mt-room-card {
    position: relative;
    flex: 0 0 min(68vw, 860px);
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 24px;
    scroll-snap-align: center;
    background: #102435;
}

.mt-room-card figure,
.mt-room-card figure img {
    width: 100%;
    height: 100%;
}

.mt-room-card figure img {
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(.22,1,.36,1);
}

.mt-room-card:hover figure img {
    transform: scale(1.035);
}

.mt-room-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,30,43,.88), transparent 60%);
}

.mt-room-card > div {
    position: absolute;
    z-index: 2;
    right: clamp(24px, 4vw, 58px);
    bottom: clamp(22px, 4vw, 52px);
    left: clamp(24px, 4vw, 58px);
}

.mt-room-card span {
    font: italic 12px/1.4 Georgia, serif;
    letter-spacing: .15em;
}

.mt-room-card h3 {
    margin: 10px 0 6px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(30px, 4vw, 54px);
    font-weight: 500;
    line-height: 1.2;
}

.mt-room-card p {
    max-width: 590px;
    color: rgba(255,255,255,.75);
    font-size: 12px;
    line-height: 1.8;
}

.mt-room__hint {
    width: min(1180px, calc(100% - 9vw));
    margin: 22px auto 0;
    color: rgba(255,255,255,.5);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .2em;
}

.mt-room__hint span {
    display: inline-block;
    animation: mtHint 1.5s ease-in-out infinite;
}

/* Professionals */
.mt-professionals {
    min-height: 980px;
    overflow: hidden;
    color: #fff;
    background: #273b35;
}

.mt-professionals__photo {
    position: absolute;
    inset: 0 50% 0 0;
}

.mt-professionals__photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(39,59,53,.15), #273b35);
}

.mt-professionals__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.65);
}

.mt-professionals__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 120px minmax(340px, .8fr) minmax(480px, 1.2fr);
    align-items: center;
    gap: 28px;
}

.mt-professionals__copy {
    padding: 42px 42px 42px 0;
    text-shadow: 0 4px 20px rgba(0,0,0,.3);
}

.mt-professionals__copy h2 {
    margin: 17px 0 24px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(46px, 5.8vw, 82px);
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: -.06em;
}

.mt-professionals__copy > p:last-child {
    color: rgba(255,255,255,.72);
    font-size: 13px;
}

.mt-orbit {
    position: relative;
    aspect-ratio: 1;
    max-width: 620px;
    margin-inline: auto;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
}

.mt-orbit::before,
.mt-orbit::after {
    content: "";
    position: absolute;
    inset: 15%;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 50%;
}

.mt-orbit::after {
    inset: 31%;
}

.mt-orbit__core {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 170px;
    aspect-ratio: 1;
    place-content: center;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    color: var(--mt-ink);
    background: #f5d789;
    text-align: center;
    box-shadow: 0 22px 60px rgba(0,0,0,.2);
}

.mt-orbit__core b {
    font: italic 74px/.8 Georgia, serif;
}

.mt-orbit__core span,
.mt-orbit__core small {
    margin-top: 9px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .18em;
}

.mt-orbit__core small {
    margin-top: 0;
    opacity: .6;
}

.mt-orbit > span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 108px;
    min-height: 42px;
    display: grid;
    place-content: center;
    padding: 6px 10px;
    transform:
        translate(-50%, -50%)
        rotate(calc(var(--i) * 40deg))
        translateY(-250px)
        rotate(calc(var(--i) * -40deg));
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    background: rgba(39,59,53,.85);
    backdrop-filter: blur(8px);
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

/* Days */
.mt-days {
    background:
        linear-gradient(90deg, transparent 49.9%, rgba(24,49,69,.07) 50%, transparent 50.1%),
        var(--mt-paper);
}

.mt-days__mosaic {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 145px;
    gap: 13px;
}

.mt-days__mosaic figure {
    position: relative;
    grid-column: span 4;
    grid-row: span 2;
    overflow: hidden;
    border-radius: 17px;
}

.mt-days__mosaic .is-wide {
    grid-column: span 8;
}

.mt-days__mosaic .is-tall {
    grid-column: span 4;
    grid-row: span 3;
}

.mt-days__mosaic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.22,1,.36,1), filter .5s;
}

.mt-days__mosaic figure:hover img {
    transform: scale(1.04);
    filter: saturate(1.1);
}

.mt-days__mosaic figcaption {
    position: absolute;
    right: 14px;
    bottom: 13px;
    left: 14px;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
    text-shadow: 0 2px 15px rgba(0,0,0,.6);
}

/* Family */
.mt-family {
    overflow: hidden;
    background: #dcebdc;
}

.mt-family__grid {
    display: grid;
    grid-template-columns: minmax(350px, .9fr) minmax(520px, 1.1fr);
    gap: clamp(40px, 8vw, 120px);
    align-items: start;
}

.mt-family__facts {
    border-top: 1px solid var(--mt-line);
}

.mt-family__facts article {
    display: grid;
    grid-template-columns: 110px 1fr 1.35fr;
    gap: 20px;
    align-items: baseline;
    padding: 25px 0;
    border-bottom: 1px solid var(--mt-line);
}

.mt-family__facts span {
    color: var(--mt-coral);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .18em;
}

.mt-family__facts h3 {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 20px;
    font-weight: 600;
}

.mt-family__facts p {
    color: rgba(24,49,69,.68);
    font-size: 12px;
    line-height: 1.8;
}

.mt-family__tree,
.mt-family__deer {
    position: absolute;
    pointer-events: none;
    filter: drop-shadow(0 18px 20px rgba(24,49,69,.12));
}

.mt-family__tree {
    bottom: -28px;
    left: 4vw;
    width: 150px;
}

.mt-family__deer {
    right: 2vw;
    bottom: -35px;
    width: 100px;
}

/* Visit */
.mt-visit {
    overflow: hidden;
    color: #fff;
    background: var(--mt-blue);
}

.mt-visit::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient(120deg, transparent 48%, #fff 49%, transparent 50%);
    background-size: 68px 68px;
}

.mt-visit__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(50px, 8vw, 120px);
    align-items: center;
}

.mt-visit__copy > p:not(.mt-kicker) {
    max-width: 560px;
    margin-top: 26px;
    color: rgba(255,255,255,.74);
}

.mt-visit__card {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 30px;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(10px);
}

.mt-visit__card > img {
    width: 100%;
    aspect-ratio: 16 / 8.5;
    object-fit: cover;
}

.mt-visit__card dl {
    padding: 22px 28px 25px;
}

.mt-visit__card dl > div {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 18px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.mt-visit__card dl > div:last-child {
    border-bottom: 0;
}

.mt-visit__card dt {
    color: #b9dbe7;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .18em;
}

.mt-visit__card dd {
    font-size: 12px;
    line-height: 1.7;
}

.mt-visit__cloud {
    position: absolute;
    top: -7%;
    right: -10%;
    width: 700px;
    opacity: .12;
}

.mt-visit__rabbit {
    position: absolute;
    right: -18px;
    bottom: -150px;
    width: 115px;
    filter: drop-shadow(0 16px 20px rgba(0,0,0,.18));
}

.mt-floating-cta {
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 20px;
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 999px;
    color: #fff;
    background: rgba(24,49,69,.92);
    box-shadow: 0 18px 45px rgba(24,49,69,.28);
    backdrop-filter: blur(12px);
    transition: opacity .3s, transform .3s;
}

.mt-floating-cta.is-hidden {
    opacity: 0;
    transform: translateY(15px);
    pointer-events: none;
}

.mt-floating-cta a {
    display: flex;
    min-width: 138px;
    align-items: center;
    gap: 10px;
    padding: 11px 18px;
}

.mt-floating-cta a + a {
    border-left: 1px solid rgba(255,255,255,.18);
    background: var(--mt-coral);
}

.mt-floating-cta small {
    opacity: .58;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .15em;
}

.mt-floating-cta span {
    font-size: 11px;
    font-weight: 800;
}

/* Motion */
@keyframes mtHeroZoom {
    to { transform: scale(1.06); }
}

@keyframes mtLineIn {
    to { transform: scaleX(1); }
}

@keyframes mtBob {
    50% { transform: translateY(-13px) rotate(1.5deg); }
}

@keyframes mtCloud {
    to { transform: translateX(40px); }
}

@keyframes mtScroll {
    from { transform: translateY(-28px); }
    to { transform: translateY(60px); }
}

@keyframes mtMarquee {
    to { transform: translateX(-50%); }
}

@keyframes mtWalkBob {
    50% { transform: translateY(-8px) rotate(1.5deg); }
}

@keyframes mtHint {
    50% { transform: translateX(8px); }
}

/* Responsive */
@media (max-width: 1050px) {
    .mt-hero__content {
        padding-right: 38%;
    }

    .mt-manifesto__grid {
        grid-template-columns: 90px 1fr 1fr;
    }

    .mt-professionals__inner {
        grid-template-columns: 90px 1fr;
    }

    .mt-professionals__copy {
        padding-right: 0;
    }

    .mt-orbit {
        grid-column: 2;
        width: min(600px, 78vw);
    }
}

@media (max-width: 820px) {
    .mt-wrap {
        width: min(100% - 40px, 680px);
    }

    .mt-hero {
        min-height: 850px;
        align-items: start;
    }

    .mt-hero__content {
        width: calc(100% - 40px);
        padding: 56px 0 350px;
    }

    .mt-hero-photo--a {
        width: 64vw;
        height: 370px;
        top: auto;
        right: -5vw;
        bottom: -15px;
    }

    .mt-hero-photo--b {
        width: 39vw;
        height: 250px;
        right: 49vw;
        bottom: 26px;
    }

    .mt-hero-photo--c {
        display: none;
    }

    .mt-hero__logo {
        width: 150px;
        margin-bottom: 28px;
    }

    .mt-hero h1 {
        font-size: clamp(47px, 11.7vw, 78px);
    }

    .mt-hero__accent {
        font-size: .63em;
    }

    .mt-hero__cloud--a {
        width: 260px;
        left: 46%;
    }

    .mt-hero__cloud--b,
    .mt-hero__scroll {
        display: none;
    }

    .mt-hero__cat {
        right: 8px;
        width: 82px;
    }

    .mt-editorial-head,
    .mt-manifesto__grid,
    .mt-family__grid,
    .mt-visit__inner {
        grid-template-columns: 1fr;
    }

    .mt-section-label {
        margin-bottom: 18px;
    }

    .mt-editorial-head > p {
        max-width: 510px;
    }

    .mt-manifesto__visual {
        width: min(88%, 520px);
        margin: 30px auto 0;
    }

    .mt-sky-story {
        min-height: 970px;
    }

    .mt-age-path {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 12px;
    }

    .mt-age-path__line {
        display: none;
    }

    .mt-age-path article::before {
        display: none;
    }

    .mt-age-path b {
        min-height: auto;
        margin-bottom: 13px;
    }

    .mt-animal-walk {
        height: 250px;
    }

    .mt-service-panels {
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .mt-service-panel,
    .mt-service-panel.is-active,
    .mt-service-panel:hover {
        min-height: 440px;
        flex: none;
    }

    .mt-service-panel__title,
    .mt-service-panel.is-active .mt-service-panel__title,
    .mt-service-panel:hover .mt-service-panel__title {
        bottom: 115px;
        writing-mode: horizontal-tb;
    }

    .mt-service-panel__body {
        opacity: 1;
        transform: none;
    }

    .mt-room-card {
        flex-basis: 84vw;
        aspect-ratio: 4 / 3;
    }

    .mt-professionals {
        min-height: auto;
    }

    .mt-professionals__photo {
        inset: 0;
        opacity: .27;
    }

    .mt-professionals__photo::after {
        background: #273b35aa;
    }

    .mt-professionals__inner {
        grid-template-columns: 1fr;
    }

    .mt-orbit {
        grid-column: auto;
        width: min(580px, 90vw);
    }

    .mt-orbit > span {
        transform:
            translate(-50%, -50%)
            rotate(calc(var(--i) * 40deg))
            translateY(-41vw)
            rotate(calc(var(--i) * -40deg));
    }

    .mt-days__mosaic {
        grid-auto-rows: 110px;
    }

    .mt-family__facts article {
        grid-template-columns: 90px 1fr;
    }

    .mt-family__facts article p {
        grid-column: 2;
    }

    .mt-visit__card {
        max-width: 660px;
    }
}

@media (max-width: 560px) {
    .mt-section {
        padding-block: 92px;
    }

    .mt-hero {
        min-height: 820px;
    }

    .mt-hero__content {
        padding-top: 38px;
    }

    .mt-hero__actions,
    .mt-visit__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .mt-hero-photo--a {
        width: 72vw;
        height: 330px;
    }

    .mt-hero-photo--b {
        width: 44vw;
        height: 215px;
        right: 53vw;
    }

    .mt-manifesto__visual > p {
        right: -7%;
        max-width: 240px;
        padding: 18px 20px;
        font-size: 13px;
    }

    .mt-sky-story {
        min-height: 920px;
    }

    .mt-sky-story h2 {
        font-size: 14vw;
    }

    .mt-age-path {
        margin-top: 56px;
    }

    .mt-animal-walk img:nth-child(1),
    .mt-animal-walk img:nth-child(4) {
        display: none;
    }

    .mt-service-panels {
        grid-template-columns: 1fr;
    }

    .mt-service-panel,
    .mt-service-panel.is-active,
    .mt-service-panel:hover {
        min-height: 510px;
    }

    .mt-room__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .mt-room-card {
        flex-basis: 88vw;
        aspect-ratio: 3 / 4;
    }

    .mt-room-card > div {
        bottom: 24px;
    }

    .mt-orbit {
        width: 100%;
        overflow: visible;
    }

    .mt-orbit__core {
        width: 120px;
    }

    .mt-orbit__core b {
        font-size: 56px;
    }

    .mt-orbit > span {
        width: 86px;
        min-height: 34px;
        padding: 5px;
        transform:
            translate(-50%, -50%)
            rotate(calc(var(--i) * 40deg))
            translateY(-41vw)
            rotate(calc(var(--i) * -40deg));
        font-size: 8px;
    }

    .mt-days__mosaic {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 140px;
    }

    .mt-days__mosaic figure,
    .mt-days__mosaic .is-wide,
    .mt-days__mosaic .is-tall {
        grid-column: span 1;
        grid-row: span 2;
    }

    .mt-days__mosaic .is-wide:first-child,
    .mt-days__mosaic .is-wide:last-child {
        grid-column: span 2;
    }

    .mt-family__facts article {
        display: block;
    }

    .mt-family__facts h3 {
        margin: 7px 0 8px;
    }

    .mt-floating-cta {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .mt-floating-cta a {
        min-width: 0;
        flex: 1;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .mitasora-v2 *,
    .mitasora-v2 *::before,
    .mitasora-v2 *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    .mt-reveal {
        opacity: 1;
        transform: none;
    }
}

/* Dramatic hero: logo overture, professional team, and availability */
.mt-hero--dramatic {
    --hero-coral: #ff735d;
    --hero-yellow: #f8d060;
    min-height: max(780px, calc(100svh - 70px));
    align-items: stretch;
    color: #fff;
    background: #102d3c;
}

.mt-hero-opening {
    position: absolute;
    z-index: 30;
    inset: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: var(--mt-ink);
    pointer-events: none;
}

.mt-hero-opening__curtain {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 51%;
    background:
        linear-gradient(90deg, rgba(255,255,255,.16), transparent 20% 80%, rgba(24,49,69,.08)),
        #f5efe5;
    transition: transform 1.25s cubic-bezier(.77,0,.18,1) 1.45s;
    will-change: transform;
}

.mt-hero-opening__curtain::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.11'/%3E%3C/svg%3E");
}

.mt-hero-opening__curtain--left {
    left: 0;
}

.mt-hero-opening__curtain--right {
    right: 0;
}

.mt-hero-opening__mark {
    position: relative;
    z-index: 1;
    width: min(620px, 70vw);
    text-align: center;
    opacity: 0;
    transform: translateY(28px) scale(.94);
    transition: opacity .75s ease, transform .9s cubic-bezier(.22,1,.36,1);
}

.mt-hero-opening__mark::before,
.mt-hero-opening__mark::after {
    content: "";
    display: block;
    width: min(180px, 30vw);
    height: 1px;
    margin: 18px auto;
    background: currentColor;
    opacity: .28;
}

.mt-hero-opening__mark p,
.mt-hero-opening__mark span {
    display: block;
    margin: 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .34em;
}

.mt-hero-opening__mark img {
    width: 100%;
    max-height: 46vh;
    margin: clamp(12px, 2.5vh, 26px) auto;
    object-fit: contain;
    filter: drop-shadow(0 18px 32px rgba(24,49,69,.12));
}

.mt-intro-start .mt-hero-opening__mark {
    opacity: 1;
    transform: none;
}

.mt-intro-done .mt-hero-opening {
    visibility: hidden;
    transition: visibility 0s 1.25s;
}

.mt-intro-done .mt-hero-opening__curtain--left {
    transform: translateX(-102%);
}

.mt-intro-done .mt-hero-opening__curtain--right {
    transform: translateX(102%);
}

.mt-intro-done .mt-hero-opening__mark {
    opacity: 0;
    transform: translateY(-20px) scale(1.08);
    transition-duration: .35s;
}

.mt-hero-cinema {
    position: absolute;
    z-index: -3;
    inset: 0;
    overflow: hidden;
    background: #102d3c;
    opacity: 0;
    transform: scale(1.06);
    transition: opacity 1.25s ease, transform 1.8s cubic-bezier(.22,1,.36,1);
}

.mt-intro-done .mt-hero-cinema {
    opacity: 1;
    transform: none;
}

.mt-hero-cinema figure {
    position: absolute;
    margin: 0;
    overflow: hidden;
    transform: translate3d(calc(var(--mx, 0) * var(--depth, 1px)), calc(var(--my, 0) * var(--depth, 1px)), 0);
    transition: transform .18s linear;
}

.mt-hero-cinema figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mt-hero-cinema__staff {
    --depth: .45px;
    inset: 0;
}

.mt-hero-cinema__staff img {
    object-position: 56% 54%;
    filter: saturate(.86) contrast(1.04) brightness(.76);
    animation: mtDramaticPush 18s ease-in-out infinite alternate;
}

.mt-hero-cinema__outing {
    --depth: 1.1px;
    z-index: 2;
    top: 5.5%;
    right: 3.5%;
    width: min(34vw, 500px);
    height: 63%;
    border: 1px solid rgba(255,255,255,.62);
    border-radius: 260px 260px 18px 18px;
    box-shadow: 0 36px 90px rgba(5,22,31,.55);
}

.mt-hero-cinema__outing::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 8px rgba(255,255,255,.08);
}

.mt-hero-cinema__outing img {
    object-position: 50% 70%;
    filter: saturate(.92) contrast(1.02);
    animation: mtDramaticPush 14s -3s ease-in-out infinite alternate-reverse;
}

.mt-hero-cinema__shade {
    position: absolute;
    z-index: 4;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8,27,38,.92) 0%, rgba(8,27,38,.76) 37%, rgba(8,27,38,.28) 67%, rgba(8,27,38,.5) 100%),
        linear-gradient(0deg, rgba(8,27,38,.92) 0%, transparent 44%, rgba(8,27,38,.16) 100%);
}

.mt-hero-cinema__staff-note,
.mt-hero-cinema__outing-note {
    position: absolute;
    z-index: 6;
    color: #fff;
}

.mt-hero-cinema__staff-note {
    right: 40%;
    top: 4.5%;
    bottom: auto;
    padding: 16px 20px;
    border-left: 3px solid var(--hero-yellow);
    background: rgba(8,27,38,.66);
    backdrop-filter: blur(8px);
}

.mt-hero-cinema__staff-note span,
.mt-hero-cinema__outing-note span {
    display: block;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .27em;
    opacity: .8;
}

.mt-hero-cinema__staff-note b {
    display: block;
    margin: 4px 0 2px;
    font-family: Georgia, serif;
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1;
}

.mt-hero-cinema__staff-note b i {
    color: var(--hero-yellow);
    font-style: normal;
}

.mt-hero-cinema__staff-note small {
    font-size: 10px;
    font-weight: 700;
}

.mt-hero-cinema__outing-note {
    top: 64%;
    right: 4.5%;
    width: min(30vw, 430px);
    text-align: right;
}

.mt-hero-cinema__outing-note b {
    display: block;
    margin-top: 7px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(18px, 2vw, 31px);
    line-height: 1.45;
}

.mt-hero--dramatic .mt-hero__content {
    position: relative;
    z-index: 8;
    width: min(1440px, calc(100% - 9vw));
    margin: 0 auto;
    padding: clamp(70px, 9vh, 110px) 43% 128px 3.5%;
    align-self: center;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease .45s, transform 1.25s cubic-bezier(.22,1,.36,1) .35s;
}

.mt-intro-done .mt-hero--dramatic .mt-hero__content {
    opacity: 1;
    transform: none;
}

.mt-hero--dramatic .mt-hero__kicker {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 0 14px;
    color: var(--hero-yellow);
    font-size: 9px;
    letter-spacing: .3em;
}

.mt-hero--dramatic .mt-hero__kicker::before {
    content: "";
    width: 46px;
    height: 2px;
    background: currentColor;
}

.mt-hero--dramatic h1 {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(52px, 6.1vw, 96px);
    line-height: .98;
    letter-spacing: -.07em;
    text-shadow: 0 12px 40px rgba(0,0,0,.35);
}

.mt-hero-word {
    display: block;
    overflow: hidden;
    padding: .08em .08em .11em 0;
}

.mt-hero-word i {
    display: block;
    font-style: normal;
    transform: translateY(110%);
    transition: transform 1.05s cubic-bezier(.16,1,.3,1) .72s;
}

.mt-hero-word--one {
    color: var(--hero-yellow);
}

.mt-hero-word--two {
    margin-top: -.06em;
    font-size: .62em;
    letter-spacing: -.075em;
}

.mt-hero-word--two i {
    transition-delay: .9s;
}

.mt-intro-done .mt-hero-word i {
    transform: none;
}

.mt-hero--dramatic .mt-hero__lead {
    margin: 0;
    color: rgba(255,255,255,.9);
    font-size: clamp(13px, 1.2vw, 17px);
    line-height: 1.8;
    text-shadow: 0 4px 18px rgba(0,0,0,.42);
}

.mt-hero-availability {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(610px, 100%);
    margin-top: 26px;
    border: 1px solid rgba(255,255,255,.5);
    box-shadow: 0 24px 50px rgba(4,19,27,.28);
}

.mt-hero-availability article {
    position: relative;
    min-height: 108px;
    padding: 16px 18px 15px;
    overflow: hidden;
}

.mt-hero-availability__now {
    color: #fff;
    background: var(--hero-coral);
}

.mt-hero-availability__now::after {
    content: "";
    position: absolute;
    top: -90%;
    left: -35%;
    width: 35%;
    height: 280%;
    transform: rotate(22deg);
    background: rgba(255,255,255,.2);
    animation: mtAvailabilityShine 3.8s 3s ease-in-out infinite;
}

.mt-hero-availability__next {
    color: var(--mt-ink);
    background: var(--hero-yellow);
}

.mt-hero-availability article > span {
    display: block;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .2em;
    opacity: .74;
}

.mt-hero-availability article > p {
    margin: 5px 0 0;
    font-size: 11px;
    font-weight: 800;
}

.mt-hero-availability strong {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 2px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(21px, 2vw, 30px);
    line-height: 1.25;
    letter-spacing: -.04em;
}

.mt-hero--dramatic .mt-hero__actions {
    margin-top: 24px;
}

.mt-text-link--light {
    color: #fff !important;
}

.mt-hero-message-stream {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.2);
    color: #fff;
    background: rgba(8,27,38,.6);
    backdrop-filter: blur(8px);
}

.mt-hero-message-stream > div {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 27px;
    padding: 12px 0;
    animation: mtMarquee 30s linear infinite;
}

.mt-hero-message-stream span {
    white-space: nowrap;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
}

.mt-hero-message-stream i {
    color: var(--hero-yellow);
    font-style: normal;
}

.mt-hero--dramatic .mt-hero__cloud {
    z-index: 7;
    top: -5%;
    left: 42%;
    width: min(300px, 24vw);
    opacity: .3;
    filter: brightness(4);
}

.mt-hero--dramatic .mt-hero__cat {
    z-index: 10;
    right: 1.4%;
    bottom: 36px;
    width: clamp(68px, 7vw, 110px);
}

.mt-hero--dramatic .mt-hero__scroll {
    z-index: 10;
    bottom: 70px;
    left: 1.4vw;
    color: rgba(255,255,255,.7);
}

.mt-hero--dramatic .mt-hero__scroll i {
    background: rgba(255,255,255,.28);
}

.mt-hero--dramatic .mt-hero__scroll i::after {
    background: var(--hero-yellow);
}

@keyframes mtDramaticPush {
    from { transform: scale(1.01); }
    to { transform: scale(1.07); }
}

@keyframes mtAvailabilityShine {
    0%, 50% { left: -45%; }
    78%, 100% { left: 130%; }
}

@media (max-width: 1050px) {
    .mt-hero--dramatic .mt-hero__content {
        padding-right: 40%;
        padding-left: 5%;
    }

    .mt-hero-cinema__outing {
        width: 36vw;
    }

    .mt-hero-cinema__staff-note {
        right: 39%;
    }
}

@media (max-width: 820px) {
    .mt-hero--dramatic {
        min-height: 980px;
    }

    .mt-hero-cinema__staff {
        height: 56%;
    }

    .mt-hero-cinema__staff img {
        object-position: 55% 54%;
    }

    .mt-hero-cinema__outing {
        top: 43%;
        right: -4%;
        width: 54vw;
        height: 48%;
        border-radius: 170px 170px 12px 12px;
    }

    .mt-hero-cinema__shade {
        background:
            linear-gradient(180deg, rgba(8,27,38,.7) 0%, rgba(8,27,38,.52) 42%, rgba(8,27,38,.9) 73%, rgba(8,27,38,.96) 100%),
            linear-gradient(90deg, rgba(8,27,38,.76), transparent 80%);
    }

    .mt-hero-cinema__staff-note {
        top: 33%;
        right: auto;
        bottom: auto;
        left: 5%;
    }

    .mt-hero-cinema__outing-note {
        top: auto;
        right: 5%;
        bottom: 11%;
        width: 45vw;
    }

    .mt-hero--dramatic .mt-hero__content {
        align-self: start;
        width: calc(100% - 7vw);
        padding: 58px 16% 120px 4%;
    }

    .mt-hero--dramatic h1 {
        font-size: clamp(48px, 10.5vw, 76px);
    }

    .mt-hero-availability {
        width: min(560px, 100%);
    }

    .mt-hero--dramatic .mt-hero__cat {
        display: block;
        right: auto;
        bottom: 39px;
        left: 3%;
    }
}

@media (max-width: 560px) {
    .mt-hero--dramatic {
        min-height: 930px;
    }

    .mt-hero-opening__mark {
        width: 82vw;
    }

    .mt-hero-opening__mark p,
    .mt-hero-opening__mark span {
        font-size: 8px;
        letter-spacing: .2em;
    }

    .mt-hero-cinema__staff {
        height: 50%;
    }

    .mt-hero-cinema__staff img {
        object-position: 53% 50%;
    }

    .mt-hero-cinema__outing {
        top: 50%;
        width: 64vw;
        height: 39%;
    }

    .mt-hero-cinema__staff-note {
        top: 37%;
        left: 4%;
        padding: 11px 13px;
    }

    .mt-hero-cinema__staff-note small {
        display: none;
    }

    .mt-hero-cinema__outing-note {
        display: none;
    }

    .mt-hero--dramatic .mt-hero__content {
        width: 100%;
        padding: 34px 5% 132px;
    }

    .mt-hero--dramatic h1 {
        font-size: clamp(44px, 13vw, 66px);
    }

    .mt-hero-word--two {
        font-size: .64em;
        line-height: 1.16;
    }

    .mt-hero--dramatic .mt-hero__lead {
        max-width: 86%;
        font-size: 12px;
    }

    .mt-hero-availability {
        grid-template-columns: 1fr;
        width: 78%;
    }

    .mt-hero-availability article {
        min-height: 82px;
        padding: 11px 14px;
    }

    .mt-hero-availability strong {
        font-size: 21px;
    }

    .mt-hero--dramatic .mt-hero__actions {
        gap: 13px;
    }

    .mt-hero--dramatic .mt-button {
        min-height: 52px;
        padding: 12px 19px;
        font-size: 11px;
    }

    .mt-hero--dramatic .mt-text-link {
        font-size: 9px;
    }

    .mt-hero--dramatic .mt-hero__cloud,
    .mt-hero--dramatic .mt-hero__scroll {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mt-hero-opening {
        display: none;
    }

    .mt-hero-cinema,
    .mt-hero--dramatic .mt-hero__content {
        opacity: 1;
        transform: none;
    }

    .mt-hero-word i {
        transform: none;
    }
}

/* Cinematic hero v3: one idea, one photograph, one screen */
.mt-hero--cinematic {
    --hero-duration: 6200ms;
    position: relative;
    display: block;
    width: 100%;
    height: calc(100svh - 70px);
    min-height: 640px;
    overflow: hidden;
    color: #fff;
    background: #071923;
}

.mt-hero-intro {
    position: absolute;
    z-index: 35;
    inset: 0;
    overflow: hidden;
    color: var(--mt-ink);
    pointer-events: none;
}

.mt-hero-intro__panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(var(--i) * 25%);
    width: calc(25% + 1px);
    transform: scaleY(1);
    transform-origin: 50% 0;
    background:
        linear-gradient(90deg, rgba(24,49,69,.045), transparent 22% 78%, rgba(24,49,69,.045)),
        #f6f0e7;
    transition: transform 1.15s cubic-bezier(.77,0,.18,1) calc(var(--i) * 75ms);
}

.mt-hero-intro__panel::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.1'/%3E%3C/svg%3E");
}

.mt-hero-intro > p,
.mt-hero-intro > span {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin: 0;
    text-align: center;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .36em;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .7s ease .25s, transform .8s cubic-bezier(.22,1,.36,1) .25s;
}

.mt-hero-intro > p {
    top: 9%;
}

.mt-hero-intro > span {
    bottom: 8%;
}

.mt-intro-start .mt-hero-intro > p,
.mt-intro-start .mt-hero-intro > span {
    opacity: .7;
    transform: none;
}

.mt-intro-done .mt-hero-intro {
    visibility: hidden;
    transition: visibility 0s 1.5s;
}

.mt-intro-done .mt-hero-intro__panel {
    transform: scaleY(0);
    transform-origin: 50% 100%;
}

.mt-intro-done .mt-hero-intro > p,
.mt-intro-done .mt-hero-intro > span {
    opacity: 0;
    transition-delay: 0s;
}

.mt-hero-brand {
    position: absolute;
    z-index: 45;
    top: 50%;
    left: 50%;
    width: clamp(310px, 43vw, 540px);
    padding: 0;
    transform: translate(-50%, -50%) scale(.9);
    opacity: 0;
    filter: drop-shadow(0 24px 44px rgba(24,49,69,.12));
    transition:
        top 1.25s cubic-bezier(.16,1,.3,1),
        left 1.25s cubic-bezier(.16,1,.3,1),
        width 1.25s cubic-bezier(.16,1,.3,1),
        transform 1.25s cubic-bezier(.16,1,.3,1),
        opacity .75s ease;
    pointer-events: none;
}

.mt-hero-brand img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.mt-hero-brand > span {
    position: absolute;
    top: 50%;
    left: calc(100% + 16px);
    width: 180px;
    color: #fff;
    opacity: 0;
    transform: translate(-14px, -50%);
    transition: opacity .55s ease .75s, transform .75s cubic-bezier(.22,1,.36,1) .75s;
}

.mt-hero-brand b,
.mt-hero-brand small {
    display: block;
    white-space: nowrap;
}

.mt-hero-brand b {
    font-size: 8px;
    letter-spacing: .17em;
}

.mt-hero-brand small {
    margin-top: 3px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
    opacity: .72;
}

.mt-intro-start .mt-hero-brand {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.mt-intro-done .mt-hero-brand {
    top: 20px;
    left: clamp(22px, 2.6vw, 44px);
    width: 92px;
    transform: none;
    filter: drop-shadow(0 16px 30px rgba(0,0,0,.28));
}

.mt-intro-done .mt-hero-brand > span {
    opacity: 1;
    transform: translateY(-50%);
}

.mt-hero-slides,
.mt-hero-slide,
.mt-hero-slide figure,
.mt-hero-slide__veil {
    position: absolute;
    inset: 0;
}

.mt-hero-slides {
    z-index: 1;
    background: #071923;
}

.mt-hero-slide {
    z-index: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    clip-path: inset(0 0 0 100%);
    transition:
        clip-path 1.25s cubic-bezier(.77,0,.18,1),
        opacity .25s ease,
        visibility 0s 1.3s;
}

.mt-hero-slide.is-active {
    z-index: 3;
    opacity: 1;
    visibility: visible;
    clip-path: inset(0);
    transition:
        clip-path 1.25s cubic-bezier(.77,0,.18,1),
        opacity .15s ease,
        visibility 0s;
}

.mt-hero-slide.is-leaving {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    clip-path: inset(0 100% 0 0);
    transition:
        clip-path 1.25s cubic-bezier(.77,0,.18,1),
        visibility 0s 1.3s;
}

.mt-hero-slide figure {
    margin: 0;
    overflow: hidden;
    transform: translate3d(var(--hero-shift-x, 0), var(--hero-shift-y, 0), 0) scale(1.04);
    transition: transform .35s ease-out;
}

.mt-hero-slide figure::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .13;
    mix-blend-mode: soft-light;
    background-image: url("data:image/svg+xml,%3Csvg width='130' height='130' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}

.mt-hero-slide figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--position);
    filter: saturate(.91) contrast(1.04);
    transform: scale(1.03);
}

.mt-hero-slide.is-active figure img {
    animation: mtHeroCamera var(--hero-duration) linear both;
}

.mt-hero-slide__veil {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(4,17,25,.9) 0%, rgba(4,17,25,.58) 44%, rgba(4,17,25,.08) 73%),
        linear-gradient(0deg, rgba(4,17,25,.7) 0%, transparent 48%, rgba(4,17,25,.2) 100%);
}

.mt-hero-slide--copy-right .mt-hero-slide__veil {
    background:
        linear-gradient(270deg, rgba(4,17,25,.9) 0%, rgba(4,17,25,.54) 43%, rgba(4,17,25,.05) 74%),
        linear-gradient(0deg, rgba(4,17,25,.68) 0%, transparent 54%, rgba(4,17,25,.16) 100%);
}

.mt-hero-slide--availability .mt-hero-slide__veil {
    background:
        linear-gradient(90deg, rgba(4,17,25,.93) 0%, rgba(4,17,25,.68) 54%, rgba(4,17,25,.22) 100%),
        linear-gradient(0deg, rgba(4,17,25,.84), transparent 65%);
}

.mt-hero-slide__veil::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16vw;
    width: 13vw;
    transform: skewX(-10deg);
    background: var(--accent);
    opacity: .78;
}

.mt-hero-slide.is-active .mt-hero-slide__veil::after {
    animation: mtHeroBlade 1.35s .05s cubic-bezier(.77,0,.18,1) both;
}

.mt-hero-slide__copy {
    position: absolute;
    z-index: 4;
    bottom: clamp(105px, 14vh, 150px);
    left: clamp(88px, 9vw, 150px);
    width: min(770px, 70vw);
    color: #fff;
    opacity: 0;
    transform: translateY(52px);
}

.mt-hero-slide--copy-right .mt-hero-slide__copy {
    right: clamp(74px, 8vw, 140px);
    left: auto;
    width: min(720px, 61vw);
    text-align: right;
}

.mt-intro-done .mt-hero-slide.is-active .mt-hero-slide__copy {
    opacity: 1;
    transform: none;
    transition: opacity .85s ease .5s, transform 1.05s cubic-bezier(.16,1,.3,1) .4s;
}

.mt-hero-slide__kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 15px;
    color: var(--accent);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .27em;
}

.mt-hero-slide--copy-right .mt-hero-slide__kicker {
    justify-content: flex-end;
}

.mt-hero-slide__kicker b {
    display: inline-grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 12px;
    letter-spacing: 0;
}

.mt-hero-slide__title,
.mt-hero--cinematic h1.mt-hero-slide__title {
    display: block !important;
    margin: 0;
    color: #fff;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(56px, 7.2vw, 112px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.075em;
    text-shadow: 0 14px 42px rgba(0,0,0,.36);
}

.mt-hero-slide__title span {
    display: block;
    overflow: hidden;
    padding: .06em .08em .1em 0;
}

.mt-hero-slide__title span:last-child {
    color: var(--accent);
}

.mt-hero-slide.is-active .mt-hero-slide__title span {
    animation: mtHeroTypeLift 1s cubic-bezier(.16,1,.3,1) both;
}

.mt-hero-slide.is-active .mt-hero-slide__title span:nth-child(2) {
    animation-delay: .14s;
}

.mt-hero-slide__lead {
    margin: 18px 0 0;
    font-size: clamp(13px, 1.25vw, 18px);
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: .04em;
    text-shadow: 0 5px 18px rgba(0,0,0,.42);
}

.mt-hero-slide__fact {
    display: flex;
    width: max-content;
    max-width: 100%;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    padding: 13px 18px;
    color: var(--mt-ink);
    background: var(--accent);
    box-shadow: 14px 16px 0 rgba(5,22,31,.48);
}

.mt-hero-slide__fact strong {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(23px, 2.4vw, 36px);
    line-height: 1;
}

.mt-hero-slide__fact i {
    width: 1px;
    height: 34px;
    background: rgba(24,49,69,.28);
}

.mt-hero-slide__fact span {
    max-width: 130px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.5;
}

.mt-hero-slide__availability {
    display: flex;
    width: max-content;
    max-width: 100%;
    margin-top: 24px;
    border: 1px solid rgba(255,255,255,.42);
    box-shadow: 16px 18px 0 rgba(5,22,31,.42);
}

.mt-hero-slide__availability > p {
    min-width: 235px;
    margin: 0;
    padding: 15px 20px;
    color: #fff;
    background: rgba(8,27,38,.7);
    backdrop-filter: blur(10px);
}

.mt-hero-slide__availability > p:first-child {
    color: #fff;
    background: var(--accent);
}

.mt-hero-slide__availability small,
.mt-hero-slide__availability strong {
    display: block;
}

.mt-hero-slide__availability small {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
}

.mt-hero-slide__availability strong {
    margin-top: 4px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(21px, 2vw, 29px);
    line-height: 1.25;
}

.mt-hero-slide__cta {
    display: inline-flex;
    min-width: 260px;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    margin-top: 20px;
    padding: 12px 14px 12px 22px;
    color: var(--mt-ink) !important;
    background: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .05em;
    transition: transform .25s, box-shadow .25s;
}

.mt-hero-slide__cta i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #fff;
    background: var(--accent);
    font-size: 17px;
    font-style: normal;
}

.mt-hero-slide__cta:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0,0,0,.24);
}

.mt-hero-aura {
    position: absolute;
    z-index: 5;
    inset: 0;
    opacity: .48;
    mix-blend-mode: soft-light;
    background: radial-gradient(circle 250px at var(--spot-x, 62%) var(--spot-y, 38%), rgba(255,255,255,.38), transparent 70%);
    transition: background-position .12s linear;
    pointer-events: none;
}

.mt-hero-controls {
    position: absolute;
    z-index: 15;
    right: clamp(24px, 3vw, 50px);
    bottom: 28px;
    left: clamp(88px, 9vw, 150px);
    display: flex;
    width: min(520px, 56vw);
    align-items: center;
    gap: 14px;
}

.mt-hero-control {
    display: grid;
    min-width: 0;
    flex: 1;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    border: 0;
    color: rgba(255,255,255,.48);
    background: transparent;
    cursor: pointer;
    transition: color .25s;
}

.mt-hero-control span {
    font-family: Georgia, serif;
    font-size: 9px;
}

.mt-hero-control > i {
    position: relative;
    display: block;
    height: 1px;
    overflow: hidden;
    background: rgba(255,255,255,.28);
}

.mt-hero-control > i::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: scaleX(0);
    transform-origin: left;
    background: #fff;
}

.mt-hero-control.is-active {
    color: #fff;
}

.mt-intro-done .mt-hero-control.is-active > i::after {
    animation: mtHeroProgress var(--hero-duration) linear both;
}

.mt-hero--cinematic.is-paused .mt-hero-control.is-active > i::after {
    animation-play-state: paused;
}

.mt-hero-pause {
    display: flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    color: #fff;
    background: rgba(6,22,30,.25);
    cursor: pointer;
}

.mt-hero-pause i {
    width: 2px;
    height: 10px;
    background: currentColor;
}

.mt-hero--cinematic.is-paused .mt-hero-pause i:first-child {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid currentColor;
    background: transparent;
}

.mt-hero--cinematic.is-paused .mt-hero-pause i:last-child {
    display: none;
}

.mt-hero-counter {
    position: absolute;
    z-index: 15;
    top: 38px;
    right: clamp(26px, 3.2vw, 54px);
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Georgia, serif;
    font-size: 10px;
    letter-spacing: .08em;
}

.mt-hero-counter > span:first-child {
    color: var(--hero-yellow, #f8d060);
    font-size: 18px;
}

.mt-hero-counter i {
    display: block;
    width: 46px;
    height: 1px;
    transform: rotate(-24deg);
    background: rgba(255,255,255,.52);
}

.mt-hero-scroll {
    position: absolute;
    z-index: 15;
    right: 30px;
    bottom: 95px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,.62);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .2em;
    writing-mode: vertical-rl;
}

.mt-hero-scroll i {
    display: block;
    width: 1px;
    height: 44px;
    overflow: hidden;
    background: rgba(255,255,255,.28);
}

.mt-hero-scroll i::after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #fff;
    animation: mtScroll 1.8s ease-in-out infinite;
}

@keyframes mtHeroCamera {
    from { transform: scale(1.03); }
    to { transform: scale(1.105); }
}

@keyframes mtHeroBlade {
    0% { left: -16vw; }
    62% { left: 108vw; }
    100% { left: 108vw; opacity: 0; }
}

@keyframes mtHeroTypeLift {
    from { opacity: 0; transform: translateY(105%) rotate(1deg); }
    to { opacity: 1; transform: none; }
}

@keyframes mtHeroProgress {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

@media (max-width: 920px) {
    .mt-hero-slide__copy,
    .mt-hero-slide--copy-right .mt-hero-slide__copy {
        right: auto;
        bottom: 120px;
        left: 7vw;
        width: 84vw;
        text-align: left;
    }

    .mt-hero-slide--copy-right .mt-hero-slide__kicker {
        justify-content: flex-start;
    }

    .mt-hero-slide__title,
    .mt-hero--cinematic h1.mt-hero-slide__title {
        font-size: clamp(52px, 10.5vw, 86px);
    }

    .mt-hero-controls {
        left: 7vw;
        width: min(520px, 72vw);
    }
}

@media (max-width: 560px) {
    .mt-hero--cinematic {
        height: calc(100svh - 60px);
        min-height: 680px;
    }

    .mt-hero-intro > p,
    .mt-hero-intro > span {
        font-size: 7px;
        letter-spacing: .24em;
    }

    .mt-hero-brand {
        width: 78vw;
    }

    .mt-intro-done .mt-hero-brand {
        top: 12px;
        left: 12px;
        width: 72px;
    }

    .mt-hero-brand > span {
        display: none;
    }

    .mt-hero-slide figure img {
        object-position: var(--mobile-position, var(--position));
    }

    .mt-hero-slide--team { --mobile-position: 58% 50%; }
    .mt-hero-slide--care { --mobile-position: 48% 58%; }
    .mt-hero-slide--outside { --mobile-position: 52% 50%; }
    .mt-hero-slide--joy { --mobile-position: 55% 50%; }
    .mt-hero-slide--availability { --mobile-position: 52% 62%; }

    .mt-hero-slide__veil,
    .mt-hero-slide--copy-right .mt-hero-slide__veil,
    .mt-hero-slide--availability .mt-hero-slide__veil {
        background:
            linear-gradient(0deg, rgba(4,17,25,.94) 0%, rgba(4,17,25,.55) 54%, rgba(4,17,25,.1) 83%),
            linear-gradient(90deg, rgba(4,17,25,.42), transparent 85%);
    }

    .mt-hero-slide__copy,
    .mt-hero-slide--copy-right .mt-hero-slide__copy {
        right: 5.5vw;
        bottom: 105px;
        left: 5.5vw;
        width: auto;
    }

    .mt-hero-slide__kicker {
        gap: 9px;
        margin-bottom: 9px;
        font-size: 7px;
        letter-spacing: .16em;
    }

    .mt-hero-slide__kicker b {
        width: 28px;
        height: 28px;
        font-size: 9px;
    }

    .mt-hero-slide__title,
    .mt-hero--cinematic h1.mt-hero-slide__title {
        font-size: clamp(43px, 13vw, 64px);
        line-height: 1;
    }

    .mt-hero-slide__lead {
        margin-top: 10px;
        font-size: 11px;
        line-height: 1.65;
    }

    .mt-hero-slide__fact {
        gap: 10px;
        margin-top: 14px;
        padding: 10px 12px;
        box-shadow: 8px 9px 0 rgba(5,22,31,.48);
    }

    .mt-hero-slide__fact strong {
        font-size: 23px;
    }

    .mt-hero-slide__fact span {
        max-width: 100px;
        font-size: 7px;
    }

    .mt-hero-slide__availability {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        margin-top: 13px;
        box-shadow: 8px 9px 0 rgba(5,22,31,.42);
    }

    .mt-hero-slide__availability > p {
        min-width: 0;
        padding: 10px;
    }

    .mt-hero-slide__availability small {
        font-size: 7px;
        letter-spacing: .06em;
    }

    .mt-hero-slide__availability strong {
        font-size: 16px;
    }

    .mt-hero-slide__cta {
        min-width: 220px;
        min-height: 48px;
        margin-top: 13px;
        font-size: 10px;
    }

    .mt-hero-controls {
        right: 5vw;
        bottom: 18px;
        left: 5vw;
        width: auto;
        gap: 8px;
    }

    .mt-hero-control {
        gap: 4px;
    }

    .mt-hero-control span {
        font-size: 7px;
    }

    .mt-hero-pause {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .mt-hero-counter {
        top: 25px;
        right: 16px;
    }

    .mt-hero-counter i {
        width: 25px;
    }

    .mt-hero-scroll,
    .mt-hero-aura {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mt-hero-intro {
        display: none;
    }

    .mt-hero-brand,
    .mt-intro-start .mt-hero-brand,
    .mt-intro-done .mt-hero-brand {
        top: 18px;
        left: 22px;
        width: 84px;
        transform: none;
        opacity: 1;
    }

    .mt-hero-brand > span {
        opacity: 1;
        transform: translateY(-50%);
    }

    .mt-hero-slide,
    .mt-hero-slide.is-active,
    .mt-hero-slide.is-leaving {
        transition: none;
    }

    .mt-hero-slide.is-active figure img,
    .mt-hero-slide.is-active .mt-hero-slide__title span,
    .mt-hero-slide.is-active .mt-hero-slide__veil::after,
    .mt-intro-done .mt-hero-control.is-active > i::after {
        animation: none;
    }
}

/* Dedicated consultation page */
body.ynk-mitasora-contact-active {
    overflow-x: hidden;
    background: var(--mt-paper);
}

body.ynk-mitasora-contact-active .c-pageTitle,
body.ynk-mitasora-contact-active .p-breadcrumb,
body:has(#mitasoraContact) .c-pageTitle,
body:has(#mitasoraContact) .p-breadcrumb,
body.ynk-mitasora-contact-active .post_content > .wp-block-spacer:first-child {
    display: none !important;
}

body.ynk-mitasora-contact-active .l-content,
body.ynk-mitasora-contact-active .l-mainContent,
body.ynk-mitasora-contact-active .l-mainContent__inner,
body.ynk-mitasora-contact-active .post_content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body:has(#mitasoraContact) .l-content,
body:has(#mitasoraContact) .l-mainContent,
body:has(#mitasoraContact) .l-mainContent__inner,
body:has(#mitasoraContact) .post_content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.mt-contact,
.mt-contact * {
    box-sizing: border-box;
}

.mt-contact {
    position: relative;
    z-index: 1;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: clip;
    color: var(--mt-ink);
    background: var(--mt-paper);
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.85;
    letter-spacing: .025em;
}

.mt-contact img {
    display: block;
    max-width: 100%;
}

.mt-contact a {
    color: inherit;
    text-decoration: none;
}

.mt-contact h1,
.mt-contact h2,
.mt-contact p,
.mt-contact dl,
.mt-contact dd {
    margin: 0;
}

.mt-contact-wrap {
    width: min(1180px, calc(100% - 9vw));
    margin-inline: auto;
}

.mt-contact-kicker {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .28em;
}

.mt-contact-hero {
    position: relative;
    min-height: min(780px, calc(100svh - 70px));
    overflow: hidden;
    color: #fff;
    background: #102d3c;
}

.mt-contact-hero__photo,
.mt-contact-hero__shade {
    position: absolute;
    inset: 0;
}

.mt-contact-hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 48% 46%;
    filter: saturate(.84) contrast(1.05);
    animation: mtHeroCamera 13s ease-out both;
}

.mt-contact-hero__shade {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(5,22,31,.93) 0%, rgba(5,22,31,.71) 46%, rgba(5,22,31,.16) 78%),
        linear-gradient(0deg, rgba(5,22,31,.78), transparent 58%);
}

.mt-contact-hero__shade::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .14;
    mix-blend-mode: soft-light;
    background-image: url("data:image/svg+xml,%3Csvg width='130' height='130' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}

.mt-contact-hero__brand {
    position: absolute;
    z-index: 5;
    top: 22px;
    left: clamp(22px, 3vw, 48px);
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff !important;
}

.mt-contact-hero__brand img {
    width: 78px;
    filter: drop-shadow(0 12px 22px rgba(0,0,0,.24));
}

.mt-contact-hero__brand span {
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255,255,255,.54);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
}

.mt-contact-hero__copy {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: clamp(60px, 9vw, 150px);
    width: min(760px, 70vw);
    transform: translateY(-48%);
}

.mt-contact-hero__copy .mt-contact-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #f8d060;
}

.mt-contact-hero__copy .mt-contact-kicker::before {
    content: "";
    width: 46px;
    height: 2px;
    background: currentColor;
}

.mt-contact-hero__copy h1 {
    margin: 18px 0 22px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(54px, 7.3vw, 112px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.075em;
    text-shadow: 0 14px 42px rgba(0,0,0,.36);
}

.mt-contact-hero__copy h1 em {
    color: #f8d060;
    font-style: normal;
}

.mt-contact-hero__copy > p:last-child {
    font-size: clamp(13px, 1.25vw, 18px);
    font-weight: 700;
    line-height: 1.85;
    text-shadow: 0 5px 18px rgba(0,0,0,.42);
}

.mt-contact-hero__status {
    position: absolute;
    z-index: 5;
    right: clamp(28px, 4vw, 70px);
    bottom: 38px;
    display: flex;
    box-shadow: 14px 16px 0 rgba(5,22,31,.42);
}

.mt-contact-hero__status p {
    min-width: 195px;
    padding: 13px 17px;
    color: var(--mt-ink);
    background: #f8d060;
}

.mt-contact-hero__status p:first-child {
    color: #fff;
    background: #ff735d;
}

.mt-contact-hero__status small,
.mt-contact-hero__status strong {
    display: block;
}

.mt-contact-hero__status small {
    font-size: 8px;
    font-weight: 800;
}

.mt-contact-hero__status strong {
    margin-top: 2px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 20px;
}

.mt-contact-hero__scroll {
    position: absolute;
    z-index: 5;
    right: 22px;
    top: 35%;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,.65);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .18em;
    writing-mode: vertical-rl;
}

.mt-contact-hero__scroll i {
    width: 1px;
    height: 52px;
    overflow: hidden;
    background: rgba(255,255,255,.3);
}

.mt-contact-hero__scroll i::after {
    content: "";
    display: block;
    width: 1px;
    height: 21px;
    background: #fff;
    animation: mtScroll 1.8s ease-in-out infinite;
}

.mt-contact-guide {
    padding: clamp(95px, 10vw, 150px) 0;
    background: var(--mt-cream);
}

.mt-contact-guide .mt-contact-kicker,
.mt-contact-aside .mt-contact-kicker {
    color: var(--mt-coral);
}

.mt-contact-guide h2,
.mt-contact-aside h2 {
    margin-top: 15px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.06em;
}

.mt-contact-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: clamp(45px, 6vw, 80px);
    border-top: 1px solid var(--mt-line);
}

.mt-contact-steps article {
    position: relative;
    min-height: 250px;
    padding: 32px 34px;
    border-right: 1px solid var(--mt-line);
}

.mt-contact-steps article:first-child {
    border-left: 1px solid var(--mt-line);
}

.mt-contact-steps b {
    position: absolute;
    top: 18px;
    right: 21px;
    color: rgba(24,49,69,.13);
    font-family: Georgia, serif;
    font-size: 50px;
    font-weight: 400;
}

.mt-contact-steps span {
    display: block;
    margin: 58px 0 18px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 30px;
    font-weight: 700;
}

.mt-contact-steps p {
    max-width: 240px;
    color: #516673;
    font-size: 12px;
}

.mt-contact-form-section {
    position: relative;
    padding: clamp(95px, 11vw, 170px) 0;
    background: var(--mt-paper);
}

.mt-contact-form-layout {
    display: grid;
    grid-template-columns: minmax(280px, .74fr) minmax(520px, 1.26fr);
    gap: clamp(50px, 7vw, 105px);
    align-items: start;
}

.mt-contact-aside {
    position: sticky;
    top: 100px;
}

.mt-contact-aside > p:not(.mt-contact-kicker) {
    margin-top: 24px;
    color: #5d707c;
    font-size: 13px;
}

.mt-contact-phone {
    display: block;
    margin-top: 36px;
    padding: 22px 25px;
    color: #fff !important;
    background: var(--mt-blue);
    box-shadow: 10px 11px 0 var(--mt-sky);
    transition: transform .25s, box-shadow .25s;
}

.mt-contact-phone:hover {
    transform: translateY(-4px);
    box-shadow: 10px 15px 0 var(--mt-sky);
}

.mt-contact-phone small,
.mt-contact-phone strong,
.mt-contact-phone span {
    display: block;
}

.mt-contact-phone small {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
}

.mt-contact-phone strong {
    margin: 5px 0;
    font-family: Georgia, serif;
    font-size: clamp(28px, 3vw, 40px);
    letter-spacing: .02em;
}

.mt-contact-phone span {
    text-align: right;
    font-size: 9px;
    font-weight: 800;
}

.mt-contact-facts {
    margin-top: 42px;
    border-top: 1px solid var(--mt-line);
}

.mt-contact-facts > div {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid var(--mt-line);
}

.mt-contact-facts dt {
    color: var(--mt-blue);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .15em;
}

.mt-contact-facts dd {
    font-size: 11px;
    line-height: 1.65;
}

.mt-contact-aside__animal {
    width: 90px;
    margin: 30px 0 0 auto;
    filter: drop-shadow(0 14px 20px rgba(24,49,69,.17));
}

.mt-contact-form-card {
    padding: clamp(28px, 4vw, 56px);
    border: 1px solid var(--mt-line);
    background: #fff;
    box-shadow: 20px 24px 0 var(--mt-sky-bright);
}

.mt-contact-form-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 38px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--mt-line);
}

.mt-contact-form-card__head > span {
    font-family: Georgia, serif;
    font-size: 28px;
    letter-spacing: .08em;
}

.mt-contact-form-card__head p {
    color: #677984;
    font-size: 10px;
}

.mt-contact-form-card__head b,
.mitasora-contact-form .required {
    display: inline-block;
    margin-right: 6px;
    padding: 1px 7px;
    border-radius: 999px;
    color: #fff;
    background: var(--mt-coral);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .05em;
}

.mitasora-contact-form > label,
.mitasora-contact-form > fieldset {
    display: block;
    margin: 0 0 27px;
    padding: 0;
    border: 0;
    color: var(--mt-ink);
    font-size: 12px;
    font-weight: 800;
}

.mitasora-contact-form legend {
    margin-bottom: 10px;
}

.mitasora-contact-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 9px;
}

.mitasora-contact-form input[type="text"],
.mitasora-contact-form input[type="email"],
.mitasora-contact-form input[type="tel"],
.mitasora-contact-form input[type="number"],
.mitasora-contact-form input[type="date"],
.mitasora-contact-form select,
.mitasora-contact-form textarea {
    width: 100%;
    min-height: 56px;
    padding: 13px 15px;
    border: 1px solid #ccd7dd;
    border-radius: 0;
    color: var(--mt-ink);
    background: #f9fbfb;
    box-shadow: none;
    font: 500 14px/1.6 inherit;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.mitasora-contact-form textarea {
    min-height: 170px;
    resize: vertical;
}

.mitasora-contact-form input:focus,
.mitasora-contact-form select:focus,
.mitasora-contact-form textarea:focus {
    outline: 0;
    border-color: var(--mt-blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(58,116,152,.11);
}

.mitasora-contact-form .wpcf7-list-item {
    margin: 0 18px 8px 0;
}

.mitasora-contact-form .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 600;
}

.mitasora-contact-form input[type="checkbox"],
.mitasora-contact-form input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: var(--mt-blue);
}

.mitasora-contact-form .wpcf7-acceptance .wpcf7-list-item {
    margin-right: 0;
}

.mitasora-contact-form .wpcf7-submit {
    width: 100%;
    min-height: 64px;
    margin-top: 13px;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: var(--mt-coral);
    box-shadow: 10px 11px 0 #f8ddd6;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    cursor: pointer;
    transition: transform .25s, box-shadow .25s;
}

.mitasora-contact-form .wpcf7-submit:hover {
    transform: translateY(-4px);
    box-shadow: 10px 15px 0 #f8ddd6;
}

.mitasora-contact-form .wpcf7-not-valid-tip {
    margin-top: 5px;
    color: #b84e42;
    font-size: 11px;
}

.mitasora-contact-form .wpcf7-response-output {
    margin: 25px 0 0 !important;
    padding: 14px 16px !important;
    border: 0 !important;
    color: var(--mt-ink);
    background: var(--mt-sky-bright);
    font-size: 12px;
}

.mt-contact-form-error {
    padding: 20px;
    color: #fff;
    background: var(--mt-coral);
}

.mt-contact-footer {
    display: flex;
    min-height: 310px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 70px max(4.5vw, calc((100% - 1180px) / 2));
    color: #fff;
    background: var(--mt-ink);
}

.mt-contact-footer p {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(28px, 4vw, 55px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.045em;
}

.mt-contact-footer a {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,.6);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
}

.mt-contact-footer a span {
    font-size: 20px;
    transition: transform .2s;
}

.mt-contact-footer a:hover span {
    transform: translateX(5px);
}

@media (max-width: 900px) {
    .mt-contact-hero__status {
        right: 5vw;
        left: 5vw;
        justify-content: flex-end;
    }

    .mt-contact-form-layout {
        grid-template-columns: 1fr;
    }

    .mt-contact-aside {
        position: relative;
        top: auto;
    }

    .mt-contact-aside__animal {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 560px) {
    .mt-contact-hero {
        min-height: 720px;
    }

    .mt-contact-hero__photo img {
        object-position: 52% 46%;
    }

    .mt-contact-hero__shade {
        background: linear-gradient(0deg, rgba(5,22,31,.94), rgba(5,22,31,.36) 74%, rgba(5,22,31,.18));
    }

    .mt-contact-hero__brand {
        top: 10px;
        left: 12px;
    }

    .mt-contact-hero__brand img {
        width: 66px;
    }

    .mt-contact-hero__brand span,
    .mt-contact-hero__scroll {
        display: none;
    }

    .mt-contact-hero__copy {
        top: auto;
        right: 5vw;
        bottom: 190px;
        left: 5vw;
        width: auto;
        transform: none;
    }

    .mt-contact-hero__copy h1 {
        margin: 13px 0 17px;
        font-size: clamp(44px, 13vw, 64px);
    }

    .mt-contact-hero__copy > p:last-child {
        font-size: 11px;
    }

    .mt-contact-hero__status {
        right: 5vw;
        bottom: 28px;
        left: 5vw;
        display: grid;
        grid-template-columns: 1fr 1fr;
        box-shadow: 8px 9px 0 rgba(5,22,31,.42);
    }

    .mt-contact-hero__status p {
        min-width: 0;
        padding: 10px;
    }

    .mt-contact-hero__status strong {
        font-size: 15px;
    }

    .mt-contact-guide,
    .mt-contact-form-section {
        padding: 82px 0;
    }

    .mt-contact-steps {
        grid-template-columns: 1fr;
    }

    .mt-contact-steps article,
    .mt-contact-steps article:first-child {
        min-height: 180px;
        border-right: 1px solid var(--mt-line);
        border-bottom: 1px solid var(--mt-line);
        border-left: 1px solid var(--mt-line);
    }

    .mt-contact-steps span {
        margin-top: 32px;
    }

    .mt-contact-form-card {
        padding: 25px 18px 34px;
        box-shadow: 10px 12px 0 var(--mt-sky-bright);
    }

    .mt-contact-form-card__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .mitasora-contact-form .wpcf7-list-item {
        display: block;
        margin-right: 0;
    }

    .mt-contact-footer {
        min-height: 300px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 65px 6vw;
    }
}
