@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

/* 共通 */
.suppon-lp-container {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  background-color: #faf9f6;
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
}

.suppon-lp-container * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.suppon-sp-only {
  display: inline;
}

.suppon-wrapper {
  padding: 60px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .suppon-sp-only {
    display: none;
  }
  .suppon-wrapper {
    padding: 140px 40px;
  }
}
.suppon-wrapper,
.suppon-hero-inner {
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.suppon-wrapper.is-visible,
.suppon-hero-inner.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .suppon-wrapper,
  .suppon-hero-inner {
    transform: translateY(50px);
  }
  .suppon-wrapper.is-visible,
  .suppon-hero-inner.is-visible {
    transform: translateY(0);
  }
}
/* 共通 */
/* --- HERO SECTION --- */
.suppon-hero {
  position: relative;
  height: 70vh;
  min-height: 400px;
  background-image: url("https://www.fukuoka-navi.jp/wp-content/themes/fukuoka-navi2017/images/ajimu/kv_image.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .suppon-hero {
    height: 70vh;
    min-height: 600px;
  }
}
.suppon-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(26, 37, 30, 0.02) 0%, rgba(26, 37, 30, 0.1) 100%);
}

.suppon-hero-inner {
  position: relative;
  z-index: 1;
}

.suppon-sub-tsuki {
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(26, 37, 30, 0.15), 0 1px 3px rgba(26, 37, 30, 0.1);
}

.suppon-main-title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 10px rgba(26, 37, 30, 0.15), 0 1px 3px rgba(26, 37, 30, 0.3);
}

.suppon-hero-lead {
  font-size: 0.9rem;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.7;
  color: #fff;
  opacity: 0.9;
  letter-spacing: 0.07em;
  text-shadow: 0 2px 10px rgba(26, 37, 30, 0.15), 0 1px 3px rgba(26, 37, 30, 0.1);
}

@media screen and (min-width: 768px) {
  .suppon-main-title {
    font-size: 3.8rem;
    line-height: 1.4;
  }
  .suppon-sub-tsuki {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .suppon-hero-lead {
    font-size: 1.1rem;
    max-width: 650px;
  }
}
/* --- HERO SECTION --- */
/* --- INTRO SECTION --- */
.suppon-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.ajimu-header {
  background: #fff;
  padding: 15px 30px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.ajimu-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ajimu-header.is-scrolled {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.ajimu-header .header-logo img {
  width: 90px;
  display: block;
}

.ajimu-header .header-right {
  text-align: right;
}

.ajimu-header .header-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ajimu-header .header-nav li {
  list-style: none;
}

.ajimu-header .header-nav a {
  text-decoration: none;
  color: #333;
}

.ajimu-header .header-nav--main ul {
  gap: 25px;
}

.ajimu-header .header-nav--main a {
  font-size: 13px;
}

.ajimu-header .header-nav--main .instagram a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.ajimu-header .header-nav--main .instagram a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/fukuoka-navi2017/images/ajimu/icon-instagram.png") no-repeat center;
  background-size: contain;
}

.ajimu-header .header-nav {
  /* ======================
  下段ナビ
  ====================== */
}

.ajimu-header .header-nav--sub {
  margin-top: 8px;
}

.ajimu-header .header-nav--sub ul {
  gap: 20px;
}

.ajimu-header .header-nav--sub a {
  font-size: 12px;
  color: #000000;
  position: relative;
  padding-left: 18px;
}

.ajimu-header .header-nav--sub a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("/wp-content/themes/fukuoka-navi2017/images/ajimu/icon-book.png") no-repeat center;
  background-size: contain;
}

.suppon-en-title {
  display: block;
  font-size: 0.75rem;
  color: #8c7e6b;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

.suppon-ja-title {
  font-size: 1.3rem;
  color: #1a251e;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
}

.suppon-ja-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #8c7e6b;
}

.suppon-img-placeholder {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 768px) {
  .suppon-section-header {
    margin-bottom: 70px;
  }
  .suppon-ja-title {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .suppon-grid-block {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-top: 60px;
  }
  .suppon-text-side {
    flex: 4;
  }
  .suppon-text-side p {
    font-size: 1.1rem;
    line-height: 2;
    margin-bottom: 30px;
  }
  .suppon-image-side {
    flex: 6;
    margin: 0;
  }
  .suppon-img-placeholder {
    height: 500px;
  }
}
/* --- INTRO SECTION --- */
/* --- ABOUT SECTION --- */
.suppon-quality {
  background-color: #f0ede6;
}

.suppon-features {
  margin-top: 40px;
}

.suppon-feature-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 6px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.suppon-img-thumb {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  margin: 0 auto 20px auto;
  border: 1px solid #e1ded8;
}

.suppon-feature-text h3 {
  font-size: 1.2rem;
  color: #1a251e;
  margin-bottom: 15px;
  text-align: left;
}

.suppon-feature-text p {
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.suppon-feature-text p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .suppon-features {
    display: flex;
    flex-direction: column;
    gap: 140px;
    margin-top: 60px;
  }
  .suppon-feature-item {
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-bottom: none;
    border-radius: 0;
    margin-bottom: 0;
  }
  .suppon-feature-item.suppon-reverse {
    flex-direction: row-reverse;
  }
  .suppon-feature-img {
    flex: 5;
  }
  .suppon-img-thumb {
    width: 100%;
    height: 380px;
    margin: 0;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
  .suppon-feature-text {
    flex: 5;
  }
  .suppon-feature-text h3 {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  .suppon-feature-text p {
    font-size: 1.05rem;
    line-height: 2;
    margin-bottom: 20px;
  }
}
/* --- ABOUT SECTION --- */
/* --- INTERVIEW SECTION --- */
.suppon-interview {
  background-color: #ffffff;
}

.suppon-interview-lead-txt {
  font-size: 0.95rem;
  line-height: 1.8;
  text-align: left;
  max-width: 1000px;
  margin: 25px auto 0 auto;
}

.suppon-interview-body {
  margin-top: 50px;
}

.suppon-interview-row {
  margin-bottom: 60px;
  border-bottom: 1px dashed #e1ded8;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.suppon-interview-row:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.suppon-interview-text-block {
  width: 100%;
}

.suppon-topic-title {
  font-size: 1.2rem;
  color: #1a251e;
  border-left: 3px solid #8c7e6b;
  padding-left: 12px;
  margin-bottom: 30px;
  font-weight: 500;
}

.suppon-chat-row {
  display: flex;
  margin-bottom: 24px;
  align-items: flex-start;
}

.suppon-chat-speaker {
  font-size: 0.75rem;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 3px;
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: 4px;
}

.suppon-kikite .suppon-chat-speaker {
  background-color: #00796b;
  color: #FFF;
}

.suppon-hanashite .suppon-chat-speaker {
  background-color: #8c7e6b;
  color: #FFF;
}

.suppon-chat-bubble {
  flex: 1;
}

.suppon-chat-bubble p {
  font-size: 0.95rem;
  margin-bottom: 12px;
  line-height: 1.8;
}

.suppon-chat-bubble p:last-child {
  margin-bottom: 0;
}

.suppon-interview-img-block {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.suppon-interview-art-thumb {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.suppon-shape-circle {
  border-radius: 50%;
  width: 250px;
  height: 250px;
}

.suppon-shape-egg {
  border-radius: 60% 40% 60% 40%/50% 60% 40% 50%;
  width: 260px;
  height: 250px;
}

.suppon-monochrome {
  filter: grayscale(100%) opacity(85%);
}

.suppon-img-caption {
  font-size: 0.75rem;
  margin-top: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .suppon-interview-lead-txt {
    font-size: 1.05rem;
    line-height: 2;
    text-align: center;
    margin-top: 35px;
  }
  .suppon-interview-body {
    width: 100%;
    margin-top: 100px;
  }
  .suppon-interview-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    margin-bottom: 100px;
    padding-bottom: 60px;
  }
  .suppon-interview-row.suppon-row-reverse {
    flex-direction: row-reverse;
  }
  .suppon-interview-text-block {
    flex: 7;
  }
  .suppon-interview-img-block {
    flex: 3;
    margin-top: 0;
  }
  .suppon-topic-title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .suppon-chat-speaker {
    font-size: 0.85rem;
    padding: 6px 15px;
    margin-right: 25px;
    margin-top: 6px;
  }
  .suppon-chat-bubble p {
    font-size: 1.05rem;
    line-height: 1.9;
    margin-bottom: 15px;
  }
  .suppon-interview-art-thumb {
    width: 100%;
    height: 320px;
    border-radius: 40px 10px 40px 10px;
    box-shadow: 0 15px 35px rgba(26, 37, 30, 0.06);
  }
  .suppon-shape-circle {
    border-radius: 50%;
    width: 320px;
    height: 320px;
  }
  .suppon-shape-egg {
    border-radius: 60% 40% 60% 40%/50% 60% 40% 50%;
    width: 320px;
    height: 320px;
  }
  .suppon-img-caption {
    font-size: 0.8rem;
    margin-top: 15px;
  }
}
/* --- INTERVIEW SECTION --- */
/* --- ONLINE SHOP SECTION --- */
.suppon-shop-cta {
  background-color: #f7f5f0;
  border-top: 1px solid #e1ded8;
  border-bottom: 1px solid #e1ded8;
}

.suppon-shop-grid {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.suppon-shop-img-side {
  width: 100%;
}

.suppon-shop-cover-img {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.suppon-shop-content-side {
  width: 100%;
  text-align: left;
}

.suppon-shop-sub-title {
  display: block;
  font-size: 0.75rem;
  color: #8c7e6b;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin-bottom: 8px;
}

.suppon-shop-main-title {
  font-size: 1.4rem;
  color: #1a251e;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 25px;
}

.suppon-shop-lead-block p {
  font-size: 0.95rem;
  color: #4a544e;
  margin-bottom: 18px;
  line-height: 1.8;
}

.suppon-shop-lead-block p strong {
  color: #1a251e;
  background: linear-gradient(transparent 70%, #dbcaa9 70%);
}

.suppon-shop-btn-wrap {
  width: 100%;
}

.suppon-shop-btn {
  display: block;
  background-color: #c45c3d;
  color: #ffffff;
  text-align: center;
  padding: 18px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 15px rgba(196, 92, 61, 0.25);
  transition: all 0.3s ease;
  margin: 20px 0 0;
}

.suppon-shop-btn:hover {
  background-color: #b04f32;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(196, 92, 61, 0.35);
}

@media screen and (min-width: 768px) {
  .suppon-shop-grid {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
  .suppon-shop-img-side {
    flex: 4;
  }
  .suppon-shop-content-side {
    flex: 6;
    padding-right: 40px;
  }
  .suppon-shop-main-title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .suppon-shop-lead-block p {
    font-size: 1.05rem;
    line-height: 1.9;
    margin-bottom: 22px;
  }
  .suppon-shop-btn {
    display: inline-block;
    padding: 20px 60px;
    font-size: 1.1rem;
  }
}
/* --- ONLINE SHOP SECTION --- */
/* --- SPOTS SECTION --- */
.suppon-around-spots {
  background-color: #faf9f6;
}

.suppon-around-lead-txt {
  font-size: 0.95rem;
  line-height: 1.8;
  text-align: left;
  max-width: 1000px;
  margin: 25px auto 0 auto;
}

.suppon-spots-grid {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.suppon-spot-card {
  background-color: #ffffff;
  border: 1px solid #e1ded8;
  padding: 30px 25px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  overflow: hidden;
}

.suppon-spot-num {
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: italic;
  color: #e3ded6;
  line-height: 1;
}

.suppon-spot-content h3 {
  font-size: 1.2rem;
  color: #1a251e;
  margin-bottom: 12px;
  font-weight: 500;
}

.suppon-spot-content p {
  font-size: 0.9rem;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 20px;
}

.suppon-spot-link-wrap {
  text-align: left;
}

.suppon-spot-link {
  display: inline-block;
  font-size: 0.85rem;
  color: #8c7e6b;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #8c7e6b;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}

.suppon-spot-link:hover {
  color: #1a251e;
  border-bottom-color: #1a251e;
}

@media screen and (min-width: 768px) {
  .suppon-around-lead-txt {
    font-size: 1.1rem;
    line-height: 2;
    text-align: center;
    margin-top: 35px;
  }
  .suppon-spots-grid {
    flex-direction: row;
    gap: 30px;
    margin-top: 60px;
  }
  .suppon-spot-card {
    flex: 1;
    padding: 40px 35px;
    gap: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .suppon-spot-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(26, 37, 30, 0.04);
    border-color: #d1cbd0;
  }
  .suppon-spot-num {
    font-size: 3rem;
  }
  .suppon-spot-content h3 {
    font-size: 1.35rem;
  }
  .suppon-spot-content p {
    font-size: 0.95rem;
    line-height: 1.9;
  }
}/*# sourceMappingURL=suppon.css.map */