@charset "utf-8";
/* CSS Document */

/* ============================================
   CREATIVE PAGE COLOR
============================================ */
.page-service-creative {
    --lower-bg-light: #FFF1D8;
    --lower-bg-dark: #C96F6A;
    --lower-sub-bg: #FFF8E8;
    --lower-accent: #D98273;
    --lower-title-bg: #FFF1D8;
    --lower-title-text: #4A3B32;
}

.section-link {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
.section-link a {
    display: inline-block;
    padding-bottom: 0px;
    text-decoration: none;
}
.arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #E07A5F;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 0.1em solid #E07A5F;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

/* ============================================
   CREATIVE HERO
============================================ */
.page-service-creative .lower-hero-overlay {
    background: #C96F6A;
}

.page-service-creative .lower-hero-overlay .lower-hero-head {
    background: rgba(255, 248, 232, 0.86);
    backdrop-filter: blur(4px);
}

.page-service-creative .lower-hero-overlay .lower-label {
    color: #C96F6A;
}

.page-service-creative .lower-hero-overlay .lower-title,
.page-service-creative .lower-hero-overlay .lower-lead {
    color: #4A3B32;
}

@media (max-width: 768px) {
    .page-service-creative .lower-hero-overlay .lower-hero-head {
        background: rgba(255, 248, 232, 0.92);
    }
}

/* ============================================
   INTRO
============================================ */
.creative-intro-section {
    background: #FAF8F5;
}

.creative-catch {
    margin-bottom: 46px;
    text-align: center;
}

.creative-catch p {
    color: #C96F6A;
    font-size: clamp(3.2rem, 5vw, 5rem);
    line-height: 1.45;
    font-weight: normal;
}

.creative-intro-text {
    max-width: 820px;
    margin: 0 auto;
}

/* ============================================
   CREATIVE MENU
============================================ */
.creative-menu-section {
    background: #FFF8E8;
}

.creative-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.creative-card {
    display: flex;
    flex-direction: column;
    background: #fffef9;
    border: 1px solid rgba(201, 111, 106, 0.22);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(201, 111, 106, 0.06);
}

.creative-card-icon {
    margin: 0;
    padding: 22px 22px 0;
}

.creative-card-icon img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
}

.creative-card-body {
    padding: 24px 26px 28px;
}

.creative-card-body h4 {
    color: #4A3B32;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 10px;
}

.creative-card-body p {
    color: #555;
    font-size: 1.5rem;
    line-height: 1.85;
}

/* ============================================
   ILLUSTRATION / GOODS / PRODUCT
============================================ */
.creative-illustration-section {
    background: #FAF8F5;
}

.creative-goods-section {
    background: #FFF1D8;
}

.creative-product-section {
    background: #FAF8F5;
}

.creative-illustration-section .lower-media-img img,
.creative-goods-section .lower-media-img img,
.creative-product-section .lower-media-img img {
    border-radius: 16px;
}

.creative-media-reverse {
    flex-direction: row-reverse;
}

/* ============================================
   WORKS
============================================ */
.creative-works-section {
    background: #FFF8E8;
}

.creative-works-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.creative-work-card {
    padding: 30px;
    background: rgba(255, 254, 249, 0.9);
    border: 1px solid rgba(201, 111, 106, 0.22);
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(201, 111, 106, 0.05);
}

.creative-work-label {
    color: #C96F6A;
    font-size: 1.2rem;
    letter-spacing: 0.16em;
    font-weight: bold;
    margin-bottom: 8px;
}

.creative-work-card h4 {
    color: #4A3B32;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 12px;
}

.creative-work-card p {
    color: #555;
    font-size: 1.5rem;
    line-height: 1.85;
}

/* ============================================
   MEDIA IMAGE RATIO
============================================ */
.media-ratio-4-3 img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

/* ============================================
   CONSULT
============================================ */
.creative-consult-section {
    background: #FAF8F5;
}

.creative-consult-list {
    max-width: 860px;
    margin: 0 auto;
    padding: 34px;
    background: rgba(255, 254, 249, 0.9);
    border: 1px solid rgba(201, 111, 106, 0.22);
    border-radius: 18px;
}

.creative-consult-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 30px;
}

.creative-consult-list li {
    position: relative;
    padding-left: 1.3em;
    color: #555;
    font-size: 1.5rem;
    line-height: 1.8;
}

.creative-consult-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 7px;
    height: 7px;
    background: #D9A441;
    border-radius: 50%;
}

/* ============================================
   PRICE NOTE
============================================ */
.creative-price-section {
    background: #FFF1D8;
}

.creative-price-box {
    max-width: 860px;
    margin: 0 auto;
    padding: 30px;
    background: rgba(255, 254, 249, 0.85);
    border-left: 5px solid #C96F6A;
    border-radius: 14px;
}

.creative-price-title {
    color: #C96F6A;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 12px;
}

.creative-price-box p {
    line-height: 1.9;
    margin-bottom: 10px;
}

.creative-price-box p:last-child {
    margin-bottom: 0;
}

/* ============================================
   MESSAGE CARD
============================================ */
.creative-message-section {
    background: #FFF8E8;
}

.lower-message-card {
    display: flex;
    align-items: center;
    gap: 22px;
    max-width: 720px;
    margin: 0 auto;
    padding: 26px 30px;
    background: rgba(255, 254, 249, 0.88);
    border: 1px solid rgba(201, 111, 106, 0.22);
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(201, 111, 106, 0.06);
}

.lower-message-img {
    width: 76px;
    min-width: 76px;
    margin: 0;
}

.lower-message-img img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}

.lower-message-body p {
    line-height: 1.9;
    margin-bottom: 10px;
}

.lower-message-body p:last-child {
    margin-bottom: 0;
}

.lower-message-name {
    color: #C96F6A;
    font-size: 1.3rem;
    letter-spacing: 0.12em;
    font-weight: bold;
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 768px) {

    .creative-catch {
        margin-bottom: 34px;
        text-align: left;
    }

    .creative-catch p {
        font-size: 3rem;
    }

    .creative-card-grid,
    .creative-works-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .creative-card {
        border-radius: 16px;
    }

    .creative-card-icon {
        padding: 20px 20px 0;
    }

    .creative-card-body {
        padding: 22px 24px 26px;
    }

    .creative-card-body h4,
    .creative-work-card h4 {
        font-size: 1.8rem;
    }

    .creative-card-body p,
    .creative-work-card p {
        font-size: 1.4rem;
    }

    .creative-media-reverse {
        flex-direction: column;
    }

    .creative-work-card,
    .creative-consult-list,
    .creative-price-box {
        padding: 24px;
    }

    .creative-consult-list ul {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .lower-message-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
        padding: 24px;
    }

    .lower-message-img {
        width: 68px;
        min-width: 68px;
    }
}