@charset "UTF-8";
.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4;
  overflow-y: scroll;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.JTBGH-ly_header {
  position: relative;
  z-index: 3;
}

.l-header {
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.42);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 16px 0 6px;
  margin-bottom: -56px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 120px;
    padding: 0 24px;
    margin-bottom: -112px;
  }
}
.l-header--tours {
  background-color: #fff;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
}
.l-header--tours .l-header__link {
  color: #000;
}
.l-header__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    max-width: 1200px;
    margin: 0 auto;
    gap: 24px;
  }
}
.l-header__inner--left {
  width: 204px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-header__inner--left {
    width: auto;
    gap: 20px;
  }
}
.l-header__inner--right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.l-header__logo {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 86px;
    height: 86px;
  }
}
.l-header__nav {
  flex: 1;
}
.l-header__list {
  display: flex;
  align-items: center;
  gap: 12.5px;
}
@media screen and (min-width: 768px) {
  .l-header__list {
    gap: 16px;
  }
}
.l-header__link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .l-header__link {
    gap: 5px;
    font-size: 13px;
  }
}
.l-header__link::before {
  content: "";
  display: inline-block;
  width: 3.42px;
  height: 6.41px;
  vertical-align: middle;
  background-color: currentColor;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (min-width: 768px) {
  .l-header__link::before {
    width: 4.27px;
    height: 8px;
  }
}
.l-header__button {
  width: 35px;
  height: 35px;
}
@media screen and (min-width: 768px) {
  .l-header__button {
    display: none;
  }
}
.l-header__sns {
  display: flex;
  position: fixed;
  z-index: 999;
  top: 68px;
  right: 16px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.32s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.26s ease, visibility 0.26s ease;
}
@media screen and (min-width: 768px) {
  .l-header__sns {
    position: initial;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    flex-direction: row;
    gap: 8px;
  }
}
.l-header__sns.is-show {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header__sns--link {
  width: 35px;
  height: 35px;
}
@media screen and (min-width: 768px) {
  .l-header__sns--link {
    width: 40px;
    height: 40px;
  }
}

.JTBGF-ly_footer {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .JTBGF-ly_footer {
    margin-top: 0 !important;
  }
}

.l-footer__nav {
  padding: 24px;
  background-color: #989ba1;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    padding: 20px 24px;
  }
}
.l-footer__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px 0;
}
@media screen and (min-width: 768px) {
  .l-footer__list {
    max-width: 1280px;
    margin: 0 auto;
    flex-direction: row;
    gap: 24px;
  }
}
.l-footer__item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-footer__item {
    width: auto;
  }
}
.l-footer__link {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.l-footer__copyright {
  font-size: 13px;
  text-align: center;
  color: #989ba1;
  background-color: #fff;
  padding: 6px 0;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    max-width: 1280px;
    margin: 0 auto;
    padding: 4px 0;
    text-align: left;
  }
}

.l-container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .l-container {
    max-width: 1248px;
    padding: 0 24px;
    margin: 0 auto;
  }
}

.c-feature-column {
  background: url(../../img/top/column-bg.webp) no-repeat top center/cover;
  padding: 54px 24px 117px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-feature-column {
    padding: 77px 24px 140px;
  }
}
.c-feature-column__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-feature-column__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.c-feature-column__head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 35px;
  line-height: 0.9;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-feature-column__head {
    margin-bottom: 54px;
  }
}
.c-feature-column__head--en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .c-feature-column__head--en {
    font-size: 56px;
  }
}
.c-feature-column__head--ja {
  font-weight: 900;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .c-feature-column__head--ja {
    font-size: 20px;
  }
}
.c-feature-column__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 87px;
}
@media screen and (min-width: 768px) {
  .c-feature-column__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
.c-feature-column__item {
  position: relative;
}
.c-feature-column__link {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-feature-column__link:hover {
    transform: translateY(-4px);
  }
  .c-feature-column__link:hover .c-feature-column__img {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16), 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  .c-feature-column__link:hover .c-feature-column__img img {
    transform: scale(1.05);
  }
  .c-feature-column__link:hover .c-feature-column__box {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16), 0 4px 12px rgba(0, 0, 0, 0.08);
  }
}
.c-feature-column__img {
  width: 93%;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-feature-column__img {
    width: 90.8%;
  }
}
.c-feature-column__img img {
  transition: transform 0.35s ease;
}
.c-feature-column__box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
  box-sizing: border-box;
  width: 256px;
  min-height: 93.35px;
  background: #ffffff;
  padding: 23px 27px;
  line-height: 1.3;
  color: #000000;
  letter-spacing: 0.02em;
  position: absolute;
  bottom: -48px;
  right: 0;
  transition: box-shadow 0.35s ease;
}
@media screen and (min-width: 768px) {
  .c-feature-column__box {
    justify-content: flex-start;
    gap: 8px;
    width: 80%;
    max-width: 226px;
    min-height: 106px;
    padding: 20px 24px 25px;
    bottom: -60px;
  }
}
.c-feature-column__box--title {
  font-weight: 700;
  font-size: 16px;
}
.c-feature-column__box--detail {
  font-weight: 500;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-feature-column__box--detail {
    font-size: 12px;
  }
}
.c-feature-column__box::before {
  content: "";
  width: 27px;
  height: auto;
  aspect-ratio: 27.58/6.75;
  background: url(../../img/top/arrow-right.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 9px;
  right: 12px;
}
@media screen and (min-width: 768px) {
  .c-feature-column__box::before {
    width: 24px;
    bottom: 8px;
    right: 10px;
  }
}
.c-feature-column__decoration {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 0.9;
  text-align: right;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.06);
  transform: matrix(1, -0.09, -0.02, 1, 0, 0);
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-feature-column__decoration {
    font-size: clamp(5.25rem, -0.0132rem + 10.9649vw, 11.5rem);
  }
}

.c-partner-banners-sns {
  padding: 72px 16px;
}
@media screen and (min-width: 768px) {
  .c-partner-banners-sns {
    padding: 60px 16px 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-partner-banners-sns__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.c-partner-banners-sns__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c-partner-banners-sns__list {
    flex-direction: row;
    margin-bottom: 48px;
  }
}
.c-partner-banners-sns__item {
  width: 100%;
}
.c-partner-banners-sns__item:nth-of-type(5) {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .c-partner-banners-sns__item:first-of-type, .c-partner-banners-sns__item:nth-of-type(3) {
    width: 19%;
  }
  .c-partner-banners-sns__item:nth-of-type(2) {
    width: 25.2%;
  }
  .c-partner-banners-sns__item:nth-of-type(4) {
    width: 22.75%;
  }
  .c-partner-banners-sns__item:nth-of-type(5) {
    width: 6%;
  }
}
.c-partner-banners-sns__link {
  display: block;
  width: 100%;
  transition: opacity 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-partner-banners-sns__link:hover {
    opacity: 0.5;
  }
}
.c-partner-banners-sns__figure {
  width: 100%;
}
.c-partner-banners-sns__figure img {
  width: 100%;
  height: auto;
}
.c-partner-banners-sns__box {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  gap: 16px;
  border: 1px solid #d3d3d3;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .c-partner-banners-sns__box {
    max-width: 860px;
    margin: 0 auto;
    padding: 32px 48px;
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }
}
.c-partner-banners-sns__box__content {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  .c-partner-banners-sns__box__content {
    flex: 1;
  }
}
.c-partner-banners-sns__box__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  color: #000000;
  letter-spacing: 0;
}
.c-partner-banners-sns__box__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-partner-banners-sns__box__description {
    font-weight: 400;
    letter-spacing: 0;
  }
}
.c-partner-banners-sns__box__sns-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .c-partner-banners-sns__box__sns-content {
    width: 325px;
  }
}
.c-partner-banners-sns__box__sns-list {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c-partner-banners-sns__box__sns-list {
    gap: 12px;
  }
}
.c-partner-banners-sns__box__sns-item {
  flex: 1;
}
.c-partner-banners-sns__box__sns-link {
  transition: opacity 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-partner-banners-sns__box__sns-link:hover {
    opacity: 0.5;
  }
}
.c-partner-banners-sns__box__link {
  width: 100%;
  padding: 10px 0;
  border: 1px solid #d3d3d3;
  border-radius: 32px;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  transition: opacity 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-partner-banners-sns__box__link:hover {
    opacity: 0.5;
  }
}

.c-fixed-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  width: 184px;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-fixed-cta:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .c-fixed-cta {
    right: 20px;
    width: 230px;
  }
}
.c-fixed-cta.is-hidden {
  display: none;
}
.c-fixed-cta__close {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  cursor: pointer;
  background: url(/entertainment/img/common/fixed-cta-close-icon.svg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .c-fixed-cta__close {
    width: 30px;
    height: 30px;
    right: -15px;
    top: -15px;
  }
}
.c-fixed-cta__link {
  display: block;
  width: 100%;
}
.c-fixed-cta__figure {
  width: 100%;
}
.c-fixed-cta__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.c-link {
  display: block;
  width: 100%;
  padding: 26px 20px;
  background: #5dffe4;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-link:hover {
    opacity: 0.5;
  }
}
.c-link__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .c-link__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.c-link__text {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .c-link__text {
    font-size: 18px;
  }
}
.c-link__icon {
  width: 24px;
  height: 24px;
}

.c-back-link {
  display: block;
  width: 100%;
  padding: 26px 15px;
  background: #5dffe4;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-back-link:hover {
    opacity: 0.5;
  }
}
.c-back-link__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .c-back-link__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.c-back-link__text {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .c-back-link__text {
    font-size: 18px;
  }
}
.c-back-link__icon {
  width: 24px;
  height: 24px;
}

.c-tours-tag {
  position: relative;
  isolation: isolate;
  width: fit-content;
  padding: 10px 18px;
  margin-bottom: 40px;
  border-radius: 6px;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .c-tours-tag {
    padding: 16.5px 16px;
    margin-bottom: 56px;
    font-size: 26px;
  }
}
.c-tours-tag::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 3px;
  background: linear-gradient(43deg, #9747ff 0%, #00ffff 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.c-tours-tag--gray {
  border: 3.27835px solid #d3d3d3;
  color: #000000;
}
.c-tours-tag--gray::before {
  display: none;
}
.c-tours-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .c-tours-cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
.c-tours-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-tours-card__link {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 8px solid #00ffff;
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-tours-card__link:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16), 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  .c-tours-card__link:hover .c-tours-card__image img {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 768px) {
  .c-tours-card__link {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
}
.c-tours-card__link--gray {
  border: 1px solid #d3d3d3;
}
.c-tours-card__link--light-gray {
  border: 1px solid #efefef;
}
.c-tours-card__image {
  width: 100%;
  object-fit: cover;
}
.c-tours-card__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px 16px 0 0;
  transition: transform 0.35s ease;
}
.c-tours-card__content {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .c-tours-card__content {
    flex: 1 1 auto;
    padding: 16px 20px;
  }
}
.c-tours-card__title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
}
.c-tours-card__detail {
  font-weight: 400;
  font-size: 14px;
}
.c-tours-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .c-tours-card__tags {
    flex-shrink: 0;
    min-height: 46px;
    align-content: flex-start;
    gap: 6px;
  }
}
.c-tours-card__tag {
  padding: 10px;
  background: #9747ff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
}
.c-tours-card__tag::before {
  content: "＃";
}

.p-top-hero {
  background: url(../../img/top/hero-bg.webp) no-repeat center center/cover;
  padding: 28px 10px 25px;
}
@media screen and (min-width: 768px) {
  .p-top-hero {
    padding: 100px 0 76px;
    overflow-x: hidden;
    overflow-y: visible;
  }
  @supports (overflow: clip) {
    .p-top-hero {
      overflow-x: clip;
    }
  }
}
.p-top-hero__slider {
  width: 100%;
  max-width: 100%;
}
.p-top-hero__slider .splide.is-initialized .splide__list {
  display: flex !important;
}
@media screen and (min-width: 768px) {
  .p-top-hero__slider {
    overflow-x: hidden;
    overflow-y: visible;
  }
  @supports (overflow: clip) {
    .p-top-hero__slider {
      overflow-x: clip;
    }
  }
}
.p-top-hero__slider__main {
  width: 100%;
  margin-bottom: 18px;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-top-hero__slider__main {
    margin-bottom: 56px;
    aspect-ratio: 1680/567;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-top-hero__slider__main .splide__list {
    align-items: center;
  }
}
.p-top-hero__slider__main .splide__slide {
  height: auto;
}
.p-top-hero__slider__main .splide__slide.is-active .p-top-hero__slider__main__link {
  pointer-events: all;
}
.p-top-hero__slider__main .p-top-hero__slider__main__link {
  pointer-events: none;
}
.p-top-hero__slider__main figure {
  width: 100%;
  height: auto;
  margin: 0;
}
.p-top-hero__slider__main figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-top-hero__slider__main {
    overflow: visible;
  }
  .p-top-hero__slider__main .splide__track {
    overflow: visible;
  }
  .p-top-hero__slider__main .splide__slide {
    width: 57.142857%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: visible;
    z-index: 0;
  }
  .p-top-hero__slider__main .p-top-hero__slider__main__link {
    display: block;
    transform: scale(1);
    transform-origin: center center;
    transition: none;
  }
}
@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .p-top-hero__slider__main .p-top-hero__slider__main__link {
    transition: none;
  }
}
@media screen and (min-width: 768px) {
  .p-top-hero__slider__main:not(.is-hero-ready) .splide__list > .splide__slide:first-child .p-top-hero__slider__main__link {
    transform: scale(1.125);
  }
  .p-top-hero__slider__main:not(.is-hero-ready) .splide__list > .splide__slide:first-child {
    z-index: 1;
  }
  .p-top-hero__slider__main.is-hero-ready .p-top-hero__slider__main__link {
    transition: transform 0.7s ease;
  }
}
@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .p-top-hero__slider__main.is-hero-ready .p-top-hero__slider__main__link {
    transition: none;
  }
}
@media screen and (min-width: 768px) {
  .p-top-hero__slider__main .splide__slide.is-active,
  .p-top-hero__slider__main .splide__slide.is-expanded {
    z-index: 1;
  }
  .p-top-hero__slider__main .splide__slide.is-active .p-top-hero__slider__main__link,
  .p-top-hero__slider__main .splide__slide.is-expanded .p-top-hero__slider__main__link {
    transform: scale(1.125);
  }
}
.p-top-hero__slider__thumbs {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-hero__slider__thumbs {
    max-width: 1280px;
    width: 76%;
    margin: 0 auto;
  }
}
.p-top-hero__slider__thumbs .splide__slide {
  width: calc((100% - 25px) / 6);
  height: auto;
  cursor: pointer;
  position: relative;
  padding-bottom: 6px;
}
.p-top-hero__slider__thumbs .splide__slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #6a6a6a;
}
@media screen and (min-width: 768px) {
  .p-top-hero__slider__thumbs .splide__slide::after {
    height: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-hero__slider__thumbs .splide__slide {
    width: calc((100% - 80px) / 6);
    padding-bottom: 20px;
  }
}
.p-top-hero__slider__thumbs .splide__slide.is-active::after {
  background: linear-gradient(258.08deg, #00ffff 0%, #9747ff 88.91%);
}
.p-top-filter {
  position: relative;
  padding: 16px 20px 26px;
  background-color: #efefef;
}
@media screen and (min-width: 768px) {
  .p-top-filter {
    padding: 46px 24px;
  }
}
.p-top-filter__inner {
  max-height: 174px;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .p-top-filter__inner {
    max-height: initial;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-top-filter__inner {
    transition-duration: 0.01ms;
  }
}
.p-top-filter__inner.is-open {
  max-height: var(--filter-full-height, 800px);
}
.p-top-filter__inner.is-no-expand {
  max-height: none;
  overflow: visible;
}
.p-top-filter__inner.is-measuring {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 16px;
  max-height: none !important;
  overflow: visible !important;
  visibility: hidden;
  pointer-events: none;
}
.p-top-filter.is-filter-full .p-top-filter__button {
  display: none;
}
.p-top-filter__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 8px;
}
@media screen and (min-width: 768px) {
  .p-top-filter__list {
    gap: 17px 12px;
  }
}
.p-top-filter__item {
  width: fit-content;
  padding: 12px 18px;
  border: 1px solid #aeaeae;
  border-radius: 999px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #404040;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-top-filter__item:hover {
    border-color: #9747ff;
    color: #9747ff;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .p-top-filter__item {
    padding: 17px 20px;
    font-size: 16px;
  }
}
.p-top-filter__item.is-current {
  color: #ffffff;
  background: #9747ff;
  border: 1px solid #9747ff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.p-top-filter__item.is-current::before {
  content: "";
  width: 13px;
  height: 10px;
  background: url(../../img/top/check-icon-white.svg) no-repeat center center/contain;
}
.p-top-filter__button {
  display: block;
  width: 230px;
  padding: 12px 0;
  margin: 13px auto 0;
  background: #404040;
  border: 1px solid #9747ff;
  border-radius: 5px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.p-top-filter__button::after {
  content: "";
  width: 13px;
  height: 7px;
  background: url(../../img/top/arrow-down-white.svg) no-repeat center center/contain;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  position: absolute;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-filter__button {
    display: none;
  }
}
.p-top-filter.is-open .p-top-filter__button::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-top-tours {
  position: relative;
  padding: 40px 24px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-tours {
    padding: 86px 24px;
  }
}
.p-top-tours__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.p-top-tours__bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-tours__bg-layer {
    transition: none;
  }
}
.p-top-tours__bg-layer.is-current {
  opacity: 1;
}
.p-top-tours__bg-layer--all {
  background-image: url(../../img/top/tours-bg.webp);
}
@media screen and (min-width: 768px) {
  .p-top-tours__bg-layer--all {
    background-image: url(../../img/top/tours-bg-pc.webp);
  }
}
.p-top-tours__bg-layer--artist {
  background-image: url(../../img/top/tours-artist-bg.webp);
}
.p-top-tours__bg-layer--anime {
  background-image: url(../../img/top/tours-anime-bg.webp);
}
.p-top-tours__bg-layer--korean {
  background-image: url(../../img/top/tours-korean-bg.webp);
}
.p-top-tours__inner {
  position: relative;
  z-index: 1;
}
.p-top-tours__inner.has-filter-ghost {
  min-height: var(--filter-ghost-height, auto);
}
@media screen and (min-width: 768px) {
  .p-top-tours__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.p-top-tours__ghost {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-tours__ghost {
    transition: none;
  }
}
.p-top-tours__ghost.is-filter-ghost-out {
  opacity: 0;
}
.p-top-tours__empty {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-tours__empty {
    font-size: 24px;
  }
}
.p-top-tours__title {
  position: relative;
  isolation: isolate;
  width: fit-content;
  padding: 10px 18px;
  margin-bottom: 40px;
  border-radius: 6px;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .p-top-tours__title {
    padding: 16.5px 24px;
    margin-bottom: 56px;
    font-size: 23px;
  }
}
.p-top-tours__title::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 3px;
  background: linear-gradient(to right, #9747ff 0%, #00ffff 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.p-top-tours__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .p-top-tours__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 100px 24px;
  }
}
.p-top-tours__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-top-tours__item.is-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-tours__item:not(:has(.p-top-tours__tags))::after {
    content: "";
    display: block;
    flex-shrink: 0;
    min-height: 46px;
  }
}
.p-top-tours__link {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 8px solid #00ffff;
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-top-tours__link:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16), 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  .p-top-tours__link:hover .p-top-tours__link--img img {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 768px) {
  .p-top-tours__link {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
}
.p-top-tours__link--img {
  width: 100%;
  object-fit: cover;
}
.p-top-tours__link--img img {
  border-radius: 16px 16px 0 0;
  transition: transform 0.35s ease;
}
.p-top-tours__link--content {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .p-top-tours__link--content {
    flex: 1 1 auto;
    padding: 16px 20px;
  }
}
.p-top-tours__link__title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
}
.p-top-tours__link__detail {
  font-weight: 400;
  font-size: 14px;
}
.p-top-tours__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-top-tours__tags {
    flex-shrink: 0;
    min-height: 46px;
    align-content: flex-start;
    gap: 6px;
  }
}
.p-top-tours__tags--item {
  padding: 10px;
  background: #9747ff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
}
.p-top-tours__tags--item::before {
  content: "＃";
}

.p-tours-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px 16px;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .p-tours-title {
    padding: 72px 16px;
    gap: 16px;
  }
}
.p-tours-title__sub {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .p-tours-title__sub {
    font-size: 56px;
  }
}
.p-tours-title__main {
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-tours-title__main {
    font-size: 16px;
  }
}
.p-tours-list {
  padding: 40px 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-tours-list {
    padding: 80px 24px;
  }
}
.p-tours-list--reception {
  background: url(../../img/tours/list-bg-reception.webp) no-repeat center center/cover;
}
.p-tours-list--soon {
  background: url(../../img/tours/list-bg-soon.webp) no-repeat center center/cover;
}
.p-tours-list--reception-end {
  background: #fff;
  padding: 45px 16px 56px;
}
@media screen and (min-width: 768px) {
  .p-tours-list--reception-end {
    padding: 80px 24px;
  }
}
.p-tours-list--tour-end {
  background: #efefef;
  padding: 56px 16px 40px;
  transition: padding 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (prefers-reduced-motion: reduce) {
  .p-tours-list--tour-end {
    transition-duration: 0.01ms;
  }
}
@media screen and (min-width: 768px) {
  .p-tours-list--tour-end {
    padding: 80px 24px;
  }
}
.p-tours-list--tour-end:not(.is-open) {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-tours-list--tour-end:not(.is-open) {
    padding: 0 24px;
  }
}
.p-tours-list--tour-end.is-open .p-tours-list__button--close::before {
  transform: translateY(-50%) rotate(0deg);
}
.p-tours-list__past-panel {
  max-height: 0;
  overflow: hidden;
  padding: 8px 16px;
  margin: -8px -16px;
  transition: max-height 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .p-tours-list__past-panel {
    padding: 8px 24px;
    margin: -8px -24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-tours-list__past-panel {
    transition-duration: 0.01ms;
  }
}
.p-tours-list__past-panel.is-open {
  max-height: var(--tours-past-height, 8000px);
}
.p-tours-list__past-panel.is-measuring {
  position: absolute;
  left: 16px;
  right: 16px;
  max-height: none !important;
  overflow: visible !important;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-tours-list__past-panel.is-measuring {
    left: 24px;
    right: 24px;
  }
}
.p-tours-list__button {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 11px 18px;
  width: 230px;
  background: #404040;
  border: 1px solid #9747ff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: center;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-tours-list__button {
    top: -32px;
    padding: 20px 24px;
    width: 360px;
    border: 2px solid #9747ff;
    font-size: 18px;
  }
}
.p-tours-list__button::before, .p-tours-list__button::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-tours-list__button::before, .p-tours-list__button::after {
    width: 14px;
    height: 2px;
    right: 36px;
  }
}
.p-tours-list__button--close::before {
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-tours-list__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.p-tours-list__inner.p-tours-list__past-panel {
  margin: -8px -16px;
}
@media screen and (min-width: 768px) {
  .p-tours-list__inner.p-tours-list__past-panel {
    box-sizing: border-box;
    max-width: 1248px;
    margin: -8px auto;
    padding: 8px 24px;
  }
}

/*# sourceMappingURL=style.css.map */
