:root {
    --ink: #171717;
    --muted: #666;
    --yellow: #ffe436;
    --pink: #f36a2d;
    --cyan: #064a98;
    --green: #f59b2f;
    --paper: #fffdf2;
    --white: #fff;
    --line: #171717;
    --blue: #064a98;
    --orange: #f36a2d;
    --shadow: 8px 8px 0 #171717;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: "Noto Sans JP", sans-serif;
    background:
        radial-gradient(circle at 18px 18px, rgba(6, 74, 152, .05) 1px, transparent 1px),
        var(--paper);
    background-size: 24px 24px;
    letter-spacing: 0;
}

main {
    padding-top: 66px;
}

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

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.section {
    padding: 82px 0;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 900;
    color: var(--orange);
}

.eyebrow::before {
    content: "";
    width: 24px;
    height: 8px;
    border-radius: 999px;
    background: var(--blue);
}

h1, h2, h3, p {
    margin-top: 0;
}

h1, h2, h3 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 900;
    line-height: 1.18;
}

h1 {
    font-size: clamp(34px, 6vw, 68px);
}

h2 {
    font-size: clamp(30px, 4.8vw, 54px);
}

h3 {
    font-size: 24px;
}

p {
    line-height: 1.9;
}

/* Header */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding: 10px 16px;
    background: rgba(255, 250, 240, .92);
    border-bottom: 3px solid var(--line);
    backdrop-filter: blur(10px);
}

.nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}

.nav a, .header-tel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 14px;
    border: 3px solid var(--line);
    border-radius: 999px;
    background: var(--white);
    font-weight: 800;
    white-space: nowrap;
}

.header-tel {
    background: var(--orange);
    color: var(--white);
}

.material-icons-round {
    font-size: 21px;
    line-height: 1;
}

/* First View */
.fv {
    position: relative;
    background: var(--yellow);
    border-bottom: 5px solid var(--line);
}

.fv img {
    width: 100%;
    min-height: 520px;
    object-fit: cover;
}

.fv-cta {
    position: absolute;
    left: 50%;
    bottom: 28px;
    display: flex;
    gap: 12px;
    transform: translateX(-50%);
    width: min(720px, calc(100% - 28px));
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 54px;
    padding: 14px 20px;
    border: 4px solid var(--line);
    border-radius: 999px;
    box-shadow: 5px 5px 0 var(--line);
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 900;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease;
}

.btn:hover {
    transform: translate(3px, 3px);
    box-shadow: 2px 2px 0 var(--line);
}

.btn-primary {
    background: var(--orange);
    color: var(--white);
}

.btn-secondary {
    background: var(--blue);
    color: var(--white);
}

.btn-outline {
    background: var(--white);
}

/* Lead */
.lead-section {
    background: var(--white);
}

.lead-grid, .split, .message-grid, .entry-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.lead-copy {
    padding: 28px;
    border: 4px solid var(--line);
    border-radius: 8px;
    background: var(--yellow);
    box-shadow: var(--shadow);
}

.lead-subcopy {
    margin: 18px 0 0;
    max-width: 620px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 900;
    line-height: 1.65;
}

/* Pop Strip */
.pop-strip {
    overflow: hidden;
    border-block: 4px solid var(--line);
    background: var(--blue);
}

.marquee {
    display: flex;
    gap: 18px;
    width: max-content;
    padding: 16px 0;
    animation: marquee 24s linear infinite;
}

.marquee span {
    padding: 10px 18px;
    border: 3px solid var(--line);
    border-radius: 999px;
    background: var(--white);
    font-weight: 900;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Manga */
.manga-section {
    background: var(--ink);
}

.manga-visual {

    display: grid;
    place-items: center;
    padding: 24px;
}

.manga-visual img {
    width: 100%;
	height: auto

}

/* Points */
.section-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.section-head.center {
    margin-inline: auto;
    text-align: center;
}

.section-head.center .eyebrow {
    justify-content: center;
}

.point-grid, .number-grid, .job-grid, .store-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.point-card, .number-card, .job-card, .store-card, .company-box, .entry-form {
    border: 4px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.point-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
}

.point-photo {
    width: calc(100% + 56px);
    max-width: none;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    margin: -28px -28px 0;
    border-bottom: 4px solid var(--line);
}

.point-card h3 {
    margin-top: 22px;
}

.section-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 38px;
}

/* Work */
.work-section {
    background: var(--blue);
    color: var(--white);
    border-block: 5px solid var(--line);
}

.work-list {
    display: grid;
    gap: 14px;
}

.work-list div {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 16px;
    align-items: center;
    padding: 18px;
    border: 4px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    color: var(--ink);
}

.work-list span {
    display: grid;
    place-items: center;
    height: 56px;
    border-radius: 50%;
    background: var(--orange);
    color: var(--white);
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 900;
}

.work-list p {
    margin: 0;
    font-weight: 700;
}

/* Numbers */
.numbers-section {
    background: var(--white);
}

.number-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.number-card {
    padding: 24px;
    text-align: center;
    background: linear-gradient(180deg, #fff 0%, #fff 58%, var(--yellow) 58%);
}

.number-card p {
    margin-bottom: 8px;
    font-weight: 900;
}

.number-card strong {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1;
}

.number-card .count {
    color: var(--blue);
    font-size: 1.24em;
}

.number-card .unit {
    font-size: .46em;
    line-height: 1;
}

/* Message */
.message-section {
    background: var(--yellow);
    border-block: 5px solid var(--line);
}

.message-photo img {
    border: 4px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.message-name {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 10px;
    width: fit-content;
    margin: 24px 0 0 auto;
    padding: 8px 16px;
    border: 3px solid var(--line);
    border-radius: 999px;
    background: var(--white);
    font-weight: 900;
}

.message-name strong {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.28em;
}

/* FAQ */
.faq-list {
    display: grid;
    gap: 14px;
}

details {
    border: 4px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    overflow: hidden;
}

summary {
    cursor: pointer;
    padding: 20px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    font-weight: 900;
}

details p {
    margin: 0;
    padding: 0 20px 20px;
}

/* Stores */
.stores-section {
    background: var(--white);
}

.store-card {
    overflow: hidden;
}

.store-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.store-body {
    padding: 18px;
}

.store-body span {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 12px;
    border: 3px solid var(--line);
    border-radius: 999px;
    background: var(--yellow);
    font-weight: 900;
}

.store-card iframe {
    width: 100%;
    height: 210px;
    border: 0;
    border-top: 4px solid var(--line);
}

/* Gallery */
.gallery-section {
    overflow: hidden;
    background: var(--blue);
    border-block: 5px solid var(--line);
}

.gallery-section h2, .gallery-section .eyebrow {
    color: var(--white);
}

.gallery-swiper {
    padding: 8px 0 54px;
}

.swiper-slide {
    width: min(74vw, 520px);
}

.swiper-slide img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border: 4px solid var(--line);
    border-radius: 8px;
    box-shadow: 6px 6px 0 var(--line);
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid var(--line);
    background: var(--white);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--orange);
}

/* Requirements */
.job-card {
    padding: 28px;
}

.job-card h3 {
    display: inline-flex;
    padding: 8px 18px;
    border: 3px solid var(--line);
    border-radius: 999px;
    background: var(--blue);
    color: var(--white);
}

dl {
    margin: 0;
}

.job-card dt, .company-list dt {
    font-weight: 900;
}

.job-card dt {
    margin-top: 18px;
    color: var(--orange);
}

.job-card dd, .company-list dd {
    margin: 5px 0 0;
    line-height: 1.8;
}

/* Company */
.company-section {
    background: var(--orange);
    border-block: 5px solid var(--line);
}

.company-box {
    display: grid;
    grid-template-columns: .55fr 1fr;
    gap: 36px;
    padding: 34px;
}

.company-list {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 12px 18px;
}

.company-map {
    grid-column: 1 / -1;
    overflow: hidden;
    border: 4px solid var(--line);
    border-radius: 8px;
    background: var(--white);
}

.company-map iframe {
    display: block;
    width: 100%;
    height: 360px;
    border: 0;
}

/* Entry */
.entry-section {
    background: var(--white);
}

.phone-panel {
    display: grid;
    gap: 4px;
    width: min(100%, 380px);
    padding: 22px;
    border: 4px solid var(--line);
    border-radius: 8px;
    background: var(--yellow);
    box-shadow: var(--shadow);
}

.phone-panel .material-icons-round {
    font-size: 34px;
}

.phone-panel strong {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 34px;
}

.entry-form {
    display: grid;
    gap: 16px;
    padding: 28px;
}

.entry-form label {
    display: grid;
    gap: 8px;
    font-weight: 900;
}

.entry-form label span {
    width: fit-content;
    padding: 2px 8px;
    border-radius: 999px;
    background: var(--orange);
    color: var(--white);
    font-size: 12px;
}

input, select, textarea {
    width: 100%;
    padding: 14px 16px;
    border: 3px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    font: inherit;
}

textarea {
    resize: vertical;
}

.hidden-field {
    position: absolute;
    left: -9999px;
}

.form-submit {
    width: 100%;
    cursor: pointer;
}

.form-message {
    padding: 14px;
    border: 3px solid var(--line);
    border-radius: 8px;
    font-weight: 900;
}

.form-message.success {
    background: #d9ffd4;
}

.form-message.error {
    background: #ffe1ec;
}

/* Footer and fixed CTA */
.footer {
    padding: 34px 16px 96px;
    text-align: center;
    background: var(--ink);
    color: var(--white);
}

.footer-top-link {
    display: inline;
    border: 0;
    background: transparent;
    color: var(--white);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.footer-top-link:hover {
    color: var(--yellow);
}

.fixed-cta {
    position: fixed;
    left: 50%;
    bottom: 12px;
    z-index: 40;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: min(420px, calc(100% - 24px));
    transform: translateX(-50%);
}

.fixed-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 52px;
    border: 3px solid var(--line);
    border-radius: 999px;
    background: var(--orange);
    color: var(--white);
    box-shadow: 4px 4px 0 var(--line);
    font-weight: 900;
}

.fixed-cta a + a {
    background: var(--blue);
    color: var(--white);
}

@media (max-width: 900px) {
    .lead-grid, .split, .message-grid, .entry-grid, .company-box {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 767px) {
    main {
        padding-top: 57px;
    }

    .section {
        padding: 58px 0;
    }

    .site-header {
        justify-content: flex-start;
        padding: 8px 10px;
    }

    .header-tel {
        display: none;
    }

    .nav a {
        min-height: 38px;
        padding: 7px 10px;
        font-size: 12px;
    }

    .fv img {
        min-height: auto;
    }

    .fv-cta {
        position: static;
        display: grid;
        grid-template-columns: 1fr;
        padding: 14px;
        transform: none;
        width: 100%;
        background: var(--paper);
    }

    .btn {
        min-height: 50px;
        padding: 12px 16px;
    }

    .lead-copy, .point-card, .job-card, .company-box, .entry-form {
        padding: 20px;
        box-shadow: 5px 5px 0 var(--line);
    }

    .point-grid, .number-grid, .job-grid, .store-grid {
        grid-template-columns: 1fr;
    }

    .manga-visual {

        padding: 14px;
    }

    .work-list div {
        grid-template-columns: 58px 1fr;
        padding: 14px;
    }

    .number-card strong {
        font-size: 38px;
    }

    .company-list {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .company-list dd {
        margin-bottom: 12px;
    }

    .company-map iframe {
        height: 280px;
    }

    .phone-panel strong {
        font-size: 29px;
    }

    .fixed-cta {
        display: grid;
    }
}
