/*
Theme Name: 101 Design Works
Theme URI: https://101--design.com
Author: 上原有美
Description: 101 DESIGN WORKS ポートフォリオサイト カスタムテーマ
Version: 1.0
*/

/* ===== RESET & BASE ===== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --beige: #F5EFE6;
  --blue: #8FA8C8;
  --blue-light: rgba(143, 168, 200, 0.18);
  --blue-mid: rgba(143, 168, 200, 0.35);
  --gold: #DD8629;
  --dark: #2D2B28;
  --gray: #666666;
  --white: #FFFFFF;
  --card-shadow: 0 4px 24px rgba(0,0,0,0.07);
}

html {
  scroll-behavior: smooth;
  background-color: #F5EFE6;
  background-image: url('http://101--design.com/wp-content/uploads/2026/06/portfolio-scaled.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

body {
  position: relative;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  color: var(--dark);
  font-size: 15px;
  line-height: 1.8;
  overflow-x: hidden;
  background-color: #F5EFE6;
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

/* ===== CONTAINER ===== */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ===== SECTION LABEL ===== */
.section-bg-text {
  font-family: 'Aboreto', serif;
  font-size: clamp(60px, 10vw, 160px);
  line-height: 1;
  letter-spacing: 0.05em;
  user-select: none;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(101, 143, 201, 0.30) 0%, rgba(201, 130, 55, 0.12) 65%, rgba(201, 130, 55, 0) 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-label {
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: 0.05em;
}

/* ===== NAVIGATION ===== */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(245, 239, 230, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 60px;
}

.site-logo {
  font-family: 'Aboreto', serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--dark);
  font-weight: 400;
  margin-right: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.site-nav a {
  font-family: 'Aboreto', serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--dark);
  transition: color 0.2s;
}

.site-nav a:hover {
  color: var(--blue);
}

.nav-contact-btn {
  background: var(--gold);
  color: var(--white) !important;
  padding: 10px 24px;
  border-radius: 4px;
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.08em;
  transition: opacity 0.2s !important;
}

.nav-contact-btn:hover {
  opacity: 0.85;
  color: var(--white) !important;
}

/* ===== FV SECTION ===== */
#fv {
  position: relative;
  min-height: 520px;
  padding-top: 140px;
  padding-bottom: 60px;
  overflow: hidden;
}

.fv-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-left: 160px;
}

.fv-title {
  font-family: 'Aboreto', serif;
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.02em;
  background: linear-gradient(to bottom, #5B82B8 0%, #5B82B8 40%, #DD8629 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 24px;
}

.fv-catchcopy {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.06em;
  margin-bottom: 28px;
  line-height: 1.6;
}

.fv-text {
  font-size: 15px;
  color: var(--dark);
  line-height: 2;
  max-width: 640px;
}

.fv-deco-fish {
  position: absolute;
  right: 60px;
  top: -20px;
  width: 300px;
  opacity: 0.5;
  pointer-events: none;
}

/* ===== WORKS SECTION ===== */
#works {
  position: relative;
  padding: 40px 0 60px;
  overflow: hidden;
}

.works-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 40px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.works-label {
  font-family: 'Aboreto', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--dark);
  letter-spacing: 0.08em;
}

.works-more-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--dark);
  text-decoration: none;
  transition: opacity 0.2s;
}

.works-more-btn:hover {
  opacity: 0.7;
}

.works-arrow-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #DD8629;
  display: flex;
  align-items: center;
  justify-content: center;
}

.works-arrow-circle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--white);
  stroke-width: 2;
}

.works-arrow-circle svg polyline {
  fill: none;
  stroke: var(--white);
  stroke-width: 2;
}

.works-slider-outer {
  position: relative;
}

.works-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: var(--white);
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  transition: background 0.2s;
}

.works-arrow:hover { background: var(--beige); }
.works-arrow svg { width: 20px; height: 20px; }
.works-arrow-prev { left: 8px; }
.works-arrow-next { right: 8px; }

.works-slider-wrap {
  overflow-x: auto;
  padding: 0 40px 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--blue) transparent;
}

.works-slider-wrap::-webkit-scrollbar { height: 4px; }
.works-slider-wrap::-webkit-scrollbar-track { background: transparent; }
.works-slider-wrap::-webkit-scrollbar-thumb { background: var(--blue); border-radius: 2px; }

.works-slider {
  display: flex;
  gap: 24px;
  width: max-content;
}

.work-card {
  width: 300px;
  height: 215px;
  border-radius: 12px;
  background: var(--white);
  overflow: hidden;
  scroll-snap-align: start;
  flex-shrink: 0;
  box-shadow: var(--card-shadow);
  position: relative;
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-card-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8edf5, #d4deed);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 13px;
  letter-spacing: 0.05em;
}

/* ===== SERVICE SECTION ===== */
#service {
  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;
}

.service-head {
  position: relative;
  margin-bottom: 50px;
}

.service-head .section-bg-text { position: relative; }

.service-head .section-label {
  position: absolute;
  bottom: 16px;
  left: 4px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-card {
  background: var(--white);
  border-radius: 16px;
  padding: 40px 44px;
  box-shadow: var(--card-shadow);
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.service-card.reverse { flex-direction: row-reverse; }

.service-card-text { flex: 1; }

.service-num {
  font-family: 'Aboreto', serif;
  font-size: 14px;
  color: var(--gold);
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

.service-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 16px;
  line-height: 1.4;
}

.service-card p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.9;
}

.service-card-img {
  width: 180px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card-img img {
  max-width: 180px;
  max-height: 150px;
  object-fit: contain;
}

/* ===== ABOUT SECTION ===== */
#about {
  position: relative;
  padding: 60px 0 80px;
  overflow: visible;
}

.about-head {
  position: relative;
  margin-bottom: 40px;
}

.about-head .section-bg-text { position: relative; }

.about-head .section-label {
  position: absolute;
  bottom: 16px;
  left: 4px;
}

.about-text {
  flex: 1;
}

.about-content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.about-photo {
  width: 280px;
  height: 280px;
  min-width: 280px;
  border-radius: 16px;
  overflow: hidden;
  flex: 0 0 280px;
  background-color: var(--blue-mid);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-text h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 20px;
  padding-top: 10px;
}

.about-text p {
  font-size: 14px;
  color: var(--gray);
  line-height: 2;
}

/* ===== FLOW SECTION ===== */
#flow {
  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;
}

.flow-head {
  position: relative;
  margin-bottom: 40px;
}

.flow-head .section-bg-text { position: relative; }

.flow-head .section-label {
  position: absolute;
  bottom: 16px;
  left: 4px;
}

.flow-list {
  display: flex;
  flex-direction: column;
}

.flow-item {
  display: flex;
  align-items: flex-start;
  padding: 28px 32px;
  position: relative;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  margin-bottom: 16px;
}

.flow-item:last-child { margin-bottom: 0; }

.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 80px;
  margin-right: 40px;
  flex-shrink: 0;
}

.flow-step-label {
  font-family: 'Aboreto', serif;
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.12em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 4px;
}

.flow-step-num {
  font-family: 'Aboreto', serif;
  font-size: 44px;
  color: var(--gold);
  line-height: 1;
  font-weight: 400;
}

.flow-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
  line-height: 1.4;
}

.flow-text p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.9;
}

/* ===== CONTACT SECTION ===== */
#contact {
  position: relative;
  padding: 60px 0 80px;
}

.contact-card {
  background: var(--white);
  border-radius: 20px;
  padding: 80px 60px 120px;
  position: relative;
  overflow: visible;
  box-shadow: 0 8px 40px rgba(0,0,0,0.08);
}

.contact-head {
  text-align: center;
  margin-bottom: 50px;
}

.contact-head .section-label {
  font-family: 'Aboreto', serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--blue);
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}

.contact-head h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark);
}

.contact-form-inner {
  max-width: 640px;
  margin: 0 auto;
}

/* Contact Form 7 styles */
.contact-form-inner .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
}

.form-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--dark);
  font-weight: 500;
}

.form-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
}

.form-badge.required { background: var(--gold); color: var(--white); }
.form-badge.optional { background: #ccc; color: var(--white); }

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  border: 1px solid #DDD;
  border-radius: 6px;
  padding: 12px 16px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 14px;
  color: var(--dark);
  background: #FAFAFA;
  transition: border-color 0.2s;
  outline: none;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
  border-color: var(--blue);
  background: var(--white);
}

.wpcf7-form textarea {
  height: 200px;
  resize: vertical;
}

.wpcf7-radio .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 24px;
  margin-bottom: 8px;
}

.wpcf7-radio .wpcf7-list-item-label {
  font-size: 14px;
  cursor: pointer;
}

.wpcf7-form input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: var(--gold);
  cursor: pointer;
}

.form-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 4px;
}

.wpcf7-form .submit-wrap {
  text-align: center;
  margin-top: 40px;
}

.wpcf7-form input[type="submit"],
.form-submit-btn {
  background: var(--gold);
  color: var(--white);
  border: none;
  border-radius: 6px;
  padding: 16px 80px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: opacity 0.2s;
}

.wpcf7-form input[type="submit"]:hover,
.form-submit-btn:hover { opacity: 0.85; }

.contact-illust {
  position: absolute;
  bottom: 0;
  left: -100px;
  width: 340px;
  pointer-events: none;
}

/* ===== SITE FOOTER ===== */
#site-footer {
  background: var(--dark);
  padding: 28px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo {
  font-family: 'Aboreto', serif;
  font-size: 13px;
  color: var(--white);
  letter-spacing: 0.1em;
  font-weight: 400;
}

.footer-copy {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.06em;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .fv-content {
    margin-left: 0;
    max-width: 100%;
  }

  .service-card,
  .service-card.reverse { flex-direction: column; }

  .service-card-img {
    width: 100%;
    justify-content: flex-start;
  }

  .about-content { flex-direction: column; }

  .about-photo {
    width: 220px;
    height: 220px;
  }

  .contact-card {
    padding: 50px 30px 220px;
  }
  .contact-illust {
    width: 210px;
    left: 20px;
  }

  #site-header { padding: 0 24px; }

  .site-nav { gap: 20px; }
}

@media (max-width: 640px) {
  .container { padding: 0 24px; }

  .fv-content { padding: 0 24px; }

  .fv-title { font-size: 38px; }

  .section-bg-text { font-size: 50px; }

  .works-header { padding: 0 24px; }

  .works-slider-wrap { padding: 0 24px 20px; }

  .site-nav a:not(.nav-contact-btn) { display: none; }

  #site-footer {
    flex-direction: column;
    gap: 8px;
    padding: 20px 24px;
    text-align: center;
  }
}

/* ===== PAGE WRAP ===== */
.page-wrap {
  position: relative;
  overflow: hidden;
}

/* ===== 装飾 ===== */
.deco-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}

.deco {
  position: absolute;
  pointer-events: none;
  display: block;
}

/* Figma座標ベース（デザイン幅1440px） */
.deco-01 { top: 0px;    left: 0;   width: 241px; }
.deco-02 { top: 114px;  right: 0;  width: 300px; }
.deco-03 { top: 474px;  left: 0;   width: 213px; }
.deco-04 { top: 718px;  right: 0;  width: 492px; }
.deco-05 { top: 1149px; right: 0;  width: 528px; }
.deco-06 { top: 1435px; left: 0;   width: 417px; }
.deco-07 { top: 1907px; right: 0;  width: 713px; }
.deco-08 { top: 2289px; left: 57px; width: 456px; }
.deco-09 { top: 2884px; right: 0;  width: 384px; }
.deco-10 { top: 3265px; left: 0;   width: 469px; }
.deco-11 { top: 3634px; right: 0;  width: 562px; }
.deco-12 { top: 3790px; left: 0;   width: 472px; }
.deco-13 { top: 4644px; right: 0;  width: 336px; }
.deco-14 { top: 4853px; left: 14px; width: 409px; }
.deco-15 { top: 5679px; right: 32px; width: 664px; }

@keyframes float-a {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-14px); }
}
@keyframes float-b {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-10px); }
}
@keyframes float-c {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-18px); }
}

.deco-01, .deco-06, .deco-10, .deco-12 { animation: float-a 6s ease-in-out infinite; }
.deco-02, .deco-05, .deco-09, .deco-13 { animation: float-b 8s ease-in-out infinite 1s; }
.deco-03, .deco-07, .deco-11, .deco-15 { animation: float-c 7s ease-in-out infinite 2s; }
.deco-04, .deco-08, .deco-14           { animation: float-a 9s ease-in-out infinite 3s; }

/* ===== SCROLL ANIMATION ===== */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Works page deco smaller */
#works-page-wrap .deco-01 { width: 160px; }
#works-page-wrap .deco-02 { width: 200px; }
#works-page-wrap .deco-03 { width: 140px; }
#works-page-wrap .deco-04 { width: 300px; }
#works-page-wrap .deco-05 { width: 320px; }
#works-page-wrap .deco-06 { width: 260px; }
#works-page-wrap .deco-07 { width: 420px; }
#works-page-wrap .deco-08 { width: 280px; }

/* ===== WORKS PAGE ===== */
.works-page-head,
.works-grid-section,
.works-cta-section {
  position: relative;
  z-index: 1;
}

.works-page-head {
  padding: 100px 0 60px;
  position: relative;
}

.works-page-title-area {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
}

.works-page-title-area .section-bg-text {
  position: absolute;
  top: -30px;
  left: -10px;
  z-index: 0;
  pointer-events: none;
}

.works-page-title {
  position: relative;
  z-index: 1;
  font-size: 32px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: 0.04em;
  margin-top: 80px;
}

.works-breadcrumb {
  font-size: 12px;
  color: var(--gray);
  letter-spacing: 0.08em;
}

.works-breadcrumb a {
  color: var(--gray);
  text-decoration: none;
}

.works-breadcrumb a:hover {
  color: var(--dark);
}

/* Grid */
.works-grid-section {
  padding: 40px 0 100px;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 40px;
}

.works-grid-item {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.works-grid-img {
  width: 100%;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.works-grid-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.4s ease;
}

.works-grid-item:hover .works-grid-img img {
  transform: scale(1.03);
}

.works-grid-info {
  padding: 16px 4px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.works-grid-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.6;
}

.works-grid-tag {
  display: inline-block;
  font-size: 11px;
  color: #ffffff;
  background-color: #2D2B28;
  border-radius: 20px;
  padding: 4px 14px;
  letter-spacing: 0.04em;
  align-self: flex-start;
}

/* Contact CTA */
.works-cta-section {
  padding: 60px 0 120px;
}

.works-cta-card {
  background-color: #fff;
  border-radius: 24px;
  padding: 60px 80px;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.works-cta-card .section-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--gray);
  display: block;
  margin-bottom: 10px;
}

.works-cta-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 24px;
}

.works-cta-text {
  font-size: 14px;
  color: var(--gray);
  line-height: 2;
  margin-bottom: 36px;
}

.works-cta-btn {
  display: inline-block;
  background-color: var(--gold);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 16px 48px;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.works-cta-btn:hover {
  opacity: 0.75;
}

/* Responsive */
@media (max-width: 900px) {
  .works-grid {
    gap: 60px 24px;
  }
  .works-cta-card {
    padding: 50px 40px;
  }
}

@media (max-width: 640px) {
  .works-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .works-page-title {
    font-size: 24px;
  }
  .works-cta-card {
    padding: 40px 24px;
  }
  .works-cta-title {
    font-size: 22px;
  }
}

/* ===== WORK SINGLE PAGE ===== */
.works-grid-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.works-page-head,
.work-single-visual,
.work-single-overview,
.work-single-points,
.work-single-back {
  position: relative;
  z-index: 1;
}

.work-single-visual {
  padding: 0 0 60px;
}

.work-single-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.08);
  max-height: 600px;
  overflow-y: auto;
}

.work-single-img img {
  width: 100%;
  height: auto;
  display: block;
}

.work-single-overview {
  padding: 0 0 80px;
}

.work-single-overview-inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.work-single-desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.work-single-body {
  font-size: 14px;
  color: var(--gray);
  line-height: 2;
}

.work-single-meta {
  width: 260px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.work-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-bottom: 1px solid #f0ebe3;
  padding-bottom: 16px;
}

.work-meta-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.work-meta-label {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--gray);
  text-transform: uppercase;
}

.work-meta-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
}

/* こだわりポイント */
.work-single-points {
  padding: 60px 0 80px;
  background: #fff;
}

.work-points-head {
  position: relative;
  margin-bottom: 48px;
}

.work-points-head .section-bg-text {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 0;
}

.work-points-head .section-label {
  position: relative;
  z-index: 1;
}

.work-points-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.work-point-item {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  background: #F5EFE6;
  border-radius: 16px;
  padding: 32px;
}

.work-point-num {
  font-size: 32px;
  font-weight: 700;
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
  flex-shrink: 0;
  width: 48px;
}

.work-point-text h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}

.work-point-text p {
  font-size: 14px;
  color: var(--gray);
  line-height: 2;
}

/* Back button */
.work-single-back {
  padding: 60px 0 100px;
}

.work-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--dark);
  text-decoration: none;
  border: 1px solid var(--dark);
  border-radius: 100px;
  padding: 12px 28px;
  transition: background 0.2s, color 0.2s;
}

.work-back-btn:hover {
  background: var(--dark);
  color: #fff;
}

@media (max-width: 900px) {
  .work-single-overview-inner {
    flex-direction: column;
  }
  .work-single-meta {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .work-point-item {
    flex-direction: column;
    gap: 12px;
    padding: 24px;
  }
}
