@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/*
 * Drone Pilot — Front Page Styles（Cocoon子テーマ用）
 */

/* ─── Google Fonts ─── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@300;400&display=swap');

/* ─── VARIABLES & BASE ─── */
.fp-wrap {
  --fp-black:       #111;
  --fp-white:       #fafaf8;
  --fp-gray-light:  #f0ede8;
  --fp-gray-mid:    #c8c4bc;
  --fp-gray-dark:   #555;
  --fp-accent:      #8c7f72;
  --fp-section-pad: clamp(64px, 10vw, 120px);
  --fp-container:   860px;

  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: var(--fp-black);
  background: var(--fp-white);
  line-height: 1.8;
  overflow-x: hidden;

  /* Cocoonが付けるpadding/marginをリセット */
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

body.home .main {
  padding: 0;
}

.fp-wrap *,
.fp-wrap *::before,
.fp-wrap *::after {
  box-sizing: border-box;
}

/* Cocoonの .entry-content が付ける余白をリセット */
.fp-wrap.entry-content,
.fp-wrap .entry-content {
  padding: 0 !important;
  margin: 0 !important;
}

/* smooth scroll */
html {
  scroll-behavior: smooth;
}

/* ─── header ─── */
.logo {
  text-align: left;
}

/* ─── HERO ─── */
.fp-hero {
  position: relative;
  height: 100svh;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  justify-content:flex-end;
  padding: clamp(40px, 8vw, 96px) clamp(24px, 6vw, 72px);
  overflow: hidden;
}

.fp-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.25) 100%),
    linear-gradient(135deg, #1a1a1a 0%, #3a3a3a 40%, #5a5a5a 70%, #2a2a2a 100%);
}

.fp-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
  background-size: 80px 80px;
  z-index: 1;
}

.fp-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 60% 40% at 70% 35%, rgba(180,170,155,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 30% 20% at 30% 60%, rgba(120,110,100,0.08) 0%, transparent 50%);
}

/* 写真用*/
.fp-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.fp-hero-photo-hint {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}

.fp-photo-placeholder {
  text-align: center;
  color: rgba(255,255,255,0.12);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  line-height: 2.2;
}

.fp-photo-placeholder svg {
  display: block;
  margin: 0 auto 12px;
  opacity: 0.15;
}

.fp-hero-content {
  position: relative;
  z-index: 3;
  max-width: 680px;
}

.fp-hero-label {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.28em;
  color: rgba(255,255,255,1.6);
  margin-bottom: 20px;
  text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
  font-weight: 600;
}

/* Cocoonの h1 スタイルを上書き */
.fp-wrap .fp-hero-title,
.fp-hero-title {
  font-family: 'Noto Serif JP', serif !important;
  font-size: clamp(1.6rem, 4vw, 2.6rem) !important;
  font-weight: 600 !important;
  color: var(--fp-white) !important;
  line-height: 1.55 !important;
  margin: 0 0 20px !important;
  letter-spacing: 0.02em !important;
  border: none !important;
  padding: 0 !important;
  background: none !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.6), 0 1px 4px rgba(0,0,0,0.6) !important;
}

.fp-hero-sub {
  font-size: clamp(1rem, 1.4vw, 0.92rem);
  color: rgba(255,255,255,0.9);
  line-height: 1.9;
  margin: 0 0 36px;
  max-width: 520px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.9), 0 2px 10px rgba(0,0,0,0.6);
  font-weight: 600;
}

/* ─── BUTTONS ─── */
.fp-btn-primary,
.fp-wrap a.fp-btn-primary {
  display: inline-block;
  padding: 13px 36px;
  background: var(--fp-white);
  color: var(--fp-black) !important;
  font-size: 15px;
  letter-spacing: 0.18em;
  text-decoration: none !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  transition: background 0.25s, color 0.25s, transform 0.2s;
  border: none;
  box-shadow: none;
}

.fp-btn-primary:hover,
.fp-wrap a.fp-btn-primary:hover {
  background: var(--fp-gray-light);
  color: var(--fp-black) !important;
  transform: translateY(-1px);
}

.fp-btn-outline,
.fp-wrap a.fp-btn-outline {
  display: inline-block;
  padding: 13px 36px;
  border: 1px solid #111 !important;
  color: var(--fp-black) !important;
  font-size: 15px;
  letter-spacing: 0.18em;
  text-decoration: none !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  transition: background 0.25s, color 0.25s, transform 0.2s;
  background: transparent;
  box-shadow: none;
}

.fp-btn-outline:hover,
.fp-wrap a.fp-btn-outline:hover {
  background: #111 !important;
  color: #fafaf8 !important;
  transform: translateY(-1px);
}

.fp-scroll-indicator {
  position: absolute;
  bottom: 32px;
  right: clamp(24px, 6vw, 72px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.4);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  animation: fp-float 2s ease-in-out infinite;
  z-index: 3;
}

.fp-scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);
}

@keyframes fp-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(6px); }
}

/* ─── SHARED SECTION LAYOUT ─── */
.fp-wrap section {
  padding: var(--fp-section-pad) clamp(24px, 8vw, calc((100vw - var(--fp-container)) / 2));
  margin: 0 !important;
  max-width: 100% !important;
}

.fp-container {
  max-width: var(--fp-container);
  margin: 0 auto;
}

.fp-section-label {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  color: var(--fp-accent);
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
  font-weight: 400;
}

/* Cocoon の h2 スタイルを上書き */
.fp-wrap .fp-section-title,
.fp-section-title {
  font-family: 'Noto Serif JP', serif !important;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem) !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
  margin: 0 0 36px !important;
  letter-spacing: 0.02em !important;
  border: none !important;
  padding: 0 !important;
  background: none !important;
  color: inherit !important;
}

.fp-section-text {
  font-size: 16px;
  line-height: 2;
  color: #444;
  margin: 0;
}

.fp-mt {
  margin-top: 1.2em !important;
}

/* ─── ABOUT ─── */
.fp-about {
  background: var(--fp-white);
  border-top: 1px solid rgba(0,0,0,0.06);
}

.fp-about-inner {
  display: block;
}

.fp-about-header {
  max-width: 620px;
  margin-bottom: 36px;
}

.fp-about-body {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 48px;
  align-items: start;
}

.fp-about-text {
  background: var(--fp-white);
  padding: 40px 44px;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.fp-about-photo-frame {
  aspect-ratio: 4 / 5;
  background: var(--fp-gray-light);
  position: relative;
  overflow: hidden;
}

.fp-about-photo-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(200,196,188,0.3) 0%, transparent 60%),
    radial-gradient(ellipse at 40% 40%, rgba(220,215,205,0.4) 0%, transparent 65%);
  pointer-events: none;
}

.fp-about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.fp-photo-note {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: rgba(0,0,0,0.3);
  z-index: 1;
  text-align: center;
  line-height: 1.8;
}

.fp-about-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--fp-black);
  margin-bottom: 4px;
}

.fp-about-name-ja {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--fp-gray-dark);
  margin-bottom: 28px;
}

.fp-divider {
  width: 32px;
  height: 1px;
  background: var(--fp-accent);
  margin: 20px 0 28px;
}

/* ─── SERVICES ─── */
.fp-services {
  background: var(--fp-gray-light);
}

.fp-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2px;
  margin-top: 40px;
}

.fp-service-card {
  background: var(--fp-white);
  padding: 32px 28px;
  transition: transform 0.25s;
  position: relative;
}

.fp-service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 2px;
  height: 0;
  background: var(--fp-black);
  transition: height 0.3s ease;
}

.fp-service-card:hover { transform: translateY(-3px); }
.fp-service-card:hover::before { height: 100%; }

.fp-service-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 300;
  color: var(--fp-gray-mid);
  line-height: 1;
  margin-bottom: 16px;
}

.fp-service-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  color: var(--fp-black);
}

.fp-service-desc {
  font-size: 15px;
  color: var(--fp-gray-dark);
  line-height: 1.8;
  margin: 0;
}

.fp-services-note {
  margin-top: 24px;
  font-size: 0.75rem;
  color: var(--fp-gray-dark);
  letter-spacing: 0.04em;
}

/* ─── VALUES ─── */
.fp-values {
  background: var(--fp-black);
  color: var(--fp-white);
}
 
.fp-values .fp-section-label { color: rgba(255,255,255,0.4); }
.fp-values .fp-section-title { color: var(--fp-white) !important; }
.fp-values .fp-section-text  { color: rgba(255,255,255,0.7); }
 
.fp-values-quote {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1rem, 2vw, 1.0rem);
  font-weight: 300;
  line-height: 2;
  color: rgba(255,255,255,0.88);
  border-left: 1px solid rgba(255,255,255,0.35);
  padding: 4px 0 4px 28px;
  margin: 40px 0;
  background: none;
}
 
/* ─── CREDENTIALS ─── */
.fp-credentials {
  background: var(--fp-white);
  border-top: 1px solid rgba(0,0,0,0.06);
}
 
.fp-credentials-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
 
/* Cocoon の h3 スタイルを上書き */
.fp-wrap .fp-cred-heading,
.fp-cred-heading {
  font-size: 0.68rem !important;
  letter-spacing: 0.28em !important;
  color: var(--fp-accent) !important;
  text-transform: uppercase !important;
  margin: 0 0 20px !important;
  font-weight: 400 !important;
  border: none !important;
  padding: 0 !important;
  background: none !important;
}
 
.fp-cred-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
 
.fp-cred-list li {
  font-size: 16px;
  color: #333;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.6;
}
 
/* Cocoon の li::before をリセットして独自スタイルを適用 */
.fp-cred-list li::before {
  content: '' !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: var(--fp-accent) !important;
  flex-shrink: 0;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ─── GALLERY ─── */
.fp-gallery {
  background: var(--fp-gray-light);
  padding-bottom: calc(var(--fp-section-pad) * 1.2) !important;
}
 
.fp-gallery-outer {
  max-width: 1100px;
  margin: 0 auto;
  /* padding: 0 clamp(24px, 4vw, 48px); */
}
 
.fp-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 4px;
  margin-top: 40px;
}
 
.fp-gallery-item {
  background: #c8c4bc;
  position: relative;
  overflow: hidden;
}
 
/* 左端：2行分縦長・高さは右側に合わせて伸ばす */
.fp-gallery-item:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  background: #c8c4bc;
  /* aspect-ratioを使わずグリッド行の高さに追従させる */
}
 
/* 右側4枚：均等・aspect-ratioで行の高さを決める */
.fp-gallery-item:nth-child(2) { grid-column: 2 / 3; grid-row: 1 / 2; aspect-ratio: 4 / 3; background: #b8b4ac; }
.fp-gallery-item:nth-child(3) { grid-column: 3 / 4; grid-row: 1 / 2; aspect-ratio: 4 / 3; background: #c8c4bc; }
.fp-gallery-item:nth-child(4) { grid-column: 2 / 3; grid-row: 2 / 3; aspect-ratio: 4 / 3; background: #d0ccc6; }
.fp-gallery-item:nth-child(5) { grid-column: 3 / 4; grid-row: 2 / 3; aspect-ratio: 4 / 3; background: #b4b0a8; }
 
.fp-gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, transparent 40%, rgba(0,0,0,0.04) 100%);
  pointer-events: none;
}
 
.fp-gallery-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
 
.fp-gallery-label {
  position: absolute;
  bottom: 12px;
  left: 14px;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.5);
  z-index: 1;
  background: rgba(0,0,0,0.25);
  padding: 3px 8px;
}
 
.fp-gallery-note {
  margin-top: 16px;
  font-size: 0.7rem;
  color: var(--fp-accent);
  letter-spacing: 0.12em;
  text-align: right;
  padding: 0 4px;
}
 
/* ─── CONTACT ─── */
.fp-contact {
  background: var(--fp-white);
  border-top: 1px solid rgba(0,0,0,0.06);
  text-align: center;
}
 
.fp-contact .fp-section-label { text-align: center; }
.fp-contact .fp-section-title { margin-left: auto !important; margin-right: auto !important; }
 
.fp-contact-text {
  font-size: 16px!important;
  color: var(--fp-gray-dark);
  line-height: 1.9;
  margin-bottom: 40px;
}
 
/* ─── ANIMATIONS ─── */
.fp-fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
 
.fp-fade-up.fp-visible {
  opacity: 1;
  transform: translateY(0);
}
 
.fp-delay-1 { transition-delay: 0.1s; }
.fp-delay-2 { transition-delay: 0.2s; }
.fp-delay-3 { transition-delay: 0.3s; }
.fp-delay-4 { transition-delay: 0.4s; }
 
/* ヒーロータイトル PC/SP 出し分け */
.fp-hero-title-sp { display: none; }
.fp-hero-title-pc { display: inline; }

/* ─── RESPONSIVE ─── */
@media (max-width: 720px) {
.fp-hero-content {
  text-align: center;
}
.fp-hero-content .fp-btn-primary {
  display: inline-block;
}

 .fp-hero-content {
    padding: 20px 40px; 
    /* backdrop-filter: blur(5px); */
    margin: 2%;
  }
  .fp-hero-content::before {
    content: '';
    position: absolute;
    inset: -24px -16px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 82%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 82%, transparent 100%);
    z-index: -1;
    pointer-events: none;
  }

  .fp-hero-content {
    position: absolute;
    /* left: clamp(24px, 6vw, 72px); */
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  } 

  .fp-hero-title-pc { display: none; }
  .fp-hero-title-sp { display: inline; }

  .fp-about-body { grid-template-columns: 1fr; gap: 24px; }
.fp-about-header { margin-bottom: 28px; }
.fp-about-text { padding: 28px 24px; }
  .fp-credentials-inner { grid-template-columns: 1fr; gap: 40px; }
 
  .fp-gallery-grid { grid-template-columns: 1fr 1fr; }
  .fp-gallery-item:nth-child(1) { grid-column: 1 / 2; grid-row: 1 / 3; }
  .fp-gallery-item:nth-child(2) { grid-column: 2 / 3; grid-row: 1 / 2; }
  .fp-gallery-item:nth-child(3) { grid-column: 2 / 3; grid-row: 2 / 3; }
  .fp-gallery-item:nth-child(4) { grid-column: 1 / 2; grid-row: 3 / 4; aspect-ratio: 4 / 3; }
  .fp-gallery-item:nth-child(5) { grid-column: 2 / 3; grid-row: 3 / 4; aspect-ratio: 4 / 3; }   
}
 
/* ─── CONTACT ─── */
.fp-contact {
  background: var(--fp-white);
  border-top: 1px solid rgba(0,0,0,0.06);
  text-align: center;
}
 
.fp-contact .fp-section-label { text-align: center; }
.fp-contact .fp-section-title { margin-left: auto !important; margin-right: auto !important; }
 
.fp-contact-text {
  font-size: 0.875rem;
  color: var(--fp-gray-dark);
  line-height: 1.9;
  margin-bottom: 40px;
}
 /* ─── ANIMATIONS ─── */
.fp-fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
 
.fp-fade-up.fp-visible {
  opacity: 1;
  transform: translateY(0);
}
 
.fp-delay-1 { transition-delay: 0.1s; }
.fp-delay-2 { transition-delay: 0.2s; }
.fp-delay-3 { transition-delay: 0.3s; }
.fp-delay-4 { transition-delay: 0.4s; }
 
/* ─── RESPONSIVE ─── */
@media (max-width: 720px) {
  .fp-about-inner      { grid-template-columns: 1fr; gap: 36px; }
  .fp-credentials-inner { grid-template-columns: 1fr; gap: 40px; }
 
  .fp-gallery-grid { grid-template-columns: 1fr 1fr; }
  .fp-gallery-item:nth-child(1) { grid-column: 1 / 2; grid-row: 1 / 3; }
  .fp-gallery-item:nth-child(2) { grid-column: 2 / 3; grid-row: 1 / 2; }
  .fp-gallery-item:nth-child(3) { grid-column: 2 / 3; grid-row: 2 / 3; }
  .fp-gallery-item:nth-child(4) { grid-column: 1 / 2; grid-row: 3 / 4; aspect-ratio: 4 / 3; }
  .fp-gallery-item:nth-child(5) { grid-column: 2 / 3; grid-row: 3 / 4; aspect-ratio: 4 / 3; }
}

/* ─── CONTACT ─── */
.fp-contact {
  background: var(--fp-white);
  border-top: 1px solid rgba(0,0,0,0.06);
  text-align: center;
}

.fp-contact .fp-section-label { text-align: center; }
.fp-contact .fp-section-title { margin-left: auto !important; margin-right: auto !important; }

.fp-contact-text {
  font-size: 0.875rem;
  color: var(--fp-gray-dark);
  line-height: 1.9;
  margin-bottom: 40px;
}


.fp-contact-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
 
.fp-contact-buttons .fp-btn-outline,
.fp-contact-buttons .fp-btn-tel,
.fp-wrap .fp-contact-buttons a.fp-btn-outline,
.fp-wrap .fp-contact-buttons a.fp-btn-tel {
  width: 320px;
  text-align: center;
  justify-content: center;
}
 
/* 電話ボタン：通常=黒背景・白文字、ホバー=白背景・黒枠・黒文字 */
.fp-btn-tel,
.fp-wrap a.fp-btn-tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 36px;
  background: var(--fp-black);
  color: var(--fp-white) !important;
  font-size: 15px;
  letter-spacing: 0.18em;
  text-decoration: none !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  transition: background 0.25s, color 0.25s, border-color 0.25s, transform 0.2s;
  border: 1px solid var(--fp-black);
  box-shadow: none;
}
 
.fp-btn-tel:hover,
.fp-wrap a.fp-btn-tel:hover {
  background: transparent;
  color: var(--fp-black) !important;
  border-color: var(--fp-black);
  transform: translateY(-1px);
}
 
/* 電話番号をCSSで組み立て（botに読み取られにくくする） */
.fp-tel-num::before {
  content: attr(data-a) "-" attr(data-b) "-" attr(data-c);
}
.fp-fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
 
.fp-fade-up.fp-visible {
  opacity: 1;
  transform: translateY(0);
}
 
.fp-delay-1 { transition-delay: 0.1s; }
.fp-delay-2 { transition-delay: 0.2s; }
.fp-delay-3 { transition-delay: 0.3s; }
.fp-delay-4 { transition-delay: 0.4s; }

/* ─── RESPONSIVE ─── */
@media (max-width: 720px) {
  .fp-about-inner      { grid-template-columns: 1fr; gap: 36px; }
  .fp-credentials-inner { grid-template-columns: 1fr; gap: 40px; }
 
  .fp-contact-buttons .fp-btn-outline,
  .fp-contact-buttons .fp-btn-tel {
    width: 100%;
    max-width: 320px;
  }
}


/* ─── ANIMATIONS ─── */
.fp-fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.fp-delay-1 { transition-delay: 0.1s; }
.fp-delay-2 { transition-delay: 0.2s; }
.fp-delay-3 { transition-delay: 0.3s; }
.fp-delay-4 { transition-delay: 0.4s; }


/* ─── footer ─── */
aside#media_image-5 {
    width: 118px;
}

h3.widget-footer-left-title,
h3.widget-footer-center-title,
h3.widget-footer-right-title {
  font-size: 18px;
  padding-bottom: 18px;
}

.textwidget {
    font-size: 14px;
}

.image.wp-image-11.attachment-full.size-full {
  width: 100px;
}

.image.wp-image-12.attachment-full.size-full {
  width: 135px;
}

aside#text-2,
aside#media_image-3 {
  margin-bottom: 18px;
}
a.pp_area {
    font-size: 12px;
    text-decoration: none;
}

/* ─── widget SP ─── */
h3.widget-footer-mobile-title {
  font-size: 16px;
  padding-bottom: 16px;
}
aside#media_image-7,
aside#media_image-6 {
  margin-bottom: 16px;
}
aside#media_image-6 {
  width: 118px;
}

/* ─── Hamburger ─── */
.logo-menu-button img {
  width: 118px;
}
.logo-menu-button.menu-button {
    justify-content: flex-end;
    padding: 0 5%;
}
/* ─── Xを移動 ─── */
.menu-close-button {
 padding-top: 15px;
 padding-left: 25px;
 padding-bottom: 30px;
text-align: left;
font-size: 1.3em;
}