:root {
  --sy-font-latin:
    "Montserrat", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --sy-font-cjk:
    "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    "Source Han Sans SC", sans-serif;
}

body.front-page,
.front-page button,
.front-page input,
.front-page textarea,
.front-page select,
.front-page .txt--gothic {
  font-family: var(--sy-font-cjk);
}

.sy-home-text-logo {
  font-family: var(--sy-font-latin);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}

.front-page .mv-text__eng,
.front-page .ttl--eng,
.front-page .index_tour-blk__ttl .eng,
.front-page .index_news-list__date,
.front-page .index_blog-list__date,
.front-page .txt--eng {
  font-family: var(--sy-font-latin);
}

.front-page .mv-text p:not(.mv-text__eng),
.front-page .ttl__sub,
.front-page .ttl--eng.ttl--vertical-border .ttl__sub,
.front-page .index_news-list__body,
.front-page .index_about__body,
.front-page .index_tour-blk__lead,
.front-page .index_staff-blk__prof,
.front-page .index_faq-list,
.front-page .foot-inquiry p {
  font-family: var(--sy-font-cjk);
}

.header-logo__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .global-nav.nav-list {
  display: flex;
}

.header .global-nav__item {
  list-style: none;
}

.header .global-nav__item .nav-link {
  color: #fff;
}

.header .dropdown-menus {
  display: none;
}

.header .list-menu:hover > .dropdown-menus {
  display: block;
}

.front-page .header.sy-nav-demo {
  height: 64px;
  min-height: 0;
  background: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  backdrop-filter: blur(12px);
  transition: background 0.5s ease, border-color 0.5s ease,
    backdrop-filter 0.5s ease;
}

.front-page .header.sy-nav-demo.header--index-top {
  background: rgba(0, 0, 0, 0.1);
}

.front-page .sy-nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  height: 64px;
  padding: 0 24px;
  position: relative;
  justify-content: space-between;
  box-sizing: border-box;
}

.front-page .sy-nav-left,
.front-page .sy-nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1 1 0;
}

.front-page .sy-nav-left {
  justify-content: flex-start;
}

.front-page .sy-nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.front-page .sy-nav-demo .header-logo {
  flex: 0 0 auto;
}

.front-page .sy-nav-demo .header-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.front-page .sy-nav-links {
  position: static;
  opacity: 1;
  transform: none;
  background: transparent;
  width: auto;
  height: auto;
  text-align: left;
  flex: 0 0 auto;
}

.front-page .sy-nav-links .global-nav {
  display: flex;
  gap: 24px;
  justify-content: flex-start;
}

.front-page .sy-nav-links .global-nav__item .nav-link {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1;
  transition: color 0.2s ease;
}

.front-page .sy-nav-demo .global-nav a {
  color: #fff;
  height: auto;
  padding: 0;
}

.front-page .sy-nav-demo .global-nav a:after {
  display: none;
}

.front-page .sy-nav-demo .global-nav a:hover {
  color: #d1d5db;
}

.front-page .sy-nav-center .header-logo__item {
  width: 108px;
}

.front-page .sy-nav-demo .header-logo__item svg .path {
  fill: #fff;
}

.front-page .sy-nav-demo .header-h1 {
  color: #fff;
}

.front-page .sy-nav-right {
  justify-content: flex-end;
  gap: 16px;
}

.front-page .sy-nav-sign {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
}

.front-page .sy-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #fff;
  color: #0c0c0c;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  transition: background 0.2s ease, color 0.2s ease;
}

.front-page .sy-nav-cta:hover {
  background: #e5e7eb;
}

.front-page .sy-nav-demo .header-tgl-btn__hamburger,
.front-page .sy-nav-demo .header-tgl-btn__hamburger:before,
.front-page .sy-nav-demo .header-tgl-btn__hamburger:after {
  background-color: #fff;
}

@media (max-width: 1000px) {
  .front-page .header.sy-nav-demo {
    height: 56px;
  }
  .front-page .sy-nav-inner {
    height: 56px;
    padding: 0 18px;
  }
  .front-page .sy-nav-links {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    width: 100%;
    height: 100vh;
    background-color: rgba(15, 149, 75, 0.9);
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .front-page .menu-open .sy-nav-links {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .front-page .sy-nav-links nav {
    height: 100%;
  }
  .front-page .sy-nav-links .global-nav {
    height: 100%;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .front-page .sy-nav-left {
    flex: 0 0 auto;
  }
  .front-page .sy-nav-right {
    flex: 0 0 auto;
  }
  .front-page .sy-nav-right .sy-nav-sign {
    display: none;
  }
  .front-page .sy-nav-right .sy-nav-cta {
    padding: 8px 16px;
    font-size: 0.8rem;
  }
}
/* Temporary: use 1:1 replica background sources */
.section--bg-paper {
  background: url("https://curiousokinawa.com/wp-content/themes/setten_wp_theme/img/common/bg_paper.png");
}

.foot-inquiry {
  background: url("https://curiousokinawa.com/wp-content/themes/setten_wp_theme/img/common/bg_foot-inquiry.jpg")
    center no-repeat;
  background-size: cover;
}

.front-page .foot-inquiry__actions {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.front-page .foot-inquiry__btn {
  margin: 0;
  width: min(360px, 100%);
  height: 74px;
}

.front-page .foot-inquiry__btn .i-right {
  right: 28px;
  font-size: 1.6rem;
}

.cover--news {
  background: url("https://curiousokinawa.com/wp-content/themes/setten_wp_theme/img/news/cover.jpg")
    center no-repeat;
  background-size: cover;
}

.cover--concept {
  background: url("https://curiousokinawa.com/wp-content/themes/setten_wp_theme/img/concept/cover.jpg")
    center no-repeat;
  background-size: cover;
}

.cover--staff {
  background: url("https://curiousokinawa.com/wp-content/themes/setten_wp_theme/img/staff/cover.jpg")
    center no-repeat;
  background-size: cover;
}

.cover--tour {
  background: url("https://curiousokinawa.com/wp-content/themes/setten_wp_theme/img/tour/cover.jpg")
    center no-repeat;
  background-size: cover;
}

.cover--coral_reef_calendar {
  background: url("https://curiousokinawa.com/wp-content/uploads/2018/08/P5010051.jpg")
    center no-repeat;
  background-size: cover;
}

.cover--tidal_flat_calendar {
  background: url("https://curiousokinawa.com/wp-content/uploads/2018/02/tideland_gallery_02.jpg")
    center no-repeat;
  background-size: cover;
}

.cover--group-tour {
  background: url("https://curiousokinawa.com/wp-content/themes/setten_wp_theme/img/group-tour/cover.jpg")
    center no-repeat;
  background-size: cover;
}

.cover--tour-apply {
  background: url("https://curiousokinawa.com/wp-content/themes/setten_wp_theme/img/tour-apply/cover.jpg")
    center no-repeat;
  background-size: cover;
}

.cover--company {
  background: url("https://curiousokinawa.com/wp-content/themes/setten_wp_theme/img/company/cover.jpg")
    center no-repeat;
  background-size: cover;
}

.cover--faq {
  background: url("https://curiousokinawa.com/wp-content/themes/setten_wp_theme/img/faq/cover.jpg")
    center no-repeat;
  background-size: cover;
}

.cover--site-map {
  background: url("https://curiousokinawa.com/wp-content/themes/setten_wp_theme/img/site-map/cover.jpg")
    center no-repeat;
  background-size: cover;
}

.cover--privacy-policy {
  background: url("https://curiousokinawa.com/wp-content/themes/setten_wp_theme/img/privacy-policy/cover.jpg")
    center no-repeat;
  background-size: cover;
}

.cover--contact {
  background: url("https://curiousokinawa.com/wp-content/themes/setten_wp_theme/img/contact/cover.jpg")
    center no-repeat;
  background-size: cover;
}

.cover--404 {
  background: url("https://curiousokinawa.com/wp-content/themes/setten_wp_theme/img/404/cover.jpg")
    center no-repeat;
  background-size: cover;
}

.news-single {
  background: url("https://curiousokinawa.com/wp-content/themes/setten_wp_theme/img/common/bg_paper.png")
    center;
  background-size: cover;
}

.tour-global-cate-ttl.mountain-forest {
  background: url("https://curiousokinawa.com/wp-content/themes/setten_wp_theme/img/tour/bg_global-cate--mountain-forest.jpg")
    center no-repeat;
  background-size: cover;
}

.tour-global-cate-ttl.sea {
  background: url("https://curiousokinawa.com/wp-content/themes/setten_wp_theme/img/tour/bg_global-cate--sea.jpg")
    center no-repeat;
  background-size: cover;
}

.front-page .sy-footer-huawei {
  margin-top: 0;
  padding: 0;
  border-top: 1px solid #d8d8d8;
  background: #f2f2f2;
  color: #1e2c3c;
}

.front-page .syf-wrap {
  width: min(1280px, calc(100% - 42px));
  margin: 0 auto;
}

.front-page .syf-main {
  padding: 22px 0 20px;
}

.front-page .syf-top-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dcdcdc;
}

.front-page .syf-top-search {
  width: min(560px, 60vw);
  height: 62px;
  display: flex;
  align-items: center;
  border: 1px solid #d3d3d3;
  background: #f8f8f8;
}

.front-page .syf-top-search input {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 18px;
  font-size: 1rem;
  color: #1e2c3c;
}

.front-page .syf-top-search input:focus {
  outline: none;
}

.front-page .syf-top-search button {
  width: 66px;
  height: 100%;
  border: 0;
  border-left: 1px solid #d8d8d8;
  background: transparent;
  color: #9aa4af;
  cursor: pointer;
  font-size: 1.38rem;
}

.front-page .syf-top-search button i {
  line-height: 1;
}

.front-page .syf-contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 18px 0 20px;
  border-bottom: 1px solid #dcdcdc;
}

.front-page .syf-contact-intro {
  margin: 0;
  max-width: 560px;
  color: #3b4a5a;
  font-size: 1rem;
  line-height: 1.6;
}

.front-page .syf-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  font-size: 0.95rem;
  color: #2f3b45;
}

.front-page .syf-contact-list span {
  color: #7a8793;
}

.front-page .syf-sitemap--desktop {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  padding: 30px 0 26px;
  border-bottom: 1px solid #dcdcdc;
}

.front-page .syf-col h3 {
  margin: 0 0 16px;
  color: #1f2e3d;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.front-page .syf-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

.front-page .syf-col a {
  color: #556474;
  font-size: 1rem;
  line-height: 1.5;
}

.front-page .syf-col a:hover {
  color: #1f2e3d;
}

.front-page .syf-sitemap--mobile {
  display: none;
}

.front-page .syf-links-row {
  padding: 22px 0 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
}

.front-page .syf-portal-list,
.front-page .syf-policy-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.front-page .syf-portal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.front-page .syf-portal-list a {
  color: #4f5f6f;
  font-size: 0.95rem;
}

.front-page .syf-legal {
  background: #e6e6e6;
  border-top: 1px solid #dadada;
}

.front-page .syf-legal .syf-wrap {
  min-height: 116px;
  padding: 18px 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.front-page .syf-legal-copy,
.front-page .syf-legal-record {
  margin: 0;
  color: #394a5a;
  font-size: 0.92rem;
  line-height: 1.6;
}

.front-page .syf-policy-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
}

.front-page .syf-policy-list a {
  color: #2f4050;
  font-size: 0.92rem;
}

.front-page .index_sns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
  letter-spacing: normal;
}

.front-page .index_sns-list__item {
  display: block;
  padding: 0;
}

.front-page .sy-cn-sns {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 52px;
  height: 52px;
  min-height: 52px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #d5e4e6;
  background: #fff;
  color: inherit;
  font-size: 0;
  line-height: 1;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.front-page .sy-cn-sns:hover {
  border-color: #a9c4c7;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(8, 56, 37, 0.14);
}

.front-page .sy-cn-sns__icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.front-page .sy-cn-sns__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.pagetop.sy-back-to-top {
  position: fixed;
  top: auto;
  right: 18px;
  bottom: 20px;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    background-color 0.3s ease;
}

.pagetop.sy-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .front-page .syf-wrap {
    width: min(1280px, calc(100% - 32px));
  }

  .front-page .syf-top-search {
    display: none;
  }

  .front-page .syf-top-row {
    display: none;
  }

  .front-page .syf-contact {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 0;
    padding: 10px 0 0;
  }

  .front-page .syf-sitemap--desktop {
    display: none;
  }

  .front-page .syf-sitemap--mobile {
    display: block;
    margin-top: 10px;
    border-top: 1px solid #dcdcdc;
  }

  .front-page .syf-accordion {
    border-bottom: 1px solid #dcdcdc;
  }

  .front-page .syf-accordion summary {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 1.72rem;
    font-weight: 700;
    color: #1e2c3c;
    cursor: pointer;
    list-style: none;
  }

  .front-page .syf-accordion summary::-webkit-details-marker {
    display: none;
  }

  .front-page .syf-accordion summary i {
    color: #60707f;
    font-size: 1.15rem;
    transition: transform 0.24s ease;
  }

  .front-page .syf-accordion[open] summary i {
    transform: rotate(180deg);
  }

  .front-page .syf-accordion ul {
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
  }

  .front-page .syf-accordion a {
    color: #5d6d7d;
    font-size: 1rem;
  }

  .front-page .syf-links-row {
    padding-top: 18px;
    justify-content: center;
  }

  .front-page .syf-portal-list {
    justify-content: center;
    gap: 20px;
  }
}

@media (max-width: 760px) {
  .sy-home-text-logo {
    font-size: 1.2rem;
  }

  .front-page .sy-cn-sns {
    width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .front-page .sy-cn-sns__icon {
    width: 21px;
    height: 21px;
  }

  .front-page .syf-main {
    padding-top: 12px;
  }

  .front-page .syf-accordion summary {
    min-height: 62px;
    font-size: 1.6rem;
  }

  .front-page .syf-policy-list {
    gap: 16px;
  }

  .front-page .syf-legal-copy,
  .front-page .syf-legal-record,
  .front-page .syf-policy-list a {
    font-size: 0.82rem;
  }

  .pagetop.sy-back-to-top {
    right: 12px;
    bottom: 74px;
    width: 44px;
    height: 44px;
    font-size: 1.3rem;
  }
}

/* Travelers Reviews */
.index_reviews {
  position: relative;
  padding: 96px 0 120px;
  background: #fff;
  overflow: hidden;
}

.index_reviews__texture {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: url("https://www.transparenttextures.com/patterns/notebook-dark.png");
  pointer-events: none;
}

.index_reviews__line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 64px;
  background: #e5e7eb;
  transform: translateX(-50%);
}

.index_reviews__inner {
  position: relative;
  z-index: 1;
}

.index_reviews__head {
  text-align: center;
  margin-bottom: 52px;
}

.index_reviews__ttl {
  margin: 0 auto 16px;
  justify-content: center;
}


.index_reviews__slider {
  overflow: hidden;
}

.index_reviews__track {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}

.index_reviews__slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.index_review-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: none;
}

.index_review-quote svg {
  width: 30px;
  height: 30px;
  fill: #0f954b;
}

.index_review-title {
  margin: 18px 0 14px;
  font-size: 1.1rem;
  color: #1e2c3c;
}

.index_review-content {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0 0 26px;
}

.index_review-stars {
  display: flex;
  gap: 4px;
  margin: 6px 0 16px;
}

.index_review-star svg {
  width: 14px;
  height: 14px;
  fill: #e2e8f0;
}

.index_review-star.is-on svg {
  fill: #0f954b;
}

.index_review-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.index_review-user img {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  object-fit: cover;
}

.index_review-name {
  font-weight: 600;
  margin: 0;
  color: #1e2c3c;
}

.index_review-tour {
  margin: 4px 0 0;
  font-size: 0.78rem;
  color: #94a3b8;
}

.index_reviews__dots {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.index_reviews__dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #7a8694;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.index_reviews__dots button.is-active {
  background: #a3e635;
}

@media (max-width: 900px) {
  .index_reviews__slide {
    grid-template-columns: 1fr;
  }
  .index_reviews {
    padding: 88px 0 96px;
  }
}
