/* 旅吉 個別レビューLP完全版：専用ドキュメントテンプレート用CSS */

.tkg-page {
  --tkg-bg: #faf9f6;
  --tkg-bg-deep: #e8f0f2;
  --tkg-ink: #17252d;
  --tkg-text: #344850;
  --tkg-sub: #60717a;
  --tkg-line: #d6e0e3;
  --tkg-white: #ffffff;
  --tkg-card: rgba(255, 255, 255, 0.96);
  --tkg-card-soft: #f5f8f8;
  --tkg-heading: #173a4a;
  --tkg-heading-text: #17252d;
  --tkg-title: #173a4a;
  --tkg-label: #e8f0f2;
  --tkg-accent: #c7a86a;
  --tkg-shadow: rgba(23, 58, 74, 0.13);
  --tkg-placeholder: #aebdc2;

  position: relative !important;
  isolation: isolate;
  display: block !important;
  width: 100%;
  max-width: none !important;
  min-width: 0;
  min-height: 1px;
  margin: 0 !important;
  overflow-x: clip;
  background:
    radial-gradient(circle at 90% 12%, rgba(126, 155, 168, 0.14), transparent 30%),
    radial-gradient(circle at 7% 64%, rgba(199, 168, 106, 0.08), transparent 24%),
    linear-gradient(180deg, #faf9f6 0%, #f7f8f6 52%, #e8f0f2 100%) !important;
  color: var(--tkg-ink);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  opacity: 1 !important;
  visibility: visible !important;
}

.tkg-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.16;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.76), transparent 28%),
    radial-gradient(circle at 86% 72%, rgba(126, 155, 168, 0.16), transparent 34%),
    radial-gradient(circle at 20% 82%, rgba(199, 168, 106, 0.07), transparent 26%);
}

.tkg-page *,
.tkg-page *::before,
.tkg-page *::after {
  box-sizing: border-box;
}

.tkg-page > section,
.tkg-page > header,
.tkg-page > div:not(.tkg-dynamic-bg):not(.tkg-progress) {
  position: relative;
  z-index: 2;
}

.tkg-page a {
  text-decoration: none;
}

.tkg-page img {
  max-width: 100%;
}

.tkg-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 48px;
}

.tkg-lead-grid,
.tkg-welcome-grid,
.tkg-section-block,
.tkg-list,
.tkg-compare-grid,
.tkg-summary-list,
.tkg-related-grid,
.tkg-related-feature,
.tkg-related-home,
.tkg-author-box,
.tkg-story-step {
  min-width: 0;
}

.tkg-lead-grid > *,
.tkg-welcome-grid > *,
.tkg-section-block > *,
.tkg-list > *,
.tkg-compare-grid > *,
.tkg-summary-list > *,
.tkg-related-grid > *,
.tkg-related-feature > *,
.tkg-related-home > *,
.tkg-author-box > *,
.tkg-story-step > * {
  min-width: 0;
}

/* 背景演出 */
.tkg-dynamic-bg {
  position: fixed !important;
  inset: -14vh -14vw;
  z-index: 1 !important;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.3;
  mix-blend-mode: multiply;
}

.tkg-bg-grain,
.tkg-bg-grid,
.tkg-bg-orb,
.tkg-bg-sweep {
  position: absolute;
  display: block;
}

.tkg-bg-grain {
  inset: 0;
  opacity: 0.11;
  background-image:
    radial-gradient(circle, rgba(49, 95, 109, 0.12) 0.7px, transparent 1.3px),
    radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.8px, transparent 1.5px);
  background-size: 21px 21px, 35px 35px;
  animation: tkgMistGrain 24s linear infinite;
}

.tkg-bg-grid {
  inset: 0;
  opacity: 0.09;
  background-image: radial-gradient(ellipse at center, rgba(95, 147, 166, 0.22) 0 1px, transparent 1.8px);
  background-size: 48px 34px;
  animation: tkgLakeDots 28s linear infinite;
}

.tkg-bg-orb {
  border-radius: 50%;
  filter: blur(2px);
}

.tkg-bg-orb.orb-1 {
  left: -7%;
  top: 7%;
  width: 44vw;
  height: 44vw;
  min-width: 330px;
  min-height: 330px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.62), rgba(166, 210, 218, 0.24) 38%, transparent 72%);
  animation: tkgMistOne 17s ease-in-out infinite alternate;
}

.tkg-bg-orb.orb-2 {
  right: -9%;
  top: 27%;
  width: 37vw;
  height: 37vw;
  min-width: 290px;
  min-height: 290px;
  background: radial-gradient(circle, rgba(218, 239, 241, 0.42), rgba(95, 147, 166, 0.17) 42%, transparent 74%);
  animation: tkgMistTwo 19s ease-in-out infinite alternate;
}

.tkg-bg-orb.orb-3 {
  left: 33%;
  bottom: -5%;
  width: 45vw;
  height: 45vw;
  min-width: 350px;
  min-height: 350px;
  background: radial-gradient(circle, rgba(120, 96, 143, 0.16), rgba(255, 255, 255, 0.3) 37%, transparent 74%);
  animation: tkgMistThree 21s ease-in-out infinite alternate;
}

.tkg-bg-sweep {
  top: -38%;
  left: -76%;
  width: 56%;
  height: 190%;
  opacity: 0.68;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.36) 43%, rgba(95, 147, 166, 0.13) 50%, rgba(255, 255, 255, 0.25) 58%, transparent 78%);
  transform: rotate(16deg);
  animation: tkgMorningLight 10.5s ease-in-out infinite;
}

/* 読了進捗 */
.tkg-progress {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: rgba(248, 251, 253, 0.18);
}

.tkg-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(248, 251, 253, 0.72), #101415 42%, #b8c1df);
  box-shadow: 0 0 14px rgba(142, 151, 200, 0.32);
  transition: width 0.12s linear;
}

/* 共通見出し・本文 */
.tkg-page .tkg-heading,
.tkg-page .tkg-card-title,
.tkg-page .tkg-hero-title,
.tkg-page .tkg-story-title {
  box-sizing: border-box !important;
  background-image: none !important;
  box-shadow: none;
  text-shadow: none !important;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif !important;
}

.tkg-heading-lg,
.tkg-heading-md {
  display: block !important;
  width: 100%;
  margin: 0 0 28px !important;
  background: transparent !important;
  color: var(--tkg-heading-text) !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  box-shadow: none !important;
  font-weight: 500 !important;
  line-height: 1.48 !important;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.tkg-heading-lg {
  padding: 0 0 4px !important;
  font-size: clamp(38px, 4vw, 54px) !important;
  letter-spacing: 0.05em !important;
}

.tkg-heading-md {
  padding: 0 0 4px !important;
  font-size: clamp(30px, 3.1vw, 42px) !important;
  letter-spacing: 0.04em !important;
}

.tkg-heading-lg::after,
.tkg-heading-md::after {
  content: "" !important;
  display: block !important;
  height: 1px;
  margin-top: 22px;
  background: var(--tkg-accent) !important;
}

.tkg-heading-lg::after {
  width: 88px;
}

.tkg-heading-md::after {
  width: 78px;
}

.tkg-heading-lg *,
.tkg-heading-md *,
.tkg-heading .tkg-head-line {
  color: inherit !important;
}

.tkg-head-line {
  display: block !important;
  width: max-content;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  white-space: nowrap;
}

.tkg-section-label,
.tkg-title-row > span,
.tkg-story-time,
.tkg-related-area,
.tkg-compare-tag,
.tkg-author-label,
.tkg-internal-compare__label {
  display: inline-block;
  width: max-content;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 0 0 10px;
  border: 0 !important;
  background: transparent !important;
  color: #9a7c42 !important;
  box-shadow: none !important;
  border-bottom: 1px solid var(--tkg-accent) !important;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0.2em;
}

.tkg-lead-text,
.tkg-section-text,
.tkg-welcome-text,
.tkg-booking-lead,
.tkg-related-lead,
.tkg-story-text,
.tkg-author-text {
  margin: 0;
  color: var(--tkg-text) !important;
  font-size: 15.5px;
  line-height: 2.1;
  letter-spacing: 0.03em;
}

.tkg-title-row {
  margin-bottom: 30px;
}

/* HERO */
.tkg-hero {
  position: relative !important;
  z-index: 3 !important;
  display: block !important;
  display: grid !important;
  grid-template-columns: minmax(420px, 43%) minmax(0, 57%);
  min-height: 820px;
  margin: 0 !important;
  overflow: hidden;
  isolation: isolate;
  background: var(--tkg-bg);
}

.tkg-hero-img {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
}

.tkg-hero-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--tkg-placeholder);
  filter: contrast(0.97) saturate(0.78) brightness(0.94);
  transform: scale(1.035);
  animation: tkgHeroZoom 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.tkg-hero-img.is-puyo-animating > img {
  opacity: 0;
  animation: none;
  transform: scale(1.035);
}

.tkg-hero-img.is-puyo-merging > img,
.tkg-hero-img.is-puyo-complete > img {
  animation: tkgHeroPuyoMergeReveal 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.tkg-hero-puyo-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.tkg-hero-puyo-blob {
  position: absolute;
  display: block;
  opacity: 1;
  border-radius: var(--tkg-puyo-radius, 52% 48% 55% 45% / 46% 54% 48% 52%);
  background-repeat: no-repeat;
  transform-origin: 50% 92%;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  filter: contrast(0.97) saturate(0.78) brightness(0.94);
  box-shadow:
    inset 10px 12px 18px rgba(255, 255, 255, 0.08),
    inset -10px -12px 20px rgba(4, 15, 28, 0.14),
    0 20px 34px rgba(10, 22, 34, 0.24);
  will-change: transform, opacity, filter, border-radius;
  animation: tkgHeroPuyoBlobDrop 1.06s cubic-bezier(0.18, 0.82, 0.22, 1.03) both;
  animation-delay: var(--tkg-puyo-delay);
  transition:
    transform 0.58s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.42s ease,
    filter 0.58s ease,
    border-radius 0.58s ease;
}

.tkg-hero-puyo-blob::after {
  content: "";
  position: absolute;
  width: 24%;
  height: 15%;
  top: 15%;
  left: 19%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  filter: blur(1.5px);
  transform: rotate(-24deg);
  opacity: 0.65;
}

.tkg-hero-puyo-layer.is-merging .tkg-hero-puyo-blob {
  animation: none;
  opacity: 0;
  border-radius: 30%;
  transform: translate3d(0, 0, 0) scale(1.55);
  filter: contrast(0.97) saturate(0.78) brightness(0.94) blur(9px);
  box-shadow: none;
}

@keyframes tkgHeroPuyoBlobDrop {
  0% {
    opacity: 0;
    transform: translate3d(0, var(--tkg-puyo-drop), 0) rotate(var(--tkg-puyo-rotate)) scaleX(0.72) scaleY(1.28);
  }
  9% {
    opacity: 1;
  }
  62% {
    opacity: 1;
    transform: translate3d(0, 7px, 0) rotate(var(--tkg-puyo-wobble-impact)) scaleX(1.19) scaleY(0.76);
  }
  75% {
    transform: translate3d(0, -11px, 0) rotate(var(--tkg-puyo-wobble)) scaleX(0.91) scaleY(1.10);
  }
  86% {
    transform: translate3d(0, 4px, 0) rotate(var(--tkg-puyo-wobble-rebound)) scaleX(1.07) scaleY(0.94);
  }
  94% {
    transform: translate3d(0, -2px, 0) rotate(var(--tkg-puyo-wobble-tail)) scaleX(0.98) scaleY(1.025);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@keyframes tkgHeroPuyoMergeReveal {
  0% {
    opacity: 0;
    transform: scale(1.065);
    filter: contrast(0.97) saturate(0.78) brightness(0.94) blur(5px);
  }
  100% {
    opacity: 1;
    transform: scale(1.035);
    filter: contrast(0.97) saturate(0.78) brightness(0.94) blur(0);
  }
}

.tkg-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  left: 43%;
  background: linear-gradient(90deg, rgba(250, 249, 246, 0.18), transparent 16%, rgba(23, 58, 74, 0.12));
}

.tkg-header {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5 !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  column-gap: clamp(56px, 6vw, 112px);
  height: 82px;
  padding: 0 4.5vw;
  border-bottom: 1px solid rgba(23, 58, 74, 0.12);
  background: rgba(250, 249, 246, 0.94);
  backdrop-filter: blur(12px);
  transition: height 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
}

.tkg-page.is-page-scrolled .tkg-header {
  position: fixed !important;
  height: 64px;
  background: rgba(250, 249, 246, 0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 32px rgba(23, 58, 74, 0.12);
}

.tkg-logo {
  color: var(--tkg-ink) !important;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-decoration: none !important;
}

.tkg-page.is-page-scrolled .tkg-logo {
  font-size: 16px;
  letter-spacing: 0.18em;
}

.tkg-global-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.7vw, 42px);
}

.tkg-global-nav a {
  position: relative;
  color: var(--tkg-ink) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.tkg-global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -10px;
  height: 1px;
  background: var(--tkg-accent);
  transition: right 0.3s ease;
}

.tkg-global-nav a:hover::after {
  right: 0;
}

.tkg-pr-disclosure {
  position: absolute !important;
  top: 94px;
  right: 28px;
  z-index: 7 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 44px);
  padding: 7px 11px;
  border: 1px solid rgba(199, 168, 106, 0.55);
  background: rgba(255, 255, 255, 0.9);
  color: var(--tkg-ink) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.08em;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  pointer-events: none;
}

.tkg-hero-copy {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  padding: 144px 5.5vw 174px 4.5vw;
  background: linear-gradient(135deg, #ffffff 0%, #faf9f6 74%, #edf3f4 100%);
  color: var(--tkg-ink);
}

.tkg-hero-copy small {
  display: block;
  margin-bottom: 16px;
  color: #9a7c42 !important;
  font-size: 10px;
  line-height: 1.9;
  letter-spacing: 0.24em;
  opacity: 0;
  transform: translateY(22px);
  animation: tkgFadeUp 1.1s ease 0.35s forwards;
}

.tkg-hero-title {
  margin: 0 !important;
  color: var(--tkg-ink) !important;
  font-size: clamp(42px, 4.3vw, 66px) !important;
  font-weight: 500 !important;
  line-height: 1.48 !important;
  letter-spacing: 0.055em !important;
  opacity: 0;
  transform: translateY(24px);
  animation: tkgFadeUp 1.1s ease 0.55s forwards;
}

.tkg-reserve {
  position: absolute !important;
  left: 4.5vw;
  bottom: 96px;
  z-index: 6;
  display: flex;
  align-items: center;
  width: 390px;
  max-width: calc(43% - 7vw);
  height: 66px;
  padding: 0 28px;
  overflow: hidden;
  background: var(--tkg-heading);
  color: var(--tkg-white) !important;
  box-shadow: 0 16px 36px rgba(23, 58, 74, 0.18);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.tkg-reserve::after {
  content: "→";
  margin-left: auto;
  font-size: 18px;
}

.tkg-scroll {
  position: absolute;
  right: 24px;
  bottom: 132px;
  z-index: 5;
  width: 1px;
  height: 110px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  transition: opacity 0.2s linear;
}

.tkg-page.is-page-scrolled .tkg-scroll {
  opacity: 0;
}

.tkg-scroll::before {
  content: "";
  position: absolute;
  top: -52px;
  left: 0;
  width: 1px;
  height: 52px;
  background: var(--tkg-white);
  animation: tkgScroll 2.3s ease-in-out infinite;
}

.tkg-hero-location {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin-top: 24px;
  padding: 10px 14px;
  border: 1px solid rgba(199, 168, 106, 0.56);
  border-radius: 8px;
  color: var(--tkg-sub) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.tkg-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
  color: var(--tkg-sub);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.7;
}

.tkg-hero-trust span::before {
  content: "✓";
  margin-right: 7px;
  color: #9a7c42;
}

.tkg-hero-platforms {
  position: absolute;
  left: 4.5vw;
  bottom: 34px;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 390px;
  max-width: calc(43% - 7vw);
  border: 1px solid var(--tkg-line);
  background: rgba(255, 255, 255, 0.72);
}

.tkg-hero-platforms span {
  padding: 12px 5px;
  border-right: 1px solid var(--tkg-line);
  color: var(--tkg-sub);
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.tkg-hero-platforms span:last-child {
  border-right: 0;
}

.tkg-mobile-booking {
  display: none;
}

.tkg-proof-strip {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 26px max(4.5vw, 24px);
  background: var(--tkg-bg-deep);
}

.tkg-proof-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 54px;
  padding: 0 16px;
  border-right: 1px solid rgba(23, 58, 74, 0.16);
  color: var(--tkg-sub);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}

.tkg-proof-item:last-child {
  border-right: 0;
}

.tkg-proof-item::before {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(23, 58, 74, 0.26);
  border-radius: 50%;
  color: #9a7c42;
  font-size: 14px;
}

.tkg-proof-item:nth-child(1)::before { content: "✓"; }
.tkg-proof-item:nth-child(2)::before { content: "¥"; }
.tkg-proof-item:nth-child(3)::before { content: "◎"; }
.tkg-proof-item:nth-child(4)::before { content: "!"; }

/* 画像共通 */
.tkg-photo-large,
.tkg-photo-small,
.tkg-wide-photo,
.tkg-section-photo,
.tkg-list-photo,
.tkg-story-photo {
  position: relative;
  overflow: hidden;
  background: var(--tkg-placeholder);
}

.tkg-photo-large img,
.tkg-photo-small img,
.tkg-wide-photo img,
.tkg-section-photo img,
.tkg-list-photo img,
.tkg-story-photo img {
  display: block;
  width: 100%;
  object-fit: cover;
  background: var(--tkg-placeholder);
  filter: contrast(0.94) saturate(0.72) brightness(0.9);
  transition: transform 0.55s ease, filter 0.5s ease;
}

.tkg-photo-large:hover img,
.tkg-photo-small:hover img,
.tkg-wide-photo:hover img,
.tkg-section-photo:hover img,
.tkg-list-photo:hover img,
.tkg-story-photo:hover img {
  transform: scale(1.035);
  filter: contrast(0.96) saturate(0.78) brightness(0.94);
}

/* 導入 */
.tkg-lead {
  padding: 108px 0 72px;
  background-color: var(--tkg-bg);
}

.tkg-lead-grid,
.tkg-welcome-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(62px, 7vw, 104px);
  align-items: center;
}

.tkg-photo-stack {
  position: relative;
  min-height: 520px;
  margin-top: 0;
}

.tkg-photo-large {
  width: 74%;
  margin-left: auto;
  border-radius: 22px;
  box-shadow: 0 24px 58px var(--tkg-shadow);
}

.tkg-photo-small {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 42%;
  border: 8px solid var(--tkg-bg);
  border-radius: 16px;
  box-shadow: 0 18px 44px var(--tkg-shadow);
}

.tkg-photo-large img {
  aspect-ratio: 4 / 5.45;
}

.tkg-photo-small img {
  aspect-ratio: 4 / 3.1;
}

/* 地図 */


/* WELCOME */
.tkg-welcome {
  padding: 96px 0 108px;
  background-color: var(--tkg-bg);
}

.tkg-wide-photo {
  height: clamp(330px, 34vw, 430px);
  margin: 0;
  border-radius: 22px;
  box-shadow: 0 22px 54px var(--tkg-shadow);
}

.tkg-wide-photo img {
  height: 100%;
}

/* 通常レビューセクション */
.tkg-section {
  padding: 32px 0 76px;
  background-color: var(--tkg-bg);
}

.tkg-section-block {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(64px, 7vw, 110px);
  align-items: start;
  margin: 106px 0;
}

.tkg-section-block.reverse {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
}

.tkg-section-block.reverse .tkg-section-copy {
  order: 2;
}

.tkg-section-block.reverse .tkg-section-photo {
  order: 1;
}

.tkg-section-copy .tkg-heading-md {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}

.tkg-section-photo {
  width: 100%;
  height: clamp(310px, 30vw, 390px);
  margin-top: 0;
  border-radius: 22px;
  box-shadow: 0 22px 58px var(--tkg-shadow);
}

.tkg-section-photo img {
  height: 100%;
  object-position: center;
}

/* 特徴カード */
.tkg-hotel {
  margin-top: 18px;
  padding: 104px 0 116px;
  background-color: var(--tkg-bg-deep);
}

.tkg-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.tkg-list-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 58, 74, 0.1);
  border-radius: 18px;
  background: var(--tkg-card);
  box-shadow: 0 16px 42px rgba(23, 58, 74, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.tkg-list-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 58px rgba(23, 58, 74, 0.14);
}

.tkg-list-photo img {
  aspect-ratio: 16 / 10.5;
}

.tkg-list-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 20px 26px;
}

.tkg-list-body small,
.tkg-summary-item small {
  display: block;
  margin-bottom: 12px;
  color: var(--tkg-sub) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.26em;
}

.tkg-card-title {
  margin: 0 0 14px !important;
  color: var(--tkg-title) !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.045em !important;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.tkg-list-body p,
.tkg-summary-item p,
.tkg-faq-item p {
  margin: 0 0 22px;
  color: var(--tkg-text) !important;
  font-size: 15px;
  line-height: 2.05;
  letter-spacing: 0.03em;
}

.tkg-list-body .tkg-black-btn {
  margin-top: auto;
}

/* ボタン共通 */
.tkg-black-btn,
.tkg-aff-btn,
.tkg-white-btn,
.tkg-related-main-btn,
.tkg-related-home-btn,
.tkg-author-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 10px 18px;
  overflow: hidden;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.12em;
  text-align: center;
  transition: opacity 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.tkg-black-btn,
.tkg-aff-btn,
.tkg-related-home-btn,
.tkg-author-link {
  background: var(--tkg-heading);
  color: var(--tkg-white) !important;
}

.tkg-white-btn,
.tkg-related-main-btn {
  background: var(--tkg-white);
  color: var(--tkg-ink) !important;
}

.tkg-black-btn::after,
.tkg-aff-btn::after,
.tkg-white-btn::after,
.tkg-related-main-btn::after,
.tkg-related-home-btn::after,
.tkg-author-link::after {
  content: "→";
  margin-left: 14px;
}

.tkg-black-btn:hover,
.tkg-aff-btn:hover,
.tkg-white-btn:hover,
.tkg-related-main-btn:hover,
.tkg-related-home-btn:hover,
.tkg-author-link:hover,
.tkg-reserve:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(23, 58, 74, 0.2);
}

/* 一日の流れ */
.tkg-day {
  position: relative;
  padding: 104px 0 116px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 8%, rgba(248, 251, 253, 0.92), transparent 30%),
    linear-gradient(180deg, #f8faf9 0%, #e8f0f2 48%, #f8faf9 100%);
}

.tkg-day::before {
  content: "";
  position: absolute;
  top: 120px;
  right: -170px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(16, 20, 21, 0.12);
  border-radius: 50%;
  pointer-events: none;
  animation: tkgDayFloat 9s ease-in-out infinite alternate;
}

.tkg-day .tkg-inner {
  position: relative;
  z-index: 2;
}

.tkg-day-nav {
  position: sticky;
  top: 66px;
  z-index: 25;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  margin: 34px 0 42px;
  overflow: hidden;
  border-top: 1px solid var(--tkg-line);
  border-bottom: 1px solid var(--tkg-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
}

.tkg-day-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 62px;
  padding: 0 8px;
  border-right: 1px solid var(--tkg-line);
  color: var(--tkg-ink) !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
  white-space: nowrap;
  transition: background 0.35s ease, color 0.35s ease, letter-spacing 0.35s ease;
}

.tkg-day-nav a:last-child {
  border-right: 0;
}

.tkg-day-nav a.is-active {
  background: var(--tkg-ink);
  color: var(--tkg-white) !important;
  letter-spacing: 0.12em;
}

.tkg-day-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: var(--tkg-white);
  transform: translateX(-50%);
  transition: width 0.35s ease;
}

.tkg-day-nav a.is-active::after {
  width: 100%;
}

.tkg-day-story {
  position: relative;
  margin-top: 44px;
}

.tkg-day-story::before {
  display: none;
}

.tkg-story-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(40px, 5vw, 64px);
  align-items: start;
  min-height: 0;
  margin: 0 0 72px;
  padding: 0;
  opacity: 1;
}

.tkg-story-step:last-child {
  margin-bottom: 34px;
}

.tkg-story-step:nth-child(odd) .tkg-story-photo {
  order: 1;
}

.tkg-story-step:nth-child(odd) .tkg-story-copy {
  order: 2;
}

.tkg-story-step:nth-child(even) .tkg-story-copy {
  order: 1;
}

.tkg-story-step:nth-child(even) .tkg-story-photo {
  order: 2;
}

.tkg-story-step::before,
.tkg-story-step::after {
  display: none;
}

.tkg-story-photo {
  width: 100%;
  height: clamp(300px, 31vw, 420px);
  margin: 0;
  border-radius: 20px;
  box-shadow: 0 28px 72px rgba(23, 58, 74, 0.15);
}

.tkg-story-photo img {
  height: 100%;
  object-position: center;
}

.tkg-story-copy {
  margin: 0;
  padding: 28px 26px 30px;
  border: 1px solid rgba(23, 58, 74, 0.1);
  border-left: 4px solid var(--tkg-accent);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(23, 58, 74, 0.08);
  backdrop-filter: blur(10px);
}

.tkg-story-step.is-current .tkg-story-copy {
  box-shadow: 0 18px 44px rgba(16, 20, 21, 0.12);
}

.tkg-story-title {
  margin: 0 0 14px !important;
  color: var(--tkg-title) !important;
  font-size: clamp(21px, 2.4vw, 30px) !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  letter-spacing: 0.032em !important;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.tkg-story-title *,
.tkg-story-title .tkg-head-line {
  color: var(--tkg-title) !important;
}

.tkg-day-ending {
  max-width: 760px;
  margin: 18px auto 0;
  padding: 34px 38px 36px;
  border-radius: 18px;
  background: var(--tkg-heading);
  color: var(--tkg-white);
  box-shadow: 0 18px 44px rgba(17, 18, 17, 0.18);
  text-align: center;
}

.tkg-day-ending p {
  margin: 0;
  color: rgba(248, 251, 253, 0.86) !important;
  font-size: 15px;
  line-height: 2.05;
  letter-spacing: 0.04em;
}

/* SEO・基本情報 */
.tkg-seo-box {
  padding: 96px 0 106px;
  background-color: var(--tkg-bg-deep);
}

.tkg-info-table {
  width: 100%;
  margin-top: 32px;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--tkg-text);
  font-size: 14.5px;
  line-height: 1.8;
}

.tkg-info-table th,
.tkg-info-table td {
  padding: 20px 22px;
  border: 1px solid rgba(31, 58, 74, 0.18);
  vertical-align: top;
  text-align: left;
}

.tkg-info-table th {
  width: 34%;
  background: var(--tkg-heading);
  color: var(--tkg-white) !important;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.tkg-info-table td {
  background: rgba(255, 255, 255, 0.9);
  color: var(--tkg-text) !important;
}

.tkg-summary-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.tkg-summary-item {
  min-width: 0;
  padding: 24px 20px;
  border: 1px solid rgba(23, 58, 74, 0.1);
  border-top: 3px solid var(--tkg-accent);
  border-radius: 14px;
  background: var(--tkg-card);
  box-shadow: 0 12px 34px rgba(23, 58, 74, 0.06);
}

/* 予約比較 */
.tkg-booking-compare {
  position: relative;
  padding: 104px 0 116px;
  overflow: hidden;
  background-color: var(--tkg-bg);
}

.tkg-booking-compare::after {
  content: "";
  position: absolute;
  top: 44px;
  right: -140px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(16, 20, 21, 0.08);
  border-radius: 50%;
  pointer-events: none;
  animation: tkgFloatCircle 12s ease-in-out infinite alternate;
}

.tkg-booking-lead {
  margin-bottom: 34px;
}

.tkg-compare-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 28px;
}

.tkg-compare-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: 24px 22px 26px;
  border: 1px solid rgba(23, 58, 74, 0.11);
  border-radius: 16px;
  background: var(--tkg-card);
  box-shadow: 0 14px 34px rgba(23, 58, 74, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.tkg-compare-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(23, 58, 74, 0.14);
}

.tkg-compare-card.is-recommend {
  border-top: 4px solid var(--tkg-accent);
  border-left: 1px solid rgba(23, 58, 74, 0.11);
}

.tkg-compare-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.tkg-compare-name {
  min-width: 0;
  color: var(--tkg-title) !important;
  font-size: 20px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}

.tkg-compare-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--tkg-heading);
  color: var(--tkg-white) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.tkg-compare-text {
  margin: 0 0 18px;
  color: var(--tkg-text) !important;
  font-size: 14.5px;
  line-height: 1.95;
  letter-spacing: 0.03em;
}

.tkg-compare-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.tkg-compare-list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
  color: var(--tkg-text) !important;
  font-size: 13.5px;
  line-height: 1.8;
}

.tkg-compare-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 7px;
  height: 1px;
  background: var(--tkg-ink);
}

.tkg-compare-card .tkg-aff-btn {
  margin-top: auto;
}

.tkg-agoda-logo,
.tkg-vc-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 96px !important;
  min-height: 96px !important;
  margin: 0 auto 24px !important;
  padding: 10px 12px !important;
  overflow: hidden !important;
  border: 1px solid rgba(23, 58, 74, 0.1) !important;
  border-radius: 10px;
  background: rgba(247, 251, 255, 0.88) !important;
  text-align: center !important;
}

.tkg-vc-logo noscript,
.tkg-vc-logo a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
}

.tkg-agoda-logo img {
  display: block !important;
  width: 142px !important;
  max-width: 100% !important;
  height: 76px !important;
  max-height: 76px !important;
  margin: 0 auto !important;
  border: 0 !important;
  background: transparent !important;
  object-fit: contain !important;
}

.tkg-vc-logo img,
.tkg-vc-logo iframe,
.tkg-vc-logo object,
.tkg-vc-logo embed {
  display: block !important;
  width: 164px !important;
  max-width: 100% !important;
  height: 72px !important;
  max-height: 72px !important;
  margin: 0 auto !important;
  border: 0 !important;
  background: transparent !important;
  object-fit: contain !important;
}




/* ValueCommerceの自由テキスト広告（1×1計測画像）を空白ロゴ枠にしない。 */
.tkg-vc-logo--wordmark {
  color: inherit !important;
  text-decoration: none !important;
}

.tkg-vc-wordmark {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  max-width: 100%;
  line-height: 1;
  white-space: nowrap;
}

.tkg-vc-wordmark__main {
  color: #e45b2c;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(25px, 2.15vw, 34px);
  font-weight: 800;
  letter-spacing: -0.07em;
}

.tkg-vc-wordmark__net {
  color: #8a5c18;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.15vw, 20px);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tkg-vc-logo--jalan:hover .tkg-vc-wordmark,
.tkg-vc-logo--jalan:focus-visible .tkg-vc-wordmark {
  transform: translateY(-1px);
}

.tkg-aff-tracking-pixel {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.tkg-compare-note {
  margin-top: 28px;
  padding: 18px;
  border-left: 4px solid #21485a;
  background: rgba(238, 246, 251, 0.86);
  color: var(--tkg-text) !important;
  font-size: 13.5px;
  line-height: 1.9;
}

/* 関連記事 */
.tkg-related {
  position: relative;
  padding: 104px 0 116px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(248, 251, 253, 0.96), transparent 31%),
    linear-gradient(180deg, #e6eef3 0%, var(--tkg-bg) 48%, var(--tkg-bg-deep) 100%);
}

.tkg-related::before {
  content: "";
  position: absolute;
  right: -190px;
  top: 72px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(142, 151, 200, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.tkg-related::after {
  content: "";
  position: absolute;
  left: -160px;
  bottom: 70px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(248, 251, 253, 0.42);
  pointer-events: none;
}

.tkg-related .tkg-inner {
  position: relative;
  z-index: 2;
}

.tkg-related-lead {
  max-width: 820px;
  margin-bottom: 36px;
}

.tkg-related-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 24px;
  align-items: end;
  margin: 0 0 22px;
  padding: 42px 36px 38px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 48%), var(--tkg-heading);
  color: var(--tkg-white);
  box-shadow: 0 26px 70px rgba(17, 18, 17, 0.18);
}

.tkg-related-feature::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 24px;
  height: 1px;
  background: linear-gradient(90deg, rgba(142, 151, 200, 0.72), transparent 72%);
}

.tkg-related-feature::after {
  content: "";
  position: absolute;
  right: -112px;
  bottom: -134px;
  width: 286px;
  height: 286px;
  border: 1px solid rgba(142, 151, 200, 0.18);
  border-radius: 50%;
  background: rgba(142, 151, 200, 0.13);
}

.tkg-related-feature small {
  display: inline-block;
  margin-bottom: 16px;
  color: #b8c1df !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.25em;
}

.tkg-related-feature h3 {
  margin: 0 0 12px !important;
  color: var(--tkg-white) !important;
  font-size: clamp(26px, 3vw, 38px) !important;
  line-height: 1.42 !important;
  letter-spacing: 0.035em !important;
}

.tkg-related-feature p {
  max-width: 720px;
  margin: 0;
  color: rgba(248, 251, 253, 0.84) !important;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.035em;
}

.tkg-related-main-btn {
  position: relative;
  z-index: 2;
  min-height: 58px;
}

.tkg-related-home {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin: 0 0 34px;
  padding: 22px 24px;
  overflow: hidden;
  border: 1px solid rgba(31, 58, 74, 0.12);
  border-left: 4px solid var(--tkg-accent);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--tkg-text) !important;
  box-shadow: 0 16px 42px rgba(16, 20, 21, 0.08);
}

.tkg-related-home::before {
  content: "HOME";
  display: inline-flex;
  width: max-content;
  padding: 5px 9px;
  background: var(--tkg-label);
  color: var(--tkg-ink);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.tkg-related-home-title {
  display: block;
  margin: 0 0 8px;
  color: var(--tkg-title) !important;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.035em;
}

.tkg-related-home-text {
  display: block;
  margin: 0;
  color: var(--tkg-text) !important;
  font-size: 14.5px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.tkg-related-home-btn {
  min-height: 50px;
  white-space: nowrap;
}

.tkg-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.tkg-related-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 24px 20px 22px;
  overflow: hidden;
  border: 1px solid rgba(31, 58, 74, 0.12);
  border-top: 4px solid var(--tkg-accent);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--tkg-text) !important;
  box-shadow: 0 16px 38px rgba(16, 20, 21, 0.08);
  transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.tkg-related-card::before {
  content: "";
  position: absolute;
  right: -54px;
  top: -64px;
  width: 142px;
  height: 142px;
  border: 1px solid rgba(127, 164, 196, 0.28);
  border-radius: 50%;
}

.tkg-related-card:hover {
  transform: translateY(-3px);
  background: rgba(247, 251, 255, 0.98);
  box-shadow: 0 24px 54px rgba(16, 20, 21, 0.13);
}

.tkg-related-card h3 {
  margin: 0 0 12px !important;
  color: var(--tkg-title) !important;
  font-size: 20px !important;
  line-height: 1.58 !important;
  letter-spacing: 0.02em !important;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.tkg-related-card p {
  margin: 0 0 22px;
  color: var(--tkg-text) !important;
  font-size: 14.2px;
  line-height: 1.96;
  letter-spacing: 0.025em;
}

.tkg-related-card strong {
  margin-top: auto;
  color: var(--tkg-ink) !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.tkg-related-card strong::after {
  content: "→";
  margin-left: 10px;
}

/* 内部リンク比較表 */
.tkg-internal-compare {
  margin: 36px 0 34px;
  padding: 28px 24px 30px;
  border: 1px solid rgba(31, 58, 74, 0.13);
  border-top: 5px solid var(--tkg-accent);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(16, 20, 21, 0.09);
}

.tkg-internal-compare__title {
  margin: 0 0 12px !important;
  color: var(--tkg-title) !important;
  font-size: clamp(23px, 2.8vw, 32px) !important;
  line-height: 1.5 !important;
  letter-spacing: 0.025em !important;
}

.tkg-internal-compare__lead,
.tkg-internal-compare__note {
  margin: 0;
  color: var(--tkg-text) !important;
  font-size: 14.5px;
  line-height: 1.95;
  letter-spacing: 0.025em;
}

.tkg-internal-compare__wrap {
  width: 100%;
  margin: 22px 0 18px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tkg-internal-compare__table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  background: rgba(248, 251, 253, 0.96);
  font-size: 13.5px;
  line-height: 1.75;
}

.tkg-internal-compare__table th,
.tkg-internal-compare__table td {
  padding: 14px 13px;
  border: 1px solid rgba(31, 58, 74, 0.16);
  vertical-align: top;
  text-align: left;
}

.tkg-internal-compare__table th {
  background: var(--tkg-heading);
  color: var(--tkg-white) !important;
  font-weight: 800;
  letter-spacing: 0.045em;
  white-space: nowrap;
}

.tkg-internal-compare__table td {
  color: var(--tkg-text) !important;
}

.tkg-internal-compare__table a {
  color: #1c5368 !important;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* FAQ */
.tkg-faq {
  padding: 96px 0 106px;
  background-color: var(--tkg-bg);
}

.tkg-faq-item {
  position: relative;
  padding: 30px 58px 30px 22px;
  border-top: 1px solid var(--tkg-line);
}

.tkg-faq-item::after {
  content: "+";
  position: absolute;
  top: 30px;
  right: 20px;
  color: var(--tkg-accent);
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.tkg-faq-item:last-child {
  border-bottom: 1px solid var(--tkg-line);
}

/* 著者 */
.tkg-author-profile {
  position: relative;
  padding: 96px 0 106px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(248, 251, 253, 0.94), transparent 32%),
    linear-gradient(180deg, var(--tkg-bg-deep) 0%, var(--tkg-bg) 100%);
}

.tkg-author-profile::before {
  content: "";
  position: absolute;
  right: -160px;
  top: 58px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(142, 151, 200, 0.22);
  border-radius: 50%;
}

.tkg-author-box {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 34px 36px 36px;
  border: 1px solid rgba(31, 58, 74, 0.12);
  border-left: 5px solid var(--tkg-accent);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 56px rgba(16, 20, 21, 0.1);
}

.tkg-author-img {
  width: 138px;
  height: 138px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--tkg-label);
  box-shadow: 0 14px 34px rgba(16, 20, 21, 0.16);
}

.tkg-author-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tkg-author-name {
  margin: 0 0 10px;
  color: var(--tkg-title) !important;
  font-size: 24px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.05em;
}

.tkg-author-role {
  margin: 0 0 18px;
  color: var(--tkg-sub) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.tkg-author-text {
  margin-bottom: 20px;
}

.tkg-author-points {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.tkg-author-points li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 18px;
  color: var(--tkg-text) !important;
  font-size: 13.5px;
  line-height: 1.85;
  letter-spacing: 0.03em;
}

.tkg-author-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.82em;
  width: 7px;
  height: 1px;
  background: var(--tkg-ink);
}

.tkg-author-link {
  width: auto;
  min-width: 260px;
}

/* FINAL */
.tkg-final {
  position: relative !important;
  z-index: 3 !important;
  padding: 110px 0 116px;
  overflow: hidden;
  background: #102b37;
  color: var(--tkg-white);
  text-align: center;
}

.tkg-final::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent 56%);
  animation: tkgLight 9s ease-in-out infinite alternate;
}

.tkg-final .tkg-inner {
  position: relative;
  z-index: 2;
}

.tkg-final .tkg-heading-lg {
  border-top: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  color: var(--tkg-white) !important;
}

.tkg-final .tkg-heading-lg::after {
  background: var(--tkg-white) !important;
}

.tkg-final p {
  max-width: 680px;
  margin: 0 auto 32px;
  color: rgba(248, 251, 253, 0.84) !important;
  font-size: 15px;
  line-height: 2.05;
  letter-spacing: 0.04em;
}

.tkg-white-btn {
  max-width: 360px;
  min-height: 60px;
  margin: 0 auto;
}

.tkg-footer-policy-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(248, 251, 253, 0.22);
}

.tkg-footer-policy-links a {
  color: rgba(248, 251, 253, 0.82) !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.tkg-footer-policy-links a:hover {
  color: var(--tkg-white) !important;
  text-decoration: underline;
}

/* 表示アニメーション */
.tkg-reveal {
  opacity: 1;
  transform: none;
}

.tkg-page.tkg-js .tkg-reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--tkg-delay, 0s);
}

.tkg-page.tkg-js .tkg-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.tkg-page.tkg-js .tkg-section-block.tkg-reveal,
.tkg-page.tkg-js .tkg-photo-stack.tkg-reveal,
.tkg-page.tkg-js .tkg-story-step.tkg-reveal,
.tkg-page.tkg-js .tkg-title-row.tkg-reveal {
  opacity: 1;
  transform: none;
}

.tkg-section-block .tkg-section-copy,
.tkg-section-block .tkg-section-photo,
.tkg-photo-stack .tkg-photo-large,
.tkg-photo-stack .tkg-photo-small,
.tkg-story-step .tkg-story-photo,
.tkg-story-step .tkg-story-copy,
.tkg-title-row > span,
.tkg-title-row .tkg-heading {
  opacity: 1;
  transform: none;
}

.tkg-page.tkg-js .tkg-section-block .tkg-section-copy,
.tkg-page.tkg-js .tkg-section-block .tkg-section-photo,
.tkg-page.tkg-js .tkg-photo-stack .tkg-photo-large,
.tkg-page.tkg-js .tkg-photo-stack .tkg-photo-small,
.tkg-page.tkg-js .tkg-story-step .tkg-story-photo,
.tkg-page.tkg-js .tkg-story-step .tkg-story-copy,
.tkg-page.tkg-js .tkg-title-row > span,
.tkg-page.tkg-js .tkg-title-row .tkg-heading {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.tkg-page.tkg-js .tkg-section-block.is-visible .tkg-section-copy,
.tkg-page.tkg-js .tkg-section-block.is-visible .tkg-section-photo,
.tkg-page.tkg-js .tkg-photo-stack.is-visible .tkg-photo-large,
.tkg-page.tkg-js .tkg-photo-stack.is-visible .tkg-photo-small,
.tkg-page.tkg-js .tkg-story-step.is-visible .tkg-story-photo,
.tkg-page.tkg-js .tkg-story-step.is-visible .tkg-story-copy,
.tkg-page.tkg-js .tkg-title-row.is-visible > span,
.tkg-page.tkg-js .tkg-title-row.is-visible .tkg-heading {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.tkg-page.tkg-js .tkg-photo-stack .tkg-photo-small,
.tkg-page.tkg-js .tkg-section-block .tkg-section-photo,
.tkg-page.tkg-js .tkg-story-step .tkg-story-photo {
  transition-delay: 0.1s;
}

/* アニメーション定義 */
@keyframes tkgFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tkgHeroZoom {
  to {
    transform: scale(1);
  }
}

@keyframes tkgScroll {
  from {
    top: -52px;
  }
  to {
    top: 120px;
  }
}

@keyframes tkgLight {
  from {
    transform: translate(-7%, -7%);
  }
  to {
    transform: translate(7%, 7%);
  }
}

@keyframes tkgMistGrain {
  from {
    background-position: 0 0, 8px 11px;
  }
  to {
    background-position: 44px 60px, -30px 46px;
  }
}

@keyframes tkgLakeDots {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 96px 68px;
  }
}

@keyframes tkgMistOne {
  from {
    transform: translate3d(-5%, -3%, 0) scale(1);
    opacity: 0.62;
  }
  to {
    transform: translate3d(13%, 10%, 0) scale(1.15);
    opacity: 0.9;
  }
}

@keyframes tkgMistTwo {
  from {
    transform: translate3d(5%, 2%, 0) scale(1);
    opacity: 0.56;
  }
  to {
    transform: translate3d(-14%, 14%, 0) scale(1.18);
    opacity: 0.84;
  }
}

@keyframes tkgMistThree {
  from {
    transform: translate3d(-6%, 8%, 0) scale(1.04);
    opacity: 0.5;
  }
  to {
    transform: translate3d(10%, -9%, 0) scale(1.16);
    opacity: 0.8;
  }
}

@keyframes tkgMorningLight {
  0% {
    left: -86%;
    opacity: 0;
  }
  18% {
    opacity: 0.62;
  }
  54% {
    opacity: 0.54;
  }
  100% {
    left: 132%;
    opacity: 0;
  }
}

@keyframes tkgDayFloat {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  to {
    transform: translate3d(-38px, 34px, 0) rotate(8deg);
  }
}

@keyframes tkgFloatCircle {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(-44px, 36px, 0) scale(1.08);
  }
}


/* タブレット */
@media (max-width: 1099px) {
  .tkg-inner {
    padding-right: 40px;
    padding-left: 40px;
  }

  .tkg-lead-grid,
  .tkg-welcome-grid,
  .tkg-section-block,
  .tkg-section-block.reverse {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 48px;
  }

  .tkg-section-block.reverse .tkg-section-copy {
    order: 2;
  }

  .tkg-section-block.reverse .tkg-section-photo {
    order: 1;
  }

  

  .tkg-list,
  .tkg-compare-grid,
  .tkg-related-grid {
    gap: 22px;
  }

  .tkg-global-nav {
    gap: 18px;
  }

  .tkg-global-nav a:nth-child(2),
  .tkg-global-nav a:nth-child(3) {
    display: none;
  }
}

@media (max-width: 899px) {
  .tkg-inner {
    padding-right: 28px;
    padding-left: 28px;
  }

  .tkg-lead-grid,
  .tkg-welcome-grid,
  .tkg-section-block,
  .tkg-section-block.reverse,
  .tkg-related-feature,
  .tkg-related-home,
  .tkg-author-box {
    grid-template-columns: minmax(0, 1fr);
  }

  .tkg-section-block.reverse .tkg-section-copy,
  .tkg-section-block.reverse .tkg-section-photo {
    order: initial;
  }

  .tkg-photo-stack {
    min-height: 500px;
    margin-top: 36px;
  }

  

  .tkg-section-block,
  .tkg-section-block.reverse {
    gap: 24px;
    margin: 64px 0;
  }

  .tkg-section-copy .tkg-heading-md {
    min-height: 0;
  }

  .tkg-section-photo,
  .tkg-wide-photo,
  .tkg-story-photo {
    height: auto;
    margin-top: 24px;
  }

  .tkg-section-photo img,
  .tkg-wide-photo img,
  .tkg-story-photo img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .tkg-list,
  .tkg-compare-grid,
  .tkg-summary-list,
  .tkg-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tkg-related-feature {
    align-items: stretch;
  }

  .tkg-related-main-btn {
    width: 100%;
  }

  .tkg-related-home {
    gap: 18px;
  }

  .tkg-related-home-btn {
    width: 100%;
  }

  .tkg-author-box {
    text-align: left;
  }

  .tkg-author-img {
    margin: 0 auto;
  }

  .tkg-author-link {
    width: 100%;
  }

  .tkg-story-step,
  .tkg-story-step:nth-child(even) {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 42px;
  }

  .tkg-story-step:nth-child(odd) .tkg-story-photo,
  .tkg-story-step:nth-child(odd) .tkg-story-copy,
  .tkg-story-step:nth-child(even) .tkg-story-photo,
  .tkg-story-step:nth-child(even) .tkg-story-copy {
    order: initial;
  }

  .tkg-story-photo {
    margin: 0;
  }

  .tkg-story-copy {
    padding: 24px 20px 26px;
  }
}

/* スマホ */
@media (max-width: 768px) {
  .tkg-page {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    overflow-x: hidden;
    padding-bottom: 68px;
  }

  .tkg-page::before {
    opacity: 0.16;
  }

  .tkg-inner {
    width: 100%;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .tkg-dynamic-bg {
    inset: -10vh -10vw;
    opacity: 0.18;
  }

  .tkg-bg-orb.orb-1 {
    left: -28%;
    width: 88vw;
    height: 88vw;
  }

  .tkg-bg-orb.orb-2 {
    right: -30%;
    width: 80vw;
    height: 80vw;
  }

  .tkg-bg-orb.orb-3 {
    left: 4%;
    width: 90vw;
    height: 90vw;
  }

  .tkg-header,
  .tkg-page.is-page-scrolled .tkg-header {
    height: 62px;
    padding: 0 16px;
  }

  .tkg-logo,
  .tkg-page.is-page-scrolled .tkg-logo {
    font-size: 17px;
    letter-spacing: 0.16em;
  }

  .tkg-global-nav {
    display: none;
  }

  .tkg-pr-disclosure {
    top: 72px;
    right: 14px;
    max-width: calc(100% - 28px);
    padding: 6px 8px;
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: 0.04em;
    white-space: normal;
  }

  .tkg-hero {
    display: flex !important;
    flex-direction: column;
    min-height: 0;
  }

  .tkg-hero-img {
    order: 1;
    width: 100%;
    height: 58vw;
    min-height: 280px;
  }

  .tkg-hero-img img {
    min-height: 100%;
    object-position: center;
  }

  .tkg-hero::after {
    left: 0;
    bottom: auto;
    height: 58vw;
    min-height: 280px;
    background: linear-gradient(180deg, rgba(23, 58, 74, 0.04), rgba(23, 58, 74, 0.22));
  }

  .tkg-hero-copy {
    order: 2;
    width: 100%;
    max-width: none;
    padding: 42px 16px 164px;
  }

  .tkg-hero-copy small {
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.16em;
  }

.tkg-hero-title {
    font-size: clamp(27px, 8vw, 38px) !important;
    line-height: 1.48 !important;
    letter-spacing: 0.035em !important;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .tkg-hero-location {
    margin-top: 18px;
  }

  .tkg-hero-trust {
    margin-top: 16px;
  }

  .tkg-reserve {
    left: 16px;
    right: 16px;
    width: calc(100% - 32px);
    max-width: none;
    bottom: 82px;
    height: 60px;
    padding: 0 20px;
    font-size: 13px;
    letter-spacing: 0.1em;
  }

  .tkg-hero-platforms {
    left: 16px;
    right: 16px;
    bottom: 22px;
    width: calc(100% - 32px);
    max-width: none;
  }

  .tkg-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px 12px;
  }

  .tkg-proof-item {
    justify-content: flex-start;
    min-height: 54px;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(23, 58, 74, 0.12);
    font-size: 10px;
    text-align: left;
  }

  .tkg-proof-item:nth-child(2) {
    border-right: 0;
  }

  .tkg-proof-item:nth-child(3),
  .tkg-proof-item:nth-child(4) {
    border-bottom: 0;
  }

  .tkg-scroll {
    display: none;
  }

  .tkg-heading-lg,
  .tkg-heading-md,
  .tkg-section-copy .tkg-heading-md{
    width: 100%;
    min-height: 0;
    margin-bottom: 22px !important;
    padding: 0 0 4px !important;
    font-size: clamp(28px, 7.2vw, 36px) !important;
    line-height: 1.58 !important;
    letter-spacing: 0.014em !important;
  }

  .tkg-heading-lg::after,
  .tkg-heading-md::after {
    width: 58px;
    margin-top: 14px;
  }

  .tkg-head-line {
    width: auto;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .tkg-lead,
  .tkg-welcome,
  .tkg-section,
  .tkg-hotel,
  .tkg-booking-compare,
  .tkg-day,
  .tkg-seo-box,
  .tkg-faq,
  .tkg-related,
  .tkg-author-profile {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .tkg-final {
    padding-top: 62px;
    padding-bottom: 76px;
  }

  .tkg-lead-text,
  .tkg-section-text,
  .tkg-welcome-text,
  .tkg-booking-lead,
  .tkg-related-lead,
  .tkg-story-text,
  .tkg-author-text,
  .tkg-final p,
  .tkg-list-body p,
  .tkg-summary-item p,
  .tkg-faq-item p {
    font-size: 14.5px;
    line-height: 1.92;
    letter-spacing: 0.02em;
    overflow-wrap: anywhere;
  }

  .tkg-photo-stack {
    min-height: 0;
    margin-top: 28px;
  }

  .tkg-photo-large,
  .tkg-photo-small {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin: 0;
  }

  .tkg-photo-small {
    margin-top: 14px;
    border-width: 0;
  }

  .tkg-photo-large img,
  .tkg-photo-small img,
  .tkg-wide-photo img,
  .tkg-section-photo img,
  .tkg-list-photo img,
  .tkg-story-photo img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10.5;
    transform: none;
  }

  

  

  

  

  

  

  

  .tkg-list,
  .tkg-compare-grid,
  .tkg-summary-list,
  .tkg-related-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .tkg-list-body,
  .tkg-compare-card,
  .tkg-summary-item,
  .tkg-related-card,
  .tkg-related-feature,
  .tkg-related-home,
  .tkg-author-box,
  .tkg-story-copy,
  .tkg-day-ending,
  .tkg-internal-compare {
    padding: 20px 16px;
  }

  .tkg-list-card,
  .tkg-compare-card,
  .tkg-related-card,
  .tkg-author-box,
  .tkg-story-copy,
  .tkg-day-ending,
  .tkg-internal-compare {
    border-radius: 12px;
  }

  .tkg-card-title,
  .tkg-story-title {
    font-size: clamp(20px, 5.4vw, 25px) !important;
    line-height: 1.58 !important;
    letter-spacing: 0.014em !important;
  }

  .tkg-compare-head {
    flex-direction: column;
    gap: 8px;
  }

  .tkg-compare-badge {
    align-self: flex-start;
    min-width: 0;
  }

  .tkg-agoda-logo,
  .tkg-vc-logo {
    height: 74px !important;
    min-height: 74px !important;
    margin-bottom: 16px !important;
    padding: 8px 10px !important;
  }

  .tkg-agoda-logo img {
    width: 118px !important;
    height: 60px !important;
    max-height: 60px !important;
  }

  .tkg-vc-logo img,
  .tkg-vc-logo iframe,
  .tkg-vc-logo object,
  .tkg-vc-logo embed {
    width: 128px !important;
    height: 56px !important;
    max-height: 56px !important;
  }

  .tkg-black-btn,
  .tkg-aff-btn,
  .tkg-white-btn,
  .tkg-related-main-btn,
  .tkg-related-home-btn,
  .tkg-author-link {
    width: 100%;
    min-height: 50px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 12.5px;
    letter-spacing: 0.075em;
  }

  .tkg-day-nav {
    top: 62px;
    grid-template-columns: repeat(5, minmax(72px, 1fr));
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tkg-day-nav a {
    min-width: 72px;
    min-height: 52px;
    padding: 0 2px;
    font-size: 10.5px;
    letter-spacing: 0.04em;
  }

  .tkg-day-story {
    margin-top: 36px;
  }

  .tkg-story-step {
    gap: 16px;
    margin-bottom: 42px;
  }

  .tkg-story-photo {
    margin: 0;
  }

  .tkg-day-ending {
    margin-top: 30px;
  }

  .tkg-info-table,
  .tkg-info-table tbody,
  .tkg-info-table tr,
  .tkg-info-table th,
  .tkg-info-table td {
    display: block;
    width: 100%;
  }

  .tkg-info-table th {
    padding: 14px 12px 6px;
    border-bottom: 0;
  }

  .tkg-info-table td {
    padding: 6px 12px 14px;
  }

  .tkg-related-feature,
  .tkg-related-home {
    display: block;
  }

  .tkg-related-main-btn,
  .tkg-related-home-btn {
    margin-top: 18px;
  }

  .tkg-related-home-title,
  .tkg-related-card h3,
  .tkg-author-name {
    font-size: 19px !important;
    line-height: 1.5 !important;
    overflow-wrap: anywhere;
  }

  .tkg-internal-compare__wrap {
    overflow: visible;
  }

  .tkg-internal-compare__table {
    min-width: 0;
    background: transparent;
  }

  .tkg-internal-compare__table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .tkg-internal-compare__table,
  .tkg-internal-compare__table tbody,
  .tkg-internal-compare__table tr,
  .tkg-internal-compare__table td {
    display: block;
    width: 100%;
  }

  .tkg-internal-compare__table tr {
    margin-bottom: 16px;
    padding: 14px;
    border: 1px solid rgba(31, 58, 74, 0.14);
    background: rgba(248, 251, 253, 0.96);
  }

  .tkg-internal-compare__table td {
    position: relative;
    padding: 8px 0 8px 42%;
    border: 0;
    border-bottom: 1px solid rgba(31, 58, 74, 0.1);
  }

  .tkg-internal-compare__table td:last-child {
    border-bottom: 0;
  }

  .tkg-internal-compare__table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 38%;
    color: var(--tkg-title);
    font-weight: 800;
  }

  .tkg-author-img {
    width: 104px;
    height: 104px;
  }

  .tkg-footer-policy-links {
    justify-content: flex-start;
    gap: 8px 14px;
  }

  .tkg-mobile-booking {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99998 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 68px;
    padding: 0 58px 0 18px;
    background: var(--tkg-heading);
    color: var(--tkg-white) !important;
    box-shadow: 0 -12px 30px rgba(23, 58, 74, 0.18);
    font-size: 14px;
    letter-spacing: 0.08em;
  }

  .tkg-mobile-booking small {
    font-size: 10px;
    font-weight: 400;
  }

  .tkg-mobile-booking strong {
    font-weight: 800;
  }

  .tkg-mobile-booking span {
    position: absolute;
    right: 22px;
    font-size: 22px;
  }

  .tkg-page.tkg-js .tkg-reveal {
    transform: translate3d(0, 10px, 0);
    transition-duration: 0.55s;
  }

  .tkg-page.tkg-js .tkg-section-block .tkg-section-copy,
  .tkg-page.tkg-js .tkg-section-block .tkg-section-photo,
  .tkg-page.tkg-js .tkg-photo-stack .tkg-photo-large,
  .tkg-page.tkg-js .tkg-photo-stack .tkg-photo-small,
  .tkg-page.tkg-js .tkg-story-step .tkg-story-photo,
  .tkg-page.tkg-js .tkg-story-step .tkg-story-copy,
  .tkg-page.tkg-js .tkg-title-row > span,
  .tkg-page.tkg-js .tkg-title-row .tkg-heading {
    transform: translate3d(0, 12px, 0);
    transition-duration: 0.55s;
  }
}

@media (max-width: 374px) {
  .tkg-heading-lg,
  .tkg-heading-md,
  .tkg-section-copy .tkg-heading-md{
    font-size: 21px !important;
    letter-spacing: 0.01em !important;
  }

  .tkg-story-title,
  .tkg-card-title {
    font-size: 20px !important;
    letter-spacing: 0.01em !important;
  }

  .tkg-day-nav {
    grid-template-columns: repeat(5, minmax(68px, 1fr));
  }

  .tkg-day-nav a {
    min-width: 68px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tkg-page *,
  .tkg-page *::before,
  .tkg-page *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .tkg-reveal,
  .tkg-hero-copy small,
  .tkg-hero-title,
  .tkg-section-block .tkg-section-copy,
  .tkg-section-block .tkg-section-photo,
  .tkg-photo-stack .tkg-photo-large,
  .tkg-photo-stack .tkg-photo-small,
  .tkg-story-step .tkg-story-photo,
  .tkg-story-step .tkg-story-copy,
  .tkg-title-row > span,
  .tkg-title-row .tkg-heading {
    opacity: 1 !important;
    transform: none !important;
  }
}


/* ================= RESEARCH / EDITORIAL TRANSPARENCY ================= */
.tkg-hero-deck {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--tkg-text);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.85;
  text-wrap: pretty;
}

.tkg-research {
  position: relative;
  padding: clamp(72px, 8vw, 132px) 0;
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(var(--tkg-bg-mid-rgb),.42));
}

.tkg-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.tkg-method-card {
  min-width: 0;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(var(--tkg-heading-rgb), .16);
  border-radius: 24px;
  background: var(--tkg-card);
  box-shadow: 0 18px 48px var(--tkg-shadow);
}

.tkg-method-card small {
  display: block;
  margin-bottom: 12px;
  color: var(--tkg-sub);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.tkg-method-card p {
  margin: 14px 0 0;
  color: var(--tkg-text);
  line-height: 1.9;
}

.tkg-source-box {
  margin-top: 22px;
  padding: clamp(22px, 3vw, 34px);
  border-left: 5px solid var(--tkg-accent);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
}

.tkg-source-box > strong {
  display: block;
  margin-bottom: 14px;
  color: var(--tkg-heading);
  font-size: 16px;
}

.tkg-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tkg-source-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(var(--tkg-heading-rgb), .22);
  border-radius: 999px;
  background: #fff;
  color: var(--tkg-heading) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.tkg-source-box p {
  margin: 16px 0 0;
  color: var(--tkg-sub);
  font-size: 13px;
  line-height: 1.8;
}

.tkg-day-disclaimer {
  margin: -10px 0 28px;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,.7);
  color: var(--tkg-sub);
  font-size: 13px;
  line-height: 1.8;
}

.tkg-fit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tkg-fit-profile dl,
.tkg-fit-profile dl > div {
  margin: 0;
}

.tkg-fit-profile dl > div {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(var(--tkg-heading-rgb), .12);
}

.tkg-fit-profile dl > div:last-child {
  border-bottom: 0;
}

.tkg-fit-profile dt {
  color: var(--tkg-heading);
  font-weight: 800;
}

.tkg-fit-profile dd {
  margin: 0;
  color: var(--tkg-text);
  line-height: 1.8;
}

.tkg-booking-research {
  margin: 26px 0 34px;
  padding: 20px 24px;
  border: 1px solid rgba(var(--tkg-heading-rgb), .17);
  border-radius: 18px;
  background: rgba(255,255,255,.76);
}

.tkg-booking-research strong {
  display: block;
  color: var(--tkg-heading);
}

.tkg-booking-research p {
  margin: 8px 0 0;
  color: var(--tkg-text);
  line-height: 1.8;
}

.tkg-booking-research small {
  display: block;
  margin-top: 8px;
  color: var(--tkg-sub);
  line-height: 1.7;
}

.tkg-secondary-booking {
  margin-top: 24px;
  border: 1px solid rgba(var(--tkg-heading-rgb), .16);
  border-radius: 18px;
  background: rgba(255,255,255,.68);
  overflow: hidden;
}

.tkg-secondary-booking summary {
  min-height: 54px;
  padding: 16px 20px;
  color: var(--tkg-heading);
  font-weight: 800;
  cursor: pointer;
}

.tkg-secondary-booking__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 18px 18px;
}

.tkg-secondary-booking__grid a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 12px;
  background: var(--tkg-card);
  color: var(--tkg-heading) !important;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

@media (max-width: 900px) {
  .tkg-method-grid,
  .tkg-fit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .tkg-hero-deck {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.75;
  }

  .tkg-source-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tkg-source-links a {
    width: 100%;
  }

  .tkg-fit-profile dl > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .tkg-secondary-booking__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* ================= GUEST REVIEW ANALYSIS ================= */
.tkg-review-analysis {
  position: relative;
  padding: clamp(72px, 8vw, 132px) 0;
  background:
    radial-gradient(circle at 88% 14%, rgba(var(--tkg-accent-rgb), .16), transparent 28%),
    linear-gradient(180deg, rgba(var(--tkg-bg-deep-rgb), .42), rgba(255,255,255,.78));
}

.tkg-review-audit {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 22px;
}

.tkg-review-audit > div {
  min-width: 0;
  padding: 18px 20px;
  border: 1px solid rgba(var(--tkg-heading-rgb), .15);
  border-radius: 16px;
  background: rgba(255,255,255,.78);
}

.tkg-review-audit small,
.tkg-review-source-card__head span,
.tkg-review-insight > small {
  color: var(--tkg-sub);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.tkg-review-audit strong {
  display: block;
  margin-top: 7px;
  color: var(--tkg-heading);
  font-size: 15px;
  overflow-wrap: anywhere;
}

.tkg-review-source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tkg-review-source-card {
  min-width: 0;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(var(--tkg-heading-rgb), .16);
  border-radius: 22px;
  background: var(--tkg-card);
  box-shadow: 0 18px 44px var(--tkg-shadow);
}

.tkg-review-source-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.tkg-review-source-card__head strong {
  color: var(--tkg-heading);
  font-size: 18px;
}

.tkg-review-source-card p {
  margin: 14px 0 18px;
  color: var(--tkg-text);
  line-height: 1.85;
}

.tkg-review-source-card a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--tkg-heading);
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  text-decoration: none !important;
}

.tkg-review-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.tkg-review-insight {
  min-width: 0;
  padding: clamp(22px, 3vw, 30px);
  border-top: 4px solid var(--tkg-accent);
  border-radius: 18px;
  background: rgba(255,255,255,.76);
}

.tkg-review-insight.is-caution { border-top-color: var(--tkg-accent-2); }
.tkg-review-insight.is-segment { border-top-color: var(--tkg-heading); }
.tkg-review-insight .tkg-card-title { margin-top: 10px; }
.tkg-review-insight p { margin: 12px 0 0; color: var(--tkg-text); line-height: 1.9; }

.tkg-review-disclosure,
.tkg-review-note {
  margin: 18px 0 0;
  padding: 14px 18px;
  border-radius: 14px;
  color: var(--tkg-sub);
  font-size: 13px;
  line-height: 1.8;
}

.tkg-review-disclosure {
  border-left: 4px solid var(--tkg-accent);
  background: rgba(255,255,255,.78);
}

.tkg-review-note { background: rgba(var(--tkg-bg-mid-rgb), .58); }

@media (max-width: 900px) {
  .tkg-review-insight-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .tkg-review-audit,
  .tkg-review-source-grid { grid-template-columns: 1fr; }
  .tkg-review-source-card a { width: 100%; }
}

/* ValueCommerce商品API画像：画像全体を広告リンク化し、広告主側URLのまま表示 */
.tkg-vc-image-link{position:absolute;inset:0;z-index:3;display:block;text-decoration:none;color:#fff}
.tkg-vc-image-link span{position:absolute;left:10px;bottom:10px;padding:5px 9px;border-radius:999px;background:rgba(17,24,39,.76);color:#fff;font-size:10px;font-weight:700;line-height:1.2;letter-spacing:.04em;box-shadow:0 4px 16px rgba(0,0,0,.18);backdrop-filter:blur(6px)}
.tkg-hero-img,.tkg-list-photo{position:relative}
.tkg-vc-image-link:focus-visible{outline:3px solid #fff;outline-offset:-5px}
.tkg-vc-tracking-pixel{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;opacity:0!important;pointer-events:none!important}
@media(max-width:600px){.tkg-vc-image-link span{left:7px;bottom:7px;padding:4px 7px;font-size:9px}}


/* 自動取得画像は記事テンプレート側の固定比率で表示する。
   元画像の実寸・縦横比を枠へ強制せず、余白や極端な縮小を防ぐ。 */
.tkg-vc-auto-media{
  position:relative!important;
  display:block!important;
  overflow:hidden!important;
  background:var(--tkg-placeholder)!important;
}
.tkg-vc-auto-media>img:first-child{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  object-fit:cover!important;
  object-position:center!important;
  background:var(--tkg-placeholder)!important;
  filter:none!important;
  transform:none!important;
  animation:none!important;
  transition:none!important;
  image-rendering:auto!important;
}
.tkg-vc-auto-media:hover>img:first-child{filter:none!important;transform:none!important}
.tkg-vc-image-link--article span{max-width:calc(100% - 20px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tkg-photo-small.tkg-vc-auto-media .tkg-vc-image-link span{left:6px;bottom:6px;padding:3px 6px;font-size:8px}
@media(max-width:600px){.tkg-vc-image-link--article span{max-width:calc(100% - 14px)}}

@media (prefers-reduced-motion: reduce) {
  .tkg-hero-img img,
  .tkg-hero-img.is-puyo-complete img,
  .tkg-hero-puyo-blob {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .tkg-hero-puyo-layer {
    display: none !important;
  }
}

.tkg-hero:not(:has(.tkg-hero-img)) .tkg-hero-copy{width:min(900px,calc(100% - 8vw))!important;max-width:900px!important}
.tkg-hero:not(:has(.tkg-hero-img)){background:linear-gradient(135deg,#f7f5ef 0%,#eef1ec 100%)!important}
.tkg-lead-grid:not(:has(.tkg-photo-stack)){grid-template-columns:minmax(0,1fr)!important}
.tkg-lead-grid:not(:has(.tkg-photo-stack)) .tkg-lead-copy{max-width:920px!important;margin-inline:auto!important}
.tkg-section-block:not(:has(.tkg-section-photo)){grid-template-columns:minmax(0,1fr)!important}
.tkg-section-block:not(:has(.tkg-section-photo)) .tkg-section-copy{max-width:920px!important;margin-inline:auto!important}
.tkg-story-step:not(:has(.tkg-story-photo)){grid-template-columns:minmax(0,1fr)!important}
.tkg-story-step:not(:has(.tkg-story-photo)) .tkg-story-copy{max-width:920px!important;margin-inline:auto!important}
.tkg-list-card:not(:has(.tkg-list-photo)){grid-template-rows:auto!important}
@media(max-width:767px){
  .tkg-hero:not(:has(.tkg-hero-img)) .tkg-hero-copy{width:calc(100% - 32px)!important}
}
.tkg-photo-stack:not(:has(img)){display:none!important}
.tkg-lead-grid:not(:has(.tkg-photo-stack img)){grid-template-columns:minmax(0,1fr)!important}
.tkg-lead-grid:not(:has(.tkg-photo-stack img)) .tkg-lead-copy{max-width:920px!important;margin-inline:auto!important}
