:root {
    --tyumon-theme: #ffec00;
    --tyumon-theme-strong: #efef00;
    --tyumon-soft-pink: #ffcece;
    --tyumon-soft-gray: #dfdfdf;
    --tyumon-ink: #222222;
    --tyumon-accent-dark: #4b4b4b;
    --tyumon-shadow-lg: 0 22px 55px rgba(34, 34, 34, 0.08);
    --tyumon-shadow-md: 0 14px 30px rgba(34, 34, 34, 0.06);
}

/* --- Force reset for legacy layout --- */
#left-menu,
#right-menu,
#header #recordButton,
#header #djButton {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
}

#container {
    display: block !important;
}

body {
    background: #ffffff;
    color: var(--tyumon-ink);
    scroll-behavior: smooth;
}

#main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    float: none !important;
    padding: 100px 0 0 !important;
    background: #fff;
}

#setumei_n {
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 20px !important;
}

#setumei_n br {
    display: inline !important;
}

#setumei_n p {
    margin-bottom: 24px !important;
    line-height: 1.8;
}

#left-menu,
#right-menu,
.mm-menu {
    display: none !important;
    visibility: hidden !important;
}

#setumei_n [data-anchor],
#setumei_n a[name] {
    scroll-margin-top: 120px;
}

#setumei_n h1 {
    margin: 0;
    padding: 36px 38px 28px;
    border: 2px solid #111111;
    border-radius: 36px 36px 0 0;
    background:
        linear-gradient(135deg, rgba(255, 236, 0, 0.92), rgba(239, 239, 0, 0.88)),
        #ffffff;
    color: #1e1e1e;
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1.15;
    box-shadow: 12px 12px 0 rgba(34, 34, 34, 0.08);
}

#setumei_n > .tyumon-section-card,
.tyumon-section-card {
    position: relative;
    margin: 0 0 28px;
    padding: 40px !important;
    border: 2px solid #161616;
    border-radius: 0 0 36px 36px;
    background: #ffffff;
    box-shadow: var(--tyumon-shadow-lg);
    overflow: hidden;
    margin-bottom: 30px !important;
    line-height: 1.8;
}

#setumei_n > .tyumon-section-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 12px;
    background: #111111;
}

#setumei_n > .tyumon-section-card + .tyumon-section-card {
    margin-top: 34px;
    border-radius: 36px;
}

#setumei_n .tyumon-section-card--intro {
    background:
        linear-gradient(180deg, rgba(255, 236, 0, 0.1), rgba(255, 255, 255, 1) 24%),
        #ffffff;
}

#setumei_n .tyumon-section-card--guide::before {
    background: linear-gradient(90deg, #111111 0 18%, var(--tyumon-theme) 18% 100%);
}

#setumei_n .tyumon-section-card--delivery::before {
    background: linear-gradient(90deg, #111111 0 18%, var(--tyumon-soft-pink) 18% 100%);
}

#setumei_n .tyumon-section-card--payment::before {
    background: linear-gradient(90deg, #111111 0 18%, #fff3a6 18% 100%);
}

#setumei_n .tyumon-section-card--notice::before {
    background: linear-gradient(90deg, #111111 0 18%, #ffcece 18% 100%);
}

#setumei_n .tyumon-section-card--support::before {
    background: linear-gradient(90deg, #111111 0 18%, #ececec 18% 100%);
}

#setumei_n .tyumon-section-card p,
#setumei_n .tyumon-section-card font,
#setumei_n .tyumon-section-card div,
#setumei_n .tyumon-section-card li,
#setumei_n .tyumon-section-card td {
    font-size: 16px;
    line-height: 1.9;
    color: #2d2d2d;
}

#setumei_n .tyumon-section-card p {
    margin: 0;
}

#setumei_n .tyumon-section-card[data-anchor] {
    scroll-margin-top: 110px;
}

#setumei_n .tyumon-section-card:target,
#setumei_n .tyumon-section-card.is-focused {
    box-shadow: 0 0 0 4px rgba(255, 236, 0, 0.45), var(--tyumon-shadow-lg);
}

#setumei_n .tyumon-section-card--intro,
#setumei_n .tyumon-section-card--steps,
#setumei_n .tyumon-section-card--orderform {
    padding: 38px;
}

#setumei_n .tyumon-section-card a {
    color: #111111;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid rgba(17, 17, 17, 0.2);
}

#setumei_n .tyumon-section-card a:hover {
    color: #000000;
    border-bottom-color: rgba(0, 0, 0, 0.65);
}

#setumei_n .tyumon-section-card img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 22px auto;
    border: 2px solid #1b1b1b;
    border-radius: 22px;
    box-shadow: 10px 10px 0 rgba(17, 17, 17, 0.07);
}

#setumei_n .tyumon-section-card hr {
    display: none;
}

#setumei_n .tyumon-section-card table {
    width: 100% !important;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 22px;
    border: 2px solid #1b1b1b;
    background: #ffffff;
    margin: 24px 0;
    box-shadow: 10px 10px 0 rgba(17, 17, 17, 0.05);
}

#setumei_n .tyumon-section-card td,
#setumei_n .tyumon-section-card th {
    padding: 14px 12px;
    border-color: #cfcfcf;
}

#setumei_n .tyumon-section-card .midashi,
#setumei_n .tyumon-section-card td[bgcolor="#e1e1c4"],
#setumei_n .tyumon-section-card td[bgcolor="#EEEEEE"],
#setumei_n .tyumon-section-card td[bgcolor="#eeeeee"] {
    background: #fff7b3 !important;
}

#setumei_n .tyumon-section-card > p:first-child > a[name],
#setumei_n .tyumon-section-card > p:first-child > b > a[name] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    padding: 10px 16px;
    min-height: 40px;
    border-radius: 999px;
    background: var(--tyumon-accent-dark);
    color: #ffffff !important;
    border-bottom: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;
    vertical-align: middle;
}

#setumei_n .tyumon-section-card > p:first-child > a[name]::before,
#setumei_n .tyumon-section-card > p:first-child > b > a[name]::before {
    display: none;
}

.tyumon-section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 34px;
    margin-bottom: 16px;
    padding: 0 14px;
    border: 2px solid var(--tyumon-accent-dark);
    border-radius: 999px;
    background: #f5f5f5;
    box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.06);
    color: var(--tyumon-accent-dark);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
}

.tyumon-anchor-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    height: 26px;
    margin-right: 2px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    flex: 0 0 auto;
}

#setumei_n .tyumon-section-card > p:first-child > a[name] b,
#setumei_n .tyumon-section-card > p:first-child > b > a[name] b,
#setumei_n .tyumon-section-card > p:first-child > a[name] strong,
#setumei_n .tyumon-section-card > p:first-child > b > a[name] strong {
    color: inherit !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    letter-spacing: inherit !important;
}

#setumei_n .tyumon-section-card > p:first-child b,
#setumei_n .tyumon-section-card > p:first-child strong,
#setumei_n .tyumon-section-card > p:first-child font b {
    background: transparent;
    color: #111111 !important;
    padding: 0;
    border-radius: 0;
    line-height: 1.8;
    letter-spacing: 0;
}

#setumei_n .tyumon-section-card--intro a[href^="#"] {
    display: inline-block;
    margin: 6px 10px 8px 0;
    padding: 12px 16px;
    border: 2px solid #161616;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.06);
}

#setumei_n .tyumon-section-card--intro a[href^="#"]:hover {
    background: #fffef2;
}

.tyumon-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    padding: 9px 15px;
    border: 2px solid #111111;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.06);
}

.tyumon-lead {
    max-width: 920px;
    margin-bottom: 28px !important;
    font-size: 19px;
    line-height: 1.95;
}

.tyumon-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0 28px;
}

.tyumon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 24px;
    border-radius: 999px;
    border: 2px solid #111111;
    background: #ffffff;
    color: #111111;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.tyumon-btn:hover {
    transform: translate(-2px, -2px);
    background: #fffef4;
    box-shadow: 12px 12px 0 rgba(17, 17, 17, 0.1);
}

.tyumon-btn--primary {
    background: linear-gradient(135deg, var(--tyumon-theme), var(--tyumon-theme-strong));
    border-color: #111111;
    box-shadow: 10px 10px 0 rgba(255, 236, 0, 0.22);
}

.tyumon-note-box {
    position: relative;
    margin: 28px 0;
    padding: 24px 24px 20px;
    border: 2px solid #111111;
    border-radius: 28px;
    background: linear-gradient(180deg, #fff6f6, #ffffff);
    box-shadow: 10px 10px 0 rgba(255, 206, 206, 0.55);
}

.tyumon-note-box::before {
    content: "!";
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #111111;
    color: #d66a6a;
    font-size: 20px;
    font-weight: 800;
    box-shadow: none;
}

.tyumon-note-box h2,
.tyumon-summary h2,
.tyumon-toc h2,
.tyumon-section-intro h2 {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
}

.tyumon-checklist {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tyumon-checklist li {
    position: relative;
    padding-left: 18px;
}

.tyumon-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e17878;
}

.tyumon-summary {
    margin: 28px 0;
}

.tyumon-summary-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.tyumon-summary-card {
    position: relative;
    padding: 20px 18px;
    border: 2px solid #111111;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.06);
    overflow: hidden;
}

.tyumon-summary-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 8px;
    background: linear-gradient(90deg, #111111, var(--tyumon-theme));
}

.tyumon-summary-card h3 {
    margin: 0 0 10px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.tyumon-summary-card p {
    font-size: 14px !important;
    line-height: 1.8 !important;
}

.tyumon-toc {
    margin-top: 28px;
}

.tyumon-toc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    counter-reset: toc-item;
}

.tyumon-toc-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 62px;
    padding: 16px 20px 16px 18px;
    border: 2px solid var(--tyumon-accent-dark);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.05);
    font-size: 15px;
    line-height: 1.6;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.tyumon-toc-link::before {
    display: none;
}

.tyumon-toc-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 84px;
    height: 32px;
    margin-right: 8px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f3f3f3;
    border: 2px solid var(--tyumon-accent-dark);
    color: var(--tyumon-accent-dark);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;
    flex: 0 0 auto;
}

.tyumon-toc-link:hover {
    background: #fffef2;
    transform: translate(-2px, -2px);
    box-shadow: 12px 12px 0 rgba(17, 17, 17, 0.08);
}

.tyumon-section-intro {
    margin-bottom: 24px;
}

.tyumon-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0;
    align-items: stretch;
}

.tyumon-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 22px 22px;
    border: 2px solid #111111;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.06);
    text-align: center;
}

.tyumon-step::before {
    content: attr(data-step);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    height: 38px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 14px;
    border: 2px solid var(--tyumon-accent-dark);
    border-radius: 999px;
    background: linear-gradient(135deg, var(--tyumon-theme), var(--tyumon-theme-strong));
    color: var(--tyumon-accent-dark);
    font-size: 12px;
    font-weight: 800;
}

.tyumon-step::after {
    content: "";
    position: absolute;
    top: 41px;
    right: -14px;
    width: 28px;
    height: 3px;
    background: #111111;
}

.tyumon-step:last-child::after {
    display: none;
}

.tyumon-step h3 {
    margin: 0 0 10px;
    font-size: 21px;
    font-weight: 800;
    width: 100%;
}

.tyumon-step p {
    font-size: 14px !important;
    line-height: 1.85 !important;
    width: 100%;
}

.tyumon-inline-help {
    margin-top: 24px;
    padding: 20px 22px;
    border: 2px dashed #111111;
    border-radius: 24px;
    background: linear-gradient(180deg, #fffef6, #ffffff);
    box-shadow: 8px 8px 0 rgba(255, 236, 0, 0.16);
}

.tyumon-inline-help p + p {
    margin-top: 10px !important;
}

#left-menu,
#right-menu {
    display: none !important;
    position: absolute !important;
    left: -99999px !important;
    top: 0 !important;
    width: 1px !important;
    min-width: 1px !important;
    max-width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    max-height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    z-index: -1 !important;
}

#left-menu *,
#right-menu * {
    pointer-events: none !important;
}

#left-menu.mm-menu,
#right-menu.mm-menu,
.mm-menu#left-menu,
.mm-menu#right-menu {
    display: none !important;
    visibility: hidden !important;
}

#recordButton,
#djButton {
    scroll-behavior: smooth;
}

.tyumon-inline-sections {
    display: none !important;
    max-width: 1240px;
    margin: 56px auto 78px;
    padding: 0 24px;
}

.tyumon-inline-sections__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}

.tyumon-inline-card {
    position: relative;
    background: #ffffff;
    border: 2px solid #111111;
    border-radius: 30px;
    padding: 30px 24px 26px;
    box-shadow: 10px 10px 0 rgba(17, 17, 17, 0.06);
    scroll-margin-top: 110px;
    overflow: hidden;
}

.tyumon-inline-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 10px;
}

.tyumon-inline-card--social::before {
    background: linear-gradient(90deg, var(--tyumon-theme), var(--tyumon-soft-pink));
}

.tyumon-inline-card--record::before {
    background: linear-gradient(90deg, var(--tyumon-theme), var(--tyumon-theme-strong));
}

.tyumon-inline-card--dj::before {
    background: linear-gradient(90deg, var(--tyumon-soft-pink), var(--tyumon-soft-gray));
}

.tyumon-inline-card h4 {
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid #111111;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--tyumon-ink);
}

.tyumon-inline-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tyumon-inline-card .menu-list > li,
.tyumon-inline-card .Inset > li,
.tyumon-inline-card .bnrArea > li {
    margin: 0;
}

.tyumon-inline-card .menu-list > li > a,
.tyumon-inline-card .Inset > li > a {
    display: block;
    margin-bottom: 10px;
    padding: 13px 15px;
    border: 2px solid #111111;
    border-radius: 18px;
    background: #ffffff;
    color: var(--tyumon-ink);
    font-weight: 700;
    line-height: 1.6;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.tyumon-inline-card .menu-list > li > a:hover,
.tyumon-inline-card .Inset > li > a:hover {
    transform: translate(-2px, -2px);
    border-color: #111111;
    box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.08);
    background: #fffef2;
}

.tyumon-inline-card .menu-list > li > a::before,
.tyumon-inline-card .Inset > li > a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--tyumon-theme), var(--tyumon-soft-pink));
    vertical-align: middle;
}

.tyumon-inline-card .listCaption {
    margin: 18px 0 10px;
    padding: 0 2px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #666666;
}

.tyumon-inline-card .menu-list > li:first-child.listCaption {
    margin-top: 0;
}

.tyumon-inline-card .listGruop,
.tyumon-inline-card .listGroup {
    margin-bottom: 14px;
}

.tyumon-inline-card .Inset {
    padding: 16px;
    border: 2px dashed #111111;
    border-radius: 20px;
    background: linear-gradient(180deg, #fffef8, #ffffff);
}

.tyumon-inline-card .Inset > li:first-child {
    margin: 0 0 10px;
    padding: 0 2px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #666666;
}

.tyumon-inline-card .Inset > li > a {
    margin-bottom: 8px;
}

.shop-guide-page #header.shop-guide-header {
    margin-bottom: 0;
}

.shop-guide-page #campaignBanner {
    min-height: 0;
}

.shop-guide-block + .shop-guide-block {
    margin-top: 22px;
}

.shop-guide-block h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.45;
}

.shop-guide-list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.shop-guide-list li {
    position: relative;
    margin: 0;
    padding: 0 0 0 18px;
}

.shop-guide-list li + li {
    margin-top: 10px;
}

.shop-guide-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #111111;
}

.shop-guide-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.shop-guide-chip {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 16px;
    border: 2px solid #111111;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.06);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

.shop-guide-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 22px 0;
}

.shop-guide-contact-card {
    padding: 20px 18px;
    border: 2px solid #111111;
    border-radius: 24px;
    background: linear-gradient(180deg, #fffef6, #ffffff);
    box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.06);
}

.shop-guide-contact-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800;
}

.shop-guide-contact-card p {
    margin: 0;
}

@media (max-width: 1100px) {
    .tyumon-summary-grid,
    .tyumon-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    #main {
        padding-top: 24px;
    }

    #setumei_n {
        padding: 0 14px 34px;
    }

    #setumei_n h1 {
        padding: 26px 22px 22px;
        border-radius: 26px 26px 0 0;
        font-size: 30px;
        box-shadow: 8px 8px 0 rgba(34, 34, 34, 0.08);
    }

    #setumei_n > .tyumon-section-card,
    #setumei_n .tyumon-section-card--intro,
    #setumei_n .tyumon-section-card--steps,
    #setumei_n .tyumon-section-card--orderform {
        padding: 24px 18px;
        border-radius: 0 0 28px 28px;
    }

    #setumei_n > .tyumon-section-card + .tyumon-section-card {
        border-radius: 28px;
    }

    .tyumon-lead {
        font-size: 16px;
    }

    .tyumon-summary-grid,
    .tyumon-toc-grid,
    .tyumon-steps,
    .shop-guide-contact-grid {
        grid-template-columns: 1fr;
    }

    .tyumon-step::after {
        display: none;
    }

    .tyumon-inline-help,
    .tyumon-note-box,
    .shop-guide-contact-card {
        box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.06);
    }
}

.tyumon-inline-card .Inset > li:last-child > a,
.tyumon-inline-card .menu-list > li:last-child > a {
    margin-bottom: 0;
}

.tyumon-inline-card .list-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
}

.tyumon-inline-card .list-inline li {
    margin: 0;
}

.tyumon-inline-card .list-inline a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--tyumon-theme), var(--tyumon-theme-strong));
    border: 2px solid #111111;
    box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.tyumon-inline-card .list-inline a:hover {
    transform: translate(-2px, -2px);
    box-shadow: 10px 10px 0 rgba(17, 17, 17, 0.1);
}

.tyumon-inline-card .list-inline img {
    display: block;
    max-width: 30px;
    height: auto;
}

@media (max-width: 1080px) {
    .tyumon-summary-grid,
    .tyumon-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tyumon-step:nth-child(2)::after,
    .tyumon-step:nth-child(4)::after {
        display: none;
    }

    .tyumon-inline-sections__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    #main {
        padding-top: 20px;
    }

    #setumei_n {
        padding: 0 14px 28px;
    }

    #setumei_n h1 {
        padding: 26px 22px 20px;
        border-radius: 28px 28px 0 0;
        font-size: 32px;
        box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.08);
    }

    #setumei_n > .tyumon-section-card {
        padding: 24px 20px;
        border-radius: 0 0 28px 28px;
    }

    #setumei_n > .tyumon-section-card + .tyumon-section-card {
        border-radius: 28px;
    }

    #setumei_n .tyumon-section-card--intro,
    #setumei_n .tyumon-section-card--steps,
    #setumei_n .tyumon-section-card--orderform {
        padding: 24px 20px;
    }

    #setumei_n .tyumon-section-card p,
    #setumei_n .tyumon-section-card font,
    #setumei_n .tyumon-section-card div,
    #setumei_n .tyumon-section-card li,
    #setumei_n .tyumon-section-card td {
        font-size: 14px;
        line-height: 1.85;
    }

    .tyumon-lead {
        font-size: 16px;
    }

    .tyumon-note-box h2,
    .tyumon-summary h2,
    .tyumon-toc h2,
    .tyumon-section-intro h2 {
        font-size: 20px;
    }

    .tyumon-summary-grid,
    .tyumon-toc-grid,
    .tyumon-steps {
        grid-template-columns: 1fr;
    }

    .tyumon-step::after {
        display: none;
    }

    .tyumon-toc-link {
        min-height: 52px;
        padding: 14px;
    }

    .tyumon-inline-sections {
        margin: 36px auto 48px;
        padding: 0 14px;
    }

    .tyumon-inline-sections__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .tyumon-inline-card {
        border-radius: 26px;
        padding: 24px 20px 22px;
    }

    .tyumon-inline-card h4 {
        font-size: 22px;
    }
}
