.cmn_contNav,
.cmn_contNavBtm {
    display: none !important;
}
.philosophy-top-banner {
    margin-bottom: 2.5rem;
}
.philosophy-top-banner .cmn_pageTtl01 {
    margin-bottom: 2rem;
}
.philosophy-top-banner .philosophy-top-catch {
    max-width: 1000px;
    margin: 0 auto 1.5rem;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}
@media (min-width: 768px) {
    .philosophy-top-banner .philosophy-top-catch .philosophy-top-catch__br-sp {
        display: none;
    }
}
.philosophy-hero {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.philosophy-hero img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.philosophy-top-banner__block {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 clamp(15px, 4vw, 30px);
}
.philosophy-top-banner__block > .philosophy-section__body {
    flex: 0 1 1000px;
    width: 100%;
    max-width: 1000px;
    margin: 0;
    text-align: left;
    padding: 15px 0 0;
    box-sizing: border-box;
    background: transparent;
    border: none;
}
.philosophy-section {
    margin-bottom: 40px;
}
.philosophy-section h2 {
    background: rgb(36, 187, 183);
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    padding: 12px 20px;
    margin: 0 0 1.5rem;
    border-radius: 0;
    border: none;
}
.philosophy-section__img {
    margin: 0 auto 0;
    text-align: center;
}
.philosophy-section__img img {
    max-width: 450px;
    width: 100%;
    height: auto;
    display: inline-block;
}
.philosophy-section__video {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    background: #000;
}
.philosophy-section__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.philosophy-section__video-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
}
.philosophy-section__video-play img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    display: block;
}
.philosophy-section__video-play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    background: rgba(0, 0, 0, 0.55);
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: background 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}
.philosophy-section__video-play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 22px;
    border-color: transparent transparent transparent #fff;
    transform: translate(-35%, -50%);
    transition: transform 0.2s ease;
    pointer-events: none;
}
.philosophy-section__video-play:hover::before,
.philosophy-section__video-play:focus-visible::before {
    background: rgba(220, 0, 0, 0.85);
    transform: translate(-50%, -50%) scale(1.08);
}
.philosophy-section__video-play:hover::after,
.philosophy-section__video-play:focus-visible::after {
    transform: translate(-35%, -50%) scale(1.08);
}
@media (max-width: 767px) {
    .philosophy-section__video-play::before {
        width: 56px;
        height: 56px;
    }
    .philosophy-section__video-play::after {
        border-width: 11px 0 11px 17px;
    }
}
.philosophy-section__caption {
    margin: 8px 0 0;
    font-size: 0.85em;
    color: #666;
    line-height: 1.5;
}
.philosophy-section__body {
    background: #fff;
    padding: 24px;
    border: 1px solid #e6e6e6;
    border-top: none;
}
.philosophy-section__body p {
    margin: 0 0 1em;
    line-height: 1.8;
    font-size: 0.95em;
}
.philosophy-section__body ul {
    list-style-type: none;
    padding-left: 0;
}
.philosophy-section__body ul li {
    margin-bottom: 0.5em;
}

@media (max-width: 767px) {
    .philosophy-section__body p {
        font-size: 1rem;
        margin: 0 0 1rem;
    }
    .philosophy-top-banner .philosophy-top-catch {
        font-size: 1rem;
        padding: 0 15px;
    }
    .philosophy-top-banner__block > .philosophy-section__body {
        padding: 1.25rem 0;
    }
    .philosophy-hero {
        padding: 0 15px;
    }
}

.philosophy-page-top-btn {
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
}
.philosophy-page-top-btn .cmn_btn01 {
    background-color: rgb(36, 187, 183);
}

/* シルクスクリーン / DTF 工程比較（左右2カラム表示） */
.philosophy-print-compare {
    margin: 1.75rem 0 2rem;
}
.philosophy-print-compare__split {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(16px, 3vw, 24px);
    align-items: flex-start;
}
.philosophy-print-compare__panel {
    flex: 1 1 280px;
    min-width: 0;
}
.philosophy-print-compare__panel-img img {
    width: 100%;
    height: auto;
    display: block;
}
.philosophy-section__body p.philosophy-print-compare__caption {
    margin: 8px 0 0;
    font-size: 0.75em;
    color: #666;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .philosophy-section__body p.philosophy-print-compare__caption {
        font-size: 0.8rem;
    }
}
@media (max-width: 767px) {
    .philosophy-print-compare__panel {
        flex: 1 1 100%;
    }
}

/* 画像クリックで拡大表示するライトボックス */
.philosophy-lightbox-trigger {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}
.philosophy-lightbox-trigger img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.2s ease;
}
.philosophy-lightbox-trigger:hover img,
.philosophy-lightbox-trigger:focus-visible img {
    opacity: 0.85;
}
.philosophy-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(16px, 4vw, 40px);
    background: rgba(0, 0, 0, 0.85);
    cursor: zoom-out;
}
.philosophy-lightbox[hidden] {
    display: none;
}
.philosophy-lightbox__img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    cursor: default;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.philosophy-lightbox__close {
    position: absolute;
    top: clamp(8px, 2vw, 20px);
    right: clamp(8px, 2vw, 20px);
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease;
}
.philosophy-lightbox__close:hover,
.philosophy-lightbox__close:focus-visible {
    background: rgba(255, 255, 255, 0.3);
}
