*, :before, :after {
  min-width: 0;
  min-height: 0;
}

html {
  font-size: clamp(13px, var(--font-size-base), 22px);
}

@media screen and (min-width: 1200px) {
  html {
    font-size: clamp(.1rem, var(--font-size-base), 24px);
  }
}

body {
  font-family: var(--font-sans);
  color: var(--ink);
  background-color: var(--snow);
  letter-spacing: .24em;
  font-weight: 700;
}

#root {
  margin: 0 auto;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  line-height: inherit;
}

img, iframe {
  max-width: 100%;
}

iframe {
  box-shadow: none;
  border: none;
}

a, a:hover {
  color: var(--ink);
}

[id] {
  scroll-margin-top: 3.75rem;
}

.visually-hidden {
  clip: rect(0, 0, 0, 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  box-shadow: none;
  background: none;
  border: 0;
  outline: none;
  padding: 0;
  position: relative;
}

.list {
  flex-direction: column;
  gap: .25rem;
  padding-left: 1.5rem;
  list-style: outside;
  display: flex;
}

.list > p {
  margin: 0;
  display: list-item;
}

.webgene-pagination {
  margin-top: 1.5rem;
}

.webgene-pagination ul {
  justify-content: center;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.webgene-pagination ul li a {
  text-align: center;
  background-color: var(--light-gray);
  border-radius: 9999px;
  width: 3rem;
  line-height: 3rem;
  display: inline-block;
}

.webgene-pagination ul li a:hover {
  text-decoration: none;
}

.webgene-pagination ul li.selected a {
  background-color: var(--sky-blue);
  color: var(--snow);
}

.webgene-no-items {
  text-align: center;
  width: 100%;
  font-size: .875rem;
}

.thumbnail {
  position: relative;
}

.thumbnail.thumbnail--16x9 {
  padding-top: 56.25%;
}

.thumbnail.thumbnail--3x2 {
  padding-top: 66.6667%;
}

.thumbnail img, .thumbnail video, .thumbnail:empty:before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.thumbnail:empty:before {
  content: "";
  background-image: url("/system_panel/uploads/images/ogp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.article-body > p {
  margin: 1em 0;
}

.article-body > h1, .article-body > h2, .article-body > h3, .article-body > h4, .article-body > h5, .article-body > h6 {
  margin: 2em 0 1em;
}

.article-body > :first-child {
  margin-top: 0;
}

.article-body > :last-child {
  margin-bottom: 0;
}

.article-body a, .article-body a:hover {
  color: var(--blue);
  text-decoration: underline;
}

.backdrop-object {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.__mat.__mat--processed {
  word-break: keep-all;
  word-wrap: break-word;
}

.simple-pege-hero {
  padding-block: 10rem 7.5rem;
  position: relative;
  overflow: hidden;
}

.simple-pege-hero:after {
  content: "";
  background-image: url("/system_panel/uploads/images/wave.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 3.25rem;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.simple-pege-hero .simple-pege-hero__bg-typo {
  white-space: nowrap;
  letter-spacing: .12em;
  color: var(--snow);
  opacity: .1;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 8.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: end;
}

@media (min-width: 768px) {
  .simple-pege-hero:after {
    height: 4rem;
  }

  .simple-pege-hero .simple-pege-hero__bg-typo {
    font-size: 4rem;
  }
}

@media (min-width: 1024px) {
  .simple-pege-hero .simple-pege-hero__bg-typo {
    font-size: 5.25rem;
  }
}

@media (min-width: 1200px) {
  .simple-pege-hero {
    padding-top: 15rem;
  }

  .simple-pege-hero:after {
    height: 6.4375rem;
  }

  .simple-pege-hero .simple-pege-hero__bg-typo {
    font-size: 8rem;
  }
}

.simple-pege-hero .simple-pege-hero__typo-image {
  width: 104.478%;
  max-width: 52.3125rem;
  position: absolute;
  top: -2.5rem;
  left: -.5rem;
  transform: scale(1.15) rotate(-2deg);
}

.simple-pege-hero .simple-pege-hero__typo-image img {
  width: 100%;
}

@media (min-width: 768px) {
  .simple-pege-hero .simple-pege-hero__typo-image {
    top: -5rem;
  }
}

@media (min-width: 1024px) {
  .simple-pege-hero .simple-pege-hero__typo-image {
    top: -5.5rem;
  }
}

@media (min-width: 1200px) {
  .simple-pege-hero .simple-pege-hero__typo-image {
    top: -5rem;
    left: -1.5rem;
  }
}

.simple-pege-hero.simple-pege-hero--sightseeing {
  padding-block: 15rem 10rem;
}

.simple-pege-hero.simple-pege-hero--sightseeing .simple-pege-hero__sightseeing-bg-image {
  filter: blur(2px);
  width: 87.5rem;
  box-shadow: var(--elevation-2);
  border-radius: 9999px;
  position: absolute;
  top: -10rem;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
}

.simple-pege-hero.simple-pege-hero--sightseeing .simple-pege-hero__sightseeing-bg-image img {
  width: 100%;
}

.swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  overflow: auto;
}

.swiper:not(.swiper-initialized) .swiper-slide {
  min-width: 35%;
}

.travel-agent-slider {
  border-radius: 1.5rem;
  width: 100%;
}

.travel-agent-slider .swiper-slide img {
  object-fit: cover;
  aspect-ratio: 3 / 2;
  width: 100%;
}

@media (min-width: 768px) {
  .travel-agent-slider .swiper-slide img {
    aspect-ratio: 3;
  }
}

.travel-agent-intro-typo {
  transform-origin: 0 0;
  white-space: nowrap;
  letter-spacing: .04em;
  color: var(--red);
  --typo-size: 1.125rem;
  line-height: 1.25;
  font-size: var(--typo-size);
  width: calc(var(--typo-size) * 2);
  align-self: start;
  transform: rotate(90deg) translateY(-100%);
}

@media (min-width: 768px) {
  .travel-agent-intro-typo {
    --typo-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .travel-agent-intro-typo {
    --typo-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .travel-agent-intro-typo {
    --typo-size: 3rem;
  }
}

.section-title {
  display: grid;
  position: relative;
}

.section-title .section-title__label {
  letter-spacing: .04em;
  background-color: var(--ink);
  color: var(--snow);
  border-radius: 9999px;
  margin-right: auto;
  padding: .375rem .75rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
}

.section-title .section-title__sub {
  color: var(--red);
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.25;
  position: relative;
}

.section-title .section-title__main {
  letter-spacing: .12em;
  margin-top: 1.5rem;
  font-size: 1.75rem;
  line-height: 1.25;
}
.section-title.section-title--wide .section-title__main {
  letter-spacing: .24em;
}

.section-title .section-title__typo {
  --typo-size: 2rem;
  height: var(--typo-size);
  margin-top: 1.5rem;
}

.section-title .section-title__typo.section-title__typo--2row {
  height: calc(var(--typo-size) * 2);
  transform: scale(1.1);
}

.section-title .section-title__bg-cloud {
  width: 64.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .section-title .section-title__label {
    font-size: .875rem;
  }

  .section-title .section-title__sub {
    font-size: 1.25rem;
  }

  .section-title .section-title__main {
    font-size: 2.5rem;
  }

  .section-title .section-title__typo {
    --typo-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .section-title .section-title__label {
    padding: .5rem 1rem;
    font-size: 1rem;
  }

  .section-title .section-title__main {
    font-size: 3rem;
  }

  .section-title .section-title__typo {
    --typo-size: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .section-title .section-title__label {
    font-size: 1.125rem;
  }

  .section-title .section-title__sub {
    font-size: 1.5rem;
  }

  .section-title .section-title__main {
    font-size: 4rem;
  }

  .section-title .section-title__typo {
    --typo-size: 4.5rem;
    margin-top: 2rem;
  }
}

.section-title.section-title--24 .section-title__main {
    font-size: 1rem;
  }

.section-title.section-title--48 .section-title__label {
  padding: .375rem 1rem;
}

.section-title.section-title--48 .section-title__sub {
  letter-spacing: .04em;
  margin-top: 0;
  font-size: .875rem;
}

.section-title.section-title--48 .section-title__main {
  margin-top: .5rem;
}

.section-title.section-title--48.section-title--48--alt .section-title__main {
  margin-top: .75rem;
}

@media (min-width: 768px) {
  .section-title.section-title--48 .section-title__label {
    font-size: .75rem;
  }
  
  .section-title.section-title--24 .section-title__main {
    font-size: 1.125rem;
  }

  .section-title.section-title--32 .section-title__main {
    font-size: 1.5rem;
  }
  
  .section-title.section-title--48 .section-title__main {
    font-size: 2.25rem;
  }

  .section-title.section-title--24 .section-title__sub {
    font-size: 1rem;
  }
  
  .section-title.section-title--48.section-title--48--alt .section-title__sub {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .section-title.section-title--48 .section-title__label {
    padding: .375rem 1rem;
    font-size: .75rem;
  }
  
  .section-title.section-title--24 .section-title__main {
    font-size: 1.25rem;
  }

  .section-title.section-title--32 .section-title__main {
    font-size: 1.75rem;
  }
  
  .section-title.section-title--48 .section-title__main {
    font-size: 2.5rem;
  }
  
  .section-title.section-title--24 .section-title__sub {
    font-size: 1.125rem;
  }

  .section-title.section-title--48.section-title--48--alt .section-title__sub {
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .section-title.section-title--48 .section-title__label {
    font-size: .75rem;
  }
  
  .section-title.section-title--24 .section-title__main {
    font-size: 1.5rem;
  }

  .section-title.section-title--32 .section-title__main {
    font-size: 2rem;
  }
  
  .section-title.section-title--48 .section-title__main {
    font-size: 3rem;
  }

  .section-title.section-title--24 .section-title__sub {
    font-size: 1.25rem;
  }
  
  .section-title.section-title--48.section-title--48--alt .section-title__sub {
    font-size: 1.25rem;
  }
}

.section-title.section-title--center {
  text-align: center;
}

.section-title.section-title--center .section-title__label {
  margin-left: auto;
}

.section-title.section-title--center .section-title__typo {
  margin-left: auto;
  margin-right: auto;
}

.section-title.section-title--red .section-title__label {
  background-color: var(--red);
}

.section-title.section-title--vermilion .section-title__label {
  background-color: var(--vermilion);
}

.section-title.section-title--vermilion .section-title__sub {
  color: var(--vermilion);
}

.section-title.section-title--vermilion.section-title--vermilion--alt .section-title__sub {
  color: var(--snow);
}

.section-title.section-title--sky-blue .section-title__label {
  background-color: var(--sky-blue);
}

.section-title.section-title--sky-blue .section-title__sub {
  color: var(--sky-blue);
}

.section-title.section-title--sky-blue.section-title--sky-blue-alt .section-title__sub {
  color: var(--vermilion);
}

.section-title.section-title--sky-blue.section-title--sky-blue-alt .section-title__main {
  color: var(--sky-blue);
}

.section-title.section-title--snow .section-title__label {
  background-color: var(--sky-blue);
  color: var(--snow);
}

.section-title.section-title--snow .section-title__sub, .section-title.section-title--snow .section-title__main {
  color: var(--snow);
}

.section-title.section-title--snow.section-title--snow-alt .section-title__label {
  background-color: var(--ink);
}

.section-title.section-title--services .section-title__label {
  background-color: var(--sky-blue);
  color: var(--snow);
}

.section-title.section-title--services .section-title__sub {
  color: var(--snow);
}

.section-title.section-title--services .section-title__main {
  color: var(--snow);
  margin-top: .75rem;
  transform: skew(-11deg);
}

@media (min-width: 768px) {
  .section-title.section-title--services .section-title__main .section-title__label {
    font-size: .75rem;
  }

  .section-title.section-title--services .section-title__main {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .section-title.section-title--services .section-title__main {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .section-title.section-title--services .section-title__main {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .section-title.section-title--sightseeing-hero .section-title__typo {
    --typo-size: 5rem;
  }
}

.travel-agent-bg-decs {
  z-index: 0;
  position: relative;
}

.travel-agent-bg-decs:before, .travel-agent-bg-decs:after {
  content: "";
  z-index: -1;
  filter: blur(8px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
}

.travel-agent-bg-decs:before {
  aspect-ratio: 548 / 449;
  background-image: url("/system_panel/uploads/images/travel-agent-bg-dec-2.svg");
  width: 34.25rem;
  top: .75rem;
  left: -8.25rem;
}

.travel-agent-bg-decs:after {
  aspect-ratio: 480 / 327;
  background-image: url("/system_panel/uploads/images/travel-agent-bg-dec-1.svg");
  width: 30rem;
  bottom: 16rem;
  right: -4.5rem;
}

.button {
  background-color: var(--sky-blue);
  box-shadow: var(--elevation-2);
  letter-spacing: .04em;
  line-height: 1.25;
  font-family: var(--font-sans);
  color: var(--snow);
  border-radius: 9999px;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button:after {
  content: "";
  aspect-ratio: 1;
  background-image: url("/system_panel/uploads/images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.5rem;
}

.button:hover {
  opacity: .85;
  color: var(--snow);
  text-decoration: none;
  transform: scale(.95);
}

.button.button--snow {
  background-color: var(--snow);
  color: var(--ink);
}

.button.button--snow:after {
  background-image: url("/system_panel/uploads/images/arrow-right-ink.svg");
}

.button.button--snow:hover {
  color: var(--ink);
}

.button.button--insta {
  background-image: url("/system_panel/uploads/images/grad-insta.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.button.button--external:after {
  background-image: url("/system_panel/uploads/images/arrow-external.svg");
}

.services-slider {
  width: 100%;
  overflow: visible;
}

@media (min-width: 1024px) {
  .services-slider {
    display: none;
  }
}

.service-card {
  background-color: var(--snow);
  box-shadow: var(--elevation-2);
  border-radius: 2rem;
  gap: 2rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.service-card:first-child {
  z-index: 10;
}

.service-card:nth-child(2) {
  z-index: 9;
}

.service-card:nth-child(3) {
  z-index: 8;
}

.service-card:nth-child(4) {
  z-index: 7;
}

.service-card:nth-child(5) {
  z-index: 6;
}

.service-card:nth-child(6) {
  z-index: 5;
}

.service-card:nth-child(7) {
  z-index: 4;
}

.service-card:nth-child(8) {
  z-index: 3;
}

.service-card:nth-child(9) {
  z-index: 2;
}

.service-card:nth-child(10) {
  z-index: 1;
}

.service-card .service-card__image {
  object-fit: cover;
  aspect-ratio: 3 / 2;
  width: 100%;
  box-shadow: var(--elevation-2);
  border-radius: 2rem;
}

.service-card .service-card__contents {
  padding: 0 .5rem 1rem;
  position: relative;
}

.service-card .service-card__icon {
  width: 5rem;
}

.service-card .service-card__typo {
  position: absolute;
  top: 0;
  right: 0;
}

.service-card .service-card__typo img {
  width: 100%;
}

.service-card .service-card__typo.service-card__typo--1 {
  width: 82%;
  max-width: 40rem;
  transform: translate(13.4476%, -29.7297%);
  @media (min-width: 1024px) {
    width: 100%;
  }
}

.service-card .service-card__typo.service-card__typo--2 {
  width: 122.064%;
  max-width: 42.9375rem;
  transform: translate(37.172%, -43.6937%);
}

.service-card .service-card__typo.service-card__typo--3 {
  width: 90.3915%;
  max-width: 31.75rem;
  transform: translate(12.7953%, -30.2752%);
}

.service-card .service-card__typo.service-card__typo--4 {
  width: 102.135%;
  max-width: 35.875rem;
  transform: translate(30.3136%, -32.1285%);
}

.service-card .service-card__body {
  margin-top: 1rem;
}

.service-card .service-card__title {
  line-height: 1.25;
  display: grid;
}

.service-card .service-card__title .service-card__title-label {
  letter-spacing: .04em;
  background-color: var(--vermilion);
  color: var(--snow);
  border-radius: 9999px;
  margin-right: auto;
  padding: .375rem .75rem;
  font-size: .75rem;
  font-weight: 400;
}

.service-card .service-card__title .service-card__title-main {
  letter-spacing: 0;
  color: var(--sky-blue);
  margin-top: .75rem;
  font-size: 1.25rem;
  transform: skew(-11deg);
}

.service-card .service-card__title .service-card__title-main.service-card__title-main--en {
  letter-spacing: 0;
}

.service-card .service-card__text {
  gap: .25rem;
  margin-top: 1rem;
  font-size: .875rem;
  line-height: 2;
  display: grid;
}

@media (min-width: 768px) {
  .service-card {
    padding: 3rem;
  }

  .service-card .service-card__contents {
    padding: 0 1rem 1rem;
  }

  .service-card .service-card__body {
    margin-top: 1.5rem;
  }

  .service-card .service-card__title .service-card__title-main {
    font-size: 2rem;
  }

  .service-card .service-card__text {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .service-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.5rem;
    padding: 2.5rem;
  }

  .service-card .service-card__image {
    aspect-ratio: unset;
    height: -webkit-fill-available;
    height: stretch;
  }

  .service-card .service-card__image img {
    height: 100%;
  }

  .service-card:nth-child(2n) .service-card__image {
    order: 1;
  }

  .service-card .service-card__contents {
    padding: 1.5rem 0;
  }

  .service-card .service-card__body {
    margin-top: 1.5rem;
  }

  .service-card .service-card__text {
    font-size: .875rem;
  }

  .service-card.service-card--reverse .service-card__image {
    order: 2;
  }
}

@media (min-width: 1200px) {
  .service-card .service-card__contents {
    padding-block: 2rem;
  }

  .service-card .service-card__icon {
    width: 6.25rem;
  }

  .service-card .service-card__body {
    margin-top: 2rem;
  }

  .service-card .service-card__title .service-card__title-main {
    font-size: 3rem;
  }

  .service-card .service-card__text {
    font-size: 1rem;
  }
}

.swiper:not(.swiper-initialized).services-slider .swiper-slide {
  min-width: 95%;
}

.bg-hanahuda {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.bg-hanahuda:before, .bg-hanahuda:after {
  content: "";
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
}

.bg-hanahuda:before {
  aspect-ratio: 600 / 497;
  background-image: url("/system_panel/uploads/images/hanahuda-momiji.svg");
  width: clamp(21.5rem, 37.5%, 37.5rem);
  top: 0;
  right: 0;
}

.bg-hanahuda:after {
  aspect-ratio: 640 / 796;
  background-image: url("/system_panel/uploads/images/hanahuda-shika.svg");
  width: clamp(19.6875rem, 40%, 40rem);
  bottom: 0;
  left: 0;
}

.jfm-intro-side-image {
  object-fit: cover;
  width: 7.5rem;
  height: -webkit-fill-available;
  height: stretch;
  display: none;
  position: relative;
}

.jfm-intro-side-image.jfm-intro-side-image--left {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.jfm-intro-side-image.jfm-intro-side-image--right {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

@media (min-width: 1024px) {
  .jfm-intro-side-image {
    display: block;
  }
}

@media (min-width: 1200px) {
  .jfm-intro-side-image {
    width: 12.5rem;
  }
}

.jfm-intro-image {
  object-fit: cover;
  aspect-ratio: 331 / 548;
  position: absolute;
}

.jfm-intro-image.jfm-intro-image--1 {
  width: 6.5rem;
  top: -9rem;
  left: -2rem;
  transform: rotate(-8.5deg);
}

.jfm-intro-image.jfm-intro-image--2 {
  width: 6.5rem;
  top: -9rem;
  right: -1.5rem;
  transform: rotate(8.5deg);
}

@media (min-width: 768px) {
  .jfm-intro-image.jfm-intro-image--1 {
    width: 9.5rem;
  }

  .jfm-intro-image.jfm-intro-image--2 {
    width: 10rem;
  }
}

@media (min-width: 1024px) {
  .jfm-intro-image.jfm-intro-image--1 {
    width: 11.5rem;
    top: 4rem;
    left: -8rem;
  }

  .jfm-intro-image.jfm-intro-image--2 {
    width: 12rem;
    top: -6rem;
    right: -8.5rem;
  }
}

@media (min-width: 1200px) {
  .jfm-intro-image.jfm-intro-image--1 {
    width: 19.5rem;
    top: 16rem;
    left: -16rem;
  }

  .jfm-intro-image.jfm-intro-image--2 {
    width: 20rem;
    top: -3rem;
    right: -14.5rem;
  }
}

.jfm-intro-bg-decs {
  z-index: 0;
  position: relative;
}

.jfm-intro-bg-decs:before, .jfm-intro-bg-decs:after {
  content: "";
  z-index: -1;
  filter: blur(8px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
}

.jfm-intro-bg-decs:before {
  display: none;
  aspect-ratio: 548 / 449;
  background-image: url("/system_panel/uploads/images/jfm-intro-bg-dec-1.svg");
  width: 34.25rem;
  top: 0.75rem;
  left: -8.25rem;
  @media (min-width: 768px) {
    display: block;
    width: 20rem;
  }
  @media (min-width: 1024px) {
    width: 30rem;
  }
  @media (min-width: 1200px) {
    width: 34.25rem;
  }
}

.jfm-intro-bg-decs:after {
  aspect-ratio: 480 / 327;
  background-image: url("/system_panel/uploads/images/jfm-intro-bg-dec-2.svg");
  width: 30rem;
  bottom: 8rem;
  right: -5rem;
}

.sightseeing-intro-slider {
  width: 100%;
}

.sightseeing-intro-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.sightseeing-intro-slider .swiper-slide {
  width: 8.5rem;
}

.sightseeing-intro-slider .swiper-slide.swiper-slide--2images {
  grid-template-rows: 1fr 1fr;
  gap: .625rem;
  display: grid;
}

.sightseeing-intro-slider .swiper-slide img {
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .sightseeing-intro-slider .swiper-slide {
    width: 17rem;
  }

  .sightseeing-intro-slider .swiper-slide.swiper-slide--2images {
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .sightseeing-intro-slider .swiper-slide {
    width: 20rem;
  }

  .sightseeing-intro-slider .swiper-slide.swiper-slide--2images {
    gap: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .sightseeing-intro-slider .swiper-slide {
    width: 22.5rem;
  }

  .sightseeing-intro-slider .swiper-slide.swiper-slide--2images {
    gap: 3.75rem;
  }
}

.sightseeing-intro-title-bg-dec {
  filter: blur(8px);
  width: 133.433%;
  max-width: 45rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
  .sightseeing-intro-title-bg-dec {
    max-width: 53.5625rem;
  }
}

.sightseeing-intro-bg-decs {
  z-index: -1;
  position: absolute;
  inset: 0;
}

.sightseeing-intro-bg-decs:before, .sightseeing-intro-bg-decs:after {
  content: "";
  filter: blur(8px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
}

.sightseeing-intro-bg-decs.sightseeing-intro-bg-decs--1:before {
  aspect-ratio: 732 / 604;
  background-image: url("/system_panel/uploads/images/sightseeing-intro-bg-decs-1.svg");
  width: clamp(15rem, 45.6875%, 45.6875rem);
  top: 0;
  left: 0;
  transform: translate(-18.0575%, 2.314%);
}

.sightseeing-intro-bg-decs.sightseeing-intro-bg-decs--1:after {
  aspect-ratio: 447 / 338;
  background-image: url("/system_panel/uploads/images/sightseeing-intro-bg-decs-2.svg");
  width: clamp(10rem, 27.9375%, 27.9375rem);
  top: 0;
  right: 0;
  transform: translate(9.6197%, 8.8757%);
}

.sightseeing-intro-bg-decs.sightseeing-intro-bg-decs--2:before {
  aspect-ratio: 548 / 449;
  background-image: url("/system_panel/uploads/images/sightseeing-intro-bg-decs-3.svg");
  width: clamp(12rem, 34.25%, 34.25rem);
  bottom: 0;
  left: 0;
  transform: translate(-40.6934%, 12.9176%);
}

.sightseeing-intro-bg-decs.sightseeing-intro-bg-decs--2:after {
  aspect-ratio: 480 / 327;
  background-image: url("/system_panel/uploads/images/sightseeing-intro-bg-decs-4.svg");
  width: clamp(12rem, 30%, 30rem);
  bottom: 0;
  right: 0;
  transform: translate(40.6934%, 12.9176%);
}

.sightseeing-info-typo.sightseeing-info-typo--1 {
  width: 17.75rem;
}

.sightseeing-info-typo.sightseeing-info-typo--2 {
  width: 16.9375rem;
}

.sightseeing-info-typo.sightseeing-info-typo--3, .sightseeing-info-typo.sightseeing-info-typo--4 {
  width: 20.625rem;
}

.sightseeing-info-typo img {
  width: 100%;
}

@media (min-width: 768px) {
  .sightseeing-info-typo.sightseeing-info-typo--1 {
    width: 40rem;
  }

  .sightseeing-info-typo.sightseeing-info-typo--2 {
    width: 39rem;
  }

  .sightseeing-info-typo.sightseeing-info-typo--3 {
    width: 45rem;
  }

  .sightseeing-info-typo.sightseeing-info-typo--4 {
    width: 46rem;
  }
}

@media (min-width: 1024px) {
  .sightseeing-info-typo {
    position: absolute;
  }

  .sightseeing-info-typo.sightseeing-info-typo--1 {
    width: 35rem;
    top: -9rem;
    left: 4rem;
  }

  .sightseeing-info-typo.sightseeing-info-typo--2 {
    width: 35rem;
    top: -9rem;
    right: 4rem;
  }

  .sightseeing-info-typo.sightseeing-info-typo--3 {
    width: 40rem;
    top: -9rem;
    left: 2.5rem;
  }

  .sightseeing-info-typo.sightseeing-info-typo--4 {
    width: 42rem;
    top: -9rem;
    right: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .sightseeing-info-typo.sightseeing-info-typo--1 {
    width: 48rem;
    top: -11.25rem;
    left: 7.5rem;
  }

  .sightseeing-info-typo.sightseeing-info-typo--2 {
    width: 50.75rem;
    top: -13rem;
    right: 10rem;
  }

  .sightseeing-info-typo.sightseeing-info-typo--3 {
    width: 60.375rem;
    top: -12.625rem;
    left: 5rem;
  }

  .sightseeing-info-typo.sightseeing-info-typo--4 {
    width: 60.5rem;
    top: -11.25rem;
    right: 2.5rem;
  }
}

.sightseeing-spots-slider {
  width: 100%;
  overflow: visible;
}

.sightseeing-spots-slider .swiper-slide > img {
  object-fit: cover;
  aspect-ratio: 3 / 2;
  width: 100%;
  box-shadow: var(--elevation-2);
  border-radius: 1.5rem;
}

@media (min-width: 1024px) {
  .sightseeing-spots-slider {
    padding-left: 3.75rem;
  }
}

@media (min-width: 1200px) {
  .sightseeing-spots-slider {
    padding-left: 5rem;
  }
}

.footer__button {
  background-color: var(--snow);
  box-shadow: var(--elevation-2);
  border-radius: 1.5rem;
  flex-direction: column;
  gap: .5rem;
  padding: 2.25rem 1.5rem 1.25rem;
  line-height: 1.25;
  display: flex;
  position: relative;
}

.footer__button .footer__button-icon {
  width: 5rem;
  position: absolute;
  top: -3.75rem;
  left: 50%;
  transform: translateX(-50%);
}

.footer__button .footer__button-label {
  letter-spacing: .04em;
  color: var(--snow);
  background-color: var(--vermilion);
  border-radius: 9999px;
  align-self: center;
  padding: .375rem 1rem;
  font-size: .75rem;
}

.footer__button .footer__button-text {
  letter-spacing: .04em;
  color: var(--ink);
  text-align: center;
  font-size: 1.125rem;
}

.footer__button.footer__button--line .footer__button-label {
  background-color: #06c755;
}

.footer__button.footer__button--tel .footer__button-label {
  color: var(--ink);
  background-color: var(--yellow);
}

.footer__button.footer__button--whatsapp .footer__button-label {
  background-color: #56d062;
}

.footer__typo {
  width: 18rem;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1200px) {
  .footer__typo {
    width: 22.5rem;
    top: -6rem;
  }
}

.luggage-hero {
  flex-direction: column;
  justify-content: end;
  align-items: end;
  padding-block: 20rem 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .luggage-hero {
    padding-inline: 3.75rem;
  }
}

@media (min-width: 1200px) {
  .luggage-hero {
    padding-inline: 5rem;
  }
}

.luggage-hero:after {
  content: "";
  background-image: url("/system_panel/uploads/images/wave.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 3.25rem;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.luggage-hero .luggage__bg-image {
  aspect-ratio: 1;
  box-shadow: var(--elevation-2);
  border-radius: 9999px;
  position: absolute;
  overflow: hidden;
}

.luggage-hero .luggage__bg-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.luggage-hero .luggage__bg-image.luggage__bg-image--1 {
  width: 27.875rem;
  top: -4rem;
  left: -6.875rem;
}

.luggage-hero .luggage__bg-image.luggage__bg-image--2 {
  width: 12.125rem;
  top: 7.5rem;
  right: -3.75rem;
}

@media (min-width: 768px) {
  .luggage-hero .luggage__bg-image.luggage__bg-image--1 {
    width: 33rem;
    top: 2rem;
  }

  .luggage-hero .luggage__bg-image.luggage__bg-image--2 {
    width: 23rem;
    top: 4rem;
  }
}

@media (min-width: 1024px) {
  .luggage-hero .luggage__bg-image.luggage__bg-image--1 {
    width: 40rem;
    top: 4rem;
  }

  .luggage-hero .luggage__bg-image.luggage__bg-image--2 {
    width: 28rem;
    top: 24rem;
  }
}

@media (min-width: 1200px) {
  .luggage-hero .luggage__bg-image.luggage__bg-image--1 {
    width: 75rem;
    top: 8rem;
    left: -15rem;
  }

  .luggage-hero .luggage__bg-image.luggage__bg-image--2 {
    width: 59.625rem;
    right: -41.75rem;
  }
}

.luggage-hero .luggage-hero__label {
  border: 2px solid var(--sky-blue);
  background-color: var(--snow);
  letter-spacing: .04em;
  color: var(--sky-blue);
  z-index: 1;
  border-radius: 1.5rem;
  padding: 1rem 1.25rem;
  font-size: 1.5rem;
  line-height: 1.25;
  position: absolute;
  top: -3rem;
  right: .25rem;
  transform: rotate(4deg);
}

@media (min-width: 768px) {
  .luggage-hero .luggage-hero__label {
    padding: 2rem 2.5rem;
    font-size: 2rem;
    top: -4rem;
    right: -1rem;
  }
}

@media (min-width: 1024px) {
  .luggage-hero .luggage-hero__label {
    right: -2.5rem;
  }
}

.luggage-hero .luggage-hero__title {
  z-index: 0;
  position: relative;
}

.luggage-hero .luggage-hero__title:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  background-image: url("/system_panel/uploads/images/luggage-hero__title-cloud.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  inset: -8rem -7.5rem;
}

.luggage-hero .luggage-hero__title h1 {
  letter-spacing: 0;
  color: var(--sky-blue);
  text-align: center;
  font-weight: 900;
  line-height: 1.25;
  position: relative;
  transform: skew(-11deg);
}

.luggage-hero .luggage-hero__ribbon-slider {
  width: 100%;
  overflow: visible;
}

.luggage-hero .luggage-hero__ribbon-slider .swiper-slide {
  width: fit-content;
}

.external-button {
  box-shadow: var(--elevation-2);
  background-color: var(--red);
  color: var(--snow);
  text-align: center;
  letter-spacing: .04em;
  border-radius: 9999px;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.5rem .75rem .75rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25;
  transition: all .2s;
  display: flex;
  position: relative;
}

.external-button > p {
  flex: 1;
}

.external-button:before {
  content: "";
  aspect-ratio: 1;
  background-image: url("/system_panel/uploads/images/external-link.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.5rem;
}

.external-button:hover {
  color: var(--snow);
  opacity: .85;
  text-decoration: none;
  transform: scale(.95);
}

.external-button.external-button--ink {
  background-color: var(--ink);
}

.external-button.external-button--yellow {
  background-color: var(--yellow);
  color: var(--ink);
}

.external-button.external-button--yellow:before {
  background-image: url("/system_panel/uploads/images/external-link-yellow.svg");
}

.external-button.external-button--yellow:hover {
  color: var(--ink):;
}

.external-button.external-button--lg {
  font-size: 2rem;
}

.external-button.external-button--lg:before {
  width: 3rem;
}

@media (min-width: 768px) {
  .external-button {
    font-size: 1rem;
  }

  .external-button:before {
    width: 2.5rem;
  }

  .external-button.external-button--lg {
    font-size: 3rem;
  }

  .external-button.external-button--lg:before {
    width: 4rem;
  }
}

@media (min-width: 1200px) {
  .external-button {
    font-size: 1.125rem;
  }

  .external-button:before {
    width: 3rem;
  }

  .external-button.external-button--lg {
    font-size: 4rem;
  }

  .external-button.external-button--lg:before {
    width: 5rem;
  }
}

.bg-ribbon {
  z-index: 0;
  filter: drop-shadow(0 2px 6px #00000014) drop-shadow(0 4px 12px #00000014) drop-shadow(0 8px 24px #00000014);
  position: relative;
}

.bg-ribbon:before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.bg-ribbon.bg-ribbon--vermilion:before {
  background-color: var(--vermilion);
  -webkit-mask-image: url("/system_panel/uploads/images/ribbon-1.png");
  mask-image: url("/system_panel/uploads/images/ribbon-1.png");
}

.bg-ribbon.bg-ribbon--sky-blue:before {
  background-color: var(--sky-blue);
  -webkit-mask-image: url("/system_panel/uploads/images/ribbon-2.png");
  mask-image: url("/system_panel/uploads/images/ribbon-2.png");
}

.gallery-slider {
  width: 100%;
}

.gallery-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery-slider .swiper-slide img {
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 2rem;
  width: 100%;
}

.index-button {
  background-color: var(--snow);
  box-shadow: var(--elevation-2);
  border-radius: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.index-button:before {
  content: "";
  background-color: var(--vermilion);
  width: 4px;
}

.index-button > p {
  letter-spacing: .04em;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .index-button > p {
    padding: .75rem 1.5rem;
    font-size: 1rem;
  }
}

.with-line-title {
  gap: 1.5rem;
  padding-block: .75rem;
  display: flex;
  position: relative;
}

.with-line-title h1, .with-line-title h2, .with-line-title h3, .with-line-title h4, .with-line-title h5, .with-line-title h6 {
  letter-spacing: .04em;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.25;
  transform: skew(-11deg);
}

@media (min-width: 768px) {
  .with-line-title h1, .with-line-title h2, .with-line-title h3, .with-line-title h4, .with-line-title h5, .with-line-title h6 {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .with-line-title h1, .with-line-title h2, .with-line-title h3, .with-line-title h4, .with-line-title h5, .with-line-title h6 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .with-line-title h1, .with-line-title h2, .with-line-title h3, .with-line-title h4, .with-line-title h5, .with-line-title h6 {
    font-size: 3rem;
  }
}

.with-line-title:before {
  content: "";
  background-color: var(--vermilion);
  border-radius: 9999px;
  width: .5rem;
}

.delivery-or-stock-ribbon {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translate(-50%);
}

@media (min-width: 1200px) {
  .delivery-or-stock-ribbon {
    left: 2.5rem;
    transform: none;
  }
}

.price-selector-button {
  border: 1px solid var(--vermilion);
  opacity: .3;
  letter-spacing: .04em;
  color: var(--vermilion);
  cursor: pointer;
  border-radius: 9999px;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
}

.price-selector-button.selected {
  opacity: 1;
}

.blog-list .webgene-blog {
  gap: 2rem;
  display: grid;
}

@media (min-width: 768px) {
  .blog-list .webgene-blog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-list .webgene-pagination {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1024px) {
  .blog-list .webgene-blog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .blog-list .webgene-pagination {
    grid-column: span 3 / span 3;
  }
}

.category-list .webgene-blog {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 1.5rem;
  display: flex;
}

.price-ribbon {
  position: absolute;
  top: -1.25rem;
  left: 1.25rem;
}

@media (min-width: 1024px) {
  .price-ribbon {
    left: 2.5rem;
  }
}

.derivery-oder {
  white-space: nowrap;
  letter-spacing: .04em;
  color: var(--sky-blue);
  border: 1px solid var(--sky-blue);
  background-color: var(--cream);
  border-radius: 9999px;
  padding: .75rem 1.5rem;
  line-height: 1.25;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step-ribbon {
  position: absolute;
  top: -3.125rem;
  left: 50%;
  transform: translate(-50%);
}

.top-down-triangle:before {
  content: "";
  background-image: url("/system_panel/uploads/images/top-down-triangle.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 3.125rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .top-down-triangle:before {
    height: 4rem;
  }
}

@media (min-width: 1200px) {
  .top-down-triangle:before {
    height: 5.5rem;
  }
}

.share-cycle-hero {
  padding-bottom: 6.25rem;
  position: relative;
  overflow: hidden;
}

.share-cycle-hero .share-cycle-hero__image {
  object-fit: cover;
  width: 100%;
  height: 25rem;
}

@media (min-width: 768px) {
  .share-cycle-hero .share-cycle-hero__image {
    height: 30rem;
  }
}

@media (min-width: 1024px) {
  .share-cycle-hero .share-cycle-hero__image {
    height: 35rem;
  }
}

@media (min-width: 1200px) {
  .share-cycle-hero .share-cycle-hero__image {
    height: 50rem;
  }
}

.share-cycle-hero .share-cycle-hero__label {
  border: 2px solid var(--red);
  background-color: var(--snow);
  letter-spacing: .04em;
  text-align: center;
  color: var(--red);
  z-index: 1;
  border-radius: 1.5rem;
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.25;
  position: absolute;
  top: -5.25rem;
  right: -.25rem;
  transform: rotate(4deg);
}

.share-cycle-hero .share-cycle-hero__label p:first-child {
  letter-spacing: .04em;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .share-cycle-hero .share-cycle-hero__label {
    padding: 1.5rem 2.5rem;
    font-size: 2.5rem;
    top: -9rem;
    right: -2rem;
  }

  .share-cycle-hero .share-cycle-hero__label p:first-child {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .share-cycle-hero .share-cycle-hero__label {
    right: -2.5rem;
  }
}

@media (min-width: 1200px) {
  .share-cycle-hero .share-cycle-hero__label {
    top: -10rem;
    right: 7rem;
  }
}

.share-cycle-hero .share-cycle-hero__contents {
  z-index: 1;
  background-color: var(--snow);
  gap: 3.75rem;
  padding-inline: .75rem;
  display: grid;
  position: relative;
}

.share-cycle-hero .share-cycle-hero__contents:before {
  content: "";
  background-image: url("/system_panel/uploads/images/share-cycle-cloud.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: calc(100% - 1.5rem);
  height: 3.5rem;
  display: block;
  position: absolute;
  top: .5rem;
  left: 50%;
  transform: translate(-50%, -100%);
}

@media (min-width: 768px) {
  .share-cycle-hero .share-cycle-hero__contents {
    padding-inline: 2.5rem;
  }

  .share-cycle-hero .share-cycle-hero__contents:before {
    width: calc(100% - 5rem);
    height: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .share-cycle-hero .share-cycle-hero__contents {
    padding-inline: 3.75rem;
  }

  .share-cycle-hero .share-cycle-hero__contents:before {
    width: 57.5rem;
    height: 5.75rem;
  }
}

@media (min-width: 1200px) {
  .share-cycle-hero .share-cycle-hero__contents {
    padding-inline: 5rem;
  }

  .share-cycle-hero .share-cycle-hero__contents:before {
    width: 75rem;
    height: 7.5rem;
  }
}

.tips-slider {
  width: 100%;
  overflow: visible;
}

.tips-slider .swiper-slide {
  width: 17.5rem;
}

@media (min-width: 768px) {
  .tips-slider .swiper-slide {
    width: 25rem;
  }
}

.services-slider .swiper-slide {
  height: unset;
}

.sightseeing-info--en-typo {
  position: absolute;
  top: -2rem;
  height: 3rem;
  width: max-content;
  & img {
    height: 100%;
  }
  &.sightseeing-info--en-typo--1 {
    left: 50%;
    transform: translateX(-50%) rotate(-4.4deg);
  }
  &.sightseeing-info--en-typo--2 {
    left: 50%;
    transform: translateX(-50%) rotate(-5deg);
  }
  &.sightseeing-info--en-typo--3 {
    left: 50%;
    transform: translateX(-50%) rotate(4deg);
  }
  &.sightseeing-info--en-typo--4 {
    left: 50%;
    transform: translateX(-50%) rotate(4.8deg);
  }
  @media (min-width: 768px) {
    top: -3.5rem;
    height: 6rem;
  }
  @media (min-width: 1024px) {
    &.sightseeing-info--en-typo--1 {
      left: 7rem;
      transform: rotate(-4.4deg);
    }
    &.sightseeing-info--en-typo--2 {
      left: auto;
      right: 18rem;
      transform: rotate(-5deg);
    }
    &.sightseeing-info--en-typo--3 {
      left: 12rem;
      transform: rotate(4deg);
    }
    &.sightseeing-info--en-typo--4 {
      right: 15rem;
      left: auto;
      transform: rotate(4.8deg);
    }
  }
  @media (min-width: 1200px) {
    &.sightseeing-info--en-typo--1 {
      left: 23rem;
    }
    &.sightseeing-info--en-typo--2 {
      right: 40rem;
    }
    &.sightseeing-info--en-typo--3 {
      left: 32rem;
    }
    &.sightseeing-info--en-typo--4 {
      right: 35rem;
    }
  }
}





















