@charset "UTF-8";
/* 下層ページ共通 */

.u-orange { color: #f2994a; font-weight: 700; }
.u-green { color: #3D9E6A; font-weight: 700; }
.u-blue { color: #2C93D5; font-weight: 700; }

/* ---- 下層ヘッダー ---- */
.header--sub {
  position: relative;
  z-index: 100;
  background: var(--yellow);
}
.header--sub .header__inner { justify-content: flex-end; align-items: center; padding: 22px 30px; }
.header__logo { margin-right: auto; }
.header__logo img { width: 300px; }

.subheader__band {
  position: relative;
  background: var(--yellow);
  height: 240px;
  overflow: hidden;
}
.subheader__title {
  position: absolute;
  left: max(calc(50% - 620px), 40px);
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: 900;
  letter-spacing: .04em;
  z-index: 1;
}
.subheader__city {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(860px, 48vw);
}
.breadcrumb { padding: 18px 0; }
.breadcrumb .container { max-width: none; padding: 0 28px; }
.breadcrumb__list { display: flex; flex-wrap: wrap; gap: 6px; font-size: 14px; color: #808588; }
.breadcrumb__list li + li::before { content: "＞"; margin-right: 6px; color: #aaa; }
.breadcrumb__list a { color: #888; }
.breadcrumb__list a:hover { text-decoration: underline; }
/* 現在のページは太字 */
.breadcrumb__list .is-current { font-weight: 700; color: #333; }

/* ---- 共通パーツ ---- */
.sec-sub { padding: 60px 0 100px; }
.sec-sub--beige { background: #F8F6F1; }
.sec-sub--pale { background: #fff6ec; }
.sub-catch {
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  line-height: 1.6;
}
.sub-lead {
  max-width: 840px;
  margin: 26px auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 2;
  font-weight: 400;
}
.sub-lead_min{
  font-size: 14px;
}
.sub-lead--gray { color: #666; }
.sub-lead--tight { max-width: none; margin-top: 18px; font-size: 18px; font-weight: 700; }
.sub-note { margin-top: 14px; font-size: 14px; color: #888; }
.sub-note_min{font-size: 11.5px;}
.sub-note--center { text-align: center; }
.sub-note--right { text-align: right; }
.heading--sub { font-size: 38px; letter-spacing: normal; margin-top: 110px; }
.heading--sub.heading--first { margin-top: 20px; }
.sub-coral-title {
  margin-top: 90px;
  font-size: 29px;
  font-weight: 700;
  color: #e86a4d;
  text-align: center;
}
.pill-label {
  width: fit-content;
  margin: 60px auto 0;
  padding: 10px 30px;
  background: #ededed;
  border-radius: 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.pill-label--outline { font-size: 16px; padding: 7px 24px; }
.btn--blue {
  min-width: 560px;
  max-width: 100%;
  min-height: 68px;
  padding: 10px 40px;
  gap: 17px;
  border-radius: 34px;
  background: #449bd3;
  font-size: 20px;
}
.btn--blue::before { display: none; }
.btn--blue::after {
  position: static;
  transform: none;
  width: 26px;
  height: 26px;
  background: #e86a4d url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"><path d="M11 8.5 L15.5 13 L11 17.5" fill="none" stroke="%23ffffff" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/26px 26px no-repeat;
}
.sec-start--sub { padding-top: 90px; }

/* ---- Aidポイントとは？ ---- */
.point-card {
  display: flex;
  align-items: center;
  gap: 46px;
  max-width: 918px;
  margin: 60px auto 0;
  padding: 40px 48px;
  background: #fff;
  border: 2px solid #1f2933;
  border-radius: 10px;
}
.point-card__illust { width: 175px; flex-shrink: 0; }
.point-card__body p + p { margin-top: 16px; }
.use-steps {
  display: flex;
  justify-content: center;
  gap: 47px;
  margin-top: 46px;
}
.use-steps__item {
  position: relative;
  width: 235px;
  padding: 40px 18px 24px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  text-align: center;
}
.use-steps__item + .use-steps__item::before {
  content: "→";
  position: absolute;
  left: -36px;
  top: 45%;
  font-size: 26px;
  font-weight: 900;
  color: var(--coral);
}
.use-steps__num {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.use-steps__item img {
  width: auto;
  min-height: 82px;
  object-fit: contain;
  object-position: bottom;
  margin-top: 16px;
}
.use-steps__item p { margin-top: 14px; font-size: 14px; color: #4d4d4d; text-align: center; line-height: 1.8; }
.use-steps__item .u-red { color: #e96b4e; }
.use-icons { text-align: center; margin-top: 34px; }
.use-icons img { width: 500px; }

/* ---- 貯める・使う ---- */
.get-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 50px;
}
.get-block__illust { width: 170px; }
.get-block__body { max-width: 640px; line-height: 2.1; }
.get-illust { text-align: center; margin-top: 50px; }
.get-illust img { width: 620px; }
.yellow-panel {
  position: relative;
  max-width: 720px;
  margin: 60px auto 0;
  padding: 30px 26px 34px;
  background: #fbd41f;
  border-radius: 14px;
}
.yellow-panel__title { font-size: 24px; font-weight: 900; text-align: center; margin-bottom: 22px; }
.badge--panel { top: -26px; right: -26px; transform: rotate(10deg); }
.sub-table {
  width: 100%;
  background: #fff;
  /* style.css の table{border-collapse:collapse} だと外枠と角丸が効かないため separate に */
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  overflow: hidden;
}
.sub-table th, .sub-table td {
  padding: 15px 20px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
.sub-table thead th { border-bottom: 1px solid #e0e0e0; }
.sub-table tbody tr:last-child td { border-bottom: none; }
.sub-table td:first-child, .sub-table th:first-child { border-right: 1px solid #e0e0e0; width: 45%; }

/* ---- 加盟店の方へ ---- */
.recruit-pill {
  width: fit-content;
  margin: 10px auto 26px;
  padding: 0px 15px;
  background: #FBEEE9;
  border-radius: 50px;
  color: #e86a4d;
  font-size: 34px;
  font-weight: 900;
}
.recruit-pill--solid { background: #e86a4d; color: #fff; font-size: 15px; padding: 6px 22px; margin-bottom: 18px; }
.feature-cards {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 50px;
}
.feature-cards__item {
  display: flex;
  align-items: center;
  gap: 26px;
  width: 484px;
  padding: 30px 34px;
  border-radius: 12px;
}
.feature-cards__item--green { background: #eaf6ef; border: 2px solid #cfe8d7; }
.feature-cards__item--blue { background: #e9f2fb; border: 2px solid #cfe0ef; }
.feature-cards__item img { width: 128px; border-radius: 10px; flex-shrink: 0; }
.feature-cards__item h3 { font-size: 30px; }
.feature-cards__strong { font-size: 16px; font-weight: 700; margin-top: 4px; }
.feature-cards__sub { font-size: 13px; margin-top: 6px; }
.feature-cards__sub.u-green{
  color: #5F8A72;
}
.feature-cards__sub.u-blue{
  color: #5A80A6;
}
.link-cards {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 56px;
}
.link-cards__item {
  width: 502px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.link-cards__item:hover { transform: translateY(-4px); box-shadow: 0 8px 22px rgba(0, 0, 0, .12); }
.link-cards__item > img { width: 100%; }
.link-cards__body { padding: 24px 28px 28px; }
.link-cards__body h3 { font-size: 22px; font-weight: 700; }
.link-cards__body p { margin-top: 10px; font-size: 13.5px; line-height: 1.9; color: #777; font-weight: 400;}
.link-cards__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
}
.link-cards__more::after {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  padding-bottom: 2px;
}
.link-cards__more--coral { color: var(--coral); }
.link-cards__more--coral::after { background: var(--coral); }
.link-cards__more--blue { color: #2C93D5; }
.link-cards__more--blue::after { background: #2C93D5; }

/* ---- メリット・導入事例 ---- */
.merit-cards {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 56px;
}
.merit-cards__item {
  width: 226px;
  padding: 26px 18px 30px;
  background: #fff;
  border: 1px solid #F0DFD9;
  border-radius: 10px;
  text-align: center;
}
.merit-cards__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: var(--coral);
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
}
.merit-cards__item h3 { margin-top: 16px; font-size: 17px; font-weight: 700; color: var(--coral); line-height: 1.6; }
.merit-cards__item p { margin-top: 12px; font-size: 14px; text-align: left; line-height: 1.9; }
.shop-cards {
  /* subgrid で4枚のカードの h3 行の高さを自動で揃える */
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 280px));
  grid-template-rows: auto auto auto auto;
  justify-content: center;
  gap: 22px;
  margin-top: 50px;
}
.shop-cards__item {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  min-width: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
  border: solid 1px #ECECEC;
}
.shop-cards__item h3 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.shop-cards__num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.shop-cards__item--green h3 { background: #EEF7F0; color: #3D9E6A; }
.shop-cards__item--green .shop-cards__num { background: #3D9E6A; }
.shop-cards__item--green .shop-cards__check::before{color: #3D9E6A;}
.shop-cards__item--blue h3 { background: #EEF5FB; color: #2C93D5;}
.shop-cards__item--blue .shop-cards__num { background: #2C93D5; }
.shop-cards__item--blue .shop-cards__check::before{color:#2C93D5;}
.shop-cards__item--orange h3 { background: #FDF3EA; color: #E8843C;}
.shop-cards__item--orange .shop-cards__num { background: #E8843C; }
.shop-cards__item--orange .shop-cards__check::before{color: #E8843C;}
.shop-cards__item--purple h3 { background: #F4EEFB; color: #8A5CC0;}
.shop-cards__item--purple .shop-cards__num { background: #8A5CC0; }
.shop-cards__item--purple .shop-cards__check::before{ color: #8A5CC0; }
/* 店舗イメージ（画像は後から差し替え可） */
.shop-cards__photo { margin: 0; line-height: 0; }
.shop-cards__photo img {
  width: 100%;
  aspect-ratio: 280 / 160;
  object-fit: cover;
  display: block;
}
.shop-cards__ex { padding: 14px 16px 0; font-size: 12.5px; color: #888; line-height: 1.8; font-weight: 400;}
.shop-cards__check {
  align-self: start;
  margin: 14px 14px 18px;
  padding: 12px 14px;
  background: #f7f7f7;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}
.shop-cards__check::before { content: "✓ "; color: #43a047; font-weight: 900; }
.tsumari-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 44px;
  padding: 22px 20px;
  background: #fdf8e8;
  border: 2px dashed #E8B93C;
  border-radius: 10px;
}
.tsumari-banner__pill {
  padding: 6px 22px;
  background: var(--coral);
  border-radius: 22px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  flex-shrink: 0;
}
.tsumari-banner p span{
  color: var(--coral);
}
.tsumari-banner p { font-size: 21px; font-weight: 700; }

.voice-slider { position: relative; max-width: 815px; margin: 54px auto 0; }
.voice-card {
  display: flex;
  gap: 35px;
  padding: 48px 45px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .07);
}
.voice-card__left { text-align: center; flex-shrink: 0; }
.voice-card__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: #eae7de;
  border-radius: 50%;
  color: #a39c90;
  font-size: 12px;
}
.voice-card__tag {
  display: inline-block;
  margin-top: 14px;
  padding: 5px 20px;
  background: #e76a4c;
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.voice-card__body { position: relative; }
.voice-card__body::before { content: "“"; display: block; color: #F0D8A0; font-size: 40px; line-height: 1; }
.voice-card__quote { margin-top: 8px; font-size: 19px; font-weight: 700; line-height: 1.9; }
.voice-card__name { font-size: 16px; font-weight: 700; }
.voice-card__name small { font-weight: 500; color: #888; }
.voice-card__badge {
  padding: 6px 14px;
  background: #fff8f0;
  border: 1px solid #f1dcbf;
  border-radius: 6px;
  color: #e86b4d;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}
/* 1行目「週末来店数」だけ小さいタン色（デザイン準拠） */
.voice-card__badge::first-line { color: #b8904f; font-size: 11px; }
.voice-card__flex {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
}
.voice-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .10);
  font-size: 22px;
  color: #e86b4d;
}
.voice-slider__nav--prev { left: -27px; }
.voice-slider__nav--next { right: -27px; }
.voice-slider__dots { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.voice-slider__dots span { width: 9px; height: 9px; border-radius: 5px; background: #ddd; }
.voice-slider__dots span.is-active { width: 26px; background: var(--coral); }

.manga-box {
  display: flex;
  align-items: center;
  gap: 44px;
  max-width: 1120px;
  margin: 70px auto 0;
  padding: 44px 56px;
  background: #45322a;
  border-radius: 14px;
  color: #fff;
}
.manga-box__cover { width: 195px; border-radius: 4px; flex-shrink: 0; }
.manga-box__pill {
  display: inline-block;
  padding: 5px 18px;
  background: var(--coral);
  border-radius: 18px;
  font-size: 14px;
  font-weight: 700;
}
.manga-box__body h3 { margin-top: 14px; font-size: 30px; font-weight: 900; }
.manga-box__body p { margin-top: 14px; font-size: 15px; line-height: 2; opacity: .95; }
.manga-box__btn {
  display: inline-block;
  margin-top: 20px;
  padding: 13px 34px;
  background: var(--coral);
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: opacity .3s;
}
.manga-box__btn:hover { opacity: .85; }

/* ---- 加盟の流れ・費用 ---- */
.tag-pills { display: flex; justify-content: center; gap: 14px; margin-top: 22px; }
.tag-pills__item { padding: 6px 20px; border-radius: 18px; font-size: 14px; font-weight: 700; }
.tag-pills__item--green { background: #e8f5e9; color: #43a047; }
.tag-pills__item--blue { background: #e6f0fa; color: #3e9bdc; }
.tag-pills__item--orange { background: #fdeedd; color: #f2994a; }
.cost-cards { display: flex; justify-content: center; gap: 30px; margin-top: 46px; }
.cost-cards__item {
  width: 386px;
  padding: 30px 26px 34px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid;
  text-align: center;
}
.cost-cards__item--coral { border-color: #F0DFD9; }
.cost-cards__item--blue { border-color: #D3E6F2; }
.cost-cards__item--green { border-color: #CFE8D7; }
.cost-cards__item h3 { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 19px; font-weight: 700; }
.cost-cards__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.cost-cards__num--coral { background: var(--coral); }
.cost-cards__num--blue { background: #3e9bdc; }
.cost-cards__num--green { background: #43a047; }
.cost-cards__item img { width: 100%; border-radius: 10px; margin-top: 20px; }
.cost-cards__price { margin-top: 18px; font-size: 18px; font-weight: 700; }
.cost-cards__price em { font-size: 44px; font-weight: 900; color: #2C93D5; letter-spacing: .02em; }
.cost-cards__item--coral .cost-cards__price em {color: #E86A4D;}
.cost-cards__item--green .cost-cards__price em { color: #3D9E6A;}
.cost-cards__normal { margin-top: 6px; color: #999; font-size: 14px; text-decoration: line-through; }
.cost-cards__off {
  width: fit-content;
  margin: 12px auto 0;
  padding: 6px 18px;
  background: #fdeedd;
  border-radius: 18px;
  color: var(--coral);
  font-size: 14px;
  font-weight: 700;
}
.cost-cards__note { margin-top: 12px; font-size: 12px; color: #777; line-height: 1.9; }

.green-panel {
  max-width: 990px;
  margin: 46px auto 0;
  border: 2px solid #3D9E6A;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.green-panel__head { padding: 14px 28px; background: #3D9E6A; color: #fff; font-size: 19px; font-weight: 700; }
.green-panel__body { padding: 34px 40px 40px; }
.green-panel__lead { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.green-panel__catch { font-size: 24px; font-weight: 900; line-height: 1.7; color: #E8433C;}
/* 「売上が少ない月は…」吹き出し（文字はコーディング／豚のみ画像） */
.pig-note {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.pig-note__balloon {
  position: relative;
  padding: 14px 22px;
  border: 2px solid #e8843c;
  border-radius: 12px;
  color: #e8843c;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
/* 豚に向く吹き出しのしっぽ */
.pig-note__balloon::before,
.pig-note__balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 9px solid transparent;
  border-right: 0;
}
.pig-note__balloon::before { border-left-color: #e8843c; }
.pig-note__balloon::after { margin-left: -3px; border-left-color: #fff; }
.pig-note__img { width: 74px; }
/* 売上が発生 → 月末で売上確定 → 手数料を後払い（デザイン実測） */
.green-steps {
  display: flex;
  justify-content: center;
  gap: 62px;
  margin-top: 24px;
}
.green-steps li {
  position: relative;
  width: 110px;
  text-align: center;
}
.green-steps img { width: 110px; }
.green-steps span {
  display: block;
  margin-top: 11px;
  font-size: 13px;
  font-weight: 700;
  color: #444;
  line-height: 1.5;
}
/* 矢印（軸＋頭） */
.green-steps li + li::before,
.green-steps li + li::after {
  content: "";
  position: absolute;
}
.green-steps li + li::before {
  left: -43px;
  top: 63px;
  width: 14px;
  height: 9px;
  background: #3d9e6a;
}
.green-steps li + li::after {
  left: -29px;
  top: 58px;
  border-left: 10px solid #3d9e6a;
  border-top: 8.5px solid transparent;
  border-bottom: 8.5px solid transparent;
}
.green-panel__yellow {
  margin-top: 30px;
  padding: 22px 20px;
  background: #FFFBE8;
  border: 2px solid #FFD83B;
  border-radius: 8px;
  text-align: center;
}
.green-panel__em { font-size: 26px; font-weight: 900; }
.green-panel__em span{ color: #E8433C;}
.green-panel__yellow p:last-child { margin-top: 6px; font-size: 18px; color: #E86A4D; font-weight: 700; }

.fee-table {
  width: 100%;
  max-width: 990px;
  margin: 44px auto 0;
  display: table;
  /* style.css の table{border-collapse:collapse} を打ち消し（枠線と角丸を効かせる） */
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}
.fee-table__sub {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 500;
}
.fee-table th {
  padding: 15px;
  background: #2c93d5;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.fee-table td {
  padding: 13px 40px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}
/* 月間売上と手数料の間の縦線 */
.fee-table th:first-child,
.fee-table td:first-child { border-right: 1px solid #d5d5d5; }
.fee-table tbody tr:last-child td { border-bottom: none; }
.fee-table td:last-child { color: #E8433C; }
/* 2行目以降を 白／薄い青 の交互に */
.fee-table tbody tr:nth-child(odd)  td { background: #fff; }
.fee-table tbody tr:nth-child(even) td { background: #eef5fb; }
/* 1行目「0〜3万円／¥0（無料）」は大きく */
.fee-table tbody tr.is-free td { background: #ffe681; font-size: 30px; }
.fee-table tr.is-free td:last-child { color: #E8433C; }
.free-banner {
  max-width: 990px;
  margin: 34px auto 0;
  padding: 26px 20px;
  background: #fff4d1;
  border: 3px solid #ffd83b;
  border-radius: 12px;
  box-shadow: 0 4px 0 #f0c400;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  color: #B98A00;
}
.free-banner em { font-size: 36px; color: #E8433C; font-weight: 900; white-space: nowrap; }
.attention-note .u-blue{color: #E86A4D;}
.attention-note { max-width: 990px; margin: 26px auto 0; font-size: 16px; font-weight: 700; text-align: center; color: #E86A4D;}
.attention-note .u-red{color: #2C93D5;}

.merit-panel {
  max-width: 1120px;
  margin: 30px auto 0;
  padding: 50px 56px 30px;
  background: #fff;
  border: 2px solid #E8843C;
  border-radius: 14px;
}
.merit-panel__title { font-size: 28px; font-weight: 900; color: #d9302c; text-align: center; }
.merit-panel__list { display: flex; gap: 24px; margin-top: 36px; }
.merit-panel__list li { flex: 1; text-align: center; }
.merit-panel__list img { width: 96px; border-radius: 50%; }
.merit-panel__list h3 { margin-top: 14px; font-size: 17px; font-weight: 700; color: #f2994a; line-height: 1.6; }
.merit-panel__list p { margin-top: 10px; font-size: 13px; text-align: left; line-height: 1.9; }
.merit-panel__support {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-top: 30px;
  padding: 24px 22px;
  background: #fbf4ee;
  border-radius: 10px;
}
.merit-panel__support-icon { flex-shrink: 0; width: 90px; }
.merit-panel__support h3 { font-size: 18px; }
.merit-panel__support p { margin-top: 6px; font-size: 14px; }
.merit-panel__red {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 24px;
  padding: 26px 20px;
  background: #e8433d;
  border-radius: 10px;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  text-align: center;
  line-height: 1.8;
}
.merit-panel__red-icon { flex-shrink: 0; width: 56px; }
.flow-steps { max-width: 990px; margin: 50px auto 0; }
.flow-steps__item {
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 26px 34px;
  background: #fff;
  border: 1px solid #eee;
  border-left: 5px solid;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
}
.flow-steps__item + .flow-steps__item { margin-top: 22px; }
.flow-steps__item--green { border-left-color: #43a047; }
.flow-steps__item--blue { border-left-color: #3e9bdc; }
.flow-steps__item--orange { border-left-color: #f2994a; }
.flow-steps__item--pink { border-left-color: #d16588; }
.flow-steps__item--teal { border-left-color: #2e9e8f; }
.flow-steps__item img { width: 118px; border-radius: 10px; flex-shrink: 0; }
.flow-steps__label { font-size: 13px; font-weight: 900; letter-spacing: .1em; color: #888; }
.flow-steps__item h3 { margin-top: 4px; font-size: 19px; font-weight: 700; }
.flow-steps__item p { margin-top: 6px; font-size: 13px; color: #888; }
.flow-steps__tag {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 14px;
  background: #f3f7f3;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
}
.flow-steps__item--green .flow-steps__label{ color: #3D9E6A;}
.flow-steps__item--blue .flow-steps__label{ color: #2C93D5; }
.flow-steps__item--orange .flow-steps__label{ color: #E8843C; }
.flow-steps__item--pink .flow-steps__label{ color: #D95C8A; }
.flow-steps__item--teal .flow-steps__label{ color: #3AA79A; }

.flow-steps__item--green .flow-steps__tag{ color: #3D9E6A; background-color: #EEF7F0;}
.flow-steps__item--blue .flow-steps__tag{ color: #2C93D5; background-color: #EEF5FB;}
.flow-steps__item--orange .flow-steps__tag{ color: #E8843C; background-color: #FDF3EA;}
.flow-steps__item--pink .flow-steps__tag{ color: #D95C8A; background-color: #FBEEF4;}
.flow-steps__item--teal .flow-steps__tag{ color: #3AA79A; background-color: #EAF7F5;}

.entry-panel {
  max-width: 898px;
  margin: 20px auto 0;
  padding: 46px 46px 50px;
  background: #fff;
  border: 2px solid #e86a4d;
  border-radius: 14px;
  text-align: center;
}
/* パネル内の強調色はデザイン実測どおり統一 */
.entry-panel .u-orange,
.entry-panel .u-red { color: #e86a4d; }
.entry-panel__title { font-size: 30px; font-weight: 900; line-height: 1.7; }
.entry-panel .sub-lead {
  max-width: 770px;
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 1.9;
}
.entry-panel__points { display: flex; gap: 14px; margin-top: 32px; }
.entry-panel__points li {
  flex: 1;
  padding: 16px 14px;
  border: 1px solid;
  border-radius: 10px;
  font-size: 12.5px;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 1.75;
}
.entry-panel__points li strong { display: block; font-size: 20px; margin-bottom: 4px; }
.entry-panel__points .entry-panel__point--coral { background: #fff7f5; border-color: #f6dcd3;}
.entry-panel__points .entry-panel__point--blue { background: #f4f8fc; border-color: #dde9f4; }
.entry-panel__points .entry-panel__point--green { background: #f4faf6; border-color: #e1f0e6; }
.entry-panel__divider { margin: 36px 0; border: none; border-top: 2px dashed #e6c9bf; }
.entry-panel__sub { font-size: 24px; font-weight: 900; }
.entry-panel__apply { display: flex; align-items: center; gap: 40px; margin-top: 28px; }
.entry-panel__qr { flex-shrink: 0; text-align: center; }
.entry-panel__qr-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  padding: 8px;
  border: 1px solid #eee;
  border-radius: 8px;
  color: #999;
  font-size: 14px;
  transition: opacity .3s;
}
.entry-panel__qr-box:hover { opacity: .8; }
.entry-panel__qr-box img { display: block; width: 100%; height: 100%; object-fit: contain; }
.entry-panel__qr-label {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #888;
  line-height: 1.5;
}
.entry-panel__form { flex: 1; text-align: center; }
.entry-panel__form > p:first-child { font-size: 15px; line-height: 1.9; color: #666; }
.entry-panel__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 18px auto 0;
  max-width: 600px;
  padding: 20px 10px;
  background: #e86a4d;
  border-radius: 10px;
  box-shadow: 0 5px 0 #c9573c;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: opacity .3s;
}
.entry-panel__btn::after {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, .25);
  border-radius: 50%;
  font-size: 17px;
  padding-bottom: 3px;
}
.entry-panel__btn:hover { opacity: .85; }
.entry-panel__form .sub-note { color: #bfbfbf; }

/* ============ SP ============ */
@media (max-width: 767px) {
  /* 下層はヘッダーが白背景のため、丸背景・影なしでラインのみ */
  body.is-sub .hamburger {
    top: 15px;
    right: 15px;
    background: none;
  }
  /* ドロワー展開時は背景が黄色になるため白丸を戻す */
  body.is-sub.is-drawer-open .hamburger {
    top: 15px;
    right: 15px;
    background: #fff;
  }

  .header--sub { display: block; position: static; background: #fff; }
  .header--sub .header__inner { justify-content: flex-start; padding: 24px 16px; }
  .header--sub .gnav, .header--sub .header__merchant-btn { display: none; }
  .header__logo img { width: 190px; }
  .subheader__band { height: 150px; }
  .subheader__title { font-size: 22px; left: 20px; }
  /* SPは街並みイラストを非表示 */
  .subheader__city { display: none; }
  .breadcrumb { padding: 12px 0; border-bottom: 1px solid #efeee8; }
  .breadcrumb__list { font-size: 11px; }

  .sec-sub { padding: 44px 0 64px; }
  .sub-catch { font-size: 22px; }
  .sub-lead { font-size: 14px;}
  .sub-lead--tight { text-align: center; font-size: 15px; }
  .heading--sub { font-size: 24px; margin-top: 70px; }
  .sub-coral-title { font-size: 21px; margin-top: 60px; }
  .pill-label { margin-top: 40px; font-size: 16px; padding: 10px 30px; }

  .point-card { flex-direction: column; gap: 20px; padding: 28px 22px; margin-top: 36px; }
  .point-card__illust { width: 130px; }
  .use-steps { flex-direction: column; gap: 40px; margin-top: 30px; }
  .use-steps__item { width: 100%; }
  .use-steps__item + .use-steps__item::before {
    left: 50%;
    top: -34px;
    transform: translateX(-50%) rotate(90deg);
  }
  .use-icons img { width: 100%; }

  .get-block { flex-direction: column; gap: 20px; margin-top: 32px; }
  .get-block__body { line-height: 2; font-size: 14px; }
  .get-illust img { width: 100%; }
  .yellow-panel { margin-top: 44px; padding: 22px 14px 24px; }
  .yellow-panel__title { font-size: 19px; }
  .badge--panel { top: -53px; right: -17px; }
  .sub-table th, .sub-table td { padding: 11px 8px; font-size: 13px; }

  .recruit-pill { font-size: 16px; padding: 6px 22px; }
  .feature-cards { flex-direction: column; gap: 16px; margin-top: 32px; }
  .feature-cards__item { width: 100%; padding: 20px; gap: 16px; }
  .feature-cards__item img { width: 92px; }
  .feature-cards__item h3 { font-size: 20px; }
  .feature-cards__strong { font-size: 14px; }
  .link-cards { flex-direction: column; gap: 22px; margin-top: 36px; }
  .link-cards__item { width: 100%; }

  .merit-cards { flex-direction: column; gap: 16px; margin-top: 36px; }
  .merit-cards__item { width: 100%; padding: 24px 20px; }
  .shop-cards { grid-template-columns: 1fr; gap: 16px; margin-top: 34px; }
  .shop-cards__item { width: 100%; }
  .tsumari-banner { flex-direction: column; gap: 12px; padding: 18px 16px; }
  .tsumari-banner p { font-size: 16px; text-align: center; }

  .voice-card { flex-direction: column; gap: 22px; padding: 28px 22px 60px; }
  .voice-card__left { display: flex; align-items: center; gap: 16px; }
  .voice-slider__nav--prev { left: -8px; }
  .voice-slider__nav--next { right: -8px; }
  .manga-box { flex-direction: column; gap: 22px; padding: 28px 22px; margin-top: 50px; text-align: center; }
  .manga-box__cover { width: 160px; }
  .manga-box__body h3 { font-size: 21px; }
  .manga-box__body p { text-align: left; }

  .tag-pills { flex-wrap: wrap; gap: 8px; }
  .cost-cards { flex-direction: column; gap: 18px; margin-top: 32px; }
  .cost-cards__item { width: 100%; }
  .cost-cards__price em { font-size: 36px; }
  .green-panel__body { padding: 22px 18px 26px; }
  .green-panel__lead { flex-direction: column; align-items: center;}
  .green-panel__catch { font-size: 18px; }
  .pig-note { align-self: center; gap: 10px; }
  .pig-note__balloon { padding: 10px 14px; font-size: 13px; }
  .pig-note__img { width: 58px; }
  .green-steps { gap: 34px; }
  .green-steps li { width: 76px; }
  .green-steps img { width: 76px; }
  .green-steps span { font-size: 11px; margin-top: 8px; }
  .green-steps li + li::before { left: -27px; top: 40px; width: 10px; height: 7px; }
  .green-steps li + li::after {
    left: -17px;
    top: 36.5px;
    border-left-width: 7px;
    border-top-width: 6.5px;
    border-bottom-width: 6.5px;
  }
  .green-panel__em { font-size: 22px; }
  .green-panel__yellow p:last-child{font-size: 15px;}
  .fee-table td { padding: 11px 10px; font-size: 15px; }
  .fee-table tbody tr.is-free td { font-size: 20px; }
  .fee-table th { font-size: 15px; }
  .free-banner { font-size: 17px; padding: 18px 14px; }
  .free-banner em { font-size: 24px; }
  .attention-note { font-size: 13px; text-align: left; }
  .merit-panel { padding: 28px 20px 20px; }
  .merit-panel__title { font-size: 19px; }
  .merit-panel__list { flex-direction: column; gap: 26px; }
  .merit-panel__list p { text-align: center; }
  .merit-panel__support { gap: 14px; padding: 18px 16px; }
  .merit-panel__support-icon { width: 62px; }
  .merit-panel__red { font-size: 15px; padding: 18px 14px; gap: 14px; }
  .merit-panel__red-icon { width: 40px; }
  .flow-steps__item { flex-direction: column; align-items: flex-start; gap: 14px; padding: 20px; }
  .flow-steps__item h3 { font-size: 17px; }
  .entry-panel { padding: 28px 18px 32px; }
  .entry-panel__title { font-size: 19px; }
  .entry-panel__points { flex-direction: column; gap: 12px; margin-top: 22px; }
  .entry-panel__sub { font-size: 19px; }
  .entry-panel__apply { flex-direction: column; gap: 20px; }
  .entry-panel__btn { font-size: 16px; padding: 16px 10px; }
}

/* ---- タブレット〜小さめPC：矢印が画面外に出るのを防ぐ ---- */
@media (min-width: 768px) and (max-width: 900px) {
  .voice-slider__nav--prev { left: 0; }
  .voice-slider__nav--next { right: 0; }
  .badge--panel { right: 0; }
}

/* ================================================
   Aidポイントとは？ / Aidポイントを貯める・使う
   （Figma実測値：ページ固有の指定）
================================================ */
.page-aid .heading--sub { font-size: 29px; }
.page-aid-use .heading--sub { font-size: 34px; }
.page-aid .sub-lead,
.page-aid-use .sub-lead { font-size: 18px; color: #333; }
.page-aid .sub-catch { font-size: 33px; color: #1f2933; }
/* Aid 2ページのオレンジ強調
   ・「1 ポイント＝1 円」「有効期限〜180日」→ #e86a4d
   ・「3〜5%の特典ポイント」→ #e7694b */
.page-aid .u-orange { color: #e86a4d; }
.page-aid-use .u-orange { color: #e7694b; }
.page-aid .heading,
.page-aid-use .heading,
.page-aid .pill-label,
.page-aid-use .pill-label { color: #1f2933; }
.page-aid-use .sub-note { font-size: 15px; color: #666; text-align: center;}
@media (max-width: 767px) {
  .page-aid .heading--sub,
  .page-aid-use .heading--sub { font-size: 24px; }
  .page-aid .sub-lead,
  .page-aid-use .sub-lead { font-size: 14px; }
}

/* 青ボタン SP（Figma実測：327×58 ピル型 / 矢印24px） */
@media (max-width: 767px) {
  .btn--blue {
    min-width: 100%;
    min-height: 58px;
    padding: 8px 20px;
    gap: 13px;
    border-radius: 29px;
    font-size: 15px;
  }
  .btn--blue::after { width: 24px; height: 24px; background-size: 24px 24px; }
}


/* ================================================
   よくあるご質問（FAQ）
================================================ */
.sec-faq { padding: 70px 0 80px; }
.faq-cat__label {
  margin-bottom: 6px;
  color: #e86a4d;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .12em;
  text-align: center;
}
.faq-list { max-width: 990px; margin: 46px auto 0; }
.faq-item {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  overflow: hidden;
}
.faq-item + .faq-item { margin-top: 20px; }
.faq-item__q,
.faq-item__a {
  display: flex;
  gap: 18px;
  padding: 22px 30px;
  font-size: 17px;
  line-height: 1.9;
}
.faq-item__q {
  background: #fdf6e3;
  font-weight: 700;
  color: #1f2933;
}
/* カテゴリごとの質問背景（サイト内の既存カテゴリ配色に準拠） */
.sec-faq--point    .faq-item__q { background: #FDF3EA; }
.sec-faq--merchant .faq-item__q { background: #EEF5FB; }
.sec-faq--agency   .faq-item__q { background: #EEF7F0; }
.sec-faq--point    .faq-item__mark { background: #E8843C; }
.sec-faq--merchant .faq-item__mark { background: #2C93D5; }
.sec-faq--agency   .faq-item__mark { background: #3D9E6A; }
.faq-item__mark--a { background: #b9bcbf !important; }
.faq-item__a {
  margin: 0;
  font-weight: 400;
  color: #555;
}
.faq-item__mark {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #e86a4d;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}
.faq-item__mark--a { background: #449bd3; }

@media (max-width: 767px) {
  .sec-faq { padding: 46px 0 54px; }
  .faq-cat__label { font-size: 13px; }
  .faq-list { margin-top: 28px; }
  .faq-item + .faq-item { margin-top: 14px; }
  .faq-item__q,
  .faq-item__a { gap: 12px; padding: 16px 16px; font-size: 14px; line-height: 1.85; }
  .faq-item__mark { width: 26px; height: 26px; font-size: 13px; }
}

/* 表ヘッダーの注記（SP） */
@media (max-width: 767px) {
  .fee-table__sub { font-size: 11px; }
}

/* ============================================================
   テキストページ（運営会社／プライバシーポリシー／サイトポリシー）
   body.page-doc
   ============================================================ */
.page-doc .sec-sub { padding: 50px 0 110px; }

.doc {
  max-width: 900px;
  margin: 0 auto;
  color: #333;
}

/* ページ内の大見出し（下線なし） */
.doc__title {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  color: #222;
}

/* リード文 */
.doc__lead {
  margin: 22px 0 0;
  font-size: 16px;
  line-height: 2.05;
  color: #555;
}

/* 中見出し（下線なし） */
.doc__head {
  margin: 52px 0 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #222;
}
.doc__num {
  display: inline-block;
  min-width: 1.5em;
  color: #222;
  font-weight: 700;
}

.doc p {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 2.05;
  color: #555;
}
.doc p + p { margin-top: 18px; }

.doc__list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.doc__list li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 2.05;
  color: #555;
}
.doc__list li + li { margin-top: 6px; }
.doc__list li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #222;
}

/* 参考リンク（参考デザインに合わせて右寄せ・矢印付き） */
.doc__link {
  margin-top: 22px;
  text-align: right;
}
.doc__link a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #2c93d5;
  text-decoration: none;
  transition: opacity .2s;
}
.doc__link a:hover { opacity: .7; }
.doc__arrow { font-size: 17px; line-height: 1; }

/* 会社情報テーブル */
.doc-table {
  width: 100%;
  margin-top: 26px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  overflow: hidden;
}
.doc-table th,
.doc-table td {
  padding: 22px 26px;
  font-size: 16px;
  line-height: 1.9;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e6e6e6;
}
.doc-table tr:last-child th,
.doc-table tr:last-child td { border-bottom: 0; }
.doc-table th {
  width: 200px;
  font-weight: 700;
  color: #222;
  background: #f6f8fa;
  border-right: 1px solid #e6e6e6;
}
.doc-table td { color: #555; background: #fff; }

@media (max-width: 767px) {
  .page-doc .sec-sub { padding: 34px 0 70px; }
  .doc__title { font-size: 21px; }
  .doc__lead { margin-top: 16px; font-size: 14px; line-height: 1.95; }
  .doc__head { margin: 36px 0 10px; font-size: 17px; }
  .doc p { font-size: 14px; line-height: 1.95; }
  .doc p + p { margin-top: 14px; }
  .doc__list li { padding-left: 17px; font-size: 14px; line-height: 1.95; }
  .doc__list li::before { top: 11px; width: 5px; height: 5px; }
  .doc__link { text-align: left; }
  .doc__link a { font-size: 14px; }
  .doc-table th,
  .doc-table td { display: block; width: auto; padding: 14px 16px; font-size: 14px; }
  .doc-table th { border-right: 0; border-bottom: 0; }
  .doc-table td { padding-top: 0; }
}

/* ============================================================
   マンガ フローティングバナー（メリット・導入事例ページ）
   Figma実測値：PC 200×290 / SP 122×180
   ============================================================ */
.manga-float {
  position: fixed;
  /* 右端は固定お問い合わせボタン（.side-contact 幅78px）が占めるため、その左隣に配置 */
  right: 90px;
  bottom: 16px;
  z-index: 88;
  width: 176px;
}
.manga-float__card {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 8px 10px;
  background: #fff;
  border: 2px solid #E86A4D;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .22);
  text-decoration: none;
  transition: opacity .3s;
}
.manga-float__card:hover { opacity: .85; }
.manga-float__cover {
  display: block;
  width: 100%;
  aspect-ratio: 156 / 221;
  object-fit: cover;
  border-radius: 8px;
}
.manga-float__label {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  color: #E86A4D;
  text-align: center;
  white-space: nowrap;
}
.manga-float__arrow { margin-left: 4px; }
.manga-float__close {
  position: absolute;
  top: -14px;
  right: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #3A2A1E;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 767px) {
  .manga-float {
    right: 8px;
    bottom: 12px;
    width: 108px;
  }
  .manga-float__card {
    padding: 5px 5px 6px;
    border-radius: 12px;
  }
  .manga-float__cover { aspect-ratio: 94 / 133; }
  .manga-float__label { margin-top: 5px; font-size: 11px; }
  .manga-float__close {
    top: -10px;
    right: -7px;
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
}

/* ============================================================
   マンガ フローティングバナー（メリット・導入事例ページ）
   Figma実測値：PC カード176×268 / SP カード108×166
   ============================================================ */
.manga-float {
  position: fixed;
  /* 固定サイドボタン（幅78px・右端固定）と重ならない位置 */
  right: 90px;
  bottom: 16px;
  z-index: 88;
  width: 176px;
}
.manga-float__card {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 8px 10px;      /* +2pxボーダー = Figmaの10/10/12/10 */
  background: #fff;
  border: 2px solid #e86a4d;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .22);
  text-decoration: none;
  transition: opacity .3s;
}
.manga-float__card:hover { opacity: .88; }
.manga-float__cover {
  display: block;
  width: 100%;
  aspect-ratio: 156 / 221;
  object-fit: cover;
  border-radius: 8px;
}
.manga-float__label {
  display: block;
  margin-top: 8px;
  color: #e86a4d;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;   /* Figmaのテキスト高17px に合わせる */
  text-align: center;
  white-space: nowrap;
}
.manga-float__arrow { margin-left: 4px; }
.manga-float__close {
  position: absolute;
  top: -14px;
  right: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  background: #3a2a1e;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: opacity .3s;
}
.manga-float__close:hover { opacity: .8; }

@media (max-width: 767px) {
  .manga-float { right: 8px; bottom: 12px; width: 108px; }
  .manga-float__card {
    padding: 5px 5px 6px;     /* +2pxボーダー = Figmaの7/7/8/7 */
    border-radius: 12px;
  }
  .manga-float__cover { aspect-ratio: 94 / 133; }
  .manga-float__label { margin-top: 5px; font-size: 11px; }
  .manga-float__close {
    top: -10px;
    right: -7px;
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
}

/* メリット・導入事例：5つのメリット下のポータル図 */
.merit-portal {
  max-width: 620px;
  margin: 50px auto 0;
}
.merit-portal a {
  display: block;
  transition: opacity .3s;
}
.merit-portal a:hover { opacity: .85; }
.merit-portal img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .merit-portal { margin-top: 34px; }
}

/* ============================================================
   お知らせ一覧（body.page-news）
   ============================================================ */
.page-news .sec-sub { padding: 50px 0 80px; }
/* ベージュ帯とフッターの黄色いアーチの間に白の余白をとる
   （section の margin はフッターの margin-top と相殺されるため padding で確保） */
.page-news .sub-main { padding-bottom: 100px; }

/* 一覧のインナー（背景は白） */
.news-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 24px 56px 30px;
  background: #fff;
  border-radius: 16px;
}

/* 絞り込み（カテゴリー／アーカイブ） */
.news-filter { padding: 18px 6px 20px; }
.news-filter__row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-filter__row + .news-filter__row { margin-top: 10px; }
.news-filter__label {
  flex-shrink: 0;
  width: 92px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}
.news-filter__pills { display: flex; flex-wrap: wrap; gap: 9px; }
.news-pill {
  min-width: 90px;
  padding: 5px 16px;
  background: #fff;
  border: 1px solid #2c93d5;
  border-radius: 999px;
  color: #2c93d5;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  transition: background .25s, color .25s;
}
.news-pill:hover { background: #eaf4fb; }
.news-pill.is-active {
  background: #2c93d5;
  border-color: #2c93d5;
  color: #fff;
  font-weight: 700;
}
.news-empty {
  padding: 40px 6px;
  font-size: 15px;
  color: #888;
  text-align: center;
}
.news-list__item[hidden] { display: none; }

.news-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid #ececec; }
.news-list__item { border-bottom: 1px solid #ececec; }
.news-list__item:last-child { border-bottom: 0; }

.news-list__link {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 26px 6px;
  color: inherit;
  text-decoration: none;
  transition: opacity .25s;
}
.news-list__link:hover { opacity: .65; }

.news-list__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}
.news-list__date {
  font-size: 15px;
  font-weight: 700;
  color: #888;
  letter-spacing: .02em;
}
.news-list__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}

/* カテゴリーアイコン（カテゴリー追加時はここを増やす） */
.news-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  padding: 5px 14px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
.news-cat--news { background: var(--yellow); color: #222; }

@media (max-width: 767px) {
  .page-news .sec-sub { padding: 30px 0 50px; }
  .page-news .sub-main { padding-bottom: 60px; }
  .news-inner { padding: 6px 20px 10px; border-radius: 12px; }
  .news-filter { padding: 16px 2px 16px; }
  .news-filter__row { display: block; }
  .news-filter__row + .news-filter__row { margin-top: 12px; }
  .news-filter__label { display: block; width: auto; margin-bottom: 7px; font-size: 12.5px; }
  .news-filter__pills { gap: 7px; }
  .news-pill { min-width: 0; padding: 5px 14px; font-size: 12.5px; }
  .news-list__link {
    display: block;
    padding: 20px 2px;
  }
  .news-list__meta { gap: 12px; }
  .news-list__date { font-size: 13px; }
  .news-cat { min-width: 86px; padding: 4px 10px; font-size: 12px; }
  .news-list__title { margin-top: 10px; font-size: 15px; line-height: 1.65; }
}

/* ============================================================
   使えるお店（body.page-shop）
   ============================================================ */
.page-shop .sub-lead { max-width: 900px; }

/* 登録件数パネル */
.shop-total {
  max-width: 720px;
  margin: 46px auto 0;
  padding: 26px 20px 22px;
  background: #fdf7e6;
  border-radius: 10px;
  text-align: center;
}
.shop-total__label { font-size: 20px; font-weight: 700; }
.shop-total__num {
  margin-top: 4px;
  font-size: 28px;
  font-weight: 900;
  color: #e8734a;
  line-height: 1.2;
}
.shop-total__num em { font-size: 62px; font-style: normal; letter-spacing: .01em; }
.shop-total__date { margin-top: 6px; font-size: 12px; color: #a3a3a3; }

/* 2カラム */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  margin-top: 72px;
}
.shop-block__title { margin-top: 0; font-size: 24px; }

.shop-card {
  margin-top: 26px;
  padding: 28px 30px 22px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
}
.shop-card__note { margin-top: 16px; font-size: 11px; color: #9c9c9c; line-height: 1.7; }

/* ---- ドーナツグラフ ---- */
.shop-card--donut {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
}
.shop-donut { flex-shrink: 0; width: 240px; }
.shop-donut__svg { display: block; width: 100%; height: auto; }
.shop-donut__rate { font-size: 11px; font-weight: 700; fill: #fff; }
.shop-donut__cap { font-size: 10px; fill: #8a8a8a; }
.shop-donut__total { font-size: 21px; font-weight: 900; fill: #333; }

.shop-legend { flex: 1; min-width: 220px; list-style: none; margin: 0; padding: 0; }
.shop-legend__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 2.3;
}
.shop-legend__mark { width: 10px; height: 10px; border-radius: 3px; flex-shrink: 0; }
.shop-legend__label { flex: 1; }
.shop-legend__count { width: 62px; text-align: right; }
.shop-legend__rate { width: 52px; text-align: right; }
.shop-card--donut .shop-card__note { width: 100%; margin-top: 4px; text-align: right; }

/* ---- 棒グラフ ---- */
.shop-card--bar { padding-bottom: 18px; }
.shop-bars__unit { font-size: 11px; color: #9c9c9c; }
.shop-bars {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  height: 210px;
  margin: 4px 0 0;
  padding: 0 0 0;
  list-style: none;
  border-bottom: 1px solid #dcdcdc;
}
.shop-bars__item {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.shop-bars__value {
  font-size: 12px;
  font-weight: 700;
  color: #3e7cc0;
  line-height: 1.2;
  margin-bottom: 4px;
}
.shop-bars__bar {
  display: block;
  width: 100%;
  background: #5197d6;
  border-radius: 2px 2px 0 0;
}
.shop-bars__label {
  position: absolute;
  top: 100%;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.shop-card--bar .shop-card__note { margin-top: 34px; }

/* PC/SPで注釈を出し分け（SPは上位10件のみ表示） */
.shop-note--sp { display: none; }

/* ---- アンケート ---- */
.shop-callout {
  padding: 16px 20px;
  background: #fdf7e6;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}
.shop-callout em { font-style: normal; }
.shop-rates { margin: 8px 0 0; padding: 0; list-style: none; }
.shop-rates__item {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 16px 4px;
  border-bottom: 1px solid #ececec;
}
.shop-rates__item:last-child { border-bottom: 0; }
.shop-rates__label { flex: 1; font-size: 15px; font-weight: 700; }
.shop-rates__rate { font-size: 26px; font-weight: 900; letter-spacing: .01em; }
.shop-rates__rate--coral { color: #E86A4D; }
.shop-rates__rate--blue { color: #2C93D5; }
.shop-rates__count { width: 62px; font-size: 12px; color: #9c9c9c; text-align: right; }

@media (max-width: 767px) {
  .shop-total { margin-top: 30px; padding: 20px 16px 18px; border-radius: 8px; }
  .shop-total__label { font-size: 15px; }
  .shop-total__num { font-size: 20px; }
  .shop-total__num em { font-size: 42px; }

  .shop-grid { grid-template-columns: 1fr; gap: 44px; margin-top: 46px; }
  .shop-block__title { font-size: 19px; }
  .shop-card { margin-top: 18px; padding: 20px 16px 16px; }

  .shop-card--donut { flex-direction: column; gap: 18px; }
  .shop-donut { width: 220px; }
  .shop-legend { width: 100%; min-width: 0; }
  .shop-legend__item { font-size: 12px; gap: 8px; }
  .shop-legend__count { width: 52px; }
  .shop-legend__rate { width: 46px; }
  .shop-card--donut .shop-card__note { text-align: left; }

  .shop-bars { height: 160px; gap: 5px; }
  .shop-bars__item--rest { display: none; }   /* SPは上位10件のみ表示 */
  .shop-note--pc { display: none; }
  .shop-note--sp { display: block; }
  .shop-bars__value { font-size: 10px; }
  .shop-bars__label { font-size: 10px; margin-top: 6px; }
  .shop-card--bar .shop-card__note { margin-top: 30px; }

  .shop-callout { padding: 14px 14px; font-size: 12.5px; line-height: 1.85; }
  .shop-rates__item { padding: 13px 2px; gap: 8px; }
  .shop-rates__label { font-size: 13px; }
  .shop-rates__rate { font-size: 20px; }
  .shop-rates__count { width: 48px; font-size: 11px; }
}
