@charset "UTF-8";
/*
Theme Name: 宇陀松山
Description: 宇陀松山観光サイト
Version: 1.0
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-padding-start: 0;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="password"],
input[type="text"],
input[type="submit"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="button"],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: none; }

body, html {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  min-height: 100vh; }

a {
  font-size: inherit;
  color: inherit;
  text-decoration: inherit;
  display: inline-block; }

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
  background-color: #ffffff; }

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease; }
  a:hover {
    opacity: 0.7; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (max-width: 768px) {
    .container {
      padding: 0 15px; } }

.section-title {
  font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  color: #1a3a5c; }
  @media (max-width: 768px) {
    .section-title {
      font-size: 2.4rem;
      margin-bottom: 30px; } }
  .section-title--large {
    font-size: 6rem;
    font-weight: 400;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .section-title--large {
        font-size: 3.2rem;
        margin-bottom: 40px; } }

.section-lead {
  text-align: center;
  color: #666666;
  margin-top: -20px;
  margin-bottom: 40px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease; }
  .btn--primary {
    background-color: #1a3a5c;
    color: #ffffff;
    border-color: #1a3a5c; }
    .btn--primary:hover {
      background-color: #0f2840;
      border-color: #0f2840;
      opacity: 1; }
  .btn--secondary {
    background-color: transparent;
    color: #1a3a5c;
    border-color: #1a3a5c; }
    .btn--secondary:hover {
      background-color: #1a3a5c;
      color: #ffffff;
      opacity: 1; }
  .btn--white {
    background-color: #ffffff;
    color: #1a3a5c;
    border-color: #ffffff; }
    .btn--white:hover {
      background-color: transparent;
      color: #ffffff;
      opacity: 1; }
  .btn--outline {
    background-color: transparent;
    color: #1a3a5c;
    border-color: #1a3a5c; }
    .btn--outline:hover {
      background-color: #1a3a5c;
      color: #ffffff;
      opacity: 1; }
  .btn--outline-white {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff; }
    .btn--outline-white:hover {
      background-color: #ffffff;
      color: #1a3a5c;
      opacity: 1; }
  .btn--large {
    padding: 18px 40px;
    font-size: 1.7rem; }
    @media (max-width: 768px) {
      .btn--large {
        padding: 14px 28px;
        font-size: 1.5rem; } }
  .btn--sns {
    padding: 12px 24px;
    font-size: 1.4rem; }
    .btn--sns.btn--instagram {
      background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
      color: white;
      border: none; }
    .btn--sns.btn--x {
      background-color: #000;
      color: white;
      border-color: #000; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
  @media (max-width: 768px) {
    .header {
      height: 60px; } }
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 0 30px; }
    @media (max-width: 768px) {
      .header__inner {
        padding: 0 15px; } }
  .header__logo {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #1a3a5c; }
    @media (max-width: 768px) {
      .header__logo {
        font-size: 2rem; } }
    .header__logo a:hover {
      opacity: 1; }
  @media (max-width: 980px) {
    .header__nav {
      display: none; } }
  .header__nav-list {
    display: flex;
    gap: 28px; }
    .header__nav-list a {
      font-size: 1.4rem;
      font-weight: 500;
      color: #333333;
      position: relative; }
      .header__nav-list a::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #1a3a5c;
        transition: width 0.3s ease; }
      .header__nav-list a:hover {
        opacity: 1;
        color: #1a3a5c; }
        .header__nav-list a:hover::after {
          width: 100%; }
  .header__cta {
    display: flex;
    gap: 10px; }
    @media (max-width: 980px) {
      .header__cta {
        display: none; } }
    .header__cta .btn {
      padding: 10px 20px;
      font-size: 1.3rem; }
  .header__hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer; }
    @media (max-width: 980px) {
      .header__hamburger {
        display: flex; } }
    .header__hamburger span {
      display: block;
      width: 100%;
      height: 2px;
      background-color: #1a3a5c;
      transition: all 0.3s ease; }

.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  clip: rect(0, auto, auto, 0);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0); }
  .hero__bg-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0; }
  .hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1);
    transition: opacity 1.5s ease, transform 8s ease-out; }
    .hero__bg.is-active {
      opacity: 1;
      transform: scale(1.1); }
    .hero__bg.is-next {
      transform: scale(1); }
  .hero__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    color: #ffffff;
    width: 90%;
    max-width: 1000px; }
  .hero__catch {
    position: relative;
    display: inline-block;
    padding: 40px 60px;
    margin-bottom: 30px;
    background-color: rgba(26, 58, 92, 0.85);
    transform: skewX(-3deg); }
    @media (max-width: 768px) {
      .hero__catch {
        padding: 30px 25px;
        transform: skewX(0); } }
    .hero__catch > * {
      transform: skewX(3deg); }
      @media (max-width: 768px) {
        .hero__catch > * {
          transform: skewX(0); } }
    .hero__catch-sub {
      font-size: 1.6rem;
      font-weight: 500;
      margin-bottom: 10px;
      letter-spacing: 0.1em; }
      @media (max-width: 768px) {
        .hero__catch-sub {
          font-size: 1.4rem; } }
    .hero__catch-main {
      font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
      font-size: 3.6rem;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 0.05em; }
      @media (max-width: 768px) {
        .hero__catch-main {
          font-size: 2.2rem; } }
  .hero__lead {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 40px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
    @media (max-width: 768px) {
      .hero__lead {
        font-size: 1.4rem;
        margin-bottom: 30px; } }
  .hero__cta {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .hero__cta {
        justify-content: flex-start;
        gap: 15px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 20px;
        margin: 0 -20px;
        scrollbar-width: none; }
        .hero__cta::-webkit-scrollbar {
          display: none; } }
  .hero__cta-card {
    display: block;
    width: 30%;
    overflow: hidden;
    transition: transform 0.3s ease; }
    .hero__cta-card img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.3s ease; }
    @media (max-width: 768px) {
      .hero__cta-card {
        flex: 0 0 80%;
        width: 80%;
        scroll-snap-align: center; } }
    .hero__cta-card:hover {
      opacity: 1; }
      .hero__cta-card:hover img {
        transform: scale(1.05); }
  .hero__cta-card-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); }
    @media (max-width: 768px) {
      .hero__cta-card-title {
        font-size: 1.5rem; } }
  .hero__info {
    display: flex;
    justify-content: center;
    gap: 30px;
    font-size: 1.3rem; }
    @media (max-width: 768px) {
      .hero__info {
        flex-direction: column;
        gap: 10px;
        font-size: 1.2rem; } }
    .hero__info span {
      display: flex;
      align-items: center;
      gap: 6px; }
  .hero__sns {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    @media (max-width: 768px) {
      .hero__sns {
        right: 15px;
        gap: 15px; } }
    .hero__sns a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      transition: all 0.3s ease; }
      @media (max-width: 768px) {
        .hero__sns a {
          width: 36px;
          height: 36px; } }
      .hero__sns a:hover {
        background-color: #1a3a5c;
        opacity: 1; }
      .hero__sns a svg {
        width: 20px;
        height: 20px;
        fill: white; }
        @media (max-width: 768px) {
          .hero__sns a svg {
            width: 18px;
            height: 18px; } }
  .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 5;
    pointer-events: none; }

@keyframes kenburns {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
.hidenaga {
  padding: 100px 0;
  background-color: #ffffff;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease; }
  .hidenaga.is-visible {
    opacity: 1;
    transform: translateY(0); }
  @media (max-width: 768px) {
    .hidenaga {
      padding: 60px 0; } }
  .hidenaga__inner {
    display: grid;
    grid-template-columns: 4fr 6fr;
    gap: 60px;
    align-items: center; }
    @media (max-width: 980px) {
      .hidenaga__inner {
        gap: 40px; } }
    @media (max-width: 768px) {
      .hidenaga__inner {
        grid-template-columns: 1fr;
        gap: 30px; } }
  .hidenaga__image {
    position: relative; }
    .hidenaga__image-main {
      width: 100%;
      height: auto;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); }
    .hidenaga__image-portrait {
      position: absolute;
      bottom: -60px;
      right: -30px;
      width: 100%; }
      @media (max-width: 768px) {
        .hidenaga__image-portrait {
          bottom: -20px;
          right: -10px;
          width: 40%;
          max-width: 150px; } }
  @media (max-width: 768px) {
    .hidenaga__content {
      padding-top: 20px; } }
  .hidenaga__title {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 6rem;
    font-weight: 400;
    color: #1a3a5c;
    margin-bottom: 25px;
    line-height: 1.4; }
    @media (max-width: 768px) {
      .hidenaga__title {
        font-size: 2.4rem;
        margin-bottom: 20px; } }
  .hidenaga__text {
    font-size: 1.6rem;
    line-height: 2;
    color: #333333;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .hidenaga__text {
        font-size: 1.5rem;
        margin-bottom: 25px; } }

.entrance {
  padding: 100px 0;
  background-color: #f8f7f4; }
  @media (max-width: 768px) {
    .entrance {
      padding: 60px 0; } }
  .entrance__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; }
    @media (max-width: 980px) {
      .entrance__cards {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 768px) {
      .entrance__cards {
        grid-template-columns: 1fr;
        gap: 20px; } }
  .entrance__card {
    display: block;
    padding: 40px 30px;
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease; }
    .entrance__card:nth-child(1) {
      transition-delay: 0s; }
    .entrance__card:nth-child(2) {
      transition-delay: 0.15s; }
    .entrance__card:nth-child(3) {
      transition-delay: 0.3s; }
    .entrance__card.is-visible {
      opacity: 1;
      transform: translateY(0); }
    .entrance__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
      opacity: 1; }
    .entrance__card-icon {
      font-size: 4rem;
      margin-bottom: 20px; }
    .entrance__card-title {
      font-size: 1.8rem;
      font-weight: 700;
      color: #1a3a5c;
      margin-bottom: 15px; }
    .entrance__card-text {
      font-size: 1.4rem;
      color: #666666;
      line-height: 1.6; }

.weekend {
  padding: 80px 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease; }
  .weekend.is-visible {
    opacity: 1;
    transform: translateY(0); }
  @media (max-width: 768px) {
    .weekend {
      padding: 60px 0; } }
  .weekend__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px; }
  .weekend__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 25px 30px;
    background-color: #f8f7f4; }
    @media (max-width: 768px) {
      .weekend__item {
        padding: 20px; } }
    .weekend__item-date {
      font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
      font-size: 1.6rem;
      font-weight: 700;
      color: #1a3a5c;
      min-width: 80px; }
    .weekend__item-tag {
      display: inline-block;
      padding: 4px 12px;
      font-size: 1.2rem;
      font-weight: 500;
      color: #ffffff;
      background-color: #c9a84c;
      border-radius: 20px; }
    .weekend__item-title {
      font-size: 1.7rem;
      font-weight: 700;
      flex: 1;
      min-width: 200px; }
      @media (max-width: 768px) {
        .weekend__item-title {
          width: 100%;
          font-size: 1.6rem; } }
    .weekend__item-meta {
      font-size: 1.3rem;
      color: #666666;
      width: 100%;
      margin-top: -5px; }
      @media (max-width: 768px) {
        .weekend__item-meta {
          font-size: 1.2rem; } }
  .weekend__cta {
    text-align: center; }

.taiga-summary {
  padding: 100px 0;
  background-color: #1a3a5c;
  color: #ffffff; }
  @media (max-width: 768px) {
    .taiga-summary {
      padding: 60px 0; } }
  .taiga-summary .section-title {
    color: #ffffff; }
  .taiga-summary__list {
    max-width: 700px;
    margin: 0 auto 50px; }
    .taiga-summary__list li {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      padding: 25px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .taiga-summary__list li:last-child {
        border-bottom: none; }
    .taiga-summary__list p {
      font-size: 1.7rem;
      line-height: 1.8; }
      @media (max-width: 768px) {
        .taiga-summary__list p {
          font-size: 1.5rem; } }
  .taiga-summary__number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1a3a5c;
    background-color: #c9a84c;
    border-radius: 50%; }
  .taiga-summary__cta {
    text-align: center; }
    .taiga-summary__cta .btn--primary {
      background-color: #c9a84c;
      border-color: #c9a84c;
      color: #1a3a5c; }
      .taiga-summary__cta .btn--primary:hover {
        background-color: #e8d9a0;
        border-color: #e8d9a0; }

.experiences {
  position: relative;
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden; }
  @media (max-width: 768px) {
    .experiences {
      padding: 60px 0; } }
  .experiences__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/uda_common_img05.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed; }
    @media (max-width: 768px) {
      .experiences__bg {
        background-attachment: scroll; } }
    .experiences__bg::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(26, 58, 92, 0.8); }
  .experiences .container {
    position: relative;
    z-index: 1; }
  .experiences .section-title {
    color: #ffffff; }
  .experiences__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; }
    @media (max-width: 980px) {
      .experiences__cards {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 768px) {
      .experiences__cards {
        grid-template-columns: 1fr; } }
  .experiences__card {
    display: block;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease; }
    .experiences__card:nth-child(1) {
      transition-delay: 0s; }
    .experiences__card:nth-child(2) {
      transition-delay: 0.15s; }
    .experiences__card:nth-child(3) {
      transition-delay: 0.3s; }
    .experiences__card.is-visible {
      opacity: 1;
      transform: translateY(0); }
    .experiences__card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
      opacity: 1; }
      .experiences__card:hover .experiences__card-image img {
        transform: scale(1.05); }
    .experiences__card-image {
      position: relative;
      aspect-ratio: 16 / 10;
      overflow: hidden; }
      .experiences__card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease; }
    .experiences__card-body {
      padding: 25px;
      text-align: center; }
    .experiences__card-title {
      font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
      font-size: 2.4rem;
      font-weight: 700;
      color: #1a3a5c;
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        .experiences__card-title {
          font-size: 2rem; } }
    .experiences__card-desc {
      font-size: 1.4rem;
      color: #666666;
      margin-bottom: 10px; }
    .experiences__card-time {
      display: block;
      font-size: 1.3rem;
      color: #666666;
      margin-bottom: 20px; }
    .experiences__card-cta {
      display: inline-block;
      padding: 10px 24px;
      font-size: 1.4rem;
      font-weight: 500;
      color: #ffffff;
      background-color: #1a3a5c;
      transition: background-color 0.3s ease; }
      .experiences__card-cta:hover {
        background-color: #0f2840; }

.shops {
  padding: 100px 0;
  background-color: #f8f7f4;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease; }
  .shops.is-visible {
    opacity: 1;
    transform: translateY(0); }
  @media (max-width: 768px) {
    .shops {
      padding: 60px 0; } }
  .shops__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px; }
    @media (max-width: 980px) {
      .shops__cards {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 768px) {
      .shops__cards {
        grid-template-columns: 1fr;
        gap: 20px; } }
  .shops__card {
    display: block;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .shops__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
      opacity: 1; }
      .shops__card:hover .shops__card-image img {
        transform: scale(1.05); }
    .shops__card-image {
      aspect-ratio: 16 / 10;
      overflow: hidden; }
      .shops__card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease; }
    .shops__card-body {
      padding: 20px; }
    .shops__card-tag {
      display: inline-block;
      padding: 4px 12px;
      font-size: 1.2rem;
      font-weight: 500;
      color: #ffffff;
      background-color: #c9a84c;
      margin-bottom: 10px; }
    .shops__card-title {
      font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
      font-size: 1.8rem;
      font-weight: 700;
      color: #1a3a5c;
      margin-bottom: 8px; }
    .shops__card-desc {
      font-size: 1.4rem;
      color: #666666;
      line-height: 1.6; }
  .shops__cta {
    text-align: center; }

.model-course {
  padding: 100px 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease; }
  .model-course.is-visible {
    opacity: 1;
    transform: translateY(0); }
  @media (max-width: 768px) {
    .model-course {
      padding: 60px 0; } }
  .model-course__tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px; }
  .model-course__tab {
    padding: 12px 30px;
    font-size: 1.5rem;
    font-weight: 500;
    background-color: transparent;
    border: 2px solid #e0e0e0;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease; }
    .model-course__tab:hover {
      border-color: #1a3a5c;
      color: #1a3a5c; }
    .model-course__tab.is-active {
      background-color: #1a3a5c;
      border-color: #1a3a5c;
      color: #ffffff; }
  .model-course__panel {
    display: none;
    opacity: 0;
    transform: translateY(20px); }
    .model-course__panel.is-active {
      display: block;
      animation: panelFadeIn 0.4s ease forwards; }
  .model-course__route {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .model-course__route {
        grid-template-columns: 1fr;
        gap: 30px; } }
    .model-course__route-map img {
      width: 100%;
      height: auto;
      display: block; }
    .model-course__route-spots h4 {
      font-size: 2.4rem;
      font-weight: 700;
      color: #1a3a5c;
      margin-bottom: 30px; }
    .model-course__route-spots ol {
      counter-reset: spot;
      margin-bottom: 30px; }
      .model-course__route-spots ol li {
        position: relative;
        padding-left: 55px;
        padding-bottom: 35px;
        border-left: 2px solid #1a3a5c;
        margin-left: 20px;
        font-size: 1.8rem;
        line-height: 40px; }
        .model-course__route-spots ol li::before {
          counter-increment: spot;
          content: counter(spot);
          position: absolute;
          left: -21px;
          top: 0;
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 1.7rem;
          font-weight: 700;
          color: #1a3a5c;
          background-color: #ffffff;
          border: 2px solid #1a3a5c;
          border-radius: 50%; }
        .model-course__route-spots ol li:last-child {
          border-left-color: transparent;
          padding-bottom: 0; }
  .model-course__point {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 25px 30px;
    background-color: rgba(0, 0, 0, 0.03);
    color: #333333; }
    .model-course__point::before {
      content: 'POINT';
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      padding: 4px 10px;
      background-color: #c9a84c;
      color: #ffffff;
      border-radius: 3px;
      flex-shrink: 0; }
  .model-course__cta {
    display: flex;
    justify-content: center;
    gap: 20px; }
    @media (max-width: 768px) {
      .model-course__cta {
        flex-direction: column;
        align-items: center; } }

.guide-intro {
  padding: 100px 0;
  background-color: #f8f7f4;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease; }
  .guide-intro.is-visible {
    opacity: 1;
    transform: translateY(0); }
  @media (max-width: 768px) {
    .guide-intro {
      padding: 60px 0; } }
  .guide-intro__image {
    margin: 0 auto 50px;
    width: 50%; }
    .guide-intro__image img {
      width: 100%;
      height: auto;
      display: block; }
    @media (max-width: 768px) {
      .guide-intro__image {
        width: 100%;
        margin-bottom: 40px; } }
  .guide-intro__points {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px; }
    @media (max-width: 980px) {
      .guide-intro__points {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 768px) {
      .guide-intro__points {
        grid-template-columns: 1fr;
        gap: 20px; } }
  .guide-intro__point {
    padding: 30px;
    background-color: #ffffff;
    text-align: center; }
    .guide-intro__point-num {
      display: block;
      font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
      font-size: 3rem;
      font-weight: 700;
      color: #c9a84c;
      margin-bottom: 15px; }
    .guide-intro__point h3 {
      font-size: 1.8rem;
      font-weight: 700;
      color: #1a3a5c;
      margin-bottom: 10px; }
    .guide-intro__point p {
      font-size: 1.4rem;
      color: #666666; }
  .guide-intro__cta {
    display: flex;
    justify-content: center;
    gap: 20px; }
    @media (max-width: 768px) {
      .guide-intro__cta {
        flex-direction: column;
        align-items: center; } }

.access-summary {
  padding: 100px 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease; }
  .access-summary.is-visible {
    opacity: 1;
    transform: translateY(0); }
  @media (max-width: 768px) {
    .access-summary {
      padding: 60px 0; } }
  .access-summary__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px; }
    @media (max-width: 980px) {
      .access-summary__grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 768px) {
      .access-summary__grid {
        grid-template-columns: 1fr;
        gap: 20px; } }
  .access-summary__item {
    padding: 30px;
    background-color: #f8f7f4;
    text-align: center; }
    .access-summary__item-icon {
      width: 48px;
      height: 48px;
      margin: 0 auto 15px;
      color: #1a3a5c; }
      .access-summary__item-icon svg {
        width: 100%;
        height: 100%; }
    .access-summary__item h3 {
      font-size: 1.8rem;
      font-weight: 700;
      color: #1a3a5c;
      margin-bottom: 15px; }
    .access-summary__item p {
      font-size: 1.4rem;
      color: #666666;
      line-height: 1.8; }
  .access-summary__cta {
    text-align: center; }

.faq-mini {
  padding: 80px 0;
  background-color: #f8f7f4;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease; }
  .faq-mini.is-visible {
    opacity: 1;
    transform: translateY(0); }
  @media (max-width: 768px) {
    .faq-mini {
      padding: 60px 0; } }
  .faq-mini__list {
    max-width: 800px;
    margin: 0 auto 40px; }
  .faq-mini__item {
    margin-bottom: 15px;
    background-color: #ffffff;
    overflow: hidden; }
    .faq-mini__item summary {
      padding: 20px 25px;
      font-size: 1.6rem;
      font-weight: 500;
      cursor: pointer;
      list-style: none;
      position: relative;
      padding-right: 50px; }
      .faq-mini__item summary::-webkit-details-marker {
        display: none; }
      .faq-mini__item summary::after {
        content: '+';
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2rem;
        color: #1a3a5c;
        transition: transform 0.3s ease; }
    .faq-mini__item[open] summary::after {
      transform: translateY(-50%) rotate(45deg); }
    .faq-mini__item p {
      padding: 0 25px 20px;
      font-size: 1.4rem;
      color: #666666;
      line-height: 1.8; }
  .faq-mini__cta {
    text-align: center; }

.sns-section {
  padding: 80px 0;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease; }
  .sns-section.is-visible {
    opacity: 1;
    transform: translateY(0); }
  @media (max-width: 768px) {
    .sns-section {
      padding: 60px 0; } }
  .sns-section__hashtag {
    margin-bottom: 40px; }
    .sns-section__hashtag p {
      font-size: 1.4rem;
      color: #666666;
      margin-bottom: 15px; }
    .sns-section__hashtag .hashtag {
      display: inline-block;
      padding: 8px 20px;
      margin: 5px;
      font-size: 1.5rem;
      font-weight: 500;
      color: #1a3a5c;
      background-color: #f8f7f4;
      border-radius: 30px; }
  .sns-section__cta {
    display: flex;
    justify-content: center;
    gap: 20px; }
    @media (max-width: 768px) {
      .sns-section__cta {
        flex-direction: column;
        align-items: center; } }

.closing {
  position: relative;
  padding: 120px 0;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease; }
  .closing.is-visible {
    opacity: 1;
    transform: translateY(0); }
  @media (max-width: 768px) {
    .closing {
      padding: 80px 0; } }
  .closing__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/uda_common_img04.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed; }
    @media (max-width: 768px) {
      .closing__bg {
        background-attachment: scroll; } }
    .closing__bg::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(26, 58, 92, 0.8); }
  .closing .container {
    position: relative;
    z-index: 1; }
  .closing__title {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .closing__title {
        font-size: 2.6rem; } }
  .closing__text {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .closing__text {
        font-size: 1.4rem; } }
  .closing__cta {
    display: flex;
    justify-content: center;
    gap: 20px; }
    @media (max-width: 768px) {
      .closing__cta {
        flex-direction: column;
        align-items: center; } }

.footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 60px 0 30px; }
  .footer__main {
    display: grid;
    grid-template-columns: 1fr 2fr auto;
    gap: 50px;
    margin-bottom: 50px; }
    @media (max-width: 980px) {
      .footer__main {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 768px) {
      .footer__main {
        grid-template-columns: 1fr;
        gap: 40px; } }
  .footer__logo {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px; }
  .footer__address {
    font-size: 1.3rem;
    line-height: 1.8;
    opacity: 0.8; }
  .footer__nav {
    display: flex;
    gap: 50px; }
    @media (max-width: 768px) {
      .footer__nav {
        flex-direction: column;
        gap: 30px; } }
    .footer__nav-col h4 {
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 15px;
      color: #c9a84c; }
    .footer__nav-col ul li {
      margin-bottom: 10px; }
      .footer__nav-col ul li a {
        font-size: 1.3rem;
        opacity: 0.8; }
        .footer__nav-col ul li a:hover {
          opacity: 1; }
  .footer__sns {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    @media (max-width: 768px) {
      .footer__sns {
        flex-direction: row; } }
    .footer__sns a {
      font-size: 1.3rem;
      opacity: 0.8; }
      .footer__sns a:hover {
        opacity: 1; }
  .footer__bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center; }
    .footer__bottom p {
      font-size: 1.2rem;
      opacity: 0.6; }

.page-kv {
  position: relative;
  height: 300px;
  overflow: hidden;
  margin-top: 80px; }
  @media (max-width: 768px) {
    .page-kv {
      height: 200px;
      margin-top: 60px; } }
  .page-kv__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .page-kv__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .page-kv__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 58, 92, 0.6); }
  .page-kv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    z-index: 1; }
    .page-kv__title-en {
      display: block;
      font-size: 1.4rem;
      font-weight: 500;
      letter-spacing: 0.2em;
      margin-bottom: 8px; }
    .page-kv__title-ja {
      display: block;
      font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
      font-size: 3.2rem;
      font-weight: 500; }
      @media (max-width: 768px) {
        .page-kv__title-ja {
          font-size: 2.4rem; } }

.breadcrumb {
  padding: 15px 0;
  background: #f8f7f4; }
  .breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    list-style: none; }
  .breadcrumb__item {
    display: flex;
    align-items: center;
    font-size: 1.3rem; }
    .breadcrumb__item a {
      color: #666;
      transition: color 0.3s; }
      .breadcrumb__item a:hover {
        color: #1a3a5c;
        opacity: 1; }
    .breadcrumb__item:not(:last-child)::after {
      content: '>';
      display: inline-block;
      margin: 0 10px;
      color: #999; }
    .breadcrumb__item:last-child {
      color: #333; }

.spot-filter {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .spot-filter {
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 30px; } }
  .spot-filter__btn {
    padding: 10px 24px;
    font-size: 1.4rem;
    font-weight: 500;
    border: 2px solid #e0e0e0;
    border-radius: 30px;
    transition: all 0.3s ease; }
    .spot-filter__btn:hover {
      border-color: #1a3a5c;
      color: #1a3a5c;
      opacity: 1; }
    .spot-filter__btn.is-active {
      background-color: #1a3a5c;
      border-color: #1a3a5c;
      color: #ffffff; }

.section-spot-list {
  padding: 60px 0 80px; }

.spot-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px; }
  @media (max-width: 980px) {
    .spot-list__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    .spot-list__grid {
      grid-template-columns: 1fr;
      gap: 20px; } }

.spot-list__card {
  display: block;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .spot-list__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    opacity: 1; }
    .spot-list__card:hover .spot-list__card-image img {
      transform: scale(1.05); }
  .spot-list__card-image {
    aspect-ratio: 16 / 10;
    overflow: hidden; }
    .spot-list__card-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease; }
  .spot-list__card-body {
    padding: 20px; }
  .spot-list__card-tag {
    display: inline-block;
    padding: 4px 12px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #c9a84c;
    margin-bottom: 10px; }
  .spot-list__card-title {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 8px; }
  .spot-list__card-desc {
    font-size: 1.4rem;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 15px; }
  .spot-list__card-more {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 500;
    color: #1a3a5c;
    border-bottom: 1px solid #1a3a5c;
    transition: color 0.3s ease; }

.spot-list__empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 0;
  color: #666666;
  font-size: 1.6rem; }

.nav-links {
  display: flex;
  justify-content: center;
  gap: 5px; }
  .nav-links a, .nav-links span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 1.4rem;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease; }
  .nav-links a:hover {
    background-color: #1a3a5c;
    border-color: #1a3a5c;
    color: #ffffff;
    opacity: 1; }
  .nav-links .current {
    background-color: #1a3a5c;
    border-color: #1a3a5c;
    color: #ffffff; }

.section-spot-detail {
  padding: 60px 0 80px; }
  .section-spot-detail .container {
    max-width: 800px; }

.spot-detail__title {
  font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #1a3a5c;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .spot-detail__title {
      font-size: 2.4rem; } }
.spot-detail__tags {
  display: flex;
  gap: 8px;
  margin-bottom: 20px; }
.spot-detail__tag {
  display: inline-block;
  padding: 4px 14px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #c9a84c; }
.spot-detail__catchcopy {
  font-size: 1.8rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 3px solid #c9a84c; }
  @media (max-width: 768px) {
    .spot-detail__catchcopy {
      font-size: 1.6rem; } }
.spot-detail__gallery {
  margin-bottom: 40px; }
.spot-detail__main-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 15px; }
  .spot-detail__main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.spot-detail__thumbs {
  display: flex;
  gap: 15px; }
.spot-detail__thumb {
  flex: 1;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s; }
  .spot-detail__thumb.is-active {
    border-color: #1a3a5c; }
  .spot-detail__thumb:hover {
    opacity: 1;
    border-color: #c9a84c; }
  .spot-detail__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.spot-detail__content {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 40px; }
  .spot-detail__content p {
    margin-bottom: 1.5em; }
.spot-detail__info {
  border-top: 1px solid #e0e0e0;
  margin-bottom: 40px; }
.spot-detail__info-row {
  display: flex;
  border-bottom: 1px solid #e0e0e0; }
  @media (max-width: 768px) {
    .spot-detail__info-row {
      flex-direction: column; } }
  .spot-detail__info-row dt {
    flex: 0 0 150px;
    padding: 15px 20px;
    font-weight: 600;
    color: #1a3a5c;
    background-color: #f8f7f4; }
    @media (max-width: 768px) {
      .spot-detail__info-row dt {
        flex: none;
        padding: 12px 15px 5px;
        font-size: 1.3rem; } }
  .spot-detail__info-row dd {
    flex: 1;
    padding: 15px 20px;
    line-height: 1.8; }
    @media (max-width: 768px) {
      .spot-detail__info-row dd {
        padding: 5px 15px 12px; } }
    .spot-detail__info-row dd a {
      color: #1a3a5c;
      text-decoration: underline; }
      .spot-detail__info-row dd a:hover {
        opacity: 1;
        text-decoration: none; }
.spot-detail__map {
  margin-bottom: 40px;
  text-align: center; }
.spot-detail__map-embed {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden; }
  .spot-detail__map-embed iframe {
    display: block;
    width: 100%;
    height: 400px; }
    @media (max-width: 768px) {
      .spot-detail__map-embed iframe {
        height: 280px; } }
.spot-detail__back {
  text-align: center; }

.designbook {
  background-color: #ebe3d8;
  min-height: 100vh;
  font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif; }
  .designbook__hero {
    padding: 100px 0 60px;
    text-align: center; }
    @media (max-width: 768px) {
      .designbook__hero {
        padding: 70px 0 40px; } }
  .designbook__hero-title {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 3.6rem;
    font-weight: 500;
    color: #1a3a5c;
    letter-spacing: 0.15em;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .designbook__hero-title {
        font-size: 2.6rem; } }
  .designbook__hero-lead {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.6rem;
    color: #666666; }
  .designbook .sp-only {
    display: none; }
    @media (max-width: 768px) {
      .designbook .sp-only {
        display: inline; } }
  .designbook__body {
    padding: 0 0 80px; }
    @media (max-width: 768px) {
      .designbook__body {
        padding: 0 0 60px; } }
  .designbook__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 60px;
    padding: 0 10px; }
    @media (max-width: 768px) {
      .designbook__tabs {
        gap: 6px;
        margin-bottom: 40px; } }
  .designbook__tab {
    padding: 10px 22px;
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #1a3a5c;
    background-color: transparent;
    border: 1.5px solid #1a3a5c;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap; }
    .designbook__tab:hover {
      background-color: rgba(26, 58, 92, 0.08); }
    .designbook__tab.is-active {
      background-color: #1a3a5c;
      color: #fff; }
    @media (max-width: 768px) {
      .designbook__tab {
        padding: 8px 14px;
        font-size: 1.2rem; } }
  .designbook__panel {
    display: none;
    opacity: 0;
    transform: translateY(20px); }
    .designbook__panel.is-active {
      display: block;
      animation: panelFadeIn 0.4s ease forwards; }
  .designbook__section {
    max-width: 1400px;
    margin: 0 auto; }
  .designbook__section-title {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.4rem;
    font-weight: 500;
    color: #1a3a5c;
    writing-mode: vertical-rl;
    letter-spacing: 0.25em;
    margin: 0 auto 40px;
    padding: 20px 15px;
    border: 2px solid #1a3a5c;
    outline: 2px solid #1a3a5c;
    outline-offset: 4px;
    border-radius: 8px;
    display: inline-block; }
    .designbook__section-title {
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
    @media (max-width: 768px) {
      .designbook__section-title {
        font-size: 2rem;
        margin-bottom: 30px;
        padding: 15px 12px; } }
  .designbook__section-lead {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .designbook__section-lead {
        font-size: 1.4rem;
        line-height: 1.9; } }
  .designbook__section-text {
    font-size: 1.5rem;
    line-height: 1.9;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .designbook__section-text {
        font-size: 1.4rem;
        margin-bottom: 40px; } }
  .designbook__timeline {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .designbook__timeline {
        gap: 35px;
        margin-bottom: 45px; } }
  .designbook__period {
    position: relative;
    padding-left: 60px;
    border-left: 2px solid rgba(26, 58, 92, 0.25); }
    .designbook__period::before {
      content: attr(data-period);
      position: absolute;
      left: -2px;
      top: 0;
      transform: translateX(-50%);
      writing-mode: vertical-rl;
      font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
      font-size: 1.5rem;
      font-weight: 500;
      color: #1a3a5c;
      letter-spacing: 0.2em;
      background-color: #ebe3d8;
      padding: 8px 0; }
    .designbook__period::after {
      content: '';
      position: absolute;
      left: -5px;
      top: -4px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #1a3a5c; }
    .designbook__period .designbook__era + .designbook__era {
      margin-top: 50px; }
    @media (max-width: 768px) {
      .designbook__period {
        padding-left: 40px; }
        .designbook__period::before {
          font-size: 1.3rem; }
        .designbook__period .designbook__era + .designbook__era {
          margin-top: 35px; } }
  .designbook__era {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 0 40px;
    align-items: start; }
    @media (max-width: 768px) {
      .designbook__era {
        grid-template-columns: 1fr;
        gap: 15px; } }
  .designbook__era-title {
    grid-column: 1 / -1;
    font-size: 2rem;
    font-weight: 500;
    color: #1a3a5c;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(26, 58, 92, 0.3); }
    @media (max-width: 768px) {
      .designbook__era-title {
        font-size: 1.8rem;
        margin-bottom: 10px; } }
  .designbook__era-photo-inner {
    position: relative;
    display: inline-block;
    width: 100%; }
    .designbook__era-photo-inner img {
      width: 100%;
      height: auto;
      max-height: 500px;
      object-fit: contain;
      display: block;
      border-radius: 4px; }
  .designbook__marker {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(42, 21, 0, 0.7);
    color: #fff;
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    transform: translate(-50%, -50%);
    pointer-events: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
    @media (max-width: 768px) {
      .designbook__marker {
        width: 24px;
        height: 24px;
        font-size: 1.2rem;
        line-height: 24px; } }
  .designbook__era-controls {
    display: flex;
    gap: 8px;
    margin-top: 8px; }
  .designbook__btn-number, .designbook__btn-zoom {
    padding: 5px 14px;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.3rem;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease; }
  .designbook__btn-number {
    background-color: #2a1500; }
    .designbook__btn-number:hover {
      background-color: #532900; }
  .designbook__btn-zoom {
    background-color: #1a3a5c; }
    .designbook__btn-zoom:hover {
      background-color: #234e7c; }
  .designbook__zoom-icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: -1px;
    filter: brightness(0) invert(1); }
  .designbook__era-text p {
    font-size: 1.8rem;
    line-height: 1.9;
    color: #333; }
    @media (max-width: 768px) {
      .designbook__era-text p {
        font-size: 1.4rem; } }
  .designbook__era-notes {
    margin-top: 20px;
    padding: 15px 18px;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px; }
  .designbook__era-note {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 10px; }
    .designbook__era-note dt {
      flex-shrink: 0; }
    .designbook__era-note dd {
      font-size: 1.8rem;
      line-height: 1.8;
      color: #333;
      margin: 0; }
  .designbook__era-num {
    font-size: 1.5rem;
    font-weight: 500;
    color: #2a1500;
    line-height: 1;
    flex-shrink: 0; }
  .designbook__note-box {
    background-color: rgba(26, 58, 92, 0.08);
    border-left: 3px solid #1a3a5c;
    padding: 20px 25px;
    margin-bottom: 30px;
    border-radius: 0 4px 4px 0; }
    .designbook__note-box p {
      font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
      font-size: 1.5rem;
      line-height: 1.8;
      color: #1a3a5c;
      margin: 0; }
  .designbook__chart {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    padding: 35px;
    margin-bottom: 50px;
    text-align: center; }
    @media (max-width: 768px) {
      .designbook__chart {
        padding: 20px 15px; } }
  .designbook__chart-title {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #1a3a5c;
    margin-bottom: 10px; }
  .designbook__chart-note {
    font-size: 1.4rem;
    color: #666666;
    margin-bottom: 20px; }
  .designbook__chart-img img {
    max-width: 600px;
    width: 100%;
    height: auto; }
  .designbook__note {
    margin-bottom: 60px; }
    .designbook__note > p {
      font-size: 1.5rem;
      line-height: 1.9;
      margin-bottom: 20px; }
  .designbook__note-col-title {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 10px; }
  .designbook__note-pair {
    display: flex;
    gap: 10px; }
    .designbook__note-pair figure {
      flex: 1; }
  .designbook__note-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; }
    @media (max-width: 768px) {
      .designbook__note-images {
        grid-template-columns: 1fr; } }
    .designbook__note-images figure {
      border-radius: 6px;
      overflow: hidden; }
      .designbook__note-images figure img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block; }
        @media (max-width: 768px) {
          .designbook__note-images figure img {
            height: 180px; } }
      .designbook__note-images figure figcaption {
        padding: 10px 15px;
        font-size: 1.3rem;
        color: #666666;
        text-align: center; }
  .designbook__feature {
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .designbook__feature {
        margin-bottom: 40px; } }
  .designbook__feature-title {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2rem;
    font-weight: 500;
    color: #1a3a5c;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(26, 58, 92, 0.3); }
    @media (max-width: 768px) {
      .designbook__feature-title {
        font-size: 1.8rem;
        margin-bottom: 15px; } }
  .designbook__feature-body {
    margin-bottom: 25px; }
    .designbook__feature-body p {
      font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
      font-size: 1.6rem;
      line-height: 2;
      margin-bottom: 15px; }
      .designbook__feature-body p:last-child {
        margin-bottom: 0; }
      @media (max-width: 768px) {
        .designbook__feature-body p {
          font-size: 1.4rem;
          line-height: 1.9; } }
    .designbook__feature-body--intro {
      background-color: rgba(26, 58, 92, 0.06);
      padding: 25px 30px;
      border-radius: 6px; }
      @media (max-width: 768px) {
        .designbook__feature-body--intro {
          padding: 20px; } }
  .designbook__feature-images figure {
    border-radius: 6px;
    overflow: hidden; }
    .designbook__feature-images figure img {
      width: 100%;
      height: auto;
      display: block; }
    .designbook__feature-images figure figcaption {
      padding: 10px 15px;
      font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
      font-size: 1.3rem;
      color: #666666;
      text-align: center; }
  .designbook__feature-images--pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; }
    @media (max-width: 768px) {
      .designbook__feature-images--pair {
        grid-template-columns: 1fr;
        gap: 15px; } }
  .designbook__feature-images--narrow {
    max-width: 70%;
    margin: 0 auto 20px; }
    @media (max-width: 768px) {
      .designbook__feature-images--narrow {
        max-width: 100%; } }
  .designbook__feature-images--trio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px; }
    @media (max-width: 768px) {
      .designbook__feature-images--trio {
        grid-template-columns: 1fr;
        gap: 12px; } }
  .designbook__feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
    align-items: start; }
    @media (max-width: 768px) {
      .designbook__feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px; } }
    .designbook__feature-grid figure {
      border-radius: 6px;
      overflow: hidden; }
      .designbook__feature-grid figure img {
        width: 100%;
        height: auto;
        display: block; }
      .designbook__feature-grid figure figcaption {
        padding: 10px 15px;
        font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
        font-size: 1.3rem;
        color: #666666;
        text-align: center; }
    .designbook__feature-grid .designbook__feature {
      margin-bottom: 0; }
    .designbook__feature-grid--tobukuro {
      grid-template-columns: 8fr 2fr; }
      @media (max-width: 768px) {
        .designbook__feature-grid--tobukuro {
          grid-template-columns: 1fr; } }
  .designbook__feature-pair {
    display: flex;
    gap: 20px;
    align-items: flex-start; }
    .designbook__feature-pair > figure:first-child {
      flex: 1;
      min-width: 0;
      border-radius: 6px;
      overflow: hidden; }
      .designbook__feature-pair > figure:first-child img {
        width: 100%;
        height: auto;
        display: block; }
      .designbook__feature-pair > figure:first-child figcaption {
        padding: 10px 15px;
        font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
        font-size: 1.3rem;
        color: #666666;
        text-align: center; }
    .designbook__feature-pair > .designbook__feature-diagram {
      flex: 0 0 160px;
      margin: 0; }
      @media (max-width: 768px) {
        .designbook__feature-pair > .designbook__feature-diagram {
          flex: 0 0 120px; } }
  .designbook__feature-diagram {
    max-width: 160px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .designbook__feature-diagram {
        max-width: 130px; } }
  .designbook__feature-subtitle {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #1a3a5c;
    margin: 25px 0 10px; }
  .designbook__feature-caption {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.3rem;
    color: #666666;
    margin: 5px 0 0; }
  .designbook__feature-photo .designbook__era-photo-inner {
    max-width: 800px; }
  .designbook__feature-photo--wide .designbook__era-photo-inner {
    max-width: 100%; }
  .designbook__spread {
    margin-top: 60px;
    padding-top: 35px;
    border-top: 1px solid rgba(26, 58, 92, 0.2); }
  .designbook__spread-title {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.5rem;
    color: #666666;
    margin-bottom: 15px; }
  .designbook__spread img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

@keyframes modalFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.designbook-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000; }
  .designbook-modal.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: modalFadeIn 0.3s ease forwards; }
  .designbook-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85); }
  .designbook-modal__close {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 2;
    background: none;
    border: none;
    color: #fff;
    font-size: 4rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s; }
    .designbook-modal__close:hover {
      opacity: 1; }
  .designbook-modal__body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .designbook-modal__body img {
      display: block;
      max-width: 90vw;
      max-height: 85vh;
      cursor: zoom-in; }

.taiga__kv {
  position: relative;
  height: 70vh;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px; }
  @media (max-width: 768px) {
    .taiga__kv {
      height: 60vh;
      min-height: 400px;
      margin-top: 60px; } }
  .taiga__kv-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
    .taiga__kv-bg::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(26, 58, 92, 0.5) 0%, rgba(26, 58, 92, 0.7) 100%); }
  .taiga__kv-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #ffffff;
    padding: 0 20px; }
  .taiga__kv-sub {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .taiga__kv-sub {
        font-size: 1.3rem;
        margin-bottom: 15px; } }
  .taiga__kv-title {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .taiga__kv-title {
        font-size: 3.2rem;
        margin-bottom: 20px; } }
  .taiga__kv-lead {
    font-size: 1.7rem;
    line-height: 2; }
    @media (max-width: 768px) {
      .taiga__kv-lead {
        font-size: 1.4rem; } }

.taiga__intro {
  padding: 80px 0;
  background-color: #ffffff; }
  @media (max-width: 768px) {
    .taiga__intro {
      padding: 50px 0; } }
  .taiga__intro-inner {
    max-width: 800px;
    margin: 0 auto; }
  .taiga__intro-text {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.8rem;
    line-height: 2.2;
    color: #333333;
    text-align: center; }
    @media (max-width: 768px) {
      .taiga__intro-text {
        font-size: 1.5rem;
        line-height: 2;
        text-align: left; } }
    .taiga__intro-text strong {
      color: #1a3a5c; }
  .taiga__intro-nav {
    margin-top: 50px; }
    .taiga__intro-nav ul {
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
      list-style: none;
      padding: 0;
      margin: 0; }
    .taiga__intro-nav a {
      display: block;
      padding: 10px 20px;
      font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
      font-size: 1.4rem;
      color: #1a3a5c;
      border: 1px solid #1a3a5c;
      border-radius: 4px;
      text-decoration: none;
      transition: background-color 0.3s, color 0.3s; }
      .taiga__intro-nav a:hover {
        background-color: #1a3a5c;
        color: #fff; }
    @media (max-width: 768px) {
      .taiga__intro-nav {
        margin-top: 35px; }
        .taiga__intro-nav ul {
          gap: 8px; }
        .taiga__intro-nav a {
          font-size: 1.2rem;
          padding: 8px 14px; } }

.taiga__profile {
  padding: 100px 0;
  background-color: #f8f7f4; }
  @media (max-width: 768px) {
    .taiga__profile {
      padding: 60px 0; } }
  .taiga__profile-grid {
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 60px;
    align-items: start; }
    @media (max-width: 980px) {
      .taiga__profile-grid {
        grid-template-columns: 350px 1fr;
        gap: 40px; } }
    @media (max-width: 768px) {
      .taiga__profile-grid {
        grid-template-columns: 1fr;
        gap: 30px; } }
  @media (max-width: 768px) {
    .taiga__profile-image {
      max-width: 280px;
      margin: 0 auto; } }
  .taiga__profile-image img {
    width: 100%;
    height: auto; }
  .taiga__profile-caption {
    font-size: 1.2rem;
    color: #666666;
    text-align: center;
    margin-top: 10px; }
  .taiga__profile-data {
    margin-bottom: 30px;
    border-top: 2px solid #1a3a5c; }
    .taiga__profile-data-row {
      display: flex;
      border-bottom: 1px solid #e0e0e0; }
      .taiga__profile-data-row dt {
        flex: 0 0 120px;
        padding: 15px 20px;
        font-size: 1.4rem;
        font-weight: 700;
        color: #1a3a5c;
        background-color: rgba(26, 58, 92, 0.05); }
        @media (max-width: 768px) {
          .taiga__profile-data-row dt {
            flex: 0 0 90px;
            padding: 12px 15px;
            font-size: 1.3rem; } }
      .taiga__profile-data-row dd {
        flex: 1;
        padding: 15px 20px;
        font-size: 1.5rem;
        color: #333333; }
        @media (max-width: 768px) {
          .taiga__profile-data-row dd {
            padding: 12px 15px;
            font-size: 1.4rem; } }
  .taiga__profile-text p {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2rem;
    line-height: 2;
    color: #333333;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .taiga__profile-text p {
        font-size: 1.5rem; } }
    .taiga__profile-text p:last-child {
      margin-bottom: 0; }
    .taiga__profile-text p::first-letter {
      font-size: 5rem;
      font-weight: 400;
      color: #1a3a5c;
      line-height: 1.4; }

.taiga__timeline {
  padding: 100px 0;
  background-color: #ffffff; }
  @media (max-width: 768px) {
    .taiga__timeline {
      padding: 60px 0; } }
  .taiga__timeline-list {
    max-width: 800px;
    margin: 0 auto;
    position: relative; }
    .taiga__timeline-list::before {
      content: '';
      position: absolute;
      left: 80px;
      top: 0;
      bottom: 0;
      width: 2px;
      background-color: #e0e0e0; }
      @media (max-width: 768px) {
        .taiga__timeline-list::before {
          left: 50px; } }
  .taiga__timeline-item {
    display: flex;
    gap: 30px;
    padding-bottom: 40px;
    position: relative; }
    @media (max-width: 768px) {
      .taiga__timeline-item {
        gap: 20px;
        padding-bottom: 30px; } }
    .taiga__timeline-item::after {
      content: '';
      position: absolute;
      left: 73px;
      top: 5px;
      width: 16px;
      height: 16px;
      background-color: #ffffff;
      border: 3px solid #1a3a5c;
      border-radius: 50%;
      z-index: 1; }
      @media (max-width: 768px) {
        .taiga__timeline-item::after {
          left: 43px;
          width: 14px;
          height: 14px; } }
    .taiga__timeline-item--highlight::after {
      background-color: #c9a84c;
      border-color: #c9a84c; }
    .taiga__timeline-item--highlight .taiga__timeline-body {
      background-color: rgba(201, 168, 76, 0.08);
      border-left: 3px solid #c9a84c; }
    .taiga__timeline-item:last-child {
      padding-bottom: 0; }
  .taiga__timeline-year {
    flex: 0 0 60px;
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a3a5c;
    text-align: right;
    padding-top: 2px; }
    @media (max-width: 768px) {
      .taiga__timeline-year {
        flex: 0 0 38px;
        font-size: 1.3rem; } }
  .taiga__timeline-body {
    flex: 1;
    padding: 15px 25px;
    margin-left: 30px; }
    @media (max-width: 768px) {
      .taiga__timeline-body {
        padding: 12px 18px;
        margin-left: 20px; } }
    .taiga__timeline-body h4 {
      font-size: 1.7rem;
      font-weight: 700;
      color: #1a3a5c;
      margin-bottom: 8px;
      line-height: 1.5; }
      @media (max-width: 768px) {
        .taiga__timeline-body h4 {
          font-size: 1.5rem; } }
    .taiga__timeline-body p {
      font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
      font-size: 2rem;
      line-height: 2;
      color: #333333; }
      @media (max-width: 768px) {
        .taiga__timeline-body p {
          font-size: 1.5rem; } }
      .taiga__timeline-body p strong {
        color: #1a3a5c;
        font-weight: 700; }

.taiga__castle {
  position: relative;
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden; }
  @media (max-width: 768px) {
    .taiga__castle {
      padding: 60px 0; } }
  .taiga__castle-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/uda_common_img02.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed; }
    @media (max-width: 768px) {
      .taiga__castle-bg {
        background-attachment: scroll; } }
    .taiga__castle-bg::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(26, 58, 92, 0.85); }
  .taiga__castle .container {
    position: relative;
    z-index: 1; }
  .taiga__castle .section-title,
  .taiga__castle .section-lead {
    color: #ffffff; }

.taiga__castle-explore {
  padding: 100px 0;
  background-color: #f8f7f4; }
  @media (max-width: 768px) {
    .taiga__castle-explore {
      padding: 60px 0; } }
  .taiga__castle-explore-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px; }
  .taiga__castle-explore-heading {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a3a5c;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 0.1em; }
    .taiga__castle-explore-heading::after {
      content: '';
      display: block;
      width: 1px;
      height: 40px;
      background-color: #1a3a5c;
      margin: 20px auto 0; }
    @media (max-width: 768px) {
      .taiga__castle-explore-heading {
        font-size: 2.2rem;
        margin-bottom: 35px; }
        .taiga__castle-explore-heading::after {
          height: 30px;
          margin-top: 15px; } }
  .taiga__castle-explore-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start; }
    @media (max-width: 768px) {
      .taiga__castle-explore-grid {
        grid-template-columns: 1fr;
        gap: 30px; } }
  .taiga__castle-explore-map {
    position: relative; }
    .taiga__castle-explore-map img {
      width: 100%;
      height: auto; }
    .taiga__castle-explore-map.is-hidden-markers .taiga__castle-marker {
      opacity: 0;
      pointer-events: none; }
  .taiga__castle-explore-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    padding: 6px 14px;
    font-size: 1.2rem;
    color: #1a3a5c;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #e0e0e0;
    cursor: pointer;
    transition: background-color 0.2s; }
    .taiga__castle-explore-toggle:hover {
      background-color: #fff; }
  .taiga__castle-explore-slider {
    min-width: 0;
    overflow: hidden; }
  .taiga__castle-explore-note {
    font-size: 1.3rem;
    color: #666666;
    text-align: center;
    margin-top: 30px; }

.taiga__castle-marker-outside {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 4;
  display: flex;
  gap: 8px; }
  .taiga__castle-marker-outside .taiga__castle-marker {
    position: static;
    transform: none; }
    .taiga__castle-marker-outside .taiga__castle-marker:hover {
      transform: scale(1.15); }
    .taiga__castle-marker-outside .taiga__castle-marker.is-active {
      transform: scale(1.25); }

.taiga__castle-marker {
  position: absolute;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background-color: #1a3a5c;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  z-index: 2;
  padding: 0; }
  @media (max-width: 768px) {
    .taiga__castle-marker {
      width: 26px;
      height: 26px;
      font-size: 1.1rem; } }
  .taiga__castle-marker:hover {
    transform: translate(-50%, -50%) scale(1.15); }
  .taiga__castle-marker.is-active {
    background-color: #c9a84c;
    border-color: #c9a84c;
    transform: translate(-50%, -50%) scale(1.25);
    box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.3), 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 3; }
  .taiga__castle-marker--restricted {
    background-color: #666666;
    border-color: #fff; }
    .taiga__castle-marker--restricted.is-active {
      background-color: #c9a84c;
      border-color: #c9a84c; }

.taiga__castle-slider {
  padding: 0 50px;
  position: relative; }
  @media (max-width: 768px) {
    .taiga__castle-slider {
      padding: 0 40px; } }
  .taiga__castle-slider .swiper-button-prev,
  .taiga__castle-slider .swiper-button-next {
    color: #fff; }
    .taiga__castle-slider .swiper-button-prev::after,
    .taiga__castle-slider .swiper-button-next::after {
      font-size: 2.4rem; }
      @media (max-width: 768px) {
        .taiga__castle-slider .swiper-button-prev::after,
        .taiga__castle-slider .swiper-button-next::after {
          font-size: 2rem; } }

.taiga__castle-slide {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }
  .taiga__castle-slide-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover; }
  .taiga__castle-slide-body {
    padding: 20px 25px 25px; }
    @media (max-width: 768px) {
      .taiga__castle-slide-body {
        padding: 15px 18px 20px; } }
  .taiga__castle-slide-number {
    display: inline-block;
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    background-color: #1a3a5c;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px; }
  .taiga__castle-slide h4 {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 10px;
    line-height: 1.4; }
    @media (max-width: 768px) {
      .taiga__castle-slide h4 {
        font-size: 1.6rem; } }
  .taiga__castle-slide p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333333; }
    @media (max-width: 768px) {
      .taiga__castle-slide p {
        font-size: 1.3rem; } }

.taiga__castle-vision {
  padding: 100px 0;
  background-color: #f8f7f4; }
  .taiga__castle-vision-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center; }
  .taiga__castle-vision h2 {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    color: #333333; }
  .taiga__castle-vision-image img {
    width: 100%;
    height: auto;
    border-radius: 4px; }

.taiga__castle-honmaru {
  padding: 100px 0;
  background-color: #f8f7f4; }
  @media (max-width: 768px) {
    .taiga__castle-honmaru {
      padding: 60px 0; } }
  .taiga__castle-honmaru-inner {
    max-width: 1200px;
    margin: 0 auto; }
    .taiga__castle-honmaru-inner h3 {
      font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
      font-size: 2.8rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 50px;
      letter-spacing: 0.1em; }
      .taiga__castle-honmaru-inner h3::after {
        content: '';
        display: block;
        width: 1px;
        height: 40px;
        background-color: #1a3a5c;
        margin: 20px auto 0; }
      @media (max-width: 768px) {
        .taiga__castle-honmaru-inner h3 {
          font-size: 2.2rem;
          margin-bottom: 35px; }
          .taiga__castle-honmaru-inner h3::after {
            height: 30px;
            margin-top: 15px; } }
  .taiga__castle-honmaru-grid {
    display: grid;
    grid-template-columns: 3fr 7fr;
    gap: 50px;
    align-items: start; }
    @media (max-width: 768px) {
      .taiga__castle-honmaru-grid {
        grid-template-columns: 1fr;
        gap: 30px; } }
  .taiga__castle-honmaru-text p {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2rem;
    line-height: 2.2;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .taiga__castle-honmaru-text p {
        font-size: 1.5rem;
        line-height: 2; } }
    .taiga__castle-honmaru-text p:last-child {
      margin-bottom: 0; }
    .taiga__castle-honmaru-text p strong {
      color: #1a3a5c;
      font-weight: 700; }
  .taiga__castle-honmaru-image img {
    width: 100%;
    height: auto; }
  .taiga__castle-honmaru-caption {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 10px;
    text-align: center; }

.taiga__castle-life {
  padding: 100px 0; }
  @media (max-width: 768px) {
    .taiga__castle-life {
      padding: 60px 0; } }
  .taiga__castle-life-inner {
    max-width: 1200px;
    margin: 0 auto; }
    .taiga__castle-life-inner h3 {
      font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
      font-size: 2.8rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 50px;
      letter-spacing: 0.1em; }
      .taiga__castle-life-inner h3::after {
        content: '';
        display: block;
        width: 1px;
        height: 40px;
        background-color: #1a3a5c;
        margin: 20px auto 0; }
      @media (max-width: 768px) {
        .taiga__castle-life-inner h3 {
          font-size: 2.2rem;
          margin-bottom: 35px; }
          .taiga__castle-life-inner h3::after {
            height: 30px;
            margin-top: 15px; } }
  .taiga__castle-life-grid {
    display: grid;
    grid-template-columns: 3fr 7fr;
    gap: 50px;
    align-items: start; }
    @media (max-width: 768px) {
      .taiga__castle-life-grid {
        grid-template-columns: 1fr;
        gap: 30px; } }
  .taiga__castle-life-text p {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2rem;
    line-height: 2.2;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .taiga__castle-life-text p {
        font-size: 1.5rem;
        line-height: 2; } }
    .taiga__castle-life-text p:last-child {
      margin-bottom: 0; }
    .taiga__castle-life-text p strong {
      color: #1a3a5c;
      font-weight: 700; }
  .taiga__castle-life-image img {
    width: 100%;
    height: auto; }
  .taiga__castle-life-caption {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 10px;
    text-align: center; }

.taiga__castle-destruction {
  padding: 100px 0;
  background-color: #1a3a5c;
  color: #ffffff; }
  @media (max-width: 768px) {
    .taiga__castle-destruction {
      padding: 60px 0; } }
  .taiga__castle-destruction-inner {
    max-width: 1000px;
    margin: 0 auto; }
    .taiga__castle-destruction-inner h3 {
      font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
      font-size: 2.8rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 50px;
      letter-spacing: 0.1em; }
      .taiga__castle-destruction-inner h3::after {
        content: '';
        display: block;
        width: 1px;
        height: 40px;
        background-color: #ffffff;
        margin: 20px auto 0; }
      @media (max-width: 768px) {
        .taiga__castle-destruction-inner h3 {
          font-size: 2.2rem;
          margin-bottom: 35px; }
          .taiga__castle-destruction-inner h3::after {
            height: 30px;
            margin-top: 15px; } }
  .taiga__castle-destruction-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start; }
    @media (max-width: 768px) {
      .taiga__castle-destruction-grid {
        grid-template-columns: 1fr;
        gap: 30px; } }
  .taiga__castle-destruction-text p {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2rem;
    line-height: 2.2;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .taiga__castle-destruction-text p {
        font-size: 1.5rem;
        line-height: 2; } }
    .taiga__castle-destruction-text p:last-child {
      margin-bottom: 0; }
    .taiga__castle-destruction-text p strong {
      color: #c9a84c; }
  .taiga__castle-destruction-image img {
    width: 100%;
    height: auto; }
  .taiga__castle-destruction-caption {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 10px;
    text-align: center; }

.taiga__castle-info {
  padding: 80px 0;
  background-color: #f8f7f4; }
  @media (max-width: 768px) {
    .taiga__castle-info {
      padding: 50px 0; } }

.taiga__castle-guide {
  max-width: 700px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06); }
  @media (max-width: 768px) {
    .taiga__castle-guide {
      padding: 25px; } }
  .taiga__castle-guide h3 {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 25px;
    text-align: center; }
    @media (max-width: 768px) {
      .taiga__castle-guide h3 {
        font-size: 2rem; } }
  .taiga__castle-guide-data-row {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0; }
    .taiga__castle-guide-data-row:last-child {
      border-bottom: none; }
    .taiga__castle-guide-data-row dt {
      flex: 0 0 120px;
      font-size: 1.4rem;
      font-weight: 700;
      color: #1a3a5c; }
      @media (max-width: 768px) {
        .taiga__castle-guide-data-row dt {
          flex: 0 0 90px;
          font-size: 1.3rem; } }
    .taiga__castle-guide-data-row dd {
      flex: 1;
      font-size: 1.5rem;
      color: #333333; }
      @media (max-width: 768px) {
        .taiga__castle-guide-data-row dd {
          font-size: 1.4rem; } }

.taiga__town {
  padding: 100px 0;
  background-color: #f8f7f4; }
  @media (max-width: 768px) {
    .taiga__town {
      padding: 60px 0; } }
  .taiga__town-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center; }
    @media (max-width: 768px) {
      .taiga__town-grid {
        grid-template-columns: 1fr;
        gap: 30px; } }
  .taiga__town-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); }
  .taiga__town-content p {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2rem;
    line-height: 2.2;
    color: #333333;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .taiga__town-content p {
        font-size: 1.5rem;
        line-height: 2; } }
    .taiga__town-content p strong {
      color: #1a3a5c;
      font-weight: 700; }
  .taiga__town-cta {
    display: flex;
    gap: 15px;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .taiga__town-cta {
        flex-direction: column; } }

.taiga__map {
  padding: 100px 0;
  background-color: #ffffff; }
  @media (max-width: 768px) {
    .taiga__map {
      padding: 60px 0; } }
  .taiga__map-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .taiga__map-grid {
        grid-template-columns: 1fr;
        gap: 30px; } }
  .taiga__map-area h3 {
    font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 2px solid #c9a84c; }
    @media (max-width: 768px) {
      .taiga__map-area h3 {
        font-size: 1.8rem; } }
  .taiga__map-spots li {
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0; }
    .taiga__map-spots li:last-child {
      border-bottom: none; }
    .taiga__map-spots li strong {
      display: block;
      font-size: 1.6rem;
      font-weight: 700;
      color: #1a3a5c;
      margin-bottom: 4px; }
      @media (max-width: 768px) {
        .taiga__map-spots li strong {
          font-size: 1.5rem; } }
    .taiga__map-spots li span {
      font-size: 1.4rem;
      color: #666666;
      line-height: 1.6; }
  .taiga__map-embed {
    border-radius: 8px;
    overflow: hidden; }
    .taiga__map-embed iframe {
      display: block; }
      @media (max-width: 768px) {
        .taiga__map-embed iframe {
          height: 300px; } }

.taiga__drama {
  padding: 100px 0;
  background-color: #f8f7f4; }
  @media (max-width: 768px) {
    .taiga__drama {
      padding: 60px 0; } }
  .taiga__drama-inner {
    max-width: 800px;
    margin: 0 auto; }
  .taiga__drama-info {
    margin-bottom: 30px; }
  .taiga__drama-data {
    margin-bottom: 30px;
    border-top: 2px solid #1a3a5c; }
    .taiga__drama-data-row {
      display: flex;
      border-bottom: 1px solid #e0e0e0; }
      .taiga__drama-data-row dt {
        flex: 0 0 120px;
        padding: 15px 20px;
        font-size: 1.4rem;
        font-weight: 700;
        color: #1a3a5c;
        background-color: rgba(26, 58, 92, 0.05); }
        @media (max-width: 768px) {
          .taiga__drama-data-row dt {
            flex: 0 0 90px;
            padding: 12px 15px;
            font-size: 1.3rem; } }
      .taiga__drama-data-row dd {
        flex: 1;
        padding: 15px 20px;
        font-size: 1.5rem;
        color: #333333; }
        @media (max-width: 768px) {
          .taiga__drama-data-row dd {
            padding: 12px 15px;
            font-size: 1.4rem; } }
  .taiga__drama-text {
    font-size: 1.6rem;
    line-height: 2;
    color: #333333; }
    @media (max-width: 768px) {
      .taiga__drama-text {
        font-size: 1.5rem; } }
  .taiga__drama-note {
    padding: 25px 30px;
    background-color: rgba(201, 168, 76, 0.1);
    border-left: 4px solid #c9a84c; }
    @media (max-width: 768px) {
      .taiga__drama-note {
        padding: 20px; } }
    .taiga__drama-note p {
      font-size: 1.5rem;
      line-height: 1.8;
      color: #333333; }
      @media (max-width: 768px) {
        .taiga__drama-note p {
          font-size: 1.4rem; } }

.taiga__course {
  position: relative;
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden; }
  @media (max-width: 768px) {
    .taiga__course {
      padding: 60px 0; } }
  .taiga__course-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/uda_common_img05.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed; }
    @media (max-width: 768px) {
      .taiga__course-bg {
        background-attachment: scroll; } }
    .taiga__course-bg::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(26, 58, 92, 0.85); }
  .taiga__course .container {
    position: relative;
    z-index: 1; }
  .taiga__course .section-title,
  .taiga__course .section-lead {
    color: #ffffff; }
  .taiga__course-route {
    max-width: 700px;
    margin: 0 auto 60px; }
  .taiga__course-steps {
    counter-reset: step; }
    .taiga__course-steps li {
      position: relative;
      padding-left: 70px;
      padding-bottom: 40px;
      border-left: 2px solid rgba(255, 255, 255, 0.3);
      margin-left: 20px; }
      @media (max-width: 768px) {
        .taiga__course-steps li {
          padding-left: 55px;
          padding-bottom: 30px; } }
      .taiga__course-steps li::before {
        counter-increment: step;
        content: counter(step);
        position: absolute;
        left: -21px;
        top: 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.7rem;
        font-weight: 700;
        color: #1a3a5c;
        background-color: #c9a84c;
        border-radius: 50%; }
        @media (max-width: 768px) {
          .taiga__course-steps li::before {
            width: 36px;
            height: 36px;
            left: -19px;
            font-size: 1.5rem; } }
      .taiga__course-steps li:last-child {
        border-left-color: transparent;
        padding-bottom: 0; }
  .taiga__course-step-content h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 40px; }
    @media (max-width: 768px) {
      .taiga__course-step-content h4 {
        font-size: 1.6rem;
        line-height: 36px; } }
  .taiga__course-step-content p {
    font-size: 1.5rem;
    line-height: 1.7;
    opacity: 0.9; }
    @media (max-width: 768px) {
      .taiga__course-step-content p {
        font-size: 1.4rem; } }
  .taiga__course-cta {
    display: flex;
    justify-content: center;
    gap: 20px; }
    @media (max-width: 768px) {
      .taiga__course-cta {
        flex-direction: column;
        align-items: center; } }

.sp-only {
  display: none; }
  @media (max-width: 768px) {
    .sp-only {
      display: inline; } }

@keyframes panelFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
