@charset "utf-8";
/*--
	Add your style here
--*/ 
.menu-wrap {
        right:0 !important;
	-webkit-transform: translate3d(320px,0,0);
	transform: translate3d(320px,0,0);
	visibility:hidden;
}

.show-menu .menu-wrap,
.show-menu .menu-inner ,
.show-menu .morph-shape  {
        -webkit-transform: translate3d(-30px,0,0);
        transform: translate3d(-30px,0,0);
}
.show-menu .menu-wrap {
	right:0;
	opacity:1;
	visibility:visible;
}

/* ===== Home OEM intro section ===== */
.home-idea-hero {
    background: #efefef;
    padding: 56px 0 78px;
}
.home-idea-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    grid-template-areas:
        "tag visual"
        "title visual"
        "copy visual";
    column-gap: 70px;
    row-gap: 28px;
    align-items: start;
}
.home-idea-tag { grid-area: tag; }
.home-idea-title { grid-area: title; }
.home-idea-copy { grid-area: copy; }
.home-idea-visual { grid-area: visual; }
.home-idea-tag img {
    display: block;
    max-width: 320px;
    width: 100%;
    height: auto;
}
.home-idea-title h1 {
    margin: 0;
    font-size: 82px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #222;
}
.home-idea-copy {
    max-width: 600px;
    padding-top: 8px;
}
.home-idea-copy p {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.85;
    font-weight: 500;
    color: #333;
}
.home-profile-lead p,
.home-profile-copy p {
    margin: 0 0 16px;
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 0;
    text-align: left;
}
.home-profile-lead p {
    font-size: 22px;
}
.home-profile-copy {
    max-width: 720px;
}
.home-idea-visual {
    width: 100%;
    min-width: 0;
    align-self: stretch;
}
.home-idea-visual .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.home-idea-visual .swiper-wrapper,
.home-idea-visual .swiper-slide {
    height: 100%;
}
.home-idea-visual-card {
    background: transparent;
    width: 100%;
    height: 100%;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.home-idea-visual-card img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.home-idea-visual .swiper-pagination {
    bottom: 0 !important;
}
.home-idea-visual .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #111;
    opacity: 0.22;
}
.home-idea-visual .swiper-pagination-bullet-active {
    opacity: 1;
}
.home-idea-visual .sw-button {
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin-top: -22px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    color: #222;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.home-idea-visual .sw-button:hover {
    background: #fff;
}
@media only screen and (max-width: 1220px) {
    .home-idea-grid {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
        column-gap: 44px;
    }
    .home-idea-title h1 {
        font-size: 66px;
    }
    .home-idea-copy p {
        font-size: 19px;
        line-height: 1.8;
    }
    .home-profile-lead p,
    .home-profile-copy p {
        font-size: 18px;
        line-height: 1.85;
    }
    .home-idea-visual-card {
        min-height: 500px;
    }
}
@media only screen and (max-width: 991px) {
    .home-idea-hero {
        padding: 40px 0 52px;
    }
    .home-idea-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "tag"
            "title"
            "visual"
            "copy";
        row-gap: 24px;
    }
    .home-idea-tag img {
        max-width: 230px;
    }
    .home-idea-title h1 {
        font-size: 54px;
        line-height: 1.18;
    }
    .home-idea-copy {
        max-width: none;
        padding-top: 0;
    }
    .home-idea-copy p {
        font-size: 15px;
        line-height: 1.9;
        margin-bottom: 8px;
    }
    .home-profile-lead p,
    .home-profile-copy p {
        font-size: 15px;
        line-height: 1.85;
        margin-bottom: 10px;
    }
    .home-idea-visual {
        width: 100%;
        max-width: 360px;
    }
    .home-idea-visual-card {
        min-height: 300px;
        padding: 0;
    }
    .home-idea-visual .sw-button {
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    .home-idea-hero {
        padding: 28px 0 38px;
    }
    .home-idea-title h1 {
        font-size: 46px;
    }
    .home-idea-copy p {
        font-size: 14px;
        line-height: 1.85;
    }
    .home-profile-lead p,
    .home-profile-copy p {
        font-size: 14px;
        line-height: 1.8;
    }
    .home-idea-visual {
        max-width: 310px;
    }
    .home-idea-visual .swiper-pagination {
        position: relative;
        margin-top: 8px;
    }
}


/* ===== Production case showcase ===== */
.case-showcase {
    background: #fff;
    padding: 82px 0 90px;
    overflow: hidden;
}
.case-showcase-row {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 82px;
    align-items: start;
}
.case-heading-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    height: 60px;
    padding: 0 38px;
    background: #242424;
    border-radius: 999px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.16em;
}
.case-slider {
    min-width: 0;
    position: relative;
}
.case-slider .swiper-container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 46px;
}
.case-slider .swiper-slide {
    background: transparent;
    height: auto;
}
.case-card {
    color: #242424;
}
.case-thumb {
    width: 100%;
    height: 180px;
    border-radius: 4px;
    overflow: hidden;
    background: #f4f4f4;
    margin-bottom: 26px;
}
.case-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.case-card h3 {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #252525;
}
.case-card p {
    margin: 0 0 7px;
    font-size: 18px;
    line-height: 1.55;
    color: #252525;
    letter-spacing: 0.04em;
}
.case-card .case-tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-top: 7px;
    padding: 4px 14px;
    border: 1px solid #222;
    border-radius: 999px;
    color: #222;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.08em;
}
.case-scrollbar.swiper-scrollbar {
    left: 0 !important;
    bottom: 14px !important;
    width: 100% !important;
    height: 2px !important;
    background: #cfcfcf;
    border-radius: 0;
}
.case-scrollbar .swiper-scrollbar-drag {
    height: 2px;
    background: #555;
    border-radius: 0;
}
.case-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-top: 6px;
    color: #222;
}
.case-button-prev,
.case-button-next {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
    color: #222;
}
.case-fraction {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    line-height: 1;
    color: #222;
}
.case-fraction em {
    font-style: normal;
    color: #222;
}
@media only screen and (min-width: 992px) {
    .case-controls {
        display: none;
    }
    .case-slider .swiper-container {
        padding-bottom: 0;
    }
    .case-scrollbar.swiper-scrollbar {
        display: none;
    }
}
@media only screen and (max-width: 1220px) {
    .case-showcase-row {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 48px;
    }
    .case-heading-pill {
        min-width: 260px;
        height: 56px;
        font-size: 18px;
    }
    .case-thumb {
        height: 160px;
    }
}
@media only screen and (max-width: 991px) {
    .case-showcase {
        padding: 56px 0 64px;
    }
    .case-showcase-row {
        display: block;
    }
    .case-heading {
        margin-bottom: 28px;
    }
    .case-heading-pill {
        min-width: 210px;
        height: 48px;
        padding: 0 26px;
        font-size: 15px;
        letter-spacing: 0.12em;
    }
    .case-slider {
        overflow: visible;
    }
    .case-slider .swiper-container {
        overflow: visible;
        padding-bottom: 48px;
    }
    .case-thumb {
        height: 180px;
        margin-bottom: 24px;
    }
    .case-card h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .case-card p {
        font-size: 17px;
        line-height: 1.55;
    }
}
@media only screen and (max-width: 575px) {
    .case-showcase {
        padding: 44px 0 54px;
    }
    .case-heading {
        margin-bottom: 24px;
    }
    .case-heading-pill {
        min-width: 190px;
        height: 44px;
        font-size: 14px;
    }
    .case-thumb {
        height: 180px;
        margin-bottom: 22px;
    }
    .case-card h3 {
        font-size: 21px;
    }
    .case-card p {
        font-size: 16px;
    }
    .case-card .case-tag {
        font-size: 13px;
    }
}


/* ===== Layout fix: keep homepage content above the fixed footer ===== */
.home-idea-hero,
.case-showcase,
.content {
    position: relative;
    z-index: 50;
}
.home-idea-hero,
.case-showcase {
    float: left;
    width: 100%;
    clear: both;
}
.content-footer {
    z-index: 1;
}

/* ===== Home first view slider fix: do not inherit full-screen gallery styles ===== */
.home-idea-visual.home-idea-slider {
    overflow: hidden;
    z-index: 52;
    background: transparent;
}
.home-idea-slider .swiper-container,
.home-idea-slider .swiper-wrapper,
.home-idea-slider .swiper-slide {
    width: 100%;
    height: 100%;
}
.home-idea-slider .swiper-slide {
    background: transparent;
    text-align: center;
    overflow: hidden;
}
.home-idea-slider .home-idea-visual-card {
    background: transparent;
}
.home-idea-slider .home-idea-pagination.swiper-pagination {
    left: 0;
    right: auto;
    bottom: 8px;
    width: 100%;
    background: transparent;
    padding: 0;
    border: 0;
    text-align: center;
}
.home-idea-slider .swiper-pagination-bullet {
    float: none;
    display: inline-block;
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #222;
    opacity: .22;
    line-height: 1;
    font-size: 0;
    color: transparent;
}
.home-idea-slider .swiper-pagination-bullet:before {
    display: none;
}
.home-idea-slider .swiper-pagination-bullet-active {
    opacity: 1;
    padding: 0;
}
.home-idea-slider .sw-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin-top: -22px;
    border-radius: 50%;
    background: rgba(255,255,255,.94);
    color: #222;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
    z-index: 20;
    cursor: pointer;
    transition: all .25s ease;
}
.home-idea-slider .home-idea-button-prev {
    left: 16px;
}
.home-idea-slider .home-idea-button-next {
    right: 16px;
}

/* ===== Production cases wide layout fix ===== */
.case-showcase .container {
    max-width: none;
    width: calc(100% - 120px);
}
.case-slider .swiper-container {
    overflow: hidden;
}
.case-slider .swiper-slide {
    background: transparent !important;
}
@media only screen and (max-width: 991px) {
    .case-showcase .container {
        width: 86%;
    }
    .home-idea-slider .sw-button {
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    .case-showcase .container {
        width: 84%;
    }
    .home-idea-hero,
    .case-showcase,
    .content {
        z-index: 50;
    }
}


/* ===== Case study: clickable Morwaki-style cards ===== */
.case-heading-en {
    margin: 2px 0 8px;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #222;
}
.case-heading-title {
    margin: 0 0 28px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: #222;
}
.case-heading-pill {
    text-decoration: none !important;
    transition: all .28s ease;
}
.case-heading-pill:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(0,0,0,.16);
}
.case-card {
    display: block;
    color: #242424;
    text-decoration: none !important;
    cursor: pointer;
}
.case-card:hover {
    color: #242424;
}
.case-card:hover .case-thumb img {
    transform: scale(1.06);
}
.case-thumb {
    position: relative;
}
.case-thumb img {
    transition: transform .45s ease;
}
.case-more {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    height: 34px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    color: #222;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    opacity: 0;
    transform: translate(-50%, -42%);
    transition: all .28s ease;
    z-index: 2;
}
.case-thumb:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.18);
    opacity: 0;
    transition: opacity .28s ease;
}
.case-card:hover .case-more,
.case-card:hover .case-thumb:after {
    opacity: 1;
}
.case-card:hover .case-more {
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
    .case-heading-en {
        font-size: 26px;
    }
    .case-heading-title {
        margin-bottom: 18px;
        font-size: 15px;
    }
    .case-more {
        opacity: 1;
        top: auto;
        left: 16px;
        bottom: 14px;
        transform: none;
        min-width: 100px;
        height: 30px;
        font-size: 12px;
    }
    .case-card:hover .case-more {
        transform: none;
    }
    .case-thumb:after {
        opacity: .12;
    }
}

/* ===== Case study list page ===== */
.case-page-wrap,
.case-detail-wrap {
    background: #fff;
    position: relative;
    z-index: 50;
}
.case-page-hero,
.case-detail-hero {
    padding: 150px 0 70px;
    background: #f5f5f5;
}
.case-page-title span,
.case-detail-title span {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .08em;
    color: #222;
}
.case-page-title h1,
.case-detail-title h1 {
    margin: 0;
    font-size: 52px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: .08em;
    color: #222;
}
.case-page-title p {
    max-width: 740px;
    margin: 22px 0 0;
    font-size: 17px;
    line-height: 1.9;
    color: #333;
}
.case-page-list-section {
    padding: 82px 0 100px;
}
.case-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 54px 34px;
}
.case-page-card {
    display: block;
    color: #222;
    text-decoration: none !important;
}
.case-page-card-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1.55 / 1;
    overflow: hidden;
    border-radius: 8px;
    background: #f2f2f2;
}
.case-page-card-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.case-page-card-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.18);
    opacity: 0;
    transition: opacity .28s ease;
}
.case-page-card-img span {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 36px;
    border-radius: 999px;
    background: rgba(255,255,255,.95);
    color: #222;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    opacity: 0;
    transform: translate(-50%, -42%);
    transition: all .28s ease;
}
.case-page-card:hover .case-page-card-img img {
    transform: scale(1.06);
}
.case-page-card:hover .case-page-card-img:after,
.case-page-card:hover .case-page-card-img span {
    opacity: 1;
}
.case-page-card:hover .case-page-card-img span {
    transform: translate(-50%, -50%);
}
.case-page-card-body {
    padding-top: 22px;
}
.case-page-card-body h2 {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: .03em;
    color: #222;
}
.case-page-card-body dl {
    margin: 0;
}
.case-page-card-body dt {
    float: left;
    clear: left;
    min-width: 88px;
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 700;
    color: #222;
}
.case-page-card-body dd {
    margin: 0 0 8px 92px;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}
.case-page-card-body em {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-top: 8px;
    padding: 4px 14px;
    border: 1px solid #222;
    border-radius: 999px;
    color: #222;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .08em;
    font-style: normal;
}

/* ===== Case detail page ===== */
.case-detail-kv {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
    gap: 70px;
    align-items: center;
}
.case-detail-title p {
    display: inline-flex;
    margin: 0 0 18px;
    min-height: 30px;
    padding: 5px 16px;
    border: 1px solid #222;
    border-radius: 999px;
    color: #222;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .08em;
}
.case-detail-main-img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #ededed;
}
.case-detail-main-img img {
    display: block;
    width: 100%;
    height: auto;
}
.case-detail-body-section {
    padding: 78px 0 100px;
}
.case-detail-spec {
    max-width: 860px;
    margin: 0 auto 44px;
    border-top: 1px solid #ddd;
}
.case-detail-spec dl {
    margin: 0;
}
.case-detail-spec dt,
.case-detail-spec dd {
    min-height: 60px;
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 1.7;
}
.case-detail-spec dt {
    float: left;
    clear: left;
    width: 160px;
    font-weight: 700;
    color: #222;
}
.case-detail-spec dd {
    margin-left: 180px;
    color: #333;
}
.case-detail-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 980px;
    margin: 0 auto 48px;
}
.case-detail-gallery a {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #f2f2f2;
}
.case-detail-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    transition: transform .35s ease;
}
.case-detail-gallery a:hover img {
    transform: scale(1.04);
}
.case-detail-content {
    max-width: 860px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 2;
    color: #222;
}
.case-detail-content p {
    margin: 0 0 18px;
}
.case-detail-content img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 24px auto;
    border-radius: 8px;
}
.case-detail-nav {
    max-width: 860px;
    margin: 54px auto 0;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.case-back-link,
.case-prev-next a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 20px;
    border: 1px solid #222;
    border-radius: 999px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none !important;
    transition: all .25s ease;
}
.case-prev-next {
    display: flex;
    gap: 12px;
}
.case-back-link:hover,
.case-prev-next a:hover {
    background: #222;
    color: #fff;
}
@media only screen and (max-width: 991px) {
    .case-page-hero,
    .case-detail-hero {
        padding: 112px 0 52px;
    }
    .case-page-title h1,
    .case-detail-title h1 {
        font-size: 36px;
    }
    .case-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 22px;
    }
    .case-detail-kv {
        grid-template-columns: 1fr;
        gap: 34px;
    }
    .case-detail-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 575px) {
    .case-page-list-section,
    .case-detail-body-section {
        padding: 50px 0 68px;
    }
    .case-page-title h1,
    .case-detail-title h1 {
        font-size: 30px;
    }
    .case-page-title p {
        font-size: 14px;
    }
    .case-page-grid {
        grid-template-columns: 1fr;
    }
    .case-page-card-img span {
        opacity: 1;
        left: 16px;
        top: auto;
        bottom: 14px;
        transform: none;
        min-width: 100px;
        height: 30px;
        font-size: 12px;
    }
    .case-page-card-img:after {
        opacity: .12;
    }
    .case-page-card:hover .case-page-card-img span {
        transform: none;
    }
    .case-detail-spec dt,
    .case-detail-spec dd {
        float: none;
        display: block;
        width: 100%;
        min-height: 0;
    }
    .case-detail-spec dt {
        padding-bottom: 4px;
        border-bottom: 0;
    }
    .case-detail-spec dd {
        margin-left: 0;
        padding-top: 0;
    }
    .case-detail-gallery {
        grid-template-columns: 1fr;
    }
    .case-detail-content {
        font-size: 15px;
        line-height: 1.9;
    }
    .case-detail-nav {
        display: block;
    }
    .case-prev-next {
        margin-top: 14px;
        flex-direction: column;
    }
    .case-back-link,
    .case-prev-next a {
        width: 100%;
    }
}


/* ===== 20260526 Case page/detail final fix ===== */
body .case-list-page,
body .case-product-detail {
    width: 100%;
    float: left;
    clear: both;
    background: #fff;
    position: relative;
    z-index: 50;
    overflow: hidden;
}
body .case-list-container,
body .case-single-container {
    width: calc(100% - 160px);
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
body .case-list-hero,
body .case-single-hero {
    padding: 150px 0 72px;
    background: #fff;
}
body .case-list-title,
body .case-single-title {
    text-align: center;
    color: #111;
}
body .case-list-title span,
body .case-single-title .case-single-en {
    display: block;
    margin: 0 0 7px;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .04em;
    color: #111;
    text-transform: none;
}
body .case-list-title h1,
body .case-single-title .case-single-ja {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .08em;
    color: #111;
}
body .case-list-title p {
    max-width: 760px;
    margin: 26px auto 0;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 500;
    letter-spacing: .04em;
    color: #111;
}
body .case-list-section {
    padding: 56px 0 110px;
}
body .case-list-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 54px 34px;
    align-items: start;
}
body .case-list-card {
    display: block !important;
    color: #222;
    text-decoration: none !important;
}
body .case-list-card-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1.58 / 1;
    overflow: hidden;
    border-radius: 2px;
    background: #f2f2f2;
}
body .case-list-card-img img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform .45s ease;
}
body .case-list-card-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.20);
    opacity: 0;
    transition: opacity .28s ease;
}
body .case-list-card-img span {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 122px;
    height: 36px;
    border-radius: 999px;
    background: rgba(255,255,255,.96);
    color: #222;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    opacity: 0;
    transform: translate(-50%, -42%);
    transition: all .28s ease;
}
body .case-list-card:hover .case-list-card-img img {
    transform: scale(1.06);
}
body .case-list-card:hover .case-list-card-img:after,
body .case-list-card:hover .case-list-card-img span {
    opacity: 1;
}
body .case-list-card:hover .case-list-card-img span {
    transform: translate(-50%, -50%);
}
body .case-list-card-body {
    padding: 21px 0 0;
}
body .case-list-card-body h2 {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: .03em;
    color: #222;
}
body .case-list-card-body dl {
    margin: 0;
}
body .case-list-card-body dl:after {
    content: "";
    display: block;
    clear: both;
}
body .case-list-card-body dt {
    float: left;
    clear: left;
    min-width: 86px;
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 700;
    color: #222;
}
body .case-list-card-body dd {
    margin: 0 0 8px 92px;
    font-size: 15px;
    line-height: 1.65;
    color: #333;
}
body .case-list-card-body em {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-top: 8px;
    padding: 4px 14px;
    border: 1px solid #222;
    border-radius: 999px;
    color: #222;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .08em;
    font-style: normal;
}
body .case-single-title {
    margin-bottom: 45px;
}
body .case-single-title em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    margin: 24px 0 18px;
    padding: 4px 18px;
    border: 1px solid #222;
    border-radius: 999px;
    color: #222;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .08em;
    font-style: normal;
}
body .case-single-title h1 {
    margin: 0;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .04em;
    color: #111;
}
body .case-single-main-image {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    background: #f3f3f3;
}
body .case-single-main-image img {
    display: block;
    width: 100% !important;
    height: min(56vw, 620px) !important;
    object-fit: cover;
    object-position: center;
}
body .case-single-body {
    padding: 0 0 108px;
    background: #fff;
}
body .case-single-spec {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    max-width: 860px;
    margin: 58px auto 0;
    border-top: 1px solid #dedede;
}
body .case-single-spec dt,
body .case-single-spec dd {
    margin: 0;
    padding: 18px 0;
    min-height: 60px;
    border-bottom: 1px solid #dedede;
    font-size: 16px;
    line-height: 1.7;
    color: #222;
}
body .case-single-spec dt {
    font-weight: 700;
    letter-spacing: .06em;
}
body .case-single-spec dd {
    color: #333;
}
body .case-single-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 980px;
    margin: 48px auto 0;
}
body .case-single-gallery:empty {
    display: none;
}
body .case-single-gallery a {
    display: block;
    overflow: hidden;
    background: #f2f2f2;
}
body .case-single-gallery img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    transition: transform .35s ease;
}
body .case-single-gallery a:hover img {
    transform: scale(1.04);
}
body .case-single-content {
    max-width: 860px;
    margin: 48px auto 0;
    font-size: 16px;
    line-height: 2;
    letter-spacing: .03em;
    color: #222;
}
body .case-single-content:empty {
    display: none;
}
body .case-single-content p {
    margin: 0 0 18px;
}
body .case-single-content img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 28px auto;
}
body .case-single-nav {
    max-width: 860px;
    margin: 54px auto 0;
    padding-top: 28px;
    border-top: 1px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
body .case-single-back,
body .case-single-prevnext a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 20px;
    border: 1px solid #222;
    border-radius: 999px;
    color: #222;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none !important;
    transition: all .25s ease;
}
body .case-single-prevnext {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}
body .case-single-back:hover,
body .case-single-prevnext a:hover {
    background: #222;
    color: #fff;
}
@media only screen and (max-width: 991px) {
    body .case-list-container,
    body .case-single-container {
        width: 86%;
    }
    body .case-list-hero,
    body .case-single-hero {
        padding: 112px 0 52px;
    }
    body .case-list-title h1,
    body .case-single-title .case-single-ja {
        font-size: 17px;
    }
    body .case-list-title p {
        margin-top: 20px;
        font-size: 14px;
    }
    body .case-list-section {
        padding: 38px 0 76px;
    }
    body .case-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 22px;
    }
    body .case-single-title h1 {
        font-size: 25px;
    }
    body .case-single-main-image img {
        height: auto !important;
        aspect-ratio: 1.55 / 1;
    }
    body .case-single-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 575px) {
    body .case-list-container,
    body .case-single-container {
        width: 84%;
    }
    body .case-list-hero,
    body .case-single-hero {
        padding: 96px 0 42px;
    }
    body .case-list-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    body .case-list-card-img span {
        opacity: 1;
        left: 16px;
        top: auto;
        bottom: 14px;
        transform: none;
        min-width: 100px;
        height: 30px;
        font-size: 12px;
    }
    body .case-list-card-img:after {
        opacity: .12;
    }
    body .case-list-card:hover .case-list-card-img span {
        transform: none;
    }
    body .case-list-card-body h2 {
        font-size: 19px;
    }
    body .case-list-card-body dt,
    body .case-list-card-body dd {
        font-size: 14px;
    }
    body .case-single-title {
        margin-bottom: 32px;
    }
    body .case-single-title h1 {
        font-size: 22px;
    }
    body .case-single-body {
        padding-bottom: 70px;
    }
    body .case-single-spec {
        display: block;
        margin-top: 34px;
    }
    body .case-single-spec dt,
    body .case-single-spec dd {
        display: block;
        min-height: 0;
        padding: 0;
        border-bottom: 0;
    }
    body .case-single-spec dt {
        padding-top: 16px;
    }
    body .case-single-spec dd {
        padding: 6px 0 16px;
        border-bottom: 1px solid #dedede;
    }
    body .case-single-gallery {
        grid-template-columns: 1fr;
        margin-top: 34px;
    }
    body .case-single-content {
        margin-top: 34px;
        font-size: 15px;
        line-height: 1.9;
    }
    body .case-single-nav {
        display: block;
        margin-top: 38px;
    }
    body .case-single-prevnext {
        margin-top: 12px;
        flex-direction: column;
    }
    body .case-single-back,
    body .case-single-prevnext a {
        width: 100%;
    }
}

/* ===== 20260526 Moriwaki-style products/case pages ===== */
body .mori-products-page,
body .mori-product-detail-page {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    z-index: 50;
    overflow: hidden;
    background: #f4f4f4;
    color: #161616;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
body .mori-products-container {
    width: min(82vw, 1260px);
    margin-left: auto;
    margin-right: auto;
}
body .mori-products-head,
body .mori-detail-head {
    padding: 118px 0 66px;
    background: #fff;
}
body .mori-products-title {
    max-width: 780px;
    margin: 0 auto;
    color: #171717;
}
body .mori-products-title span {
    display: block;
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .02em;
    color: #dedede;
}
body .mori-products-title h1 {
    margin: 0;
    font-size: 34px;
    line-height: 1.55;
    font-weight: 800;
    letter-spacing: .08em;
    color: #171717;
}
body .mori-products-title p {
    margin: 28px 0 0;
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
    letter-spacing: .05em;
    color: #171717;
}
body .mori-products-filter-section {
    padding: 64px 0 66px;
    background: #f4f4f4;
}
body .mori-products-filter {
    display: flex;
    align-items: center;
    gap: 58px;
    min-height: 104px;
}
body .mori-products-filter h2 {
    flex: 0 0 auto;
    margin: 0;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: .08em;
    color: #171717;
    white-space: nowrap;
}
body .mori-filter-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}
body .mori-filter-buttons button,
body .mori-filter-buttons a {
    appearance: none;
    border: 0;
    outline: 0;
    min-width: 88px;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #fff;
    color: #a0a0a0;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .08em;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .25s ease, color .25s ease, transform .25s ease;
}
body .mori-filter-buttons button:hover,
body .mori-filter-buttons button.is-active,
body .mori-filter-buttons a:hover,
body .mori-filter-buttons a.is-active {
    background: #222;
    color: #fff;
}
body .mori-filter-buttons button:hover,
body .mori-filter-buttons a:hover {
    transform: translateY(-2px);
}
body .mori-products-list-section {
    scroll-margin-top: 96px;
    padding: 100px 0 118px;
    background: #fff;
    border-radius: 72px 72px 0 0;
}
body .mori-products-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 58px 48px;
    align-items: start;
}
body .mori-product-card {
    display: block !important;
    color: #171717;
    text-decoration: none !important;
}
body .mori-product-thumb {
    display: block;
    width: 100%;
    margin: 0;
    aspect-ratio: 1.66 / 1;
    overflow: hidden;
    border-radius: 6px;
    background: #ededed;
}
body .mori-product-thumb img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform .48s ease, opacity .48s ease;
}
body .mori-product-card:hover .mori-product-thumb img {
    transform: scale(1.06);
    opacity: .9;
}
body .mori-product-info {
    padding-top: 26px;
}
body .mori-product-info h2 {
    margin: 0 0 18px;
    min-height: 58px;
    font-size: 21px;
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: .03em;
    color: #171717;
}
body .mori-product-info p {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: .035em;
    color: #171717;
}
body .mori-product-info strong {
    font-weight: 800;
}
body .mori-product-info span,
body .mori-detail-intro span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    margin-top: 14px;
    padding: 3px 18px;
    border: 1px solid #222;
    border-radius: 999px;
    color: #222;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .08em;
}
body .mori-products-empty {
    margin: 50px 0 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
    color: #222;
}
body .mori-detail-title-main {
    max-width: 620px;
}
body .mori-detail-visual-section {
    padding: 86px 0 86px;
    background: #f4f4f4;
    border-radius: 72px 72px 0 0;
}
body .mori-detail-intro {
    max-width: 960px;
    margin: 0 auto 56px;
    text-align: left;
}
body .mori-detail-intro span {
    margin: 0 0 24px;
    background: #fff;
}
body .mori-detail-intro h2 {
    margin: 0;
    font-size: 25px;
    line-height: 1.55;
    font-weight: 800;
    letter-spacing: .04em;
    color: #171717;
}
body .mori-detail-gallery {
    max-width: 960px;
    margin: 0 auto;
}
body .mori-detail-main {
    display: block;
    width: min(100%, 680px);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    background: #e8e8e8;
    text-decoration: none !important;
}
body .mori-detail-main img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.58 / 1;
    object-fit: cover;
}
body .mori-detail-thumbs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    margin-top: 56px;
}
body .mori-detail-thumbs button {
    appearance: none;
    display: block;
    width: 100%;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    opacity: .72;
    transition: opacity .25s ease, border-color .25s ease, transform .25s ease;
}
body .mori-detail-thumbs button:hover,
body .mori-detail-thumbs button.is-active {
    opacity: 1;
    border-color: #222;
    transform: translateY(-2px);
}
body .mori-detail-thumbs img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.58 / 1;
    object-fit: cover;
}
body .mori-detail-article-section {
    padding: 92px 0 110px;
    background: #fff;
    border-radius: 72px 72px 0 0;
}
body .mori-detail-article {
    max-width: 860px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 2.15;
    font-weight: 600;
    letter-spacing: .045em;
    color: #171717;
}
body .mori-detail-article h2,
body .mori-detail-article h3 {
    position: relative;
    margin: 0 0 44px;
    padding-left: 22px;
    font-size: 21px;
    line-height: 1.6;
    font-weight: 800;
    letter-spacing: .04em;
    color: #171717;
}
body .mori-detail-article h2:not(:first-child),
body .mori-detail-article h3:not(:first-child) {
    margin-top: 72px;
}
body .mori-detail-article h2:before,
body .mori-detail-article h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: .62em;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #222;
}
body .mori-detail-article p {
    margin: 0 0 28px;
}
body .mori-detail-article ul,
body .mori-detail-article ol {
    margin: 0 0 28px 1.4em;
    padding: 0;
}
body .mori-detail-article li {
    margin: 0 0 8px;
}
body .mori-detail-article img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 38px auto;
    border-radius: 8px;
}
body .mori-detail-nav {
    max-width: 860px;
    margin: 80px auto 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
}
body .mori-detail-back,
body .mori-detail-prevnext a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 8px 28px;
    border-radius: 999px;
    border: 1px solid #222;
    color: #222;
    background: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none !important;
    transition: background .25s ease, color .25s ease, transform .25s ease;
}
body .mori-detail-back {
    grid-column: 2;
    min-width: 172px;
    background: #222;
    color: #fff;
}
body .mori-detail-prevnext {
    grid-column: 3;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}
body .mori-detail-back:hover,
body .mori-detail-prevnext a:hover {
    background: #222;
    color: #fff;
    transform: translateY(-2px);
}
@media only screen and (max-width: 1300px) {
    body .mori-products-container {
        width: min(86vw, 1120px);
    }
    body .mori-products-grid {
        gap: 48px 34px;
    }
    body .mori-product-info h2 {
        font-size: 19px;
    }
    body .mori-product-info p {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1100px) {
    body .mori-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    body .mori-products-filter {
        display: block;
    }
    body .mori-filter-buttons {
        margin-top: 26px;
    }
}
@media only screen and (max-width: 860px) {
    body .mori-products-head,
    body .mori-detail-head {
        padding: 100px 0 52px;
    }
    body .mori-products-title h1 {
        font-size: 28px;
    }
    body .mori-products-title p {
        font-size: 14px;
    }
    body .mori-products-filter-section {
        padding: 42px 0 46px;
    }
    body .mori-products-filter h2 {
        font-size: 24px;
    }
    body .mori-filter-buttons {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 12px;
        padding-bottom: 10px;
    }
    body .mori-filter-buttons button,
body .mori-filter-buttons a {
        flex: 0 0 auto;
        min-height: 42px;
        padding: 10px 20px;
        font-size: 13px;
    }
    body .mori-products-list-section,
    body .mori-detail-visual-section,
    body .mori-detail-article-section {
        border-radius: 36px 36px 0 0;
    }
    body .mori-products-list-section {
        padding: 58px 0 82px;
    }
    body .mori-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 22px;
    }
    body .mori-product-info h2 {
        min-height: 0;
        font-size: 17px;
    }
    body .mori-detail-visual-section {
        padding: 56px 0 60px;
    }
    body .mori-detail-intro {
        margin-bottom: 34px;
    }
    body .mori-detail-intro h2 {
        font-size: 21px;
    }
    body .mori-detail-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin-top: 28px;
    }
    body .mori-detail-article-section {
        padding: 58px 0 80px;
    }
    body .mori-detail-article {
        font-size: 14px;
        line-height: 2;
    }
    body .mori-detail-article h2,
    body .mori-detail-article h3 {
        margin-bottom: 30px;
        font-size: 18px;
    }
    body .mori-detail-nav {
        display: block;
        margin-top: 54px;
    }
    body .mori-detail-back,
    body .mori-detail-prevnext a {
        width: 100%;
    }
    body .mori-detail-prevnext {
        margin-top: 12px;
        display: grid;
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 560px) {
    body .mori-products-container {
        width: 88vw;
    }
    body .mori-products-head,
    body .mori-detail-head {
        padding: 86px 0 40px;
    }
    body .mori-products-title h1 {
        font-size: 25px;
    }
    body .mori-products-filter h2 {
        font-size: 22px;
    }
    body .mori-products-list-section {
        padding-top: 44px;
    }
    body .mori-products-grid {
        grid-template-columns: 1fr;
        gap: 46px;
    }
    body .mori-product-info {
        padding-top: 18px;
    }
    body .mori-product-info h2 {
        margin-bottom: 12px;
    }
    body .mori-product-info p {
        font-size: 14px;
    }
    body .mori-detail-main {
        width: 100%;
    }
    body .mori-detail-thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Dynamic case tags from backend 表示タグ */
body .mori-card-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}
body .mori-card-tags[hidden],
body .mori-detail-tag[hidden] {
    display: none !important;
}
body .mori-product-info .mori-card-tags span {
    margin-top: 0;
}
body .mori-product-card[data-tags=""] .mori-card-tags,
body .mori-product-card:not([data-tags]) .mori-card-tags {
    display: none !important;
}

/* 20260526 final: 製作事例タグ自動生成・筛选修正 */
body .mori-product-card[hidden] {
    display: none !important;
}
body .mori-card-tags span {
    cursor: pointer;
}
body .mori-card-tags span:hover {
    background: #222 !important;
    color: #fff !important;
    border-color: #222 !important;
}
body .mori-filter-buttons:empty {
    display: none;
}


/* ===== 20260526 company video modal v3: true viewport center ===== */
.company-video-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 176px;
    height: 50px;
    padding: 0 34px;
    margin-top: 28px;
    border: 0;
    border-radius: 999px;
    background: #202020;
    color: #fff !important;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(0,0,0,0.10);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.company-video-btn:after {
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 12px;
    transform: translateY(1px);
}
.company-video-btn:hover {
    background: #000;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0,0,0,0.16);
}
.company-video-btn.is-open {
    background: #f4f4f4;
    color: #202020 !important;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.16);
}
.company-video-btn.is-open:after {
    content: "\f00d";
}
html.company-video-open,
body.company-video-open {
    overflow: hidden !important;
}
#companyVideoCard.company-video-card {
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 2147483640 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(0,0,0,0.55) !important;
    overflow: hidden !important;
    transform: none !important;
    box-sizing: border-box !important;
}
#companyVideoCard.company-video-card[hidden] {
    display: none !important;
}
#companyVideoCard.company-video-card.is-visible {
    display: block !important;
}
#companyVideoCard.company-video-card .company-video-card-inner {
    position: fixed !important;
    left: 50vw !important;
    top: 50vh !important;
    transform: translate3d(-50%, -50%, 0) !important;
    z-index: 2147483641 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: #000 !important;
    box-shadow: 0 24px 70px rgba(0,0,0,0.35) !important;
    overflow: visible !important;
}
#companyVideoCard.company-video-card .company-video-player {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #000 !important;
    object-fit: contain !important;
}
#companyVideoCard.company-video-card .company-video-close {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 2147483642 !important;
    display: block !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(0,0,0,0.88) !important;
    color: #fff !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    text-align: center !important;
    cursor: pointer !important;
}
@media only screen and (max-width: 767px) {
    .company-video-btn {
        width: 100%;
        max-width: 260px;
        height: 46px;
        margin-top: 18px;
        font-size: 14px;
    }
    #companyVideoCard.company-video-card .company-video-close {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 24px !important;
    }
}

/* ===== 20260608 hero visibility v4 - keep this block last ===== */
.home-idea-hero {
    background: #132334 url("/static/upload/image/asahikawa-hero/hero-city.jpg") center center / cover no-repeat !important;
}
.asahikawa-hero-slides {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}
.asahikawa-hero-slide:first-child,
.asahikawa-hero-slide.is-active {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.asahikawa-hero-slide picture,
.asahikawa-hero-slide img {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.asahikawa-hero-copy {
    display: block !important;
    opacity: 1;
    visibility: visible !important;
    animation: none;
}
html.site-intro-lock .asahikawa-hero-copy,
body.site-intro-lock .asahikawa-hero-copy {
    opacity: 0;
}
body.home-enter-show .asahikawa-hero-copy {
    animation: asahikawa-copy-after-intro 1.2s cubic-bezier(.22,1,.36,1) .12s both !important;
}
body.home-enter-show .asahikawa-hero-logo {
    animation: asahikawa-logo-after-intro 1s cubic-bezier(.22,1,.36,1) .12s both;
}
body.home-enter-show .asahikawa-hero-message {
    animation: asahikawa-line-after-intro 1s cubic-bezier(.22,1,.36,1) .38s both;
}
body.home-enter-show .asahikawa-hero-en {
    animation: asahikawa-line-after-intro 1s cubic-bezier(.22,1,.36,1) .58s both;
}
@keyframes asahikawa-copy-after-intro {
    0% { opacity: 0; transform: translate(-50%, -39%); }
    100% { opacity: 1; transform: translate(-50%, -45%); }
}
@keyframes asahikawa-logo-after-intro {
    0% { opacity: 0; transform: translateY(18px) scale(.96); filter: blur(4px); }
    100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes asahikawa-line-after-intro {
    0% { opacity: 0; transform: translateY(18px); }
    100% { opacity: 1; transform: translateY(0); }
}
@media only screen and (max-width: 767px) {
    .home-idea-hero {
        background-image: url("/static/upload/image/20260529/1780036225982323.png") !important;
    }
}
@media (prefers-reduced-motion: reduce) {
    body.home-enter-show .asahikawa-hero-copy,
    body.home-enter-show .asahikawa-hero-logo,
    body.home-enter-show .asahikawa-hero-message,
    body.home-enter-show .asahikawa-hero-en {
        opacity: 1 !important;
        animation: none !important;
        filter: none !important;
    }
}

/* ===== 20260608 resilient hero final override ===== */
.home-idea-hero {
    position: relative !important;
    isolation: isolate;
    width: 100% !important;
    height: calc(100vh - 90px) !important;
    min-height: 560px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #132334 !important;
}
.asahikawa-hero-slides {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}
.asahikawa-hero-slide {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.4s ease, visibility 1.4s ease;
}
.asahikawa-hero-slide:first-child,
.asahikawa-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
}
.asahikawa-hero-slide picture,
.asahikawa-hero-slide img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
}
.asahikawa-hero-slide img {
    object-fit: cover !important;
    object-position: center !important;
    transform: scale(1.1);
    will-change: transform;
}
.asahikawa-hero-slide.hero-motion-active img {
    animation: asahikawa-hero-zoom-final 7.4s cubic-bezier(.18,.72,.2,1) both;
}
.asahikawa-hero-shade {
    display: block !important;
    visibility: visible !important;
}
.asahikawa-hero-copy {
    display: block !important;
    opacity: 1;
    visibility: visible !important;
    animation: asahikawa-copy-in-final 1.15s cubic-bezier(.22,1,.36,1) 2.4s both;
}
.asahikawa-hero-counter,
.asahikawa-hero-scroll {
    opacity: 1;
    visibility: visible;
}
@keyframes asahikawa-hero-zoom-final {
    0% { transform: scale(1.1); }
    100% { transform: scale(1.015); }
}
@keyframes asahikawa-copy-in-final {
    0% { opacity: 0; transform: translate(-50%, -39%); filter: blur(5px); }
    100% { opacity: 1; transform: translate(-50%, -45%); filter: blur(0); }
}
@media only screen and (max-width: 1064px) {
    .home-idea-hero {
        height: calc(100svh - 76px) !important;
        min-height: 520px !important;
    }
}
@media only screen and (max-width: 767px) {
    .asahikawa-hero-copy,
    .asahikawa-hero-counter,
    .asahikawa-hero-scroll,
    .asahikawa-hero-shade {
        display: none !important;
    }
}
@media (prefers-reduced-motion: reduce) {
    .asahikawa-hero-slide img,
    .asahikawa-hero-copy {
        animation: none !important;
    }
    .asahikawa-hero-copy {
        opacity: 1 !important;
        transform: translate(-50%, -45%) !important;
        filter: none !important;
    }
}

/* ===== 20260608 Asahikawa Kensetsu cinematic desktop hero ===== */
.home-idea-hero {
    position: relative;
    isolation: isolate;
}
.home-idea-hero .home-idea-visual {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.home-idea-hero .swiper-slide {
    overflow: hidden;
}
.home-idea-hero .swiper-slide .home-idea-visual-card img {
    transform: scale(1.1);
    will-change: transform;
}
.home-enter-show .home-idea-hero .swiper-slide.hero-motion-active .home-idea-visual-card img {
    animation: asahikawa-hero-zoom 7.4s cubic-bezier(.18,.72,.2,1) both;
}
.asahikawa-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(4,18,34,.46), rgba(4,18,34,.24) 52%, rgba(4,18,34,.40)),
        linear-gradient(0deg, rgba(2,13,25,.38), rgba(2,13,25,.08) 48%, rgba(2,13,25,.18));
}
.asahikawa-hero-copy {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 50%;
    width: min(920px, 82vw);
    color: #fff;
    transform: translate(-50%, -45%);
    text-align: center;
    text-shadow: 0 3px 24px rgba(0,0,0,.24);
}
.home-enter-ready .asahikawa-hero-copy,
.home-enter-ready .asahikawa-hero-counter,
.home-enter-ready .asahikawa-hero-scroll {
    opacity: 0;
}
.home-enter-show .asahikawa-hero-copy {
    animation: asahikawa-copy-in 1.15s cubic-bezier(.22,1,.36,1) .15s both;
}
.home-enter-show .asahikawa-hero-counter,
.home-enter-show .asahikawa-hero-scroll {
    animation: asahikawa-meta-in .9s ease .75s both;
}
.asahikawa-hero-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 118px;
    margin-bottom: 42px;
}
.asahikawa-hero-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: min(360px, 48vw);
    max-height: 145px;
    padding: 0;
    object-fit: contain;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,.16));
}
.asahikawa-hero-message {
    margin: 0;
    color: #fff;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: clamp(24px, 2vw, 38px);
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: .07em;
}
.asahikawa-hero-en {
    margin: 18px 0 0;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: clamp(13px, 1.05vw, 19px);
    line-height: 1.5;
    letter-spacing: .09em;
    opacity: .94;
}
.asahikawa-hero-counter {
    position: absolute;
    z-index: 5;
    right: clamp(30px, 5vw, 88px);
    bottom: 45px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
}
.asahikawa-hero-counter i {
    display: block;
    width: 36px;
    height: 1px;
    background: rgba(255,255,255,.72);
}
.asahikawa-hero-scroll {
    position: absolute;
    z-index: 5;
    left: 28px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.asahikawa-hero-scroll span {
    margin-bottom: 12px;
    font-family: Arial, sans-serif;
    font-size: 9px;
    letter-spacing: .22em;
    writing-mode: vertical-rl;
}
.asahikawa-hero-scroll i {
    display: block;
    width: 1px;
    height: 56px;
    overflow: hidden;
    background: rgba(255,255,255,.28);
}
.asahikawa-hero-scroll i:after {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    background: #fff;
    animation: asahikawa-scroll-line 2.2s ease-in-out infinite;
}
.home-idea-hero .home-idea-pagination {
    display: none;
}
@keyframes asahikawa-scroll-line {
    0% { transform: translateY(-110%); }
    55%, 100% { transform: translateY(180%); }
}
@keyframes asahikawa-hero-zoom {
    0% { transform: scale(1.1); }
    100% { transform: scale(1.015); }
}
@keyframes asahikawa-copy-in {
    0% { opacity: 0; transform: translate(-50%, -40%); filter: blur(5px); }
    100% { opacity: 1; transform: translate(-50%, -45%); filter: blur(0); }
}
@keyframes asahikawa-meta-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@media only screen and (max-width: 767px) {
    .asahikawa-hero-copy,
    .asahikawa-hero-counter,
    .asahikawa-hero-scroll,
    .asahikawa-hero-shade {
        display: none;
    }
    .home-idea-hero .home-idea-pagination {
        display: block;
    }
}
@media (prefers-reduced-motion: reduce) {
    .home-idea-hero .swiper-slide .home-idea-visual-card img,
    .asahikawa-hero-copy,
    .asahikawa-hero-counter,
    .asahikawa-hero-scroll i:after {
        animation: none !important;
        transition: none !important;
    }
    .asahikawa-hero-copy {
        opacity: 1 !important;
        transform: translate(-50%, -45%) !important;
    }
}


/* ===== 20260526 hide homepage hero arrow buttons + FontAwesome fix ===== */
.home-idea-slider .sw-button,
.home-idea-slider .home-idea-button-prev,
.home-idea-slider .home-idea-button-next {
    display: none !important;
}
.company-video-btn:after {
    content: "▶" !important;
    font-family: Arial, sans-serif !important;
    font-size: 12px !important;
    line-height: 1 !important;
    margin-left: 12px !important;
    transform: translateY(0) !important;
}
.company-video-btn.is-open:after {
    content: "×" !important;
    font-size: 18px !important;
}

.to-top {
    text-align: center !important;
    font-family: Arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 70px !important;
}

/* ===== 20260526 homepage intro transition: moriwaki-like opening ===== */
html.site-intro-lock,
body.site-intro-lock {
    overflow: hidden !important;
    height: 100% !important;
}
.site-intro-loader {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .85s cubic-bezier(.22,1,.36,1), visibility .85s cubic-bezier(.22,1,.36,1);
}
.site-intro-loader.is-finished {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.site-intro-loader:before,
.site-intro-loader:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(.65);
    opacity: 0;
    pointer-events: none;
}
.site-intro-loader:before {
    width: 420px;
    height: 420px;
    animation: intro-ring 2.4s cubic-bezier(.22,1,.36,1) .15s forwards;
}
.site-intro-loader:after {
    width: 620px;
    height: 620px;
    animation: intro-ring 2.4s cubic-bezier(.22,1,.36,1) .35s forwards;
}
.site-intro-scene {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(82vw, 560px);
    text-align: center;
    transform: translate(-50%, -50%) translateY(18px);
    opacity: 0;
    pointer-events: none;
}
.site-intro-logo-img {
    display: inline-block;
    width: auto;
    max-width: min(320px, 70vw);
    max-height: 88px;
    object-fit: contain;
    filter: grayscale(100%) contrast(1.15) brightness(0);
}
.site-intro-copy-scene p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 24px;
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: .28em;
    color: #111;
}
.site-intro-loader.is-step-logo .site-intro-logo-scene {
    animation: intro-scene-in 1.05s cubic-bezier(.22,1,.36,1) forwards;
}
.site-intro-loader.is-step-copy .site-intro-copy-scene {
    animation: intro-scene-in 1.05s cubic-bezier(.22,1,.36,1) forwards;
}
.site-intro-loader.is-step-copy .site-intro-logo-scene {
    animation: intro-scene-out .45s cubic-bezier(.22,1,.36,1) forwards;
}
.home-enter-ready .home-idea-tag,
.home-enter-ready .home-idea-title,
.home-enter-ready .home-idea-copy,
.home-enter-ready .home-idea-visual {
    opacity: 0;
    transform: translateY(32px);
}
.home-enter-show .home-idea-tag,
.home-enter-show .home-idea-title,
.home-enter-show .home-idea-copy,
.home-enter-show .home-idea-visual {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .95s cubic-bezier(.22,1,.36,1), transform .95s cubic-bezier(.22,1,.36,1);
}
.home-enter-show .home-idea-tag {
    transition-delay: .05s;
}
.home-enter-show .home-idea-title {
    transition-delay: .18s;
}
.home-enter-show .home-idea-copy {
    transition-delay: .32s;
}
.home-enter-show .home-idea-visual {
    transition-delay: .46s;
}
@keyframes intro-scene-in {
    0% { opacity: 0; transform: translate(-50%, -50%) translateY(18px); filter: blur(5px); }
    100% { opacity: 1; transform: translate(-50%, -50%) translateY(0); filter: blur(0); }
}
@keyframes intro-scene-out {
    0% { opacity: 1; transform: translate(-50%, -50%) translateY(0); filter: blur(0); }
    100% { opacity: 0; transform: translate(-50%, -50%) translateY(-14px); filter: blur(4px); }
}
@keyframes intro-ring {
    0% { opacity: 0; transform: translate(-50%, -50%) scale(.65); }
    18% { opacity: 1; }
    100% { opacity: 0; transform: translate(-50%, -50%) scale(1.08); }
}
@media only screen and (max-width: 767px) {
    .site-intro-copy-scene p {
        font-size: 18px;
        letter-spacing: .18em;
    }
    .site-intro-logo-img {
        max-width: 230px;
        max-height: 70px;
    }
    .site-intro-loader:before {
        width: 280px;
        height: 280px;
    }
    .site-intro-loader:after {
        width: 410px;
        height: 410px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .site-intro-loader,
    .site-intro-scene,
    .home-enter-show .home-idea-tag,
    .home-enter-show .home-idea-title,
    .home-enter-show .home-idea-copy,
    .home-enter-show .home-idea-visual {
        animation: none !important;
        transition: none !important;
    }
}

/* ===== 20260526 site-wide MORIWAKI-like motion effects ===== */
html {
    scroll-behavior: smooth;
}
body {
    transition: opacity .32s cubic-bezier(.22,1,.36,1), filter .32s cubic-bezier(.22,1,.36,1);
}
body.site-page-leaving {
    opacity: 0;
    filter: blur(3px);
}
.mori-scroll-progress {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2147482500;
    width: 100%;
    height: 3px;
    background: #111;
    transform: scaleX(0);
    transform-origin: left center;
    pointer-events: none;
}
.mori-anim-ready #wrapper {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .72s cubic-bezier(.22,1,.36,1), transform .72s cubic-bezier(.22,1,.36,1);
}
.mori-anim-ready.is-site-loaded #wrapper,
.mori-anim-ready body.is-site-loaded #wrapper {
    opacity: 1;
    transform: translateY(0);
}
.mori-anim-ready .main-header {
    opacity: 0;
    transform: translateY(-18px);
    transition: opacity .82s cubic-bezier(.22,1,.36,1), transform .82s cubic-bezier(.22,1,.36,1), background .35s ease, box-shadow .35s ease;
}
.mori-anim-ready.is-site-loaded .main-header,
.mori-anim-ready body.is-site-loaded .main-header {
    opacity: 1;
    transform: translateY(0);
}
.logo-holder img,
.footer-logo img {
    transition: transform .55s cubic-bezier(.22,1,.36,1), opacity .35s ease;
}
.logo-holder:hover img,
.footer-logo:hover img {
    transform: translateY(-2px) scale(1.03);
}
.nav-holder nav li a {
    position: relative;
    overflow: hidden;
}
.nav-holder nav li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .38s cubic-bezier(.22,1,.36,1);
}
.nav-holder nav li a:hover:after,
.nav-holder nav li a.act-link:after {
    transform: scaleX(1);
    transform-origin: left center;
}
.mori-section-motion {
    position: relative;
    overflow: hidden;
}
.mori-section-motion:before {
    content: "";
    position: absolute;
    left: -12%;
    top: 0;
    width: 38%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.36), rgba(255,255,255,0));
    transform: translateX(-110%) skewX(-12deg);
    opacity: 0;
    pointer-events: none;
}
.mori-section-motion.is-inview:before {
    animation: mori-section-shine 1.3s cubic-bezier(.22,1,.36,1) .08s both;
}
.mori-anim-ready .mori-reveal {
    opacity: 0;
    transform: translateY(42px);
    transition-property: opacity, transform, filter;
    transition-duration: .96s;
    transition-timing-function: cubic-bezier(.22,1,.36,1);
    transition-delay: var(--mori-delay, 0ms);
    will-change: opacity, transform;
}
.mori-anim-ready .mori-reveal-left {
    transform: translateX(-50px);
}
.mori-anim-ready .mori-reveal-right {
    transform: translateX(50px);
}
.mori-anim-ready .mori-reveal-scale {
    transform: translateY(34px) scale(.965);
    filter: blur(5px);
}
.mori-anim-ready .mori-reveal-line {
    opacity: 1;
    transform: scaleX(0);
    transform-origin: left center;
}
.mori-anim-ready .mori-reveal.is-inview {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
    filter: blur(0);
}
.mori-anim-ready .mori-reveal-line.is-inview {
    transform: scaleX(1);
}
.box-item,
.case-thumb,
.mori-product-thumb,
.mori-detail-main,
.home-idea-visual-card {
    position: relative;
    overflow: hidden;
}
.mori-anim-ready .box-item.mori-reveal:after,
.mori-anim-ready .case-thumb:after,
.mori-anim-ready .mori-product-thumb:after,
.mori-anim-ready .mori-detail-main.mori-reveal:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    background: #fff;
    transform: translateX(0);
    transition: transform .92s cubic-bezier(.76,0,.24,1) var(--mori-delay, 0ms);
    pointer-events: none;
}
.mori-anim-ready .box-item.mori-reveal.is-inview:after,
.mori-anim-ready .case-card.is-inview .case-thumb:after,
.mori-anim-ready .mori-product-card.is-inview .mori-product-thumb:after,
.mori-anim-ready .mori-detail-main.mori-reveal.is-inview:after {
    transform: translateX(103%);
}
.mori-img-motion {
    transition: transform 1.1s cubic-bezier(.22,1,.36,1), opacity .8s cubic-bezier(.22,1,.36,1), filter .8s cubic-bezier(.22,1,.36,1);
    transform: scale(1.035);
}
.is-inview .mori-img-motion,
.mori-reveal.is-inview .mori-img-motion {
    transform: scale(1);
}
.box-item:hover .mori-img-motion,
.case-card:hover .mori-img-motion,
.mori-product-card:hover .mori-img-motion,
.mori-detail-main:hover .mori-img-motion {
    transform: scale(1.06);
}
.home-idea-visual-card {
    transform: translate3d(var(--mori-move-x, 0), var(--mori-move-y, 0), 0);
    transition: transform .55s cubic-bezier(.22,1,.36,1);
}
.home-idea-tag {
    transform: translate3d(var(--mori-move-x, 0), var(--mori-move-y, 0), 0);
    transition: transform .55s cubic-bezier(.22,1,.36,1);
}
.case-card,
.mori-product-card,
.serv-item,
.pr-tags,
.company-video-btn,
.case-heading-pill,
.mori-detail-back,
.mori-detail-prevnext a,
#submit {
    transition: transform .45s cubic-bezier(.22,1,.36,1), box-shadow .45s cubic-bezier(.22,1,.36,1), opacity .35s ease, background .35s ease, color .35s ease, border-color .35s ease;
}
.case-card:hover,
.mori-product-card:hover,
.serv-item:hover {
    transform: translateY(-8px);
}
.pr-tags:hover {
    transform: translateX(8px);
}
.company-video-btn:hover,
.case-heading-pill:hover,
.mori-detail-back:hover,
.mori-detail-prevnext a:hover,
#submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0,0,0,.13);
}
.company-video-btn:before,
.case-heading-pill:before,
.mori-detail-back:before,
.mori-detail-prevnext a:before,
#submit:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.16);
    transform: translateX(-105%) skewX(-18deg);
    transition: transform .55s cubic-bezier(.22,1,.36,1);
    pointer-events: none;
}
.company-video-btn:hover:before,
.case-heading-pill:hover:before,
.mori-detail-back:hover:before,
.mori-detail-prevnext a:hover:before,
#submit:hover:before {
    transform: translateX(105%) skewX(-18deg);
}
.company-video-btn,
.case-heading-pill,
.mori-detail-back,
.mori-detail-prevnext a,
#submit {
    position: relative;
    overflow: hidden;
}
.page-bold-title,
.case-heading-title,
.mori-products-title h1,
.mori-detail-intro h2,
.section-title h2,
.section-title h3 {
    letter-spacing: .06em;
}
.page-bold-title.is-inview,
.case-heading.is-inview .case-heading-title,
.mori-products-title.is-inview h1,
.mori-detail-intro.is-inview h2,
.section-title.is-inview h2 {
    animation: mori-title-breath .9s cubic-bezier(.22,1,.36,1) both;
}
.footer-box li a,
.policy-box p,
.fixed-title span {
    transition: opacity .3s ease, transform .3s cubic-bezier(.22,1,.36,1);
}
.footer-box li a:hover {
    opacity: .62;
    transform: translateX(4px);
}
.to-top {
    transition: transform .38s cubic-bezier(.22,1,.36,1), background .3s ease, color .3s ease;
}
.to-top:hover {
    transform: translateY(-6px);
}
@keyframes mori-section-shine {
    0% { opacity: 0; transform: translateX(-110%) skewX(-12deg); }
    20% { opacity: .75; }
    100% { opacity: 0; transform: translateX(340%) skewX(-12deg); }
}
@keyframes mori-title-breath {
    0% { letter-spacing: .12em; filter: blur(2px); }
    100% { letter-spacing: .06em; filter: blur(0); }
}
@media only screen and (max-width: 767px) {
    .mori-scroll-progress {
        height: 2px;
    }
    .mori-anim-ready .mori-reveal,
    .mori-anim-ready .mori-reveal-left,
    .mori-anim-ready .mori-reveal-right,
    .mori-anim-ready .mori-reveal-scale {
        transform: translateY(28px);
    }
    .mori-anim-ready .mori-reveal.is-inview {
        transform: translateY(0) scale(1);
    }
    .case-card:hover,
    .mori-product-card:hover,
    .serv-item:hover,
    .pr-tags:hover {
        transform: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    body,
    #wrapper,
    .main-header,
    .mori-reveal,
    .mori-img-motion,
    .box-item:after,
    .case-thumb:after,
    .mori-product-thumb:after,
    .mori-detail-main:after,
    .company-video-btn,
    .case-heading-pill,
    .mori-detail-back,
    .mori-detail-prevnext a,
    #submit {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        filter: none !important;
    }
    .mori-anim-ready .mori-reveal,
    .mori-anim-ready #wrapper,
    .mori-anim-ready .main-header {
        opacity: 1 !important;
    }
}

/* =========================================================
   Mobile header / menu adjustment 2026-05-26
   - keep logo vertically centered and slightly larger
   - show the full mobile menu without clipping
   ========================================================= */
@media only screen and (max-width: 1064px) {
    body {
        overflow-x: hidden;
    }
    header.main-header {
        box-sizing: border-box;
    }
    .logo-holder {
        height: 70px;
        padding-top: 0 !important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .logo-holder img {
        height: 26px !important;
        max-width: 230px;
        object-fit: contain;
    }
    .nav-holder {
        top: 70px !important;
        right: 12px !important;
        width: min(300px, calc(100vw - 24px)) !important;
        height: auto !important;
        max-height: calc(100vh - 88px) !important;
        padding: 22px 28px 24px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        box-sizing: border-box;
        border-radius: 0;
        z-index: 9999;
    }
    .nav-holder nav,
    .nav-holder nav ul {
        width: 100%;
    }
    .nav-holder nav ul li {
        height: auto !important;
        padding: 8px 0 !important;
        margin: 0 !important;
    }
    .nav-holder nav li a,
    .nav-holder nav li ul li a {
        display: block;
        float: none;
        width: 100%;
        padding: 4px 0 !important;
        line-height: 1.45 !important;
        font-size: 15px !important;
        letter-spacing: .08em;
        text-align: left;
        box-sizing: border-box;
        white-space: nowrap;
    }
    .nav-holder nav li a:after {
        bottom: 0;
    }
}

@media only screen and (max-width: 540px) {
    header.main-header {
        height: 72px !important;
        padding-left: 18px !important;
    }
    .nav-button-wrap {
        height: 72px !important;
        width: 72px !important;
    }
    .logo-holder {
        height: 72px !important;
    }
    .logo-holder img {
        height: 24px !important;
        max-width: 235px;
    }
    .nav-holder {
        top: 72px !important;
        right: 14px !important;
        width: min(270px, calc(100vw - 28px)) !important;
        max-height: calc(100vh - 90px) !important;
        padding: 20px 24px 22px !important;
    }
}

@media only screen and (max-width: 380px) {
    header.main-header {
        padding-left: 14px !important;
    }
    .logo-holder img {
        height: 22px !important;
        max-width: 215px;
    }
    .nav-button-wrap {
        width: 64px !important;
    }
    .nav-holder {
        right: 10px !important;
        width: min(258px, calc(100vw - 20px)) !important;
    }
}

/* =========================================================
   Mobile header final correction 2026-05-26
   - logo is vertically centered with equal top/bottom spacing
   - mobile menu starts under the header and stays inside viewport
   ========================================================= */
@media only screen and (max-width: 1064px) {
    html,
    body {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    header.main-header {
        height: 76px !important;
        min-height: 76px !important;
        padding: 0 !important;
        display: block !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }
    header.main-header .logo-holder {
        position: absolute !important;
        left: 30px !important;
        top: 0 !important;
        bottom: 0 !important;
        height: 76px !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        float: none !important;
        line-height: 0 !important;
        z-index: 2 !important;
    }
    header.main-header .logo-holder img {
        display: block !important;
        width: auto !important;
        height: 30px !important;
        max-height: 30px !important;
        max-width: 245px !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        object-fit: contain !important;
        transform: none !important;
    }
    header.main-header .nav-button-wrap {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        width: 76px !important;
        height: 76px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        float: none !important;
        box-sizing: border-box !important;
        z-index: 3 !important;
    }
    header.main-header .nav-button {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        margin-left: -11px !important;
        margin-top: -10px !important;
    }
    header.main-header .nav-holder {
        position: fixed !important;
        top: 76px !important;
        right: 16px !important;
        left: auto !important;
        width: min(300px, calc(100vw - 32px)) !important;
        height: auto !important;
        max-height: calc(100svh - 104px) !important;
        max-height: calc(100vh - 104px) !important;
        margin: 0 !important;
        padding: 26px 28px !important;
        background: #fff !important;
        box-sizing: border-box !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        z-index: 10000 !important;
        box-shadow: 0 22px 55px rgba(0,0,0,.08) !important;
    }
    header.main-header .nav-holder nav,
    header.main-header .nav-holder nav ul {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    header.main-header .nav-holder nav ul li {
        width: 100% !important;
        height: auto !important;
        padding: 8px 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    header.main-header .nav-holder nav li a,
    header.main-header .nav-holder nav li ul li a {
        display: block !important;
        float: none !important;
        width: 100% !important;
        padding: 4px 0 !important;
        line-height: 1.45 !important;
        font-size: 15px !important;
        letter-spacing: .08em !important;
        text-align: left !important;
        white-space: nowrap !important;
        box-sizing: border-box !important;
    }
}

@media only screen and (max-width: 540px) {
    header.main-header {
        height: 72px !important;
        min-height: 72px !important;
    }
    header.main-header .logo-holder {
        left: 28px !important;
        height: 72px !important;
    }
    header.main-header .logo-holder img {
        height: 28px !important;
        max-height: 28px !important;
        max-width: 225px !important;
    }
    header.main-header .nav-button-wrap {
        width: 72px !important;
        height: 72px !important;
    }
    header.main-header .nav-holder {
        top: 72px !important;
        right: 14px !important;
        width: min(300px, calc(100vw - 28px)) !important;
        max-height: calc(100svh - 100px) !important;
        max-height: calc(100vh - 100px) !important;
        padding: 24px 28px !important;
    }
}

@media only screen and (max-width: 380px) {
    header.main-header .logo-holder {
        left: 20px !important;
    }
    header.main-header .logo-holder img {
        height: 26px !important;
        max-height: 26px !important;
        max-width: 205px !important;
    }
    header.main-header .nav-button-wrap {
        width: 66px !important;
    }
    header.main-header .nav-holder {
        right: 10px !important;
        width: min(280px, calc(100vw - 20px)) !important;
        padding: 22px 24px !important;
    }
}


/* ===== 20260526 製作事例：文字排版整理 / 首页与列表页共通 ===== */
.case-slider .swiper-slide {
    display: flex;
    height: auto;
}
.case-slider .swiper-slide .case-card {
    width: 100%;
}
.case-card {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}
.case-card h3 {
    min-height: 64px;
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: .035em;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: anywhere;
}
.case-card p,
.case-card .case-meta {
    display: grid;
    grid-template-columns: 5.2em minmax(0, 1fr);
    column-gap: .25em;
    min-height: 31px;
    margin: 0 0 9px;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: .02em;
    text-align: left;
}
.case-card p strong,
.case-card .case-meta strong {
    font-weight: 800;
    white-space: nowrap;
}
.case-card p span,
.case-card .case-meta span {
    min-width: 0;
}
.case-card .case-tag {
    align-self: center;
    justify-content: center;
    max-width: 100%;
    margin-top: auto;
    padding: 5px 18px;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
}

body .mori-products-grid {
    align-items: stretch;
    gap: 64px 42px;
}
body .mori-product-card {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}
body .mori-product-info {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding-top: 22px;
}
body .mori-product-info h2 {
    min-height: 64px;
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: .035em;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: anywhere;
}
body .mori-product-info p {
    display: grid;
    grid-template-columns: 5.2em minmax(0, 1fr);
    column-gap: .25em;
    min-height: 58px;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: .02em;
    text-align: left;
}
body .mori-product-info p strong {
    font-weight: 800;
    white-space: nowrap;
}
body .mori-card-tags {
    display: flex !important;
    justify-content: center;
    gap: 8px 10px;
    margin-top: auto;
    padding-top: 12px;
}
body .mori-card-tags[hidden],
body .mori-detail-tag[hidden] {
    display: none !important;
}
body .mori-product-info .mori-card-tags span {
    min-width: 90px;
    margin: 0;
    padding: 4px 16px;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
}

@media only screen and (max-width: 1300px) {
    body .mori-products-grid {
        gap: 56px 34px;
    }
    .case-card h3,
    body .mori-product-info h2 {
        font-size: 19px;
    }
    .case-card p,
    .case-card .case-meta,
    body .mori-product-info p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 860px) {
    .case-card h3,
    body .mori-product-info h2 {
        min-height: 0;
        font-size: 17px;
        text-align: center;
    }
    .case-card p,
    .case-card .case-meta,
    body .mori-product-info p {
        grid-template-columns: 4.8em minmax(0, 1fr);
        min-height: 0;
        font-size: 14px;
    }
    body .mori-products-grid {
        gap: 46px 22px;
    }
}
@media only screen and (max-width: 560px) {
    .case-card h3,
    body .mori-product-info h2 {
        font-size: 17px;
        line-height: 1.5;
    }
    .case-card p,
    .case-card .case-meta,
    body .mori-product-info p {
        grid-template-columns: 1fr;
        row-gap: 2px;
        font-size: 14px;
        line-height: 1.75;
    }
    .case-card p strong,
    .case-card .case-meta strong,
    body .mori-product-info p strong {
        display: block;
    }
    body .mori-card-tags {
        justify-content: flex-start;
    }
}

/* ===== 20260526 Japanese web font + remove video button icon ===== */
:root {
    --jp-site-font: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Helvetica Neue", Arial, sans-serif;
}
html,
body,
body * {
    font-family: var(--jp-site-font) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa,
.fa:before,
.fa:after {
    font-family: FontAwesome !important;
}
.lg-icon,
.lg-icon:before,
.lg-icon:after {
    font-family: 'lg' !important;
}
.company-video-btn {
    gap: 0 !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
}
.company-video-btn:after,
.company-video-btn.is-open:after {
    content: none !important;
    display: none !important;
    margin: 0 !important;
}
@media only screen and (max-width: 767px) {
    .company-video-btn {
        max-width: 260px !important;
        padding-left: 26px !important;
        padding-right: 26px !important;
    }
}

/* ===== 20260528 company profile content page + remove left rail ===== */
.main-footer {
    display: none !important;
}
.content-holder,
.fixed-search {
    left: 0 !important;
}
.company-profile-section {
    background: #f6f6f6;
    padding: 88px 0 100px;
}
.company-profile-wrap {
    text-align: left;
}
.company-profile-lead,
.company-history,
.company-capability-list,
.company-wide-photo,
.company-two-column,
.company-certification {
    float: left;
    width: 100%;
}
.company-profile-lead {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 54px;
    align-items: center;
    padding: 58px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06);
}
.company-profile-kicker,
.company-section-heading span,
.company-capability-text span {
    display: block;
    color: #777;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 8px;
}
.company-profile-copy h2,
.company-section-heading h3,
.company-capability-text h3 {
    color: #4f4f4f;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 24px;
}
.company-profile-copy p,
.company-capability-text p,
.company-two-column p,
.company-certification p,
.company-history-item p {
    color: #222;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
    text-align: left;
    padding-bottom: 0;
}
.company-profile-copy p + p {
    margin-top: 12px;
}
.company-profile-main-photo img,
.company-wide-photo img,
.company-photo-grid img,
.company-history-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.company-profile-main-photo img {
    aspect-ratio: 4 / 3;
}
.company-history,
.company-capability-list,
.company-wide-photo,
.company-two-column,
.company-certification {
    margin-top: 70px;
}
.company-section-heading {
    margin-bottom: 28px;
}
.company-history-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}
.company-history-item {
    background: #fff;
    padding: 18px 18px 26px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.05);
}
.company-history-item img {
    aspect-ratio: 16 / 10;
    margin-bottom: 18px;
}
.company-history-item strong {
    display: block;
    color: #111;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    margin-bottom: 8px;
}
.company-history-item p {
    text-align: center;
    line-height: 1.75;
}
.company-capability-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}
.company-capability-item {
    display: grid;
    grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
    gap: 34px;
    align-items: center;
    padding: 34px 0;
    border-top: 1px solid #d8d8d8;
}
.company-capability-item:last-child {
    border-bottom: 1px solid #d8d8d8;
}
.company-capability-text h3 {
    font-size: 28px;
    margin-bottom: 14px;
}
.company-photo-grid {
    display: grid;
    gap: 14px;
}
.company-photo-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.company-photo-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.company-photo-grid img {
    aspect-ratio: 4 / 3;
}
.company-photo-grid.compact {
    margin-bottom: 22px;
}
.company-wide-photo {
    background: #fff;
    padding: 22px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06);
}
.company-wide-photo img {
    aspect-ratio: auto !important;
    object-fit: contain !important;
}
.company-two-column {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
}
.company-two-column article,
.company-certification {
    background: #fff;
    padding: 40px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.05);
}
.company-two-column .company-section-heading h3,
.company-certification .company-section-heading h3 {
    font-size: 30px;
    margin-bottom: 0;
}
.company-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}
.company-logo-grid img {
    width: 100%;
    height: 78px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 10px 12px;
}
.company-closing {
    margin-top: 28px;
    font-weight: 700;
    text-align: center !important;
}
.company-profile-actions {
    display: flex;
    justify-content: center;
    float: left;
    width: 100%;
    padding-top: 54px;
}
@media only screen and (max-width: 767px) {
    .company-profile-section {
        padding: 44px 0 60px;
    }
    .company-profile-lead,
    .company-capability-item,
    .company-two-column {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .company-profile-lead,
    .company-two-column article,
    .company-certification {
        padding: 24px;
    }
    .company-profile-copy h2,
    .company-section-heading h3 {
        font-size: 30px;
    }
    .company-profile-copy p,
    .company-capability-text p,
    .company-two-column p,
    .company-certification p,
    .company-history-item p {
        font-size: 15px;
        line-height: 1.85;
    }
    .company-history,
    .company-capability-list,
    .company-wide-photo,
    .company-two-column,
    .company-certification {
        margin-top: 42px;
    }
    .company-history-grid,
    .company-photo-grid.two,
    .company-photo-grid.three,
    .company-logo-grid {
        grid-template-columns: 1fr;
    }
    .company-wide-photo {
        padding: 12px;
    }
    .company-wide-photo img {
        aspect-ratio: auto !important;
    }
    .company-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ===== 20260526 Desktop footer visibility fix =====
   The original theme uses a fixed footer + height-emulator.
   After adding section z-index animation fixes, the fixed footer could stay hidden
   behind the blank emulator area on desktop. Make the footer flow normally on PC. */
@media only screen and (min-width: 1065px) {
    .height-emulator {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    footer.content-footer,
    .content-footer {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        top: auto !important;
        float: left !important;
        clear: both !important;
        width: 100% !important;
        z-index: 80 !important;
        transform: none !important;
        background: #fff !important;
        display: block !important;
    }
    .content-footer:before {
        display: none !important;
        content: none !important;
    }
    .content-footer .footer-inner {
        width: 100% !important;
        max-width: none !important;
        box-sizing: border-box !important;
        padding: 86px 8% 34px 8% !important;
        background: #fff !important;
    }
}

/* ===== 20260608 fullscreen home hero ===== */
.home-idea-hero {
    width: 100%;
    height: 100vh;
    min-height: 560px;
    padding: 0;
    background: #efefef;
    overflow: hidden;
}
.home-idea-hero .home-idea-visual,
.home-idea-hero .swiper-container,
.home-idea-hero .swiper-wrapper,
.home-idea-hero .swiper-slide,
.home-idea-hero .home-idea-visual-card,
.home-idea-hero picture {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 0;
    padding: 0;
}
.home-idea-hero .home-idea-visual-card img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}
.home-idea-hero .home-idea-pagination {
    bottom: 22px !important;
}
@media only screen and (max-width: 767px) {
    .home-idea-hero {
        height: 100svh;
        min-height: 520px;
        padding: 0;
    }
    .home-idea-hero .home-idea-visual {
        width: 100%;
        max-width: none;
    }
    .home-idea-hero .home-idea-pagination {
        position: absolute;
        bottom: 16px !important;
        margin-top: 0;
    }
}

/* ===== FINAL homepage hero compatibility rules v5 ===== */
.home-idea-hero {
    position: relative !important;
    isolation: isolate !important;
    background-color: #132334 !important;
    background-image: url("/static/upload/image/asahikawa-hero/hero-city.jpg") !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.home-idea-hero > .asahikawa-hero-slides {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}
.home-idea-hero .asahikawa-hero-slide {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.home-idea-hero .asahikawa-hero-slide:first-child,
.home-idea-hero .asahikawa-hero-slide.is-active {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.home-idea-hero .asahikawa-hero-slide picture,
.home-idea-hero .asahikawa-hero-slide img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.home-idea-hero .asahikawa-hero-slide img {
    object-fit: cover !important;
    object-position: center !important;
}
.home-idea-hero .asahikawa-hero-copy {
    display: block !important;
    visibility: visible !important;
}
body.home-enter-show .home-idea-hero .asahikawa-hero-copy {
    animation: asahikawa-copy-after-intro 1.2s cubic-bezier(.22,1,.36,1) .12s both !important;
}
@media only screen and (max-width: 767px) {
    .home-idea-hero {
        background-image: url("/static/upload/image/20260529/1780036225982323.png") !important;
    }
}
