@charset "UTF-8";
/*
Theme Name: official
Theme URI:
Author:
Author URI:
Description: Custom theme
Version: 1.0
*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

@media screen and (min-width: 600px) {
  .hidden-sm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .hidden-lg {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}
.inner {
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}

.heading {
  font-size: 30px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 100%;
}
.heading::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #3ea1d1;
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 40px;
    gap: 24px;
  }
}

.section__content {
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .section__content {
    margin-top: 64px;
  }
}

.main {
  display: grid;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .main {
    gap: 168px;
  }
}

.fv__inner {
  position: relative;
}

.fv__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__image {
    max-width: none;
    margin: 0 auto;
    display: block;
  }
}
.fv__image img,
.fv__image source {
  width: 100%;
  display: block;
}

.fv__message {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .fv__message {
    position: absolute;
    inset-block: 0;
    margin-block: auto;
    left: 0;
    padding: 80px 40px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: none;
  }
}

.fv__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.7;
}
.fv__title br {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv__title br {
    display: inline;
  }
}

.fv__text {
  margin-top: 16px;
}

.mythought__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
@media screen and (min-width: 768px) {
  .mythought__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.6666666667%;
  }
}

.mythought__image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mythought__image {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.mythought__image img {
  width: 100%;
}

.mythought__message {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mythought__message {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.mythought__tittle {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .mythought__tittle {
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  .mythought__tittle {
    font-size: 20px;
  }
}

.mythought__text {
  font-size: 14px;
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .mythought__text {
    margin-top: 40px;
  }
}

.supporter__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .supporter__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  .supporter__cards {
    gap: 30px;
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .supporter__cards {
    gap: 30px;
    font-size: 16px;
  }
}

.supporter__card {
  background: #fff;
  -webkit-box-shadow: 3px 3px 15px 0px rgba(96, 96, 96, 0.16);
          box-shadow: 3px 3px 15px 0px rgba(96, 96, 96, 0.16);
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .supporter-card:hover .supporter-card__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.supporter-card__image {
  text-align: center;
}
.supporter-card__image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .supporter-card__image {
    overflow: hidden;
  }
  .supporter-card__image img {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}

.supporter-card__body {
  font-weight: 600;
  text-align: center;
  padding: 26px;
}

.supporter-card__image {
  position: relative;
}
.supporter-card__image::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.supporter-card__body {
  padding-top: 18px;
}

.supporter__more {
  margin-top: 30px;
}

.about {
  background: url(../img/sp/img_message.png) no-repeat top center/cover;
  position: relative;
  padding-block: 280px 50px;
}
@media screen and (min-width: 768px) {
  .about {
    background-image: url(../img/consept.png);
    padding-block: 160px 150px;
  }
}
.about::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.12);
  z-index: 1;
}

.about__content {
  position: relative;
  z-index: 2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about__content {
    width: 100%;
  }
}

.about__tittle {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .about__tittle {
    font-size: 22px;
  }
}

.about__text {
  margin-top: 24px;
  font-size: 10px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 16px;
  }
}

.thought__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .thought__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
  }
}
@media screen and (min-width: 900px) {
  .thought__inner {
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .thought__inner {
    gap: 80px;
  }
}

.thought__image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thought__image {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.thought__image img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .thought__message {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.thought__title {
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .thought__title {
    margin-top: 50px;
    font-size: 22px;
  }
}
@media screen and (min-width: 900px) {
  .thought__title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .thought__title {
    font-size: 28px;
  }
}

.thought__text {
  text-align: center;
  margin-top: 22px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .thought__text {
    margin-top: 36px;
    font-size: 16px;
  }
}

.contact {
  padding-block: 56px;
  background: url(../img/contact.bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-block: 80px;
  }
}

.contact__inner {
  color: #3ea1d1;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    max-width: 590px;
    padding-inline: 40px;
  }
}

.contact__text {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.contact__text .is-required {
  color: #e7728e;
}

.contact__items {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .contact__items {
    margin-top: 19px;
  }
}

.contact__footer {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .contact__footer {
    margin-top: 32px;
  }
}

.contact__privacy {
  text-align: center;
}

.contact__submit {
  text-align: center;
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .contact__submit {
    margin-top: 44px;
  }
}

.contact-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
@media screen and (min-width: 768px) {
  .contact-control {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}

@media screen and (min-width: 768px) {
  .contact-control__head {
    width: 180px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .contact-control__input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.contact-control__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: rgba(62, 161, 209, 0.7);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 16px;
}
@media screen and (min-width: 768px) {
  .form-label {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    padding: 5px;
    padding-bottom: 4px;
    padding-inline: 4px;
    clip-path: polygon(0% 0%, 97% 0, 100% 50%, 97% 100%, 0% 100%);
  }
}

.form-label__required {
  color: #e7728e;
  font-size: 10px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .form-label__required {
    font-size: 12px;
  }
}

.form-text {
  width: 100%;
  height: 40px;
  border: 0;
  font-size: 16px;
  background: #fff;
  -webkit-box-shadow: 5px 6px 16px 0px rgba(96, 96, 96, 0.16);
          box-shadow: 5px 6px 16px 0px rgba(96, 96, 96, 0.16);
}
.form-text:focus {
  outline: #3ea1d1 auto 1px;
  -webkit-box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.16);
          box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.16);
}

.form-radio {
  position: relative;
}

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input:checked + .form-radio__text {
  background-color: #3ea1d1;
  color: #fff;
}
.form-radio__input:focus + .form-radio__text {
  outline: #3ea1d1 auto 1px;
  -webkit-box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.32);
          box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.32);
}

.form-radio__text {
  font-size: 16px;
  letter-spacing: 0.02;
  color: #3ea1d1;
  border: 1px solid #fff;
  background: #fff;
  width: 80px;
  height: 40px;
  display: grid;
  place-items: center;
}

.form-textarea {
  width: 100%;
  height: 122px;
  background: #fff;
  -webkit-box-shadow: 5px 6px 16px 0px rgba(96, 96, 96, 0.16);
          box-shadow: 5px 6px 16px 0px rgba(96, 96, 96, 0.16);
  resize: vertical;
  font-size: 16px;
  border: 0;
}
.form-textarea:focus {
  outline: #3ea1d1 auto 1px;
  -webkit-box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.16);
          box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.16);
}

.form-checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:focus + .form-checkbox__text::before {
  outline: #3ea1d1 auto 1px;
  -webkit-box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.16);
          box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.16);
}

/* ★ 完全動作版 */
.form-checkbox__text {
  font-size: 16px;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  line-height: 1.4;
}
.form-checkbox__text a {
  text-decoration-line: underline;
  color: #3ea1d1;
}
.form-checkbox__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #3ea1d1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-block: auto;
}
.form-checkbox__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.29px;
  width: 19.414px;
  height: 14.621px;
  background: url(../img/check-icon.png) no-repeat center/contain;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

/* ★ チェック時の表示 */
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}

/* ===============================
   共通ボタン（.button）
================================ */
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 32px; /* ← スクショの高さ感に合わせた */
  border: 1px solid #3ea1d1;
  color: #3ea1d1;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-decoration: none;
  background: transparent;
  border-radius: 2px; /* ← ほぼ角丸なし */
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .button {
    padding: 12px 40px;
    font-size: 14px;
  }
}
.button:hover {
  background: rgba(62, 161, 209, 0.1); /* ← うっすら色づく */
  border-color: #3ea1d1;
  color: #3ea1d1;
}

/* 中央寄せ用（必要に応じて） */
.button-wrap {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .button-wrap {
    margin-top: 40px;
  }
}

.top-photo {
  padding: 36px 0;
}
.top-photo__inner {
  max-width: 1100px;
  margin: 10px auto;
}
.top-photo__swiper {
  border-radius: 26px;
  overflow: hidden;
}
.top-photo__slide img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .top-photo__slide img {
    height: 520px;
  }
}

/* ===== TOP Photo slider: safe scope ===== */
.top-photo {
  overflow: hidden; /* 横はみ出しで画面幅が壊れるのを防ぐ */
}

.top-photo__swiper {
  width: 100%;
  overflow: visible;
}

.top-photo__swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* ここは top-photo だけ */
}

.top-photo__swiper .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0; /* ここも top-photo だけ */
}

/* ===============================
   fade / fadeup animation
================================ */
/* 自然フェード（auto-fade） */
.auto-fade-init {
  opacity: 0;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.auto-fade {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 明示フェードアップ（fadeup） */
.fadeup {
  opacity: 0;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.fadeup.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ===============================
   ヘッダー全体
================================ */
.header {
  height: 60px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    height: 70px;
  }
}

.header-space {
  height: 60px;
}
@media screen and (min-width: 768px) {
  .header-space {
    height: 70px;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ===============================
   ロゴ
================================ */
.header__logo a img {
  width: 120px;
  display: block;
}
@media screen and (min-width: 768px) {
  .header__logo a img {
    width: 200px;
  }
}

@media screen and (min-width: 768px) {
  .header__logo a:hover img {
    opacity: 0.6;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
/* ===============================
   ハンバーガーアイコン（最安定版位置）
================================ */
.header__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 200;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header__icon {
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* ハンバーガー内バーの相対基準を中央揃え */
.drawer-icon {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ===============================
   ドロワーメニュー（SP/PC共通）
================================ */
.header__nav {
  position: fixed;
  right: 0;
  top: 60px;
  width: 270px;
  height: calc(100% - 60px);
  padding: 32px 15px;
  background: #3ea1d1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 100;
}
.header__nav.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .header__nav {
    top: 70px;
    width: 400px;
    height: calc(100% - 70px);
  }
}

/* ===============================
   PC ドロワーメニュー（文字中央寄せ & 大きく）
================================ */
@media screen and (min-width: 768px) {
  .header__nav {
    padding-top: 48px;
  }
  .header__nav a {
    text-align: center;
    width: 100%;
    font-size: 20px !important;
    padding-block: 14px;
    display: block;
  }
}
/* ドロワー内リンク（白 → メインカラー）*/
.header__nav a {
  color: #fff !important;
  display: inline-block;
  padding-block: 8px;
  font-size: 18px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__nav a:hover {
  color: #3ea1d1 !important;
}
@media screen and (min-width: 768px) {
  .header__nav a {
    font-size: 16px;
  }
}

/* ===============================
   PC上部ナビ（横並び）
================================ */
.header__nav-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav-pc {
    display: block;
    margin-left: auto;
    padding-right: 50px;
  }
}

.header__lists-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 46px;
}

/* ===============================
   PC（横幅768px以上）：黒 → メインカラー + 下線
=============================== */
@media (min-width: 768px) {
  .header__nav-pc .header__link {
    color: #000 !important;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .header__nav-pc .header__link:hover {
    color: #3EA1D1 !important; /* ← $main-color に置き換えてOK */
  }
  .header__nav-pc .header__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #3EA1D1; /* ← $main-color */
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease;
  }
  .header__nav-pc .header__link:hover::after {
    width: 100%;
  }
}
/* ===============================
   スクロール時の透明化（PC）
   ふんわりおしゃれバージョン
================================ */
@media screen and (min-width: 768px) {
  .header {
    -webkit-transition: background 0.4s ease, backdrop-filter 0.4s ease;
    transition: background 0.4s ease, backdrop-filter 0.4s ease;
  }
  .header__logo img,
  .header__nav-pc,
  .header__icon {
    -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.45s ease, transform 0.45s ease;
    transition: opacity 0.45s ease, transform 0.45s ease, -webkit-transform 0.45s ease;
  }
  /* スクロールした瞬間の変化 */
  .header.is-scrolled {
    background: rgba(255, 255, 255, 0);
  }
  .header.is-scrolled .header__logo img {
    opacity: 0;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); /* ← ふわっと上へ溶ける */
  }
  .header.is-scrolled .header__nav-pc {
    opacity: 0;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); /* ← リストもそっと浮いて消える */
    pointer-events: auto !important;
  }
  .header.is-scrolled .header__icon {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* ← ボタンはそのまま自然に残る */
    pointer-events: auto;
  }
}
/* ===============================
   ハンバーガーアニメーション
================================ */
.drawer-icon {
  width: 30px;
  height: 18px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    width: 40px !important;
    height: 26px !important;
  }
}
.drawer-icon .drawer-icon__bar {
  position: absolute;
  left: 15px;
  width: 25px;
  height: 2px;
  background: #3ea1d1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .drawer-icon .drawer-icon__bar {
    width: 50px !important;
  }
}
.drawer-icon .drawer-icon__bar:nth-child(1) {
  top: 0;
}
.drawer-icon .drawer-icon__bar:nth-child(2) {
  top: 8px;
}
.drawer-icon .drawer-icon__bar:nth-child(3) {
  top: 16px;
}
@media screen and (min-width: 768px) {
  .drawer-icon .drawer-icon__bar:nth-child(1) {
    top: 0 !important;
  }
  .drawer-icon .drawer-icon__bar:nth-child(2) {
    top: 11px !important;
  }
  .drawer-icon .drawer-icon__bar:nth-child(3) {
    top: 22px !important;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1),
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  top: 13px !important;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .header__icon {
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  }
  .header__icon.is-hide {
    opacity: 0;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .header__icon {
    position: fixed !important;
    top: 24px;
    right: 40px;
    z-index: 5000;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header__icon.is-hide {
    opacity: 0;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .header__icon {
    position: fixed !important; /* ← 絶対必要！ */
    top: 24px !important;
    right: 40px !important;
    left: auto !important; /* ← 左に張り付くのを防止 */
    -webkit-transform: none !important;
            transform: none !important; /* ← wrapper の transform の影響を遮断 */
    z-index: 999999 !important; /* ← メインより前に絶対出す */
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header__icon.is-hide {
    opacity: 0;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    pointer-events: none;
  }
}
.footer {
  padding-block: 40px 7px;
  background: #f7f7f7;
}

.footer__logo a img {
  width: 300px;
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__logo a img:hover {
    opacity: 0.6;
  }
}

.footer__menu-items {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .footer__menu-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
  }
}

.footer__menu-item {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .footer__menu-link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__menu-link:hover {
    opacity: 0.6;
  }
}

.footer__sns-items {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .footer__sns-items {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .footer__sns-link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__sns-link:hover {
    opacity: 0.6;
  }
}

.footer__copyright {
  font-size: 12px;
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 28px;
  }
}
.footer__copyright small {
  color: #888;
  font-size: inherit;
}

.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(62, 161, 209, 0.85);
  backdrop-filter: blur(6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}

.totop::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: -3px;
}

.totop.is-show {
  opacity: 1;
  pointer-events: auto;
  bottom: 30px;
}

.news {
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .news__inner {
    max-width: 1120px;
    padding-inline: 40px;
  }
}

.news__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 768px) {
  .news__cards {
    gap: 24px;
  }
}

.news__card {
  padding-bottom: 28px;
  border-bottom: 1px solid #e0e8e8;
}
@media screen and (min-width: 768px) {
  .news__card {
    padding-bottom: 24px;
  }
}

.news__button {
  margin-top: 42px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news__button {
    margin-top: 44px;
  }
}

@media screen and (min-width: 768px) {
  .news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
  .news-card:hover .news-card__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and (min-width: 768px) {
  .news-card__image {
    width: 260px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
  }
  .news-card__image img {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}

.news-card__body {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .news-card__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
  }
}

.news-card__time {
  font-size: 14px;
  display: block;
}

.news-card__title {
  font-weight: 600;
  margin-top: 10px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .news-card__title {
    margin-top: 16px;
    font-size: 18px;
  }
}

.news-card__text {
  margin-top: 14px;
  color: #888;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .news-card__text {
    margin-top: 10px;
    font-size: 14px;
  }
}

/* ===============================
   News Archive Hero with Background - Compact
================================ */
.news-hero {
  background: linear-gradient(135deg, #3ea1d1 0%, rgb(103.1841004184, 181.0585774059, 218.8158995816) 40%, #ffffff 100%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news-hero {
    padding: 90px 20px 110px;
  }
}
.news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.news-hero__inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.news-hero__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .news-hero__title {
    font-size: 58px;
  }
}

.news-hero__sub {
  margin-top: 14px;
  font-size: 13px;
  opacity: 0.9;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .news-hero__sub {
    font-size: 18px;
  }
}

.news-hero__line {
  display: block;
  width: 80px;
  height: 3px;
  background: #3ea1d1;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .news-hero__line {
    width: 100px;
  }
}

/* ========== News Single ========== */
.news-hero.news-hero--single {
  margin-bottom: 40px;
}
.news-hero.news-hero--single .news-hero__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 20px 30px;
  text-align: center;
}

.news-single {
  padding: 0 0 80px;
}
@media screen and (min-width: 768px) {
  .news-single {
    padding: 0 0 100px;
  }
}

.news-single__inner {
  max-width: 880px;
  margin: 0 auto;
}

.news-single__article {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  padding: 24px 20px 32px;
}
@media screen and (min-width: 768px) {
  .news-single__article {
    padding: 40px 48px 48px;
  }
}

.news-single__header {
  margin-bottom: 24px;
}

.news-single__cat {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #eef5fb;
  color: #4578b3;
  margin-bottom: 8px;
}

.news-single__date {
  display: block;
  font-size: 12px;
  color: #999;
  margin-bottom: 6px;
}

.news-single__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news-single__title {
    font-size: 24px;
  }
}

.news-single__thumb {
  margin: 0 -20px 24px;
}
.news-single__thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px 12px 0 0;
}
@media screen and (min-width: 768px) {
  .news-single__thumb img {
    border-radius: 16px;
  }
}
@media screen and (min-width: 768px) {
  .news-single__thumb {
    margin: 0 0 32px;
  }
}

.news-single__content {
  font-size: 14px;
  line-height: 1.9;
  color: #333;
}
.news-single__content p {
  margin-bottom: 1.4em;
}
.news-single__content a {
  text-decoration: underline;
}
.news-single__content img {
  max-width: 100%;
  height: auto;
  margin: 24px auto;
  display: block;
}

.news-single__tags {
  margin-top: 24px;
  font-size: 12px;
}
.news-single__tags .news-single__tag-label {
  display: inline-block;
  margin-right: 8px;
  color: #666;
}
.news-single__tags a {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  background: #f5f5f5;
  margin-right: 6px;
  margin-bottom: 4px;
}

/* ▼ 前後ナビ + 一覧へ戻る */
.news-single__nav {
  margin-top: 32px;
  text-align: center;
}

.news-single__nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 13px;
}
.news-single__nav-links a {
  display: inline-block;
  padding: 8px 12px;
}

.news-single__nav-prev,
.news-single__nav-next {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news-single__back {
  margin-top: 8px;
}

.news-single__back-link {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 999px;
  border: 1px solid #ddd;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.news-single__back-link:hover {
  border-color: #333;
}

.goods,
.goods-page {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .goods,
  .goods-page {
    padding: 80px 0;
  }
}

/* 内側レイアウト */
.goods__inner,
.goods-page__inner {
  padding-inline: 56px;
}
@media screen and (min-width: 768px) {
  .goods__inner,
  .goods-page__inner {
    max-width: 1020px;
    padding-inline: 40px;
  }
}

/* ----------------------------
   商品カード（共通デザイン）
---------------------------- */
.goods-card,
.goods-item {
  display: block;
  text-decoration: none;
  border-radius: 0px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.goods-card:hover,
.goods-item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* 画像部分 */
.goods-card__image,
.goods-item__image {
  width: 100%;
  aspect-ratio: 4/3;
  background: #f5f5f5;
  overflow: hidden;
}
.goods-card__image img,
.goods-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* ホバーで画像すこしズーム */
.goods-card:hover img,
.goods-item:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

/* テキスト部分 */
.goods-card__body,
.goods-item__body {
  text-align: center;
  padding: 16px 18px;
}
@media screen and (min-width: 768px) {
  .goods-card__body,
  .goods-item__body {
    font-size: 18px;
  }
}

.goods-card__tittle,
.goods-item__title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.goods-card__price,
.goods-item__price {
  margin-top: 8px;
  font-size: 15px;
  color: #777;
}

/* ----------------------------
   トップページ（3件表示）
---------------------------- */
.goods__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .goods__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
}
@media screen and (min-width: 900px) {
  .goods__cards {
    gap: 80px;
  }
}

.goods__button {
  text-align: center;
  margin-top: 44px;
}

/* ----------------------------
   一覧ページ（グリッド表示）
---------------------------- */
.goods-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .goods-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}
@media screen and (min-width: 900px) {
  .goods-list {
    gap: 80px;
  }
}

.goods-none {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  color: #777;
}

/* ===========================
   Goods Single（商品詳細ページ）
=========================== */
.single-goods {
  padding-top: 40px;
  padding-bottom: 80px;
  /* 画像エリア */
  /* 情報エリア */
}
.single-goods__title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .single-goods__title {
    font-size: 34px;
    margin-bottom: 50px;
  }
}
.single-goods__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .single-goods__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.single-goods__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-goods__image-frame {
  width: 100%;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
}
.single-goods__image-frame img {
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-goods__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-goods__info-box {
  background: #fff;
  padding: 30px 22px;
  border-radius: 12px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .single-goods__info-box {
    padding: 40px 35px;
  }
}
.single-goods__price {
  font-size: 26px;
  font-weight: 700;
  color: #3ea1d1;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .single-goods__price {
    font-size: 28px;
  }
}
.single-goods__description {
  line-height: 1.9;
  margin-bottom: 35px;
  font-size: 16px;
  color: #333333;
}
.single-goods__description p {
  margin-bottom: 1.2em;
}
.single-goods__description ul,
.single-goods__description ol {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.single-goods__buy-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 0;
  background: #3ea1d1;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.single-goods__buy-btn:hover {
  opacity: 0.85;
}
.single-goods__back {
  text-align: center;
  margin-top: 45px;
}
.single-goods__back .button--back {
  color: #777;
  text-decoration: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.single-goods__back .button--back:hover {
  opacity: 0.6;
}

/* ===========================
   グッズ一覧へ戻るボタン
=========================== */
.back-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid #3ea1d1;
  border-radius: 6px;
  color: #3ea1d1;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (min-width: 768px) {
  .back-button {
    font-size: 16px;
    padding: 14px 24px;
  }
}
.back-button:hover {
  background-color: #3ea1d1;
  color: #fff;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}

.back-button__icon {
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .back-button__icon {
    font-size: 20px;
  }
}

.back-button__text {
  letter-spacing: 0.03em;
  font-weight: 600;
}

.pagination {
  margin-top: 40px;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 8px 14px;
  font-size: 14px;
  color: #333333;
  border: 1px solid #ddd;
  border-radius: 24px;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pagination .page-numbers:hover {
  background-color: #3ea1d1;
  color: #fff;
  border-color: #3ea1d1;
}
.pagination .page-numbers.current {
  background-color: #3ea1d1;
  color: #fff;
  border-color: #3ea1d1;
  cursor: default;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-weight: bold;
}
.pagination .page-numbers.dots {
  border-color: transparent;
  background-color: transparent;
  pointer-events: none;
}

/* ===============================
   Profile Main (Circle + Cutout) - FIXED
   iPad(縦/横) = スマホと同じ縦並び
   PC(xl=1200〜)だけ横並び
================================ */
/* -------------------------
  MAIN
-------------------------- */
.profile-main {
  padding: 50px 0;
}

/* まずはスマホ〜iPadを縦並びに統一 */
.profile-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 40px 16px; /* ← スマホの左右50pxは重いので軽く */
  /* ★PCだけ横並び */
}
@media screen and (min-width: 600px) {
  .profile-main__inner {
    padding: 50px 24px;
  }
}
@media screen and (min-width: 1200px) {
  .profile-main__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
    padding: 50px 50px;
  }
}

/* 左：円＋テキスト */
.profile-main__textbox {
  position: relative;
  width: 100%;
  max-width: 520px;
}

.circle-bg {
  width: 280px;
  height: 280px;
  background: #f2f8fb;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  /* ★PCだけ大きく */
}
@media screen and (min-width: 600px) {
  .circle-bg {
    width: 320px;
    height: 320px;
    top: -30px;
    left: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .circle-bg {
    width: 460px;
    height: 460px;
    top: -60px;
    left: -60px;
  }
}

.text-content {
  position: relative;
  z-index: 2;
  padding: 28px 14px;
  /* ★PCだけ広く */
}
@media screen and (min-width: 600px) {
  .text-content {
    padding: 36px 18px;
  }
}
@media screen and (min-width: 1200px) {
  .text-content {
    padding: 60px 20px;
  }
}

.profile-name {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  margin-bottom: 8px;
  /* ★PCだけ大きく */
}
@media screen and (min-width: 600px) {
  .profile-name {
    font-size: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .profile-name {
    font-size: 46px;
  }
}

.profile-title {
  color: #3EA1D1;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media screen and (min-width: 600px) {
  .profile-title {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .profile-title {
    font-size: 16px;
  }
}

.profile-intro {
  font-size: 14px;
  line-height: 1.9;
  color: #444;
}
@media screen and (min-width: 600px) {
  .profile-intro {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .profile-intro {
    font-size: 16px;
  }
}

/* 右：切り抜き写真 */
.profile-main__image {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 縦並びの時に中央へ */
}

.profile-main__image img {
  width: 100%;
  max-width: 280px; /* スマホ〜iPadは小さめ固定で安定 */
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 3;
  /* ★PCだけ大きく */
}
@media screen and (min-width: 600px) {
  .profile-main__image img {
    max-width: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .profile-main__image img {
    max-width: 480px;
  }
}

/* 背景グラデーション円（装飾） */
.profile-gradient-circle {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, #e0f7ff 90%, #ffffff 60%);
  border-radius: 50%;
  -webkit-animation: slowRotate 0s linear infinite;
          animation: slowRotate 0s linear infinite;
  z-index: 1;
  /* ★PCだけ大きく */
}
@media screen and (min-width: 600px) {
  .profile-gradient-circle {
    width: 240px;
    height: 240px;
    top: -30px;
    right: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .profile-gradient-circle {
    width: 300px;
    height: 300px;
    top: -40px;
    right: -40px;
  }
}

@-webkit-keyframes slowRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes slowRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ===============================
   STORY LEAD
================================ */
.profile-story {
  padding: 60px 16px;
}
@media screen and (min-width: 600px) {
  .profile-story {
    padding: 60px 24px;
  }
}
@media screen and (min-width: 1200px) {
  .profile-story {
    padding: 60px 0;
  }
}

.story-lead {
  max-width: 760px;
  margin: 0 auto;
  line-height: 2;
  font-size: 13px;
  color: #444;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .story-lead {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .story-lead {
    font-size: 17px;
  }
}

/* ===============================
   BLOCKS（左右交互のストーリー）
================================ */
.profile-block {
  padding: 80px 16px;
}
@media screen and (min-width: 600px) {
  .profile-block {
    padding: 80px 24px;
  }
}
@media screen and (min-width: 1200px) {
  .profile-block {
    padding: 80px 0;
  }
}

.profile-block__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  /* ★PCだけ横並び */
}
@media screen and (min-width: 1200px) {
  .profile-block__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
  }
}

.profile-block__image img {
  width: 100%;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  /* ★PCだけ固定幅に */
}
@media screen and (min-width: 1200px) {
  .profile-block__image img {
    width: 480px;
  }
}

.profile-block__text {
  font-size: 13px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 600px) {
  .profile-block__text {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .profile-block__text {
    font-size: 17px;
  }
}

.profile-block__title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  margin-bottom: 16px;
  /* バグ修正：font-size: px; を廃止 */
}
@media screen and (min-width: 1200px) {
  .profile-block__title {
    font-size: 26px;
  }
}

.profile-block__text p {
  line-height: 1.9;
  color: #444;
}

/* 反転レイアウト（PCだけ反転） */
@media screen and (min-width: 1200px) {
  .profile-block.reverse .profile-block__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/* ===============================
   KEY MESSAGE
================================ */
.profile-key {
  text-align: center;
  padding: 20px 16px;
}
@media screen and (min-width: 1200px) {
  .profile-key {
    padding: 20px 0;
  }
}

.profile-key__line {
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #3EA1D1;
}
@media screen and (min-width: 600px) {
  .profile-key__line {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .profile-key__line {
    font-size: 30px;
  }
}

/* ===============================
   PROFILE KEY 署名画像
================================ */
.profile-key__image2 {
  margin-top: 28px;
  padding-right: 0;
  text-align: center;
  /* ★PCだけ右寄せ＆余白 */
}
@media screen and (min-width: 1200px) {
  .profile-key__image2 {
    margin-top: 40px;
    padding-right: 100px;
    text-align: right;
  }
}

.profile-key__image2 img {
  width: 140px;
  height: auto;
  opacity: 0.9;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .profile-key__image2 img {
    width: 200px;
  }
}

/* =========================================
   Sponsor Page (Sponsor & Supporter)
   - 既存の .inner / .section / .heading / .btn がある前提
   - ない場合でも崩れにくいように最低限の見た目を定義
========================================= */
.sponsor-hero,
.sponsor-current,
.sponsor-compare,
.sponsor-value,
.sponsor-pdf,
.supporter-program,
.sponsor-faq,
.sponsor-contact {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .sponsor-hero,
  .sponsor-current,
  .sponsor-compare,
  .sponsor-value,
  .sponsor-pdf,
  .supporter-program,
  .sponsor-faq,
  .sponsor-contact {
    padding: 30px 0;
  }
}

/* -------------------------
  HERO
-------------------------- */
.sponsor-hero {
  position: relative;
  overflow: visible;
  padding-bottom: 10px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0));
  /* 現行スポンサー（ロゴ帯） */
  /* 右側の人物を「はみ出し」させる */
}
.sponsor-hero__inner {
  display: grid;
  gap: 28px;
}
@media screen and (min-width: 768px) {
  .sponsor-hero__inner {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 46px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sponsor-hero__text {
  max-width: 720px;
}
.sponsor-hero .heading {
  letter-spacing: 0.08em;
}
.sponsor-hero__lead {
  margin-top: 12px;
  line-height: 1.9;
  opacity: 0.86;
}
.sponsor-hero__cta {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .sponsor-hero__cta {
    gap: 14px;
  }
}
.sponsor-hero__partners {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.sponsor-hero__partners-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  opacity: 0.7;
  margin-bottom: 10px;
}
.sponsor-hero__partner-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  padding-bottom: 6px;
  /* スクロールバーを目立たせない */
  -webkit-overflow-scrolling: touch;
}
.sponsor-hero__partner-logos a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color 0.15s ease, -webkit-transform 0.15s ease;
  transition: border-color 0.15s ease, -webkit-transform 0.15s ease;
  transition: transform 0.15s ease, border-color 0.15s ease;
  transition: transform 0.15s ease, border-color 0.15s ease, -webkit-transform 0.15s ease;
}
.sponsor-hero__partner-logos a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.12);
}
.sponsor-hero__partner-logos img {
  height: 34px;
  width: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .sponsor-hero__partner-logos img {
    height: 38px;
  }
}
.sponsor-hero__photo {
  border-radius: 22px;
  overflow: hidden;
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
.sponsor-hero__photo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.sponsor-hero .sponsor-hero__photo {
  /* 既存の box-shadow / border-radius は残してOKだけど、
     “切り抜きPNGで跨がせる”なら箱っぽさは消した方が綺麗 */
  border-radius: 0;
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  .sponsor-hero .sponsor-hero__photo {
    position: absolute;
    right: 0;
    bottom: -50;
    width: min(460px, 36vw);
    z-index: 2;
    pointer-events: none;
  }
}
.sponsor-hero .sponsor-hero__photo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: auto;
}
.sponsor-hero .sponsor-hero__text {
  max-width: 720px;
}
@media screen and (min-width: 768px) {
  .sponsor-hero .sponsor-hero__text {
    padding-right: min(520px, 42vw);
  }
}
@media screen and (min-width: 768px) {
  .sponsor-hero .sponsor-current {
    padding-top: 110px;
  }
}

/* -------------------------
  現行スポンサー（カード）
  ※あなたの .supporter-card を活かしつつ、上品に寄せる
-------------------------- */
.sponsor-current .supporter__cards {
  display: grid;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .sponsor-current .supporter__cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}
.sponsor-current .supporter-card {
  display: block;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  -webkit-transition: border-color 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.sponsor-current .supporter-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  border-color: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}
.sponsor-current .supporter-card__image {
  padding: 18px 16px 8px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.02);
}
.sponsor-current .supporter-card__image img {
  width: 100%;
  max-width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.sponsor-current .supporter-card__body {
  padding: 12px 16px 16px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  opacity: 0.86;
}

/* -------------------------
  比較（Sponsor / Supporter）
-------------------------- */
.sponsor-compare {
  background: rgba(0, 0, 0, 0.02);
}
.sponsor-compare__grid {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .sponsor-compare__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.sponsor-compare__card {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 20px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .sponsor-compare__card {
    padding: 24px 22px;
  }
}
.sponsor-compare__card .btn {
  margin-top: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.sponsor-compare__title {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .sponsor-compare__title {
    font-size: 18px;
  }
}
.sponsor-compare__list {
  display: grid;
  gap: 10px;
  padding-left: 18px;
}
.sponsor-compare__list li {
  line-height: 1.75;
  opacity: 0.86;
}

/* -------------------------
  価値リスト（見た目を揃える）
-------------------------- */
.sponsor-value .value-list {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}
.sponsor-value .value-list li {
  position: relative;
  padding-left: 22px;
  line-height: 1.8;
  opacity: 0.86;
}
.sponsor-value .value-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
}

/* -------------------------
  PDF（埋め込み＋ポイント）
-------------------------- */
.sponsor-pdf__head {
  margin-bottom: 18px;
}
.sponsor-pdf__lead {
  margin-top: 10px;
  line-height: 1.8;
  opacity: 0.86;
}
.sponsor-pdf__grid {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .sponsor-pdf__grid {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 22px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.sponsor-pdf__box {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.sponsor-pdf__viewer {
  background: rgba(0, 0, 0, 0.02);
}
.sponsor-pdf__viewer iframe {
  display: block;
  width: 100%;
  border: 0;
  height: 520px;
}
@media screen and (min-width: 768px) {
  .sponsor-pdf__viewer iframe {
    height: 560px;
  }
}
.sponsor-pdf__actions {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .sponsor-pdf__actions {
    padding: 18px;
    gap: 14px;
  }
}
.sponsor-pdf__points {
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .sponsor-pdf__points {
    padding: 22px;
  }
}
.sponsor-pdf__points-title {
  font-size: 15px;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.sponsor-pdf__points-list {
  display: grid;
  gap: 10px;
  padding-left: 18px;
}
.sponsor-pdf__points-list li {
  line-height: 1.75;
  opacity: 0.86;
}

/* -------------------------
  Supporter Program（プランカード）
-------------------------- */
.supporter-program__lead {
  margin-top: 10px;
  line-height: 1.85;
  opacity: 0.86;
}
.supporter-program__plans {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .supporter-program__plans {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
.supporter-program .plan-card {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 20px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .supporter-program .plan-card {
    padding: 24px 22px;
  }
}
.supporter-program .plan-card__price {
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .supporter-program .plan-card__price {
    font-size: 32px;
  }
}
.supporter-program .plan-card__catch {
  font-size: 14px;
  letter-spacing: 0.06em;
  opacity: 0.86;
}
.supporter-program .plan-card__list {
  display: grid;
  gap: 10px;
  padding-left: 18px;
}
.supporter-program .plan-card__list li {
  line-height: 1.75;
  opacity: 0.86;
}
.supporter-program .plan-card .btn {
  margin-top: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.supporter-program__pdf {
  margin-top: 18px;
}

/* -------------------------
  FAQ
-------------------------- */
.sponsor-faq {
  background: rgba(0, 0, 0, 0.02);
}
.sponsor-faq .faq {
  margin-top: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.sponsor-faq .faq dt {
  padding: 16px 16px 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.sponsor-faq .faq dt:first-child {
  border-top: none;
}
.sponsor-faq .faq dd {
  padding: 0 16px 16px;
  margin: 0;
  line-height: 1.8;
  opacity: 0.86;
}

/* -------------------------
  Contact（最後のCTA）
-------------------------- */
.sponsor-contact {
  text-align: center;
}
.sponsor-contact__lead {
  margin-top: 10px;
  line-height: 1.85;
  opacity: 0.86;
}
.sponsor-contact__actions {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 200px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

/* =========================================
  Buttons (最低限)
  ※ 既に .btn があるなら不要。なければこれで整う
========================================= */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-transition: background 0.15s ease, border-color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease, -webkit-transform 0.15s ease;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, -webkit-transform 0.15s ease;
}
.btn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.btn--primary {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  border-color: rgba(0, 0, 0, 0.9);
}
.btn--primary:hover {
  background: rgb(0, 0, 0);
}
.btn--ghost {
  background: rgba(255, 255, 255, 0.7);
  color: rgba(0, 0, 0, 0.9);
}
.btn--ghost:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.9);
}

/* =========================================
   FINAL：真ん中の緑(padding)を消す
   → padding-rightを廃止して、幅で写真分を確保する
========================================= */
@media screen and (min-width: 768px) {
  .sponsor-hero {
    --hero-photo-w: min(520px, 42vw);
  }
}

/* ① まず padding を完全に殺す */
@media screen and (min-width: 768px) {
  .sponsor-hero__text {
    padding-right: 0 !important; /* ← 緑の正体を消す */
    max-width: calc(100% - var(--hero-photo-w)); /* ← 写真分だけ“幅”を減らす */
  }
}

/* ② 右の写真は absolute のままでOK（既存のままでもいいけど念のため） */
@media screen and (min-width: 768px) {
  .sponsor-hero__photo {
    position: absolute;
    right: 0;
    bottom: -70px;
    width: var(--hero-photo-w);
    z-index: 2;
    pointer-events: none;
  }
}

/* =========================================
   FINAL：顔が切れない配置（top基準に変更）
========================================= */
/* 写真：bottomを捨てて top で固定 → 顔が絶対切れない */
.sponsor-hero__photo {
  border-radius: 0;
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  .sponsor-hero__photo {
    position: absolute;
    top: 0px; /* ← ここが最重要：ヘッダー下に固定（顔が切れない） */
    bottom: auto; /* ← bottom基準をやめる */
    width: min(460px, 42vw);
    -webkit-transform: translateY(10px);
            transform: translateY(10px); /* ← 下に跨がせたい分だけ“ここ”で調整 */
    z-index: 2;
    pointer-events: none;
  }
}
.sponsor-hero__photo img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}