@charset "UTF-8";

:root {
    scroll-behavior: auto !important;
}

body {
    margin: 0;
    background: #f7f8fb;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
    color: #1e1e1e;
}

body.sidebar-hidden.om-wpb-active .om-c-container {
    max-width: 100%;
}

.om_theme .vc_column_container>.vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.photo-service {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    background: #f7f8fb;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif !important;
    color: #1e1e1e;
}

.photo-service * {
    box-sizing: border-box;
}

.photo-service a {
    color: inherit;
    text-decoration: none;
}

.photo-service .section {
    padding: 80px 5vw;
    max-width: 1200px;
    margin: 0 auto;
}

/* Galleryだけは横幅いっぱいに展開 */
.photo-service #gallery {
    max-width: none;
    width: 100%;
}

.photo-service #plans {
    max-width: none;
    width: 100%;
    padding: 80px 0;
}

.photo-service #gallery h2 {
    text-align: center;
}

.photo-service #plans h2,
.photo-service #value h2,
.photo-service #flow h2,
.photo-service #pricing h2,
.photo-service #voice h2,
.photo-service #contact h2,
.photo-service #faq h2,
.photo-service #notes h2 {
    text-align: center;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.primary-menu,
.sidebar-widget-title,
.footer-widget-title,
blockquote,
.blockquote,
.ompf-portfolio-thumb .ompf-title,
.vc_om-testimonials .om-item-text,
.wpb_heading,
.vc_om-ptc-title-title,
.vc_om-table-style-1 table th,
.vc_om-person .om-person-name,
.vc_om-click-box,
.vc_om-click-icon-box .om-cib-title,
.vc_om-click-icon-box-2 .om-cib2-content-title {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.photo-service h2 {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    margin-bottom: 30px;
    line-height: 1.4;
}

.photo-service .card h3 {
    position: relative;
    padding: 0 0 6px;
    text-align: center;
    color: #0f172a;
}

.photo-service .card h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #205de3, #7dd3fc);
}

/* Remove h3 underline decoration in notes section */
.photo-service #notes .card h3::after {
    display: none;
    content: none;
}

.photo-service .hero {
    position: relative;
    background: url("../images/ec-photo-service/hero-img.jpg") center/contain no-repeat;
    aspect-ratio: 16 / 9;
    color: #fff;
    padding: 120px 5vw;
    text-align: left;
    display: flex;
    align-items: center;
}

.photo-service .hero-top {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.photo-service .hero-bottom {
    display: none;
}

.photo-service .hero-content {
    width: 38%;
    max-width: 640px;
    min-width: 320px;
}

.photo-service .hero h1 {
    font-size: clamp(1.8rem, 4.5vw, 3rem);
    margin-bottom: 20px;
    line-height: 1.3;
}

@media (max-width: 1230px) {
    .photo-service .hero h1 {
        font-size: clamp(1.6rem, 4vw, 2.6rem);
    }
}

@media (max-width: 1060px) {
    .photo-service .hero h1 {
        font-size: clamp(1.5rem, 4vw, 2.4rem);
    }
}

@media (max-width: 1000px) {
    .photo-service .hero {
        background: none;
        aspect-ratio: auto;
        padding: 0;
        flex-direction: column;
        gap: 0;
    }

    .photo-service .hero-top {
        background: url("../images/ec-photo-service/hero-img-01.jpg") center/cover no-repeat;
        width: 100%;
        color: #fff;
        padding: 80px 20px;
        min-height: 260px;
    }

    .photo-service .hero-bottom {
        display: block;
        width: 100%;
        padding: 0;
    }
}

.photo-service .hero-bottom img {
    display: none;
}

@media (max-width: 1000px) {
    .photo-service .hero-bottom img {
        display: block;
        width: 100%;
        height: auto;
    }

    .photo-service .hero-content {
        width: 100%;
        max-width: 640px;
        min-width: 0;
    }

    .photo-service .hero h1 {
        font-size: clamp(1.5rem, 5vw, 2.2rem);
    }

    .photo-service .hero p {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .photo-service .hero {
        padding: 0;
    }

    .photo-service .hero-top {
        padding: 64px 0;
    }

    .photo-service .hero-content {
        padding: 0 16px;
        max-width: none;
    }

    .photo-service .hero-bottom {
        margin: 0;
    }

    .photo-service .hero-bottom img {
        width: 100%;
        height: auto;
        display: block;
    }
}

.photo-service .hero p {
    max-width: 640px;
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 1.8;
}

.photo-service .cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.photo-service .btn {
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.photo-service .btn-primary {
    background: #fbbf24;
    color: #0f172a;
    box-shadow: 0 10px 20px rgba(251, 191, 36, 0.3);
}

.photo-service .btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
}

.photo-service .btn-accent {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.3);
}

.photo-service .btn:hover {
    transform: translateY(-2px);
}

.photo-service .badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

@media (max-width: 1200px) {
    .photo-service .badge-row {
        display: none;
    }
}

.photo-service .badge {
    padding: 10px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 0.9rem;
    font-weight: 600;
}

.photo-service .grid {
    display: grid;
    gap: 24px;
}

.photo-service .grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.photo-service .grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.photo-service .plans-grid {
    display: flex;
    gap: 18px;
    align-items: stretch;
}

.photo-service .plan-card {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 15px 45px rgba(37, 99, 235, 0.08);
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.photo-service .plan-card.recommended {
    border-color: #2563eb;
    box-shadow: 0 20px 55px rgba(37, 99, 235, 0.15);
    position: relative;
    overflow: hidden;
}

.photo-service .plan-card.recommended::before {
    content: "おすすめ";
    position: absolute;
    top: 14px;
    right: -48px;
    background: #2563eb;
    color: #fff;
    padding: 6px 60px;
    transform: rotate(45deg);
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
}

.photo-service .plan-card.popular {
    border-color: #fbbf24;
    box-shadow: 0 20px 55px rgba(251, 191, 36, 0.2);
    position: relative;
    overflow: hidden;
}

.photo-service .plan-card.popular::before {
    content: "人気";
    position: absolute;
    top: 14px;
    right: -48px;
    background: #fbbf24;
    color: #0f172a;
    padding: 6px 60px;
    transform: rotate(45deg);
    font-size: 0.85rem;
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(251, 191, 36, 0.3);
}

.photo-service .plan-title {
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.photo-service .plan-tag {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef2ff;
    color: #1d4ed8;
    font-size: 0.85rem;
    font-weight: 700;
}

.photo-service .plan-price {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f172a;
}

.photo-service .plan-price span {
    display: block;
    font-size: 0.88rem;
    color: #6b7280;
    font-weight: 600;
}

.photo-service .plan-price .price-note {
    display: inline;
    font-size: 0.85rem;
    font-weight: 700;
    color: #4b5563;
}

.photo-service .plan-price .price-sub {
    display: inline-block;
    margin-left: 6px;
    font-size: 0.88rem;
    color: #6b7280;
    font-weight: 600;
}

.photo-service .plan-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    color: #4b5563;
    font-size: 0.95rem;
}

.photo-service .plan-meta span {
    background: #f3f4f6;
    padding: 6px 10px;
    border-radius: 12px;
}

.photo-service .plan-card ul {
    margin: 0;
    padding-left: 18px;
    color: #4b5563;
    line-height: 1.7;
    font-size: 0.95rem;
}

.photo-service .plan-cta {
    margin-top: auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}


.photo-service .btn-outline {
    border: 1px solid #d1d5db;
    color: #111827;
    background: #fff;
}

.photo-service .plan-thumb img,
.photo-service .plan-thumb video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Plans slider */
.photo-service .plans-wrapper {
    position: relative;
    padding: 0 36px;
}

.photo-service .plans-slider {
    overflow: hidden;
}

.photo-service .plans-track {
    display: flex;
    gap: 16px;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    padding: 6px 4px 18px;
    scroll-behavior: smooth;
}

.photo-service .plans-track .plan-card {
    flex: 0 0 320px;
    scroll-snap-align: start;
    min-height: 100%;
}

.photo-service .plans-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(37, 99, 235, 0.85);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-service .plans-nav:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    box-shadow: none;
}

.photo-service .plans-nav.prev {
    left: 0;
}

.photo-service .plans-nav.next {
    right: 0;
}

/* Plan modal */
.photo-service .modal-overlay {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at top, rgba(59, 130, 246, 0.45), rgba(15, 23, 42, 0.85));
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 20px;
    backdrop-filter: blur(6px);
}

.photo-service .modal-overlay.active {
    display: flex;
}

.photo-service .modal-content {
    background:
        linear-gradient(135deg, rgba(248, 250, 252, 0.96), rgba(236, 244, 255, 0.96)) padding-box,
        linear-gradient(135deg, #1d4ed8, #f97316) border-box;
    border: 1px solid transparent;
    border-radius: 22px;
    max-width: 980px;
    width: 100%;
    padding: 36px;
    box-shadow:
        0 25px 70px rgba(15, 23, 42, 0.35),
        0 0 0 8px rgba(255, 255, 255, 0.25);
    position: relative;
}

.photo-service .modal-scroll {
    max-height: calc(100vh - 112px);
    overflow-y: auto;
    overflow-x: hidden;
}

.photo-service .modal-content::after {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 18px;
    pointer-events: none;
    box-shadow:
        inset 0 0 25px rgba(30, 64, 175, 0.12),
        inset 0 0 0 1px rgba(148, 163, 184, 0.4);
}

.photo-service .modal-content video,
.photo-service .modal-content img {
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.18);
}

.photo-service .modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(145deg, #1d4ed8, #2563eb);
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.35);
    z-index: 2;
}

.photo-service .modal-header {
    position: relative;
    padding: 16px 20px 20px 20px;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 16px;
    border: 1px solid rgba(30, 64, 175, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    margin-bottom: 18px;
}

.photo-service .modal-header h3 {
    margin: 0 0 8px;
    text-align: left;
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    color: #0f172a;
}

.photo-service .modal-header p {
    margin: 0;
    color: #475569;
    font-size: 0.95rem;
}

.photo-service .modal-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin: 20px 0 24px;
}

.photo-service .modal-gallery img,
.photo-service .modal-gallery video {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 18px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.photo-service .modal-content video {
    background: #000;
}

.photo-service .modal-content.video-modal {
    max-width: 860px;
}

.photo-service .modal-content h4 {
    margin-top: 12px;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    color: #0f172a;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.photo-service .modal-content h4::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f97316, #fb7185);
    box-shadow: 0 0 12px rgba(249, 115, 22, 0.6);
}

.photo-service .modal-content ul {
    margin-top: 10px;
    padding-left: 0;
    color: #334155;
    line-height: 1.8;
    list-style: none;
    display: grid;
    gap: 8px;
}

.photo-service .modal-content ul li {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    padding: 10px 14px 10px 36px;
    position: relative;
    border: 1px solid rgba(228, 233, 242, 0.9);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.07);
}

.photo-service .modal-content ul li::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1d4ed8, #22d3ee);
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 8px rgba(34, 211, 238, 0.5);
}

.photo-service .modal-content p {
    color: #475569;
    font-size: 0.98rem;
    position: relative;
    z-index: 1;
}

.photo-service .pain-arrow {
    text-align: center;
    margin: 24px 0 12px;
}

.photo-service .pain-arrow svg {
    width: 80px;
    height: 80px;
}

.photo-service .plans-nav.prev {
    left: -12px;
}

@media (max-width: 768px) {
    .photo-service .plans-track .plan-card {
        flex: 0 0 280px;
    }

    .photo-service .plans-nav.prev {
        left: 6px;
    }

    .photo-service .plans-nav.next {
        right: 6px;
    }
}

.photo-service .card {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    height: 100%;
}

/* Testimonials emphasis */
.photo-service #voice .card {
    position: relative;
    border: 1px solid #e5e7eb;
    box-shadow: 0 25px 60px rgba(37, 99, 235, 0.08);
    background: linear-gradient(135deg, rgba(224, 231, 255, 0.2), #fff);
}

.photo-service #voice .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    border-radius: 18px 18px 0 0;
    background: linear-gradient(90deg, #205de3, #7dd3fc);
}

/* Value section emphasis */
.photo-service #value .card {
    position: relative;
    border: 1px solid #dbeafe;
    box-shadow: 0 25px 60px rgba(37, 99, 235, 0.1);
    background: linear-gradient(135deg, rgba(219, 234, 254, 0.18), rgba(255, 255, 255, 0.9));
}

.photo-service #value .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    border-radius: 18px 18px 0 0;
    background: linear-gradient(90deg, #205de3, #7dd3fc);
}

.photo-service .mini-thumbs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 10px;
}

.photo-service .mini-thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    background: linear-gradient(135deg, #e0e7ff, #c7d2fe);
    background-size: cover;
    background-position: center;
}

.photo-service .card h3 {
    margin-bottom: 12px;
    font-size: 1.2rem;
}

.photo-service .card p {
    margin-bottom: 12px;
    color: #4b5563;
    line-height: 1.7;
}

.photo-service .card ul {
    padding-left: 18px;
    color: #4b5563;
    line-height: 1.7;
}

.photo-service .highlight {
    color: #2563eb;
    font-weight: 700;
}

.photo-service .gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.photo-service .gallery figure {
    background: none;
    padding: 0;
    box-shadow: none;
}

.photo-service .gallery a {
    display: block;
    border-radius: 12px;
    overflow: hidden;
}

.photo-service .gallery img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.photo-service .lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 9999;
}

.photo-service .lightbox-overlay.active {
    display: flex;
}

.photo-service .lightbox-overlay img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    background: #111827;
}

.photo-service .gallery-more {
    text-align: center;
    margin-top: 24px;
}

.photo-service .flow {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.photo-service .flow-step {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    align-items: center;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.05);
}

.photo-service .flow-step-number {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #dbeafe;
    color: #1e40af;
    font-weight: 700;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-service table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 40px rgba(15, 23, 42, 0.08);
}

.photo-service table th,
.photo-service table td {
    padding: 18px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    font-size: 0.95rem;
}

.photo-service table th {
    background: #f9fafb;
    font-weight: 600;
}

/* Pricing table tweaks */
.photo-service #pricing table {
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
}

.photo-service #pricing table th {
    background: #e5edff;
    color: #0f172a;
}

.photo-service .testimonial {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.photo-service .testimonial-thumb img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.photo-service .testimonial-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.photo-service .avatar {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 50%;
    background: #c7d2fe;
    overflow: hidden;
}

.photo-service .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.photo-service details {
    background: #fff;
    border-radius: 12px;
    padding: 18px 24px;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.06);
    border: 1px solid #e5e7eb;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.photo-service summary {
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    gap: 10px;
}

.photo-service summary::-webkit-details-marker {
    display: none;
}

.photo-service summary::after {
    content: "＋";
    font-weight: 800;
    color: #2563eb;
}

.photo-service details[open] summary::after {
    content: "－";
}

.photo-service details[open] {
    border-color: #2563eb;
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.15);
}

.photo-service .contact-box {
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    color: #fff;
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 30px 60px rgba(37, 99, 235, 0.35);
}

.photo-service .contact-box h2 {
    color: #fff;
}

.photo-service .contact-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
}

.photo-service .mini-footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.photo-service .mini-footer .studio-thumb {
    width: 100%;
    height: 140px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
}

@media (max-width: 768px) {
    .photo-service .section {
        padding: 60px 20px;
    }

    .photo-service .hero {
        padding: 0;
    }

    .photo-service .flow-step {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .photo-service .flow-step-number {
        margin: 0 auto;
    }

    .photo-service table th,
    .photo-service table td {
        padding: 14px;
    }

    .photo-service .plan-card ul {
        display: none;
    }

    .photo-service .gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}