@charset "utf-8";

#ticket {
    --color-stone-50: oklch(98.5% 0.001 106.423);
    --color-stone-100: oklch(97% 0.001 106.424);
    --color-stone-200: oklch(92.3% 0.003 48.717);
    --color-stone-300: oklch(86.9% 0.005 56.366);
    --color-stone-400: oklch(70.9% 0.01 56.259);
    --color-stone-500: oklch(55.3% 0.013 58.071);
    --color-stone-600: oklch(44.4% 0.011 73.639);
    --color-stone-700: oklch(37.4% 0.01 67.558);
    --color-stone-800: oklch(26.8% 0.007 34.298);
    --color-stone-900: oklch(21.6% 0.006 56.043);
    --color-stone-950: oklch(14.7% 0.004 49.25);
    --color-yellow-50: oklch(98.7% 0.026 102.212);
    --color-yellow-100: oklch(97.3% 0.071 103.193);
    --color-yellow-200: oklch(94.5% 0.129 101.54);
    --color-yellow-300: oklch(90.5% 0.182 98.111);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-yellow-700: oklch(55.4% 0.135 66.442);
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --color-yellow-900: oklch(42.1% 0.095 57.708);
    --color-yellow-950: oklch(28.6% 0.066 53.813);
    --ticket-text: var(--color-stone-800);
    --ticket-sub: var(--color-stone-600);
    --ticket-muted: var(--color-stone-500);
    --ticket-line: var(--color-stone-200);
    --ticket-soft: var(--color-stone-50);
    --ticket-paper: #ffffff;
    --ticket-cyan-soft: #e9fbff;
    --ticket-magenta-soft: #fff0f7;
    --ticket-yellow-image: #fff8d8;
    --ticket-section-cyan: #f4fdff;
    --ticket-section-magenta: #fff7fb;
    --ticket-section-yellow: #fffbed;
    --ticket-yellow: var(--color-stone-700);
    --ticket-yellow-soft: var(--color-stone-100);
    --ticket-link: var(--color-stone-700);
    --ticket-cta: var(--primary);
    --primary: var(--color-stone-800);
    --primary-dark: var(--color-stone-900);
    --primary-text: var(--color-stone-50);
}
#ticket article {
    width: 100%;
    background: var(--ticket-paper);
    color: var(--ticket-text);
    font-family: "Hiragino Sans", "Yu Gothic", system-ui, sans-serif;
    font-feature-settings: "palt";
}
#ticket #main,
#ticket #contents {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
}
#ticket #breadcrumb {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
    box-sizing: border-box;
}
#ticket article p,
#ticket article li,
#ticket article dd {
    color: var(--ticket-sub);
    font-size: 16px;
    line-height: 32px;
}
#ticket article a {
    color: var(--ticket-link);
}
#ticket article h1,
#ticket article h2,
#ticket article h3,
#ticket article h4,
#ticket article strong,
#ticket article summary,
#ticket article a {
    line-break: strict;
}

#ticket-local-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    margin: 0;
    padding: 12px 0;
    border-top: 1px solid var(--ticket-line);
    border-bottom: 1px solid var(--ticket-line);
    background: rgba(255, 255, 255, .96);
}
#ticket-local-nav ul {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
}
#ticket-local-nav li {
    flex: 0 0 auto;
}
#ticket-local-nav a {
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid var(--ticket-line);
    border-radius: 20px;
    background: #fff;
    color: var(--ticket-link);
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

#ticket article > section,
#ticket article > div:not(#sp-sticky-cta) {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 88px max(24px, calc((100% - 1200px) / 2 + 24px));
    box-sizing: border-box;
}
#ticket article section h3 {
    margin: 0;
    color: var(--ticket-text);
    font-size: clamp(28px, 4vw, 40px);
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
}
.section-heading {
    max-width: 720px;
    margin-bottom: 48px;
}
.section-heading.compact {
    margin-bottom: 24px;
}
.section-heading .eyebrow,
#product-title .eyebrow {
    margin-bottom: 12px;
    color: var(--ticket-muted);
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.section-heading p {
    margin-top: 16px;
}

#ticket article > #product-title {
    padding-top: 20px;
    padding-bottom: 40px;
    background: var(--ticket-soft);
}
#product-title .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 40px;
    border-radius: 40px;
    background: #fff;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr);
    gap: 36px;
    align-items: center;
}
#product-title h1 {
    margin: 0;
    color: var(--ticket-text);
    font-size: clamp(32px, 3.5vw, 38px);
    font-weight: bold;
    line-height: 1.24;
}
#product-title h2 {
    max-width: 720px;
    margin: 16px 0 0;
    color: var(--ticket-sub);
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}
.hero-price {
    margin-top: 14px;
    color: var(--ticket-text);
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.hero-price span {
    color: var(--ticket-sub);
    font-size: 16px;
    line-height: 28px;
}
.hero-price strong {
    color: var(--ticket-text);
    font-size: 32px;
    line-height: 40px;
}
.hero-points {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
#ticket article .hero-points li {
    padding: 4px 10px;
    border: 1px solid var(--ticket-line);
    border-radius: 4px;
    background: #fff;
    color: var(--ticket-sub);
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
#ticket article .hero-points li::before {
    content: "#";
    margin-right: 2px;
    color: var(--ticket-muted);
}
.hero-actions,
.final-actions,
.section-action {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.hero-actions a,
.final-actions a,
.section-action a {
    min-height: 52px;
    padding: 0 28px;
    border-radius: 28px;
    background: var(--ticket-cta);
    color: var(--primary-text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-decoration: none;
}
#ticket article .hero-actions a,
#ticket article .hero-actions a:visited,
#ticket article .final-actions a,
#ticket article .final-actions a:visited,
#ticket article .section-action a,
#ticket article .section-action a:visited,
#ticket article #lineup .btn,
#ticket article #lineup .btn:visited,
#ticket article #sp-sticky-cta a,
#ticket article #sp-sticky-cta a:visited {
    color: var(--primary-text);
}
.hero-note {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
}
.hero-media {
    position: relative;
    min-height: 320px;
    padding: 8px 24px 0;
    border-radius: 40px;
    background: var(--ticket-cyan-soft);
    overflow: visible;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-ticket-img {
    width: 112%;
    max-width: 740px;
    height: auto;
    display: block;
    object-fit: contain;
    position: relative;
    z-index: 1;
    transform: translate(36px, -34px) scale(1.22);
    transform-origin: center;
}
.section-action {
    align-items: center;
}
.section-action p {
    margin: 0;
    color: var(--ticket-muted);
    font-size: 14px;
    line-height: 24px;
}

.benefit-list,
.usecase-list,
.flow-list,
.quality-list,
.support-list,
.review-list,
.size-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.benefit-list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.benefit-list li {
    padding: 24px;
    border: 0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
    color: var(--ticket-text);
    font-weight: bold;
}
.benefit-list span,
.flow-list span,
.data-ok span {
    margin-bottom: 4px;
    color: var(--color-stone-700);
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}
.benefit-list span {
    font-size: 18px;
}
#lineup .product-card {
    min-height: 100%;
    padding: 24px;
    border: 1px solid var(--ticket-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.product-ticket-img,
.quality-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    margin-bottom: 24px;
    object-fit: contain;
}
.product-ticket-img {
    border-radius: 20px;
    background: var(--ticket-cyan-soft);
}
.usecase-list li:nth-child(2) .product-ticket-img {
    background: var(--ticket-magenta-soft);
}
.usecase-list li:nth-child(3) .product-ticket-img {
    background: var(--ticket-yellow-image);
}
.quality-img {
    border-radius: 16px;
    background: var(--ticket-cyan-soft);
}
.quality-list li:nth-child(2) .quality-img {
    background: var(--ticket-magenta-soft);
}
.quality-list li:nth-child(3) .quality-img {
    background: var(--ticket-yellow-image);
}
#lineup .category,
.review-use {
    margin-bottom: 8px;
    color: var(--ticket-muted);
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
#lineup strong {
    margin-bottom: 8px;
    color: var(--ticket-text);
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
#lineup .price {
    margin-bottom: 16px;
    color: var(--color-stone-700);
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: baseline;
    gap: 6px;
}
#lineup .price span {
    font-size: 16px;
}
#lineup .price span:first-child {
    color: var(--ticket-text);
}
#lineup .price strong {
    color: var(--color-stone-700);
    font-size: 32px;
    line-height: 40px;
}
#lineup .desc {
    min-height: 96px;
    margin-bottom: 24px;
}
#lineup .btn {
    width: calc(100% - 32px);
    min-height: 48px;
    margin: auto 16px 0;
    border-radius: 24px;
    background: var(--ticket-cta);
    color: var(--primary-text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.reason-block {
    display: grid;
    grid-template-columns: minmax(420px, 1fr) minmax(0, 1fr);
    gap: 64px;
    align-items: center;
}
.reason-block + .reason-block {
    margin-top: 64px;
}
.reason-block.reverse img {
    order: 2;
}
.reason-img {
    width: 100%;
    height: auto;
    border-radius: 32px;
    background: var(--ticket-cyan-soft);
    object-fit: contain;
}
.reason-block.reverse .reason-img {
    background: var(--ticket-magenta-soft);
}
.reason-block h4,
.quality-list h4,
.support-list h4,
.flow-list h4,
.perforation-summary h4,
.faq-list summary {
    margin-bottom: 12px;
    color: var(--ticket-text);
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
.sub-heading {
    max-width: 720px;
    margin: 80px 0 32px;
}
.sub-heading h3 {
    font-size: clamp(24px, 3vw, 32px);
}

.flow-list li {
    position: relative;
    padding: 32px;
    border: 0;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
    box-sizing: border-box;
}
.flow-list {
    gap: 56px;
}
.flow-list li:not(:last-child)::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: -44px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background: var(--ticket-soft);
    color: var(--color-stone-500);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    font-family: Arial, sans-serif;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding-bottom: 2px;
}
.flow-list li:not(:last-child)::before {
    content: none;
}
.flow-list h4 {
    margin-bottom: 8px;
}
.flow-list p {
    margin: 0;
}
.data-ok {
    margin-top: 32px;
    padding: 32px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: 32px;
    align-items: center;
}
.data-ok h4 {
    margin-bottom: 12px;
    color: var(--ticket-text);
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
.data-ok ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.data-ok li {
    min-height: 72px;
    padding: 16px;
    border-radius: 20px;
    background: var(--ticket-soft);
    display: flex;
    align-items: center;
    justify-content: center;
}
.data-ok li:nth-child(1) {
    background: #eef7ff;
}
.data-ok li:nth-child(2) {
    background: #fff8d8;
}
.data-ok li:nth-child(3) {
    background: #fff1f2;
}
.data-ok li:nth-child(4) {
    background: #fff3e6;
}
.data-ok span {
    margin: 0;
    color: var(--ticket-text);
    font-size: 24px;
    line-height: 32px;
}

#quick-benefits,
#order-flow,
#quality,
#faq {
    background: var(--ticket-soft);
}
#lineup {
    background: var(--ticket-section-cyan);
}
#size-guide {
    background: var(--ticket-section-magenta);
}
#reviews {
    background: var(--ticket-section-yellow);
}
.quality-list > li,
.support-list li,
.review-list li,
.size-list li,
.perforation-summary,
#spec li {
    padding: 28px;
    border: 1px solid var(--ticket-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
    box-sizing: border-box;
}
.size-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    margin-bottom: 24px;
    border-radius: 20px;
    background: var(--ticket-cyan-soft);
    object-fit: contain;
}
.size-list li:nth-child(2) .size-img {
    background: var(--ticket-magenta-soft);
}
.size-list li:nth-child(3) .size-img {
    background: var(--ticket-yellow-image);
}
.size-list h4 {
    margin-bottom: 8px;
    color: var(--ticket-text);
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
.size-value {
    margin-bottom: 8px;
    color: var(--color-stone-700);
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
.size-link {
    min-height: 44px;
    margin-top: 20px;
    padding: 0 20px;
    border-radius: 22px;
    background: var(--ticket-cta);
    color: var(--primary-text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-decoration: none;
}
#ticket article .size-link,
#ticket article .size-link:visited {
    color: var(--primary-text);
}
.support-list {
    grid-template-columns: repeat(4, 1fr);
}
.support-list h4 {
    font-size: 20px;
    line-height: 28px;
}
#spec ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
#spec h4 {
    margin-bottom: 16px;
    color: var(--ticket-text);
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.spec-icon {
    width: 20px;
    height: 20px;
    color: var(--color-stone-500);
    fill: currentColor;
    flex: 0 0 20px;
}
#spec p {
    color: var(--ticket-text);
    font-size: 24px;
    line-height: 32px;
}
#spec p + p {
    margin-top: 8px;
    color: var(--ticket-sub);
    font-size: 16px;
    line-height: 24px;
}
#spec .delivery-days {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
#spec .delivery-days span {
    font-size: 28px;
}
#spec .delivery-days em {
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
}
#spec a {
    margin-top: 12px;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}
.paper-list {
    display: grid;
    gap: 8px;
}
.paper-list dt {
    margin-top: 8px;
    color: var(--ticket-text);
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.paper-list dt:first-child {
    margin-top: 0;
}
.paper-list dd {
    color: var(--ticket-sub);
    font-size: 16px;
    line-height: 24px;
}
.perforation-summary {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 32px;
    align-items: center;
}
.perforation-ticket-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    background: var(--ticket-yellow-image);
    object-fit: contain;
}

.review-img {
    width: 160px;
    height: 120px;
    margin-bottom: 16px;
    border-radius: 16px;
    background: var(--ticket-cyan-soft);
    object-fit: contain;
}
.review-list li:nth-child(2) .review-img {
    background: var(--ticket-magenta-soft);
}
.review-list li:nth-child(3) .review-img {
    background: var(--ticket-yellow-image);
}
.faq-list {
    max-width: none;
    display: grid;
    gap: 12px;
    border-top: 0;
}
.faq-list details {
    padding: 0;
    border: 1px solid var(--ticket-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
    overflow: hidden;
}
.faq-list summary {
    margin: 0;
    padding: 24px 28px;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.faq-list summary::-webkit-details-marker {
    display: none;
}
.faq-list summary::after {
    content: "+";
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: var(--ticket-yellow-soft);
    color: var(--ticket-text);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    font-size: 20px;
    line-height: 24px;
}
.faq-list details[open] summary::after {
    content: "-";
}
.faq-list p {
    max-width: 760px;
    padding: 0 56px 28px 28px;
}

#final-cta {
    text-align: center;
}
#final-cta > div {
    max-width: 960px;
    margin: 0 auto;
    padding: 64px 48px;
    border: 0;
    border-radius: 40px;
    background: var(--ticket-yellow-soft);
}
#ticket article #final-cta h3 {
    text-align: center;
}
#final-cta p {
    margin-top: 16px;
}
#final-cta .estimate-note {
    margin-top: 8px;
    color: var(--ticket-muted);
    font-size: 16px;
    line-height: 28px;
}
#final-cta .estimate-note a {
    color: var(--ticket-link);
    text-decoration: underline;
    text-underline-offset: 4px;
}
#final-cta .final-actions {
    justify-content: center;
}
#final-cta .final-actions a {
    min-width: 220px;
}

#sp-sticky-cta {
    display: none;
}

@media screen and (max-width: 768px) {
    #ticket article > section,
    #ticket article > div:not(#sp-sticky-cta) {
        padding: 56px 20px;
    }
    #ticket article section h3 {
        font-size: 30px;
        line-height: 40px;
    }
    #product-title .inner,
    .reason-block,
    .perforation-summary {
        grid-template-columns: 1fr;
    }
    #product-title h1 {
        font-size: 34px;
        line-height: 44px;
    }
    #product-title .inner {
        padding: 32px 24px;
        border-radius: 28px;
    }
    .hero-media {
        padding: 20px;
        border-radius: 28px;
    }
    .title-ticket-img {
        width: 100%;
        transform: none;
    }
    .hero-price {
        font-size: 16px;
        line-height: 24px;
    }
    .hero-price strong {
        font-size: 32px;
        line-height: 40px;
    }
    .reason-block.reverse img {
        order: 0;
    }
    .flow-list li:not(:last-child)::after {
        content: "⌄";
        top: auto;
        right: auto;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
        width: 32px;
        height: 32px;
        border-radius: 16px;
        background: var(--ticket-soft);
        padding-bottom: 0;
    }
    .flow-list li:not(:last-child)::before {
        content: none;
    }
    .usecase-list,
    .benefit-list,
    .quality-list,
    .support-list,
    .review-list,
    .size-list,
    .data-ok,
    #spec ul {
        grid-template-columns: 1fr;
    }
    .flow-list {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .data-ok ul {
        grid-template-columns: 1fr;
    }
    #final-cta > div {
        padding: 32px 24px;
        border-radius: 28px;
    }
    #sp-sticky-cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        padding: 12px 16px;
        background: #fafaf9;
        border-top: 1px solid var(--ticket-line);
        display: block;
    }
    #sp-sticky-cta a {
        min-height: 48px;
        border-radius: 24px;
        background: var(--ticket-cta);
        color: var(--primary-text);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        text-decoration: none;
    }
    #ticket article #sp-sticky-cta a,
    #ticket article #sp-sticky-cta a:visited {
        color: var(--primary-text);
    }
}
