@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500;700&family=Lexend+Deca:wght@400&family=Noto+Sans+JP:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  color: #012118;
  background-color: #f9f9f9;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

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

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(249, 249, 249, 0.95);
  backdrop-filter: blur(8px);
}

.header__inner {
  display: flex;
  align-items: stretch;
}

.header__logo {
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  flex-shrink: 0;
}

.header__logo img {
  width: 100%;
  height: auto;
}

.header__nav-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header__nav-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding: 12px 24px 8px;
  font-size: 14px;
  font-weight: 500;
}

.header__nav-top a {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.header__nav-top a::before {
  content: '|';
  color: #dddddd;
  margin-right: 8px;
}

.header__nav-top a:first-child::before {
  display: none;
}

.header__nav-top .nav-search,
.header__nav-top .nav-lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #012118;
  border-radius: 9999px;
  padding: 4px 16px;
  font-size: 14px;
}

.header__nav-top .nav-sns {
  display: flex;
  gap: 8px;
}

.header__nav-top .nav-sns a::before {
  display: none;
}

.header__nav-top .sns-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}

.sns-icon--fb {
  background: #1877f2;
}

.sns-icon--ig {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.sns-icon--yt {
  background: #ff0000;
}

.header__nav-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  padding: 8px 24px 12px;
}

.header__nav-main a {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}

.header__nav-main a::before {
  content: '|';
  color: #dddddd;
  position: absolute;
  left: -2px;
}

.header__nav-main a:first-child::before {
  display: none;
}

.header__nav-main a .dropdown-arrow {
  font-size: 10px;
  margin-left: 2px;
}

.header__sp-menu {
  display: none;
}

.mv {
  position: relative;
  width: 100%;
  height: 770px;
  margin-top: 126px;
  overflow: hidden;
}

.mv__slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.mv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}

.mv__copy {
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  color: #fff;
  z-index: 2;
}

.mv__copy-main {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.mv__copy-sub {
  font-family: 'Caveat', cursive;
  font-size: 16px;
  font-weight: 500;
  margin-left: 20px;
  letter-spacing: 0.05em;
}

.mv__copy-cities {
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-left: 16px;
  opacity: 0.9;
}

.mv__scroll {
  position: absolute;
  bottom: 140px;
  right: 40px;
  z-index: 2;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.mv__scroll-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.mv__scroll-text {
  font-family: 'Caveat', cursive;
  color: #fff;
  font-size: 16px;
}

.mv__scroll-arrow {
  color: #fff;
  font-size: 14px;
  animation: scrollDown 1.5s ease infinite;
}

@keyframes scrollDown {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(6px); opacity: 0.5; }
}

.mv__dots {
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mv__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  cursor: pointer;
  transition: background 0.3s;
}

.mv__dot.is-active {
  background: #fff;
}

.mv__dot-pause {
  width: 12px;
  height: 12px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  font-size: 12px;
}

.mv__wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 3;
}

.mv__wave svg {
  width: 100%;
  display: block;
}

.mv__wave-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #f9f9f9;
  z-index: 2;
}

.mv__wave-line {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 150%;
  z-index: 3;
}

.mv__wave-path {
  fill: none;
  stroke: #597b30;
  stroke-width: 1.5;
  opacity: 0.4;
}

.section-ttl {
  text-align: center;
  margin-bottom: 20px;
}

.section-ttl__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.section-ttl__lead-deco {
  display: inline-block;
  width: 9px;
  height: 16px;
  position: relative;
}

.section-ttl__lead-deco::before {
  content: '✦';
  font-size: 12px;
  color: #012118;
}

.section-ttl__main {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}

.section-ttl__en {
  font-family: 'Caveat', cursive;
  font-size: 20px;
  font-weight: 500;
  color: #597b30;
  margin-top: 8px;
}

.travel-report {
  padding: 120px 0;
  border-bottom: 1px solid #dddddd;
}

.travel-report__desc {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.travel-report__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 60px;
}

.card-news {
  padding: 0 16px;
  border-right: 1px solid #012118;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.card-news:last-child {
  border-right: none;
}

.card-news__thumb {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
}

.card-news__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.card-news:hover .card-news__thumb img {
  transform: scale(1.05);
}

.card-news__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card-news__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.card-news__date {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 14px;
  color: #848484;
}

.card-news__cat {
  font-size: 14px;
  font-weight: 700;
  color: #597b30;
}

.card-news__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.card-news__excerpt {
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.btn-fill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #597b30;
  color: #fff;
  border-radius: 9999px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.btn-fill:hover {
  opacity: 0.85;
}

.btn-fill__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-fill__icon::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #597b30;
  border-bottom: 2px solid #597b30;
  transform: rotate(-45deg);
  margin-left: -2px;
}

.btn-wrap {
  text-align: center;
  padding-top: 60px;
}

.things-to-do {
  padding: 120px 0;
}

.things-to-do .inner {
  max-width: 100%;
  padding: 0;
}

.things-to-do .section-ttl {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 0 80px;
}

.enjoy {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}

.enjoy__contents {
  background-image: url('../img/enjoy_bg.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 120px;
  position: relative;
}

.enjoy__contents::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 10px;
}

.enjoy__contents > * {
  position: relative;
  z-index: 1;
}

.enjoy__head {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  margin-bottom: 80px;
}

.enjoy__photos {
  display: flex;
  gap: 13px;
  flex-shrink: 0;
  width: 600px;
}

.enjoy__photo {
  width: calc(100% / 3);
  height: 383px;
  border-radius: 8px;
  overflow: hidden;
}

.enjoy__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enjoy__text {
  color: #fff;
}

.enjoy__sub-ttl {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.enjoy__sub-ttl-en {
  font-family: 'Caveat', cursive;
  font-size: 18px;
  font-weight: 700;
  color: #dddddd;
}

.enjoy__sub-ttl-ja {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
}

.enjoy__sub-desc {
  font-size: 16px;
  line-height: 2;
}

.enjoy__genre-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.card-genre {
  width: 200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-genre__img {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}

.card-genre__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-genre__body {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #fff;
}

.card-genre__name {
  font-size: 18px;
  font-weight: 500;
  flex: 1;
}

.icon-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-circle--white {
  background: #fff;
  border: 1px solid #fff;
}

.icon-circle--white::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #597b30;
  border-bottom: 2px solid #597b30;
  transform: rotate(-45deg);
  margin-left: -2px;
}

.icon-circle--green {
  background: #597b30;
  border: 1px solid #597b30;
  width: 24px;
  height: 24px;
}

.icon-circle--green::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-left: -2px;
}

.icon-circle--outline {
  background: #fff;
  border: 1px solid #dddddd;
  width: 40px;
  height: 40px;
}

.icon-circle--outline::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #597b30;
  border-bottom: 2px solid #597b30;
  transform: rotate(-45deg);
  margin-left: -3px;
}

.feature-list {
  max-width: 1440px;
  margin: 80px auto 0;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  gap: 104px;
  position: relative;
}

.feature-list::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: calc(100% + 80px);
  border-left: 1px dashed #dddddd;
  z-index: 0;
}

.feature-block {
  display: flex;
  background: url('../img/bg_texture.png');
  background-size: cover;
  position: relative;
  z-index: 1;
}

.feature-block::before {
  content: '';
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dddddd;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 6l6 6-6 6' stroke='%23597b30' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

.feature-block:first-child::before {
  display: none;
}

.feature-block__head {
  width: 328px;
  flex-shrink: 0;
  padding: 40px 32px;
  border-right: 1px solid #012118;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.feature-block__cat {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.feature-block__cat-icon {
  width: 36px;
  height: 36px;
}

.feature-block__cat-icon img {
  width: 100%;
  height: 100%;
}

.feature-block__cat-en {
  font-family: 'Caveat', cursive;
  font-size: 18px;
  font-weight: 700;
  color: #597b30;
}

.feature-block__ttl {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  padding: 24px 0 16px;
}

.feature-block__lead {
  font-size: 14px;
  line-height: 1.8;
  padding: 0 16px;
}

.feature-block__cards {
  flex: 1;
  display: flex;
  gap: 30px;
  padding: 0 0 0 40px;
  overflow-x: auto;
}

.card-purpose {
  width: 304px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.card-purpose__img {
  width: 100%;
  height: 224px;
  border-radius: 10px;
  overflow: hidden;
}

.card-purpose__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.card-purpose:hover .card-purpose__img img {
  transform: scale(1.05);
}

.card-purpose__body {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}

.card-purpose__name {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
}

.more-section {
  max-width: 1280px;
  margin: 80px auto 0;
  padding: 0 80px;
}

.more-section__inner {
  background-image: url('../img/bg_texture.png');
  background-size: cover;
  border-radius: 10px;
  padding: 80px;
  position: relative;
}

.more-section__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.more-section__inner > * {
  position: relative;
  z-index: 1;
}

.secondary-ttl {
  margin-bottom: 40px;
}

.secondary-ttl__en {
  font-family: 'Caveat', cursive;
  font-size: 18px;
  font-weight: 700;
  color: #dddddd;
  margin-bottom: 12px;
}

.secondary-ttl__ja {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}

.more-section__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.link-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 320px;
}

.link-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link-item__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.link-item__text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.link-item__sub {
  font-size: 18px;
  font-weight: 500;
}

.link-item__title {
  font-size: 28px;
  font-weight: 500;
}

.things-to-do .btn-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 80px 0;
}

.info {
  padding: 120px 0;
  border-top: 1px solid #dddddd;
}

.info__inner {
  display: flex;
  gap: 40px;
}

.info__head {
  width: 240px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info__ttl-en {
  font-family: 'Caveat', cursive;
  font-size: 18px;
  font-weight: 700;
  color: #597b30;
}

.info__ttl-ja {
  font-size: 32px;
  font-weight: 500;
}

.info__list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.info__list .card-news {
  padding: 0 15px;
}

.info__list .card-news__thumb {
  aspect-ratio: 1;
}

.about {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.about__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__lead {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about__ttl-en {
  font-family: 'Caveat', cursive;
  font-size: 18px;
  font-weight: 700;
  color: #597b30;
}

.about__ttl-ja {
  font-size: 32px;
  font-weight: 500;
}

.about__desc {
  font-size: 16px;
  line-height: 2;
}

.area {
  padding: 60px 0;
  border-bottom: 1px solid #dddddd;
}

.area__slider-wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

.area__slider {
  display: flex;
  transition: transform 0.5s ease;
}

.area__slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 80px;
}

.area__slide-text {
  width: 50%;
  padding: 40px 60px;
}

.area__slide-catchcopy {
  font-size: 16px;
  font-weight: 500;
  color: #597b30;
  margin-bottom: 8px;
}

.area__slide-city {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
}

.area__slide-pin {
  width: 24px;
  height: 32px;
}

.area__slide-desc {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 32px;
}

.area__slide-images {
  width: 50%;
  position: relative;
  height: 360px;
}

.area__slide-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.area__slide-sub-img {
  position: absolute;
  bottom: -30px;
  left: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
}

.area__slide-sub-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.area__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.area__nav--prev {
  left: 20px;
}

.area__nav--next {
  right: 20px;
}

.area__nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: box-shadow 0.3s;
}

.area__nav-btn:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.area__nav-btn::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #597b30;
  border-bottom: 2px solid #597b30;
}

.area__nav--prev .area__nav-btn::after {
  transform: rotate(135deg);
  margin-left: 3px;
}

.area__nav--next .area__nav-btn::after {
  transform: rotate(-45deg);
  margin-right: 3px;
}

.footer {
  background: #012118;
  color: #fff;
  padding: 80px 0 40px;
}

.footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}

.footer__top {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}

.footer__info {
  width: 300px;
  flex-shrink: 0;
}

.footer__org {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

.footer__address {
  font-size: 13px;
  line-height: 2;
  font-style: normal;
  opacity: 0.8;
}

.footer__nav {
  flex: 1;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__nav-col a {
  font-size: 14px;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.footer__nav-col a:hover {
  opacity: 1;
}

.footer__nav-col a:first-child {
  font-weight: 700;
  opacity: 1;
  margin-bottom: 4px;
}

.footer__pr {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  justify-content: center;
}

.footer__pr-item {
  width: 100px;
  height: 60px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__pr-item img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.footer__bottom {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__copy {
  font-size: 12px;
  opacity: 0.6;
  font-family: 'Lexend Deca', sans-serif;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 20px;
  }

  .header__logo {
    width: 120px;
    padding: 8px;
  }

  .header__nav-wrap {
    display: none;
  }

  .header__sp-menu {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    padding-right: 16px;
  }

  .header__sp-menu-btn {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px;
  }

  .header__sp-menu-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #012118;
  }

  .mv {
    height: 560px;
    margin-top: 76px;
  }

  .mv__copy {
    right: 40px;
  }

  .mv__copy-main {
    font-size: 32px;
  }

  .mv__copy-sub {
    font-size: 12px;
  }

  .mv__scroll {
    width: 80px;
    height: 80px;
    bottom: 100px;
    right: 20px;
  }

  .mv__scroll-circle {
    width: 80px;
    height: 80px;
  }

  .mv__scroll-text {
    font-size: 12px;
  }

  .travel-report {
    padding: 60px 0;
  }

  .travel-report .inner {
    padding: 0 20px;
  }

  .section-ttl__lead {
    font-size: 14px;
    gap: 12px;
  }

  .section-ttl__main {
    font-size: 24px;
  }

  .section-ttl__en {
    font-size: 16px;
  }

  .travel-report__desc {
    font-size: 14px;
    margin-bottom: 40px;
    text-align: left;
  }

  .travel-report__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
  }

  .card-news {
    border-right: none;
    padding: 0;
    gap: 16px;
  }

  .card-news__title {
    font-size: 15px;
    -webkit-line-clamp: 3;
  }

  .card-news__excerpt {
    display: none;
  }

  .btn-fill {
    font-size: 14px;
    padding: 10px 24px;
  }

  .btn-wrap {
    padding-top: 40px;
  }

  .things-to-do {
    padding: 60px 0;
  }

  .things-to-do .section-ttl {
    padding: 0 20px;
  }

  .enjoy {
    padding: 0 20px;
  }

  .enjoy__contents {
    padding: 40px 20px;
    border-radius: 10px;
  }

  .enjoy__head {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 40px;
  }

  .enjoy__photos {
    width: 100%;
    gap: 8px;
  }

  .enjoy__photo {
    height: 200px;
  }

  .enjoy__sub-ttl-en {
    font-size: 14px;
  }

  .enjoy__sub-ttl-ja {
    font-size: 24px;
  }

  .enjoy__sub-desc {
    font-size: 14px;
  }

  .enjoy__sub-ttl {
    margin-bottom: 24px;
  }

  .enjoy__genre-list {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .card-genre {
    width: 100%;
    gap: 12px;
  }

  .card-genre__img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .card-genre__name {
    font-size: 14px;
  }

  .icon-circle--white {
    width: 24px;
    height: 24px;
  }

  .icon-circle--white::after {
    width: 5px;
    height: 5px;
    margin-left: -1px;
  }

  .feature-list {
    padding: 0 20px;
    margin-top: 40px;
    gap: 60px;
  }

  .feature-block {
    flex-direction: column;
  }

  .feature-block::before {
    top: -30px;
    width: 32px;
    height: 32px;
    background-size: 12px;
  }

  .feature-block__head {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #012118;
    padding: 24px;
  }

  .feature-block__ttl {
    font-size: 22px;
    padding: 16px 0 12px;
  }

  .feature-block__lead {
    font-size: 13px;
    padding: 0;
  }

  .feature-block__cards {
    padding: 24px 0;
    gap: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-left: 16px;
  }

  .card-purpose {
    width: 240px;
    scroll-snap-align: start;
  }

  .card-purpose__img {
    height: 176px;
  }

  .card-purpose__name {
    font-size: 15px;
  }

  .more-section {
    padding: 0 20px;
    margin-top: 40px;
  }

  .more-section__inner {
    padding: 40px 20px;
  }

  .secondary-ttl__ja {
    font-size: 24px;
  }

  .more-section__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .link-item {
    height: 240px;
  }

  .link-item__sub {
    font-size: 14px;
  }

  .link-item__title {
    font-size: 22px;
  }

  .things-to-do .btn-wrap {
    padding: 40px 20px 0;
  }

  .info {
    padding: 60px 0;
  }

  .info__inner {
    flex-direction: column;
    gap: 24px;
  }

  .info__head {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .info__ttl-ja {
    font-size: 24px;
  }

  .info__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .info__list .card-news {
    border-right: none;
    padding: 0;
  }

  .about {
    height: auto;
    aspect-ratio: auto;
  }

  .about__bg {
    height: auto;
    aspect-ratio: 360/500;
  }

  .about__lead {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 40px 20px;
    max-width: 100%;
  }

  .about__ttl-ja {
    font-size: 24px;
  }

  .about__desc {
    font-size: 14px;
  }

  .area {
    padding: 40px 0;
  }

  .area__slider-wrap {
    padding: 0;
  }

  .area__slide {
    flex-direction: column-reverse;
    padding: 0 20px;
  }

  .area__slide-text {
    width: 100%;
    padding: 24px 0;
  }

  .area__slide-city {
    font-size: 28px;
  }

  .area__slide-desc {
    font-size: 14px;
  }

  .area__slide-images {
    width: 100%;
    height: 240px;
  }

  .area__slide-sub-img {
    width: 120px;
    height: 120px;
    bottom: -20px;
    left: -10px;
  }

  .area__nav--prev {
    left: 10px;
  }

  .area__nav--next {
    right: 10px;
  }

  .area__nav-btn {
    width: 32px;
    height: 32px;
  }

  .footer {
    padding: 60px 0 30px;
  }

  .footer__inner {
    padding: 0 20px;
  }

  .footer__top {
    flex-direction: column;
    gap: 40px;
  }

  .footer__info {
    width: 100%;
  }

  .footer__nav {
    gap: 24px;
    flex-direction: column;
  }

  .footer__pr {
    flex-wrap: wrap;
    gap: 12px;
  }

  .footer__pr-item {
    width: 80px;
    height: 48px;
  }
}
